: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-lite: #a7afbf;
  --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-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-body-font-size: 14px;
  --bs-error-font-size: 11px;
  --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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Light.eot");
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Light.eot?#iefix") format("embedded-opentype"), url("fonts/TTInterphasesPro/woff2/TT_Interphases_Pro_Light.woff2") format("woff2"), url("fonts/TTInterphasesPro/woff/TT_Interphases_Pro_Light.woff") format("woff"), url("fonts/TTInterphasesPro/ttf/TT_Interphases_Pro_Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases";
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Regular.eot");
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Regular.eot?#iefix") format("embedded-opentype"), url("fonts/TTInterphasesPro/woff2/TT_Interphases_Pro_Variable.woff2") format("woff2"), url("fonts/TTInterphasesPro/woff/TT_Interphases_Pro_Variable.woff") format("woff"), url("fonts/TTInterphasesPro/ttf/TT_Interphases_Pro_Variable.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-medium";
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Medium.eot");
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Medium.eot?#iefix") format("embedded-opentype"), url("fonts/TTInterphasesPro/woff2/TT_Interphases_Pro_Medium.woff2") format("woff2"), url("fonts/TTInterphasesPro/woff/TT_Interphases_Pro_Medium.woff") format("woff"), url("fonts/TTInterphasesPro/ttf/TT_Interphases_Pro_Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-demibold";
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_DemiBold.eot");
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_DemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/TTInterphasesPro/woff2/TT_Interphases_Pro_DemiBold.woff2") format("woff2"), url("fonts/TTInterphasesPro/woff/TT_Interphases_Pro_DemiBold.woff") format("woff"), url("fonts/TTInterphasesPro/ttf/TT_Interphases_Pro_DemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "tt_interphases-bold";
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Bold.eot");
  src: url("fonts/TTInterphasesPro/eot/TT_Interphases_Pro_Condensed_Bold.eot?#iefix") format("embedded-opentype"), url("fonts/TTInterphasesPro/woff2/TT_Interphases_Pro_Bold.woff2") format("woff2"), url("fonts/TTInterphasesPro/woff/TT_Interphases_Pro_Bold.woff") format("woff"), url("fonts/TTInterphasesPro/ttf/TT_Interphases_Pro_Bold.ttf") format("truetype");
  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-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}
.w-100 {
  width: 100%;
}

.m-x-n1 {
  margin: 1rem -0.5rem;
}
.m-x-n2 {
  margin: 1rem -1rem;
}
.m-x-n3 {
  margin: 1rem -1.46rem;
}
.m-x-n4 {
  margin: 1rem -2rem;
}

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.h-40 {
  height: 40px;
}

.fc-black {
  color: var(--bs-black);
}

.fw-100 {
  font-family: "tt_interphases-light", sans-serif;
}
.fw-200, .profile-body .text-message ul, .payment-launch-fee-total .amount-name-note, .modal-test-device-table .modal-content .modal-header .modal-title small, .modal-template-bulk-approval .modal-content .modal-header .modal-title small, .my-tabs-nav .nav-item .nav-link, #main-wrapper.detailed-page #my-accordion .accordion-item .accordion-button .small {
  font-family: "tt_interphases", sans-serif;
}
.fw-300, .action-modal-footer a, .subnav-page .user-details-names h3, .subnav-page .user-details div p:first-child, .profile-body .agent-details .url-action-head, .profile-body .agent-details div p:first-child, .profile-header-title, .business-profile-help-info h3, .business-profile-setup-right-alt .finish-screen h3, .business-profile-setup-left .setup-title, .payment-launch-fee:last-child, .doc-upload-btn, .video-url .remove-all, .test-template-modal-panel .customized-btn, .test-template-modal-panel .msg-list .nav-item .nav-link.active, .test-template-modal-panel .test-template-grid h3, #view-template .modal-footer .duplicate-btn a,
#send-text-message .modal-footer .duplicate-btn a, .agent-details-alt .url-action-head, .agent-details-alt div p:first-child, .captcha-refresh, .modal-upload-media .modal-dialog .modal-content .modal-body .tab-content-upload .upload-file-content p, .modal-template-bulk-approval .modal-content .modal-body-profile .name, .modal-template-approval .modal-content .modal-body .modal-info-bar .info-bar-title-des h3, .modal-template-approval .modal-content .modal-body-profile .name, .modal-template-approval .modal-content .modal-header .modal-sub-title .template-preview-title, #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.detailed-page .right-pane-business-profile .business-profile-help-info h3, #main-wrapper.detailed-page .page-title-business-profile .setup-accordion-title,
#main-wrapper.detailed-page .inner-wrapper-business-profile .setup-accordion-title, #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 .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, #main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page h3, #main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li, .btn-primary.btn-banner {
  font-family: "tt_interphases-medium", sans-serif;
}
.fw-400, .richcard-type, .payment-launch-fee .amount, #main-wrapper.detailed-page #my-accordion .accordion-item .accordion-button, #main-wrapper .inner-wrapper-dashboard h3 {
  font-family: "tt_interphases-demibold", sans-serif;
}
.fw-500, .welcome-onboarding h2, .payment-launch-fee-total, #main-wrapper .inner-wrapper .summary-cards-top h3 {
  font-family: "tt_interphases-bold", sans-serif;
}

.cursor {
  cursor: pointer;
}

.link-primary {
  color: var(--bs-primary) !important;
}
.link-primary:hover {
  color: var(--bs-warning) !important;
}
.link-nooutline {
  text-decoration: none;
  color: var(--bs-black) !important;
  font-size: 15px;
}

.text-primary {
  color: var(--bs-primary) !important;
}
.text-primary:hover {
  color: var(--bs-warning) !important;
}
.text-primary.disabled {
  color: var(--bs-gray) !important;
  pointer-events: none !important;
}
.text-primary.disabled:hover {
  color: var(--bs-gray) !important;
}

.body-bg {
  background: var(--bs-body-bg) !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-alt {
  padding-top: 10rem;
}
.login-auth-right-title {
  font-weight: bold;
  color: var(--bs-black);
  margin-bottom: 1rem;
}
.login-auth-right-title-signup {
  padding-top: 5rem;
  font-weight: bold;
  color: var(--bs-black);
  margin-bottom: 1rem;
}
.login-auth-right .form-control {
  background: var(--bs-white);
  position: relative;
}
.login-auth-right .form-control + label {
  color: var(--bs-gray);
}
.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 .description a {
  text-decoration: none;
  font-weight: bold;
  color: var(--bs-white);
}
.login-auth .password-eye {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: var(--bs-gray);
  font-size: 1.25rem;
  text-decoration: none;
}
.login-auth .create-links {
  font-size: var(--bs-body-font-size);
  text-align: center;
  padding-top: 0.5rem;
}
.login-auth .create-links a,
.login-auth .create-links button {
  color: var(--bs-primary);
  font-weight: bold;
  text-decoration: none;
  margin-left: 0.35rem;
}
.login-auth .create-links a:hover,
.login-auth .create-links button:hover {
  color: var(--bs-warning);
}
.login-auth .create-links button {
  border: 0;
  background-color: transparent;
}
.login-auth .mobile-verify-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  height: 90%;
}
.login-auth .badge {
  position: absolute;
  right: 0;
  top: 1rem;
  color: var(--bs-green);
  font-weight: bold;
  font-size: 1rem;
}
.login-auth .otp-filled {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.login-auth .otp-filled span {
  color: var(--bs-green);
  font-size: 1.35rem;
}
.login-auth .terms-and-policy {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: var(--bs-body-font-size);
  margin-bottom: 1rem;
  width: 100% !important;
}
.login-auth .terms-and-policy input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.login-auth .terms-and-policy a {
  color: var(--bs-primary);
  text-decoration: none;
}
.login-auth .terms-and-policy a:hover {
  color: var(--bs-warning);
}
.login-auth .terms-and-policy .parsley-errors-list {
  bottom: -3px !important;
  position: absolute !important;
}
.login-auth .thank-you-title {
  font-size: 1.15rem;
  font-weight: bold;
}
.login-auth .thank-you-title + p {
  font-size: 1rem;
  margin-top: 0.875rem;
  width: 80%;
}
.login-auth .thank-you-title .text-success {
  color: var(--bs-green);
  margin-left: 0.35rem;
}
.login-auth .thank-you-title .text-success::before {
  font-size: 1.35rem;
  font-weight: bold;
}
.login-auth .setup-password-des {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
  margin-top: 0.75rem;
  margin-bottom: 1.35rem;
}
.login-auth .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;
}
.login-auth .setup-password-info .close-btn {
  font-size: 1rem;
  color: var(--bs-black);
  text-decoration: none;
}
.login-auth .form-floating {
  margin-bottom: 1.45rem;
}
.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: var(--bs-body-font-size);
}
.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: var(--bs-body-font-size);
}
.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: var(--bs-body-font-size);
}
.login-auth .parsley-errors-list {
  bottom: -18px !important;
}

.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-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.75rem;
  transition: all 1s ease-in-out;
}
.form-control.search-control:not(:-moz-placeholder) {
  width: 200px;
  padding: 0.375rem 1rem 0.375rem 2.25rem !important;
}
.form-control.search-control:focus, .form-control.search-control:not(:placeholder-shown) {
  width: 200px;
  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-group .btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.65rem 1.3rem;
}

.btn-group input[type=radio] {
  display: none;
}

