@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /*--primaryColor: #11A8DF;*/
  --primaryColor: #0080df;
  --secondaryColor: #143f80;
  --darkColor: #1b1b1b;
  --orangeColor: #dd0000;
}

#pagination {
  gap: 4px;
}

#pagination .page-link {
  border-radius: 8px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef0f4;
  color: #444b57;
  font-weight: 600;
  font-size: 12.5px;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

#pagination .page-item.active .page-link {
  background: var(--primaryColor) !important;
  border-color: var(--primaryColor) !important;
  color: #ffffff !important;
}

#pagination .page-item.disabled .page-link {
  color: #c7cdd6;
  border-color: #eef0f4;
  background: #ffffff;
  cursor: not-allowed;
}

#pagination .page-item:not(.disabled):not(.active) .page-link:hover {
  background: #f1f6fc;
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

.bg-primary {
  background: var(--primaryColor) !important;
}

.border-primary {
  border-color: var(--primaryColor) !important;
}

.iti__flag {
  background-image: url("/assets/css/flags.png") !important;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", "Line Awesome Free", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

* {
  font-family: "Roboto", "Segoe UI", "Line Awesome Free", sans-serif !important;
}

.note-frame {
  font-family: "Roboto", "Segoe UI", "Line Awesome Free", sans-serif !important;
}

a {
  font-size: 15px;
  color: var(--primaryColor);
}

.note-icon-bar {
  background: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-input {
  border-radius: 6px;
}

.custom-select {
  border-radius: 25px;
}

.custom-input::placeholder {
  font-size: 14px;
}

.toast.toast-success {
  background-color: #198754;
}

.toast.toast-error {
  background-color: #ff3c50;
}

.toast-body {
  color: #ffffff;
}

.toast-container {
  position: fixed;
  bottom: 50px;
  margin-top: 0.9375rem;
  right: 0.9375rem;
  z-index: 1080;
}

.text-primary {
  color: var(--primaryColor) !important;
}

.text-secondary {
  color: var(--secondaryColor) !important;
}

.text-muted {
  color: #6d6e6f !important;
}
.text-search {
  color: #8a93a3 !important;
}

.text-warning {
  color: #fe8307 !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-15px {
  font-size: 15px !important;
}

.fw-500 {
  font-weight: 500;
}

.btn.btn-primary {
  background: var(--primaryColor);
  font-size: 16px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1.2rem;
  font-weight: 500;
}

.btn.btn-dark {
  background: var(--darkColor);
  font-size: 16px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1.2rem;
  font-weight: 500;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background: var(--secondaryColor);
}

.btn.btn-secondary:hover {
  color: #ffffff;
  background: #011d80;
}

.btn.btn-danger:hover {
  color: #ffffff;
  background: var(--darkColor);
}

.btn.btn-dark:hover {
  background: var(--orangeColor);
  color: #ffffff;
  border: unset;
}

.btn.btn-danger {
  background: var(--orangeColor);
  font-size: 16px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1.2rem;
  font-weight: 500;
}

.btn.btn-outline-danger:hover {
  background: var(--orangeColor);
  color: #ffffff;
}

.btn.btn-outline-danger:hover svg path {
  fill: #ffffff;
}

.btn.btn-outline-danger {
  border: 1px solid var(--orangeColor) !important;
  background: transparent;
  color: var(--orangeColor);
  font-size: 18px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1.2rem;
}

.btn.btn-outline-primary {
  border: 1px solid var(--primaryColor) !important;
  background: transparent;
  color: var(--primaryColor);
  font-size: 18px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1.2rem;
  white-space: nowrap;
}

.btn.btn-outline-primary:hover {
  background: var(--primaryColor);
  color: #ffffff;
}

.btn.btn-secondary {
  background-color: var(--secondaryColor);
  font-size: 16px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1rem;
}

.btn.btn-outline-secondary {
  border: 1px solid var(--secondaryColor) !important;
  background-color: transparent;
  font-size: 18px;
  border: unset;
  border-radius: 6px;
  --bs-btn-padding-x: 1rem;
}

.btn.btn-outline-secondary:hover {
  background: var(--secondaryColor);
  color: #ffffff;
}

.bg-secondary {
  background-color: var(--secondaryColor) !important;
}

small,
.small {
  font-size: 12px;
}

.main-wrapper {
  padding-top: 60px;
}

.main-content {
  margin-left: 260px;
  padding: 18px 18px 20px 18px;
  overflow: auto;
  height: 100vh;
  background: #e7eff7;
}

.custom-hr {
  border-top: 1px solid #cccccc;
  margin: 10px 0 !important;
}

/*Header*/
.sticky-top.top-navbar {
  position: fixed;
}

.top-navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0.5rem 0;
  background-color: #2e2e30;
  box-shadow:
    0 0.5rem 1rem rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
}

.top-navbar .navbar-header {
  width: 220px;
}

.navbar-header .navbar-mobile-toggler {
  position: relative;
  padding: 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  outline: 0;
  color: #ffffff;
  border-radius: var(--bs-border-radius);
}

.navbar-header .navbar-mobile-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: var(--bs-border-radius);
}

.navbar-header .navbar-mobile-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.top-navbar .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.top-navbar .navbar-nav .navbar-item .navbar-link {
  display: block;
  text-decoration: none;
  padding: 0px 10px;
  line-height: 20px;
  border: none;
  color: var(--secondaryColor);
}

.top-navbar .navbar-user img {
  width: 35px;
  height: 35px;
  margin-top: -5px;
  margin-bottom: -5px;
  border-radius: 100%;
  margin-right: 5px;
  border: 1px solid #cccccc;
}

.top-navbar .form-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background: 0 0;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
}

.navbar-search {
  flex: 1;
}

.navbar-search .form-search {
  width: 700px;
  margin: 0 auto;
}

.navbar-search .form-search .custom-input {
  padding: 0.2rem 0.75rem;
}

.navbar-header .back-icon {
  padding: 10px;
  color: #ffffff;
}

.navbar-header .back-icon a {
  font-size: 20px;
  margin-right: 10px;
  color: #ffffff;
}

/*Sidebar*/
.nav-sidebar .menu {
  padding-bottom: 40px;
}

.menu-profile-info {
  line-height: 1.2;
}

/*----*/
.nav-sidebar .sidebar-icon {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
  width: 23px;
  height: 20px;
  text-align: center;
}

.ticket-count {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 11px;
  background: var(--orangeColor);
}

/*---*/

.menu-profile {
  padding: 8px 12px;
}

.menu-profile-image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  flex-shrink: 0;
}

.menu-profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.nav-sidebar {
  width: 260px;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-top: 60px;
  background: #2e2e30;
  z-index: 1;
  left: 0;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}

.table-responsive::-webkit-scrollbar {
  height: 3px;
}

.nav-sidebar::-webkit-scrollbar {
  width: 3px;
}

.nav-sidebar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.nav-sidebar::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 10px;
  transition: background 0.3s;
}

.nav-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-sidebar.hidden {
  transform: translateX(-100%);
}

.nav-sidebar .nav-sidebar-content {
  position: relative;
}

.nav-sidebar .menu .menu-header {
  margin: 0;
  padding: 0px 20px 3px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.nav-sidebar .menu .menu-item {
  position: relative;
  margin: 0 15px;
}

.nav-sidebar .menu .menu-item .menu-link {
  margin-bottom: 5px;
  line-height: 20px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 4px;
  font-size: 15px;
  border-radius: 10px;
}

.nav-sidebar .menu .menu-item.active > .menu-link {
  position: relative;
  z-index: 10;
  color: #ffffff;
  background-color: var(--primaryColor);
}

.nav-sidebar .menu .menu-item.active .sidebar-icon {
  color: #ffffff !important;
}

.nav-sidebar .menu .menu-item:hover {
  position: relative;
  z-index: 10;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.2s ease;
  padding-left: 5px;
  background-color: rgba(166, 166, 166, 0.3);
}

.nav-sidebar .menu .menu-item.active > .menu-link .menu-icon {
  color: var(--primaryColor);
}

.nav-sidebar .menu .menu-item .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  width: 14px;
  height: 14px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.nav-sidebar .menu .menu-item .menu-link .menu-text {
  flex: 1;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.project-list {
  overflow: auto;
  height: 216px;
}

.project-list::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 3px;
}

.project-list::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.project-list::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  border-radius: 10px;
  transition: background 0.3s;
}

