:root {
  --readonly: #F5F5F5;
  --bs-blue: #e40000;
  --bs-indigo: #4a2e5e;
  --bs-purple: #7c4d9e;
  --bs-pink: #d63384;
  --bs-red: #a30000;
  --bs-gray:#A7AFBF;
  --bs-orange: #ef8d07;
  --bs-yellow: #fdc400;
  --bs-green: #008300;
  --bs-green-toast: #DFF6DD;
  --bs-red-toast: #f5dbdb;
  --bs-teal: #2c397f;
  --bs-cyan: #54bfff;
  --bs-black: #1a1a1a;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #e40000;
  --bs-secondary: #6c757d;
  --bs-lite: #feefef;
  --bs-gray-lite: #a7afbf;
  --bs-right-pane:#faf4f4;
  --bs-secondary-brand: #a30000;
  --bs-success: #008300;
  --bs-info: #54bfff;
  --bs-warning: #a30000;
  --bs-danger: #ef8d07;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: rgb(95, 0, 75);
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 26, 26, 26;
  --bs-font-sans-serif: 'tt_interphases', 'tt_interphases-light', 'tt_interphases-medium', 'tt_interphases-demibold', 'tt_interphases-bold', sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-error-font-size: 11px;
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1a1a1a;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #EDEDED;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #e40000;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #2c397f;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #008300;
  --bs-form-valid-border-color: #008300;
  --bs-form-invalid-color: #a30000;
  --bs-form-invalid-border-color: #a30000;
  --bs-disclaimer-bg: #FFF5E8;
}

::-moz-placeholder {
  color: rgba(32, 32, 32, 0.3) !important;
}

:-moz-placeholder {
  color: rgba(32, 32, 32, 0.3) !important;
}

::placeholder,
:placeholder-shown {
  color: rgba(32, 32, 32, 0.3) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--bs-gray-700);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: rgb(217, 217, 217);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--bs-white) inset !important;
}

@font-face {
  font-family: "tt_interphases-light";
  src: url("fonts/tt_interphaseslight-webfont.eot");
  src: url("fonts/tt_interphaseslight-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tt_interphaseslight-webfont.woff2") format("woff2"), url("fonts/tt_interphaseslight-webfont.woff") format("woff"), url("fonts/tt_interphaseslight-webfont.ttf") format("truetype"), url("fonts/tt_interphaseslight-webfont.svg#tt_interphaseslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases";
  src: url("fonts/tt_interphasesregular-webfont.eot");
  src: url("fonts/tt_interphasesregular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tt_interphasesregular-webfont.woff2") format("woff2"), url("fonts/tt_interphasesregular-webfont.woff") format("woff"), url("fonts/tt_interphasesregular-webfont.ttf") format("truetype"), url("fonts/tt_interphasesregular-webfont.svg#tt_interphasesregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-medium";
  src: url("fonts/tt_interphasesmedium-webfont.eot");
  src: url("fonts/tt_interphasesmedium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tt_interphasesmedium-webfont.woff2") format("woff2"), url("fonts/tt_interphasesmedium-webfont.woff") format("woff"), url("fonts/tt_interphasesmedium-webfont.ttf") format("truetype"), url("fonts/tt_interphasesmedium-webfont.svg#tt_interphasesmedium") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-demibold";
  src: url("fonts/ttinterphasesdemibold-webfont.eot");
  src: url("fonts/ttinterphasesdemibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/ttinterphasesdemibold-webfont.woff2") format("woff2"), url("fonts/ttinterphasesdemibold-webfont.woff") format("woff"), url("fonts/ttinterphasesdemibold-webfont.ttf") format("truetype"), url("fonts/ttinterphasesdemibold-webfont.svg#tt_interphasesdemibold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-bold";
  src: url("fonts/tt_interphasesbold-webfont.eot");
  src: url("fonts/tt_interphasesbold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/tt_interphasesbold-webfont.woff2") format("woff2"), url("fonts/tt_interphasesbold-webfont.woff") format("woff"), url("fonts/tt_interphasesbold-webfont.ttf") format("truetype"), url("fonts/tt_interphasesbold-webfont.svg#tt_interphasesbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
.w-80-px {
  width: 80px;
}
.w-160-px {
  width: 160px;
}
.w-10 {
  width: 10%;
}
.w-65 {
  width: 65% !important;
}
.w-100 {
  width: 100%;
}

.h-40 {
  height: 40px;
}
.h-100 {
  height: 100%;
}

.fw-100 {
  font-family: "tt_interphases-light", sans-serif;
}
.fw-200, .my-tabs-nav .nav-item .nav-link, #main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button .small, #main-wrapper .inner-wrapper .my-tabs-content .profile-body .text-message ul {
  font-family: "tt_interphases", sans-serif;
}
.fw-300, .modal-edit-confirm-modal .modal-body .modal-info-bar .info-bar-title-des h3, .modal-edit-confirm-modal .modal-body-profile .name, .modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content p, .user-details-names h3, .user-details div p:first-child, .captcha-refresh, .modal-template-approval .modal-content .modal-body-profile .name, #main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile .profile-photo-empty p, #main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile-empty p, #main-wrapper .inner-wrapper .brand-details-names h3, #main-wrapper .inner-wrapper .brand-details div p:first-child, #main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body-title .text-title, #main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-title .text-title, #main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details .url-action-head, #main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details div p:first-child, #main-wrapper .inner-wrapper .my-tabs-content .profile-header-title, #main-wrapper .inner-wrapper .agent-details div p:first-child, #main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows-inner .timepicker-updownarrows, #main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group-text, .btn-primary.btn-banner {
  font-family: "tt_interphases-medium", sans-serif;
}
.fw-400, .welcome-onboarding h2, #main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button {
  font-family: "tt_interphases-demibold", sans-serif;
}
.fw-500, #main-wrapper .inner-wrapper .summary-cards-top h3 {
  font-family: "tt_interphases-bold", sans-serif;
}

.link-primary {
  color: var(--bs-primary) !important;
}
.link-primary:hover {
  color: var(--bs-warning) !important;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-body-font-size);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.login-auth {
  display: flex;
  height: 100%;
  flex-direction: row;
  background: var(--bs-white);
}
.login-auth-left, .login-auth-right {
  display: flex;
  flex: 1 1 50%;
  justify-content: center;
  align-items: center;
  overflow: auto;
  flex-flow: row wrap;
  position: relative;
}
.login-auth-left .inner-wrap, .login-auth-right .inner-wrap {
  width: 370px;
}
.login-auth-left {
  background: var(--bs-body-bg) url(../images/pattern.png) no-repeat;
  color: var(--bs-black);
}
.login-auth-left .inner-wrap {
  max-width: 400px;
}
.login-auth-right {
  flex-direction: column;
}
.login-auth-right-title {
  font-weight: bold;
  color: var(--bs-black);
  margin-bottom: 1.5rem;
}
.login-auth .form-wrap {
  width: 55%;
  margin: 0 auto;
}
.login-auth .title {
  font-size: 2.25rem;
  font-family: tt_interphases-bold;
  margin-bottom: 1rem;
}
.login-auth .password-eye {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: var(--bs-gray);
  font-size: 1.25rem;
  text-decoration: none;
}
.login-auth .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  font-family: "tt_interphases-medium";
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-12px) translateX(5px) !important;
}
.login-auth .form-floating > .form-control-plaintext ~ label,
.login-auth .form-floating > .form-control:focus ~ label,
.login-auth .form-floating > .form-control:not(:placeholder-shown) ~ label,
.login-auth .form-floating > .form-select ~ label {
  font-family: "tt_interphases-medium";
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-12px) translateX(5px) !important;
}
.login-auth .form-floating > .form-control:not(:-moz-placeholder) ~ label:after {
  background: transparent !important;
}
.login-auth .form-floating > .form-control-plaintext ~ label:after,
.login-auth .form-floating > .form-control:focus ~ label:after,
.login-auth .form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.login-auth .form-floating > .form-select ~ label:after {
  background: transparent !important;
}
.login-auth .login-footer {
  position: absolute;
  bottom: 1rem;
}
.login-auth .login-footer-signup {
  position: initial;
  margin: 1rem 0 2rem 0.5rem;
}
.login-auth .text-link {
  color: var(--bs-primary) !important;
}
.login-auth .form-floating > .form-control.captcha-input.captcha-input-field:not(:-moz-placeholder) ~ label {
  color: var(--bs-primary) !important;
  transform: scale(0.85) translateY(-12px) translateX(2px) !important;
  font-size: 0.95rem;
}
.login-auth .form-floating > .form-control.captcha-input.captcha-input-field:not(:placeholder-shown) ~ label {
  color: var(--bs-primary) !important;
  transform: scale(0.85) translateY(-12px) translateX(2px) !important;
  font-size: 0.95rem;
}
.login-auth .form-floating > .form-control.captcha-input:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(5px) translateX(2px) !important;
  font-size: 1.1rem;
}
.login-auth .form-floating > .form-control.captcha-input:not(:placeholder-shown) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(5px) translateX(2px) !important;
  font-size: 1.1rem;
}
.login-auth .form-floating > .form-control.captcha-input:focus ~ label {
  color: var(--bs-primary) !important;
  transform: scale(0.85) translateY(-12px) translateX(2px) !important;
  font-size: 0.95rem;
}

.form-floating > label {
  color: rgba(var(--bs-black-rgb), 0.5);
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-primary) !important;
  transform: scale(0.85) translateY(-12px) translateX(5px) !important;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--bs-primary) !important;
  transform: scale(0.85) translateY(-12px) translateX(5px) !important;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label:after {
  background: transparent !important;
}
.form-floating > .form-control-plaintext ~ label:after,
.form-floating > .form-control:focus ~ label:after,
.form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select ~ label:after {
  background: transparent !important;
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-control {
  border-color: var(--bs-border-color) !important;
  padding: 1rem !important;
  color: var(--bs-gray) !important;
}
.form-control:focus, .form-control:active {
  box-shadow: none !important;
}
.form-control:disabled {
  opacity: 0.65 !important;
}
.form-control.search-control {
  width: 20px;
  height: 34px;
  border-radius: 0.5rem;
  padding: 0.375rem 1rem 0.375rem 1.5rem !important;
  font-size: 0.875rem;
  transition: all 1s ease-in-out;
}
.form-control.search-control:not(:-moz-placeholder) {
  width: 210px;
  padding: 0.375rem 1rem 0.375rem 2.25rem !important;
}
.form-control.search-control:focus, .form-control.search-control:not(:placeholder-shown) {
  width: 210px;
  padding: 0.375rem 1rem 0.375rem 2.25rem !important;
}
.form-control.search-control::before {
  content: "\f52a";
  font-family: "bootstrap-icons" !important;
}
.form-control-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 18px;
  cursor: pointer;
}

.form-check {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 1rem 0.5rem 0 !important;
}
.form-check .form-check-input {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-top: 0px !important;
  vertical-align: initial !important;
  background-color: var(--bs-white) !important;
  border-color: var(--bs-border-color) !important;
}
.form-check .form-check-input:checked {
  background-color: var(--bs-green) !important;
  border-color: var(--bs-green) !important;
}
.form-check .form-check-input:focus, .form-check .form-check-input:active {
  box-shadow: none !important;
}
.form-check.form-check-inline {
  display: inline-flex !important;
}
.form-check.form-switch .form-check-input {
  width: 3rem !important;
}

.form-label {
  color: var(--bs-gray);
}

.btn {
  font-size: var(--bs-body-font-size);
  border-radius: 25px;
  line-height: 1.3;
  padding: 0.375rem 1.125rem;
  border-color: transparent !important;
}
.btn-primary {
  background: var(--bs-primary) !important;
}
.btn-primary:hover {
  background: var(--bs-secondary-brand) !important;
  color: var(--bs-white);
}
.btn-primary.btn-banner {
  background: var(--bs-lite) !important;
  color: var(--bs-primary);
  padding: 0.75rem 1.5rem;
  border: 1px solid #D5DCED !important;
  border-radius: 8px;
  min-width: 20%;
  z-index: 1;
  position: relative;
}
.btn-danger-2 {
  background: transparent !important;
  color: var(--bs-danger) !important;
}
.btn-secondary {
  background: var(--bs-gray);
}
.btn-secondary:hover {
  background: var(--bs-body-bg) !important;
  color: var(--bs-black);
  border-color: var(--bs-black) !important;
}
.btn-login {
  display: block;
  width: 100%;
  height: 51px;
  line-height: 38px;
}
.btn-login:hover {
  background: var(--bs-warning) !important;
  color: var(--bs-white);
}
.btn-hide-show {
  position: absolute;
  right: 15px;
  top: 35px;
  padding: 0.15rem 0.3rem;
  background: var(--bs-body-bg) !important;
  color: var(--bs-black) !important;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.btn-hide-show:after {
  content: "\f286";
  font-family: "Bootstrap-icons";
  font-size: 0.875rem;
  transition: all 1s ease-in-out;
}
.btn-hide-show.collapsed:after {
  content: "\f282";
  transition: all 1s ease-in-out;
}
.btn-light {
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-border-color) !important;
  color: var(--bs-gray) !important;
}
.btn-light:hover {
  background: var(--bs-border-color) !important;
  color: var(--bs-black) !important;
}
.btn-sm {
  padding: 0.5rem 1rem !important;
  min-width: 60px;
}
.btn-download-icon {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  height: 34px;
  background: var(--bs-blue) !important;
  color: var(--bs-white);
}
.btn-edit-icon {
  background: var(--bs-lite);
  border: 1px solid var(--bs-border-color);
  border-radius: 2px;
  padding: 0.1rem 0.45rem;
  margin-left: 0.4rem;
}
.btn-edit-icon span {
  font-size: 0.75rem;
}
.btn-edit-icon:hover {
  background: var(--bs-body-bg);
}
.btn.btn-icon {
  background: var(--bs-lite) !important;
  color: var(--bs-primary);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

#sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100vh;
  width: 68px;
  background: var(--bs-white);
  transition: 0.3s all ease-in-out;
}
#sidebar .logo {
  padding: 1rem 0 0 0;
}
#sidebar #mainNav {
  margin: 0;
  padding: 0.5rem 0;
  overflow-y: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#sidebar #mainNav ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
#sidebar #mainNav ul li {
  margin: 0.1rem 0.1rem 0.25rem;
}
#sidebar #mainNav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  color: var(--bs-black);
}
#sidebar #mainNav ul li a .text-link {
  font-size: 11px;
  font-weight: 400;
}
#sidebar #mainNav ul li a:active, #sidebar #mainNav ul li a:hover {
  background: var(--bs-lite);
  border-radius: var(--bs-border-radius);
  color: var(--bs-black);
}
#sidebar #mainNav ul li a.active {
  background: var(--bs-blue);
  border-radius: var(--bs-border-radius);
  color: var(--bs-white);
  pointer-events: none;
}
#sidebar #mainNav ul:last-child {
  margin-top: auto;
  margin-bottom: 0.5rem;
}

