@font-face {
  font-family: 'Gilroy-Regular 2';
  src: url('/assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/assets/fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF') format('opentype');
}

@font-face {
  font-family: 'Gilroy-Semibold';
  src: url('/assets/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Intelligent Design - AvertaPE-Semibold';
  src: url('font/Intelligent Design - AvertaPE-Semibold.otf') format('opentype');
}

:root {
  --theadColor: #996cf3;
  --theadTextColor: #000;
  --darkColor: #996cf3;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
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 {
  font-family: "SF Pro Display" !important;
}

/* , "Quicksand", 'Times New Roman', Times, serif */

body {
  min-height: auto !important;
}

.menu-aside .menu-link {
  font-weight: 750 !important;

}

.col-brand {
  margin: 0 auto !important;
}

.btn.btn-primary {
  display: block !important;
}

.col-4 {
  text-align: center !important;
}

.btn-top {
  display: flex;
  gap: 12px;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #8080808f;
  color: white;
  text-align: center;
  line-height: 30px;
  display: block;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Center content vertically */
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* Center content vertically */
  z-index: 1000;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  /* Make the loader round */
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

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

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

.loading-text {
  text-align: center;
  color: white;
}

#loader-body {
  background-color: currentColor;
}

#logo-mop {
  height: auto;
  max-width: 40%;
}

.col-sm-6 {
  color: white;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.qr-code-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.qr-code-container img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .qr-code-container img {
    max-width: 80%;
    /* Adjust the value as needed */
  }
}

.flag {
  cursor: pointer;
  margin-right: 10px;
}

.download {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  width: inherit;
}

.export_csv {
  border-radius: 5px !important;
  outline: none !important;
  background-color: #996BF2 !important;
  color: white !important;
}

.multiselect-dropdown {
  background-color: #f4f5f9 !important;
  border: 2px solid #f4f5f9 !important;
  font-size: 13px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 20px !important;
  color: #4f5d77 !important;
  width: 100% !important;
  border-radius: 4px !important;
  height: 41px !important;
}

.note-editable ul {
  list-style: disc !important;
  list-style-position: inside !important;
}

.note-editable ol {
  list-style: decimal !important;
  list-style-position: inside !important;
}


.edit-terms {
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}

.note-modal-footer {
  height: 65px !important;
  padding: 12px !important;
  text-align: center;
}

.multiselect-dropdown {
  overflow: auto;
  max-height: 15rem;
  border: 1px solid #ccc;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
  background-color: rgba(153, 107, 242, 0.2) !important;
  color: white !important;
}


.avatar_flex {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* .content-main{
  padding-top: 120px;
} */

/* .main-header{
  position: fixed;
  width: calc(100% - 300px);
  z-index: 9999;
} */
/* 
@media (max-width: 1200px) {
  .navbar-aside {
      max-width: 220px;
  }

  .main-header{
    position: fixed;
    width: calc(100% - 220px);
    z-index: 9999;
  }
}

@media (max-width: 770px) {
  .main-header {
      position: fixed;
      width: 100%;
      z-index: 9999;
  }
} */

.navbar-aside .aside-top .logo {
  margin-top: 5px;
  max-height: 42px;
}

.card {
  border-radius: 24px !important;
}

.card-header {
  border-radius: 17px;
  border: 1px solid #eee;
}

.btn.btn-primary:hover {
  background-color: rgba(153, 107, 242, 0.7);
}



.btn.btn-primary,
.multiselect-dropdown {
  border-radius: 12px !important;
}

select,
input,
textarea {
  border-radius: 12px !important;
}

.card-header:first-child {
  border-radius: 22px !important;

}

.rr {
  position: absolute;
  bottom: 0px;
  margin: 2px;
}

.contact-card {
  position: absolute;
  bottom: 0px;
  margin: 12px;
  margin: 12px 12px 30px 12px;
  background-color: rgba(153, 107, 242, 0.2);
  border-radius: 14px !important;
}

.btn-brand {
  border-radius: 28px !important;
}

.menu-aside .menu-link {
  border-radius: 0.8rem !important;
}

.light .main-header {
  position: fixed;
  width: calc(100% - 300px);
  z-index: 999;
  top: 0;
}

.dark .main-header {
  position: fixed;
  width: calc(100% - 300px);
  z-index: 999;
  top: 0;
}

.main-wrap .content-main {
  padding-top: 100px;
}


body.aside-mini .navbar-aside {
  position: fixed !important;
}

body.aside-mini .contact-card {
  display: none;
}

.contact-card {
  display: block;
  width: -webkit-fill-available;
}

@media (max-height: 700px) {
  .contact-card {
    display: none !important;
  }
}

/* @media (max-width: 1200px) {
  .navbar-aside {
      max-width: 300px !important;
  }
} */

.actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}

.action-item {
  width: fit-content;
}

.action-item.gen {
  background-color: #849fbe;
}

.action-item.view {
  background-color: #3381c6;
}

.action-item.edit {
  background-color: #ff830c !important;
}



.btn:hover {
  transition: transform 0.3s ease-in-out;
  transform: scale(1.03);
}

.btn.btn-md:hover {
  background-color: rgba(153, 107, 242, 0.7);
}

.btn.btn-md {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 40px;
  color: #ffffff;
  border: none;
  background-color: #996BF2;
  border-radius: 12px !important;
}

.product-checkbox {
  border-radius: 4px !important;
}

.delete {
  background-color: rgb(255, 38, 0);
}

.delete:hover {
  background-color: rgb(255, 38, 0, 0.8);
}

.restore {
  background-color: rgb(255, 179, 0);
}

.restore:hover {
  background-color: rgb(255, 179, 0, 0.8);
}

footer.main-footer {
  position: absolute !important;
  margin-left: 300px;
}

.dropdown-menu.show {
  border-radius: 12px;
  border: 1px solid #eee;
  padding: 6px;
  max-height: 18.3rem;
  overflow: auto;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(153, 107, 242, 0.2);
  border-radius: 8px;
}

.alert-superadmin {
  background-color: #8B0000;
}

.alert-admin {
  background-color: #1E3A8A;
}

.alert-agent {
  background-color: #006400;
}

.alert {
  border-radius: 17px;
}

input:disabled {
  cursor: not-allowed;
}

.bg-brand-2 {
  background-color: rgba(153, 107, 242);
}

.img-thumbnail {
  border-radius: 17px;
}

.tag {
  background: #cacaca;
}

.my-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.uniform-width {
  width: 140px;
  display: inline-block;
  text-align: center;
}

.button-end {
  display: flex;
  justify-content: flex-end;
}

td {
  font-size: 15px !important;
}

.btn-brand {
  border-radius: 8px !important;
}

body.dark .menu-aside .menu-item.active .menu-link {
  background-color: rgb(153 107 242 / 83%) !important;
}

body.dark .contact-card {
  background-color: rgb(153 107 242 / 83%) !important;
}

body.dark .bg-primary-light {
  background-color: rgb(255 255 255) !important;
}

body.dark .tag {
  background: #ffffff;
  color: black;
}

body.dark .multiselect-dropdown {
  background-color: #1e2231 !important;
  border-color: #383e50 !important;
  color: #fff !important;
}


body.dark .multiselect-dropdown-list {
  background-color: #1e2231 !important;
  border-color: #383e50 !important;
  color: #fff !important;
}

.material-icons {
  vertical-align: text-top !important;
}

#content {
  display: none;
}