.project-list::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*Login CSS*/
.login.login-with-news-feed {
  min-height: 100vh;
}

.login.login-with-news-feed .news-feed {
  position: fixed;
  left: 0;
  right: 500px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.login.login-with-news-feed .news-feed .news-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.login.login-with-news-feed .login-container {
  width: 500px;
  background: #ffffff;
  padding: 60px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
}

/*Projects*/

.tab-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  gap: 10px;
}

.nav-underline {
  border-bottom: 1px solid #c1c2c3;
}

ul.tab-part .tab-text {
  font-size: 15px;
  font-weight: 500 !important;
  color: #6d6e6f;
  border-bottom: 1px solid transparent !important;
  position: relative;
  width: max-content;
  padding: 2px 5px !important;
}

ul.tab-part .tab-text:hover {
  color: var(--secondaryColor);
  border-bottom: transparent !important;
}

ul.tab-part .tab-text.active {
  border-bottom: 2px solid var(--secondaryColor) !important;
  color: var(--secondaryColor) !important;
  padding-bottom: 10px !important;
}

.tab-error-count {
  background: #ff3c50;
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  padding: 1px 6px;
  font-size: 11px;
  display: inline-block;
  top: -2px;
  position: relative;
}

.widget-card {
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e7e6e6;
  margin-bottom: 10px;
  border-radius: 7px;
  padding: 17px;
}

.app-button {
  background: var(--darkColor);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 220px;
}

.app-button:hover {
  background: var(--darkColor);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 220px;
}

.login-content {
  margin-top: 5%;
}

.select-company-label {
  color: rgba(255, 255, 255, 0.7) !important;
}

.credit-progress {
  height: 6px;
  border-radius: 20px;
}

.credit-progress .progress-bar {
  background-color: #a8a8a8 !important;
}

.progress-bar-header {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px;
  font-size: 15px;
}

.progress-count {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-size: 13px;
  text-align: end;
}

/*Checklist view*/
.task-container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.task-list {
  width: 50%;
  padding: 0 8px 0 8px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
}

.detail-panel {
  height: 100vh;
  overflow: auto;
  width: 50%;
  padding: 20px;
  display: none;
  background: #f8f9fa;
}

.task-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 3px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.task-item .check-action {
  font-size: 20px;
  color: #6d6e6f;
}

.task-item input[type="text"] {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 0px 0 10px;
}

.task-item input[type="text"]:focus {
  box-shadow: unset;
}

.task-item input[type="text"]:hover {
  border: 1px solid #cccccc;
}

.subtask-list {
  list-style: none;
  padding-left: 0px;
}

.subtask-list .task-item {
  padding-left: 50px;
}

.toggle-icon {
  cursor: pointer;
  width: 16px;
}

.edit-mode {
  border-bottom: 1px solid #333;
}

.project-collaborators {
  justify-content: space-between;
  display: flex;
  gap: 25px;
  align-items: center;
}

.project-collaborators .collaborator-img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: -6px;
  border: 2px solid #cccccc;
}

.project-collaborators .collaborator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.all-comments-list {
  padding-left: 0;
}

.all-comments-list li {
  list-style-type: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  padding-top: 10px;
}

.small-user-img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.small-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.comment-text {
  font-size: 14px;
}

/* */

.guest-image {
  width: 35px;
  height: 35px;
}

.guest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.more-details-icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
}

.more-details-icon i {
  font-size: 12px;
}

.more-details-icon:hover {
  background: var(--primaryColor);
  color: #ffffff;
}

.action-button {
  display: flex;
  justify-content: center;
}

/* Sidebar Panel */
.sidebar {
  position: fixed;
  top: 0;
  right: -58%;
  width: 56%;
  height: 100%;
  background-color: white;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 3;
  padding: 20px;
  overflow-y: auto;
}

.dropdown-toggle::after {
  color: #ffffff;
}

.sidebar.active {
  right: 0;
}

select option {
  color: var(--darkColor);
}

select {
  color: #ffffff;
  border: none;
}

select:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.select-company {
  padding: 0 15px;
}

.select-box {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  position: relative;
}