.btn {
  border-radius: 25px;
  line-height: 1.3;
  padding: 0.375rem 1.125rem;
  border-color: transparent !important;
}
.btn-min-width {
  min-width: 72px !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-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;
}
.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-success {
  background: var(--bs-green) !important;
  color: var(--bs-white);
}
.btn-success:hover {
  background: #0a590a !important;
}
.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: var(--bs-body-font-size);
  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-black) !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.btn-outline-primary {
  border: 1px solid var(--bs-lite) !important;
  color: var(--bs-primary);
  font-weight: normal;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary.active {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-weight: normal;
}

#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;
}
#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: 175px;
  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: start;
  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-alt {
  justify-content: space-between;
}
#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 a {
  color: var(--bs-black);
  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.bi-chevron-left {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.5rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.bi-chevron-left:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.bi-chevron-right {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  padding: 0.35rem 0.5rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .page-fixed-top .page-title .left-right-arrows span.bi-chevron-right:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .agg-help-info {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
  display: flex;
  align-items: center;
  gap: 5px;
}
#main-wrapper .page-fixed-top .page-title a {
  color: var(--bs-black);
}
#main-wrapper .page-fixed-top .page-title a span {
  cursor: pointer;
}
#main-wrapper .page-fixed-top .page-title .steps-parent {
  padding: 1rem 1.875rem 0;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0.875rem 0 0;
  display: flex;
  gap: 100px;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-border-color);
  border-radius: 50%;
  color: var(--bs-black);
  font-size: var(--bs-body-font-size);
  text-align: center;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li span {
  width: 10px;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.success {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.success:not(:last-child):after {
  border-color: var(--bs-primary);
  margin: -3rem -107px -3rem 9px;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.success::before {
  content: "\f633";
  font-family: "bootstrap-icons";
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.success span {
  display: none;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.active {
  background: var(--bs-primary);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.active:not(:last-child):after {
  border-color: var(--bs-primary);
  margin: -3rem -109px -3rem 10px;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.suspend {
  background: var(--bs-red);
  color: var(--bs-white);
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.suspend:not(:last-child):after {
  border-color: var(--bs-red);
  margin: -3rem -109px -3rem 10px;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.suspend::before {
  content: "\f659";
  font-size: 0.75rem;
  font-family: "bootstrap-icons";
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li.suspend span {
  display: none;
}
#main-wrapper .page-fixed-top .page-title .steps-parent .steps-status li:not(:last-child):after {
  content: "";
  border: 1px solid var(--bs-border-color);
  width: 100px;
  margin: -3rem -110px -3rem 10px;
}
#main-wrapper .h-min-66px {
  min-height: 67px !important;
}
#main-wrapper .inner-wrapper {
  min-height: calc(100vh - 165px);
  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-dashboard {
  min-height: calc(100vh - 100px) !important;
  border-radius: 1rem !important;
  margin-top: 52px !important;
  padding: 0;
  border: 0;
  background: transparent !important;
}
#main-wrapper .inner-wrapper-dashboard h3 {
  font-size: 1.35rem !important;
  margin-bottom: 1rem;
}
#main-wrapper .inner-wrapper-dashboard p {
  color: var(--bs-gray) !important;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-wrapper .inner-wrapper-dashboard p a {
  color: var(--bs-primary);
  text-decoration: none;
}
#main-wrapper .inner-wrapper-dashboard p a span {
  color: var(--bs-gray);
  margin-left: 0.5rem;
}
#main-wrapper .inner-wrapper-dashboard .Dashboard-actions-btn {
  padding: 2rem 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
#main-wrapper .inner-wrapper-dashboard .Dashboard-actions-btn button {
  border-radius: 6px !important;
}
#main-wrapper .inner-wrapper.creation-page-wrapper {
  min-height: calc(100vh - 135px);
}
#main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  min-height: calc(100vh - 160px);
}
#main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page .bi-robot {
  font-size: 2.5rem;
  color: var(--bs-gray);
}
#main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page h3 {
  font-size: 1.35rem;
  padding: 0.5rem;
}
#main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page p {
  width: 35%;
  padding: 0.5rem;
}
#main-wrapper .inner-wrapper.creation-page-wrapper .agent-creation-page a {
  font-size: 1rem;
  margin: 1rem;
}
#main-wrapper .inner-wrapper.verification-page-wrapper {
  padding-bottom: 0px;
  min-height: calc(100vh - 134px);
}
#main-wrapper .inner-wrapper.verification-page-wrapper-steps {
  margin-top: 174px;
  min-height: calc(100vh - 192px);
  padding-bottom: 0px;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification {
  min-height: calc(100vh - 220px);
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .verification-info-bar {
  background: var(--bs-lite);
  padding: 1rem;
  color: var(--bs-black);
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  margin: 1rem 1.5rem;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .verification-info-bar span {
  color: var(--bs-primary);
  font-size: 1.25rem;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent {
  padding: 1rem;
  margin: 1rem 1.5rem;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 2rem;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs .steps-number {
  background: var(--bs-body-bg);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs .steps-description {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs .steps-description h3 {
  font-size: 1.05rem;
  color: var(--bs-black);
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs .steps-description p {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-verification .steps-info-parent .steps-info-childs .steps-description .external-link {
  color: var(--bs-primary);
  text-decoration: underline;
}
#main-wrapper .inner-wrapper.verification-page-wrapper .agent-creation-tab {
  min-height: calc(100vh - 135px);
}
#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;
  align-items: center;
  justify-content: center;
}
#main-wrapper .inner-wrapper .summary-report ul li {
  text-align: center;
  padding: 1.75rem;
  border-right: 1px solid var(--bs-border-color);
  flex-grow: 1;
}
#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: 1rem;
  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:last-child {
  border-right: none;
}
#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;
}
#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) !important;
  pointer-events: none;
  font-size: var(--bs-body-font-size);
}
#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: 0.75rem;
  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: 0.75rem !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: 0.75rem !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: 0.75rem !important;
  color: var(--bs-black) !important;
  height: 26px !important;
  width: 120px !important;
  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-black);
}
#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: 0.75rem;
  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;
  width: 75%;
}
#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-billing .select-label:first-child .select2-selection, #main-wrapper .inner-wrapper .search-fliters .search-select-analytics .select-label:first-child .select2-selection {
  max-width: 120px !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: 0.75rem;
}
#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;
}
#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: 0.875rem !important;
  color: var(--bs-black) !important;
  height: 32px !important;
  min-width: 70px;
  max-width: 70px;
}
#main-wrapper .inner-wrapper .search-fliters .search-select .select-label .select2-container {
  font-size: 0.875rem;
}
#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;
  width: 110px !important;
  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: space-evenly;
  gap: 0 1rem;
  margin-left: auto;
}
#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: var(--bs-body-font-size);
}
#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-warning);
}
#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: 150px !important;
  max-width: 180px !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: var(--bs-body-font-size);
  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: 140px;
  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-details-collapse-1 {
  border-bottom: 0 !important;
}
#main-wrapper .inner-wrapper .agent-tabs {
  background: var(--bs-white);
  margin: 0 -1.5rem;
}
#main-wrapper .inner-wrapper .agent-tabs .my-tabs-nav {
  padding-left: 1.5rem;
}
#main-wrapper .inner-wrapper .agent-tabs .my-tabs-nav .disabled {
  opacity: 0.5;
  pointer-events: none;
}
#main-wrapper .inner-wrapper .my-tabs-content {
  height: calc(100% - 121px);
  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% - 100px);
}
#main-wrapper .inner-wrapper .my-tabs-content.aggregator-details-page {
  height: calc(100% - 55px);
}
#main-wrapper .inner-wrapper .my-tabs-content-alt {
  overflow-y: initial !important;
}
#main-wrapper .inner-wrapper .my-tabs-content-alt .profile-body {
  overflow: initial !important;
}
#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: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
}
#main-wrapper .inner-wrapper .agent-creation-tab .agent-creation-data .agent-details {
  border-bottom: 1px solid var(--bs-border-color);
}
#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: var(--bs-body-font-size);
  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: var(--bs-body-font-size);
  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;
  pointer-events: none;
}
#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 .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 .help-info {
  margin: 3rem 0;
  padding: 0.875rem;
  font-size: var(--bs-body-font-size);
  background: var(--bs-lite);
  border-radius: 8px;
  border: 1px dashed var(--bs-gray);
  display: none;
}
#main-wrapper .inner-wrapper .help-info-header {
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
#main-wrapper .inner-wrapper .help-info-body {
  text-align: justify;
}
#main-wrapper .inner-wrapper .help-info #help-hide-btn,
#main-wrapper .inner-wrapper .help-info .help-hide-btn {
  color: var(--bs-primary);
  text-decoration: none;
  cursor: pointer;
}
#main-wrapper .inner-wrapper .help-info #help-hide-btn:hover,
#main-wrapper .inner-wrapper .help-info .help-hide-btn:hover {
  color: rgba(var(--bs-black-rgb), 0.6);
}
#main-wrapper .inner-wrapper .know-more-link {
  color: var(--bs-primary);
  cursor: pointer;
}
#main-wrapper .inner-wrapper .know-more-link span {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .help-info-parent {
  text-align: right;
  margin-top: -20px;
  margin-bottom: 1rem;
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .help-info-parent .help-info-link-input {
  color: var(--bs-primary);
  cursor: pointer;
  text-decoration: none;
}
#main-wrapper .inner-wrapper .help-info-parent .help-info-link-input span {
  font-size: var(--bs-body-font-size);
}
#main-wrapper .inner-wrapper .help-info-parent-alt {
  width: 100px;
}
#main-wrapper .inner-wrapper .help-info-parent-abs {
  position: absolute;
  right: 2rem;
  top: 1rem;
  margin: 0;
}
#main-wrapper .inner-wrapper .exclamation-mark {
  margin-top: 0.875rem;
  color: var(--bs-gray);
  font-size: 1.35rem;
}
#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 {
  overflow-wrap: anywhere;
}
#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: var(--bs-body-font-size);
}
#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 .page-title-templates,
#main-wrapper.detailed-page .inner-wrapper-templates {
  width: 100% !important;
}
#main-wrapper.detailed-page .page-title-business-profile,
#main-wrapper.detailed-page .inner-wrapper-business-profile {
  width: calc(100% - 386px);
  box-shadow: 0 1 4 0 var(--bs-black);
  min-height: 66px !important;
  padding: 0;
  gap: 0;
}
#main-wrapper.detailed-page .page-title-business-profile .text-link,
#main-wrapper.detailed-page .inner-wrapper-business-profile .text-link {
  width: 45%;
  padding-left: 1.5rem;
}
#main-wrapper.detailed-page .page-title-business-profile .setup-accordion-title,
#main-wrapper.detailed-page .inner-wrapper-business-profile .setup-accordion-title {
  width: 55.1%;
  height: 66px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  background: var(--bs-lite);
  padding: 1rem;
}
#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% - 245px);
}
#main-wrapper.detailed-page .inner-wrapper .agent-details.collapse.show + .my-tabs-content.template-details-page {
  height: calc(100% - 175px);
}
#main-wrapper.detailed-page .right-pane {
  width: 372px;
  background: var(--bs-lite);
  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-business-profile {
  background: #fafafa;
  border-radius: 1rem;
  margin-left: 1rem;
  padding: 1.5rem;
}
#main-wrapper.detailed-page .right-pane-business-profile .business-profile-help-info {
  color: var(--bs-gray);
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  font-size: var(--bs-body-font-size);
}
#main-wrapper.detailed-page .right-pane-business-profile .business-profile-help-info h3 {
  color: var(--bs-black);
  font-size: 1.1rem;
}
#main-wrapper.detailed-page .right-pane-business-profile .business-profile-help-info a {
  font-weight: bold;
  color: var(--bs-gray);
  text-decoration: none;
}
#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: var(--bs-lite);
  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(--bs-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(--bs-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(--bs-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;
}
#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 p {
  font-size: var(--bs-body-font-size);
  margin-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .text-msg ul {
  font-size: var(--bs-body-font-size);
  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 .text-msg-alt {
  border: 1px solid rgb(239, 241, 247);
  border-radius: 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-alt li {
  margin-left: 20px;
}
#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 .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 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 .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  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: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#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 .card_description {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content ul, #main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content ol {
  font-size: var(--bs-body-font-size);
  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, #main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-tall-content ol li {
  padding: 0.1rem 0;
  margin-left: 10px;
}
#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 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 .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  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: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#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 .card_description {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-medium-content ul {
  font-size: var(--bs-body-font-size);
  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 .mobile-suggestions-container .actions-btn-alt {
  color: #35BCB2;
  width: initial;
  margin: 0px;
  padding: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .mobile-suggestions-container .actions-btn-alt p {
  color: #35BCB2 !important;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .mobile-suggestions-container .actions-btn-alt.disabled {
  color: #86d7d2;
}
#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 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 .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  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: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#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 .card_description {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-vertical-short-content ul {
  font-size: var(--bs-body-font-size);
  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 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 .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 15%;
  bottom: 2%;
  transform: translate(-15%, -2%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left h3 {
  padding: 1rem 1rem 0;
  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 .text-threeline-ellipsis {
  min-height: 35px;
  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;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content {
  width: 70%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content .mobile-suggestions-container {
  margin-top: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-left-content .btn-content 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-horizantal-left-content .btn-content .actions-btn {
  width: 90%;
}
#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 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 .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 12%;
  bottom: 2%;
  transform: translate(-12%, -2%);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right h3 {
  padding: 1rem 1rem 0;
  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 .text-threeline-ellipsis {
  min-height: 35px;
  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;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content {
  width: 70%;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content .mobile-suggestions-container {
  margin-top: 1rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-horizantal-right-content .btn-content p {
  width: 125px;
  padding: 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-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: var(--bs-body-font-size);
  margin-top: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .text-parent .richcard-mobile-content ul {
  font-size: var(--bs-body-font-size);
  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: #35BCB2;
  background: var(--bs-white);
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  gap: 5px;
  width: 90%;
  white-space: nowrap;
  justify-content: center;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .actions-btn.disabled {
  color: #86d7d2;
}
#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: var(--bs-body-font-size);
  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: 1rem 0.5rem 2rem;
}
#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: var(--bs-body-font-size);
  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.prev {
  left: -4px;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-control.next {
  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-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%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bs-white);
}
#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-bottom: 0.5rem;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div h3 {
  padding: 0.5rem 1rem 0.25rem;
  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 div p {
  padding-top: 0.5rem;
  font-size: var(--bs-body-font-size);
  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 .mobile-suggestions-container {
  padding: 0;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn {
  font-size: var(--bs-body-font-size);
  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: var(--bs-body-font-size);
  margin: 0px;
  padding: 1rem;
  width: 100%;
  color: #35BCB2;
  font-weight: bold;
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn-alt:hover {
  background: #35BCB2 !important;
  color: var(--bs-white);
}
#main-wrapper.detailed-page .right-pane .mobile-frame .mobile-border .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .actions-btn-alt p {
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
}
#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 #my-accordion .accordion-item {
  background: var(--bs-white);
  border-radius: 6px !important;
  margin-bottom: 1rem;
  overflow: hidden !important;
}
#main-wrapper.detailed-page #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 #my-accordion .accordion-item .accordion-button .small {
  color: rgba(var(--bs-black-rgb), 0.2);
  padding-top: 0.1rem;
}
#main-wrapper.detailed-page #my-accordion .accordion-item .accordion-button:after {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
#main-wrapper.detailed-page #my-accordion .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--bs-border-color);
}
#main-wrapper.detailed-page #my-accordion .accordion-item .accordion-button:not(.collapsed) .small {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-wrapper.detailed-page .timeline-alt {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-wrapper.detailed-page .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 .timeline-alt li:first-child {
  margin-top: -1.25rem;
}
#main-wrapper.detailed-page .timeline-alt li:last-child {
  border-bottom: none;
  /* Remove border for the last <li> */
}
#main-wrapper.detailed-page .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 .timeline-alt li .status-date {
  width: 87%;
}
#main-wrapper.detailed-page .timeline-alt li .status-date .status {
  font-family: "tt_interphases-bold", sans-serif;
}
#main-wrapper.detailed-page .timeline-alt li .status-date .date {
  font-size: 0.875rem;
  margin: 0.25rem 0 0.75rem;
}
#main-wrapper.detailed-page .timeline-alt .link-text {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#main-wrapper.detailed-page .timeline-alt .link-text span.bi {
  font-size: 1.15rem;
}
#main-wrapper.detailed-page .timeline-alt .link-text span.view-all-events {
  margin-top: 2px;
}
#main-wrapper.detailed-page .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 .timeline li.active {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .timeline li.active:before {
  color: var(--bs-success);
}
#main-wrapper.detailed-page .timeline li.suspend {
  color: rgba(var(--bs-black-rgb), 1);
}
#main-wrapper.detailed-page .timeline li.suspend:before {
  color: var(--bs-blue);
}
#main-wrapper.detailed-page .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 .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 .timeline li.active:not(:last-child):after {
  background: var(--bs-success);
}
#main-wrapper.detailed-page .timeline li.suspend:not(:last-child):after {
  background: var(--bs-danger);
}
#main-wrapper.detailed-page .timeline li .status {
  font-family: "tt_interphases-bold", sans-serif;
}
#main-wrapper.detailed-page .timeline li .date {
  font-size: var(--bs-body-font-size);
  margin: 0.25rem 0 0.75rem;
}
#main-wrapper.detailed-page .timeline li .remarks {
  background: var(--bs-body-bg);
  font-size: var(--bs-body-font-size);
  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 {
  font-size: 1rem !important;
}

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