table {
  /* border-collapse: separate; */
  border-spacing: 0 16px;
}

.dataTable tr td {
  border: 1px solid transparent;
  transition: all ease 0.3s;
  padding: 20px;
}

tr td:first-child {
  border-right: 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

tr td:last-child {
  border-left: 0px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.dataTable tr td:not(:first-child, :last-child) {
  border-left: 0px;
  border-right: 0px;
}



thead {
  background-color: transparent !important;
  color: #292f46 !important;
  font-family: 'Roboto';
}


.dataTable thead tr th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: rgba(153, 107, 242, 0.2);
}

.dataTable thead tr th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 0px;
  background-color: rgba(153, 107, 242, 0.2);
}

.dataTable thead tr th:not(:first-child, :last-child) {
  border-left: 0px;
  border-right: 0px;
  background-color: rgba(153, 107, 242, 0.2);
}

table.dataTable thead th {
  border-bottom: 0 !important;
}

table.dataTable tfoot th {
  border-top: 0 !important;
}

table {
  font-size: 15px !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 20px 10px !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border-radius: 50px !important;
  background-color: rgba(153, 107, 242, 0.2) !important;
  color: white !important
}


.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button:hover {
  cursor: pointer !important;
  border: 1px solid #979797;
  background: none !important;
  border-radius: 50px !important;
  background-color: #996BF2 !important;
  color: #ffffff !important;
}


.paginate_button.current:hover {
  background: none !important;
  border-radius: 50px !important;
  background-color: var(--theadColor) !important;
  color: #ffffff !important;
}