.select-box select {
  background: none;
  border: none;
  padding: 0;
  width: 180px;
  display: inline;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.select-box span {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

/* Sidebar Header */
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 53vw;
  z-index: 20;
}

/* Close Button */
.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.checked-item {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

#resultTable td {
  cursor: pointer;
}

#alertMessage {
  width: fit-content;
  text-align: center;
  padding: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.enhanced-sidebar {
  width: 350px;
  background: #fff;
  border-left: 3px solid #007bff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}

.seo-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.seo-card {
  background: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
}

.seo-card h6 {
  font-size: 14px;
  margin-bottom: 5px;
}

.seo-card p {
  font-size: 13px;
  color: #333;
}

.seo-chart-container {
  margin-top: 15px;
}

.version-dropdown {
  cursor: pointer;
}

.version-dropdown .dropdown-toggle:hover {
  background: #2f2f2f;
}

.version-dropdown .dropdown-toggle {
  border: 1px solid #ffffff;
}

.tick-icon {
  color: #ffffff;
  background: var(--primaryColor);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tick-icon i {
  font-size: 10px;
}

.free-trial {
  font-size: 11px;
  color: var(--primaryColor);
  padding: 2px 6px;
  border-radius: 13px;
  margin-left: 10px;
  border: 1px solid var(--primaryColor);
}

.performance-card {
  height: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.filter-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  flex-wrap: wrap;
}

.filter-name {
  border: 1px solid darkgray;
  border-radius: 5px;
  padding: 1px 10px;
  cursor: pointer;
}

.filter-name:hover {
  background: #ececec;
}

.filter-name.active {
  background: #ececec;
}

.metrics-name {
  font-size: 17px;
}

.page-screen-shot {
  width: -webkit-fill-available;
  height: 400px;
  cursor: pointer;
}

.page-screen-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-nav .dropdown-menu {
  transform: translate(0px, 35px) !important;
}

.download-dropdown .dropdown-toggle::after {
  color: var(--primaryColor);
}

.download-dropdown .dropdown-toggle:hover {
  color: #ffffff !important;
}

.issue-item {
  background: #ffffff;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#spellCheckSidebarPanel td {
  /*cursor: pointer;*/
}

.spell-check-table td {
  /*cursor: pointer;*/
}

.screenshot-img {
  width: 35px;
  height: 35px;
}

.screenshot-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Performance */

.kpi-name {
  font-size: 17px;
  margin-bottom: 3px;
}

.kpi-value {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.kpi-icon i {
  font-size: 25px;
  margin-bottom: 0.5rem;
  color: #007bff;
}

.kpi-status {
  font-size: 14px;
  margin-bottom: 0;
}

.kpi-number {
  font-size: 2.8rem;
  color: var(--secondaryColor);
}

.screenShot-card {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #e7e6e6;
  cursor: pointer;
}

.screenShot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.web-scan-input {
  width: 75%;
}

/*Function Testing CSS*/
.functional-main-section {
  display: flex;
  height: 100vh;
  width: 100%;
}

.left-panel {
  width: 700px;
  /* Initial width */
  min-width: 100px;
  max-width: 1000px;
  background-color: #ffffff;
  color: white;
  padding: 20px 0;
  overflow: auto;
  height: 100vh;
}

.resizer {
  background-color: #efefef;
  cursor: ew-resize;
  position: relative;
  border-right: 1px solid #cccccc;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 100vh;
  z-index: 1;
}

.right-panel {
  flex: 1;
  background: #f4f4f4;
  padding: 20px;
  height: 100vh;
  overflow: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

.prompt-ss {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.prompt-ss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prompt-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.prompt-ss:hover .prompt-img-overlay {
  opacity: 1;
}

.prompt-ss:hover img {
  transform: scale(1.1);
}

.magnify-icon {
  width: 40px;
  height: 40px;
  background: url("/assets/images/zoom.png") no-repeat center;
  background-size: contain;
}

.btn-zoom {
  width: 35px;
  height: 30px;
  line-height: 30px;
  background-color: var(--secondaryColor);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
}

.zoom-value {
  width: 60px;
  text-align: center;
  border: 1px solid #cccccc;
}

.prompt-form-card {
  padding: 15px;
  max-width: 700px;
  height: 450px;
  margin: 0 auto;
  border: unset;
}

.prompt-section {
  width: 100%;
  position: sticky;
  bottom: 40px;
  left: 0;
  padding: 12px;
}

.prompt-section .form-group {
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
  height: 115px;
}

.prompt-section .form-group textarea {
  border: unset;
  resize: none;
}

.prompt-section .form-group textarea:focus {
  box-shadow: unset;
}

.prompt-section .form-group .send-prompt-btn {
  height: 38px;
  width: 38px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50% !important;
  color: #ffffff;
  font-size: 25px;
  background-color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.function-steps-ul {
  padding: 0;
  margin: 0;
}

.function-steps-ul li {
  list-style: none;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  border-radius: 7px;
  color: #1b1b1b;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
  font-size: 14px;
}

.function-steps-ul li .step-number {
  height: 19px;
  width: 19px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  margin-right: 2px;
}

.function-steps-ul li:hover {
  background-color: #efefef;
}

/* Home Tab */

.title-container {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.title-container hr {
  width: 100%;
}

.toggle-title p,
.section-title p,
.native-resource p,
.third-party-resource p {
  white-space: nowrap;
  color: #a09e9e;
  margin-bottom: 0;
}

.schedule-title p {
  white-space: nowrap;
  color: #a09e9e;
  margin-bottom: 0;
}

.folder-name {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 400;
}

.item-count {
  color: #6d6e6f;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 2px;
}

.schedule-container {
  padding: 0 11px;
}

.schedule-table-head td {
  color: #848484;
}

.folder-part {
  text-align: center;
  width: 10%;
  white-space: nowrap;
  padding: 20px 0;
}

.folder-part:hover {
  background: #f5f5f5;
}

.rotate {
  transform: rotate(270deg);
}

/* Monitors */

.monitor-name {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.issues-text {
  color: #828282;
  font-size: 14px;
  margin-bottom: 0;
}

.monitor-count {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.1;
}

.monitor-count-text {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.1;
  color: #828282;
}

.create-description {
  margin-bottom: 0;
  color: #828282;
  font-size: 15px;
  line-height: 1.2;
}

.card-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.website-name-url {
  color: #828282;
  margin-bottom: 0;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bar-container {
  display: flex;
  gap: 3px;
}

.bar {
  width: 3px;
  height: 17px;
  background-color: var(--primaryColor);
  border-radius: 4px;
}

.down-time {
  color: #6d6e6f;
  font-size: 14px;
  margin-bottom: 0;
}

.error-progress {
  background: #e12701;
}

/* Feature */

.feature-name {
  font-size: 23px;
  margin-bottom: 0;
}

.breadcrumb-part {
  width: 70%;
  display: flex;
  gap: 5px;
  align-items: center;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 3px 18px;
  overflow: auto;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10;
}

.search-part {
  width: 30%;
}

.left-part {
  width: 23px;
  height: 23px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #5dcc0f;
  flex-shrink: 0;
}

.step-name {
  margin-bottom: 0;
  font-size: 16px;
  padding: 7px 7px;
  white-space: nowrap;
}

.step-name:hover {
  background: #f5f5f5;
}

/* Website */

.project-color-menu {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background: #5dcc0f;
}

.website-title {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
}

.website-card {
  border: 1px solid #000000;
  border-radius: 8px;
}

.card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ededed;
  padding: 6px 12px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 1px solid #000000;
}

.expiry {
  background: #fbe7e7;
  color: #474747;
  padding: 3px 9px;
  margin-bottom: 0;
  border-radius: 25px;
  font-size: 15px;
}

.checks {
  background: #ffebd7;
  color: #474747;
  padding: 3px 9px;
  margin-bottom: 0;
  border-radius: 25px;
  font-size: 15px;
}

.expiry-checks {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding: 12px;
}

.website-table > tbody > tr > td {
  padding: 4px 12px;
}

.custom-card {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 2px 2px 0px #00000012;
  padding: 8px;
  margin-bottom: 10px;
  cursor: pointer;
}

.custom-card:hover {
  background: #f8f8f8;
}

.card {
  border: 1px solid #dadada;
  box-shadow: 0px 2px 2px 0px rgba(124, 124, 124, 0.07);
  /*cursor: pointer;*/
}

.hover-card:hover {
  background: #f8f8f8;
}

.website-name {
  font-size: 15px;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.website-url {
  font-size: 13px;
  text-decoration: underline;
  color: #2e2e30;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-cases {
  color: #6d6e6f;
  font-size: 13px;
  margin-bottom: 0;
}

.add-new-website-box {
  width: 350px;
  height: 60px;
  border: 2px dashed #b4b4b4;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-website-text {
  margin: 0;
  color: #6d6e6f;
}

.green-next-icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #5dcc0f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.green-next-icon svg {
  font-size: 14px;
  color: #5dcc0f;
  transition: color 0.3s ease;
}

.green-next-icon:hover {
  background: #5dcc0f;
}

.green-next-icon:hover svg {
  color: #ffffff;
}

.note-editing-area {
  background: #ffffff;
}

.dark-next-icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition:
    background 0.3s ease,
    color 0.3s ease;
}

.dark-next-icon svg {
  font-size: 12px;
  color: #2e2e30;
  transition: color 0.3s ease;
  margin-top: 1px;
}

.dark-next-icon:hover {
  background: #ced4da;
  color: #20252a;
}

.dark-next-icon:hover svg {
  color: #20252a;
}

.top-arrow {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #d4f4b1;
}

.top-arrow svg {
  font-size: 14px;
  color: var(--primaryColor);
}

.down-arrow {
  width: 23px;
  height: 23px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #ffd9cc;
}

.down-arrow svg {
  font-size: 14px;
  color: #e12701;
}

/* Performance */

.file-information {
  display: flex;
  gap: 18px;
}

.resource-name {
  font-size: 15px;
  margin-bottom: 0;
}

.file-count {
  font-size: 15px;
  margin-bottom: 0;
}

.file-name {
  font-size: 13px;
  margin-bottom: 0;
  color: #828282;
}

td {
  vertical-align: middle;
  /*cursor: pointer;*/
}

.detail-table-text {
  color: #6d6e6f;
  font-size: 15px;
  margin-bottom: 0;
}

.custom-success-badge {
  color: var(--primaryColor);
  border-radius: 3px;
  text-align: center;
  width: 55px;
  border: 1px solid var(--primaryColor);
  font-size: 14px;
}

.last-update {
  margin-bottom: 0;
  color: #6d6e6f;
  font-size: 15px;
}

/* Security Check */

.security-checklist-name {
  font-size: 16px;
  margin-bottom: 0;
}

/* User Profile */

.user-profile-image {
  position: relative;
  width: 130px;
  height: 130px;
  border: 2px solid #2e2e30;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-profile-image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.edit-icon svg {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.verified-text {
  color: var(--primaryColor);
  font-weight: 500;
}

fieldset.custom-fieldset {
  border-color: #828282 !important;
  border-radius: 8px;
  border-width: 2px;
  background: #ffffff;
}

fieldset {
  border: solid 1px #ddd;
  padding: 1.25em !important;
  margin: 1.125em 0 !important;
}

fieldset legend.custom-legend {
  color: #fff !important;
  background: var(--primaryColor) !important;
  padding: 2px 10px;
  border-radius: 6px;
}

fieldset legend {
  font-weight: 500 !important;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0 !important;
  margin-left: -0.1875em !important;
  width: auto !important;
  display: inline-block !important;
  float: none !important;
  font-size: 16px !important;
}

.highlighted-text-link {
  font-weight: 500;
  color: var(--primaryColor);
  font-size: 18px;
}

.last-change-text {
  color: #848484;
}

.custom-label {
  margin-bottom: 6px;
  font-weight: 400;
  color: var(--darkColor);
}

/* Teams & Collaborators */

.title-text {
  font-size: 19px;
}

.collaborator-profile {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.collaborator-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.collaborator-name {
  margin-bottom: 0;
  line-height: 1.3;
}

.collaborator-email,
.role-title > span {
  color: #828282;
  font-size: 15px;
  margin-bottom: 0;
}

.role-title {
  margin-top: 5px;
}

.access-button {
  text-decoration: none;
  color: #6d6e6f;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 3px;
  font-size: 16px;
}

.remove-button {
  color: var(--orangeColor);
  font-weight: 500;
  font-size: 16px;
}

.collaborator-card {
  padding: 12px;
  margin-bottom: 10px;
}

.vertical-border {
  border-right: 1px solid #848484;
}

/* Hire QA */

.hire-qa-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
}

.highlighted-text {
  font-weight: 500;
  color: #2e2e30;
}

.hire-qa-description {
  color: #6d6e6f;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 12px 0;
}

.qa-profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.qa-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.qa-name {
  margin-bottom: 0;
  font-weight: 500;
}

.close-button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--orangeColor);
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 4px;
}

.close-button svg {
  color: #ffffff;
}

.qa-position {
  margin-bottom: 0;
  color: #828282;
  font-size: 15px;
}

.speaking-proficiency {
  margin-bottom: 0;
  font-size: 14px;
  color: #828282;
}

.slot-title {
  margin-bottom: 5px;
  font-size: 15px;
}

.slot-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.slot-time {
  background: #e7e3e3;
  border-radius: 3px;
  font-size: 14px;
  padding: 4px 8px;
  width: 75px;
}

.slot-time:hover {
  background: #d1cdcd;
}

/* Slider */

#monitor-slider .noUi-handle:after {
  left: 8px;
}

#monitor-slider .noUi-handle {
  background-color: white !important;
  border: 3px solid #ff584a !important;
  height: 23px !important;
  width: 23px !important;
  border-radius: 50% !important;
  top: -6px !important;
  right: -10px;
}

.noUi-connect {
  background: #ff584a !important;
}

#monitor-slider .noUi-handle:after,
#monitor-slider .noUi-handle:before {
  content: "";
  display: none;
}

.noUi-target {
  height: 15px !important;
}

.monitor-value {
  color: #6d6e6f;
  margin-bottom: 6px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
span {
  color: var(--darkColor);
}

/* Create Monitors */

.create-monitor-title {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.select2-container {
  width: 100% !important;
}

.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered,
.select2.select2-container
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered {
  line-height: unset !important;
  padding: 0.4375rem 0.75rem;
  font-weight: 400;
  color: #2e2e30 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 0.75rem;
}

#languageSelect2
  .select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered,
.select2.select2-container
  .selection
  .select2-selection.select2-selection--single
  .select2-selection__rendered {
  line-height: unset !important;
  padding: 0.4375rem 0.75rem;
  font-weight: 400;
  color: #2e2e30 !important;
  position: relative;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-right: 0.75rem;
}

#languageSelect2
  .select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple,
.select2.select2-container
  .selection
  .select2-selection.select2-selection--single {
  border-color: #d1d1d1 !important;
  border-width: 1px !important;
  outline: 0;
  height: auto !important;
  display: flex;
  align-items: center;
}

.select2.select2-container
  .selection
  .select2-selection.select2-selection--multiple,
.select2.select2-container
  .selection
  .select2-selection.select2-selection--single {
  border-color: #d1d1d1 !important;
  border-width: 1px !important;
  outline: 0;
  height: 33px !important;
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px !important;
  position: absolute;
  top: 4px !important;
  right: 8px !important;
  width: 20px;
}

.input-group {
  flex-wrap: nowrap;
}

#add-card-modal .input-group {
  flex-direction: column;
}

.input-group > .form-control {
  width: 100%;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.select-container {
  display: flex;
}

/* Custom radio button */

.custom-checkbox {
  position: relative;
}

.custom-checkbox [type="radio"]:checked,
.custom-checkbox [type="radio"]:not(:checked) {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.custom-checkbox [type="radio"]:checked + label,
.custom-checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.1px;
}

.custom-checkbox [type="radio"]:checked + label:before,
.custom-checkbox [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9d0da;
  border-radius: 100%;
  background: #fff;
  top: 0%;
  transform: translateY(0%);
}

.custom-checkbox [type="radio"]:checked + label,
.custom-checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.1px;
}

.custom-checkbox [type="radio"]:checked + label,
.custom-checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.custom-checkbox input[type="radio"]:checked + label:after {
  content: url(/assets/images/check.png);
  font-size: 20px;
  line-height: 20px;
  width: 14px;
  height: 14px;
  color: white;
  display: block;
  position: absolute;
  top: -7px !important;
  left: 1px !important;
  border-radius: 3px;
  background: unset !important;
  font-weight: 600;
}

.custom-checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  cursor: not-allowed;
}

/* custom checkbox */

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.custom-checkbox input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.1px;
}

.custom-checkbox input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9d0da;
  background: #fff;
  border-radius: 100%;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: url(/assets/images/check.png);
  display: block;
  position: absolute;
  top: -7px !important;
  left: 1px !important;
  width: 14px;
  height: 14px;
  background: unset !important;
  border-radius: 3px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.breadcrumb-part svg {
  flex-shrink: 0;
}

/* Password Manager */

.website-image {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  flex-shrink: 0;
}

.website-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.website-url-name {
  margin-bottom: 0;
  font-size: 17px;
}

.saved-account {
  font-size: 14px;
  margin-bottom: 0;
  color: #7d7e7f;
}

.website-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 5px;
  border-bottom: 1px solid #dfe0e1;
  cursor: pointer;
}

.website-container:hover {
  background: #f4f5f6;
}

/* Delete Account */

#email-verification,
#otp-verify,
.account-delete-information {
  display: none;
}

.mail-check-text {
  border-radius: 20px;
  text-align: center;
  background: #e4e4e4;
  color: var(--primaryColor);
  padding: 0 25px;
  width: fit-content;
  font-size: 15px;
  margin-bottom: 10px;
}

.user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user-email-text {
  margin-bottom: 0;
}

.user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.alert-message {
  background: #fce1ba;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}

.success-alert {
  background: #b3e6e6;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}

.search-bar {
  width: 25%;
  gap: 13px;
  margin-bottom: 14px;
}

/* Responsive */

@media only screen and (max-width: 991.5px) {
  .vertical-border {
    border-right: none;
  }

  .select-container {
    flex-wrap: wrap;
  }

  .message-container {
    width: 88% !important;
  }

  .prompt-container {
    width: 97.5% !important;
    bottom: 0 !important;
  }

  .suggestion-text {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 600px) {
  .tab-container {
    padding: 0 10px;
  }

  .header-container {
    flex-wrap: wrap;
  }

  .web-scan-input {
    width: 90%;
  }

  .custom-nav-wrapper {
    padding-top: 113px;
  }

  .sidebar {
    width: 100%;
    right: -103%;
  }

  .sidebar-header {
    width: 89.2%;
  }

  .widget-card {
    padding: 13px !important;
  }

  .main-content {
    margin-left: 0px;
  }

  .toggle-hide {
    display: block !important;
  }

  .search-bar {
    width: 100% !important;
  }

  .message-container {
    width: 93% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .folder-container {
    gap: 86px;
  }

  .search-bar {
    width: 40%;
  }
}

@media only screen and (max-width: 822px) {
  .project-collaborators {
    width: 100%;
  }

  .search-bar {
    width: 70%;
  }

  .login-container {
    width: auto !important;
    padding: 20px !important;
  }

  .logo-header img {
    width: 160px !important;
  }
}

@media only screen and (max-width: 769px) {
  .video-container {
    display: flex !important;
  }
}

@media only screen and (max-width: 416px) {
  .custom-tabs {
    gap: 0 !important;
  }

  .custom-tab {
    white-space: nowrap;
    padding: 5px 9px !important;
  }

  .check-list-title {
    width: 90% !important;
  }

  .prompt-container {
    width: 93.5% !important;
  }
}

.plan-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.plan-card {
  position: relative;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  border: 1.5px solid #ddd;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.plan-card:hover {
  border-color: var(--primaryColor);
}

.plan-icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--primaryColor);
}

.selected {
  border-color: var(--primaryColor) !important;
  background: #f4fbf0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.subscription-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.current-plan-card {
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--primaryColor);
}

.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5px;
}

.plan-name {
  font-size: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.plan-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.auto-renewal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switch:focus {
  border-color: var(--primaryColor);
  outline: 0;
  box-shadow: none;
}

.switch {
  height: 19px;
  width: 38px !important;
}

.switch:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.card-details {
  margin-left: 27px;
  font-size: 14.5px;
  margin-bottom: 0;
}

.view-plan-details svg {
  font-size: 18px;
  color: var(--primaryColor);
  position: absolute;
  right: 6px;
  top: 6px;
}

.credit-card.visa {
  background: #4862e2;
  color: #eaeef2;
}

.paid-status {
  color: var(--primaryColor);
  margin-bottom: 0;
}

.fail-status {
  color: var(--orangeColor);
  margin-bottom: 0;
}

.credit-card {
  margin: auto;
  margin-top: 3px;
  margin-bottom: 10px;
  border-radius: 7px;
  width: 95%;
  max-width: 85%;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 2px 4px 0 #cfd7df;
  min-height: 150px;
  padding: 13px;
  background: #1a1b1c;
  color: #efefef;
}

.credit-card-last4 {
  font-size: 24px;
  color: #ffffff;
}

.card-holder-name {
  width: auto;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  margin-bottom: 0;
}

.credit-card-expiry {
  font-size: 17px;
  position: absolute;
  bottom: 8px;
  left: 15px;
  color: #ffffff;
}

.credit-card-last4:before {
  content: "**** **** **** ";
  color: #4f4d4d;
  font-size: 20px;
}

.credit-card.visa .credit-card-last4:before {
  color: #8999e5;
}

.credit-card.visa::after {
  height: 16px;
  width: 50px;
  background: url(/assets/images/visa.png);
}

.credit-card::after {
  content: " ";
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.plan-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.video-thumbnail {
  width: 100%;
  height: 170px;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  position: relative;
}

.video-time {
  position: absolute;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1px 5px;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}

.video-title {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn svg {
  height: 25px;
}

.toggle-icon-part {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primaryColor);
  cursor: pointer;
}

.video-container {
  display: flex;
  gap: 10px;
  align-items: start;
}

.toggle-hide {
  display: none;
}

.ticket-text {
  color: #6d6e6f;
  font-size: 14px;
  margin-bottom: 0;
}

.low-status {
  background: var(--primaryColor);
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
}

.high-status {
  background: var(--orangeColor);
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
}

.custom-input-2 {
  padding: 5px 10px;
  border-color: transparent;
}

.custom-select-2 {
  /*border-radius: 25px;*/
}

.custom-select-2:focus {
  box-shadow: none;
}

.input-search-icon {
  right: 12px;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.left-icon {
  left: 10px;
}

.right-icon {
  right: 10px;
}

.left-icon,
.right-icon {
  position: absolute;
  bottom: 10px;
}

.contact-button {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  text-decoration: none;
  color: #6d6e6f;
  padding: 4px 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Monkey testing */

.success-check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--primaryColor);
  color: var(--primaryColor);
  background: #ffffff;
  font-size: 11px;
}

.error-check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--orangeColor);
  color: var(--orangeColor);
  background: #ffffff;
  font-size: 11px;
}

.message-section {
  background-color: #f4f6f9;
  height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
}

.msg-list {
  overflow-y: auto;
  margin-bottom: 52px;
}

.message-time {
  color: #adb5bd;
  font-weight: 600;
  font-size: 0.675rem;
  padding-left: 12px;
}

.message-container {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  width: 45%;
}

.chat-message {
  margin-bottom: 0;
  line-height: 1.2;
}

.send-message-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.receive-message-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.time-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.img-msg {
  width: 100%;
  height: 165px;
  align-items: start;
}

.img-msg img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.chat-input-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ccc;
  gap: 10px;
  z-index: 1;
}