.select2-selection__clear {
  display: none;
}

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

.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;
}

.select2-container--open .select2-dropdown {
  box-shadow: var(--bs-box-shadow) !important;
  border-color: var(--bs-border-color) !important;
  padding: 0.5rem;
}

.select2-results__option {
  word-wrap: break-word;
}

.daterangepicker {
  box-shadow: var(--bs-box-shadow) !important;
  border-color: var(--bs-border-color) !important;
  margin-left: -6px;
  margin-top: -2px !important;
  border-radius: 0 0 4px 4px !important;
}
.daterangepicker:before, .daterangepicker:after {
  display: none !important;
}
.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;
}

.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%;
}

.stage-status, .stage-status-lg {
  background: var(--bs-danger);
  color: var(--bs-white);
  padding: 0.325rem 0.65rem;
  font-size: 0.925rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.35rem;
  max-width: 130px;
}
.stage-status-gray {
  background: var(--bs-gray);
}
.stage-status-gray-lite {
  background: var(--bs-gray-lite);
}
.stage-status-red {
  background: var(--bs-red);
}
.stage-status-green {
  background: var(--bs-green);
}
.stage-status-lg {
  font-size: var(--bs-body-font-size);
  max-width: initial;
  justify-content: center;
}

.fyi {
  margin-top: 0.35rem;
  font-size: 0.85rem !important;
}

.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: 2px 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.active.delete::after {
  border-bottom: 4px solid var(--bs-danger);
}
.my-tabs-nav .nav-item .nav-link.active.success::after {
  border-bottom: 4px solid var(--bs-green);
}
.my-tabs-nav .nav-item .nav-link.delete::after {
  border-bottom: 4px solid #f3cdce;
}
.my-tabs-nav .nav-item .nav-link.success::after {
  border-bottom: 4px solid #9bc69b;
}
.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: var(--bs-body-font-size);
  margin-bottom: 0.25rem;
}
.data-value {
  font-size: 1rem;
  color: rgba(26, 26, 26, 0.7);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

.toast-container {
  top: 57px;
  right: 20px;
}
.toast-container-alt {
  top: 34px;
  right: 240px;
}
.toast-container .toast-msg-success {
  background: var(--bs-green-toast) !important;
  color: var(--bs-green) !important;
  border: 0px !important;
  font-size: 1rem !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-close-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: 1rem !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-close-bg: none !important;
}
.toast-container .toast-msg-error .btn-close-toast span {
  font-size: 2rem !important;
  color: var(--bs-red) !important;
}

.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;
}

.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);
}

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