.table-responsive {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.paginate_button.disabled:hover {
  color: white !important;
}

body.dark thead tr th {
  /* background-color: #996BF2; */
  color: white;
}

body.dark .dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: none !important;
  border-radius: 50px !important;
  background-color: #996BF2 !important;
  color: white !important
}

input[type=search] {
  border-radius: 8px !important;
}

select[name='DataTables_Table_0_length'] {

  border-radius: 8px !important;
}

#DataTables_Table_0_previous:hover {
  color: #ffffff !important;
}

#DataTables_Table_0_next:hover {
  color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff !important;
}

body.dark #DataTables_Table_0_previous {
  color: #fff !important;
}

body.dark #DataTables_Table_0_next {
  color: #fff !important;
}

table {
  /* table-layout: fixed;  */
  word-wrap: break-word;
}

.rounded {
  border-radius: 9px !important;
}

.btn-light {
  border-color: rgba(153, 107, 242, 0.2);
}




.main-wrap {
  height: 100% !important;
}

body.aside-mini .rr {
  display: none;
}

.prefix {
  background-color: #ebe2fd;
  padding: 12px;
  border-radius: 12px;
}

/* body.dark .apexcharts-text {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(150%) contrast(130%);

}  */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #996bf2;
}

input:focus+.slider {
  box-shadow: 0 0 1px #996bf2;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.d-flexer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
}


.export_csv {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 20px !important;
  color: #ffffff !important;
  border: none !important;
  background-color: #996BF2 !important;
  border-radius: 12px !important;
}

body.dark .modal-content {
  background-color: #2b3142 !important;

}

body.dark .modal-header .btn-close {
  background-color: white !important;
}

.modal-content {
  border-radius: 26px;
  padding: 10px;
}

@media (max-width: 1200px) {
  .light .main-header {
    width: calc(100% - 220px);
  }

  .dark .main-header {
    width: calc(100% - 220px);
  }


}

body.aside-mini .main-header {
  width: calc(100% - 80px);

}

@media only screen and (max-width: 600px) {

  .light .main-header {
    width: 100% !important;
  }

  .dark .main-header {
    width: 100%;
  }

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

  tr td:first-child {
    border-radius: 0 !important;
  }

  td {
    text-align: center !important;
    vertical-align: middle !important;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 10px 10px !important;
  }

  .itemside {
    justify-content: center;
  }

  .btn-top {
    width: 100%;
    justify-content: flex-end !important;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    text-align: start !important;
  }

  .justify-content-end {
    justify-content: start !important;
  }

  table {
    border-collapse: collapse !important;
  }

  tr {
    border-bottom: 1pt solid #e4d9d9 !important;
  }

  .requestfullscreen {
    display: none !important;
  }

  .main-header .col-nav {
    margin-bottom: 0;
  }

  .navbar {
    padding-bottom: 0;
  }
}

.nav-item img.rounded-circle {
  border: 2px solid #996cf3;
}

.icontext {
  align-items: center;
}

.fw {
  width: 100%;
}



.daterangepicker td.in-range {
  background-color: #ebe2fd !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #996cf3 !important;
}

.multiselect-dropdown span.optext {
  background-color: #ebe2fd !important;
}

body.dark .apexcharts-legend-text {
  color: white !important;
}


body.dark .apexcharts-text {
  fill: #fff;
}

body.dark .apexcharts-tooltip,
body.dark .apexcharts-tooltip-title {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

body.dark .apexcharts-legend-text {
  color: #fff !important;
}

body.dark .apexcharts-yaxis-title-text {
  color: #fff !important;
}

body.dark .apexcharts-xaxis-title-text {
  color: #fff !important;
}

.action-item.edit-client {
  background-color: #996cf3;
}


.edit-client-btn {
  margin-top: -120px;
  z-index: 9999999;
  display: flex;
  width: 200px;
  margin-top: 143px;
  padding: 1px;
  width: 100%;
  flex-direction: row;
}

body.dark .img-thumbnail {
  background-color: #2b3142 !important;
  box-shadow: rgb(235 226 253) 0px 0px 0px 3px !important;
}

.img-thumbnail {
  box-shadow: rgb(235 226 253) 0px 0px 0px 3px !important;
}

.card-title {
  margin-bottom: 0px;
  /* font-family: "Gilroy-Semibold" !important; */

}

.text {
  /* font-family: "Gilroy-Semibold" !important; */
}

@media (max-width: 768px) {
  #select_period {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  #custom_period {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  #multiplier {
    width: 100% !important;
    margin-top: 6px !important;
  }

  #submit-button {
    width: 100% !important;
    margin-top: 12px !important;
  }

}

.apexcharts-menu {
  border-radius: 12px !important;
}