.chat-input {
  flex: 1;
  border-radius: 25px;
  padding: 6px 15px;
  border: 1px solid #ccc;
  font-size: 15px;
  outline: none;
}

.icon-btn {
  background: none;
  border: none;
  font-size: 15px;
  color: #555;
  cursor: pointer;
}

.icon-btn:hover {
  color: #007bff;
}

.send-message-section .message-container {
  border-bottom-right-radius: 0px;
}

.receive-message-section .message-container {
  border-bottom-left-radius: 0px;
}

.open-image {
  width: 100%;
  height: 520px;
}

.open-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* Test Case */

.test-case-container {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  height: 45vh;
  overflow: auto;
}

.test-row {
  padding: 9px 11px;
  border-bottom: 1px solid #eaeaea;
}

.test-desc {
  font-size: 0.95rem;
  color: #6d6e6f;
  margin-top: 3px;
  line-height: 1.2;
  margin-bottom: 0;
}

.test-url {
  word-break: break-word;
  margin-bottom: 0;
  line-height: 1.2;
}

.if-condition {
  background-color: #d9d9d9;
  padding: 3px 15px;
  font-size: 14px;
  border-radius: 15px;
  display: inline-block;
  color: #000000;
}

.condition-block {
  background-color: #fffedc;
}

.time {
  white-space: nowrap;
  font-size: 14px;
}