.modal-template-approval .modal-custom-lg {
  max-width: 900px !important;
}
.modal-template-approval .modal-content {
  background-color: var(--bs-white) !important;
  overflow: hidden;
}
.modal-template-approval .modal-content .modal-header {
  padding: 1rem 1.5rem;
  justify-content: space-between;
}
.modal-template-approval .modal-content .modal-header .modal-sub-title {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  padding: 0 1rem;
}
.modal-template-approval .modal-content .modal-header .modal-sub-title .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}
.modal-template-approval .modal-content .modal-header .modal-sub-title .template-preview-title {
  font-size: 1.25rem;
}
.modal-template-approval .modal-content .modal-header .modal-sub-title .template-preview-title:before {
  height: 55px;
  width: 1px;
  background: var(--bs-border-color);
  content: " ";
  position: absolute;
  margin-top: -17px;
  margin-left: -11px;
}
.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: var(--bs-body-font-size);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.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 .name {
  font-size: var(--bs-body-font-size);
}
.modal-template-approval .modal-content .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-template-approval .modal-content .modal-body .modal-info-bar .info-bar-title-des {
  width: 100%;
}
.modal-template-approval .modal-content .modal-body .modal-info-bar .info-bar-title-des h3 {
  font-size: 1.05rem;
}
.modal-template-approval .modal-content .modal-body .modal-info-bar .info-bar-title-des p {
  font-size: var(--bs-body-font-size);
  margin-top: 0.5rem;
}
.modal-template-approval .modal-content .modal-body .table-responsive {
  margin: 0 -1.5rem;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table {
  margin-bottom: 0;
}
.modal-template-approval .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 1rem;
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
  vertical-align: middle;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check {
  margin: 0px !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check input {
  padding: 0px !important;
  border-radius: 4px;
  margin-bottom: 0;
  width: 16px !important;
  height: 16px !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check input:checked {
  background-color: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table thead tr th span {
  font-size: var(--bs-body-font-size);
  margin-left: 0.35rem;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table thead tr th:first-child {
  padding: 0.85rem 0 0.85rem 1.65rem;
  width: 90px;
}
.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);
  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;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .template-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.modal-template-approval .modal-content .modal-body .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;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .template-avatar .first-letter img {
  padding: 2px;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check {
  margin: 0px !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check input {
  padding: 0px !important;
  border-radius: 4px;
  margin-bottom: 0;
  width: 16px !important;
  height: 16px !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check input:checked {
  background-color: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr td:first-child {
  padding: 0.75rem 0 0.75rem 1.65rem;
  width: 90px;
}
.modal-template-approval .modal-content .modal-body .table-responsive .my-table tbody tr:last-child td {
  border-bottom: 0;
}
.modal-template-approval .modal-content .modal-footer .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 0 1rem;
  width: 100%;
}
.modal-template-approval .modal-content .modal-footer .table-footer .records-info .hightlight {
  color: var(--bs-primary);
}

.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-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;
}

.modal-template-bulk-approval .modal-content {
  background-color: var(--bs-white) !important;
  overflow: hidden;
}
.modal-template-bulk-approval .modal-content .modal-header {
  padding: 1.5rem;
}
.modal-template-bulk-approval .modal-content .modal-header .modal-title small {
  font-size: var(--bs-body-font-size);
}
.modal-template-bulk-approval .modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.modal-template-bulk-approval .modal-content .modal-header .checkbox-bulk-check {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.modal-template-bulk-approval .modal-content .modal-header .checkbox-bulk-check .btn-success,
.modal-template-bulk-approval .modal-content .modal-header .checkbox-bulk-check .btn-danger {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
}
.modal-template-bulk-approval .modal-content .modal-header .checkbox-bulk-check .btn-selected {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  border-right: 1.5px solid var(--bs-border-color);
  height: 15px;
}
.modal-template-bulk-approval .modal-content .modal-body {
  padding: 0 1.5rem 1.5rem;
}
.modal-template-bulk-approval .modal-content .modal-body input {
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 1rem;
  color: var(--bs-gray);
  margin: 1.5rem 0;
}
.modal-template-bulk-approval .modal-content .modal-body-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-template-bulk-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-bulk-approval .modal-content .modal-body-profile .avatar img {
  width: 100%;
}
.modal-template-bulk-approval .modal-content .modal-body-profile .avatar .bi {
  font-size: 1.5rem;
}
.modal-template-bulk-approval .modal-content .modal-body-profile .name {
  font-size: var(--bs-body-font-size);
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive {
  margin: 0 -1.5rem;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table {
  margin-bottom: 0;
}
.modal-template-bulk-approval .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 1rem;
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
  vertical-align: middle;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check {
  margin: 0px !important;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check input {
  padding: 0px !important;
  border-radius: 4px;
  margin-bottom: 0;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table thead tr th .form-check input:checked {
  background-color: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table thead tr th span {
  font-size: var(--bs-body-font-size);
  margin-left: 0.35rem;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table thead tr th:first-child {
  padding: 0.85rem 0 0.85rem 0.5rem;
  width: 90px;
}
.modal-template-bulk-approval .modal-content .modal-body .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;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .template-avatar {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}
.modal-template-bulk-approval .modal-content .modal-body .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;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .template-avatar .first-letter img {
  padding: 2px;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check {
  margin: 0px !important;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check input {
  padding: 0px !important;
  border-radius: 4px;
  margin-bottom: 0;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td .form-check input:checked {
  background-color: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr td:first-child {
  padding: 0.75rem 0 0.75rem 0.5rem;
  width: 90px;
}
.modal-template-bulk-approval .modal-content .modal-body .table-responsive .my-table tbody tr:last-child td {
  border-bottom: 0;
}
.modal-template-bulk-approval .modal-content .modal-footer .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 0 1rem;
  width: 100%;
}
.modal-template-bulk-approval .modal-content .modal-footer .table-footer .records-info .hightlight {
  color: var(--bs-primary);
}

.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: var(--bs-body-font-size);
}
.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: var(--bs-body-font-size);
}
.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;
  font-size: var(--bs-body-font-size);
  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: var(--bs-body-font-size);
  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);
}

.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;
}

#config-action-modal .modal-content .modal-body p {
  font-size: 0.875rem !important;
}

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

.modal-test-device-table .modal-content {
  background-color: var(--bs-white) !important;
  overflow: hidden;
}
.modal-test-device-table .modal-content .modal-header {
  padding: 1.5rem;
}
.modal-test-device-table .modal-content .modal-header .modal-title small {
  font-size: var(--bs-body-font-size);
}
.modal-test-device-table .modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.modal-test-device-table .modal-content .modal-header .search-input {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
}
.modal-test-device-table .modal-content .modal-header .search-input .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--bs-lite);
  color: var(--bs-primary);
  height: 33px;
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0;
}
.modal-test-device-table .modal-content .modal-header .search-input .search-icon span {
  color: var(--bs-primary);
}
.modal-test-device-table .modal-content .modal-header .search-input input {
  height: 33px;
  background: var(--bs-white);
  border: 1px solid var(--bs-lite) !important;
  position: relative;
  padding: 1rem 2.75rem 1rem 1rem !important;
}
.modal-test-device-table .modal-content .modal-header .checkbox-bulk-check {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.modal-test-device-table .modal-content .modal-body {
  padding: 0 1.5rem 1.5rem;
}
.modal-test-device-table .modal-content .modal-body .table-responsive {
  margin: 0 -1.5rem;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .my-table {
  margin-bottom: 0;
}
.modal-test-device-table .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 1rem;
  font-family: "tt_interphases-medium", sans-serif;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
  vertical-align: middle;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .my-table thead tr th span {
  font-size: var(--bs-body-font-size);
  margin-left: 0.35rem;
}
.modal-test-device-table .modal-content .modal-body .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;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .my-table tbody tr:last-child td {
  border-bottom: 0;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bs-white);
  padding: 0 1rem;
  width: 100%;
  border-top: 1px solid var(--bs-border-color);
  padding-top: 1rem;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_length {
  margin-left: auto;
  margin-right: 1rem;
  text-transform: capitalize;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_length label {
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_length label select {
  border: 1px solid var(--bs-border-color);
  padding: 0.25rem;
  border-radius: 4px;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_length label select:focus-visible {
  box-shadow: none;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate {
  display: flex;
  align-items: center;
}
.modal-test-device-table .modal-content .modal-body .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;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.previous {
  text-decoration: none;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before {
  content: "\f284" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.previous::before.disabled {
  color: var(--bs-border-color);
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.previous.disabled {
  color: var(--bs-border-color);
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.next {
  text-decoration: none;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after {
  content: "\f285" !important;
  color: var(--bs-black);
  font-family: "Bootstrap-icons";
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.next::after.disabled {
  color: var(--bs-border-color);
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate .paginate_button.next.disabled {
  color: var(--bs-border-color);
}
.modal-test-device-table .modal-content .modal-body .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;
}
.modal-test-device-table .modal-content .modal-body .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;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate span .current:hover {
  background: var(--bs-warning) !important;
  color: var(--bs-black) !important;
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .dataTables_paginate span .paginate_button:hover {
  background: var(--bs-body-bg);
  color: var(--bs-black);
}
.modal-test-device-table .modal-content .modal-body .table-responsive .table-footer .records-info .hightlight {
  color: var(--bs-primary);
}

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

.error,
.error-pay {
  list-style: none;
  color: var(--bs-red);
  font-size: var(--bs-body-font-size);
  text-align: right;
}
.error-alt,
.error-pay-alt {
  position: relative;
  text-align: right;
}

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

.error-backend {
  list-style: none;
  color: var(--bs-red);
  font-size: var(--bs-body-font-size);
  position: absolute;
  right: 0px;
}
.error-backend-alt {
  position: relative;
  text-align: right;
}

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

.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;
}

.add-media-error {
  position: relative;
}
.add-media-error .parsley-errors-list {
  bottom: 26px;
  z-index: 0;
  background: transparent;
}
.add-media-error .parsley-errors-list .parsley-serverError {
  right: -117px;
  position: absolute;
  bottom: 5px;
}
.add-media-error-thumbnail {
  position: relative;
}
.add-media-error-thumbnail .parsley-errors-list {
  bottom: 26px;
  right: -25px;
  z-index: 0;
  background: transparent;
}
.add-media-error-thumbnail .parsley-errors-list .parsley-serverError {
  right: -117px;
  position: absolute;
  bottom: 5px;
}

a.link-text {
  color: var(--bs-warning);
}
a.link-text .disabled {
  color: #b993b1;
  pointer-events: none;
}

.fs-20 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

div#datatablemsg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}
div#datatablemsg.reportsMsg {
  min-height: calc(100vh - 250px);
}

.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;
}

#id_agent_description {
  height: 100px !important;
}

.row-alt {
  margin: 0 -6px;
}
.row-alt #add_new_brand {
  background: #EFE6ED !important;
  color: var(--bs-primary) !important;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  margin: -6px 0px;
  padding: 0.875rem;
}
.row-alt #add_new_brand span {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.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;
  border-radius: 6px !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;
}

.lined-header {
  padding: 1.5rem 1rem;
  margin: 0 -1.5rem;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.lined-header-pdf {
  padding: 1.5rem 1rem;
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
}

.col-pdf {
  margin-top: 15px;
}

.agent-details-alt {
  border-top: 1px solid var(--bs-border-color);
  padding: 2rem 1rem;
  margin: 0 -1.5rem;
}
.agent-details-alt div p:first-child {
  padding-bottom: 0.5rem;
}
.agent-details-alt .logo-thumbnail {
  padding: 0.875rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  width: 100%;
  height: 120px;
}
.agent-details-alt .logo-thumbnail img {
  border-radius: 8px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  height: 90px;
}
.agent-details-alt .logo-thumbnail.w-init img {
  width: initial;
}
.agent-details-alt:last-child {
  border-bottom: 0;
}
.agent-details-alt .url-action {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 0 1rem;
  margin: 1rem 0;
  overflow: hidden;
}
.agent-details-alt .url-action-head {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 -1rem;
  padding: 1rem;
  font-size: var(--bs-body-font-size);
}

.country-control {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.country-control .form-control {
  position: relative;
  display: flex;
  flex-grow: 1;
  width: initial !important;
  margin: 0 !important;
  padding-right: 3rem !important;
}
.country-control:after {
  content: "\f270";
  font-family: "bootstrap-icons" !important;
  position: absolute;
  right: 1.25rem;
  z-index: 999;
  top: 1rem;
  font-size: 1.5rem;
  color: rgba(32, 32, 32, 0.3);
}
.country-control-alt:after {
  color: var(--bs-green);
}

.select-transparent,
.form-floating > .select-transparent ~ label::after {
  background-color: transparent;
}

.mobile-innercontent-height {
  height: 82%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.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;
}

#view-template .modal-footer,
#send-text-message .modal-footer {
  justify-content: space-between !important;
}
#view-template .modal-footer .duplicate-btn,
#send-text-message .modal-footer .duplicate-btn {
  display: flex;
  gap: 10px;
}
#view-template .modal-footer .duplicate-btn a,
#send-text-message .modal-footer .duplicate-btn a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  color: var(--bs-primary);
  text-decoration: none;
}
#view-template .modal-footer .duplicate-btn a:hover,
#send-text-message .modal-footer .duplicate-btn a:hover {
  color: var(--bs-warning);
}
#view-template .mobile-innercontent-height,
#send-text-message .mobile-innercontent-height {
  height: 82%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#view-template .text-msg,
#send-text-message .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;
}
#view-template .text-msg ul, #view-template .text-msg ol,
#send-text-message .text-msg ul,
#send-text-message .text-msg ol {
  font-size: var(--bs-body-font-size);
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#view-template .text-msg ul li, #view-template .text-msg ol li,
#send-text-message .text-msg ul li,
#send-text-message .text-msg ol li {
  padding: 0.25rem 0;
}
#view-template .richcard-vertical-tall,
#send-text-message .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;
}
#view-template .richcard-vertical-tall img,
#send-text-message .richcard-vertical-tall img {
  height: 130px;
  width: 100%;
}
#view-template .richcard-vertical-tall .thumbnail-play-icon,
#send-text-message .richcard-vertical-tall .thumbnail-play-icon {
  position: relative;
  height: 130px;
}
#view-template .richcard-vertical-tall .thumbnail-play-icon img:first-child,
#send-text-message .richcard-vertical-tall .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 130px;
  position: relative;
}
#view-template .richcard-vertical-tall .thumbnail-play-icon img:nth-child(2),
#send-text-message .richcard-vertical-tall .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-tall .thumbnail-play-icon img:nth-child(3),
#send-text-message .richcard-vertical-tall .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-tall-content,
#send-text-message .richcard-vertical-tall-content {
  padding: 1rem;
}
#view-template .richcard-vertical-tall-content .btn-content,
#send-text-message .richcard-vertical-tall-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#view-template .richcard-vertical-tall-content .btn-content p,
#send-text-message .richcard-vertical-tall-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-vertical-tall-content .suggestions-preview,
#send-text-message .richcard-vertical-tall-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#view-template .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#view-template .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#view-template .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt span,
#send-text-message .richcard-vertical-tall-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#view-template .richcard-vertical-tall-content ul,
#send-text-message .richcard-vertical-tall-content ul {
  font-size: var(--bs-body-font-size);
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#view-template .richcard-vertical-tall-content ul li,
#send-text-message .richcard-vertical-tall-content ul li {
  padding: 0.1rem 0;
}
#view-template .richcard-vertical-medium,
#send-text-message .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;
}
#view-template .richcard-vertical-medium img,
#send-text-message .richcard-vertical-medium img {
  height: 130px;
  width: 100%;
}
#view-template .richcard-vertical-medium .thumbnail-play-icon,
#send-text-message .richcard-vertical-medium .thumbnail-play-icon {
  position: relative;
  height: 130px;
}
#view-template .richcard-vertical-medium .thumbnail-play-icon img:first-child,
#send-text-message .richcard-vertical-medium .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 130px;
  position: relative;
}
#view-template .richcard-vertical-medium .thumbnail-play-icon img:nth-child(2),
#send-text-message .richcard-vertical-medium .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-medium .thumbnail-play-icon img:nth-child(3),
#send-text-message .richcard-vertical-medium .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-medium-content,
#send-text-message .richcard-vertical-medium-content {
  padding: 1rem;
}
#view-template .richcard-vertical-medium-content .btn-content,
#send-text-message .richcard-vertical-medium-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#view-template .richcard-vertical-medium-content .btn-content p,
#send-text-message .richcard-vertical-medium-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-vertical-medium-content .suggestions-preview,
#send-text-message .richcard-vertical-medium-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#view-template .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#view-template .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#view-template .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt span,
#send-text-message .richcard-vertical-medium-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#view-template .richcard-vertical-medium-content ul,
#send-text-message .richcard-vertical-medium-content ul {
  font-size: var(--bs-body-font-size);
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#view-template .richcard-vertical-medium-content ul li,
#send-text-message .richcard-vertical-medium-content ul li {
  padding: 0.1rem 0;
}
#view-template .richcard-vertical-short,
#send-text-message .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;
}
#view-template .richcard-vertical-short img,
#send-text-message .richcard-vertical-short img {
  height: 110px;
  width: 100%;
}
#view-template .richcard-vertical-short .thumbnail-play-icon,
#send-text-message .richcard-vertical-short .thumbnail-play-icon {
  position: relative;
  height: 100px;
}
#view-template .richcard-vertical-short .thumbnail-play-icon img:first-child,
#send-text-message .richcard-vertical-short .thumbnail-play-icon img:first-child {
  width: 100%;
  height: 100px;
  position: relative;
}
#view-template .richcard-vertical-short .thumbnail-play-icon img:nth-child(2),
#send-text-message .richcard-vertical-short .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-short .thumbnail-play-icon img:nth-child(3),
#send-text-message .richcard-vertical-short .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 9%;
  top: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-vertical-short-content,
#send-text-message .richcard-vertical-short-content {
  padding: 1rem;
}
#view-template .richcard-vertical-short-content .btn-content,
#send-text-message .richcard-vertical-short-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#view-template .richcard-vertical-short-content .btn-content p,
#send-text-message .richcard-vertical-short-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-vertical-short-content .suggestions-preview,
#send-text-message .richcard-vertical-short-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#view-template .richcard-vertical-short-content .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-vertical-short-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#view-template .richcard-vertical-short-content .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-vertical-short-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#view-template .richcard-vertical-short-content .suggestions-preview .actions-btn-alt span,
#send-text-message .richcard-vertical-short-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#view-template .richcard-vertical-short-content ul,
#send-text-message .richcard-vertical-short-content ul {
  font-size: var(--bs-body-font-size);
  padding-left: 0.875rem;
  padding-top: 0.5rem;
}
#view-template .richcard-vertical-short-content ul li,
#send-text-message .richcard-vertical-short-content ul li {
  padding: 0.1rem 0;
}
#view-template .richcard-horizantal-left,
#send-text-message .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;
}
#view-template .richcard-horizantal-left .thumbnail-play-icon,
#send-text-message .richcard-horizantal-left .thumbnail-play-icon {
  position: relative;
  width: 30%;
  min-height: 130px;
}
#view-template .richcard-horizantal-left .thumbnail-play-icon img:first-child,
#send-text-message .richcard-horizantal-left .thumbnail-play-icon img:first-child {
  width: 100%;
  min-height: 130px;
  height: 100%;
  position: relative;
}
#view-template .richcard-horizantal-left .thumbnail-play-icon img:nth-child(2),
#send-text-message .richcard-horizantal-left .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -42%);
}
#view-template .richcard-horizantal-left .thumbnail-play-icon img:nth-child(3),
#send-text-message .richcard-horizantal-left .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 15%;
  bottom: 2%;
  transform: translate(-15%, -2%);
}
#view-template .richcard-horizantal-left p,
#send-text-message .richcard-horizantal-left p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-horizantal-left-content,
#send-text-message .richcard-horizantal-left-content {
  padding: 1rem;
  width: 70%;
}
#view-template .richcard-horizantal-left-content .btn-content,
#send-text-message .richcard-horizantal-left-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#view-template .richcard-horizantal-left-content .btn-content p,
#send-text-message .richcard-horizantal-left-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-horizantal-left-content .btn-content .actions-btn,
#send-text-message .richcard-horizantal-left-content .btn-content .actions-btn {
  width: 90%;
}
#view-template .richcard-horizantal-left-content .suggestions-preview,
#send-text-message .richcard-horizantal-left-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#view-template .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#view-template .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#view-template .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt span,
#send-text-message .richcard-horizantal-left-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#view-template .richcard-horizantal-right,
#send-text-message .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;
}
#view-template .richcard-horizantal-right .thumbnail-play-icon,
#send-text-message .richcard-horizantal-right .thumbnail-play-icon {
  position: relative;
  width: 30%;
  min-height: 130px;
}
#view-template .richcard-horizantal-right .thumbnail-play-icon img:first-child,
#send-text-message .richcard-horizantal-right .thumbnail-play-icon img:first-child {
  width: 100%;
  min-height: 130px;
  height: 100%;
  position: relative;
}
#view-template .richcard-horizantal-right .thumbnail-play-icon img:nth-child(2),
#send-text-message .richcard-horizantal-right .thumbnail-play-icon img:nth-child(2) {
  height: 34px;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -42%);
}
#view-template .richcard-horizantal-right .thumbnail-play-icon img:nth-child(3),
#send-text-message .richcard-horizantal-right .thumbnail-play-icon img:nth-child(3) {
  height: 34px;
  position: absolute;
  left: 12%;
  bottom: 2%;
  transform: translate(-12%, -2%);
}
#view-template .richcard-horizantal-right p,
#send-text-message .richcard-horizantal-right p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-horizantal-right-content,
#send-text-message .richcard-horizantal-right-content {
  padding: 1rem;
  width: 70%;
}
#view-template .richcard-horizantal-right-content .btn-content,
#send-text-message .richcard-horizantal-right-content .btn-content {
  font-size: var(--bs-body-font-size);
  padding-top: 0.35rem;
}
#view-template .richcard-horizantal-right-content .btn-content p,
#send-text-message .richcard-horizantal-right-content .btn-content p {
  width: initial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-horizantal-right-content .btn-content .actions-btn,