body.dark .apexcharts-menu {
  background: #4a5471 !important;
}

.apexcharts-menu-item:hover {
  background-color: #996cf3;
  border-radius: 8px;
  color: white;
}

body.dark .multiselect-dropdown span.optext {
  background-color: #996cf3 !important;
}

.dropdown .btn {
  background-color: #996bf2 !important;
  color: white !important;
  border-radius: 12px;
}

.dropdown .btn i {
  color: white !important;
}

body.dark .prefix-list a {
  background-color: #996cf3 !important;
}

.multiselect-dropdown span.optext .optdel {
  color: #ff0000 !important;
}

.toggle-password {
  font-size: 1.2rem;
  position: absolute;
  right: 24px;
  top: 53%;
  cursor: pointer;
  color: #6c757d;
}

#filtered-report-results {
  display: grid;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-template-columns: repeat(2, 49%);
  gap: 2%;
}

@media (max-width: 768px) {

  #filtered-report-results {
    grid-template-columns: repeat(1, 100%) !important;
  }
}

.hfc {
  height: fit-content !important;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #996cf3 !important;
  color: white !important;
}

.bootstrap-select .dropdown-toggle.btn {
  background-color: #f4f5f9 !important;
  border: 2px solid #f4f5f9 !important;
  font-size: 13px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  color: #4f5d77 !important;
  width: 100%;
  border-radius: 12px !important;
  height: 40px;
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: #996cf3 !important;
  color: #fff !important;
  border-radius: 12px;
}

.dropdown-item {
  line-height: 1.375;
  margin: 2px 0px;
  min-height: 40px;
}

.bootstrap-select .dropdown-menu a:not([href]):not(.active):not(:active):not(.selected):hover {
  color: white !important;
}

.btn-group>.btn:not(.dropdown-toggle),
.btn-group>.btn {
  min-height: 50px;
}

.bootstrap-select .dropdown-toggle:after {
  transform: rotate(0deg) !important;
}

body.dark .form-select {
  background-color: #1e2231 !important;
  border-color: #383e50 !important;
  color: #fff !important;
}

body.dark .bootstrap-select .dropdown-toggle.btn {
  background-color: #1e2231 !important;
  border-color: #383e50 !important;
  color: #fff !important;
}

.bootstrap-select .dropdown-toggle.btn {
  transition: none !important;
  transform: none !important;
}


:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100% !important;
}

@media (max-width: 768px) {
  body.aside-mini .main-header {
    width: 100% !important;
  }

  :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;
  }
}


.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0px !important;
}

body.dark .daterangepicker .calendar-table th {
  background: #996cf3 !important;
}

div.dropdown-menu.open {
  max-height: 200px !important;
  overflow: hidden;
}

ul.dropdown-menu.inner {
  max-height: 200px !important;
  overflow-y: auto;
}

#preview {
  margin-top: 10px;
  max-width: 130px;
  max-height: 130px;
  border-radius: 18px;
  border: 1px solid #ddd;
  padding: 5px;
}

.advanced i{
  color: white;
}

.advanced {
  background-color: #996cf3;
  color: white;
  border-radius: 12px;
}

.navbar-aside .aside-top {
  padding: 9px .5rem !important;
}

body.dark .dropdown-menu .dropdown-item.text-danger {
  color: red !important;
}

.my-badge {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 9px !important; /* Rounded corners */
  text-align: center;
  white-space: nowrap;
}

.my-badge-success {
  background-color: #28a745; /* Green */
  color: white;
}

.my-badge-fail {
  background-color: #dc3545; /* Red */
  color: white;
}


.modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

section.active .show-modal {
  display: none;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

section.active .overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 380px;
  width: 100%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
}

section.active .modal-box {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.modal-box i {
  font-size: 70px;
  color: #4070f4;
}

.modal-box h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #333;
}

.modal-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 16px;
}

.modal-box .buttons {
  margin-top: 25px;
  margin-bottom: 12px;
}

.modal-box button {
  font-size: 14px;
  margin: 0 10px;
}

.close-btn {
  background: gray;
  color: white;
  padding: 12px;
}

.close-btn:hover {
  background: gray;
  color: white;
}

.confirm-btn {
  background: #494dcb;
  color: white;
  padding: 12px;
}

.confirm-btn:hover {
  background: #494dcb;
  color: white;
}

.confirm-modal{
  position: fixed;
  z-index: 99999;
}

.br-12{
  border-radius: 12px !important;
}

.btn.disabled {
  cursor: not-allowed !important;
}
.btn.disabled a {
  pointer-events: none !important;
}