.test-case-title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 8px;
}

.screen-info > span {
  color: #6d6e6f;
  font-size: 15px;
}

.render-image {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: auto;
}

.render-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

.check-list-part {
  margin-top: 5px;
}

.check-list-title {
  width: 65%;
  margin-bottom: 0;
  font-size: 15px;
}

.suggestion-text {
  margin-bottom: 0;
  color: #6d6e6f;
  line-height: 1.2;
}

.send-button {
  position: absolute;
  bottom: -9%;
  right: 7px;
  transform: translateY(-50%);
  background-color: #4cd137;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.send-button:hover {
  background-color: #44bd32;
}

.send-button svg {
  color: white;
  font-size: 22px;
}

.progress-bar-custom {
  height: 5px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.progress-bar-inner {
  height: 100%;
  background-color: #5dcc0f;
}

.prompt-container {
  position: fixed;
  bottom: 0%;
  width: 57%;
  background: whitesmoke;
}

@media only screen and (max-height: 800px) {
  .prompt-container {
    bottom: 0px !important;
  }
}

.viewer-custom-download::before {
  content: "";
  display: inline-block;
  color: #ffffff;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 512 512"><path d="M256 294.1l83.7-83.7c6.2-6.2 16.4-6.2 22.6 0l5.7 5.7c6.2 6.2 6.2 16.4 0 22.6l-121 121c-6.2 6.2-16.4 6.2-22.6 0l-121-121c-6.2-6.2-6.2-16.4 0-22.6l5.7-5.7c6.2-6.2 16.4-6.2 22.6 0l83.7 83.7V80c0-8.8 7.2-16 16-16h8c8.8 0 16 7.2 16 16v214.1zM400 384H112c-8.8 0-16 7.2-16 16v8c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16v-8c0-8.8-7.2-16-16-16z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.custom-tabs {
  display: flex;
  gap: 5px;
}

.custom-tab {
  padding: 5px 12px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  transition: background 0.2s;
  color: #848484;
}

.custom-tab:hover {
  background-color: #eaeaea;
}

.custom-tab.active {
  border-bottom: none;
  background-color: #ededed;
  color: #000000;
}

.bookmark {
  border: 1px solid #d9d9d9;
  padding: 10px;
  background-color: white;
  border-radius: 0 6px 6px 6px;
  height: 35vh;
  overflow: auto;
}

.tab-text {
  color: #848484;
  margin-bottom: 0;
}

/* monkey testing */

.monkey-test-container {
  /*max-height: 35vh;*/
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  /*overflow: auto;*/
}

.monkey-test-container th {
  border-radius: 6px !important;
}

.monkey-test-container tr {
  border-radius: 6px !important;
}

.monkey-test-image {
  width: 100%;
  height: 43vh;
  border-radius: 6px;
  overflow: auto;
}

.monkey-test-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
  overflow: auto;
}