#send-text-message .richcard-horizantal-right-content .btn-content .actions-btn {
  width: 90%;
}
#view-template .richcard-horizantal-right-content .suggestions-preview,
#send-text-message .richcard-horizantal-right-content .suggestions-preview {
  margin: 1rem -1rem -1rem;
}
#view-template .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt {
  width: initial;
  margin: 0;
  padding: 1rem;
}
#view-template .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt p {
  color: #35BCB2;
}
#view-template .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt span,
#send-text-message .richcard-horizantal-right-content .suggestions-preview .actions-btn-alt span {
  color: #35BCB2;
}
#view-template .richcard-carousel,
#send-text-message .richcard-carousel {
  padding: 2rem 0.5rem;
}
#view-template .richcard-carousel .upload_slider_controls,
#send-text-message .richcard-carousel .upload_slider_controls {
  top: 50%;
}
#view-template .richcard-carousel .carousel,
#send-text-message .richcard-carousel .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#view-template .richcard-carousel .carousel .carousel-control,
#send-text-message .richcard-carousel .carousel .carousel-control {
  background: var(--bs-body-bg) !important;
  font-size: var(--bs-body-font-size);
  border-radius: 2px;
  padding: 0 0.15rem;
  color: var(--bs-black);
  border: 1px solid var(--bs-border-color);
  position: absolute;
  z-index: 1;
}
#view-template .richcard-carousel .carousel .carousel-control.left,
#send-text-message .richcard-carousel .carousel .carousel-control.left {
  left: -4px;
}
#view-template .richcard-carousel .carousel .carousel-control.right,
#send-text-message .richcard-carousel .carousel .carousel-control.right {
  right: -4px;
}
#view-template .richcard-carousel .carousel .carousel-control:hover,
#send-text-message .richcard-carousel .carousel .carousel-control:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
}
#view-template .richcard-carousel .carousel .carousel-item .row,
#send-text-message .richcard-carousel .carousel .carousel-item .row {
  display: flex;
  flex-wrap: wrap;
}
#view-template .richcard-carousel .carousel .carousel-item-parent,
#send-text-message .richcard-carousel .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 50%;
  width: 50%;
  gap: 5px;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col {
  max-width: 97%;
  padding: 0 !important;
  box-sizing: border-box;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item {
  height: 100%;
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  overflow: hidden;
  background: var(--bs-white);
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 80px;
  padding: 0;
  width: 100%;
  position: relative;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 80px;
  width: 100%;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2),
#send-text-message .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%);
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3),
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  top: 9%;
  left: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div {
  padding-bottom: 0.5rem;
  width: 135px;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div h3,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div h3 {
  padding: 0.5rem 1rem 0.25rem;
  width: 100%;
  font-size: var(--bs-body-font-size);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div p,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item div p {
  padding: 0 1rem 0.25rem;
  font-size: 0.75rem !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview {
  padding: 0;
  width: 100%;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn {
  font-size: 0.75rem;
  margin: 0.5rem;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn p,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn p {
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #35BCB2;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn-alt,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn-alt {
  border-top: 1px solid var(--bs-border-color);
  font-size: 0.75rem;
  margin: 0px;
  padding: 0.75rem 1rem;
  width: 100%;
  color: #35BCB2;
  font-weight: bold;
}
#view-template .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn-alt p,
#send-text-message .richcard-carousel .carousel .carousel-item-parent .col .carousel-card-item .suggestions-preview .actions-btn-alt p {
  width: 85px;
  padding: 0px;
  color: #35BCB2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#view-template .richcard-carousel .carousel .actions-btn-alt,
#send-text-message .richcard-carousel .carousel .actions-btn-alt {
  background: transparent;
}
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item.active,
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-next,
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item.active,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-end.active,
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-end.active,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-next {
  transform: translateX(50%);
}
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-start.active,
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-start.active,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-50%);
}
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-end,
#view-template .richcard-carousel .carousel .carousel-inner .carousel-item-start,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-end,
#send-text-message .richcard-carousel .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#view-template .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height,
#send-text-message .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height {
  height: 110px;
  padding: 0;
  position: relative;
}
#view-template .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:first-child,
#send-text-message .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:first-child {
  height: 110px;
  width: 100%;
}
#view-template .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:nth-child(2),
#send-text-message .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%);
}
#view-template .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:nth-child(3),
#send-text-message .richcard-carousel.richcard-carousel-medium .carousel .carousel-item .col .carousel-card-item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  top: 9%;
  left: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 68% !important;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 80px;
  padding: 0;
  position: relative;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 80px;
  width: 100%;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2),