#main-wrapper {
  position: relative;
  display: flex;
  z-index: 8;
  width: calc(100% - 68px);
  margin-left: 68px;
  padding: 0.5rem 1.5rem;
  align-self: flex-start;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}
#main-wrapper .page-fixed-top {
  position: fixed;
  top: 0;
  width: calc(100% - 110px);
  right: 1.5rem;
  z-index: 9999;
  height: 60px;
}
#main-wrapper .page-fixed-top .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
  background: var(--bs-body-bg);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .notification {
  font-size: 1.25rem;
  position: relative;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .notification-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bs-primary);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .profile-action {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 1rem;
  color: var(--bs-black);
  cursor: pointer;
  text-decoration: none;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .profile-action .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--bs-black-rgb), 0.15);
  border: 1px solid var(--bs-border-color);
  color: var(--bs-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 10px;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .profile-action .name {
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  padding-bottom: 0.1rem;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .profile-action .role {
  font-size: 0.85rem;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .profile-action .dropdown--toggle {
  display: inline-block;
  border: solid var(--bs-black);
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu {
  min-width: 225px;
  background: var(--bs-white);
  box-shadow: var(--bs-box-shadow);
  border: 1px solid var(--bs-border-color);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu a {
  color: var(--bs-gray);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu a:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu a:active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu .dropdown-divider {
  border-top: 1px solid var(--bs-border-color);
  margin-bottom: 0.5rem !important;
}
#main-wrapper .page-fixed-top .top-bar .profile-dropdown .dropdown-menu.show {
  z-index: 9999;
}
#main-wrapper .page-fixed-top .page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem;
  background: var(--bs-white);
  border-radius: 1rem 1rem 0 0;
  border: 1px solid rgba(var(--bs-black-rgb), 0.15);
}
#main-wrapper .page-fixed-top .page-title .title-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bs-black);
}
#main-wrapper .page-fixed-top .page-title .title-arrow .bi.bi-arrow-left {
  cursor: pointer;
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.prevAction {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.75rem 0.35rem 0.5rem;
  font-size: 0.95rem;
  color: var(--bs-black);
  white-space: nowrap;
  cursor: pointer;
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.prevAction:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.prevAction.disabled {
  pointer-events: none;
  color: var(--bs-gray);
  cursor: auto;
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.nextAction {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  font-size: 0.95rem;
  color: var(--bs-black);
  white-space: nowrap;
  cursor: pointer;
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.nextAction:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.nextAction.disabled {
  pointer-events: none;
  color: var(--bs-gray);
  cursor: auto;
}
#main-wrapper .inner-wrapper {
  min-height: calc(100vh - 75px);
  min-height: calc(100vh - 140px);
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
  padding: 0 1.5rem 1.5rem;
  margin-top: 118px;
  overflow: auto;
  position: relative;
  z-index: 8;
}
#main-wrapper .inner-wrapper .summary-report {
  margin: 1.5rem 0;
  background: var(--bs-body-bg);
  border-radius: 8px;
}
#main-wrapper .inner-wrapper .summary-report ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
#main-wrapper .inner-wrapper .summary-report ul li {
  text-align: center;
  padding: 1.75rem;
  border: 1px solid var(--bs-border-color);
  flex-grow: 1;
  position: relative;
}
#main-wrapper .inner-wrapper .summary-report ul li.showPointer {
  cursor: pointer;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-gray, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-yellow, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-red, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-green {
  font-family: "tt_interphases-demibold", sans-serif;
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count span, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-gray span, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-yellow span, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-red span, #main-wrapper .inner-wrapper .summary-report ul li .summary-count-green span {
  font-size: var(--bs-body-font-size);
  margin-right: 4px;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count-green {
  color: var(--bs-green);
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count-red {
  color: var(--bs-red);
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count-yellow {
  color: var(--bs-warning);
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count-yellow span {
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-count-gray {
  color: var(--bs-gray);
}
#main-wrapper .inner-wrapper .summary-report ul li:first-child {
  border-radius: 8px 0 0 8px;
}
#main-wrapper .inner-wrapper .summary-report ul li:last-child {
  border-radius: 0 8px 8px 0;
}
#main-wrapper .inner-wrapper .summary-report ul li.active {
  background: var(--bs-white);
}
#main-wrapper .inner-wrapper .summary-report ul li.active::after {
  border-bottom: 4px solid var(--bs-primary);
  border-radius: 4px 4px 0 0;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
}
#main-wrapper .inner-wrapper .summary-report ul li.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-filter-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--bs-black);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-filter-icon button {
  border: none;
  background: transparent;
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .summary-report ul li .summary-filter-icon:hover {
  background: var(--bs-lite);
}
#main-wrapper .inner-wrapper .summary-report ul li .close-icon {
  background: var(--bs-body-bg);
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--bs-black);
  position: absolute;
  top: 5px;
  right: 5px;
}
#main-wrapper .inner-wrapper .summary-report ul li .close-icon button {
  border: none;
  background: transparent;
}
#main-wrapper .inner-wrapper .summary-report ul li .close-icon button span {
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .search-fliters {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.15);
  margin: 0 -1.5rem;
  gap: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#main-wrapper .inner-wrapper .search-fliters::-webkit-scrollbar {
  display: none;
}
#main-wrapper .inner-wrapper .search-fliters-alt {
  display: inline-flex;
  border-bottom: 0px;
  padding: 0 1.5rem;
}
#main-wrapper .inner-wrapper .search-fliters-alt .search-icon {
  color: var(--bs-primary) !important;
}
#main-wrapper .inner-wrapper .search-fliters-alt .form-control.search-control {
  display: inline-flex;
  background: var(--bs-lite);
  color: var(--bs-primary);
  border: 0px;
}
#main-wrapper .inner-wrapper .search-fliters .search-input {
  position: relative;
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .search-fliters .search-input .search-icon {
  position: absolute;
  top: 0.65rem;
  left: 0.85rem;
  color: var(--bs-black);
  pointer-events: none;
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label {
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .search-fliters .select-label:nth-child(1) {
  border-radius: 4px !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label label {
  font-size: var(--bs-body-font-size);
  padding: 0.375rem;
  width: initial;
  white-space: nowrap;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .form-select {
  background-color: transparent !important;
  color: var(--bs-black) !important;
  border-color: var(--bs-border-color) !important;
  min-width: 50px !important;
  border-radius: 0 !important;
  font-size: var(--bs-body-font-size) !important;
  line-height: initial !important;
  border: none;
  padding-left: 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .form-select option {
  line-height: 28px;
  margin: 1rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .form-select:focus {
  box-shadow: none !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .select2-selection {
  border: none !important;
  font-size: var(--bs-body-font-size) !important;
  color: var(--bs-black) !important;
  height: 26px !important;
  min-width: 70px;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .date--range--block {
  border: none !important;
  font-size: var(--bs-body-font-size) !important;
  color: var(--bs-black) !important;
  height: 26px !important;
  min-width: 110px;
  max-width: 120px;
  white-space: nowrap;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.375rem;
  position: relative;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .date--range--block div[id^=reportrange] {
  display: flex !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .date--range--block div[id^=reportrange] .bi-calendar2::before {
  margin-right: 0.5rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label .date--range--block div[id^=reportrange]::after {
  display: inline-block;
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 0.85rem;
  width: 0;
  padding: 4px;
  border: solid #343a40 !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block !important;
  padding: 2.65px !important;
  transform: rotate(45deg) !important;
  right: 0.75rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown > .btn {
  background: transparent !important;
  color: var(--bs-black) !important;
  padding: 0 2rem 0 0 !important;
  height: 32px !important;
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown > .btn:hover {
  background: transparent !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown > .btn:after {
  display: inline-block;
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 0.85rem;
  width: 0;
  padding: 4px;
  border: solid #343a40 !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block !important;
  padding: 2.65px !important;
  transform: rotate(45deg) !important;
  right: 0.75rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu {
  background: var(--bs-white) !important;
  width: 250px;
  padding: 1rem;
  transform: translate3d(0px, 0px, 0px) !important;
  inset: initial !important;
  border-radius: 0 0 4px 4px;
  right: -2px !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu li .btn-group {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu li .btn-group button {
  margin-left: 0 !important;
  border: 1px solid var(--bs-border-color) !important;
  background: transparent;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu li .btn-group button:first-child {
  border-radius: 4px 0 0 4px !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu li .btn-group button:last-child {
  border-radius: 0 4px 4px 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu li .btn-group button.active {
  background: var(--bs-gray-700) !important;
  color: var(--bs-white) !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .dropdown-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  border-top: 1px solid var(--bs-border-color);
  padding: 0.75rem 1rem 0 0;
  margin: 0 -1rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .done .btn-primary {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .done .btn-primary:hover {
  background: var(--bs-secondary-brand) !important;
  color: var(--bs-white);
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .reset .btn-danger-2 {
  background: transparent !important;
  color: var(--bs-danger) !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .reset .btn-light {
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-border-color) !important;
  color: var(--bs-black) !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .reset .btn-light:hover {
  background: var(--bs-border-color) !important;
  color: var(--bs-black) !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group {
  margin: 0.875rem 0;
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group-text {
  background: transparent;
  border: none;
  padding: 0.375rem 0;
  font-size: var(--bs-body-font-size);
  width: 80px;
  margin-top: 0.35rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field {
  padding: 0;
  display: flex;
  align-items: start;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows-inner {
  display: flex;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows-inner input {
  height: 35px;
  font-size: 0.875rem;
  background: transparent;
  position: relative;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows-inner .timepicker-updownarrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 5px 0 0 -20px;
  font-size: 0.65rem;
  z-index: 1;
  cursor: pointer !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows .select-12hours-arrow {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows .select-12hours-arrow .select-12hours {
  width: 70px !important;
  border: 1px solid var(--bs-border-color) !important;
  padding: 0 1rem !important;
  color: var(--bs-gray) !important;
  height: 35px !important;
  border-radius: 6px !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  cursor: pointer;
  z-index: 1;
  --bs-form-select-bg-img: none !important;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group .input-field .input-field-arrows .select-12hours-arrow:after {
  content: "\f282" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
  margin-left: -20px;
}
#main-wrapper .inner-wrapper .search-fliters .select-label > .timepicker .input-group:last-child {
  border-top: 1px solid var(--bs-border-color);
}
#main-wrapper .inner-wrapper .search-fliters .search-select {
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .search-fliters .search-select-billing .select-label, #main-wrapper .inner-wrapper .search-fliters .search-select-analytics .select-label {
  position: relative;
}
#main-wrapper .inner-wrapper .search-fliters .search-select-billing .select-label .select2-selection, #main-wrapper .inner-wrapper .search-fliters .search-select-analytics .select-label .select2-selection {
  min-width: 50px !important;
  max-width: 50px !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .form-select {
  background-color: transparent !important;
  color: var(--bs-black) !important;
  border-color: var(--bs-border-color) !important;
  min-width: 80px !important;
  border-radius: 0 !important;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .search-fliters .search-select .form-select:focus, #main-wrapper .inner-wrapper .search-fliters .search-select .form-select:active {
  box-shadow: none !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .form-select:nth-child(1) {
  border-radius: 6px 0 0 6px !important;
  padding-left: 4px !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .form-select:nth-last-child(3) {
  border-radius: 0 6px 6px 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label {
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  height: 33px;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label label {
  font-size: 0.875rem;
  padding: 0.375rem;
  width: initial;
  white-space: nowrap;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label select {
  border: none;
  min-width: 50px !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label select option {
  line-height: 28px;
  margin: 1rem;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label .select2-selection {
  border: none !important;
  font-size: var(--bs-body-font-size) !important;
  color: var(--bs-black) !important;
  height: 31px !important;
  min-width: 60px;
  max-width: 60px;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label .select2-container {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label .date--range--block {
  border: none !important;
  font-size: 0.875rem !important;
  color: var(--bs-black) !important;
  height: 32px !important;
  min-width: 90px;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.1rem 0.375rem;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label:nth-child(1) {
  border-radius: 4px 0 0 4px !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label:nth-last-child(3) {
  border-radius: 0 4px 4px 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters .search-select button,
#main-wrapper .inner-wrapper .search-fliters .search-select a {
  margin-left: 0.5rem;
  height: 34px;
}
#main-wrapper .inner-wrapper .search-fliters .search-download {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0 1rem;
  width: 100%;
}
#main-wrapper .inner-wrapper .search-fliters .filter-icon {
  border-left: 1.5px solid var(--bs-border-color);
  cursor: pointer;
}
#main-wrapper .inner-wrapper .search-fliters .filter-icon.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
#main-wrapper .inner-wrapper .search-fliters .filter-icon:hover {
  color: var(--bs-warning);
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  gap: 0 0.5rem;
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .record-num {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 0 0.5rem;
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .records-info .hightlight {
  color: var(--bs-primary);
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .pagination {
  margin-bottom: 0px;
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .pagination .page-item {
  margin-left: 0.5rem;
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .pagination .page-item .page-link {
  background: transparent;
  color: var(--bs-gray);
  border: 0px;
  border-radius: 4px;
  padding: 0;
  box-shadow: none;
}
#main-wrapper .inner-wrapper .search-fliters .top-pagination .pagination .page-item.active .page-link {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .inner-wrapper .table-responsive {
  margin: 0 -1.5rem;
}
#main-wrapper .inner-wrapper .table-responsive .my-table {
  margin-bottom: 0;
}
#main-wrapper .inner-wrapper .table-responsive .my-table .dataTables_empty {
  text-align: center !important;
}
#main-wrapper .inner-wrapper .table-responsive .my-table thead tr th {
  background: var(--bs-body-bg);
  border-bottom: 2px solid var(--bs-border-color);
  border-top: 2px solid var(--bs-border-color);
  color: var(--bs-black);
  padding: 0.85rem 1rem;
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
}
#main-wrapper .inner-wrapper .table-responsive .my-table thead tr th span {
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .table-responsive .my-table thead tr th:first-child {
  padding: 0.85rem 0 0.85rem 1.65rem;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td {
  background: var(--bs-white);
  border-bottom: 1px solid var(--bs-border-color);
  color: var(--bs-black);
  padding: 0.7rem 1rem;
  font-size: var(--bs-body-font-size);
  vertical-align: middle;
  max-width: 180px;
  word-wrap: break-word;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .template-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .template-avatar .first-letter div {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-black);
  font-weight: 600;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .template-avatar .first-letter img {
  padding: 2px;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .table-actions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .table-actions a {
  color: var(--bs-black);
  cursor: pointer;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .table-actions a:hover {
  color: var(--bs-warning);
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .table-actions .disabled {
  color: var(--bs-gray);
  pointer-events: none;
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td .view-detail {
  color: var(--bs-primary);
}
#main-wrapper .inner-wrapper .table-responsive .my-table tbody tr td:first-child {
  padding: 0.75rem 0 0.75rem 1.65rem;
}
#main-wrapper .inner-wrapper .table-responsive .my-table-analytics thead tr th {
  white-space: nowrap !important;
  min-width: 170px !important;
  max-width: 170px !important;
}
#main-wrapper .inner-wrapper .table-responsive .my-table-analytics tbody tr td {
  min-width: 150px !important;
  max-width: 180px !important;
}
#main-wrapper .inner-wrapper .table-responsive .my-table-analytics tbody tr:first-child td {
  background: #eee0eb !important;
  border-bottom: 2px solid #eee0eb;
  border-top: 2px solid #eee0eb;
  min-width: 120px !important;
  max-width: 140px !important;
}
#main-wrapper .inner-wrapper .table-responsive #billing tbody tr td {
  min-width: 120px !important;
  max-width: 120px !important;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 1rem 1.5rem 0;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_length {
  margin-left: auto;
  margin-right: 1rem;
  text-transform: capitalize;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_length label {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_length label select {
  border: 1px solid var(--bs-border-color);
  padding: 0.25rem;
  border-radius: 4px;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_length label select:focus-visible {
  box-shadow: none;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate {
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button {
  text-decoration: none;
  padding: 0.25rem 0.65rem;
  color: var(--bs-black);
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.previous {
  text-decoration: none;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before {
  content: "\f284" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before.disabled {
  color: var(--bs-border-color);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--bs-border-color);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.next {
  text-decoration: none;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after {
  content: "\f285" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after.disabled {
  color: var(--bs-border-color);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate .paginate_button.next.disabled {
  color: var(--bs-border-color);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate span {
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: var(--bs-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate span .current {
  text-decoration: none;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 4px;
  padding: 0.25rem 0.65rem;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate span .current:hover {
  background: var(--bs-warning) !important;
  color: var(--bs-black) !important;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .dataTables_paginate span .paginate_button:hover {
  background: var(--bs-body-bg);
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .records-info .hightlight {
  color: var(--bs-primary);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .page-items-dropdown {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .page-items-dropdown .items-dropdown {
  background: var(--bs-white);
  color: var(--bs-black);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .page-items-dropdown .items-dropdown button {
  background: transparent;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .page-items-dropdown .items-dropdown button::after {
  display: inline-block;
  border: solid var(--bs-black);
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(45deg);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .page-items-dropdown .items-dropdown .dropdown-menu {
  min-width: 60px;
  color: var(--bs-black);
  background: var(--bs-white);
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .pagination {
  margin-bottom: 0px;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .pagination .page-item .page-link {
  background: transparent;
  color: var(--bs-gray);
  border: 0px;
  border-radius: 4px;
  box-shadow: none;
}
#main-wrapper .inner-wrapper .table-responsive .table-footer .pagination .page-item.active .page-link {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .inner-wrapper .summary-cards {
  margin: 1.5rem 0;
  background: var(--bs-body-bg);
  padding: 1rem 1rem 0;
  border-left: 1px solid var(--bs-border-color);
  width: 25%;
}
#main-wrapper .inner-wrapper .summary-cards:first-child {
  border-radius: 8px 0 0 8px;
}
#main-wrapper .inner-wrapper .summary-cards:last-child {
  border-radius: 0 8px 8px 0;
}
#main-wrapper .inner-wrapper .summary-cards-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#main-wrapper .inner-wrapper .summary-cards-top {
  text-align: center;
  padding-bottom: 0.5rem;
  overflow-wrap: anywhere;
}
#main-wrapper .inner-wrapper .summary-cards-top h3 {
  font-size: 1.35rem;
  padding: 0.5rem 0;
}
#main-wrapper .inner-wrapper .summary-cards-end {
  text-align: center;
  border-top: 1px solid var(--bs-border-color);
  margin: 0 -1rem;
}
#main-wrapper .inner-wrapper .summary-cards-end p {
  padding: 0.5rem;
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .summary-cards-end p span {
  font-weight: 600;
}
#main-wrapper .inner-wrapper .summary-cards-end p:first-child {
  border-bottom: 1px solid var(--bs-border-color);
}
#main-wrapper .inner-wrapper .summary-cards-end p span {
  margin-right: 0.5rem;
}
#main-wrapper .inner-wrapper .agent-details {
  word-wrap: break-word;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  position: relative;
  background: var(--bs-white);
  margin: 0 -1.5rem;
}
#main-wrapper .inner-wrapper .agent-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .agent-details div p:last-child {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .agent-details .business-pan-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  margin: 0.5rem 0;
}
#main-wrapper .inner-wrapper .agent-details .business-pan-card .txt-ellipsis {
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.25rem !important;
}
#main-wrapper .inner-wrapper .agent-details .business-pan-card .bi-file-earmark-pdf {
  font-size: 2rem;
}
#main-wrapper .inner-wrapper .agent-details .agent-screenshot {
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  width: 20%;
  height: 100px;
  margin: 0.5rem 1rem 0 0;
  display: inline-block;
}
#main-wrapper .inner-wrapper .agent-details .agent-screenshot-img {
  margin: 0.5rem auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .agent-details .agent-screenshot-img img {
  margin: 0px auto;
  height: 50px;
  max-width: 90%;
}
#main-wrapper .inner-wrapper .agent-details .agent-screenshot-name {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}
#main-wrapper .inner-wrapper .agent-details + #agent-details-collapse-1 {
  border-bottom: 0 !important;
}
#main-wrapper .inner-wrapper .agent-tabs {
  background: var(--bs-white);
  margin: 0 -1.5rem;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}
#main-wrapper .inner-wrapper .agent-tabs .my-tabs-nav {
  padding-left: 1.5rem;
}
#main-wrapper .inner-wrapper .agent-tabs .nav-link.active {
  pointer-events: none;
}
#main-wrapper .inner-wrapper .my-tabs-content {
  height: calc(100% - 160px);
  overflow-y: auto;
  margin: 0 -1.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .my-tabs-content.template-details-page {
  height: calc(100% - 146px);
}
#main-wrapper .inner-wrapper .my-tabs-content.brands-details-page {
  height: calc(100% - 170px);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards {
  background: var(--bs-white);
  margin: 0 1.5rem;
  padding: 0.25rem 0.25rem 0;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards + .my-tabs-content {
  margin: 0;
  border: 0;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .scroller {
  background: var(--bs-body-bg);
  padding: 0.1rem 0.25rem;
  margin: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  height: 20px;
  cursor: pointer;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .scroller-right {
  margin-left: auto;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .scroller:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .nav-scroller-wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .nav-scroller-wrap .nav-tabs {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap !important;
  border: none;
  margin: 0 1rem 0 0;
  gap: 0;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .nav-scroller-wrap .nav-tabs li {
  min-width: 95px;
  padding: 0.25rem 0.5rem;
  position: relative;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .nav-scroller-wrap .nav-tabs li .nav-link {
  border: none;
  background: transparent;
  padding: 0.5rem;
  text-align: left;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-setup .carousel-cards .nav-scroller-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-header {
  color: var(--bs-black);
  padding: 0 1rem;
  margin: 1.5rem 1.5rem 0;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 -0.99rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.15);
  background: #F8F8F8;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px 8px 0 0;
  position: relative;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-header-title .verified {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1rem 1.5rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body {
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 8px 8px;
  padding: 0 1.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 1.5rem 2rem;
  overflow: hidden;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1.5rem 1rem;
  margin: 0 -1.5rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details div p:last-child {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details .logo-thumbnail {
  padding: 0.875rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  width: 100%;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details .logo-thumbnail img {
  border-radius: 8px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details:last-child {
  border-bottom: 0;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details .url-action {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 0 1rem;
  margin: 1rem 0;
  overflow: hidden;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details .url-action-head {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 -1rem;
  padding: 1rem;
  font-size: 0.9rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details-logo {
  height: 100%;
  display: flex;
  align-items: self-start;
  padding: 1.5rem 0;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details-logo div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .agent-details-logo div img {
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  width: 100%;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .text-message p {
  margin-bottom: 0.5rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .text-message ul {
  padding-left: 1.5rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .text-message ul li {
  margin-bottom: 0.3rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media {
  margin: 1rem 0;
  width: 70%;
  overflow: hidden;
  position: relative;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media img {
  width: 100%;
  height: 130px;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  padding: 1rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-play-icon img {
  border: none;
  height: 34px;
  padding: 0 !important;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-download-icon {
  position: absolute;
  left: 31%;
  top: 70%;
  transform: translate(-50%, -50%);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-download-icon img {
  border: none;
  height: 34px;
  padding: 0 !important;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-download-icon-alt {
  position: absolute;
  left: 4%;
  bottom: 12%;
  transform: translate(4%, -12%);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media .thumbnail-download-icon-alt img {
  border: none;
  height: 34px;
  padding: 0 !important;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media-file-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-body .card-media-file-name p {
  font-size: 0.75rem;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 1.5rem;
  gap: 1rem;
  box-shadow: 0 -4px 4px var(--bs-border-color);
  background: var(--bs-white);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .my-tabs-content .profile-footer-alt {
  justify-content: space-between;
}
#main-wrapper .inner-wrapper .agent-creation-tab {
  height: calc(100% - 0px);
  overflow-y: auto;
  margin: 0 -1.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data {
  background: var(--bs-white);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-title {
  padding: 2rem 1.5rem 0;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-title .text-title {
  font-size: 1.15rem;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-title .text-description {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  opacity: 0.65;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body {
  padding: 2rem 1.5rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body-title .text-title {
  font-size: 1.1rem;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body-title .text-title:not(:first-child) {
  margin-top: 2rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body-title .text-description {
  margin: 0.5rem 0 1.35rem;
  font-size: 0.95rem;
  opacity: 0.65;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating {
  margin-bottom: 1.75rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating .form-control {
  background: var(--bs-white) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating .form-control[readonly] {
  background: var(--readonly) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating .form-control-color-input {
  border-radius: 0.375rem 0 0 0.375rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating .form-control-color {
  width: 65% !important;
  padding: 0.65rem !important;
  border-radius: 0 0.375rem 0.375rem 0;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control-plaintext ~ label,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:focus ~ label,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:not(:placeholder-shown) ~ label,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control-plaintext ~ label::after,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:focus ~ label::after,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-creation-body .form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .profile-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 1.5rem;
  gap: 1rem;
  box-shadow: 0 -4px 4px var(--bs-border-color);
  background: var(--bs-white);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .profile-footer-alt {
  justify-content: space-between;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-details {
  border-bottom: 1px solid var(--bs-border-color);
}
#main-wrapper .inner-wrapper .other-btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-top: 1.15rem;
  color: var(--bs-black);
  text-decoration: none;
  cursor: pointer;
}
#main-wrapper .inner-wrapper .other-btn.trash {
  color: var(--bs-red) !important;
}
#main-wrapper .inner-wrapper .brand-details {
  height: 100%;
  background: var(--bs-white);
  word-wrap: break-word;
  padding: 1.5rem;
  position: relative;
  margin: 0 -1.5rem;
  display: flex;
  align-items: self-start;
  gap: 10px;
}
#main-wrapper .inner-wrapper .brand-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .brand-details div p:last-child {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .brand-details-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-wrapper .inner-wrapper .brand-details-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}
#main-wrapper .inner-wrapper .brand-details-names h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#main-wrapper .inner-wrapper .brand-details-names p {
  font-size: 0.875rem;
}
#main-wrapper .inner-wrapper .brand-details-names-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 0.5rem;
}
#main-wrapper .inner-wrapper .brand-details-names-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}
#main-wrapper.detailed-page {
  flex-direction: row !important;
  height: 100vh;
}
#main-wrapper.detailed-page .page-title,
#main-wrapper.detailed-page .inner-wrapper {
  width: calc(100% - 372px);
  min-height: initial !important;
  overflow-y: hidden !important;
}
#main-wrapper.detailed-page .inner-wrapper {
  padding: 0 1.5rem 0 !important;
  background: transparent;
  border: none;
}
#main-wrapper.detailed-page .inner-wrapper .agent-details.collapse.show + .agent-tabs + .my-tabs-content {
  height: calc(100% - 255px);
}
#main-wrapper.detailed-page .inner-wrapper .agent-details.collapse.show + .my-tabs-content.template-details-page {
  height: calc(100% - 235px);
}
#main-wrapper.detailed-page .right-pane {
  width: 372px;
  background: #EFE6ED;
  min-height: calc(100vh - 75px);
  margin-top: 54px;
  overflow: auto;
  position: relative;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane-template .my-tabs-nav .nav-item {
  min-width: 100px;
}
#main-wrapper.detailed-page .right-pane .my-tabs-nav {
  position: fixed;
  z-index: 99;
  top: 60px;
  margin-top: 0;
  padding-top: 1.85rem;
  right: 2.5rem;
  background: #EFE6ED;
  width: 350px;
}
#main-wrapper.detailed-page .right-pane .my-tabs-content {
  padding: 6rem 0 0 !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame {
  position: relative;
  background-position: center;
  margin: 0px auto;
  background: url(../images/mobile-frame-alt.png) no-repeat;
  height: 580px;
  width: 310px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame-alt {
  background: url(../images/mobile-frame-text.png) no-repeat;
  height: 580px;
  width: 310px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame ::-webkit-scrollbar {
  display: none;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border {
  border: 1px solid var(--bs-border-color);
  height: 92.8%;
  width: 96%;
  position: absolute;
  top: 30px;
  left: 8px;
  border-radius: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header {
  height: 40px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header .mobile-banner-photo {
  width: 100%;
  height: 47px;
  background: var(--bs-white);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header .mobile-banner-photo .profile-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: var(--border-color);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header .mobile-banner-photo .profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header .mobile-banner-photo .verified-icon {
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .profile-header .mobile-banner-photo p {
  width: 170px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile {
  position: relative;
  margin-bottom: 40px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile-empty {
  background: var(--bs-body-bg);
  border: 2px dashed var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile-empty p {
  font-size: 1.15rem;
  color: #bababa;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile img {
  height: 120px;
  width: 100%;
  background: var(--border-color);
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile .profile-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  border: 1px solid var(--border-color);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile .profile-photo-empty {
  background: var(--bs-body-bg);
  border: 2px dashed #bababa;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  overflow: hidden;
  border-radius: 50%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile .profile-photo-empty p {
  font-size: 1rem;
  color: #bababa;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .banner-profile .profile-photo img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .conversation-tab {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem;
  max-height: 200px;
  min-height: 50px;
  overflow: auto;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name {
  margin-top: 20px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name h2 {
  text-align: center;
  padding-top: 0 10px;
  font-weight: bold;
  overflow-wrap: anywhere;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .short-des {
  text-align: center;
  padding: 10px;
  color: var(--font-color);
  max-height: 90px;
  min-height: 20px;
  overflow: auto;
  margin-left: 1px;
  overflow-wrap: anywhere;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .my-tabs-nav .nav-item {
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: start;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .my-tabs-nav .nav-item:first-child {
  margin-left: 2px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .options-tab {
  padding: 0px 15px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .options-tab p {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 10px;
  text-align: left;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .options-tab p:last-child {
  border-bottom: none;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .options-tab p a {
  color: var(--bs-black);
  text-decoration: none;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .info-tab {
  padding: 0px 15px;
  max-width: 310px;
  overflow-wrap: anywhere;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone {
  border-bottom: 1px solid var(--bs-border-color);
  text-align: left;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone p {
  padding: 0;
  text-align: left;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone p:first-child {
  color: var(--w-black);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone:last-child {
  border-bottom: none;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .my-tabs-content {
  padding: 1rem 0 0 !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .my-tabs-nav {
  position: initial !important;
  background: var(--bs-white);
  padding-top: 1.25rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .my-tabs-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .my-tabs-nav .nav-item .nav-link.active::after {
  border-bottom: 4px solid var(--bs-primary);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent {
  width: 295px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 10px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  padding: 1rem;
  min-height: 150px;
  text-align: left;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg-alt {
  border: 1px solid rgb(239, 241, 247);
  border-radius: 2px 12px 12px 12px;
  word-wrap: break-word;
  margin: 0.5rem;
  padding: 1rem;
  text-align: left;
  background: rgb(239, 241, 247);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg ul {
  font-size: 0.875rem;
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg ul li {
  padding: 0.25rem 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 150px;
  text-align: left;
  overflow: hidden;
  background: #fffdff;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall .thumbnail-play-icon {
  position: relative;
  height: 130px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall .thumbnail-play-icon .download {
  left: 10% !important;
  top: 80% !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 130px;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content {
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .btn-content {
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content ul {
  font-size: 0.875rem;
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content ul li {
  padding: 0.1rem 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 150px;
  text-align: left;
  overflow: hidden;
  background: #fffdff;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium .thumbnail-play-icon {
  position: relative;
  height: 130px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium .thumbnail-play-icon .download {
  left: 10% !important;
  top: 80% !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 130px;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content {
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .btn-content {
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content ul {
  font-size: 0.875rem;
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content ul li {
  padding: 0.1rem 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 150px;
  text-align: left;
  overflow: hidden;
  background: #fffdff;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short .thumbnail-play-icon {
  position: relative;
  height: 100px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short .thumbnail-play-icon .download {
  left: 10% !important;
  top: 80% !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 100px;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content {
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .btn-content {
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content ul {
  font-size: 0.875rem;
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content ul li {
  padding: 0.1rem 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 110px;
  text-align: left;
  overflow: hidden;
  display: flex;
  background: #fffdff;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left .thumbnail-play-icon {
  position: relative;
  width: 30%;
  min-height: 130px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left .thumbnail-play-icon .download {
  left: 10% !important;
  top: 80% !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left .thumbnail-play-icon img:first-child {
  width: 100%;
  min-height: 130px;
  height: 100%;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -42%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content {
  padding: 1rem;
  width: 70%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content {
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content .actions-btn {
  width: 90%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 110px;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  background: #fffdff;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right .thumbnail-play-icon {
  position: relative;
  width: 30%;
  min-height: 130px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right .thumbnail-play-icon .download {
  left: 10% !important;
  top: 80% !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right .thumbnail-play-icon img:first-child {
  width: 100%;
  min-height: 130px;
  height: 100%;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -42%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content {
  padding: 1rem;
  width: 70%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content {
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content .actions-btn {
  width: 90%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .url-btn-scroll {
  display: flex;
  overflow-x: scroll;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .url-btn-scroll p {
  width: -moz-fit-content;
  width: fit-content;
  padding: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  word-wrap: break-word;
  margin: 10px;
  min-height: 150px;
  text-align: left;
  overflow: hidden;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile img {
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content {
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content h3 {
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content p {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content ul {
  font-size: 0.875rem;
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content ul li {
  padding: 0.25rem 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .actions-btn {
  padding: 5px 10px;
  margin: 10px 0 10px 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 25px;
  text-decoration: none;
  color: var(--bs-info);
  background: var(--bs-white);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 90%;
  white-space: nowrap;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .actions-btn-alt {
  width: 92%;
  padding: 10px 10px 0px;
  margin: 10px 0 10px 10px;
  border-top: 1px solid var(--bs-border-color);
  text-decoration: none;
  color: var(--bs-black);
  background: var(--bs-white);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel {
  padding: 2rem 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control {
  background: var(--bs-body-bg) !important;
  font-size: 0.875rem;
  border-radius: 2px;
  padding: 0 0.15rem;
  color: var(--bs-black);
  border: 1px solid var(--bs-border-color);
  position: absolute;
  z-index: 1;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control.left {
  left: -4px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control.right {
  right: -4px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control.disabled {
  pointer-events: none;
  opacity: 0.9;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item .row {
  display: flex;
  flex-wrap: wrap;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 50%;
  width: 50%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col {
  max-width: 97%;
  padding: 0 !important;
  box-sizing: border-box;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item {
  width: 100%;
  height: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  overflow: hidden;
  background: #f2f2f2;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 80px;
  padding: 0;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 80px;
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div {
  padding: 0.5rem;
  min-height: 50px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div h3 {
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div p {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn {
  font-size: 0.75rem;
  margin: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn p {
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn-alt {
  border-top: 1px solid var(--bs-border-color);
  font-size: 0.75rem;
  margin: 0 0.5rem 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn-alt span {
  font-size: 0.95rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn-alt div.textwrap {
  max-width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  min-height: initial;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .actions-btn-alt {
  background: transparent;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-next,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-end.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-next {
  transform: translateX(50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-start.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-end,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height {
  height: 110px;
  padding: 0;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:first-child {
  height: 110px;
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 68%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 80px;
  padding: 0;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 80px;
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next {
  transform: translateX(68%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-68%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 68%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 110px;
  padding: 0;
  position: relative;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 110px;
  width: 100%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next {
  transform: translateX(68%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start.active,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-68%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end,
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item {
  background: var(--bs-white);
  border-radius: 6px !important;
  margin-bottom: 1rem;
  overflow: hidden !important;
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: initial;
  background: var(--bs-white);
  box-shadow: none !important;
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button .small {
  color: rgba(var(--bs-black-rgb), 0.2);
  padding-top: 0.1rem;
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button:after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--bs-border-color);
}
#main-wrapper.detailed-page .right-pane #my-accordion .accordion-item .accordion-button:not(.collapsed) .small {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .right-pane .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-wrapper.detailed-page .right-pane .timeline-alt {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 -1.3rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li:first-child {
  margin-top: -1.25rem;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li:last-child {
  border-bottom: none; /* Remove border for the last <li> */
}
#main-wrapper.detailed-page .right-pane .timeline-alt li .edit-icon {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li .status-date {
  width: 87%;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li .status-date .status {
  font-family: "tt_interphases-bold", sans-serif;
}
#main-wrapper.detailed-page .right-pane .timeline-alt li .status-date .date {
  font-size: 0.875rem;
  margin: 0.25rem 0 0.75rem;
}
#main-wrapper.detailed-page .right-pane .timeline-alt .link-text {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-wrapper.detailed-page .right-pane .timeline-alt .link-text span.bi {
  font-size: 1.15rem;
}
#main-wrapper.detailed-page .right-pane .timeline-alt .link-text span.view-all-events {
  margin-top: 2px;
}
#main-wrapper.detailed-page .right-pane .timeline li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 1rem 2rem 3rem;
  color: rgba(var(--bs-black-rgb), 0.3);
}
#main-wrapper.detailed-page .right-pane .timeline li.active {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .right-pane .timeline li.active:before {
  color: var(--bs-success);
}
#main-wrapper.detailed-page .right-pane .timeline li.suspend {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .right-pane .timeline li.suspend:before {
  color: var(--bs-blue);
}
#main-wrapper.detailed-page .right-pane .timeline li.warning {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .right-pane .timeline li.warning:before {
  color: var(--bs-white);
  position: absolute;
  top: 0;
  left: -2.75rem;
  content: "\f333";
  font-family: "Bootstrap-icons";
  font-size: 1rem;
  background: var(--bs-danger);
  border-radius: 20px;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-wrapper.detailed-page .right-pane .timeline li:before {
  position: absolute;
  top: 0;
  left: -2.65rem;
  content: "\f26a";
  font-family: "Bootstrap-icons";
  font-size: 1.5rem;
  color: #C7C7C7;
  background: var(--bs-white);
  border-radius: 20px;
}
#main-wrapper.detailed-page .right-pane .timeline li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1rem;
  width: 2px;
  background: #C7C7C7;
  left: 0;
  margin: 1.5rem 0 -4rem -2rem;
}
#main-wrapper.detailed-page .right-pane .timeline li.active:not(:last-child):after {
  background: var(--bs-success);
}
#main-wrapper.detailed-page .right-pane .timeline li.suspend:not(:last-child):after {
  background: var(--bs-danger);
}
#main-wrapper.detailed-page .right-pane .timeline li.warning:not(:last-child):after {
  background: var(--bs-danger);
}
#main-wrapper.detailed-page .right-pane .timeline li .status {
  font-family: "tt_interphases-bold", sans-serif;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count {
  border: 1px solid var(--bs-border-color);
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-header {
  background: var(--bs-body-bg);
  padding: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-black);
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-header a {
  color: var(--bs-primary);
  text-decoration: underline;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content {
  padding: 0.65rem;
  font-size: 0.875rem;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content div {
  color: var(--bs-gray-600);
  margin-bottom: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content ul {
  list-style-type: disc !important;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content ul li {
  margin: 0.25rem 0 0.5rem 0.875rem;
  color: var(--bs-success-text-emphasis);
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content ul li::after {
  display: none;
}
#main-wrapper.detailed-page .right-pane .timeline li .reasons-count-content ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 0.25rem;
  content: "";
  background: rgba(var(--bs-black-rgb), 0.7);
  position: absolute;
  left: -12px;
  top: 7px;
}
#main-wrapper.detailed-page .right-pane .timeline li .date {
  font-size: 0.875rem;
  margin: 0.25rem 0 0.75rem;
}
#main-wrapper.detailed-page .right-pane .timeline li .remarks {
  background: var(--bs-body-bg);
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.75rem;
  word-wrap: break-word;
  word-break: break-all;
}

.select2-search__field:focus,
.select2-search__field:focus-within,
.select2-search__field:focus-visible {
  outline-color: var(--bs-gray-700) !important;
  outline-offset: initial !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--bs-gray-700) !important;
}

.select2-container--default .select2-results > .select2-results__options, .select2-results__option {
  font-size: 0.875rem !important;
}

.select2-dropdown {
  margin-top: 1px;
}

.select2-selection__rendered {
  line-height: 32px !important;
  padding-left: 0 !important;
  font-size: 0.875rem;
}

.select2-container .select2-selection__arrow,
.select2-container--focus .select2-selection__arrow {
  top: 1px !important;
}
.select2-container .select2-selection__arrow b,
.select2-container--focus .select2-selection__arrow b {
  border: solid #343a40 !important;
  border-width: 0 1.5px 1.5px 0 !important;
  display: inline-block !important;
  padding: 2.65px !important;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
}

.select2-container--open .select2-selection__arrow {
  top: 4px !important;
}
.select2-container--open .select2-selection__arrow b {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
}

.daterangepicker {
  margin-left: -6px;
}
.daterangepicker .daterangepicker .ranges li {
  font-size: var(--bs-body-font-size);
}
.daterangepicker.show-calendar .ranges {
  margin-top: 0px !important;
}
.daterangepicker .ranges {
  border-right: 1px solid var(--bs-border-color) !important;
}
.daterangepicker .ranges li.active {
  background-color: var(--bs-gray-700) !important;
  color: var(--bs-white) !important;
}
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}
.daterangepicker td.active {
  background-color: var(--bs-primary) !important;
}
.daterangepicker td.active:hover {
  background-color: var(--bs-primary) !important;
}
.daterangepicker td.active.end-date {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.daterangepicker td.in-range {
  background-color: #eee0eb !important;
  color: var(--bs-black) !important;
}

.stage-status {
  background: var(--bs-danger);
  color: var(--bs-white);
  padding: 0.325rem 0.5rem;
  font-size: 0.925rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.2rem;
  max-width: 110px;
}
.stage-status-gray {
  background: var(--bs-gray);
}
.stage-status-red {
  background: var(--bs-red);
}
.stage-status-green {
  background: var(--bs-green);
}

.template-status {
  display: flex;
  align-items: start;
  gap: 5px;
}
.template-status .status-color {
  width: 12px;
}
.template-status .status-color-warning, .template-status .status-color-info, .template-status .status-color-danger, .template-status .status-color-success {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 3px;
  background: var(--bs-yellow);
}
.template-status .status-color-success {
  background: var(--bs-green) !important;
}
.template-status .status-color-danger {
  background: var(--bs-red) !important;
}
.template-status .status-color-info {
  background: var(--bs-gray) !important;
}

.my-tabs-nav {
  border-bottom: 3px solid var(--bs-border-color);
  margin-top: 0.75rem;
  gap: 10px;
}
.my-tabs-nav .nav-item {
  min-width: 160px;
}
.my-tabs-nav .nav-item .nav-link {
  position: relative;
  padding-bottom: 1rem;
  color: var(--bs-black);
  border-bottom: 0px !important;
  width: 100%;
}
.my-tabs-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
  box-shadow: none !important;
}
.my-tabs-nav .nav-item .nav-link.active:after {
  border-bottom: 4px solid var(--bs-primary);
}
.my-tabs-nav .nav-item .nav-link:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 4px 4px 0 0;
  border-bottom: 4px solid transparent;
}
.my-tabs-nav .nav-item .nav-link:hover {
  color: var(--bs-black);
}
.my-tabs-nav .nav-item .nav-link:hover:after {
  border-bottom: 4px solid var(--bs-black);
}

.data-group {
  margin-bottom: 1.5rem;
}
.data-head {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.data-value {
  font-size: var(--bs-body-font-size);
}

.tooltip-inner {
  min-width: 150px !important;
  text-align: left !important;
}

.toast-container {
  top: 57px;
  right: 20px;
}
.toast-container .toast-msg-success {
  background: var(--bs-green-toast) !important;
  color: var(--bs-green) !important;
  border: 0px !important;
  font-size: var(--bs-body-font-size) !important;
  overflow: hidden;
}
.toast-container .toast-msg-success .toast-body {
  border-left: 7px solid var(--bs-green);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.toast-container .toast-msg-success .toast-body p {
  overflow-wrap: anywhere;
}
.toast-container .toast-msg-success .toast-body span {
  font-size: 1.5rem !important;
}
.toast-container .toast-msg-success .btn-close-toast {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-closr-bg: none !important;
}
.toast-container .toast-msg-success .btn-close-toast span {
  font-size: 2rem !important;
  color: var(--bs-green) !important;
}
.toast-container .toast-msg-error {
  background: var(--bs-red-toast) !important;
  color: var(--bs-red) !important;
  border: 0px !important;
  font-size: var(--bs-body-font-size) !important;
  overflow: hidden;
}
.toast-container .toast-msg-error .toast-body {
  border-left: 7px solid var(--bs-red);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.toast-container .toast-msg-error .toast-body p {
  overflow-wrap: anywhere;
}
.toast-container .toast-msg-error .toast-body span {
  font-size: 1.5rem !important;
}
.toast-container .toast-msg-error .btn-close-toast {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  --bs-btn-closr-bg: none !important;
}
.toast-container .toast-msg-error .btn-close-toast span {
  font-size: 2rem !important;
  color: var(--bs-red) !important;
}

.alert ol,
.alert ul {
  margin: 0;
  padding: 0 1rem;
}
.alert ol li,
.alert ul li {
  margin-bottom: 0.5rem;
}

.modal-template-approval .modal-content {
  background-color: var(--bs-white) !important;
  overflow: hidden;
}
.modal-template-approval .modal-content .modal-header {
  padding: 1rem 1.5rem;
}
.modal-template-approval .modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.modal-template-approval .modal-content .modal-body {
  padding: 1.5rem;
}
.modal-template-approval .modal-content .modal-body p {
  font-size: 0.875rem;
}
.modal-template-approval .modal-content .modal-body input[type=text] {
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 1rem;
  color: var(--bs-gray);
  margin: 1.5rem 0;
}
.modal-template-approval .modal-content .modal-body-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-template-approval .modal-content .modal-body-profile .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-template-approval .modal-content .modal-body-profile .avatar .bi {
  font-size: 1.5rem;
}
.modal-template-approval .modal-content .modal-body-profile .avatar img {
  width: 30px;
}
.modal-template-approval .modal-content .modal-body-profile .name {
  font-size: 0.875rem;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td {
  background: var(--bs-white);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1.5rem 1rem !important;
}

.modal-brand-details .modal-dialog {
  max-width: 65%;
}
.modal-brand-details .modal-dialog .modal-content {
  background: var(--bs-white);
  overflow: hidden;
}
.modal-brand-details .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-brand-details .modal-dialog .modal-content .modal-header-search {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.modal-brand-details .modal-dialog .modal-content .modal-header-search .search-input {
  position: relative !important;
}
.modal-brand-details .modal-dialog .modal-content .modal-header-search .search-input input {
  width: 150px;
  padding: 0.375rem 1rem 0.375rem 2rem !important;
  font-size: 0.875rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-header-search .search-input span {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 10px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 168px);
  overflow: auto;
  padding-top: 0;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive {
  margin: 0 -1rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .dataTables_scrollHeadInner {
  width: 100% !important;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table {
  width: 100% !important;
  margin-bottom: 0;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table .dataTables_empty {
  text-align: center !important;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table thead tr th {
  background: var(--bs-body-bg);
  border-bottom: 2px solid var(--bs-border-color);
  border-top: 2px solid var(--bs-border-color);
  color: var(--bs-black);
  padding: 0.85rem 1.25rem;
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
  width: 200px !important;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table thead tr th span {
  font-size: 0.875rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table thead tr th:first-child {
  padding: 0.85rem 1.65rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td {
  background: var(--bs-white);
  border-bottom: 1px solid var(--bs-border-color);
  color: var(--bs-black);
  padding: 0.7rem 1.25rem;
  vertical-align: middle;
  width: 200px !important;
  overflow-wrap: anywhere;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td .template-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td .template-avatar .first-letter div {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-black);
  font-weight: 600;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td .template-avatar .first-letter img {
  padding: 2px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td .view-detail {
  color: var(--bs-primary);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-responsive .my-table tr td:first-child {
  padding: 0.75rem 1.65rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 1rem 1.5rem 0;
  width: 100%;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_length {
  margin-left: auto;
  margin-right: 1rem;
  text-transform: capitalize;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_length label {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_length label select {
  border: 1px solid var(--bs-border-color);
  padding: 0.25rem;
  border-radius: 4px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_length label select:focus-visible {
  box-shadow: none;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate {
  display: flex;
  align-items: center;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button {
  text-decoration: none;
  padding: 0.25rem 0.65rem;
  color: var(--bs-black);
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.previous {
  text-decoration: none;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.previous::before {
  content: "\f284" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.previous::before.disabled {
  color: var(--bs-border-color);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--bs-border-color);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.next {
  text-decoration: none;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.next::after {
  content: "\f285" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.next::after.disabled {
  color: var(--bs-border-color);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate .paginate_button.next.disabled {
  color: var(--bs-border-color);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate span {
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: var(--bs-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate span .current {
  text-decoration: none;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 4px;
  padding: 0.25rem 0.65rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate span .current:hover {
  background: var(--bs-warning) !important;
  color: var(--bs-black) !important;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .dataTables_paginate span .paginate_button:hover {
  background: var(--bs-body-bg);
  color: var(--bs-black);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .records-info .hightlight {
  color: var(--bs-primary);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .page-items-dropdown {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .page-items-dropdown .items-dropdown {
  background: var(--bs-white);
  color: var(--bs-black);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .page-items-dropdown .items-dropdown button {
  background: transparent;
  color: var(--bs-black);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .page-items-dropdown .items-dropdown button::after {
  display: inline-block;
  border: solid var(--bs-black);
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(45deg);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .page-items-dropdown .items-dropdown .dropdown-menu {
  min-width: 60px;
  color: var(--bs-black);
  background: var(--bs-white);
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .pagination {
  margin-bottom: 0px;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .pagination .page-item .page-link {
  background: transparent;
  color: var(--bs-gray);
  border: 0px;
  border-radius: 4px;
  box-shadow: none;
}
.modal-brand-details .modal-dialog .modal-content .modal-body .table-footer .pagination .page-item.active .page-link {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.request-approval-modal .modal-content {
  min-height: 280px;
}
.request-approval-modal .modal-content .modal-header {
  border-bottom: none !important;
}
.request-approval-modal .modal-content .modal-header .btn-close {
  margin-right: 3px !important;
}
.request-approval-modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .check-circle-modal .bi:before {
  color: var(--bs-green);
  font-size: 2.35rem;
  font-weight: bold;
  padding: 1rem;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-dec {
  font-size: 1.25rem;
  padding: 1rem 0;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-btn a {
  color: var(--bs-primary);
  text-decoration: underline;
  font-size: var(--bs-body-font-size);
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-btn p {
  color: var(--bs-primary);
  text-decoration: underline;
  font-size: var(--bs-body-font-size);
  cursor: pointer;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-btn-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.request-approval-modal .modal-content .modal-body .modal-content-parent .modal-btn-alt p {
  font-size: 0.75rem;
}

.parsley-errors-list {
  display: flex;
  list-style: none;
  color: var(--bs-red);
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
  display: flex;
  justify-content: end;
  background: var(--bs-white);
  white-space: nowrap;
}

.error-modal {
  list-style: none;
  color: var(--bs-red);
  font-size: var(--bs-error-font-size);
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.error {
  list-style: none;
  color: var(--bs-red);
  font-size: 0.875rem;
  text-align: right;
  position: absolute;
  right: 10px;
}

a.link-text {
  color: var(--bs-primary);
}

@media screen and (min-width: 1600px) {
  #main-wrapper.detailed-page .inner-wrapper .agent-details.collapse.show + .agent-tabs + .my-tabs-content {
    height: calc(100% - 140px);
  }
  #main-wrapper.detailed-page .inner-wrapper .agent-tabs .my-tabs-content {
    height: calc(100% - 80px);
  }
}
div#datatablemsg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}
div#datatablemsg.reportsMsg {
  min-height: 340px;
}

.action-links {
  white-space: nowrap;
}

.bootbox-close-button {
  border: none !important;
  font-size: 1.5rem !important;
  border-bottom: 1px solid var(--bs-border-color) !important;
  width: 106% !important;
  text-align: right !important;
  margin-bottom: 1rem !important;
  padding: 0.5rem 1rem !important;
  margin-left: -1rem !important;
  margin-right: -2rem !important;
}

.btn-close {
  --bs-btn-close-bg: transparent !important;
  display: flex;
  align-items: center;
  margin-right: 1.5rem !important;
}
.btn-close span {
  font-size: 2rem;
}

#floatingInput_1 {
  text-transform: uppercase;
  width: 50%;
}

#captchaMainDiv .parsley-errors-list {
  right: -80%;
}

#captchaMainDiv {
  width: 50%;
  float: right;
  margin-top: -51px;
}

.parsley-errors-list + label + .captchaMain {
  margin-top: -66px !important;
}

#captchaIMGPart {
  display: flex;
  align-items: center;
  justify-content: end;
}

#captchaIMGPart img {
  margin-left: 15px;
  border: 1px solid #efeeed;
  border-radius: 4px;
}

.captcha-refresh {
  font-size: 1.45rem;
  margin-left: 5px;
  cursor: pointer;
  color: var(--bs-primary);
}

#form_captcha_error, .txtCustomcaptchaErrorMessage {
  float: left !important;
}

#loader-div {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 9999;
}
#loader-spinner {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(50% - 50px);
  color: var(--bs-primary-rgb);
}
#loader .spinner-border {
  height: 3rem;
  width: 3rem;
}

.business-proof-grid {
  background: #fafafa;
  border: 1px dashed var(--bs-border-color);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: 60px;
  margin: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.business-proof-grid:hover {
  background: var(--bs-body-bg);
}
.business-proof-grid:last-child {
  margin-bottom: 0;
}
.business-proof-grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.business-proof-grid-filled {
  background: var(--bs-white);
  position: relative;
  cursor: auto;
}
.business-proof-grid-filled:hover {
  background: var(--bs-white);
}
.business-proof-grid-filled .business-proof-grid-info {
  background: var(--bs-white);
  padding: 0.25rem 0.5rem;
  width: initial;
  position: absolute;
  top: -13px;
  left: 7px;
}
.business-proof-grid-filled .business-proof-grid-info h3 {
  font-size: 0.875rem;
  color: var(--bs-gray);
}
.business-proof-grid-filled-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.business-proof-grid-filled-details span.bi-file-earmark-pdf {
  font-size: 2rem;
}
.business-proof-grid-filled-details .filled-file-size {
  font-size: 10px;
  margin-top: 0.45rem;
}
.business-proof-grid-filled-details .filled-file-name {
  width: 65%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.875rem;
}
.business-proof-grid-filled-details .filled-actions-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.business-proof-grid-filled-details .filled-actions-btn a {
  color: var(--bs-black);
}
.business-proof-grid-filled-details .filled-actions-btn a span.bi-trash {
  color: var(--bs-red);
}

.business-pan-card-parent {
  position: relative;
  margin: 1.25rem 0;
}
.business-pan-card-parent .floating-label {
  position: absolute;
  font-size: 0.875rem;
  left: 14px;
  top: -7px;
  background: var(--bs-white);
  padding: 0 0.5rem;
}
.business-pan-card-parent .business-pan-card-verification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  margin: 0.5rem 0;
}
.business-pan-card-parent .business-pan-card-verification .txt-ellipsis {
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0.25rem !important;
}
.business-pan-card-parent .business-pan-card-verification .left-content {
  display: flex;
  gap: 10px;
}
.business-pan-card-parent .business-pan-card-verification .left-content span:first-child {
  font-size: 2rem;
}
.business-pan-card-parent .business-pan-card-verification .business-card-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.business-pan-card-parent .business-pan-card-verification .business-card-icons span {
  cursor: pointer;
}
.business-pan-card-parent .business-pan-card-verification .business-card-icons span.bi-trash {
  color: var(--bs-red);
}
.business-pan-card-parent .business-pan-card-verification .business-pan-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bs-info);
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-pan-card-parent .business-pan-card-verification .business-pan-card-icon span {
  font-size: 1.25rem;
  color: var(--bs-white);
}

.pdf-btn {
  display: flex;
  gap: 0.5rem;
  border: 1px solid rgb(239, 241, 247);
  border-radius: 12px 12px 12px 2px;
  word-wrap: break-word;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pdf-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bs-info);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-icon span {
  color: var(--bs-white);
}
.pdf-name {
  font-weight: bold;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pdf-size {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.75rem;
}

.left-right-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.left-right-arrows span.prevAction {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.75rem 0.35rem 0.5rem;
  font-size: 0.95rem;
  color: var(--bs-black);
  white-space: nowrap;
  cursor: pointer;
}
.left-right-arrows span.prevAction:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.left-right-arrows span.prevAction.disabled {
  pointer-events: none;
  color: var(--bs-gray);
  cursor: auto;
}
.left-right-arrows span.nextAction {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.5rem 0.35rem 0.75rem;
  font-size: 0.95rem;
  color: var(--bs-black);
  white-space: nowrap;
  cursor: pointer;
}
.left-right-arrows span.nextAction:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.left-right-arrows span.nextAction.disabled {
  pointer-events: none;
  color: var(--bs-gray);
  cursor: auto;
}

.tool-tip-span {
  pointer-events: auto; /* Allow pointer events (hover) */
}

.tool-tip-span:active,
.tool-tip-span:focus {
  pointer-events: none; /* Disable pointer events for active/focused state (clicks) */
}

.uploaded, .richcard-carousel {
  overflow: hidden;
  height: initial;
  padding: 1rem;
}
.uploaded .upload_slider, .richcard-carousel .upload_slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}
.uploaded .upload_slide_item, .richcard-carousel .upload_slide_item {
  min-width: calc(25% - 7px);
  box-sizing: border-box;
  border: 1px solid var(--bs-border-color);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.uploaded .upload_slide_item .img-height, .richcard-carousel .upload_slide_item .img-height {
  height: 130px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  max-width: 100%;
}
.uploaded .upload_slide_item .img-height img, .richcard-carousel .upload_slide_item .img-height img {
  max-width: 100%;
  height: auto;
}
.uploaded .upload_slide_item .img-height-delete, .richcard-carousel .upload_slide_item .img-height-delete {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
  background: var(--bs-white);
  z-index: 99999;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid var(--bs-border-color);
}
.uploaded .upload_slide_item .img-height-delete .delete-button span, .richcard-carousel .upload_slide_item .img-height-delete .delete-button span {
  color: var(--bs-danger);
  font-size: 1.05rem;
}
.uploaded .upload_slide_item .img-height-delete .img-height-filename div:first-child, .richcard-carousel .upload_slide_item .img-height-delete .img-height-filename div:first-child {
  font-size: 1rem;
  font-weight: bold;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bs-black);
}
.uploaded .upload_slide_item .img-height-delete .img-height-filename div:last-child, .richcard-carousel .upload_slide_item .img-height-delete .img-height-filename div:last-child {
  font-size: var(--bs-body-font-size);
  margin-top: 0.35rem;
  color: var(--bs-gray);
}
.uploaded .upload_slider_controls, .richcard-carousel .upload_slider_controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
}
.uploaded .upload_slider_controls button, .richcard-carousel .upload_slider_controls button {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  box-shadow: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uploaded .upload_slider_controls button:hover, .richcard-carousel .upload_slider_controls button:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.uploaded .upload_slider_controls button:hover span, .richcard-carousel .upload_slider_controls button:hover span {
  color: var(--bs-white);
}
.uploaded .upload_slider_controls button:disabled, .richcard-carousel .upload_slider_controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.uploaded .upload_slider_controls button span, .richcard-carousel .upload_slider_controls button span {
  font-size: 1.15rem;
  color: var(--bs-gray);
}

.richcard-carousel .upload_slide_item {
  min-width: calc(50% - 7px);
}
.richcard-carousel .upload_slide_item .img-height {
  height: auto;
  align-items: start;
  min-height: 90px;
  max-height: 90px;
  position: relative;
}
.richcard-carousel .upload_slide_item .img-height img:first-child {
  height: 90px;
  width: 100%;
}
.richcard-carousel .upload_slide_item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.richcard-carousel .upload_slide_item .img-height .thumbnail-play-icon {
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.richcard-carousel .upload_slide_item .img-height .thumbnail-play-icon img {
  border: none;
  height: 34px !important;
  padding: 0 !important;
}
.richcard-carousel .upload_slide_item .img-height .thumbnail-download-icon {
  position: absolute;
  left: 5% !important;
  bottom: 2% !important;
  transform: translate(-5%, -2%);
}
.richcard-carousel .upload_slide_item .img-height .thumbnail-download-icon img {
  border: none;
  height: 34px !important;
  padding: 0 !important;
}
.richcard-carousel .upload_slide_item .img-file-name {
  padding-bottom: 0.5rem;
}
.richcard-carousel .upload_slide_item .img-file-name h3 {
  padding: 0.5rem 1rem 0.25rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.richcard-carousel .upload_slide_item .mobile-suggestions-container .actions-btn-alt {
  width: initial !important;
  margin: 0 !important;
  padding: 1rem !important;
  color: #35BCB2 !important;
}
.richcard-carousel .upload_slide_item .mobile-suggestions-container .actions-btn-alt p {
  color: #35BCB2 !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.richcard-carousel .upload_slider_controls {
  top: 30%;
  left: 3px;
  right: 3px;
}
.richcard-carousel .upload_slider_controls button {
  width: 18px;
  height: 18px;
}
.richcard-carousel .upload_slider_controls button span {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
}
.richcard-carousel.richcard-carousel-medium .img-height {
  height: 110px;
}
.richcard-carousel.richcard-carousel-medium .img-height img:first-child {
  height: 110px;
  width: 100%;
}
.richcard-carousel.richcard-carousel-medium .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.richcard-carousel.richcard-carousel-horizontal-short .upload_slide_item {
  min-width: calc(66% - 7px);
}
.richcard-carousel.richcard-carousel-horizontal-medium .upload_slide_item {
  min-width: calc(68% - 7px);
}
.richcard-carousel.richcard-carousel-horizontal-medium .upload_slide_item .img-height {
  height: 110px;
}
.richcard-carousel.richcard-carousel-horizontal-medium .upload_slide_item .img-height img:first-child {
  height: 110px;
  width: 100%;
}
.richcard-carousel.richcard-carousel-horizontal-medium .upload_slide_item .img-height img:nth-child(2) {
  height: 30px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-threeline-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  padding: 0 1rem !important;
  max-height: 55px;
  font-size: var(--bs-body-font-size);
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}

#action_modal .modal-changes-update {
  background: var(--bs-body-bg);
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#action_modal .modal-changes-update .form-check input, #action_modal .modal-changes-update .form-check label {
  cursor: pointer;
}

.tooltip.show {
  opacity: 1 !important;
}

.errorcode {
  background: var(--bs-lite);
  color: var(--bs-black);
  margin: -4px -7px;
  padding: 0.875rem 1rem;
  min-width: 230px;
  border: 2px solid var(--bs-border-color);
  border-radius: 4px;
}
.errorcode-title {
  color: var(--bs-gray);
}
.errorcode ul {
  list-style: disc;
  margin-left: 1rem;
  margin-top: 0.75rem;
}
.errorcode ul li::marker {
  color: var(--bs-gray) !important;
}
.errorcode ul li div:first-child {
  color: var(--bs-red);
  font-size: 0.95rem;
  font-weight: bold;
}

input[type=radio] {
  accent-color: var(--bs-primary);
}

.show-errors .modal-dialog {
  max-width: 55%;
}
.show-errors .modal-dialog .modal-content .modal-header small {
  font-size: 0.875rem;
}
.show-errors .modal-dialog .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}
.show-errors .modal-dialog .modal-content .modal-body {
  max-height: 300px;
  overflow: auto;
}
.show-errors .modal-dialog .modal-content .modal-body .type-name {
  font-size: 0.875rem;
}
.show-errors .modal-dialog .modal-content .modal-body .type-count {
  font-size: 0.95rem;
  padding: 0.5rem 0;
  font-weight: 500;
}
.show-errors .modal-dialog .modal-content .modal-body .error-code-view {
  margin: 1.5rem 0;
  background: var(--bs-lite);
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  border-left: 5px solid var(--bs-red);
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 1rem;
}
.show-errors .modal-dialog .modal-content .modal-body .error-code-view-icon span {
  font-size: 1.25rem;
  color: var(--bs-gray);
}
.show-errors .modal-dialog .modal-content .modal-body .error-code-view .error-number {
  color: var(--bs-red);
  font-weight: bold;
}
.show-errors .modal-dialog .modal-content .modal-body .error-code-view .error-number span {
  color: var(--bs-black);
  margin-left: 0.5rem;
}
.show-errors .modal-dialog .modal-content .modal-body .error-code-view .error-des {
  font-size: 0.875rem;
}

.subnav-page .page-fixed-top .page-title, .subnav-page .inner-wrapper {
  width: calc(100% - 230px);
  margin-left: auto;
}
.subnav-page input[type=checkbox]:checked {
  accent-color: var(--bs-primary);
  opacity: 30%;
}
.subnav-page .sub-nav {
  background: var(--bs-white);
  width: 220px;
  min-height: calc(100vh - 75px);
  margin-top: -66px;
  border-radius: 1rem;
  border: 1px solid var(--bs-border-color);
}
.subnav-page .sub-nav-title {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.subnav-page .sub-nav-list .accordion .accordion-item {
  border-radius: 0 0 0 0 !important;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-header .accordion-button {
  background: var(--bs-white);
  border: none;
  border-radius: 0 0 0 0 !important;
  box-shadow: none;
  color: var(--bs-black);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 5px;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f285";
  font-family: "Bootstrap-icons";
  font-size: 1.25rem;
  background-image: none !important;
  margin: 0;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  transform: rotate(90deg);
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-header .accordion-button:hover {
  background: var(--bs-body-bg);
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body {
  background: var(--bs-white);
  padding: 0.25rem 0 0.875rem;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul li {
  margin: 0 1rem;
  border-radius: 6px;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul li a {
  color: var(--bs-black);
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul li a span::before {
  font-size: 1.1rem;
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul li:hover {
  background: var(--bs-lite);
}
.subnav-page .sub-nav-list .accordion .accordion-item .accordion-body ul li.active {
  background: var(--bs-body-bg);
  font-weight: 500;
  font-family: "tt_interphases-demibold", sans-serif;
  pointer-events: none;
}

.role-change {
  font-size: 0.75rem;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-gray);
  padding: 0.35rem 0.45rem;
  border-radius: 4px;
}

.gray-icon {
  color: var(--bs-gray);
  font-size: 1rem !important;
}

.user-details {
  height: 100%;
  background: var(--bs-white);
  word-wrap: break-word;
  padding: 1.5rem;
  position: relative;
  margin: 0 -1.5rem;
  display: flex;
  align-items: self-start;
  gap: 20px;
}
.user-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: 0.95rem;
}
.user-details div p:last-child {
  font-size: var(--bs-body-font-size);
}
.user-details-actions {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 10px;
}
.user-details-actions a {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-black);
}
.user-details-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-details-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}
.user-details-names h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  width: 210px;
}
.user-details-names p {
  font-size: 0.875rem;
}
.user-details-names-logo {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 0.5rem;
}
.user-details-names-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}

.usermanage-min-h {
  min-height: calc(100vh - 260px);
}

.check-circle {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 1.35rem;
  color: var(--bs-green);
}

.module-selection {
  background: var(--bs-lite);
  border: 1px solid var(--bs-primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0.75rem 1.15rem;
}
.module-selection input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.module-selection input[type=checkbox]:checked:before {
  font-size: 20px;
}
.module-selection-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.module-selection-des {
  font-size: 0.75rem;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module-selection-icons {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
.module-selection-icons .access-right-text {
  font-size: 10px;
}
.module-selection-icons .access-right-text .dropdown-menu {
  padding: 0;
  max-height: 200px;
  overflow: auto;
  background: var(--bs-white);
  width: 290px;
}
.module-selection-icons .access-right-text .dropdown-menu .dropdown-header {
  background: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
  color: var(--bs-black);
}
.module-selection-icons .access-right-text .dropdown-menu li .dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
}
.module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name input[type=checkbox], .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name input[type=checkbox]:checked:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.module-selection-icons .access-right-text .dropdown-menu li:last-child {
  margin-bottom: 0.875rem;
}
.module-selection-icons .access_rights-a {
  color: var(--bs-primary);
  font-size: 0.875rem;
  cursor: pointer;
}
.module-selection-icons .access_rights-a.disabled {
  color: var(--bs-gray);
  pointer-events: none;
}
.module-selection-icons a {
  color: var(--bs-primary);
  font-size: 0.875rem;
  cursor: auto;
}
.module-selection-icons a.disabled {
  color: var(--bs-gray);
  pointer-events: none;
}
.module-selection.disabled {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  color: #bababa;
  pointer-events: none;
}
.module-selection.disabled a {
  color: #bababa;
}

.form-floating {
  margin-bottom: 1.75rem;
}
.form-floating .form-control {
  background: var(--bs-white) !important;
}
.form-floating .form-control[readonly] {
  background: var(--readonly) !important;
}
.form-floating .form-control-color-input {
  border-radius: 0.375rem 0 0 0.375rem;
}
.form-floating .form-control-color {
  width: 65% !important;
  padding: 0.65rem !important;
  border-radius: 0 0.375rem 0.375rem 0;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}

.userview-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 1.5rem;
  gap: 1rem;
  box-shadow: 0 -4px 4px var(--bs-border-color);
  background: var(--bs-white);
  border-radius: 0 0 1rem 1rem;
  margin: 0 -1.5rem -1.5rem;
}

.reset-icon span::before {
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: var(--bs-gray);
}

.my-custom-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-custom-card .card-header .enabled-status {
  color: var(--bs-success);
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

#userprofile-update .modal-changes-update, #user-action-disclaimer-modal .modal-changes-update {
  background: var(--bs-body-bg);
  padding: 1rem;
  border-radius: 6px;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.action-success-modal .modal-content {
  min-height: 280px;
}
.action-success-modal .modal-content .modal-header {
  border-bottom: none !important;
}
.action-success-modal .modal-content .modal-header .btn-close {
  margin-right: 3px !important;
}
.action-success-modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.action-success-modal .modal-content .modal-body .modal-content-parent .check-circle-modal .bi:before {
  color: var(--bs-green);
  font-size: 2.35rem;
  font-weight: bold;
  padding: 1rem;
}
.action-success-modal .modal-content .modal-body .modal-content-parent .modal-dec {
  font-size: 1.25rem;
  padding: 1rem 0;
}
.action-success-modal .modal-content .modal-body .modal-content-parent .modal-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.action-success-modal .modal-content .modal-body .modal-content-parent .modal-btn a {
  color: var(--bs-primary);
  text-decoration: underline;
  font-size: var(--bs-body-font-size);
}
.action-success-modal .modal-content .modal-body .modal-content-parent .modal-btn-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.action-success-modal .modal-content .modal-body .modal-content-parent .modal-btn-alt p {
  font-size: 0.75rem;
}

.form-floating .form-control + .select2-container--default .select2-selection--single, .form-floating .parsley-errors-list + .select2-container--default .select2-selection--single {
  height: 51px !important;
  border: 1px solid var(--bs-border-color) !important;
  padding: 0.5rem 1rem !important;
}
.form-floating .form-control + .select2-container--default .select2-selection--single .select2-selection__arrow, .form-floating .parsley-errors-list + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  position: absolute;
  top: -4px !important;
  right: 10px !important;
}

.iti--allow-dropdown {
  width: 100%;
}
.iti--allow-dropdown .iti__tel-input {
  padding-left: 50px !important;
}
.iti--allow-dropdown .iti__search-input {
  height: 42px !important;
  padding: 1rem;
  border-radius: 0;
}
.iti--allow-dropdown .iti__dropdown-content, .iti--allow-dropdown .iti__country-list {
  background: var(--bs-white) !important;
  z-index: 99999 !important;
}
.iti--allow-dropdown + label {
  margin-left: 40px;
}
.iti--allow-dropdown + label.active {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
  background: var(--bs-white);
  margin-left: 0;
  height: 30px;
}
.iti--allow-dropdown .form-control {
  width: 100% !important;
}

.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.7;
}

.my-custom-card {
  background: var(--bs-white);
  margin: 1rem 0;
  border-color: var(--bs-border-color);
}
.my-custom-card.edit-mode {
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
}
.my-custom-card .card-header,
.my-custom-card .card-body {
  background: transparent;
  padding: 1rem 1.5rem;
}
.my-custom-card .card-header p,
.my-custom-card .card-body p {
  margin-bottom: 0.65rem;
}
.my-custom-card .card-header p:first-child,
.my-custom-card .card-body p:first-child {
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
}
.my-custom-card .card-header p:last-child,
.my-custom-card .card-body p:last-child {
  font-size: var(--bs-body-font-size);
  margin-bottom: 0.35rem;
}
.my-custom-card .card-header .table-responsive,
.my-custom-card .card-body .table-responsive {
  margin: 0.5rem 0 !important;
}
.my-custom-card .card-header .table-responsive .my-table,
.my-custom-card .card-body .table-responsive .my-table {
  border: 1px solid var(--bs-border-color);
}
.my-custom-card .card-header .table-responsive .my-table thead tr th,
.my-custom-card .card-header .table-responsive .my-table tbody tr td,
.my-custom-card .card-body .table-responsive .my-table thead tr th,
.my-custom-card .card-body .table-responsive .my-table tbody tr td {
  background: transparent !important;
}
.my-custom-card .card-header .table-responsive .table-footer,
.my-custom-card .card-body .table-responsive .table-footer {
  padding: 1rem 0 0 !important;
}
.my-custom-card .card-header .bi {
  font-size: 1.25rem;
}
.my-custom-card .card-body {
  padding: 1.5rem;
}

.template-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.template-avatar .first-letter div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-black);
  font-weight: 600;
  background: var(--bs-black);
}
.template-avatar .first-letter img {
  padding: 2px;
  height: 40px;
  width: 100%;
  border-radius: 50%;
}

.thank-you-title {
  font-size: 1.15rem;
  font-weight: bold;
}
.thank-you-title + p {
  font-size: 1rem;
  margin-top: 0.875rem;
  width: 80%;
}
.thank-you-title .text-success {
  color: var(--bs-green);
  margin-left: 0.35rem;
}
.thank-you-title .text-success::before {
  font-size: 1.35rem;
  font-weight: bold;
}

.setup-password-des {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
  margin-top: 0.75rem;
  margin-bottom: 1.35rem;
}
.setup-password-info {
  background: #FFF4CE;
  color: var(--bs-black);
  border-radius: 6px;
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: start;
  gap: 10px;
  padding: 0.875rem;
}
.setup-password-info .close-btn {
  font-size: 1rem;
  color: var(--bs-black);
  text-decoration: none;
}

.brand-details-names {
  word-break: break-word;
}

.check-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.65rem;
  color: var(--bs-gray);
}
.check-icon-success {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.65rem;
  color: var(--bs-green);
}

.text-count {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-size: 0.7rem;
  color: var(--bs-gray);
}
.text-count-textarea {
  position: absolute;
  right: 8px;
  bottom: 1px;
  left: 1px;
  font-size: 0.7rem;
  color: var(--bs-gray);
  background: var(--bs-white);
  padding: 0.75rem 0.35rem;
  text-align: end;
  border-radius: 8px;
}
.text-count + .error {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

#id_agent_description {
  height: 100px !important;
}

.media-preview {
  height: 130px;
  padding: 1rem;
  border: 1px solid var(--bs-gray);
  border-style: dashed;
  border-radius: 6px;
  margin: 0 0 0.5rem;
  background: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-preview img {
  width: auto;
  height: 100px;
}
.media-preview-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.media-preview-data p {
  font-size: var(--bs-body-font-size);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}
.media-preview-data small {
  font-size: 0.65rem;
}
.media-preview-data .upload-trash {
  background: var(--bs-lite) !important;
  color: var(--bs-primary);
  width: 24px;
  height: 24px;
  border: 1px solid #D5DCED !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.media-preview-data .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.media-preview-data .icons .bi-trash {
  color: var(--bs-red);
}

.doc-upload-btn {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-top: 0.5rem;
}

.remove-all-documents {
  display: flex;
  align-items: center;
  justify-content: end;
  color: var(--bs-red);
  text-decoration: none;
  cursor: pointer;
}

.modal-upload-media .modal-dialog .modal-content {
  background: var(--bs-white) !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-body {
  padding: 0 0 1rem 0;
  margin-top: -15px;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .my-tabs-nav .nav-item .nav-link:after {
  left: 0px;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload {
  margin: 2rem;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content {
  min-height: 230px;
  background: var(--bs-body-bg);
  border: 2px solid var(--bs-gray);
  border-style: dashed;
  border-radius: 8px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  overflow: hidden;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content .bi {
  font-size: 1.5rem;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content p {
  color: var(--bs-gray);
  padding: 0.25rem;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content .browse-file {
  color: var(--bs-primary);
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content .file-preview-container {
  height: 230px;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content .file-preview-container img {
  height: 230px;
  width: 100%;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-media-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .btn-primary {
  border-radius: 8px !important;
  height: 51px;
  font-size: 1.25rem;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating .form-control {
  background: var(--bs-white) !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control-plaintext ~ label,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:focus ~ label,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:not(:placeholder-shown) ~ label,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control-plaintext ~ label::after,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:focus ~ label::after,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}

hr {
  border-top: 1px solid rgba(var(--bs-black-rgb), 0.35);
  margin-bottom: 1.5rem !important;
}

.modal-edit-confirm-modal .modal-custom-lg {
  max-width: 900px !important;
}
.modal-edit-confirm-modal .modal-content {
  background-color: var(--bs-white) !important;
  overflow: hidden;
}
.modal-edit-confirm-modal .modal-content .modal-header {
  padding: 1rem 1.5rem;
  justify-content: space-between;
}
.modal-edit-confirm-modal .modal-content .btn-close:focus {
  box-shadow: none !important;
}
.modal-edit-confirm-modal .modal-body {
  padding: 1.5rem;
}
.modal-edit-confirm-modal .modal-body p {
  font-size: var(--bs-body-font-size);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.modal-edit-confirm-modal .modal-body input[type=text] {
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 1rem;
  color: var(--bs-gray);
  margin: 1.5rem 0;
}
.modal-edit-confirm-modal .modal-body-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-edit-confirm-modal .modal-body-profile .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-edit-confirm-modal .modal-body-profile .avatar .bi {
  font-size: 1.5rem;
}
.modal-edit-confirm-modal .modal-body-profile .name {
  font-size: var(--bs-body-font-size);
}
.modal-edit-confirm-modal .modal-body .modal-info-bar {
  background: var(--bs-body-bg);
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: var(--bs-black);
  border-radius: 8px;
}
.modal-edit-confirm-modal .modal-body .modal-info-bar .info-bar-title-des {
  width: 100%;
}
.modal-edit-confirm-modal .modal-body .modal-info-bar .info-bar-title-des h3 {
  font-size: 1.05rem;
}
.modal-edit-confirm-modal .modal-body .modal-info-bar .info-bar-title-des p {
  font-size: var(--bs-body-font-size);
  margin-top: 0.5rem;
}

.disclaimer-bg {
  padding: 2rem 1.5rem;
  background: var(--bs-disclaimer-bg);
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  color: var(--bs-black);
}
.disclaimer-bg input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid var(--bs-border-color) !important;
  accent-color: var(--bs-primary);
  cursor: pointer;
}
.disclaimer-bg + .disabled {
  opacity: 0.3 !important;
}

.logo-parent .btn-banner + input + .parsley-errors-list {
  right: 96px;
  bottom: 14px;
}

.banner-parent .btn-banner + input + .parsley-errors-list {
  right: 70px;
  bottom: 14px;
}

.contact-detail-error-modal {
  padding-top: 0.5rem;
  position: relative;
}
.contact-detail-error-modal .error-modal {
  right: 0;
  bottom: -18px;
}

.contact-detail-email-error-modal {
  position: relative;
}
.contact-detail-email-error-modal .error-modal {
  right: 0;
  bottom: 5px;
}

.textarea-error-modal .error-modal {
  right: 0;
  bottom: -18px;
}

.business-url-error-modal {
  position: relative;
}

#brand_documents {
  margin-top: 28px;
}

.-input .form-control {
  padding-right: 2.75rem !important;
  text-overflow: ellipsis !important;
}

.modal-aggregator-config #agent_call_bacck_not_provided, .modal-aggregator-config #template_call_bacck_not_provided {
  color: var(--bs-dark-border-subtle);
}
.modal-aggregator-config .dataTables_empty {
  text-align: center !important;
}
.modal-aggregator-config .btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}
.modal-aggregator-config .modal-dialog {
  max-width: 80%;
}
.modal-aggregator-config .modal-dialog .modal-content {
  background: var(--bs-white);
  overflow: hidden;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-header-search {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-header-search .search-input {
  position: relative !important;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-header-search .search-input input {
  width: 150px;
  padding: 0.375rem 1rem 0.375rem 2rem !important;
  font-size: 0.875rem;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-header-search .search-input span {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 10px;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-body {
  height: calc(100vh - 168px);
  overflow: auto;
  padding-top: 0;
}
.modal-aggregator-config .modal-dialog .modal-content .modal-body table {
  width: 100%;
  margin: 1rem 0;
  border: 1px solid var(--bs-border-color);
}

#confirmdeletePopup .modal-dialog {
  max-width: 30%;
  align-self: center;
}
#confirmdeletePopup .modal-dialog .modal-content {
  background: var(--bs-white);
}
#confirmdeletePopup .modal-dialog .modal-content .modal-body {
  height: 100px;
  padding-top: 30px;
}

.ipaddress-table {
  padding: 1.5rem 1rem 0;
}
.ipaddress-table-title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ipaddress-table-title span {
  color: var(--bs-gray);
}
.ipaddress-table-des {
  font-size: 12px;
  padding: 0.5rem 0;
}
.ipaddress-table .gray-bg-host {
  background: #F8F8F8;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color);
  margin: 1rem 0 2rem;
}
.ipaddress-table .gray-bg-host-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1rem;
}
.ipaddress-table .gray-bg-host-header .header-btn {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.15);
  cursor: pointer;
}
.ipaddress-table .gray-bg-host-content {
  padding: 1.5rem;
}
.ipaddress-table .gray-bg-host-content .table-responsive {
  margin: 0 !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive .dataTables_scrollHeadInner {
  width: 100% !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive .dataTables_scrollHeadInner table {
  width: 100% !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive .dataTables_scrollHeadInner table th {
  background: var(--bs-body-bg) !important;
  padding: 0.5rem 0.875rem;
}
.ipaddress-table .gray-bg-host-content .table-responsive table {
  margin: 0px !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th {
  background: #FCFCFC !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th:first-child {
  border-left: 2px solid var(--bs-border-color);
  width: 80%;
}
.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th:last-child {
  border-right: 2px solid var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr {
  border-bottom: 1px solid var(--bs-border-color);
  background: var(--bs-white);
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr:last-child {
  border-bottom: 0;
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td {
  background: var(--bs-white);
  padding: 0.5rem 0.875rem;
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td a span.bi-trash {
  color: var(--bs-red);
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td:first-child {
  border-left: 1px solid var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td:last-child {
  border-right: 1px solid var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer {
  background: transparent !important;
  padding: 1rem 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .records-info {
  background: var(--bs-white) !important;
  padding: 0.5rem 0.875rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item {
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item .page-link {
  color: var(--bs-black) !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item:hover {
  background: var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate {
  display: flex;
  align-items: center;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button {
  text-decoration: none;
  padding: 0.25rem 0.65rem;
  color: var(--bs-black);
  border-radius: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.previous {
  text-decoration: none;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before {
  content: "\f284" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before.disabled {
  color: var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.next {
  text-decoration: none;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after {
  content: "\f285" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after.disabled {
  color: var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate .paginate_button.next.disabled {
  color: var(--bs-border-color);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate span {
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: var(--bs-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate span .current {
  text-decoration: none;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 4px;
  padding: 0.25rem 0.65rem;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate span .current:hover {
  background: var(--bs-warning) !important;
  color: var(--bs-black) !important;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_paginate span .paginate_button:hover {
  background: var(--bs-body-bg);
  color: var(--bs-black);
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_length {
  margin-left: auto;
  margin-right: 1rem;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_length label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}
.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .dataTables_length label select {
  border: 1px solid var(--bs-border-color);
  padding: 0.25rem;
  border-radius: 4px;
}
.ipaddress-table .gray-bg-host-alt {
  margin: 1rem;
}
.ipaddress-table .gray-bg-host-alt.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.ipaddress-table .gray-bg-host-alt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  background: #FCFCFC;
  border-radius: 6px;
}
.ipaddress-table .gray-bg-host-alt-header .header-btn {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.15);
  cursor: pointer;
}
.ipaddress-table .gray-bg-host-alt-content {
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  background: var(--bs-white) !important;
  border-radius: 0 0 6px 6px;
  margin-top: -4px;
}
.ipaddress-table .gray-bg-host-alt-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ipaddress-table .gray-bg-host-alt-content-header .url-link {
  width: 80%;
  overflow-wrap: anywhere;
}
.ipaddress-table .gray-bg-host-alt-content-header .action-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ipaddress-table .gray-bg-host-alt-content-header .action-icons a {
  color: var(--bs-black);
}
.ipaddress-table .gray-bg-host-alt-content-header .action-icons a .bi-trash {
  color: var(--bs-red);
}

.ipaddress-table-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ipaddress-table-title span {
  color: var(--bs-gray);
}

.ipaddress-table-des {
  font-size: 12px;
  padding: 0.5rem 0;
}

.ipaddress-table .gray-bg-host {
  background: #F8F8F8;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color);
  margin: 1rem 0 2rem;
}

.ipaddress-table .gray-bg-host-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1rem;
}

.ipaddress-table .gray-bg-host-header .header-btn {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.15);
  cursor: pointer;
}

.ipaddress-table .gray-bg-host-content {
  padding: 1.5rem;
}

.ipaddress-table .gray-bg-host-content .table-responsive {
  margin: 0 !important;
}

.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th {
  background: #FCFCFC !important;
}

.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th:first-child {
  border-left: 2px solid var(--bs-border-color);
  width: 80%;
}

.ipaddress-table .gray-bg-host-content .table-responsive table thead tr th:last-child {
  border-right: 2px solid var(--bs-border-color);
}

.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td a span.bi-trash {
  color: var(--bs-red);
}

.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td:first-child {
  border-left: 1px solid var(--bs-border-color);
}

.ipaddress-table .gray-bg-host-content .table-responsive table tbody tr td:last-child {
  border-right: 1px solid var(--bs-border-color);
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer {
  background: transparent !important;
  padding: 1rem 0 0 !important;
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .records-info {
  background: var(--bs-white) !important;
  padding: 0.5rem 0.875rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item {
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item .page-link {
  color: var(--bs-black) !important;
}

.ipaddress-table .gray-bg-host-content .table-responsive .table-footer .pagination .page-item:hover {
  background: var(--bs-border-color);
}

.ipaddress-table .gray-bg-host-alt {
  margin: 1rem;
}

.ipaddress-table .gray-bg-host-alt.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.ipaddress-table .gray-bg-host-alt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  background: #FCFCFC;
  border-radius: 6px;
}

.ipaddress-table .gray-bg-host-alt-header .header-btn {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.15);
  cursor: pointer;
}

.ipaddress-table .gray-bg-host-alt-content {
  border: 1px solid var(--bs-border-color);
  padding: 1rem;
  background: var(--bs-white) !important;
  border-radius: 0 0 6px 6px;
  margin-top: -4px;
}

.ipaddress-table .gray-bg-host-alt-content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ipaddress-table .gray-bg-host-alt-content-header .url-link {
  width: 80%;
  overflow-wrap: anywhere;
}

.ipaddress-table .gray-bg-host-alt-content-header .action-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ipaddress-table .gray-bg-host-alt-content-header .action-icons a {
  color: var(--bs-black);
}

.ipaddress-table .gray-bg-host-alt-content-header .action-icons a .bi-trash {
  color: var(--bs-red);
}

.ipaddress-table {
  padding: 1.5rem 1rem 0;
}

.api-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: var(--bs-body-bg);
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid var(--bs-border-color);
}
.api-card-alt {
  flex-direction: column;
  padding: 0;
}
.api-card-alt .api-divider {
  border-bottom: 1px solid var(--bs-border-color);
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.api-card-alt .api-divider:last-child {
  border-bottom: 0;
}
.api-card-alt .api-divider input {
  background: var(--bs-white);
}
.api-card-alt .api-divider .form-control {
  background: var(--bs-white);
  cursor: pointer;
}
.api-card-alt .api-divider .form-select {
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  cursor: pointer;
}
.api-card-alt .api-divider #id_auth_api_tpm, .api-card-alt .api-divider #id_media_api_tpm {
  cursor: default;
}
.api-card-alt .api-divider .edit-icons {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.api-card-alt .api-divider .edit-icons span {
  font-size: 1rem;
}
.api-card-alt .api-divider .edit-icons span.bi-check2 {
  color: var(--bs-success);
  font-size: 1.5rem;
}
.api-card-alt .api-divider .edit-icons span.bi-check2:hover {
  color: var(--bs-warning);
}
.api-card-alt .api-divider .edit-icons span.bi-x-lg {
  font-size: 1.15rem;
  color: var(--bs-red);
}
.api-card-alt .api-divider .edit-icons span.bi-x-lg:hover {
  color: var(--bs-warning);
}
.api-card-alt .api-divider .edit-icons .btn-edit-icon {
  background: transparent !important;
  border: 0 !important;
  padding: 0.5rem !important;
}
.api-card-alt .api-divider .edit-icons .btn-edit-icon span {
  font-size: 1rem;
}
.api-card-alt .api-divider .tmp-errors {
  color: var(--bs-red) !important;
  font-size: 10px !important;
  position: absolute;
  bottom: -16px;
  right: 0;
  white-space: nowrap;
}
.api-card p {
  font-size: 12px;
  margin: 5px 0 0;
  color: var(--bs-gray);
}
.api-card .btn-edit-icon {
  padding: 0.5rem 1rem !important;
  border-radius: 4px !important;
  border: 1px solid var(--bs-border-color) !important;
}
.api-card + .input-container {
  margin-top: -19px;
  position: relative;
}
.api-card + .input-container input {
  border-radius: 0 0 6px 6px !important;
  background: var(--bs-white) !important;
  position: relative;
}
.api-card + .input-container .action-icons {
  position: absolute;
  right: 20px;
  top: 9px;
  display: flex;
  align-items: center;
}
.api-card + .input-container .action-icons button.btn.btn-edit-icon {
  background: transparent;
}
.api-card + .input-container .action-icons button.btn.btn-edit-icon span.bi-copy, .api-card + .input-container .action-icons button.btn.btn-edit-icon span.bi-pencil {
  font-size: 1rem !important;
}
.api-card + .input-container .action-icons button.btn.btn-edit-icon span.bi-trash {
  font-size: 1rem !important;
  color: var(--bs-red);
}
.api-card + .input-container .action-icons button.btn.btn-edit-icon span.bi-trash:hover {
  color: var(--bs-warning);
}
.api-card + .input-container .action-icons span {
  font-size: 1.5rem;
  color: var(--bs-gray);
  cursor: pointer;
}
.api-card + .input-container .action-icons span:hover {
  color: var(--bs-warning);
}
.api-card + .input-container .action-icons span.bi-check2 {
  color: var(--bs-success);
}
.api-card + .input-container .action-icons span.bi-check2:hover {
  color: var(--bs-warning);
}
.api-card + .input-container .action-icons span.bi-x-lg {
  font-size: 1.15rem;
  color: var(--bs-red);
}
.api-card + .input-container .action-icons span.bi-x-lg:hover {
  color: var(--bs-warning);
}
.api-card + .input-container .parsley-errors-list {
  bottom: -24px;
}

.api-info p {
  font-size: 12px;
  margin: 5px 0 0;
  color: var(--bs-gray);
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 20px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: green;
}
.switch input:checked + .slider:before {
  transform: translateX(20px);
}

.input-container {
  align-items: center;
  gap: 10px;
}

.action-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.action-icons .btn-checked,
.action-icons .btn-cross {
  font-size: 1.4rem;
  cursor: pointer;
}
.action-icons .btn-cross {
  color: red !important;
}
.action-icons .btn-checked {
  color: green !important;
}

#config_changes_popup .table-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
#config_changes_popup table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}
#config_changes_popup th, #config_changes_popup td {
  padding: 12px;
  text-align: left;
  width: auto;
}
#config_changes_popup th {
  background-color: #f1f1f1;
  font-weight: bold;
}
#config_changes_popup th i {
  font-size: 12px;
  margin-left: 5px;
  color: gray;
  cursor: pointer;
}
#config_changes_popup tr {
  border-bottom: 1px solid #ddd;
}
#config_changes_popup tr:last-child {
  border-bottom: none;
}

.white-input {
  background: var(--bs-white);
}

.url-action-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.url-action-icons a {
  color: var(--bs-black);
}
.url-action-icons a .bi-trash {
  color: var(--bs-red);
}

.url-action-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.url-action-icons .url-btn-checked,
.url-action-icons .url-btn-cross {
  font-size: 1.4rem;
  cursor: pointer;
}
.url-action-icons .btn-cross, .url-action-icons .url-btn-cross {
  color: red !important;
}
.url-action-icons .btn-checked, .url-action-icons .url-btn-checked {
  color: green !important;
}

.my-table-bordered {
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 4px;
}

.my-table-bordered th,
.my-table-bordered tr td {
  padding: 1.5rem 1rem !important;
}

.my-table-bordered .form-control,
.my-table-bordered .input-group-text {
  height: 36px;
  min-height: 36px;
  padding: 16px;
}

.dot-rate-card {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--bs-danger);
  border-radius: 3px;
  right: 0;
  top: 0;
  z-index: 999;
  margin-right: -3px;
  margin-top: 3px;
}

.no-rate-cards {
  background: rgba(var(--bs-white-rgb), 0.25);
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  padding: 1.5rem 0.75rem;
  display: flex;
}

.previous-rate-cards {
  margin: 1rem 0;
  padding: 1.5rem;
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 4px;
  background: rgba(var(--bs-white-rgb), 0.75);
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  display: flex;
  gap: 1rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.terms-and-conditions {
  position: relative;
  margin: 1rem 0;
  width: 65%;
}
.terms-and-conditions-check {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 0.875rem;
}
.terms-and-conditions-check .form-check-terms-conditions {
  width: 18px;
  height: 18px;
}
.terms-and-conditions-check .form-check-terms-conditions:checked {
  background-color: transparent !important;
  border-color: transparent !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.terms-and-conditions-check .form-check-terms-conditions:checked:before {
  content: "\f26c";
  font-family: "bootstrap-icons" !important;
  font-size: 18px;
  color: var(--bs-primary);
}
.terms-and-conditions-check .form-check-terms-conditions:focus, .terms-and-conditions-check .form-check-terms-conditions:active {
  box-shadow: none !important;
}
.terms-and-conditions-check a {
  color: var(--bs-primary);
}
.terms-and-conditions-check + .parsley-errors-list {
  bottom: 0;
  position: relative;
  justify-content: start;
}
.terms-and-conditions-radio {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 0.875rem;
}
.terms-and-conditions-radio .form-check-terms-conditions {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border-color: var(--bs-border-color) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-and-conditions-radio .form-check-terms-conditions:focus, .terms-and-conditions-radio .form-check-terms-conditions:active {
  box-shadow: none !important;
}
.terms-and-conditions-radio a {
  color: var(--bs-primary);
}
.terms-and-conditions-radio label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 0.875rem;
}

/* search bar styles */
.welcome-onboarding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 190px);
  gap: 24px;
}
.welcome-onboarding h2 {
  font-size: 18px !important;
}
.welcome-onboarding p {
  width: 53%;
  text-align: center;
}
.welcome-onboarding .btn-setup {
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}
.welcome-onboarding-alt {
  max-width: 650px;
  margin: 0 auto;
}
.welcome-onboarding-alt .message-logs-content .message-logs-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.welcome-onboarding-alt .message-logs-content .message-logs-title span {
  font-size: 30px;
}
.welcome-onboarding-alt .message-logs-content .message-logs-title h2 {
  font-size: 24px !important;
}
.welcome-onboarding-alt .message-logs-content p {
  width: 100% !important;
  font-size: 14px !important;
  margin-top: 8px;
}

.logs-search {
  border-bottom: 0 !important;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 0.75rem 0 !important;
}
.logs-search .search-input {
  width: 100%;
}
.logs-search .search-input .form-control {
  width: 100%;
  background: var(--bs-white) !important;
  color: var(--bs-gray) !important;
  height: 49px;
  padding: 1rem 15% 1rem 2.5rem !important;
  position: relative !important;
}
.logs-search .search-input .form-control::-moz-placeholder {
  color: var(--bs-gray) !important;
}
.logs-search .search-input .form-control :-moz-placeholder {
  color: var(--bs-gray) !important;
}
.logs-search .search-input .form-control::placeholder, .logs-search .search-input .form-control :placeholder-shown {
  color: var(--bs-gray) !important;
}
.logs-search .search-input .form-control-alt {
  padding: 1rem 54% 1rem 2.5rem !important;
}
.logs-search .search-input .search-icon {
  position: absolute;
  top: 1rem !important;
  left: 1rem !important;
  color: var(--bs-gray) !important;
  font-size: 1.15rem !important;
  z-index: 1;
}
.logs-search .search-input .right-side-actions {
  position: absolute;
  top: 7px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.5rem;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action .profile-item {
  display: flex;
  gap: 1rem;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action .profile-item .dropdown--toggle {
  display: inline-block;
  border: solid var(--bs-black);
  border-width: 0 1.5px 1.5px 0;
  padding: 3px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-right: 2px;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action .dropdown-menu {
  background: var(--bs-white) !important;
  padding: 0 !important;
  overflow: hidden;
  min-width: 153px;
  margin: 8px 0 !important;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action .dropdown-menu li a {
  padding: 1rem;
}
.logs-search .search-input .right-side-actions .profile-dropdown .profile-action .dropdown-menu li a:hover {
  background: var(--bs-lite) !important;
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action {
  border: 0;
  position: relative;
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action .dropdown-menu {
  min-width: 300px;
  margin: 8px -10px 8px 0 !important;
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action .dropdown-menu .dropdown-item {
  border-bottom: 1px solid var(--bs-border-color);
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action .dropdown-menu .item-header {
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  white-space: nowrap;
  cursor: initial;
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action .dropdown-menu .item-header .dropdown-item {
  text-align: end;
  color: var(--bs-primary);
  text-decoration: underline !important;
  padding: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.logs-search .search-input .right-side-actions .history-dropdown .profile-action .dropdown-menu .item-header .dropdown-item:hover {
  background: transparent !important;
}
.logs-search .search-input .right-side-actions .history-icon {
  cursor: pointer;
}
.logs-search .search-input .right-side-actions .history-icon span {
  color: var(--bs-gray);
  font-size: 1rem;
}

.h-min-66px {
  min-height: 67px !important;
}

#main-wrapper .inner-wrapper .search-fliters.logs-filters {
  padding-top: 0 !important;
  padding-bottom: 0.5rem !important;
  border: 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select {
  width: 100% !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label {
  height: 40px;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label .date--range--block {
  min-width: 165px !important;
  max-width: 165px !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label .select2-selection {
  min-width: 120px;
  max-width: 120px;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label:nth-last-child(1) {
  border-radius: 0 4px 4px 0 !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label:nth-last-child(2) {
  border-radius: initial !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select .select-label:nth-last-child(3) {
  border-radius: 4px 0 0 4px !important;
}
#main-wrapper .inner-wrapper .search-fliters.logs-filters .search-select a {
  margin-left: 0.75rem;
}

.multiselectdata {
  position: relative;
  height: 32px;
  width: 100px;
  overflow: hidden;
}
.multiselectdata::after {
  content: "items selected";
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 12px;
}
.multiselectdata:hover {
  cursor: pointer;
}
.multiselectdata:hover option {
  display: block;
}
.multiselectdata option {
  display: none;
}

.filter-items-parent {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 0.5rem;
}
.filter-items-parent .filter-label {
  font-size: 0.875rem;
}
.filter-items-parent .filtersdiv {
  min-width: 30px;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

.agent-filter label {
  font-size: 11px !important;
  margin-bottom: 0.25rem !important;
}
.agent-filter .select2-selection {
  padding: 0 0.25rem !important;
  border: 1px solid var(--bs-border-color) !important;
}

#id_agents_search + .select2-container {
  width: 100% !important;
}
#id_agents_search + .select2-container .select2-selection__rendered {
  min-height: 40px;
  overflow: auto;
  max-height: 90px;
}
#id_agents_search + .select2-container .select2-dropdown {
  right: 0 !important;
  left: auto !important;
  margin-left: initial !important;
}

.btn-search {
  height: 49px;
  border-radius: 0.375rem;
  padding: 1rem 1.5rem;
}

.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-18 {
  font-size: 16px !important;
}
.fs-20 {
  font-size: var(--bs-body-font-size);
  margin-bottom: 0.5rem;
}

.actions_table_div {
  max-height: 200px !important;
  width: 316px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid var(--bs-border-color);
}
.actions_table_div #cdr-actions-table {
  width: 310px;
}
.actions_table_div #cdr-actions-table th {
  padding: 1.15rem;
  background: var(--bs-body-bg);
  font-family: "tt_interphases-medium", sans-serif;
}
.actions_table_div #cdr-actions-table td {
  padding: 0.875rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.table_tabs + .table-responsive {
  overflow-x: initial !important;
}
.table_tabs + .table-responsive .dataTables_scrollBody {
  overflow: initial !important;
}

#id_agents_searchs + .select2-container .select2-selection__rendered .select2-selection__choice {
  background: transparent !important;
  border: none !important;
  margin-top: 0 !important;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#id_agents_searchs + .select2-container .select2-selection__rendered .select2-selection__choice:not(:first-child) {
  display: none;
}
#id_agents_searchs + .select2-container .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
#id_agents_searchs + .select2-container .select2-selection__rendered .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

#cdr-search-filters .search-select .select-label .date--range--block {
  min-width: 110px !important;
  max-width: 250px !important;
}
#cdr-search-filters .search-select .select-label div[id^=reportrange]::after {
  content: none !important;
}

.mobile-innercontent-height {
  height: 82%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}/*# sourceMappingURL=base-layout.css.map */