.custom-input-group {
  flex-wrap: nowrap;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  padding: 0 6px;
  align-items: center;
}

.custom-input-group .invite-input {
  border: unset;
}

.invite-select {
  width: 130px !important;
  height: 30px;
  font-size: 14px;
  background-color: #f5f5f5;
  border: unset;
  padding: 0rem 2.25rem 0rem 0.75rem;
}

.project-members-list {
  height: 443px;
  overflow: auto;
}

.project-members-list .member-card {
  padding: 3px 5px;
}

.project-members-list .member-card:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.custom-select-box {
  width: 100%;
  position: relative;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  cursor: text;
}

.input-wrapper input {
  border: none;
  outline: none;
  flex-grow: 1;
  min-width: 100px;
}

.invite-selected-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.invite-selected-item {
  background-color: #e0e0e0;
  padding: 3px 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.invite-selected-item .remove {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}

.member-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  z-index: 10;
  display: none;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
  padding: 0;
}

.member-dropdown-list li {
  padding: 3px 10px;
  cursor: pointer;
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
}

.member-dropdown-list li:hover {
  background-color: #f0f0f0;
}

.member-dropdown-list li.hidden {
  display: none;
}

.invitee-member-card .member-profile {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.invitee-member-card .member-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.invitee-member-card .member-name {
  font-weight: 400;
  line-height: 1.3;
  font-size: 15px;
}

.invitee-member-card .member-email {
  color: #828282;
  font-size: 13px;
}

.profile-container {
  position: relative;
}

.profile-pic {
  position: relative;
  width: 135px;
  height: 135px;
  border: 2px solid var(--primaryColor);
  border-radius: 50%;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-upload-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 2px;
  bottom: 10px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  background-color: var(--primaryColor);
}

/* */

.pending-status {
  background: #ffa600;
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.success-status {
  background: var(--primaryColor);
  border-radius: 3px;
  padding: 1px 6px;
  font-size: 12px;
  width: fit-content;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.next-btn {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #757575;
  color: #757575;
  border-radius: 50%;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s;
}

.next-btn:hover {
  background: #757575;
  color: #ffffff;
}

/* Ticket Chat */

.chat-container {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 96.3vh;
}

.chat-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  padding: 15px 0;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-message {
  max-width: 70%;
  padding: 10px 15px;
  border-radius: 15px;
  position: relative;
  display: inline-block;
  word-wrap: break-word;
}

.chat-message.left {
  background-color: #e9ecef;
  align-self: flex-start;
  border-bottom-left-radius: 0;
}

.chat-message.right {
  background-color: #d1e7dd;
  align-self: flex-end;
  border-bottom-right-radius: 0;
  text-align: right;
}

.chat-message .message-sender {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.chat-footer {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 10px;
  align-items: center;
}

.chat-footer input[type="text"] {
  flex: 1;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-btn-wrapper .upload-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primaryColor);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}

.msg-time {
  font-size: 12px;
  color: #878787;
  margin-top: 4px;
}

/* Status button */

.status {
  width: 35px;
  height: 20px;
  border-radius: 4px;
}

.table-responsive .table td {
  padding: 5px 5px;
  font-size: 16px;
}

.table-responsive .table th {
  font-weight: 500;
  color: #1b1b1b;
  padding: 0.4rem 0.5rem;
  white-space: nowrap;
}

.table-responsive .table tr {
  white-space: nowrap;
}

.company-logo {
  width: 120px;
  height: 50px;
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-logo-container {
  border: 2px dashed #cccccc;
  border-radius: 5px;
  height: 200px;
  width: 100%;
  background-color: #ededed;
  cursor: pointer;
  position: relative;
}

.company-logo-container .logo-upload-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 200px;
  width: 100%;
}

.company-logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  cursor: pointer;
}

.company-logo-container input[type="file"] {
  display: none;
}

.company-logo-container .upload-content {
  pointer-events: none;
  opacity: 0;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--primaryColor);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.user-profile-wrapper {
  display: inline-block;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.user-profile-div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-card .user-profile {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--primaryColor);
}

.user-card .user-profile img {
  width: 100%;
  height: 100%;
  object-position: center;
}

.select2-search__field {
  margin-top: 0 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--secondaryColor) !important;
  border: 1px solid transparent !important;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 8px !important;
  margin-top: 5px !important;
  padding: 0 5px;
  margin-bottom: 5px !important;
  color: #ffffff !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
  float: right;
  margin-left: 7px !important;
  line-height: 21px !important;
  font-size: 19px !important;
}

.icon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
  font-size: 25px;
}

.widget-card {
  padding: 12px;
}

.user-document-card .user-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.menu-submenu {
  padding-left: 20px;
}

.menu-submenu .menu-item {
  font-size: 14px;
}

.submenu-arrow {
  margin-left: auto;
  transition: transform 0.3s;
}

.menu-item.open > .menu-link .submenu-arrow {
  transform: rotate(180deg);
}