#send-text-message .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%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3),
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  top: 9%;
  left: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next,
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-next {
  transform: translateX(68%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-68%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end,
#view-template .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-end,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-short .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 68%;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height {
  height: 110px;
  padding: 0;
  position: relative;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:first-child {
  height: 110px;
  width: 100%;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(2),
#send-text-message .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%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3),
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-item-parent .col .carousel-card-item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  top: 9%;
  left: 80%;
  transform: translate(-50%, -50%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next,
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-next {
  transform: translateX(68%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start.active,
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start.active,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-68%);
}
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end,
#view-template .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-end,
#send-text-message .richcard-carousel.richcard-carousel-horizontal-medium .carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.test-template-modal-panel {
  margin: -1.5rem;
  min-height: 430px;
}
.test-template-modal-panel p {
  font-size: 1rem !important;
  color: var(--bs-black);
}
.test-template-modal-panel .test-template-grid .row {
  margin: 1.5rem -1rem;
}
.test-template-modal-panel .test-template-grid h3 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}
.test-template-modal-panel .test-template-grid p {
  opacity: 0.7;
}
.test-template-modal-panel .test-template-grid .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.15rem) translateX(0.35rem) !important;
  background: var(--bs-white);
  padding: 0.35rem 0.875rem;
  height: initial;
}
.test-template-modal-panel .test-template-grid .form-floating > .form-select {
  padding-top: 0.5rem !important;
}
.test-template-modal-panel .msg-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.test-template-modal-panel .msg-list .nav-item {
  margin-bottom: 0.5rem;
}
.test-template-modal-panel .msg-list .nav-item .nav-link {
  border: 1px solid var(--bs-border-color);
  padding: 1.45rem 3.25rem;
  border-radius: 8px;
  color: var(--bs-body-color);
  position: relative;
  font-size: 1.15rem;
}
.test-template-modal-panel .msg-list .nav-item .nav-link:before {
  content: "\f270";
  font-family: "bootstrap-icons" !important;
  position: absolute;
  left: 1rem;
  font-size: 1.35rem;
  color: rgba(32, 32, 32, 0.3);
}
.test-template-modal-panel .msg-list .nav-item .nav-link.active {
  background: var(--bs-lite);
}
.test-template-modal-panel .msg-list .nav-item .nav-link.active:before {
  color: var(--bs-success);
}
.test-template-modal-panel .content-area {
  background: var(--bs-lite);
}
.test-template-modal-panel .content-area .mobile-frame {
  position: relative;
  background-position: center;
  margin: 0px auto;
  background: url(../images/mobile-frame-alt.png) no-repeat;
  height: 580px;
  width: 310px;
}
.test-template-modal-panel .content-area .mobile-frame-alt {
  background: url(../images/mobile-frame-text.png) no-repeat;
  height: 580px;
  width: 310px;
}
.test-template-modal-panel .content-area .mobile-frame ::-webkit-scrollbar {
  display: none;
}
.test-template-modal-panel .content-area .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;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .profile-header {
  height: 40px;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .profile-header .mobile-banner-photo {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: 10px;
  background: var(--bs-white);
  z-index: 1;
}
.test-template-modal-panel .content-area .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);
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .profile-header .mobile-banner-photo .profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .profile-header .mobile-banner-photo .verified-icon {
  width: 20px;
  height: auto;
  display: flex;
  align-items: center;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .profile-header .mobile-banner-photo p {
  width: 170px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .banner-profile {
  position: relative;
  margin-bottom: 40px;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .banner-profile img {
  height: 120px;
  width: 100%;
  background: var(--border-color);
  position: relative;
}
.test-template-modal-panel .content-area .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);
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .banner-profile .profile-photo img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.test-template-modal-panel .content-area .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;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name {
  margin-top: 20px;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name h2 {
  text-align: center;
  padding-top: 0 10px;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.test-template-modal-panel .content-area .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;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .my-tabs-nav .nav-item {
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .my-tabs-nav .nav-item:first-child {
  margin-left: 2px;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .options-tab {
  padding: 0px 15px;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .options-tab p {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 10px;
  text-align: left;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .options-tab p:last-child {
  border-bottom: none;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .options-tab p a {
  color: var(--bs-black);
  text-decoration: none;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .info-tab {
  padding: 0px 15px;
  max-width: 310px;
  overflow-wrap: anywhere;
}
.test-template-modal-panel .content-area .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;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone p {
  padding: 0;
  text-align: left;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone p:first-child {
  color: var(--w-black);
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .mobile-profile-name .info-tab .info-phone:last-child {
  border-bottom: none;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .my-tabs-content {
  padding: 1rem 0 0 !important;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .my-tabs-nav {
  position: initial !important;
  background: var(--bs-white);
  padding-top: 1.25rem;
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .my-tabs-nav .nav-item .nav-link.active {
  color: var(--bs-primary);
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .my-tabs-nav .nav-item .nav-link.active::after {
  border-bottom: 4px solid var(--bs-primary);
}
.test-template-modal-panel .content-area .mobile-frame .mobile-border .text-parent {
  width: 295px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.test-template-modal-panel .text-msg-preview {
  padding: 1rem;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  font-size: var(--bs-body-font-size);
  margin-bottom: 1rem;
  max-width: 250px;
}
.test-template-modal-panel .customized-btn {
  border: 1px solid var(--bs-border-color) !important;
  padding: 0.5rem 1rem;
  color: #35BCB2;
  background: var(--bs-white);
}
.test-template-modal-panel .customized-btn:hover {
  color: var(--bs-white);
  background: #35BCB2;
}
.test-template-modal-panel .richcard-msg-preview {
  background: var(--bs-white);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: 1rem;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
}
.test-template-modal-panel .richcard-msg-preview .richcard-hero img {
  width: 100% !important;
}
.test-template-modal-panel .richcard-content {
  padding: 1rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.test-template-modal-panel .richcard-actions {
  display: flex;
  flex-direction: column;
}
.test-template-modal-panel .richcard-actions .customized-btn {
  border-radius: 0;
  border: 0px !important;
  border-top: 1px solid var(--bs-border-color) !important;
  padding: 1rem;
}
.test-template-modal-panel .richcard-carousel {
  position: relative;
}
.test-template-modal-panel .richcard-carousel .carousel-control {
  background: var(--bs-body-bg) !important;
  font-size: var(--bs-body-font-size);
  border-radius: 2px;
  padding: 0 0.15rem;
  color: var(--bs-black);
  border: 1px solid var(--bs-border-color);
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.test-template-modal-panel .richcard-carousel .carousel-control.prev {
  left: -4px;
}
.test-template-modal-panel .richcard-carousel .carousel-control.next {
  right: -4px;
}
.test-template-modal-panel .richcard-carousel .carousel-control:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-white);
  border: 1px solid var(--bs-primary);
}
.test-template-modal-panel .richcard-carousel .carousel-item-parent {
  display: flex;
  flex: 1 0 75%;
  width: 75%;
}
.test-template-modal-panel .richcard-carousel .carousel-item-parent .col {
  max-width: 97%;
  padding: 0 !important;
  box-sizing: border-box;
}
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item.active,
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-next,
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-end.active,
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-next {
  transform: translateX(75%);
}
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-start.active,
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-75%);
}
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-end,
.test-template-modal-panel .richcard-carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.test-template-modal-panel .url-btn-scroll {
  display: flex;
  overflow-x: scroll;
}
.test-template-modal-panel .url-btn-scroll p {
  color: var(--bs-info);
}

.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;
}

.textarea-desc {
  padding-bottom: 3rem !important;
}

.video-add-btn {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -4px 0 4px 0 var(--bs-border-color);
  border-radius: 0 6px 6px 0;
}
.video-add-btn .btn {
  height: 51px;
  border-radius: 0 6px 6px 0;
}
.video-add-btn .btn span {
  font-size: 1.25rem;
}

.video-url {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-url .remove-all {
  color: var(--bs-red);
  font-size: var(--bs-body-font-size);
  cursor: pointer;
  text-decoration: none;
}

.video-url-links {
  border: 1.5px solid var(--bs-border-color);
  border-radius: 6px;
  background: var(--bs-body-bg);
  margin: 0.5rem 0;
}
.video-url-links-divider {
  border-bottom: 1.5px solid var(--bs-border-color);
}
.video-url-links-divider:last-child {
  border: none;
}
.video-url-links-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  word-break: break-all;
  word-wrap: break-word;
}
.video-url-links-child span {
  color: var(--bs-red);
  cursor: pointer;
}

.upload-screenshots {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upload-screenshots .btn-upload {
  background: transparent;
  border: none;
  color: var(--bs-primary);
  font-weight: bold;
  padding-left: 0;
}
.upload-screenshots p {
  font-weight: normal;
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.upload-screenshots p span {
  font-weight: bold;
}
.upload-screenshots-body {
  height: 150px;
  border: 2px dashed var(--bs-border-color);
  border-radius: 8px;
  margin: 0.875rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  position: relative !important;
}
.upload-screenshots-body.uploaded {
  overflow: hidden;
  height: initial;
  padding: 1rem;
}
.upload-screenshots-body.uploaded .upload_slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
}
.upload-screenshots-body.uploaded .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;
}
.upload-screenshots-body.uploaded .upload_slide_item .img-height {
  height: 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  max-width: 100%;
}
.upload-screenshots-body.uploaded .upload_slide_item .img-height img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.5rem;
}
.upload-screenshots-body.uploaded .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: 5px 0;
  border-top: 1px solid var(--bs-border-color);
}
.upload-screenshots-body.uploaded .upload_slide_item .img-height-delete .delete-button span {
  color: var(--bs-danger);
  font-size: var(--bs-body-font-size);
}
.upload-screenshots-body.uploaded .upload_slide_item .img-height-delete .img-height-filename div:first-child {
  font-size: 0.8rem;
  font-weight: bold;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bs-black);
}
.upload-screenshots-body.uploaded .upload_slide_item .img-height-delete .img-height-filename div:last-child {
  font-size: 0.6rem;
  margin-top: 0.25rem;
  color: var(--bs-gray);
}
.upload-screenshots-body.uploaded .upload_slider_controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
}
.upload-screenshots-body.uploaded .upload_slider_controls button {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  box-shadow: none;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-screenshots-body.uploaded .upload_slider_controls button:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.upload-screenshots-body.uploaded .upload_slider_controls button:hover span {
  color: var(--bs-white);
}
.upload-screenshots-body.uploaded .upload_slider_controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.upload-screenshots-body.uploaded .upload_slider_controls button span {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
}
.upload-screenshots-body p {
  color: var(--bs-gray);
}

.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: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.richcard-carousel .upload_slide_item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  bottom: 2% !important;
  left: 5% !important;
  transform: translate(-5%, -2%) !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: 28%;
  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-medium .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  bottom: 2%;
  left: 5%;
  transform: translate(-5%, -2%);
}
.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%);
}
.richcard-carousel.richcard-carousel-horizontal-medium .upload_slide_item .img-height img:nth-child(3) {
  height: 30px;
  position: absolute;
  bottom: 2%;
  left: 5%;
  transform: translate(-5%, -2%);
}

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

.business-pan-card-parent {
  position: relative;
  margin: 1.25rem 0;
}
.business-pan-card-parent .floating-label {
  position: absolute;
  font-size: var(--bs-body-font-size);
  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);
}

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

.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;
}

.payment-launch {
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
}
.payment-launch-fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.payment-launch-fee-total {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.payment-launch-fee-total .amount-name-note {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
}
.payment-launch-fee-total .amount-name-note b {
  font-weight: bold;
}
.payment-launch-fee-total .amount-name-note span {
  color: var(--bs-red);
}
.payment-launch-fee-total .amount-name-note-offset {
  margin-left: 30px;
  margin-top: 10px;
}
.payment-launch-fee .amount-name {
  color: var(--bs-gray);
}
.payment-launch-fee:last-child {
  color: var(--bs-black) !important;
}

.content-bg-box {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-body-bg);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

.quick-actions-dd .dd-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bs-white);
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 8px;
  padding: 1rem;
  color: rgba(var(--bs-black-rgb), 0.6);
  text-decoration: none;
  cursor: pointer;
}
.quick-actions-dd .dd-btn.disabled {
  background: var(--bs-body-bg);
  pointer-events: none;
}
.quick-actions-dd .dropdown-menu {
  min-width: 240px;
  background: var(--bs-white);
  border: 1px solid rgba(var(--bs-black-rgb), 0.1);
  border-radius: 8px;
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.1);
}
.quick-actions-dd .dropdown-menu li .dropdown-divider {
  border-top: 1px solid rgba(var(--bs-black-rgb), 0.1);
}
.quick-actions-dd .dropdown-menu li a {
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(var(--bs-black-rgb), 0.8);
  text-decoration: none;
  cursor: pointer;
}
.quick-actions-dd .dropdown-menu li a .bi {
  font-size: 1.25rem;
}
.quick-actions-dd .dropdown-menu li a:hover {
  background: var(--bs-lite);
}

#agent-details-tab .profile-setup {
  border: none !important;
}
#agent-details-tab .profile-setup .profile-body-alt {
  border: none !important;
  border-radius: 0 !important;
}

#templates-tab {
  padding: 0 1rem;
  background: var(--bs-white);
}
#templates-tab .search-fliters {
  margin: 0 -1rem !important;
}
#templates-tab .search-fliters .filter-icon {
  color: var(--bs-gray);
  display: flex;
  align-items: center;
}
#templates-tab .search-fliters .filter-icon span {
  margin-left: 0.5rem;
}
#templates-tab .table-responsive {
  margin: 0 -1rem !important;
}
#templates-tab .table-responsive .table-footer {
  padding: 1.5rem !important;
}

#brand-details-tab .profile-setup {
  background: #fafafa !important;
  border: none !important;
}
#brand-details-tab .profile-setup-alt {
  padding-bottom: 1rem;
}
#brand-details-tab .profile-setup .profile-header {
  padding: 1.5rem 1rem 0 !important;
  margin: 0 1.5rem 0 !important;
}
#brand-details-tab .profile-setup .profile-header-title {
  background: white !important;
}
#brand-details-tab .profile-setup .profile-body {
  margin-bottom: 0 !important;
}
#brand-details-tab .profile-setup .profile-body-alt {
  border: none !important;
  border-radius: 0 !important;
}
#brand-details-tab .brand-details {
  padding: 1rem !important;
  margin: 0 !important;
}

.rightpane-hide {
  display: none;
}

.richcard-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  width: 160px;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  cursor: pointer;
}
.richcard-type-orientation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.richcard-type > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.richcard-type.active {
  background: var(--bs-white);
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}
.richcard-type input[type=radio] {
  display: none;
}

.nav-scroller-wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
.nav-scroller-wrap .nav-tabs {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap !important;
  border: none;
  margin: 0 1rem 0 0;
  gap: 0;
}
.nav-scroller-wrap .nav-tabs li {
  min-width: 120px;
  padding: 0.25rem 0.5rem;
  position: relative;
}
.nav-scroller-wrap .nav-tabs li .nav-link {
  border: none;
  background: transparent;
  padding: 0.5rem 0.5rem 1rem;
  text-align: center;
}
.nav-scroller-wrap-alt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-bottom: 0px;
  padding: 0.5rem 1rem 0;
  border-radius: 8px 8px 0 0;
}
.nav-scroller-wrap-alt a {
  padding: 0.15rem 0.3rem;
  margin: 0 0 0.5rem 0.25rem;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.35);
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  cursor: pointer;
  color: var(--bs-black);
}
.nav-scroller-wrap-alt a:hover {
  opacity: 0.75;
}
.nav-scroller-wrap-alt a.disabled {
  color: var(--bs-gray);
}
.nav-scroller-wrap::-webkit-scrollbar {
  display: none;
}

.form-mb-space {
  margin-bottom: 2rem;
}

#render_to_home.bi,
.page-title .bi.bi-arrow-left {
  cursor: pointer;
}

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

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

@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);
  }
}
.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: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  gap: 5px;
  width: 90%;
  white-space: nowrap;
}

.disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.5 !important;
}

.actions-btn-alt {
  width: 92%;
  padding: 5px 10px;
  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: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}

.emoji-menu {
  top: 32px;
  right: 5px !important;
}

.emoji-wysiwyg-editor {
  padding-right: 2.5rem !important;
  white-space: pre-wrap !important;
}

.emoji-picker-icon.parent-has-scroll {
  right: 15px !important;
}

.tooltip-inner .tooltip-extension {
  min-width: 500px !important;
  background: black;
  padding: 1rem !important;
  border-radius: 6px;
  margin: -0.25rem;
}

.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 6px;
}
.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;
}

.attach-pdf-error {
  position: relative;
  margin-bottom: 3rem;
}
.attach-pdf-error .parsley-errors-list {
  justify-content: start;
}

.pdf-text-parent {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.pdf-text-parent .text-msg-alt {
  width: 92%;
  margin: 0 0.5rem 0.5rem !important;
  border-radius: 2px 12px 12px 12px !important;
}
.pdf-text-parent-alt {
  display: flex;
  align-items: start;
  flex-direction: column-reverse;
}
.pdf-text-parent-alt .text-msg-alt {
  width: 92%;
  margin: 0.5rem 0.5rem 0 !important;
  border-radius: 12px 12px 12px 2px !important;
}
.pdf-text-parent-alt .pdf-btn {
  border-radius: 2px 12px 12px 12px;
}
.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-btn .file-name {
  min-width: 150px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pdf-btn-alt {
  border-radius: 12px;
  margin: 0.5rem 0;
}
.pdf-btn-alt .business-card-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.pdf-btn-alt .business-card-icons .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;
}
.pdf-btn-alt .business-card-icons .upload-trash span.bi-trash {
  color: var(--bs-red);
}
.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;
}
.pdf-size {
  color: rgba(0, 0, 0, 0.35);
  font-size: 0.75rem;
}

.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);
  min-height: 100px;
}
.text-msg-alt .message_content {
  font-family: Arial, sans-serif;
}

