@font-face {
  font-family: "Airbnb-Cereal-App-bold";
  src: url("../fonts/AirbnbCerealApp-Bold.eot");
  src: url("../fonts/AirbnbCerealApp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Bold.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Bold.woff") format("woff"), url("../fonts/AirbnbCerealApp-Bold.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Airbnb-Cereal-App-medium";
  src: url("../fonts/AirbnbCerealApp-Medium.eot");
  src: url("../fonts/AirbnbCerealApp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Medium.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Medium.woff") format("woff"), url("../fonts/AirbnbCerealApp-Medium.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Medium.svg#AirbnbCerealApp-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Airbnb-Cereal-App-regular";
  src: url("../fonts/AirbnbCerealApp-Book.eot");
  src: url("../fonts/AirbnbCerealApp-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AirbnbCerealApp-Book.woff2") format("woff2"), url("../fonts/AirbnbCerealApp-Book.woff") format("woff"), url("../fonts/AirbnbCerealApp-Book.ttf") format("truetype"), url("../fonts/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.custom-container {
  padding: 0px 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.required {
  color: var(--danger-red, #F84E4E);
}

.form-select {
  background-image: url(../images/select-down-arrow.svg);
}

.custom-border-right {
  border-right: 1px solid var(--primary-border-v4, #e6e6e6);
}

.height80vh {
  height: 80vh;
}

.primary-color:hover {
  color: var(--a-hover, #a24bff) !important;
}

a:hover {
  color: var(--primary-color, #703BA8);
}

.add-new-field-tags a:hover,
.kb-template .nav-link:hover {
  color: #703BA8 !important;
}

body {
  overflow: auto;
}

.form-control:focus {
  border: 1px solid #612b7b !important;
  box-shadow: none !important;
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  display: block;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: var(--body-background, #FFFFFF);
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-primary-v2, #fcf9ff);
  opacity: 0.2;
  border-radius: 5px;
}

.side-nav-item {
  padding: 24px 24px 24px 32px !important;
  gap: 12px !important;
  cursor: pointer !important;
  color: var(--secondary-text-color, #909090) !important;
  position: relative;
  font-size: 14px !important;
  font-family: "Airbnb-Cereal-App-medium" !important;
  width: 100%;
}

.side-nav-item:hover {
  background-color: var(--primary-color-light, #FCF9FF) !important;
  color: var(--tag-color, #703BA8) !important;
}
.side-nav-item:hover::after {
  border: 3px solid var(--primary-color, #703BA8) !important;
  z-index: 1;
}

.side-nav-item:hover .side-icon {
  filter: invert(201%) sepia(125%) saturate(3096%) hue-rotate(244deg) brightness(86%) contrast(57%) !important;
}

.dark-theme .side-nav-item:hover .side-icon {
  filter: invert(57%) sepia(425%) saturate(5523%) hue-rotate(242deg) brightness(209%) contrast(443%) !important;
}

.side-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  height: 69px !important;
}

.side-nav-item.active {
  background-color: var(--primary-color-light, #FCF9FF) !important;
  color: var(--tag-color, #703BA8) !important;
  font-family: "Airbnb-Cereal-App-bold" !important;
  border-radius: 0;
}
.side-nav-item.active::after {
  border: 3px solid var(--primary-color, #703BA8) !important;
  z-index: 1;
}

.side-nav-item.active .side-icon {
  filter: invert(201%) sepia(125%) saturate(3096%) hue-rotate(244deg) brightness(86%) contrast(57%) !important;
}

.dark-theme .side-nav-item.active .side-icon {
  filter: invert(57%) sepia(425%) saturate(5523%) hue-rotate(242deg) brightness(209%) contrast(443%) !important;
}

.side-nav-item.modal-menu {
  padding: 18px 0 18px 28px !important;
  position: relative;
}
.side-nav-item.modal-menu::after {
  height: 65px !important;
}

.side-sub-nav {
  position: relative;
}

.side-sub-nav::after {
  content: "";
  border: 3px solid var(--primary-color, #703BA8) !important;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  border-radius: 8px;
  z-index: 1;
}

.sub-menu-list {
  color: var(--secondary-text-color, #909090) !important;
  font-size: 14px !important;
  font-family: "Airbnb-Cereal-App-medium" !important;
  background-color: transparent !important;
}
.sub-menu-list:hover {
  color: var(--primary-color, #703BA8) !important;
}

.sub-menu-list.active {
  color: var(--primary-color, #703BA8) !important;
}

.collapsed .list-arrow {
  transform: rotate(0deg);
}

.list-arrow {
  transform: rotate(180deg);
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.notify-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background-color: var(--bg-danger-v3, #F44D43);
  color: var(--color-white, #ffffff);
}

.notify-content.header-notification {
  width: 24px;
  height: 24px;
}

.input-search input {
  border: 1px solid var(--primary-border, #D0D0D0);
  font-size: 14px;
  color: var(--color-black, #000000);
  background-color: var(--custom-white, #ffffff);
  border-radius: 5px;
}
.input-search input:focus {
  border: var(--primary-border, #D0D0D0);
  outline: none;
  box-shadow: none;
}
.input-search input:focus-visible {
  border: var(--primary-border, #D0D0D0);
}

.custom-border-box {
  border: 1px solid var(--primary-border, #D0D0D0) !important;
  border-radius: 5px;
  background-color: var(--custom-white, #ffffff);
}
.custom-border-box:focus {
  border: 1px solid var(--form-border, #703BA8) !important;
}
.custom-border-box:active {
  border: 1px solid var(--form-border, #703BA8) !important;
}

.arch-check {
  border: 1px solid var(--secondary-text-color, #909090);
  width: 20px !important;
  height: 20px !important;
  border-radius: 4px;
  background-color: var(--body-background, #FFFFFF);
}

.custom-search {
  border-radius: 8px !important;
}
.custom-search:focus {
  box-shadow: none;
  background-color: var(--custom-white, #ffffff);
  color: var(--color-black, #000000);
}
.custom-search:focus-visible {
  outline: unset;
}

.custom-dropdown {
  background-color: var(--custom-white, #ffffff) !important;
  border: 1px solid var(--primary-border-v3, #CCCCCC) !important;
  border-radius: 5px;
  padding: 10px 12px;
  color: var(--form-text-color, #161A25) !important;
}
.custom-dropdown:focus {
  border: 1px solid var(--primary-color, #703BA8) !important;
}

.custom-dropdown.arch-border {
  border: 0.5px solid var(--primary-border-v6, #D1D1D1);
}

.access-dropdown {
  border-radius: 5px !important;
  min-width: 108px;
  background-color: var(--background-white, #ffffff);
}

.dash-dropdown {
  border: 1px solid var(--primary-color, #703BA8) !important;
  border-radius: 5px !important;
  min-width: 100px;
}

.custom-list {
  background-color: var(--background-white, #ffffff);
  cursor: pointer;
}
.custom-list:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.dash-dropdown .custom-list {
  background-color: var(--custom-white, #ffffff);
}
.dash-dropdown .custom-list:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.icon-width {
  width: 20px;
  height: 20px;
}

.custom-shadow {
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
}

.position-relative {
  position: relative;
}

.custom-filter-width {
  width: 448px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  z-index: 2;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.custom-date {
  position: absolute;
  right: 12px;
  top: 7px;
}

.dark-theme .cust-dropdown-arrow {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.dark-theme .secondary-outline-button {
  color: #ffffff;
}

.color-violet {
  color: #a24bff;
}

.dark-theme .workload-dropdown {
  background-color: #20242F !important;
  border: 1px solid #404953 !important;
}

.icon-hover:hover {
  filter: invert(0%) sepia(7%) saturate(7471%) hue-rotate(228deg) brightness(55%) contrast(209%);
}

.environment-container {
  height: 175px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 16px;
}

.popup-text {
  color: var(--secondary-text-color-v4, #1F2034);
  cursor: pointer;
  font-size: 14px;
  font-family: "Airbnb-Cereal-App-medium";
}
.popup-text:hover {
  color: var(--primary-color, #703BA8);
}

.popup-text.active {
  color: var(--primary-color, #703BA8);
}

.popup-table-width {
  width: 675px;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.p-32 {
  padding: 32px;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mt-32 {
  margin-top: -7px !important;
}

.service-container {
  padding: 18px 40px;
  border: 1px solid var(--color-white, #ffffff);
  border-radius: 8px;
  width: 140px;
  height: 135px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.service-container:hover {
  border: 1px solid var(--primary-color, #703BA8) !important;
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.0509803922);
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1019607843);
  background-color: var(--custom-white, #ffffff);
}

.dark-theme .service-container {
  border: 1px solid transparent;
}

.outline-gradient-btn {
  border: 0.75px solid var(--form-border, #703BA8);
  background-color: var(--custom-white, #ffffff);
  padding: 15px 24px;
  border-radius: 8px;
}

.outline-gradient-btn:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.service-container.active {
  border: 1px solid var(--primary-color, #703BA8);
  box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.0509803922);
  box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1019607843);
  background-color: var(--custom-white, #ffffff);
}
.service-container.active::after {
  content: "";
  background-image: url(../images/tick-icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -12px;
  right: -12px;
  position: absolute;
}

.service-scrl {
  height: 495px;
  overflow-y: auto;
}

.manage-workloads-parent .manage-workloads-section {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 8px;
  background-color: var(--custom-bg-white-v2, #ffffff);
}
.manage-workloads-parent .manage-workloads-section:hover {
  box-shadow: 0px 12px 15px 4px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
  border: 0;
  background-color: var(--custom-bg-white, #ffffff);
}
.manage-workloads-parent .manage-workloads-section:hover .Workload-right-arrow {
  background-image: url(../images/violet-arrow-right.svg);
}
.manage-workloads-parent .manage-workloads-section:hover .Workload-options {
  display: block;
  display: block;
  margin-right: 11px;
  margin-top: 18px;
}
.manage-workloads-parent .manage-workloads-section:hover .Workload-options .workload-dropdown {
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
}
.manage-workloads-parent .manage-workloads-section:hover .Workload-options .workload-dropdown .workload-option-icons {
  margin-right: 10px;
}
.manage-workloads-parent .manage-workloads-section .partner-logo-circle {
  width: 58px;
  min-height: 58px;
}
.manage-workloads-parent .manage-workloads-section .partner-logo-square {
  width: 82px;
  min-height: 58px;
}
.manage-workloads-parent .manage-workloads-section .partner-name {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
}
.manage-workloads-parent .manage-workloads-section .Workload-right-arrow {
  background-image: url(../images/violet-arrow-right.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
  display: inline-block;
}
.manage-workloads-parent .manage-workloads-section .Workload-options {
  display: none;
}

.bg-buttton-arrow {
  width: 32px;
  height: 32px;
  background-color: var(--bg-secondary-v5, #FCF9FF);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-organization-form label {
  color: var(--black-v2, #1F2034);
}
.add-organization-form label.service-checkbox {
  margin-bottom: 0px !important;
}
.add-organization-form .custom-form {
  border: 0.75px solid var(--primary-border, #D0D0D0);
  border-radius: 5px;
  padding: 11px 16px;
  outline: none;
}
.add-organization-form input#Revenue {
  padding-left: 52px;
}
.add-organization-form .custom-revenue-icon {
  bottom: 5px;
  left: 17px;
}
.add-organization-form .file-upload-outline {
  padding: 11.5px 25px;
  color: var(--primary-color, #703BA8);
  border: 1px solid var(--primary-color, #703BA8);
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.add-organization-form .custom-file {
  opacity: 0;
  width: 138px;
  height: 55px;
}
.add-organization-form .form-label {
  margin-bottom: 12px;
}
.add-organization-form .primary-button {
  padding: 12px 22px;
}
.add-organization-form .uploaded-partner-logo {
  width: 48px;
}
.add-organization-form .region-input {
  max-width: 100%;
  border: 0.75px solid var(--primary-border, #D0D0D0);
  border-radius: 8px;
  padding: 11px 16px;
}
.add-organization-form .region-input .selected-item {
  padding: 8px 10px;
  background-color: var(--notification-bg, #FCF9FF);
  color: var(--tag-color, #703BA8);
  border-radius: 3px;
  text-wrap: nowrap;
}

.dark-theme .custom-revenue-icon {
  bottom: 4.5px;
  left: 16px;
}

.about-page .partner-logo {
  width: 38px;
}

.custom-btn-spacing {
  padding: 13px 19px;
}

.selected-tags .selected-item {
  padding: 9px 12px;
  background-color: var(--notification-bg, #FCF9FF);
  color: var(--tag-color, #703BA8);
  border-radius: 3px;
  text-wrap: nowrap;
}

.about-section-details .partner-logo {
  width: 48px;
}

.add-organization-form .custom-revenue-icon.about-edit-page {
  bottom: 12.5px;
}

.kb-template-section .partner-logo {
  width: 25px;
}
.kb-template-section textarea {
  resize: none;
  height: 115px;
}
.kb-template-section input,
.kb-template-section select {
  width: 92%;
}

.kb-template .theme-tab.active {
  background-color: var(--select-bg, #F7EFFF) !important;
  border-radius: 4px;
  color: #703BA8 !important;
  font-family: "Airbnb-Cereal-App-bold";
}
.kb-template button.cancel-button {
  padding: 8px 20px;
}
.kb-template .tab-contents {
  background-color: var(--area-bg, #202020);
  height: 250px;
  overflow-y: auto;
  border-radius: 5px;
}

.kb-template-section .cloud-provider-dropdown {
  background-color: var(--custom-white, #ffffff) !important;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 13px 12px;
  width: 334px;
}
.kb-template-section .cloud-provider-dropdown:focus {
  border: 1px solid var(--form-border, #703BA8) !important;
}
.kb-template-section .access-dropdown {
  border: 1px solid #b7b7b7 !important;
  border-radius: 8px !important;
  min-width: 334px;
}

.dark-theme .cloud-provider-dropdown {
  border: none !important;
}

.dark-theme .access-dropdown {
  border: none !important;
}

.no-record-found {
  position: absolute;
  top: 30%;
  left: 32%;
  transform: translate(50%, 0%);
}
.no-record-found .no-record-icon {
  width: 270px;
}

.custom-btn-size-1 {
  padding: 6.5px 20px !important;
}

.add-organization-form .form-select {
  padding: 13px 16px !important;
}

select {
  font-family: "Airbnb-Cereal-App-regular";
  font-size: 14px !important;
}

::-moz-placeholder {
  font-family: "Airbnb-Cereal-App-regular";
  font-size: 14px;
  color: #757575;
}

::placeholder {
  font-family: "Airbnb-Cereal-App-regular";
  font-size: 14px;
  color: #757575;
}

.custom-switcher:checked {
  background-color: var(--bg-success-v3, #00AD4F) !important;
  border: 0;
}

.custom-table .form-check-input {
  width: 34px;
  height: 17px;
}

.rulebook-table-scroll {
  height: 475px;
}

.action-btn:hover {
  opacity: 0.5;
}

.title-dropdown select {
  border: 0.75px solid var(--primary-border, #D0D0D0);
  border-radius: 5px;
  padding: 11px 40px 11px 16px;
  font-size: 14px;
  font-family: "Airbnb-Cereal-App-medium";
  background-color: var(--custom-white, #ffffff);
  color: var(--secondary-text-color-v1, #A9A9A9);
}
.title-dropdown select:focus {
  box-shadow: none;
}

.dark-theme .title-dropdown select {
  border: none !important;
}

.notifications-title-bar .filter-button {
  padding: 11px 13px;
  border-radius: 8px;
}
.notifications-title-bar .dropdown-menu.custom-filter-width {
  width: 484px;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
  padding: 24px;
  top: 3px !important;
}

.notification-tab-parent .notification-tab-title .nav-tabs .nav-item {
  position: relative;
}
.notification-tab-parent .notification-tab-title .nav-tabs .nav-link {
  margin-bottom: unset;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.notification-tab-parent .notification-tab-title .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  background-color: var(--primary-color, #703BA8);
  width: 100%;
  height: 2px;
  bottom: -1.5px;
  border-radius: 5px;
  left: 0;
}
.notification-tab-parent .notification-tab-title .nav-tabs .nav-link {
  color: var(--secondary-text-color, #909090);
  font-family: "Airbnb-Cereal-App-medium";
  font-size: 14px;
}
.notification-tab-parent .notification-tab-title .nav-tabs .nav-link.active,
.notification-tab-parent .notification-tab-title .nav-tabs .nav-item.show .nav-link {
  color: var(--tag-color, #703BA8);
  background-color: transparent;
  border-color: 0;
  font-family: "Airbnb-Cereal-App-bold";
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li {
  padding: 25px 24px;
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8);
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li.active {
  background: #FCF9FF;
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li:first-child {
  border-top: 1px solid var(--primary-border-v2, #E8E8E8);
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li.active:after {
  content: "";
  position: absolute;
  background-color: var(--primary-color, #703BA8);
  width: 4px;
  height: 100%;
  top: 0;
  border-radius: 5px;
  left: 0;
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li .notifications-priority {
  padding: 6px 8px;
  border-radius: 3px;
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li .notifications-priority.type-important {
  background: var(--secondary-background, #FFF0F0);
  color: var(--danger-red, #F84E4E);
}
.notification-tab-parent .notification-tab-content ul.list-unstyled li .insights-title {
  display: inline-block;
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
}
.notification-tab-parent .notification-tab-content .partner-logo {
  width: 50px;
}

.dark-theme .notification-tab-content ul.list-unstyled li {
  border-bottom: none !important;
}
.dark-theme .notification-tab-content ul.list-unstyled li.active {
  background: var(--active-bg, #FCF9FF);
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
}
.dark-theme .notification-tab-content ul.list-unstyled li:first-child {
  border-top: none !important;
}

.insights-accordion .insights-container {
  border-radius: 8px;
  padding: 28px 26px;
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  background-color: var(--custom-bg-white-v2, #ffffff);
}
.insights-accordion .insights-container .cust-acc-btn::before {
  width: 32px;
  height: 32px;
  background-image: url(../images/violet-arrow-right.svg);
}
.insights-accordion .insights-container .partner-img {
  width: 80px;
  display: flex;
  align-items: center;
}
.insights-accordion .insights-container .partner-img img {
  width: 56px;
  height: 44px;
}
.insights-accordion .insights-container .accordion-body {
  padding-bottom: 0px;
}
.insights-accordion .insights-container .accordion-body li {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8);
}
.insights-accordion .insights-container .accordion-body li:last-child {
  border-bottom: 0;
  padding-bottom: 0 !important;
}
.insights-accordion .insights-container .accordion-body .domain-btn {
  padding: 4px 8px;
}
.insights-accordion .insights-container .accordion-body .text-truncate {
  max-width: 1000px;
}

.custom-documentation-search-bar {
  width: 800px;
  margin-top: 32px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.custom-documentation-search-bar .custom-search-box {
  height: 48px;
  border-radius: 8px;
}

.documentation-template ul#pills-tab {
  border-radius: 5px;
  padding: 4px 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.0784313725);
  width: -moz-fit-content;
  width: fit-content;
}

.articles-documentation-parent .articles-documentation-section {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 8px;
  background-color: var(--custom-white, #ffffff);
}
.articles-documentation-parent .dropdown-menu {
  min-width: 95px !important;
  top: -10px !important;
  background: var(--background-white, #ffffff);
}
.articles-documentation-parent .dropdown-menu .articles-option-icons {
  margin-right: 12px;
}
.articles-documentation-parent .articles-option-dropdown {
  border-radius: 8px;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  width: 111px;
  background: var(--background-white, #ffffff);
}

.dark-theme .articles-documentation-section {
  border: none;
}

.custom-article-search-bar {
  width: 800px;
}

.article-inner-image {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.article-inner-image img {
  width: 800px;
}

.custom-related-contents {
  border-left: 1px solid var(--border-color, #E6EBF5);
  height: 500px;
  overflow-y: auto;
  position: fixed;
  right: 20px;
}

.article-textarea {
  border: 1px solid var(--primary-border-v7, #757575);
  border-radius: 6px;
  height: 1000px;
  overflow-y: auto;
  background-color: var(--primary-background, #232529);
  color: var(--black-v2, #1F2034) !important;
}
.article-textarea:focus {
  background-color: var(--primary-background, #232529);
}

.article-popup {
  min-width: 750px;
}
.article-popup .article-popup-textarea {
  height: 100px;
}

.dark-theme .article-textarea {
  border: none !important;
}

.service-configurations-title-bar .service-configurations-search-box {
  border: 1px solid var(--primary-border, #D0D0D0) !important;
  border-radius: 5px;
}
.service-configurations-title-bar .custom-dropdown {
  padding: 11.5px 12px;
}

.custom-para-title-bar {
  width: 660px;
}

.service-configurations-section .service-configurations-grid {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1.5px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--background-white, #ffffff);
}
.service-configurations-section .col-md-2 {
  width: 252px;
}

.service-configurations-grid:hover .grid-blur {
  filter: blur(25px);
  cursor: pointer;
}
.service-configurations-grid:hover .grid-options {
  display: block;
  transition: all 0.3s;
}

.grid-options {
  display: none;
  position: absolute;
  top: 33%;
  left: 33%;
  transition: all 0.3s;
}

.copyrights-section {
  width: 100%;
  box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
  z-index: 1;
  background-color: var(--custom-white, #ffffff);
}
.copyrights-section .custom-copy-rights {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-new-field-dropdown .add-new-field-button {
  border: 1px solid var(--primary-color, #703BA8);
  border-radius: 5px;
  padding: 9px 60px;
  width: 187px;
  background: transparent;
  color: var(--primary-color, #703BA8);
}
.add-new-field-dropdown .add-new-field-width.show {
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.0392156863);
  border: 0.5px solid var(--secondary-border-v2, #D9D9D9) !important;
  width: 187px;
  left: 0px !important;
  background: var(--custom-white, #ffffff);
  padding: 15px 20px !important;
}
.add-new-field-dropdown .add-new-field-tags a {
  display: block;
  margin-bottom: 25px;
}
.add-new-field-dropdown .add-new-field-tags a:last-child {
  margin-bottom: 0px;
}

.dark-theme .add-new-field-width.show {
  border: none !important;
}

.custom-function-field {
  position: relative;
}
.custom-function-field input {
  height: 59px;
  padding: 12px 115px 12px 32px !important;
}
.custom-function-field .function-field-options {
  position: absolute;
  right: 30px;
  top: 17px;
}
.custom-function-field .function-field-img {
  background-image: url(../images/function-field-side-img.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: 11.5px;
  width: 16px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 12px;
}

.dark-theme .function-field-img {
  background: url(../images/function-field-side-img-dark.svg);
  background-repeat: no-repeat;
  display: block;
  background-size: 11.5px;
  width: 16px;
  height: 64px;
  position: absolute;
  top: 0px;
  left: 12px;
}

.manage-users-filter {
  width: 484px;
  border-radius: 8px;
  padding: 24px;
  top: 3px !important;
}
.manage-users-filter .custom-dropdown {
  border: 1px solid var(--primary-border-v3, #CCCCCC);
  border-radius: 5px;
  padding: 10px 12px 10px 18px;
  width: 210px;
}
.manage-users-filter .access-dropdown {
  border: none !important;
  border-radius: 5px !important;
  min-width: 210px;
  padding: 10px 10px 0px 10px;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  background-color: var(--custom-white, #ffffff);
}
.manage-users-filter .access-dropdown .custom-list {
  background-color: var(--custom-white, #ffffff);
}
.manage-users-filter .access-dropdown .custom-list:hover {
  background-color: var(--background-white, #ffffff);
}
.manage-users-filter .form-check-input {
  width: 14px;
  height: 14px;
}
.manage-users-filter .form-check-input:focus {
  border-color: var(--primary-color, #703BA8);
  outline: 0;
  box-shadow: none;
}
.manage-users-filter .form-check-label {
  margin-top: 1.6px;
  margin-left: 5px;
}
.manage-users-filter .form-label {
  margin-bottom: 4px;
}

.custom-table {
  background-color: var(--body-background, #FFFFFF);
  margin-bottom: 0;
  border-radius: 8px;
}
.custom-table thead tr {
  position: sticky;
  top: 0;
  /* z-index: 1; */
}
.custom-table thead tr th {
  padding: 23px 40px;
  vertical-align: top;
  background-color: var(--primary-bg, #fcf9ff);
  font-size: 14px;
  align-items: start;
  text-wrap: nowrap;
  color: var(--black-v2, #1F2034);
}
.custom-table thead tr th:first-child {
  border-radius: 7px 0 0 0;
}
.custom-table thead tr th:last-child {
  border-radius: 0 7px 0px 0;
}
.custom-table thead .sort-up {
  position: absolute;
  top: 20px;
  cursor: pointer;
}
.custom-table thead .sort-down {
  position: absolute;
  bottom: 18px;
  cursor: pointer;
}
.custom-table tbody tr td {
  padding: 23px 40px;
  font-size: 14px;
  font-family: "Airbnb-Cereal-App-regular";
  text-wrap: nowrap;
  color: var(--black-v2, #1F2034);
  vertical-align: middle;
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8);
  background-color: var(--background-white, #ffffff);
}
.custom-table tbody tr td a {
  font-family: "Airbnb-Cereal-App-medium";
  color: var(--link-text, #5375DA);
}
.custom-table tbody tr td .table-btn {
  padding: 6px 12px !important;
}
.custom-table tbody tr td select.tabel-select {
  height: 40px;
  padding: 10px 11px !important;
  border-radius: 8px;
  width: 230px;
  background-color: var(--custom-white, #ffffff);
  color: var(--black-v2, #1F2034);
}
.custom-table tbody tr td select.tabel-select:focus {
  border-color: var(--info-border, #86b7fe);
  outline: 0;
  box-shadow: none;
}
.custom-table tbody tr:last-child td {
  border: 0;
}
.custom-table tbody tr td.text-green {
  color: var(--success-color, #00720D);
  font-family: "Airbnb-Cereal-App-medium";
}
.custom-table tbody tr td.success-text {
  color: var(--success-text, #128400);
  font-family: "Airbnb-Cereal-App-regular";
}
.custom-table tbody tr td.text-red {
  color: var(--danger-red, #F84E4E);
  font-family: "Airbnb-Cereal-App-medium";
}
.custom-table tbody tr td.danger-text {
  color: #FC5050;
  font-family: "Airbnb-Cereal-App-regular";
}
.custom-table tbody tr td.text-grey {
  color: var(--secondary-text-color-v4, #1F2034);
  font-family: "Airbnb-Cereal-App-regular";
}
.custom-table tbody tr td.text-grey:first-child {
  font-family: "Airbnb-Cereal-App-medium";
}
.custom-table tbody .action-icons {
  width: 18px;
  height: 18px;
}
.custom-table .truncate {
  max-width: 320px;
  overflow: hidden;
}
.custom-table .acc-table tbody tr td {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8) !important;
}
.custom-table .acc-table .acc-child tr td {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8) !important;
}
.custom-table .acc-table .acc-child tr:last-child td {
  border-bottom: none !important;
}
.custom-table .acc-table tr.border-unset td {
  border: 0;
}

.active-table tbody tr td {
  padding: 8px 40px !important;
}

.acc-table tbody tr td img.custom-acc-table {
  transform: rotate(90deg);
}

.acc-table tbody tr td img.custom-acc-table.collapsed {
  transform: rotate(0);
}

.acc-table .accordion-middle.border-none td {
  border: 0;
}

tr.accordion-middle:has(td img:not(.collapsed)) td {
  border: none;
}

.table thead th {
  vertical-align: bottom;
}

.table-border {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 7px;
}

.status {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
}

.status.active {
  background-color: var(--success-color-v2, #2BBA4A);
}

.status.inactive {
  background-color: var(--danger-red, #F84E4E);
}

.status.pending {
  background-color: var(--warning-bg-dark, #FF9900);
}

.manage-work tr td a img:hover {
  opacity: 0.75;
}

.custom-pagenation {
  color: var(--secondary-color, #757575);
  border: 1px solid var(--primary-border-v5, #e9e9e9);
  background-color: var(--background-white, #ffffff);
  border-radius: 4px;
  padding: 8px 12px;
}
.custom-pagenation:hover {
  background-color: var(--primary-color-light, #FCF9FF);
  color: var(--primary-color, #703BA8);
}

.custom-pagenation.active {
  color: var(--color-white, #ffffff);
  background-color: var(--primary-color, #703BA8);
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: none !important;
}
.custom-pagenation.active:hover {
  color: var(--color-white, #ffffff) !important;
}

.custom-table-height {
  max-height: 400px;
  overflow-y: auto;
}

.manage-user-table thead.parent-table-title th:first-child {
  padding: 0px 0px 0px 20px !important;
}
.manage-user-table tbody .accordion-middle td:first-child {
  padding: 0px 0px 0px 20px !important;
}
.manage-user-table tbody .accordion-middle .table-accordion-arrow.collapsed {
  transform: rotate(0deg) !important;
}
.manage-user-table tbody .accordion-middle .table-accordion-arrow {
  transform: rotate(90deg);
}
.manage-user-table tbody .inner-table {
  padding-left: 75px !important;
  padding-bottom: 0px;
  position: relative;
}
.manage-user-table tbody .inner-table:after {
  content: "";
  position: absolute;
  background: var(--primary-color, #703BA8);
  width: 2px;
  height: 100%;
  top: -12px;
  left: 29px;
}
.manage-user-table tbody .border-table {
  position: relative;
}
.manage-user-table tbody .border-table:after {
  content: "";
  position: absolute;
  background: var(--primary-color, #703BA8);
  width: 4px;
  height: 100%;
  top: 0px;
}
.manage-user-table .border-nil td {
  border-bottom: none !important;
}
.manage-user-table .custom-table tbody.parent-table-data tr td tr:last-child td {
  border-bottom: none !important;
}
.manage-user-table .custom-table tbody.parent-table-data tr:last-child td {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8) !important;
}

.modal-table thead tr:first-child th:first-child {
  width: 15px !important;
  padding-left: 23px !important;
  padding-right: 23px !important;
}
.modal-table tbody tr td:first-child {
  width: 15px !important;
  padding-left: 23px !important;
  padding-right: 0px !important;
}

.modal-table .form-check-input {
  width: 16px;
  height: 16px;
}

.popup-table thead th {
  padding: 23px 20px !important;
}

.popup-table tbody td {
  padding: 23px 20px !important;
}

.popup-table {
  height: 270px;
  overflow: auto;
}

.recommended-container {
  background-color: var(--body-background, #FFFFFF);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 0 13px #f2f2f2;
}

.dark-theme .recommended-container {
  box-shadow: none;
}

.recommended-container-height {
  height: 87vh; /*Feb 27*/
  overflow: hidden; /*Feb 28*/
}

.tooltip-top {
  padding-top: 2px;
}

.key-field {
  word-break: break-all;
  max-width: 46%;
}

.acc-btn {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: var(--bg-secondary, #f7f7f7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.width-95 {
  width: 95% !important;
}

textarea {
  resize: none;
}

.tab-scrl {
  height: 620px;
  overflow-y: auto;
}

.width-45 {
  width: 45%;
}

.domain-btn {
  position: relative;
  border-radius: 7px;
  z-index: 1;
  border: none;
  background: var(--secondary-gradient-v4, linear-gradient(188deg, #E7F1FF 5.97%, #93A8C4 93.68%));
  padding: 8px;
  transition: all ease-in-out 0.3s;
}

.domain-btn::before {
  content: "";
  background-color: var(--secondary-background-v3, #F0F6FF);
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  margin: 0;
  border-radius: 7px;
  right: 0.75px;
  z-index: -1;
  display: block;
  transition: all ease-in-out 0.3s;
}

.work-tab {
  border: 0.5px solid var(--bg-success-v3, #00AD4F) !important;
  border-radius: 5px !important;
  padding: 9px 16px !important;
  font-size: 14px !important;
  font-family: "Airbnb-Cereal-App-medium";
  background-color: var(--body-background, #FFFFFF);
  color: var(--color-black, #000000);
}
.work-tab:hover {
  background-color: var(--bg-secondary, #f7f7f7);
}

.pros-tab {
  border: 0.5px solid var(--success-border, #00AD4F) !important;
}

.cons-tab {
  border: 0.5px solid var(--danger-border, #FF5D5D) !important;
}

.custom-border-bottom {
  border-bottom: 1px solid var(--primary-border-v2, #E8E8E8) !important;
}

.work-custom-list {
  list-style: circle inside url(../images/list-arrow.svg);
}

.approvel-dialog {
  width: 430px !important;
}

.border-radius-8 {
  border-radius: 8px;
}

.service-menu {
  border: 0.5px solid var(--border-color-dark, #DADADA) !important;
  border-radius: 5px !important;
  padding: 23px 16px !important;
  background-color: var(--background-white, #ffffff) !important;
  color: var(--secondary-text-color, #909090) !important;
  font-size: 14px !important;
  font-family: "Airbnb-Cereal-App-medium" !important;
  margin-bottom: 8px !important;
}
.service-menu:hover {
  border: 0.5px solid var(--primary-color, #703BA8) !important;
  background-color: var(-- #ffffff, #ffffff) !important;
  color: var(--primary-color, #703BA8) !important;
  font-family: "Airbnb-Cereal-App-bold" !important;
}

.service-menu:hover .side-icon {
  filter: invert(201%) sepia(125%) saturate(3096%) hue-rotate(244deg) brightness(86%) contrast(57%) !important;
}

.service-menu.active {
  border: 0.5px solid var(--primary-color, #703BA8) !important;
  background-color: var(-- #ffffff, #ffffff) !important;
  color: var(--primary-color, #703BA8) !important;
  font-family: "Airbnb-Cereal-App-bold" !important;
}

.service-menu.active .side-icon {
  filter: invert(201%) sepia(125%) saturate(3096%) hue-rotate(244deg) brightness(86%) contrast(57%) !important;
}

.primary-border-right {
  border-right: 1px solid var(--border-color-dark, #DADADA);
}

.template-container {
  border: 0.5px solid var(--border-color-dark, #DADADA);
  border-radius: 5px;
  padding: 24px 0px 24px 24px;
  background-color: var(--body-background, #FFFFFF);
}

.template-container-2 {
  border: 0.5px solid var(--border-color-dark, #DADADA);
  border-radius: 5px;
  padding: 24px 0px 24px 24px;
  background-color: var(--custom-white, #ffffff);
}

.accordion-item .accordion-header .cust-acc-btn:focus {
  box-shadow: none;
}

.cust-acc-btn {
  position: relative;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  border-color: var(--secondary-border-v3, #E3E3E3);
}

.cust-acc-btn::before {
  background-color: var(--bg-secondary-v5, #FCF9FF);
  width: 20px;
  height: 20px;
  background-position-x: center;
  background-position-y: center;
  content: "";
  background-image: url(../images/acc-arrow.svg);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  transform: rotate(90deg);
  border-radius: 50%;
  cursor: pointer;
}

.cust-acc-btn.collapsed::before {
  background-image: url(../images/acc-arrow.svg);
  transform: rotate(0deg);
}

.right-border {
  border-right: 0;
}

@media (min-width: 1200px) {
  .right-border {
    border-right: 0.25px solid var(--primary-border-color, #B5B5B5);
  }
}
.acc-scrl {
  height: 600px;
  overflow-y: auto;
}

.generate-code-container {
  width: 100%;
  padding: 0px;
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
  border-radius: 5px;
  height: 570px;
  overflow-y: auto;
  border-top: 5px solid var(--primary-color, #703BA8);
  background-color: var(--bg-black-v3, #FFFFFF);
}

.generate-code-container2 {
  width: 100%;
  padding: 0px;
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
  border-radius: 5px;
  height: 284px;
  overflow-y: auto;
  border-top: 5px solid var(--primary-color, #703BA8);
  background-color: var(--bg-black-v3, #FFFFFF);
}

.generate-code-container3 {
  width: 100%;
  padding: 0px;
  border: 0.5px solid var(--border-light-v2, #CFCFCF);
  border-radius: 5px;
  height: 207px;
  overflow-y: auto;
  border-top: 5px solid var(--primary-color, #703BA8);
  background-color: var(--bg-black-v3, #FFFFFF);
}

.height-250 {
  height: 250px;
}

.icon-width-48 {
  width: 48px;
  height: 48px;
}

.icon-width-24 {
  width: 24px;
  height: 24px;
}

.account-container {
  width: 200px;
  padding: 6px 20px;
  background-color: var(--custom-white, #ffffff);
  border-radius: 8px;
}

.custom-arrow {
  opacity: unset !important;
}
.custom-arrow:hover {
  opacity: 0.5 !important;
}

.custom-prev {
  background-image: url(../images/left-arrow-black.svg);
  height: 18px;
  width: 18px;
}

.custom-next {
  background-image: url(../images/right-black.svg);
  height: 18px;
  width: 18px;
}

.custom-right-carousel-border {
  border-right: 1px solid var(--primary-border-color-v1, #ededed);
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.carousel-dropdown {
  box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.0509803922);
  width: 200px;
  background-color: var(--color-white, #ffffff);
  border: 0 !important;
  border-radius: 6px;
  overflow: hidden;
}

.border-right-position {
  position: relative;
}
.border-right-position::after {
  content: "";
  border-right: 1px solid var(--primary-border-v2, #E8E8E8);
  top: 33px;
  right: 0;
  height: 62px;
  position: absolute;
}

.border-right-position:nth-child(3n) {
  position: relative;
}
.border-right-position:nth-child(3n)::after {
  content: "";
  border-right: 1px solid transparent !important;
  top: 33px;
  right: 0;
  height: 62px;
  position: absolute;
}

.border-right-position-1 {
  position: relative;
}
.border-right-position-1::after {
  content: "";
  border-right: 1px solid var(--primary-border-color-v1, #ededed);
  top: 33px;
  right: 0;
  height: 62px;
  position: absolute;
}

.border-right-position-1:last-child {
  position: relative;
}
.border-right-position-1:last-child::after {
  content: "";
  border-right: 1px solid transparent !important;
  top: 33px;
  right: 0;
  height: 62px;
  position: absolute;
}

.custom-table tbody tr td.number {
  padding: 16px 14px 16px 32px;
}

.icon-width-30 {
  width: 30px;
  height: 30px;
}

.icon-bg-primary {
  height: 44px;
  width: 44px;
  border-radius: 44px;
  background-color: var(--bg-black, rgba(50, 175, 233, 0.1019607843));
}

.icon-bg-secondary {
  height: 44px;
  width: 44px;
  border-radius: 44px;
  background-color: var(--bg-black-v2, rgba(148, 148, 148, 0.1019607843));
}

.modal-medium-container {
  width: 750px;
}

.secondary-template-container {
  border: 0.65px solid var(--primary-border, #D0D0D0);
  border-radius: 8px;
  width: 325px;
}

.custom-template-dropdown {
  border: 0;
  border-radius: 8px;
  background-color: var(--background-white, #ffffff);
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  min-width: 110px;
  position: absolute !important;
}

.dark-theme .custom-template-dropdown {
  border: 1px solid var(--primary-border, #D0D0D0);
}

.custom-template-dropdown li .dropdown-item {
  color: var(--black-v2, #1F2034);
}
.custom-template-dropdown li .dropdown-item:hover {
  background-color: var(--bg-secondary, #f7f7f7);
}

.template-body {
  background-color: var(--bg-secondary-dark, #fafafa);
  height: 150px;
  border-radius: 0 0 8px 8px;
  width: 323px;
}

.template-header {
  background-color: var(--body-background, #FFFFFF);
  height: 70px;
  border-radius: 8px 8px 0 0;
  width: 323px;
}

.height-100 {
  height: 100px;
}

.custom-border-top {
  border-top: 1px solid var(--primary-border-v4, #e6e6e6);
}

.content-540 {
  min-width: 540px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.form-check-input:checked {
  background-color: var(--primary-color, #703BA8);
  border-color: var(--form-border, #703BA8);
}

.width-70px {
  width: 79px;
}

.width-325 {
  width: 436px;
}

.width-280px {
  width: 306px;
}

.width-324px {
  width: 324px;
}

.width-330px {
  width: 330px;
}

.icon-width-small {
  width: 16px;
  height: 16px;
}

.custum-table-first-width {
  width: 455px;
  padding-left: 33px !important;
}

.icon-width-14 {
  width: 14px;
  height: 14px;
}

.custom-icon-width {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.icon-width-medium {
  width: 30px;
  height: 30px;
  border-radius: 3px;
}

.icon-width-35 {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.lh-32 {
  line-height: 32px;
}

.line-height-0 {
  line-height: 0px;
}

.dark-theme {
  background-color: var(--body-background, #FFFFFF);
}

.dark-theme .icon-filter {
  filter: invert(91%) sepia(25%) saturate(5035%) hue-rotate(193deg) brightness(132%) contrast(111%);
}

.dark-theme .manage-workloads-section {
  border: none !important;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
  box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.0784313725);
}

.dark-theme .custom-form {
  border: none;
  background-color: var(--custom-white, #ffffff);
  color: var(--black-v2, #1F2034);
}
.dark-theme .custom-form:focus {
  transition: none;
}
.dark-theme .custom-form:focus-visible {
  outline: 0;
}
.dark-theme .region-input {
  border: none !important;
  background-color: var(--custom-white, #ffffff) !important;
}

.dark-theme .form-control22 {
  border: none;
  background-color: var(--custom-white, #ffffff);
  color: var(--black-v2, #1F2034);
}
.dark-theme .form-control22:focus {
  transition: none;
}
.dark-theme .form-control22:focus-visible {
  outline: 0;
}
.dark-theme .region-input {
  border: none !important;
  background-color: var(--custom-white, #ffffff) !important;
}

.dark-theme .threshold-width {
  background-color: var(--custom-white, #ffffff);
}

.dark-theme .custom-select-form div {
  background-color: var(--custom-white, #ffffff);
  color: #fff;
  border: 0 !important;
  border-radius: 4px;
}

.dark-theme .custom-select-form .css-1jqq78o-placeholder {
  color: #fff !important;
  position: absolute;
}

.dark-theme .css-1dimb5e-singleValue {
  position: absolute;
}

.right-container-scroll {
  height: 100vh;
  overflow-y: scroll;
}

.right-container-scroll1 {
  height: 110vh;
  overflow-y: scroll;
}

.dark-theme .reactflow-wrapper {
  background-color: #161A25;
}

.dark-theme .custom-select-form div > div > div {
  color: var(--black-v2, #1F2034);
}

.content-center-container .tools {
  background-color: var(--background-white, #ffffff) !important;
}

.dark-theme .outline-button {
  color: #A5A4A8 !important;
}

a:focus-visible {
  outline: unset;
}

.custom-dropdown:hover {
  color: var(--black-v4, #323232);
}

.light-theme-img {
  display: block;
}

.dark-theme-img {
  display: none;
}

.dark-theme .light-theme-img {
  display: none;
}

.dark-theme .dark-theme-img {
  display: block;
}

.dark-theme .custom-dropdown {
  border: 0 !important;
}

.dark-theme .custom-border-box {
  border: 0;
}

.cust-select-width {
  min-width: 253px !important;
  max-width: 253px !important;
}

.overflow-visible {
  overflow: visible;
}

.primary-button {
  color: #fff !important;
}

.dark-theme .custom-table th img {
  filter: invert(80%) sepia(91%) saturate(0%) hue-rotate(140deg) brightness(122%) contrast(91%);
}

.dark-theme .custom-dropdown:focus {
  border: 0;
}

.custom-checkbox {
  background-color: transparent;
  border: 1px solid var(--secondary-border-v2, #D9D9D9);
}

.dark-theme select.tabel-select {
  border: none !important;
}

.dark-theme .service-configurations-grid {
  border: none !important;
}

.dark-theme .icon-custom-filter {
  filter: invert(55%) sepia(27%) saturate(5035%) hue-rotate(193deg) brightness(153%) contrast(111%);
}

.dark-theme .modal-content {
  background-color: var(--body-background, #FFFFFF);
  border: 1px solid var(--primary-border-v4, #e6e6e6) !important;
}

.dark-theme .modal-close-filter {
  filter: invert(58%) sepia(0%) saturate(397%) hue-rotate(75deg) brightness(124%) contrast(91%);
}
.dark-theme .modal-close-filter:hover {
  filter: invert(58%) sepia(0%) saturate(397%) hue-rotate(75deg) brightness(84%) contrast(91%);
}

.border-radius-7 {
  border-radius: 7px;
}

.custom-radio {
  background-color: var(--body-background, #FFFFFF);
  border: 1px solid var(--secondary-border-v2, #D9D9D9);
}

.dark-theme .dark-theme-icons {
  filter: invert(34%) sepia(97%) saturate(13%) hue-rotate(254deg) brightness(140%) contrast(100%);
}

.drop-down-position {
  position: absolute !important;
  left: 194px !important;
}

.active-check .access-dropdown {
  height: 200px;
  overflow: auto;
}

.custom-function-field .custom-form {
  background-color: var(--body-background, #FFFFFF) !important;
  border: 0.5px solid var(--custom-border-v1, #D0D0D0) !important;
}

.add-new-field-dropdown .add-new-field-width li:hover {
  background-color: var(--bg-secondary, #f7f7f7);
}

.custom-dropdown-select {
  min-width: 100px;
}

.custom-dropdown-select li:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
  border-radius: 5px;
}
.custom-scroll-dropdown {
  max-height: 200px; /* Adjust height as needed */
  overflow-y: auto; /* Enables vertical scroll */
}

/* Optional: Style scrollbar (works in Chrome/Edge/Safari) */
.custom-scroll-dropdown::-webkit-scrollbar {
  width: 8px;
}
.custom-scroll-dropdown::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.custom-scroll-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dark-theme .custom-dropdown-select {
  border: 0.5px solid var(--secondary-drop-border, #404953) !important;
}

.custom-height {
  min-height: 450px;
}

.custom-search:focus {
  border: 0 !important;
}

a.tag-color:hover {
  opacity: 0.75;
}

.custom-nav-scrl {
  max-height: 270px;
  overflow: auto;
}

.custom-area-scrl {
  height: 560px;
  overflow: auto;
}

.combine-button .primary-color:hover {
  color: var(--primary-color, #703BA8) !important;
}

.content-container {
  min-height: 475px;
  overflow: auto;
  background: linear-gradient(180deg, #FFFFFF 2.9%, #F6FAFF 100%);
  box-shadow: 2px 2px 2px -2px rgba(0, 0, 0, 0.1490196078);
}

.content-left-container {
  position: absolute;
  left: 0;
}

.content-right-container {
  position: absolute;
  right: 0;
}

.content-center-container {
  width: 100%;
  height: 94vh; /*Feb 27*/
  background-color: var(--body-background, #FFFFFF);
}

.rech-table .manage-work tr:first-child td {
  padding: 10px 10px 10px 21px !important;
}

.rech-table thead tr th {
  padding: 21px;
}

.rech-table .manage-work tr td {
  padding: 21px;
}

.provider-width {
  width: 245px;
  padding: 24px;
}

.toggle-button-container {
  position: absolute;
  top: 76%;
  left: 41%;
}

.loginnew-btn {
  position: relative;
  top: 50%;
  width: 283px;
  height: 67px;
  margin: -20px auto 0 auto;
  overflow: visible;
}

.login-text {
  color: #fff !important;
  position: absolute;
  top: 32%; /* Adjust this value to position the text within the button */
  left: 54%;
  transform: translateX(-50%);
  z-index: 2; /* Ensure it's above the button background */
  width: 100%;
  text-align: center;
}

.knob,
.btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 4; /* Highest z-index to be clickable */
}

.knob {
  z-index: 3; /* Above text and background */
}

.btn-bg {
  width: 100%;
  background-color: #2b2f34;
  transition: 0.3s ease all;
  z-index: 1; /* Lowest z-index */
  border-radius: 4px;
  border: 1px solid #D591FE !important;
}

.btn-bg:hover {
  background-color: #1E2228;
}

/* Button 10 */
#button-10 .knob:before,
#button-10 .knob:after,
#button-10 .knob span {
  position: absolute;
  top: 2px;
  width: 61px;
  height: 63px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#button-10 .knob:before {
  content: "";
  background-image: url(../images/right-arrow-pink.svg);
  background-repeat: no-repeat;
  left: 2px;
  background-color: #fff;
  background-position: 20px;
  z-index: 3; /* Ensure the knob is above the text */
}

#button-10 .checkbox:checked + .knob:before {
  left: 220px;
  background-color: #fff;
}

#button-10 .checkbox:checked ~ .btn-bg {
  background-color: #2b2f34;
}

.aligning-center .tags-align {
  margin-left: 220px;
}

.cic-container .monaco-editor, .monaco-editor-background {
  background-color: var(--bg-black-v3, #FFFFFF) !important;
}

.cic-container .margin-view-overlays {
  background-color: var(--bg-black-v3, #FFFFFF) !important;
}

.code-container .mermaid .root .node rect {
  fill: #e4f4ff !important;
  stroke: #d4d4d4 !important;
}

.code-container .nodeLabel p, .label text {
  fill: var(--primary-color, #703BA8) !important;
  color: var(--primary-color, #703BA8) !important;
}

.table tbody tr.row-selected-one td {
  background-color: var(--table-selected-row, #F7FFF5);
}

.service-carousel .service-card {
  box-shadow: 0 0 4px #ccc;
  border-radius: 5px;
  width: 20%;
}

.service-configurations-section .service-configurations-grid {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1.5px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--background-white, #ffffff);
}

.service-configurations-section .col-md-2 {
  width: 252px;
}

.service-configurations-grid:hover .grid-blur {
  filter: blur(25px);
  cursor: pointer;
}

.service-configurations-grid:hover .grid-options {
  display: block;
  transition: all 0.3s;
}

.service-configurations-section .service-configurations-grid {
  border: 1px solid var(--primary-border-v2, #E8E8E8);
  border-radius: 8px;
  box-shadow: 0px 0px 1px 1.5px rgba(0, 0, 0, 0.0784313725);
  background-color: var(--background-white, #ffffff);
}
.service-configurations-section .col-md-2 {
  width: 252px;
}

.field-disable {
  background-color: "lightgrey";
}

.doc-container {
  height: 500px;
  overflow-y: auto;
}

.resources-left-pane {
  max-height: 435px;
  overflow: auto;
  min-height: 270px;
}

.resources-snippet {
  max-height: 359px;
  overflow: auto;
}

.offer-snippet {
  height: 390px;
  overflow: auto;
}

.acc-dropdown {
  width: 150px;
}

.list-style-none li::marker {
  content: "";
}

.services-container {
  height: 76vh;
  overflow: auto;
}

.services-container .target-nav-item li {
  padding: 0 10px;
}

.services-container .target-nav-item li:hover {
  background-color: var(--active-bg, #FCF9FF);
}

.services-container .target-nav-item li .add-icon {
  visibility: hidden;
}

.services-container .target-nav-item li:hover .add-icon {
  visibility: visible;
}

.custom-tags {
  width: auto;
  background-color: #F4F4F4;
  padding: 14px 12px;
  display: flex;
  align-items: center;
}

.add-tag-btn {
  border: 1px dashed var(--link-text, #5375DA);
  color: var(--link-text, #5375DA);
  width: auto;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  height: 26px;
}

.delete-icon-circle {
  background-color: #FFF5F5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 17px;
}

.accordion-item {
  margin-bottom: 0 !important;
}

.accordion-item .show {
  margin-bottom: 1rem !important; /* Adjust as necessary */
}

.danger-button {
  color: var(--color-white, #ffffff);
  background-color: var(--bg-danger, #D75C5C);
  border: none;
}

.danger-button:hover {
  background-color: var(--bg-danger-v2, #e07575);
}

.danger-button.popup-btn {
  background-color: var(--danger-red, #F84E4E);
}

.danger-outline-button {
  color: var(--bg-danger, #D75C5C);
  border: 1px solid var(--bg-danger, #D75C5C);
  background-color: var(--custom-white, #ffffff);
}

.danger-outline-button:hover {
  background-color: var(--bg-danger-v2, #e07575);
  color: var(--custom-white, #ffffff);
}

.danger-button.popup-btn {
  background-color: var(--danger-red, #F84E4E);
}

.filter-button {
  background-color: var(--custom-white, #ffffff);
  border: 1px solid var(--primary-border, #D0D0D0);
  border-radius: 5px;
}

.filter-button:hover {
  background-color: var(--secondary-hover-bg, #EBEBEB);
}

.data-resource-scrl {
  max-height: 440px;
  overflow-y: auto;
}

.form-control.has-value + .custom-revenue-icon {
  display: none;
}

.position-absolute.custom-revenue-icon {
  display: block;
}

.input-with-icon-wrapper {
  position: relative;
}

.input-with-icon-wrapper .revenue-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px; /* Adjust as needed */
  width: 20px; /* Adjust as needed */
  pointer-events: none; /* Makes sure icon doesn't interfere with clicks */
}

form-control.custom-form2 {
  /* Adjust padding to space for icon */
  padding-left: 40px; /* Adjust based on icon width and left position */
}

.loader-overlay {
  z-index: 11000; /* Highest z-index to ensure it is above all other elements */
}

.button.danger-button:disabled {
  background-color: #e79191; /* Lighter/dull color */
  cursor: not-allowed;
  opacity: 0.6;
}/*# sourceMappingURL=custom.css.map */


.delete-icon-circle {
  background-color: #FFF5F5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 17px;
}

.delete-icon-circle-field {
  background-color: #FFF5F5;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.routes_scroll {
  height: 300px;
  overflow: auto;
}/*# sourceMappingURL=custom.css.map */