.article-image {
  width: 60px;
  height: 40px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#docName {
  width: 25vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.sent-badge {
  display: block;
  width: 60px;
  border-radius: 5px;
  background: var(--bs-success);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 1px;
}

.pending-badge {
  display: block;
  width: 60px;
  border-radius: 5px;
  background: var(--bs-warning);
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 1px;
}

.panel .panel-heading {
  padding: 0.5rem 0.9375rem;
  border: none;
  display: flex;
  background: var(--primaryColor);
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-sortable-handle > div {
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.panel {
  background-color: #ffffff;
  min-height: 87vh !important;
  height: 100%;
  min-height: 0;
  border: 1.5px solid var(--primaryColor);
  box-shadow: none;
  border-radius: 7px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin-top: 20px;
}

.panel .panel-heading .panel-title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.35;
  flex: 1;
  color: #ffffff;
}

.widget-card-2 {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 9px 11px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

.change-password-section {
  background: rgba(128, 128, 128, 0.11);
  border-radius: 8px;
  padding: 12px 15px;
}

.select2-selection--single {
  height: 33px !important;
}

.header-language-select {
  border-radius: 10px;
  padding: 3px 10px;
}

.content-part {
  padding: 0 15px;
  margin-top: 55px;
}

.chart-full {
  background-color: var(--secondaryColor);
  color: white !important;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.custom-pills-2 .nav-link {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 13px;
  color: #6c757d;
  background: #fff;
  border: 1px solid #dee2e6;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.custom-pills-2 .nav-link.active {
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  border-color: var(--primaryColor) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-input-2 {
  border-radius: 6px;
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.5rem;
  font-size: 13px;
}

.custom-input-2:focus {
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 223, 0.25);
}

.nav-tabs .nav-link.active {
  background-color: var(--primaryColor) !important;
  color: #fff !important;
  border-color: var(--primaryColor) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* border-radius: 6px; */
  border: 1px solid #dee2e6;
  padding: 0.25rem 0.8rem;
  font-size: 15px;
}

.nav-tabs .nav-link {
  color: var(--primaryColor) !important;
  /* border: 1px solid #dee2e6; */
  padding: 0.25rem 0.8rem;
  font-size: 15px;
}

.company-td {
  position: relative;
  overflow: visible;
}

.company-truncate {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

/* Tooltip */
.company-tooltip {
  display: none;
  position: fixed;
  /* 🔥 escapes table-responsive */
  width: 320px;
  max-height: 180px;
  overflow-y: auto;

  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  white-space: normal;
  z-index: 99999;
}

.company-truncate:hover .company-tooltip {
  display: block;
}

.company-truncate:hover + .company-tooltip,
.company-td:hover .company-tooltip {
  display: block;
}

.sso-loader-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f8f9fa;
}

/* Spinner */
.sso-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #e0e0e0;
  border-top: 5px solid #0d6efd;
  border-radius: 50%;
  animation: sso-spin 1s linear infinite;
}

/* Status block - shared by the loading and error states */
.sso-status {
  max-width: 380px;
  padding: 0 20px;
  text-align: center;
  animation: sso-fadeIn 0.35s ease-out;
}

.sso-status-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e7f1ff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sso-status-icon svg {
  width: 30px;
  height: 30px;
}

.sso-status-icon .sso-spinner {
  width: 34px;
  height: 34px;
  border-width: 4px;
  border-color: #cfe0fb;
  border-top-color: #0d6efd;
}

.sso-status-icon-error {
  background: #fdecec;
  color: #dc3545;
}

.sso-status-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.sso-status-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6c757d;
}

.sso-status-text-pulse {
  animation: sso-fadeText 1.5s infinite;
}

/* Animations */
@keyframes sso-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes sso-fadeText {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

@keyframes sso-fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Small screens */
@media (max-width: 575.98px) {
  .sso-loader-container {
    min-height: 100vh;
    height: auto;
    padding: 24px 18px;
  }

  .sso-status {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }

  .sso-status-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }

  .sso-status-icon svg {
    width: 26px;
    height: 26px;
  }

  .sso-status-icon .sso-spinner {
    width: 30px;
    height: 30px;
  }

  .sso-status-title {
    font-size: 17px;
  }

  .sso-status-text {
    font-size: 13.5px;
  }
}

.billing-badge {
  width: 50px;
  text-align: center;
}

#userFullEmail,
#userFullName {
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 14px 30px !important;
}

/* Logout modal — redesigned for company_key '0it02f' only.
   #logoutModal only ever gets the .theme-4life-modal class via JS when
   loginObj.companyKey === '0it02f' (see global.js), so every other
   company keeps the original Bootstrap modal untouched. */
.logout-icon-4life {
  display: none;
}

#logoutModal.theme-4life-modal .modal-dialog {
  max-width: 380px;
}

#logoutModal.theme-4life-modal .modal-content {
  border-radius: 22px;
  overflow: hidden;
  border: none;
  box-shadow: 0 24px 48px -12px rgba(20, 63, 128, 0.28);
}

/* Header collapses to just a floating close button over the content */
#logoutModal.theme-4life-modal .modal-header {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 2;
  border: none;
  padding: 0;
  background: transparent;
}

#logoutModal.theme-4life-modal .modal-header .modal-title {
  display: none;
}

#logoutModal.theme-4life-modal .modal-header .btn-close {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #f1f3f6;
  opacity: 1;
  transition: background-color 0.15s ease;
}

#logoutModal.theme-4life-modal .modal-header .btn-close:hover {
  background-color: #e5e8ee;
}

#logoutModal.theme-4life-modal .modal-body {
  padding: 44px 28px 6px;
  text-align: center;
}

#logoutModal.theme-4life-modal .logout-icon-4life {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5c5c, #dd0000);
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto 18px;
  box-shadow:
    0 0 0 8px rgba(221, 0, 0, 0.08),
    0 10px 22px -6px rgba(221, 0, 0, 0.5);
}

#logoutModal.theme-4life-modal .modal-body p {
  font-size: 17px;
  font-weight: 700;
  color: #16181d;
  line-height: 1.4;
}

#logoutModal.theme-4life-modal .logout-modal-actions {
  padding: 20px 28px 28px;
  display: flex;
  gap: 12px;
}

#logoutModal.theme-4life-modal .btn-logout-cancel,
#logoutModal.theme-4life-modal .btn-logout-confirm {
  flex: 1;
  height: 44px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

#logoutModal.theme-4life-modal .btn-logout-cancel {
  background: #ffffff;
  border: 1.5px solid #e3e7ee !important;
  color: #444b57;
}

#logoutModal.theme-4life-modal .btn-logout-cancel:hover {
  background: #f8fafc;
  border-color: #c7cdd6 !important;
  color: #16181d;
}

#logoutModal.theme-4life-modal .btn-logout-confirm {
  background: linear-gradient(135deg, #ff5c5c, #dd0000);
  border: none;
  color: #ffffff;
  box-shadow: 0 6px 14px -4px rgba(221, 0, 0, 0.45);
}

#logoutModal.theme-4life-modal .btn-logout-confirm:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -4px rgba(221, 0, 0, 0.5);
  color: #ffffff;
}

/* Sidebar — redesigned for company_key '0it02f' only.
   #sidebar only ever gets the .theme-4life-sidebar class via JS when
   loginObj.companyKey === '0it02f' (see global.js), so every other
   company keeps the original sidebar untouched.
   Light skin: matches the bright dashboard rather than the app's default
   dark sidebar — white surface, dark text, blue accent for the active item. */
#sidebar.theme-4life-sidebar {
  background: #ffffff;
  border-right: 1px solid #eef0f4;
  box-shadow: 2px 0 16px rgba(20, 63, 128, 0.04);
}

#sidebar.theme-4life-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
}

#sidebar.theme-4life-sidebar .menu-profile {
  margin: 0 12px 14px;
  padding: 16px 12px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #eef0f4;
}

#sidebar.theme-4life-sidebar .menu-profile-image {
  padding: 2px;
  background: linear-gradient(135deg, #0080df, #43b0ff);
}

#sidebar.theme-4life-sidebar .menu-profile-image img {
  border: 2px solid #f8fafc;
}

/* Markup carries Bootstrap's .text-white / .text-white-50 utility classes (!important),
   so these overrides need !important too or they lose to a white-on-dark default. */
#sidebar.theme-4life-sidebar #userFullName {
  font-size: 14.5px;
  font-weight: 700;
  color: #16181d !important;
}

#sidebar.theme-4life-sidebar #userFullEmail {
  font-size: 12px;
  color: #8a93a3 !important;
  opacity: 1;
}