.communication-blocks {
  margin: 1.5rem 0;
}
.communication-blocks-bg {
  background: var(--bs-white);
  border-radius: 8px;
  box-shadow: 0 4px 4px #cdcdcd;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
  min-height: 200px;
}
.communication-blocks-bg img {
  height: 32px;
}
.communication-blocks-bg h3 {
  color: var(--bs-black);
  margin-bottom: 0 !important;
}
.communication-blocks-bg p {
  color: var(--bs-gray);
}
.communication-blocks-bg a {
  text-decoration: none;
  color: var(--bs-primary);
  position: absolute;
  bottom: 1.25rem;
}
.communication-blocks-bg a:hover {
  color: var(--bs-warning);
}

.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: 26px;
}
.welcome-onboarding p {
  text-align: center;
}
.welcome-onboarding .btn-setup {
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}
.welcome-onboarding .setup-btn-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.welcome-onboarding .setup-btn-actions a {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 300px;
}
.welcome-onboarding .setup-btn-actions a span {
  font-size: 10px;
}
.welcome-onboarding .setup-btn-actions-draft a {
  min-width: 330px;
  color: var(--bs-primary) !important;
  background: var(--bs-lite) !important;
  border: 1px solid var(--bs-primary) !important;
}
.welcome-onboarding .setup-btn-actions-draft a:hover {
  background: var(--bs-body-bg) !important;
}
.welcome-onboarding .setup-btn-actions-success a {
  min-width: 300px;
  color: var(--bs-white) !important;
  background: var(--bs-green) !important;
  border: 1px solid var(--bs-green) !important;
}
.welcome-onboarding .setup-btn-actions-light a {
  min-width: 300px;
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-border-color) !important;
  color: var(--bs-black) !important;
}
.welcome-onboarding .setup-btn-actions-reject a {
  min-width: 300px;
  color: var(--bs-white) !important;
  background: var(--bs-red) !important;
  border: 1px solid var(--bs-red) !important;
}
.welcome-onboarding .onboarding-summary-grids {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
  margin: 2rem;
}
.welcome-onboarding .onboarding-summary-grid {
  border-right: 1px solid var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0 1rem;
}
.welcome-onboarding .onboarding-summary-grid:last-child {
  border-right: 0;
}
.welcome-onboarding .onboarding-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  font-size: var(--bs-body-font-size);
  margin-top: 1.5rem;
}
.welcome-onboarding .onboarding-footer a {
  font-weight: bold;
  color: var(--bs-primary);
}
.welcome-onboarding .onboarding-footer .text-link {
  color: var(--bs-gray);
  font-weight: bold;
  text-decoration: none;
}

.welcome-onboarding-bg {
  background: var(--bs-white);
  border-radius: 1rem;
  box-shadow: 0 4px 4px #cdcdcd;
  margin-top: 1.5rem;
  padding: 1.5rem;
}
.welcome-onboarding-bg .welcome-onboarding {
  min-height: initial;
}
.welcome-onboarding-bg .welcome-onboarding .title-des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.welcome-onboarding-bg .welcome-onboarding .title-des h2 {
  font-size: 20px;
}
.welcome-onboarding-bg .welcome-onboarding .title-des p {
  width: 70%;
  text-align: start;
  justify-content: end !important;
}
.welcome-onboarding-bg .welcome-onboarding .onboarding-summary-grids {
  width: 98%;
}
.welcome-onboarding-bg .welcome-onboarding .onboarding-summary-grids .onboarding-summary-grid {
  min-width: 220px;
}
.welcome-onboarding-bg .welcome-onboarding .onboarding-summary-grids .onboarding-summary-grid .onboarding-summary-grid-des {
  padding: 0 3rem;
}

.business-profile-setup {
  margin: 0 -1.5rem;
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  display: flex;
  align-items: start;
  justify-content: start;
}
.business-profile-setup-left {
  width: 45%;
  padding: 1rem 1.5rem;
  height: calc(100vh - 206px);
  overflow: auto;
}
.business-profile-setup-left-alt {
  height: calc(100vh - 132px);
}
.business-profile-setup-left .setup-title {
  font-size: 1rem;
}
.business-profile-setup-left .setup-details-count {
  font-size: var(--bs-body-font-size);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.business-profile-setup-left .setup-details-count span {
  color: var(--bs-gray);
  font-size: 1rem;
}
.business-profile-setup-left .setup-accordions {
  margin: 1rem 0;
}
.business-profile-setup-left .setup-accordions .setup-accordion {
  border: 1px solid #fafafa;
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
  background: #f1f1f1;
}
.business-profile-setup-left .setup-accordions .setup-accordion.active {
  background: var(--bs-lite);
  border: 1px solid var(--bs-lite);
}
.business-profile-setup-left .setup-accordions .setup-accordion.active a .accordion-btn {
  border-radius: 4px;
  background: rgba(26, 26, 26, 0.15);
  color: var(--bs-black);
  padding: 0.1rem 0.25rem;
}
.business-profile-setup-left .setup-accordions .setup-accordion.active a .accordion-btn .bi-left-right::before {
  font-size: 1rem;
  content: "\f284";
  font-family: "bootstrap-icons" !important;
}
.business-profile-setup-left .setup-accordions .setup-accordion.disabled {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.business-profile-setup-left .setup-accordions .setup-accordion.disabled a {
  color: var(--bs-gray);
  pointer-events: none;
}
.business-profile-setup-left .setup-accordions .setup-accordion.disabled a .accordion-btn {
  opacity: 0.5;
}
.business-profile-setup-left .setup-accordions .setup-accordion.disabled:hover {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.business-profile-setup-left .setup-accordions .setup-accordion.success .icon-tab-name span {
  color: var(--bs-green);
}
.business-profile-setup-left .setup-accordions .setup-accordion:hover {
  background: var(--bs-lite);
  border: 1px solid var(--bs-lite);
}
.business-profile-setup-left .setup-accordions .setup-accordion a {
  color: var(--bs-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-profile-setup-left .setup-accordions .setup-accordion a .icon-tab-name {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.business-profile-setup-left .setup-accordions .setup-accordion a .icon-tab-name span::before {
  font-weight: bold !important;
}
.business-profile-setup-left .setup-accordions .setup-accordion a .accordion-btn {
  border-radius: 4px;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 0.1rem 0.25rem;
}
.business-profile-setup-left .setup-accordions .setup-accordion a .accordion-btn .bi-left-right::before {
  font-size: 1rem;
  content: "\f285";
  font-family: "bootstrap-icons" !important;
}
.business-profile-setup-right {
  width: 55.1%;
  background: var(--bs-lite);
  height: calc(100vh - 206px);
  overflow: auto;
}
.business-profile-setup-right-alt {
  height: calc(100vh - 66px);
  margin-top: -66px;
}
.business-profile-setup-right-alt .finish-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 6rem;
  text-align: center;
  gap: 20px;
}
.business-profile-setup-right-alt .finish-screen span.bi {
  font-size: 1.875rem;
  color: var(--bs-green);
}
.business-profile-setup-right-alt .finish-screen h3 {
  font-size: 1.15rem;
}
.business-profile-setup-right-alt .finish-screen a {
  color: var(--bs-primary);
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: bold;
}
.business-profile-setup-right-alt .finish-screen a:hover {
  color: var(--bs-warning);
}
.business-profile-setup-right .setup-accordion-card {
  background: var(--bs-white);
  border-radius: 6px;
  margin: 1rem;
  border: 1px solid var(--bs-border-color);
}
.business-profile-setup-right .setup-accordion-card-title {
  padding: 0.9rem 1.5rem;
  font-weight: bold;
  font-size: var(--bs-body-font-size);
  border-bottom: 1px solid var(--bs-border-color);
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 5px;
}
.business-profile-setup-right .setup-accordion-card-title span {
  font-weight: normal;
  font-size: 0.75rem;
}
.business-profile-setup-right .setup-accordion-card-des {
  padding: 1.5rem 1.5rem 0.5rem;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating {
  margin-bottom: 1.75rem;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating .form-control {
  background: var(--bs-white) !important;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating .form-control[readonly] {
  background: var(--readonly) !important;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating .form-control-color-input {
  border-radius: 0.375rem 0 0 0.375rem;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating .form-control-color {
  width: 65% !important;
  padding: 0.65rem !important;
  border-radius: 0 0.375rem 0.375rem 0;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control-plaintext ~ label,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:focus ~ label,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:not(:placeholder-shown) ~ label,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control-plaintext ~ label::after,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:focus ~ label::after,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.business-profile-setup-right .setup-accordion-card-des .form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview {
  height: 100px;
  background: #fafafa;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px dashed var(--bs-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: var(--bs-gray);
  overflow: hidden;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview img {
  height: 100px;
  width: auto;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview span.bi {
  font-size: 1.25rem;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview h3 {
  font-size: var(--bs-body-font-size);
  font-weight: bold;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .card-browse-file {
  font-size: var(--bs-body-font-size);
  margin-top: 0.35rem;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .card-browse-file a {
  color: var(--bs-primary);
  text-decoration: none;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1rem;
  width: 100%;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file-thumbnail {
  background: var(--bs-white);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  box-shadow: 0 4px 4px var(--bs-border-color);
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file-name {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file-size {
  font-size: var(--bs-body-font-size);
  margin-top: 0.5rem;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file-delete {
  background: var(--bs-lite);
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  color: var(--bs-red);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.business-profile-setup-right .setup-accordion-card-des .corporate-logo-preview .document-file-delete span {
  font-size: var(--bs-body-font-size);
}
.business-profile-setup-right .setup-accordion-card-des .document-success-note {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.business-profile-setup-right .setup-accordion-card-des .document-success-note span {
  color: var(--bs-green);
  margin-right: 0.25rem;
}
.business-profile-setup-right .setup-accordion-card-des .document-success-note span::before {
  font-weight: bold !important;
}
.business-profile-setup-right .setup-accordion-card-des .document-upload-note {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.business-profile-setup-right .setup-accordion-card-des .document-upload-note span {
  color: var(--bs-gray);
  margin-right: 0.25rem;
  font-size: 1.15rem;
}
.business-profile-setup-right .setup-accordion-card-des .document-upload-note span::before {
  font-weight: bold !important;
}
.business-profile-setup-right .setup-accordion-card-des .card-radio-btn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-size: 1.1rem;
}
.business-profile-setup-right .setup-accordion-card-des .card-radio-btn input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--bs-primary);
}
.business-profile-setup-right .setup-accordion-card-des .ip-address-add-divider {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 1.5rem -1.5rem 0;
}
.business-profile-setup-right .setup-accordion-card-des .ip-address-add-divider:first-child {
  margin-top: 0;
}
.business-profile-setup-right .setup-accordion-card-des .ip-add-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 1rem;
}
.business-profile-setup-right .setup-accordion-card-des .ip-add-icons a {
  color: var(--bs-red);
  display: flex;
  align-items: center;
  font-size: 1.15rem;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid {
  background: #fafafa;
  border: 1px dashed var(--bs-border-color);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: 60px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid:hover {
  background: var(--bs-body-bg);
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid:last-child {
  margin-bottom: 0;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled {
  background: var(--bs-white);
  position: relative;
  cursor: auto;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled:hover {
  background: var(--bs-white);
}
.business-profile-setup-right .setup-accordion-card-des .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-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled .business-proof-grid-info h3 {
  font-size: var(--bs-body-font-size);
  color: var(--bs-gray);
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details span.bi-file-earmark-pdf {
  font-size: 2rem;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details .filled-file-size {
  font-size: 10px;
  margin-top: 0.45rem;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details .filled-actions-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details .filled-actions-btn a {
  color: var(--bs-black);
}
.business-profile-setup-right .setup-accordion-card-des .business-proof-grid-filled-details .filled-actions-btn a span.bi-trash {
  color: var(--bs-red);
}
.business-profile-setup-footer {
  background: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  margin: 0 -1.5rem;
  gap: 1rem;
  box-shadow: 0 -4px 4px var(--bs-border-color);
  background: var(--bs-white);
  border-radius: 0 0 1rem 1rem;
}

.business-profile-help-info {
  color: var(--bs-gray);
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
  font-size: var(--bs-body-font-size);
  padding: 0 1rem;
}
.business-profile-help-info h3 {
  color: var(--bs-black);
  font-size: 1.1rem;
}
.business-profile-help-info a {
  font-weight: bold;
  color: var(--bs-gray);
  text-decoration: none;
}

.business-proof-grid {
  background: #fafafa;
  border: 1px dashed var(--bs-border-color);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: 60px;
  margin-bottom: 1rem;
  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: var(--bs-body-font-size);
  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: 100%;
  max-width: 285px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--bs-body-font-size);
}
.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);
}

.radio-btn {
  width: 22px;
  height: 22px;
  accent-color: var(--bs-primary);
}
.radio-btn-agent .help-info {
  width: 49%;
  margin: 1rem 0 !important;
}
.radio-btn-agent .help-info-parent {
  margin-top: -30px !important;
}

.profile-setup {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 0 0 1rem 1rem;
}
.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;
}
.profile-setup .carousel-cards + .my-tabs-content {
  margin: 0;
  border: 0;
}
.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: var(--bs-body-font-size);
  height: 20px;
  cursor: pointer;
}
.profile-setup .carousel-cards .scroller-right {
  margin-left: auto;
}
.profile-setup .carousel-cards .scroller:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.profile-header {
  color: var(--bs-black);
  padding: 0 1rem;
  margin: 1.5rem 1.5rem 0;
}
.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;
}
.profile-header-title .verified {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1rem 1.5rem;
}
.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;
  z-index: 0 !important;
}
.profile-body-alt {
  background: #fafafa;
  margin: 0px;
}
.profile-body .agent-details {
  border-bottom: 1px solid var(--bs-border-color);
  padding: 1.5rem 1rem;
  margin: 0 -1.5rem;
}
.profile-body .agent-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: var(--bs-body-font-size);
}
.profile-body .agent-details div p:last-child {
  font-size: var(--bs-body-font-size);
}
.profile-body .agent-details .logo-thumbnail {
  padding: 0.875rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  width: 100%;
  height: 120px;
}
.profile-body .agent-details .logo-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 90px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.profile-body .agent-details:last-child {
  border-bottom: 0;
}
.profile-body .agent-details .url-action {
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
  padding: 0 1rem;
  margin: 1rem 0;
  overflow: hidden;
}
.profile-body .agent-details .url-action-head {
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0 -1rem;
  padding: 1rem;
  font-size: var(--bs-body-font-size);
}
.profile-body .agent-details-logo {
  height: 100%;
  display: flex;
  align-items: self-start;
  padding: 1.5rem 0;
}
.profile-body .agent-details-logo div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-body .agent-details-logo div img {
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  width: 100%;
}
.profile-body .text-message p {
  margin-bottom: 0.5rem;
}
.profile-body .text-message ul {
  padding-left: 1.5rem;
}
.profile-body .text-message ul li {
  margin-bottom: 0.3rem;
}
.profile-body .card-media {
  margin: 1rem 0;
  width: 70%;
  overflow: hidden;
}
.profile-body .card-media img {
  width: 100%;
  height: 130px;
  border: 1px dashed var(--bs-border-color);
  border-radius: 8px;
  padding: 1rem;
}
.profile-body .card-media-file-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.profile-body .card-media-file-name p {
  font-size: 0.75rem;
  color: var(--bs-black);
}
.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;
}

.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;
}
.agent-screenshot-img {
  margin: 0.5rem auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.agent-screenshot-img img {
  margin: 0px auto;
  height: 50px;
  max-width: 90%;
}
.agent-screenshot-name {
  font-size: var(--bs-body-font-size);
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

#agent-verification-info .modal-body {
  max-height: 600px;
  overflow: auto;
}

.inner-pwdBy {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 0;
  gap: 5px;
  font-size: 0.825rem;
}

.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) */
}

.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;
}

#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 - 100px);
  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;
}
.subnav-page .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;
}
.subnav-page .gray-icon {
  color: var(--bs-gray);
  font-size: 1rem !important;
}
.subnav-page .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;
}
.subnav-page .user-details div p:first-child {
  padding-bottom: 0.5rem;
  font-size: 0.95rem;
}
.subnav-page .user-details div p:last-child {
  font-size: 0.9rem;
}
.subnav-page .user-details-actions {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 10px;
}
.subnav-page .user-details-actions a {
  background: var(--bs-lite);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  color: var(--bs-black);
}
.subnav-page .user-details-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subnav-page .user-details-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}
.subnav-page .user-details-names h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  width: 210px;
}
.subnav-page .user-details-names p {
  font-size: 0.875rem;
}
.subnav-page .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;
}
.subnav-page .user-details-names-logo img {
  border: 3px solid var(--bs-border-color);
  border-radius: 50%;
}
.subnav-page .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;
}
.subnav-page .module-selection input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.subnav-page .module-selection input[type=checkbox]:checked:before {
  font-size: 20px;
}
.subnav-page .module-selection-title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.subnav-page .module-selection-des {
  font-size: 0.75rem;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subnav-page .module-selection-icons {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}
.subnav-page .module-selection-icons .access-right-text {
  font-size: 10px;
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu {
  padding: 0;
  max-height: 200px;
  overflow: auto;
  background: var(--bs-white);
  width: 290px;
}
.subnav-page .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);
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem;
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name input[type=checkbox],
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-name input[type=checkbox]:checked:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li .dropdown-link-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.subnav-page .module-selection-icons .access-right-text .dropdown-menu li:last-child {
  margin-bottom: 0.875rem;
}
.subnav-page .module-selection-icons .access_rights-a {
  color: var(--bs-primary);
  font-size: 0.875rem;
  cursor: pointer;
}
.subnav-page .module-selection-icons .access_rights-a.disabled {
  color: var(--bs-gray);
  pointer-events: none;
}
.subnav-page .module-selection-icons a {
  color: var(--bs-primary);
  font-size: 0.875rem;
  cursor: auto;
}
.subnav-page .module-selection-icons a.disabled {
  color: var(--bs-gray);
  pointer-events: none;
}
.subnav-page .module-selection.disabled {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  color: #bababa;
  pointer-events: none;
}
.subnav-page .module-selection.disabled a {
  color: #bababa;
}
.subnav-page .form-floating {
  margin-bottom: 1rem;
}
.subnav-page .form-floating .form-control {
  background: var(--bs-white) !important;
}
.subnav-page .form-floating .form-control[readonly] {
  background: var(--readonly) !important;
}
.subnav-page .form-floating .form-control-color-input {
  border-radius: 0.375rem 0 0 0.375rem;
}
.subnav-page .form-floating .form-control-color {
  width: 65% !important;
  padding: 0.65rem !important;
  border-radius: 0 0.375rem 0.375rem 0;
}
.subnav-page .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.subnav-page .form-floating > .form-control-plaintext ~ label,
.subnav-page .form-floating > .form-control:focus ~ label,
.subnav-page .form-floating > .form-control:not(:placeholder-shown) ~ label,
.subnav-page .form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
.subnav-page .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
.subnav-page .form-floating > .form-control-plaintext ~ label::after,
.subnav-page .form-floating > .form-control:focus ~ label::after,
.subnav-page .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.subnav-page .form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}
.subnav-page .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;
}
.subnav-page .reset-icon span::before {
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: var(--bs-gray);
}
.subnav-page .my-custom-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subnav-page .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 {
  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;
}

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

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

.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 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);
}

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

.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);
}

#sub-agg-details .profile-setup {
  background: #fafafa;
  margin: 0 -1.46rem;
}
#sub-agg-details .profile-setup .profile-body {
  border-radius: 8px;
}

.country_field + span .select2-selection__rendered {
  color: rgba(var(--bs-black-rgb), 0.5) !important;
}
.country_field + span .select2-selection__arrow b {
  border-color: rgba(var(--bs-black-rgb), 0.5) !important;
}

.api-bg-alt {
  background: var(--readonly);
  border: 1px solid var(--bs-border-color);
  padding: 2rem 1.5rem;
  margin: 1.5rem -1.5rem 0.5rem;
}
.api-bg-alt .communication-blocks-bg {
  min-height: 200px;
  align-items: start;
}
.api-bg-alt .communication-blocks-bg p {
  text-align: start;
  padding-top: 0.875rem;
}
.api-bg-alt .communication-blocks-bg .link-text {
  border-bottom: 1.5px solid var(--bs-primary);
  padding-top: 0.5rem;
}
.api-bg-alt .communication-blocks-bg h3 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.api-bg-alt .communication-blocks-bg h3 span {
  font-size: 1.15rem;
}

.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;
}