/* The base #userFullEmail/#userFullName rule hardcodes width:175px, which is wider
   than the space actually available in the redesigned profile card's flex row —
   the fixed width overflows past the card's right edge instead of eliding inside
   it. min-width:0 lets the flex item actually shrink; width:100% caps the email/name
   at whatever space is really available so ellipsis truncation kicks in correctly. */
#sidebar.theme-4life-sidebar .menu-profile-info {
  min-width: 0;
}

#sidebar.theme-4life-sidebar #userFullEmail,
#sidebar.theme-4life-sidebar #userFullName {
  width: 100%;
  max-width: 100%;
}

#sidebar.theme-4life-sidebar #userRole {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 9px;
  border-radius: 20px;
  background: #e5f1fc;
  color: #0080df !important;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#sidebar.theme-4life-sidebar .header-language-select {
  background-color: #f8fafc;
  border: 1px solid #e3e7ee;
  color: #16181d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

#sidebar.theme-4life-sidebar .header-language-select:focus {
  border-color: #0080df;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 128, 223, 0.15);
}

#sidebar.theme-4life-sidebar .header-language-select option {
  background-color: #ffffff;
  color: #16181d;
}

#sidebar.theme-4life-sidebar .custom-hr {
  border-top-color: #484848;
  margin: 14px 15px !important;
}

#sidebar.theme-4life-sidebar .menu .menu-header {
  color: #8a93a3;
}

#sidebar.theme-4life-sidebar .menu-item .menu-link {
  border-radius: 12px;
  color: #4b5563;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

#sidebar.theme-4life-sidebar .menu-item:hover {
  background-color: #f0f6fc;
  color: #16181d;
  padding-left: 0;
}

#sidebar.theme-4life-sidebar .menu-item:hover .menu-link,
#sidebar.theme-4life-sidebar .menu-item:hover .sidebar-icon {
  color: #16181d;
}

#sidebar.theme-4life-sidebar .menu-item.active > .menu-link {
  color: #ffffff;
  background: linear-gradient(135deg, #0080df, #1666c9);
  box-shadow: 0 6px 16px -4px rgba(0, 128, 223, 0.4);
}

#sidebar.theme-4life-sidebar .sidebar-icon {
  width: 26px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #6b7280;
  background: #f1f3f6;
}

#sidebar.theme-4life-sidebar .menu-item.active .sidebar-icon {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22);
}

#sidebar.theme-4life-sidebar .menu-submenu {
  border-left: 2px solid #eef0f4;
  margin-left: 22px;
  padding-left: 12px;
}

#sidebar.theme-4life-sidebar .menu-submenu .menu-item .menu-link {
  padding: 8px 10px;
  font-size: 13.5px;
}

/* Logout — visually differentiated as the exit action, matching the redesigned logout modal's red accent */
#sidebar.theme-4life-sidebar #menuLogoutItem .menu-link,
#sidebar.theme-4life-sidebar #menuLogoutItem .sidebar-icon {
  color: #dc3545;
  background: transparent;
}

#sidebar.theme-4life-sidebar #menuLogoutItem:hover {
  background-color: rgba(220, 53, 69, 0.08);
}

#sidebar.theme-4life-sidebar #menuLogoutItem:hover .menu-link,
#sidebar.theme-4life-sidebar #menuLogoutItem:hover .sidebar-icon {
  color: #dc3545;
}

/* Breadcrumb bar — 4Life (company_key '0it02f') only, toggled globally in js/global.js
   so every page's plain home-icon breadcrumb gets the same modern treatment. */
.breadcrumb-part.theme-4life-breadcrumb {
  border-top: none;
  border-bottom: 1px solid #eef0f4;
  padding: 10px 20px;
  box-shadow: 0 1px 3px rgba(20, 63, 128, 0.04);
}

.breadcrumb-part.theme-4life-breadcrumb .step-name {
  padding: 6px 9px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #6b7280;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.breadcrumb-part.theme-4life-breadcrumb .step-name:hover {
  background: #f0f6fc;
  color: #0080df;
}

.breadcrumb-part.theme-4life-breadcrumb .step-name:first-child {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f3f6;
  color: #6b7280;
}

.breadcrumb-part.theme-4life-breadcrumb .step-name:first-child:hover {
  background: linear-gradient(135deg, #0080df, #1666c9);
  color: #ffffff;
}

.breadcrumb-part.theme-4life-breadcrumb .step-name:last-child {
  color: #16181d;
  font-weight: 600;
  cursor: default;
}

.breadcrumb-part.theme-4life-breadcrumb .step-name:last-child:hover {
  background: transparent;
  color: #16181d;
}

.breadcrumb-part.theme-4life-breadcrumb .la-angle-right {
  color: #c7ccd6;
  font-size: 12px;
}

/* Whole-row navigation: rows with data-href are clickable (see js/authentication.js
   delegated handler). Clicks on links/buttons/inputs inside the row still take
   priority and are excluded from navigating there. */
tr[data-href] {
  cursor: pointer;
}

/* Shared "page title hero" banner, reused as a plain utility class so other list
   pages' plain title rows can opt into the same look. Only ever added by JS when
   loginObj.companyKey === '0it02f' (see each page's ready handler), so every other
   company keeps its original plain title row untouched.
   Minimal white card — a faint tinted wash and a soft (low-saturation) accent hairline
   give it some presence without a bold/dark surface. */
.life4-hero-titlebar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #ffffff 0%, #f7fafd 100%);
  border: 1px solid #eef0f4;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(20, 63, 128, 0.07);
  padding: 20px 26px;
  margin-bottom: 20px;
}

.life4-hero-titlebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b7dcf6, #8fc4ee, #b7dcf6);
  opacity: 0.7;
}

.life4-hero-titlebar::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -50px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 128, 223, 0.05), transparent 70%);
  pointer-events: none;
}

.life4-hero-titlebar > * {
  position: relative;
  z-index: 1;
}

.life4-hero-titlebar .panel-title {
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: -0.01em;
  color: #16181d;
}

.life4-hero-titlebar p {
  color: #6b7280;
}

.life4-hero-titlebar .form-label {
  color: #8a93a3 !important;
}

.life4-hero-titlebar .form-select,
.life4-hero-titlebar .form-control,
.life4-hero-titlebar select,
.life4-hero-titlebar input[type="text"],
.life4-hero-titlebar input[type="date"] {
  background-color: #f8fafc !important;
  border: 1px solid #e3e7ee !important;
  color: #16181d !important;
  box-shadow: none;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.life4-hero-titlebar .form-select option,
.life4-hero-titlebar select option {
  color: #16181d;
  background-color: #ffffff;
}

.life4-hero-titlebar .form-control::placeholder,
.life4-hero-titlebar input::placeholder {
  color: #8a93a3;
}

.life4-hero-titlebar .form-select:focus,
.life4-hero-titlebar .form-control:focus,
.life4-hero-titlebar select:focus,
.life4-hero-titlebar input:focus {
  border-color: var(--primaryColor, #0080df) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 128, 223, 0.12);
  outline: none;
}

.life4-hero-titlebar .input-search-icon {
  color: #8a93a3;
}

.life4-hero-titlebar .life4-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #e5f1fc;
  border: 1px solid #d7e9f8;
  color: #0080df !important;
  font-size: 12.5px;
}

.life4-hero-titlebar .life4-count-badge span {
  color: #0080df !important;
  font-weight: 700;
}

.life4-hero-titlebar a.btn.btn-secondary {
  background: linear-gradient(135deg, #0080df, #1666c9);
  color: #ffffff !important;
  border: none;
  font-weight: 600;
  box-shadow: 0 6px 14px -4px rgba(0, 128, 223, 0.45);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.life4-hero-titlebar a.btn.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -4px rgba(0, 128, 223, 0.5);
  color: #ffffff !important;
}