.action-modal-footer {
  justify-content: space-between !important;
}
.action-modal-footer a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  color: var(--bs-primary);
  text-decoration: none;
}
.action-modal-footer a:hover {
  color: var(--bs-warning);
}

.agent-qr-alert {
  border-radius: 6px;
  padding: 0.875rem;
  text-align: left;
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 8px;
}
.agent-qr-alert span.bi {
  font-size: 1.25rem;
}
.agent-qr-alert-warning {
  background: #FFF5E8;
}
.agent-qr-alert-warning span.bi {
  color: var(--bs-warning);
}
.agent-qr-alert-success {
  background: #EDF5ED;
}
.agent-qr-alert-success span.bi {
  color: var(--bs-green);
}
.agent-qr-alert-primary {
  background: var(--bs-lite);
}
.agent-qr-alert-primary span.bi {
  color: var(--bs-primary);
}
.agent-qr-alert-alt {
  margin: -1.5rem -1.5rem 1rem;
  border-radius: 0;
  padding: 1.5rem;
  align-items: center;
  border-bottom: 1px solid var(--bs-border-color);
}

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

#qr-creation-modal .modal-dialog {
  max-width: 650px !important;
}
#qr-creation-modal .form-floating .form-control {
  background: var(--bs-white) !important;
}
#qr-creation-modal .form-floating .form-control[readonly] {
  background: var(--readonly) !important;
  pointer-events: none;
}
#qr-creation-modal .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
#qr-creation-modal .form-floating > .form-control-plaintext ~ label,
#qr-creation-modal .form-floating > .form-control:focus ~ label,
#qr-creation-modal .form-floating > .form-control:not(:placeholder-shown) ~ label,
#qr-creation-modal .form-floating > .form-select ~ label {
  color: var(--bs-black) !important;
  transform: scale(0.85) translateY(-25px) translateX(5px) !important;
}
#qr-creation-modal .form-floating > .form-control:not(:-moz-placeholder) ~ label::after {
  background: var(--bs-white) !important;
}
#qr-creation-modal .form-floating > .form-control-plaintext ~ label::after,
#qr-creation-modal .form-floating > .form-control:focus ~ label::after,
#qr-creation-modal .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
#qr-creation-modal .form-floating > .form-select ~ label::after {
  background: var(--bs-white) !important;
}

.other_actions + .dropdown-menu {
  background: var(--bs-white);
  right: 0 !important;
  padding: 0;
}
.other_actions + .dropdown-menu li .dropdown-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.75rem;
  cursor: pointer;
}
.other_actions + .dropdown-menu li .dropdown-link:hover {
  background: var(--bs-body-bg);
}
.other_actions + .dropdown-menu li .dropdown-link .dropdown-link-name .bi-trash::before {
  color: var(--bs-red) !important;
}

.url-copy {
  border: 1px solid var(--bs-border-color);
  border-radius: 6px;
  padding: 1.5rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.url-copy .url-des {
  width: 94%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.url-copy a {
  cursor: pointer;
}
.url-copy a:hover {
  color: var(--bs-warning);
}

.note-input {
  margin-top: -0.15rem;
  font-size: 0.875rem;
  color: var(--bs-gray);
}

#qrcodetable tbody tr td:nth-child(2),
#qrcodetable tbody tr td:nth-child(3) {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-qr-btn {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid var(--bs-border-color);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qr-img {
  height: 220px;
  padding: 1rem;
}

#test-devices .modal-content {
  overflow: initial !important;
}

.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;
}

.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;
}

#test-devices .modal-content {
  overflow: initial !important;
}

.rejected-reason {
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: break-word;
}

.dataTables_empty {
  text-align: center !important;
}

.quill-editor {
  overflow-y: auto;
}

.textarea-new {
  position: relative !important;
}
.textarea-new label {
  position: absolute;
  top: 50px;
  left: 15px;
  right: 10px;
  color: rgba(var(--bs-black-rgb), 0.6);
  cursor: text !important;
}
.textarea-new .text-count-textarea {
  left: initial !important;
}
.textarea-new .parsley-errors-list {
  bottom: -21px;
}

.ql-container {
  padding-bottom: 2rem !important;
}
.ql-container .ql-editor {
  padding: 10px 15px !important;
}

.ql-toolbar.ql-snow {
  position: relative !important;
}
.ql-toolbar.ql-snow .ql-formats .ql-emoji {
  position: relative !important;
}

.emoji-container {
  position: absolute;
  z-index: 9999;
  top: 40px !important;
  left: 210px !important;
}
.emoji-container emoji-picker {
  height: 250px !important;
}/*# sourceMappingURL=base-layout.css.map */