.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px !important;
  height: 40px !important;
}

.card .BtnFit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-light {
  background: #ffffff !important;
  color: #6B7280 !important;
  border-radius: 50px !important;
  border: 2px solid rgba(0, 0, 0, 0.07) !important;
  padding: 10px !important;
  color: #0A0B0D !important;
}
.btn-light:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.btn-blu {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-blu:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #2563EB !important;
}

.btn-light-primary {
  background: rgba(37, 99, 235, 0.4) !important;
  border: none !important;
  color: #2563EB !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-light-primary:hover {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #2563EB !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-white:hover {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white-bor {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  color: #0A0B0D !important;
}
.btn-white-bor:hover {
  background: #0A0B0D !important;
  border: 1px solid #0A0B0D !important;
  color: #ffffff !important;
}

.btn-primary {
  background: #2563EB !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 20px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn-primary:hover {
  background: #0A0B0D !important;
  border: 1px solid #0A0B0D !important;
  color: #ffffff !important;
}

.btn-primary-grad {
  background-image: linear-gradient(-80deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.08)) !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #94A3B8;
  height: 50px;
}
.btn-grey:hover {
  background: #2563EB !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #0A0B0D !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #13171f !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #1c56d3 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #0A0B0D;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #0A0B0D !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-border-primary {
  background-color: #ffffff !important;
  border: 1px solid #2563EB !important;
  color: #2563EB !important;
  border-radius: 0 !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #2563EB !important;
  border: 1px solid #2563EB !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-wht {
  background-color: #ffffff !important;
  border: 2px solid rgba(126, 126, 126, 0.4) !important;
  color: #7E7E7E !important;
  border-radius: 0 !important;
}
.btn-border-wht:focus-visible, .btn-border-wht:active, .btn-border-wht:focus, .btn-border-wht:hover {
  background-color: #0A0B0D !important;
  border: 2px solid #0A0B0D !important;
  color: #ffffff !important;
}
.btn-border-wht:focus-visible .fill-svg, .btn-border-wht:active .fill-svg, .btn-border-wht:focus .fill-svg, .btn-border-wht:hover .fill-svg {
  fill: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #2563EB !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #2563EB !important;
  color: #ffffff !important;
  border: 1px solid #2563EB !important;
}

.btn-primary-brd {
  border: 2px solid #2563EB;
  background-color: #2563EB;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #1c56d3 !important;
  border: 2px solid #1c56d3 !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(255, 0, 0);
  background-color: transparent;
  color: rgb(255, 0, 0);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgb(255, 0, 0);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "poppins-reg";
  src: url(../../assets/fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "poppins-bld";
  src: url(../../assets/fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "poppins-med";
  src: url(../../assets/fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "poppins-semi";
  src: url(../../assets/fonts/poppins/Poppins-SemiBold.ttf);
}
.btn {
  outline: none;
  box-shadow: none !important;
  padding: 0 15px !important;
  height: 40px !important;
}

.card .BtnFit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-light {
  background: #ffffff !important;
  color: #6B7280 !important;
  border-radius: 50px !important;
  border: 2px solid rgba(0, 0, 0, 0.07) !important;
  padding: 10px !important;
  color: #0A0B0D !important;
}
.btn-light:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.btn-blu {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-blu:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #2563EB !important;
}

.btn-light-primary {
  background: rgba(37, 99, 235, 0.4) !important;
  border: none !important;
  color: #2563EB !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-light-primary:hover {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #2563EB !important;
  height: 50px;
  width: 140px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  padding: 0 !important;
}
.btn-white:hover {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.btn-white-bor {
  background: #2563EB !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  height: 50px;
  width: 140px;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  color: #0A0B0D !important;
}
.btn-white-bor:hover {
  background: #0A0B0D !important;
  border: 1px solid #0A0B0D !important;
  color: #ffffff !important;
}

.btn-primary {
  background: #2563EB !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 20px 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.btn-primary:hover {
  background: #0A0B0D !important;
  border: 1px solid #0A0B0D !important;
  color: #ffffff !important;
}

.btn-primary-grad {
  background-image: linear-gradient(-80deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.08)) !important;
}

.btn-grey {
  background: #F1F5F9 !important;
  padding: 0 20px !important;
  color: #94A3B8;
  height: 50px;
}
.btn-grey:hover {
  background: #2563EB !important;
  color: #ffffff !important;
}

.btn-secondary {
  background: #0A0B0D !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  background: #13171f !important;
  color: #ffffff !important;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #1c56d3 !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #0A0B0D;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #0A0B0D !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.btn-border-primary {
  background-color: #ffffff !important;
  border: 1px solid #2563EB !important;
  color: #2563EB !important;
  border-radius: 0 !important;
}
.btn-border-primary:focus-visible, .btn-border-primary:active, .btn-border-primary:focus, .btn-border-primary:hover {
  background-color: #2563EB !important;
  border: 1px solid #2563EB !important;
  color: #ffffff !important;
}
.btn-border-primary:focus-visible .svg-strk, .btn-border-primary:active .svg-strk, .btn-border-primary:focus .svg-strk, .btn-border-primary:hover .svg-strk {
  stroke: #ffffff;
}

.btn-border-wht {
  background-color: #ffffff !important;
  border: 2px solid rgba(126, 126, 126, 0.4) !important;
  color: #7E7E7E !important;
  border-radius: 0 !important;
}
.btn-border-wht:focus-visible, .btn-border-wht:active, .btn-border-wht:focus, .btn-border-wht:hover {
  background-color: #0A0B0D !important;
  border: 2px solid #0A0B0D !important;
  color: #ffffff !important;
}
.btn-border-wht:focus-visible .fill-svg, .btn-border-wht:active .fill-svg, .btn-border-wht:focus .fill-svg, .btn-border-wht:hover .fill-svg {
  fill: #ffffff;
}

.btn-border-light {
  border: 1px solid #dddddd !important;
  color: #2563EB !important;
  border-radius: 8px !important;
  padding: 3px 15px;
  background-color: #ffffff !important;
}
.btn-border-light:hover {
  background-color: #2563EB !important;
  color: #ffffff !important;
  border: 1px solid #2563EB !important;
}

.btn-primary-brd {
  border: 2px solid #2563EB;
  background-color: #2563EB;
  color: #ffffff;
}
.btn-primary-brd:focus-visible, .btn-primary-brd:active, .btn-primary-brd:focus, .btn-primary-brd:hover {
  background-color: #1c56d3 !important;
  border: 2px solid #1c56d3 !important;
  color: #ffffff !important;
}

.btn-danger-brd {
  border: 1px solid rgb(255, 0, 0);
  background-color: transparent;
  color: rgb(255, 0, 0);
}
.btn-danger-brd:focus-visible, .btn-danger-brd:active, .btn-danger-brd:focus, .btn-danger-brd:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-danger {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgb(255, 0, 0);
  color: #ffffff;
}
.btn-danger:focus-visible, .btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background-color: rgb(209, 60, 50) !important;
  border: 1px solid rgb(209, 60, 50) !important;
  color: #ffffff !important;
}

.btn-gry-brd {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background-color: transparent;
  color: #999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.btn-gry-brd:focus-visible, .btn-gry-brd:active, .btn-gry-brd:focus, .btn-gry-brd:hover {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid rgb(0, 0, 0) !important;
  color: #ffffff !important;
}

@font-face {
  font-family: "poppins-reg";
  src: url(../../assets/fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "poppins-bld";
  src: url(../../assets/fonts/poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "poppins-med";
  src: url(../../assets/fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "poppins-semi";
  src: url(../../assets/fonts/poppins/Poppins-SemiBold.ttf);
}
/* The Dark switch container */
.switch {
  display: none;
  font-size: 17px;
  position: relative;
  width: 3.5em;
  height: 2em;
  cursor: pointer;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  --background: #5494de;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background);
  transition: 0.5s;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  left: 10%;
  bottom: 15%;
  box-shadow: inset 15px -4px 0px 15px #efdf2b, 0 0 10px 0px #efdf2b;
  background: #20262c;
  transition: 0.5s;
}

input:checked + .slider {
  background-color: #20262c;
}

input:checked + .slider:before {
  transform: translateX(100%) rotate(-15deg);
  box-shadow: inset 8px -4px 0px 0px #ececd9, -4px 1px 4px 0px;
}

.dark-layout body {
  background-color: #0e121b;
}
.dark-layout body .dataTables_wrapper .dataTables_filter label {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
}
.dark-layout body .dataTables_wrapper .dataTables_filter label input:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.dark-layout body .crancy-header {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .crancy-header__single {
  background-color: transparent;
}
.dark-layout .crancy-header__settings .crancy-header__blink {
  background-color: #2563EB;
}
.dark-layout .qk_acc {
  background-color: #0e121b;
  backdrop-filter: blur(10px);
  border: none;
}
.dark-layout .qk_acc ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .qk_acc ul li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .qk_acc ul li:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-layout .qk_acc ul li button span {
  color: #ffffff;
}
.dark-layout .admin-menu {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-layout .admin-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .admin-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .admin-menu li .menu-bar__name {
  color: #ffffff;
}
.dark-layout .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout .lgt {
  display: none !important;
}
.dark-layout .drk {
  display: block !important;
}
.dark-layout .charts-main,
.dark-layout .crancy-progress-card {
  background: rgba(255, 255, 255, 0.1);
}
.dark-layout .fr-posi span {
  color: #ffffff;
}
.dark-layout .crancy-progress-list li p {
  color: #ffffff;
}
.dark-layout span.apexcharts-legend-text {
  color: #ffffff !important;
}
.dark-layout .charts-main__title {
  color: #ffffff;
}
.dark-layout .select2-container--default .select2-selection--multiple, .dark-layout .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-layout .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.dark-layout .select2-dropdown {
  background-color: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(3px);
  border-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.dark-layout .select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.dark-layout .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.dark-layout .select2-results__option--selectable {
  color: #ffffff;
}
.dark-layout .select2-results {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.dark-layout .card {
  background-color: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.dark-layout .card .card-header h4.card-title {
  color: #ffffff !important;
}
.dark-layout .card div.dataTables_wrapper div.dataTables_filter label {
  color: #ffffff;
}
.dark-layout .card .crancy-table__head {
  background: rgba(255, 255, 255, 0.04);
}
.dark-layout .card .crancy-table__head th {
  color: rgba(255, 255, 255, 0.8);
}
.dark-layout .card table.dataTable td {
  color: #ffffff;
}
.dark-layout .card .user-bx h4 {
  color: rgba(255, 255, 255, 0.8);
}
.dark-layout .card .gray {
  background-color: rgba(21, 78, 155, 0.1) !important;
  color: rgb(21, 78, 155);
}
.dark-layout .card .form-control.form-control-sm {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px;
}
.dark-layout .card .form-control.form-control-sm:focus {
  border-radius: 8px;
}
.dark-layout div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: #0e121b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-layout div:where(.swal2-container) h2:where(.swal2-title) {
  color: #ffffff;
}
.dark-layout div:where(.swal2-icon).swal2-warning {
  border-color: #2563EB !important;
  color: #2563EB !important;
}
.dark-layout table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
}
.dark-layout .mobile-spc {
  display: flex;
  background-color: rgba(37, 99, 235, 0.2);
  color: #ffffff;
}
.dark-layout table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: rgba(255, 255, 255, 0.5);
}

::-moz-selection {
  background-color: #1e61ae !important;
  color: #ffffff;
}

::selection {
  background-color: #1e61ae !important;
  color: #ffffff;
}

body {
  font-family: "poppins-reg" !important;
  background-color: #F9FAFB !important;
  color: #6B7280 !important;
}

html[data-layout-mode=horizontal] .logo-box {
  height: 30px;
  padding-right: 0;
}

.hd-icn {
  color: #ffffff !important;
}

.navbar-custom {
  display: flex;
  align-items: center;
  border-bottom: none !important;
}
.navbar-custom .nav-user img {
  height: 27px;
  width: 27px;
}
.navbar-custom .top-items {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.navbar-custom .top-items .profile-dropdown {
  padding: 0;
  overflow: hidden;
}
.navbar-custom .top-items .profile-dropdown .notify-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eeeeee;
}
.navbar-custom .top-items .profile-dropdown .notify-item:last-child {
  border-bottom: none;
}
.navbar-custom .top-items .profile-dropdown .notify-item span {
  font-size: 12px;
}
.navbar-custom .top-items .profile-dropdown .notify-item svg {
  margin-right: 0;
}
.navbar-custom .top-items .profile-dropdown .lst-nfy span {
  color: #c94242;
}
.navbar-custom .top-items .list-unstyled.topnav-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.navbar-custom .top-items .list-unstyled.topnav-menu li:last-child.nav-li a.nav-link {
  padding: 0 !important;
}
.navbar-custom .top-items .list-unstyled.topnav-menu li.nav-li {
  float: none !important;
  height: 30px;
  width: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
.navbar-custom .top-items .list-unstyled.topnav-menu li.nav-li a.nav-link {
  padding: 0;
  font-size: 12px;
}
.navbar-custom .top-items .list-unstyled.topnav-menu li.nav-li i {
  color: #1F2937;
}
.navbar-custom .top-items .list-unstyled.topnav-menu .nav-link {
  max-height: 100%;
  line-height: normal;
}
.navbar-custom .top-items ul.list-unstyled.mobile-nv {
  display: none;
}
.navbar-custom .cnt-nav .navbar .collapse.navbar-collapse {
  height: 100%;
}
.navbar-custom .cnt-nav .navbar ul.navbar-nav {
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 100%;
  align-items: center;
  padding: 5px;
  background-color: #0A0B0D;
  height: 50px;
  border-radius: 50px;
}
.navbar-custom .cnt-nav .navbar li.active {
  background-color: #2563EB;
  color: #ffffff;
}
.navbar-custom .cnt-nav .navbar li.nav-item {
  padding: 0 10px;
  height: 20px;
  border-radius: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar-custom .cnt-nav .navbar li.nav-item .nav-link {
  padding: 0 10px;
  max-height: 100% !important;
  line-height: normal !important;
  height: 100% !important;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
.navbar-custom .cnt-nav .navbar li.nav-item .nav-link span {
  font-size: 14px;
}
.navbar-custom .cnt-nav .navbar li.nav-item .nav-link .stk-svg {
  stroke: #ffffff;
}
.navbar-custom .cnt-nav .navbar li.nav-item .nav-link .fill-svg {
  fill: #ffffff;
}
.navbar-custom .cnt-nav .navbar li.nav-item:hover {
  background-color: #2563EB;
  color: #ffffff;
}

.logo-box h2 {
  font-family: "poppins-reg";
  color: #2563EB;
  font-weight: 500;
  margin: 0;
}

.page-title {
  font-size: 32px !important;
  color: #0A0B0D;
}

.btn {
  border-radius: 50px !important;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  padding: 0 15px !important;
}

.btn-default {
  background-color: #ffffff !important;
  color: #6B7280 !important;
  border-color: #eeeeee !important;
  height: 40px;
}
.btn-default:hover {
  background-color: #EAECF0 !important;
  color: #6B7280 !important;
}

.page-title-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.page-title-right .stk-svg {
  stroke: #ffffff;
}
.page-title-right .input-group-text {
  border-radius: 0 30px 30px 0;
  background-color: #ffffff;
  border-left: none !important;
  padding: 10px;
  border-color: #eeeeee;
  font-size: 20px;
  color: #dddddd;
}
.page-title-right .input-group-text .fill-svg {
  fill: rgba(0, 0, 0, 0.3);
}
.page-title-right .form-control {
  border-radius: 30px 0 0 30px;
  border-right: none !important;
  border-color: #eeeeee !important;
}
.page-title-right .form-control::-moz-placeholder {
  color: #cccccc !important;
}
.page-title-right .form-control::placeholder {
  color: #cccccc !important;
}

.css-t3ipsp-control,
.css-13cymwt-control {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  height: 50px;
}

.cal tr:last-child td {
  border-color: #eeeeee;
}
.cal .fc th {
  border-color: #eeeeee;
}
.cal .fc-toolbar-chunk {
  display: flex;
}
.cal .fc-toolbar-chunk .btn-group {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.wrk .ql-toolbar {
  position: absolute;
  bottom: -5px;
  border: none !important;
  padding: 0 !important;
}
.wrk .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
}
.wrk .ql-toolbar .ql-picker-options {
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.wrk .ql-toolbar .ql-picker-options:last-child {
  border-bottom: none !important;
}
.wrk .ql-toolbar .ql-picker-options .ql-picker-item {
  padding: 5px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09) !important;
}
.wrk .ql-toolbar .ql-formats:first-child {
  width: 150px;
  padding: 10px 20px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.wrk .ql-toolbar .ql-formats:first-child .ql-picker.ql-header {
  width: 100% !important;
}
.wrk .wr-slt label {
  margin-bottom: 5px !important;
}
.wrk .css-19bb58m {
  position: absolute;
}
.wrk .css-t3ipsp-control,
.wrk .css-13cymwt-control {
  border-radius: 8px;
  background-color: #ffffff !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  height: 50px;
}

.css-1u9des2-indicatorSeparator {
  display: none !important;
}

.SumoSelect {
  width: 100% !important;
}

.SumoSelect > .CaptionCont {
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  border-radius: 8px !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.SumoSelect > .CaptionCont label {
  margin: 0 !important;
}
.SumoSelect > .CaptionCont:focus-visible, .SumoSelect > .CaptionCont:focus, .SumoSelect > .CaptionCont:hover {
  border: none !important;
  box-shadow: none !important;
}

.SumoSelect > .CaptionCont > span {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 10px !important;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #2563EB !important;
}
.SumoSelect > .optWrapper > .options li.opt:hover label {
  color: #ffffff !important;
}

.SumoSelect > .optWrapper > .options li.opt label {
  margin-bottom: 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
  background-color: transparent;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
  color: #6B7280 !important;
  font-style: normal !important;
}

.SumoSelect .country-flag-icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1em;
  margin-right: 6px;
  flex-shrink: 0;
}

.card-title {
  font-family: "poppins-med" !important;
}

.card {
  border-radius: 20px !important;
  border-color: #eeeeee;
}
.card .card-header {
  display: flex;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px;
}
.card .card-header .card-title.header-title {
  font-size: 20px;
  color: #0A0B0D;
  text-transform: capitalize;
  font-family: "poppins-reg";
}

.grd-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grd-top .tl {
  font-size: 14px;
  color: #6B7280 !important;
}
.grd-top .pos-r {
  position: relative;
}
.grd-top .pos-r .pos-ab {
  position: absolute;
  right: -50px;
  bottom: 10px;
}
.grd-top .pos-r .pos-ab .apexcharts-legend {
  right: 55px !important;
  top: 14px !important;
}
.grd-top .pos-r .pos-ab .apexcharts-legend .apexcharts-legend-text {
  font-size: 10px !important;
}
.grd-top .pos-r .pos-ab .apexcharts-legend .apexcharts-legend-series {
  display: flex;
  align-items: center;
}
.grd-top .pos-r .pos-ab .apexcharts-legend .apexcharts-legend-marker {
  width: 8px !important;
  height: 8px !important;
}

.grid-mid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grid-mid .apexcharts-xaxis-label {
  position: absolute;
  bottom: -25px;
}

.apexcharts-xaxis-texts-g text {
  transform: translateY(-40px);
}
.apexcharts-xaxis-texts-g text tspan {
  fill: #0A0B0D;
  text-transform: uppercase;
}
.apexcharts-xaxis-texts-g text:nth-child(6) tspan {
  fill: #ffffff !important;
  font-weight: 600;
}

ul.ags-li {
  margin: 20px 0 0;
  padding: 0;
  row-gap: 10px;
  display: flex;
  flex-direction: column;
}
ul.ags-li li.flx-cbl {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}
ul.ags-li li.flx-cbl .ied {
  font-size: 12px;
  color: #0A0B0D;
  margin-bottom: 0;
  font-family: "poppins-reg";
}
ul.ags-li li.flx-cbl .btk-cnt {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
ul.ags-li li.flx-cbl .btk-cnt .had-ara {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
ul.ags-li li.flx-cbl .btk-cnt .had-ara .had-sub {
  display: flex;
  row-gap: 2px;
  flex-direction: column;
}
ul.ags-li li.flx-cbl .btk-cnt .had-ara .had-sub h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
ul.ags-li li.flx-cbl .btk-cnt .had-ara .had-sub span {
  font-size: 12px;
  color: #6B7280;
}
ul.ags-li li.flx-cbl .btk-cnt .st-rt {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: flex-end;
  row-gap: 5px;
}
ul.ags-li li.flx-cbl .btk-cnt .st-rt .sts {
  width: auto;
  height: 25px;
  padding: 5px 0;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: auto;
  width: -moz-min-content;
  width: min-content;
  padding: 3px 8px;
  font-size: 12px;
  margin: 0;
  font-weight: normal;
}
ul.ags-li li.flx-cbl .btk-cnt .st-rt .green {
  background-color: rgba(17, 167, 92, 0.05);
  color: rgb(17, 167, 92);
}
ul.ags-li li.flx-cbl .btk-cnt .st-rt span {
  font-size: 12px;
  color: #6B7280;
}

.grd-bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grd-bot .card .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.grd-bot ul.ags-li,
.grd-bot .left-timeline {
  height: 600px;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.grd-bot ul.ags-li::-webkit-scrollbar,
.grd-bot .left-timeline::-webkit-scrollbar {
  width: 6px;
}
.grd-bot ul.ags-li::-webkit-scrollbar-track,
.grd-bot .left-timeline::-webkit-scrollbar-track {
  background: transparent;
}
.grd-bot ul.ags-li::-webkit-scrollbar-thumb,
.grd-bot .left-timeline::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  border: 1px solid transparent;
}
.grd-bot ul.ags-li::-webkit-scrollbar-thumb:hover,
.grd-bot .left-timeline::-webkit-scrollbar-thumb:hover {
  background-color: #6B7280;
}
.grd-bot .left-timeline {
  padding-right: 8px;
}
.grd-bot .progress-bar {
  border-radius: 50px;
  background-color: #2563EB;
}
.grd-bot .flx-cbl {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.grd-bot .st-rt,
.grd-bot .had-sub {
  row-gap: 8px !important;
}
.grd-bot .flx-cbl.mid-dta {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.grd-bot .flx-cbl.mid-dta .text-primary {
  color: #2563EB;
  font-size: 18px;
  font-weight: 600;
}
.grd-bot .flx-cbl.mid-dta .had-ara {
  align-items: center;
}
.grd-bot .flx-cbl.mid-dta .st-rt {
  flex-direction: row !important;
  align-items: center !important;
}
.grd-bot .left-timeline .events .event-list::after {
  display: none;
}
.grd-bot .left-timeline .events .event-list::before {
  height: 23px;
  width: 23px;
  left: -49px;
  background-color: #2563EB;
  border: 4px solid rgba(255, 255, 255, 0.7);
}
.grd-bot .left-timeline {
  padding-top: 30px;
  padding-bottom: 30px;
}
.grd-bot .event-list {
  position: relative;
}
.grd-bot .event-list span.dt-li {
  position: absolute;
  left: -60px;
  top: 30px;
  font-size: 12px;
  color: #6B7280;
  background-color: #ffffff;
}
.grd-bot .event-list .card {
  width: 100%;
}
.grd-bot .event-list .card .hlt {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.grd-bot .event-list .card .hlt svg, .grd-bot .event-list .card .hlt i {
  border-radius: 50px;
  padding: 3px 5px;
}
.grd-bot .event-list .card .hlt i.orange {
  background-color: rgba(234, 185, 25, 0.3);
  color: rgb(234, 185, 25);
}
.grd-bot .event-list .card .hlt i.green {
  color: rgb(17, 167, 92);
  background-color: rgba(17, 167, 92, 0.05);
}
.grd-bot .event-list .card .hlt i.yellow {
  color: rgb(234, 185, 25);
  background-color: rgba(234, 185, 25, 0.4);
}
.grd-bot .event-list .card .hlt svg {
  background-color: rgba(0, 0, 0, 0.05);
}
.grd-bot .event-list .card span {
  font-family: "poppins-semi";
}
.grd-bot .event-list p {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0;
  color: #6B7280;
}

.tbl-page .grid-mid .tbl-ag {
  grid-column: 1/3;
}
.tbl-page .grid-mid .tbl-ag .card-body {
  padding: 15px 15px 15px 15px;
}
.tbl-page .grid-mid .tbl-ag .card-body table {
  margin-top: 0 !important;
}
.tbl-page .grid-mid .tbl-ag .card-body .page-item:not(:first-child) .page-link {
  padding: 0 15px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  border-radius: 8px;
  color: #0A0B0D;
}
.tbl-page .grid-mid .tbl-ag .card-body .page-item:first-child .page-link {
  border: none;
  height: 35px;
  background-color: transparent !important;
  color: #0A0B0D;
}
.tbl-page .grid-mid .tbl-ag .card-body .page-item:first-child .page-link .stk-svg {
  stroke: #0A0B0D;
}
.tbl-page .grid-mid .tbl-ag .card-body .active > .page-link, .tbl-page .grid-mid .tbl-ag .card-body .page-link.active {
  background-color: rgba(0, 0, 0, 0.04) !important;
}

th {
  background-color: rgba(37, 99, 235, 0.08) !important;
  color: #0A0B0D;
  padding: 20px;
  font-family: "poppins-semi";
}
th:first-child {
  border-top-left-radius: 15px;
}
th:last-child {
  border-top-right-radius: 15px;
}

tr td:first-child {
  padding-left: 20px !important;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
tr:last-child td {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

.frmid {
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}

td {
  padding: 10px 20px;
  vertical-align: middle !important;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
td span.tag {
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 23px;
  padding: 0 8px;
  display: flex;
  font-size: 12px !important;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.04);
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  margin: auto;
  margin: 0;
  width: 70px;
}
td span.tag.blue {
  background-color: rgba(37, 99, 235, 0.06) !important;
  color: #2563EB !important;
  border-color: rgba(37, 99, 235, 0.1) !important;
}
td span.tag.gray {
  background-color: rgba(148, 166, 170, 0.09) !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(148, 166, 170, 0.3) !important;
}
td span.tag.yellow {
  background-color: rgba(234, 185, 25, 0.06) !important;
  color: rgb(234, 185, 25) !important;
  border-color: rgb(234, 185, 25) !important;
}
td span.tag.green {
  background-color: rgba(17, 167, 92, 0.06) !important;
  color: rgb(17, 167, 92) !important;
  border-color: rgba(17, 167, 92, 0.1) !important;
}
td span.tag.red {
  background-color: rgba(255, 0, 0, 0.04) !important;
  color: rgb(255, 0, 0) !important;
  border-color: rgba(255, 0, 0, 0.1) !important;
}
td span.sts {
  width: auto;
  height: 25px;
  padding: 5px 0;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: auto;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 50px !important;
  margin: 0 !important;
  font-size: 12px;
  border-radius: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
td span.sts.green {
  border: 1px solid rgba(17, 167, 92, 0.6);
  color: rgb(17, 167, 92);
  background-color: rgba(17, 167, 92, 0.06);
}
td .lst-cl {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}
td .lst-cl a {
  height: 30px;
  width: 30px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: rgba(0, 0, 0, 0.1);
  color: #0A0B0D;
  border-radius: 5px;
}
td .lst-cl a:hover {
  background-color: #2563EB;
  color: #ffffff;
}
td .lst-cl .dropdown-menu {
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}
td .lst-cl a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.quot span.sts {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin: 0;
}
.quot span.sts.green {
  border-radius: 50px;
}

.lst-tbc {
  display: flex;
  justify-content: space-between;
}
.lst-tbc a {
  font-family: "poppins-semi";
  color: #2563EB;
}
.lst-tbc a:hover {
  text-decoration: underline;
}

.dataTables_paginate {
  margin-top: 20px !important;
  display: flex;
  justify-content: center;
  float: none !important;
}

textarea.form-control {
  resize: none;
  min-height: 100px;
}

.frm-mdb .btn-close {
  position: absolute;
  right: -4px;
  top: -4px;
  padding: 0 !important;
  background-color: #ffffff !important;
  opacity: 1;
}
.frm-mdb .btn-close:focus {
  box-shadow: none !important;
}

.add-nte .modal-content {
  overflow: hidden;
}
.add-nte .modal-content .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 15px 20px;
}
.add-nte .modal-content .modal-header h2 {
  font-size: 16px;
}
.add-nte .modal-content .modal-header .btn-close {
  position: static !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 0.3 !important;
}

.modal-content {
  border-radius: 20px !important;
}
.modal-content .modal-header {
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important;
  position: relative;
}
.modal-content .modal-header .btn-close {
  position: static;
  background-color: transparent;
  border-radius: 0;
  width: 10px;
  height: 10px;
  opacity: 0.3;
}
.modal-content .modal-header .btn-close:focus {
  box-shadow: none !important;
}
.modal-content .modal-header .modal-title {
  font-family: "poppins-reg";
  color: #0A0B0D;
  font-weight: 600;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
.modal-content .modal-header .modal-title span {
  font-size: 14px;
  color: #6B7280;
  font-weight: normal;
  font-family: "poppins-reg";
}
.modal-content .modal-header .btn-close {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: none;
}
.modal-content .modal-header .btn-close:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.modal-content .modal-header .btn-close::after, .modal-content .modal-header .btn-close::before {
  background-color: #6B7280;
}
.modal-content .modal-body {
  padding: 20px !important;
}
.modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
.modal-content .modal-body .form-group label {
  font-size: 14px;
  color: #6B7280;
  font-family: "poppins-reg";
  color: #0A0B0D;
  font-weight: 400;
  margin-bottom: 8px;
}
.modal-content .modal-body .form-group label span {
  color: rgba(255, 0, 0, 0.8);
}
.modal-content .modal-body .form-group .form-control {
  border-radius: 8px;
  border-color: #eeeeee !important;
  border: none;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-content .modal-body .form-group .form-control::-moz-placeholder {
  color: #717182 !important;
}
.modal-content .modal-body .form-group .form-control::placeholder {
  color: #717182 !important;
}
.modal-content .modal-body .form-group .form-control:focus {
  box-shadow: none !important;
  border-color: #2563EB !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-content .modal-footer {
  border-top: none !important;
}
.modal-content .modal-footer .btn {
  border-radius: 50px !important;
  height: 50px !important;
  padding: 0 50px !important;
  font-size: 16px !important;
}
.modal-content .modal-footer .btn-border {
  border: 1px solid #eeeeee !important;
  background-color: transparent !important;
  color: #0A0B0D !important;
}
.modal-content .modal-footer .btn-border:hover {
  background-color: rgb(255, 0, 0) !important;
  color: #ffffff !important;
  border-color: rgb(255, 0, 0) !important;
}

.cal .card-body {
  padding: 20px !important;
}
.cal .fc-header-toolbar {
  margin-top: 0;
}

.fc-left {
  display: flex;
}

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

.inv-tbl th {
  background-color: transparent !important;
  text-align: left !important;
  font-family: "poppins-reg" !important;
  font-size: 12px;
}
.inv-tbl td {
  text-align: left !important;
}
.inv-tbl td .sts {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  border-radius: 50px;
}
.inv-tbl td .sts b {
  margin-left: 5px;
}
.inv-tbl td .lst-tbc {
  display: flex;
  justify-content: space-between;
}
.inv-tbl td .lst-tbc a {
  font-family: "poppins-semi";
}

.wrk .card-header {
  padding: 20px 20px 0;
  border-bottom: none;
}
.wrk .card-header h4.card-title {
  margin-bottom: 0;
}
.wrk .card-body {
  padding: 20px;
}
.wrk .card-body .frm-gp {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.wrk .card-body .form-control {
  border-radius: 8px;
  border-color: #eeeeee !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  height: 50px;
  margin-top: 5px;
}
.wrk .card-body .form-control::-moz-placeholder {
  color: #717182 !important;
}
.wrk .card-body .form-control::placeholder {
  color: #717182 !important;
}
.wrk .card-body .form-control:focus {
  box-shadow: none !important;
  border-color: #2563EB !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.wrk .card-body .form-group {
  margin-bottom: 20px;
}
.wrk .card-body label {
  font-weight: normal;
}
.wrk .SumoSelect {
  margin-top: 5px;
}
.wrk .SumoSelect .optWrapper .options li label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrk .SumoSelect > .CaptionCont {
  border-radius: 8px;
  border-color: #eeeeee !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
  height: 100%;
  background-color: #ffffff !important;
}
.wrk .SumoSelect > .CaptionCont label {
  margin: 0 !important;
}
.wrk .SumoSelect > .CaptionCont:focus {
  box-shadow: none !important;
  border-color: #2563EB !important;
  background-color: rgba(0, 0, 0, 0.05);
}
.wrk .SumoSelect > .CaptionCont:hover {
  border-radius: 8px;
  border-color: #eeeeee !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.ql-container {
  border-radius: 8px !important;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  margin-top: 5px !important;
}

.panel {
  border-radius: 8px;
  border: 2px dashed rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 20px;
}
.panel .file-input-container {
  display: flex;
  padding: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
.panel .file-input-container .stk-svg {
  stroke: #2563EB;
}
.panel .file-input-container strong {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.panel .file-input-container strong i {
  font-size: 12px;
}
.panel .file-input-container strong span {
  color: #666666;
  font-size: 14px;
  display: flex;
  margin-bottom: 5px;
}
.panel .file-input-container strong span b {
  color: #2563EB;
  margin-right: 5px;
}
.panel .file-input-container label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.panel #fileInput {
  display: none; /* Hide the default file input */
}
.panel .file-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.panel .file-item {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px solid #eeeeee;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  word-wrap: break-word;
}
.panel .file-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
.panel .file-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.panel .file-icon {
  font-size: 40px;
  color: #2563EB;
}
.panel .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgb(255, 0, 0);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.panel .remove-btn:hover {
  background: rgb(255, 0, 0);
}

.card-footer {
  justify-content: flex-end;
  display: flex;
}
.card-footer .btn {
  padding: 0 50px !important;
}

.dp-opt {
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.dp-opt .dropdown-divider {
  margin: 0 !important;
}
.dp-opt .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dp-opt .dropdown-item span {
  color: #6B7280;
}
.dp-opt .dropdown-item:last-child span {
  color: rgb(255, 0, 0);
}
.dp-opt .dropdown-item:last-child i {
  color: rgb(255, 0, 0);
}
.dp-opt .dropdown-item:last-child:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.dp-opt .dropdown-item:last-child:hover span {
  color: rgb(255, 0, 0);
}
.dp-opt .dropdown-item:last-child:hover i {
  color: rgb(255, 0, 0);
}

.swal2-show {
  border-radius: 30px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.swal2-backdrop-show {
  backdrop-filter: blur(10px);
}

.swal2-actions {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.btn-danger {
  background-color: rgba(255, 0, 0, 0.8) !important;
  color: #ffffff !important;
  border: none !important;
  width: 150px;
}
.btn-danger:hover {
  background-color: rgb(255, 0, 0) !important;
  color: #ffffff !important;
  border: none !important;
}

.btn-success {
  background-color: rgba(17, 167, 92, 0.8) !important;
  color: #ffffff !important;
  border: none !important;
  width: 150px;
}
.btn-success:hover {
  background-color: rgb(17, 167, 92) !important;
  color: #ffffff !important;
  border: none !important;
}

.chart-sz {
  position: absolute;
  right: -28px;
  bottom: 0;
}
.chart-sz .apexcharts-legend {
  right: 27px !important;
  top: 16px !important;
}
.chart-sz .apexcharts-legend .apexcharts-legend-text {
  font-size: 10px !important;
}

.rgt-nv .fill-svg {
  fill: #0A0B0D !important;
}

.tbl-ag.qut th {
  text-align: left !important;
}
.tbl-ag.qut td {
  text-align: left !important;
}

.fle-icn {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}

.cus-md.popup-modal {
  font-size: 12px;
}
.cus-md.popup-modal .header {
  width: 100%;
  border-bottom: 1px solid gray;
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
.cus-md.popup-modal .popup-content {
  width: 100%;
  padding: 10px 5px;
  z-index: 9999 !important;
}
.cus-md.popup-modal .actions {
  width: 100%;
  padding: 10px 5px;
  margin: auto;
  text-align: center;
}
.cus-md.popup-modal .close {
  cursor: pointer;
  position: absolute;
  display: block;
  padding: 2px 5px;
  line-height: 20px;
  right: -10px;
  top: -10px;
  font-size: 24px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #cfcece;
}

.intg .content {
  padding-top: 20px;
}
.intg h3 {
  color: #2563EB;
}
.intg .hd3 {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  margin-top: 50px;
}

.grd-int {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 100%;
  margin-top: 50px;
}
.grd-int .bx-inn {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px !important;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.grd-int .bx-inn .int-icn {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}

.react-flow__handle-left {
  left: -10px;
}

.back-ar {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.agn.qut .lst-cl {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.agn.qut .sts {
  width: auto;
  height: 25px;
  padding: 5px 0;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: auto;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px !important;
  font-size: 12px;
}
.agn.qut .sts.yellow {
  background-color: rgba(234, 185, 25, 0.4);
  color: rgb(234, 185, 25);
  border: 1px solid rgba(234, 185, 25, 0.5);
}

.tabs-cus {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.tabs-cus .btn-grp {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.tabs-cus .btn-grp button {
  border: none;
  background-color: transparent;
  color: #6B7280;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  width: 180px;
}
.tabs-cus .btn-grp .activePill {
  background-color: rgba(37, 99, 235, 0.08);
  color: #2563EB;
  font-weight: 600;
}

.qu-plans {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 100px;
}
.qu-plans .card {
  font-family: "poppins-reg" !important;
  width: 50%;
}
.qu-plans .card .plan-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qu-plans .card .plan-card h4 {
  font-size: 18px;
  display: flex;
  font-family: "poppins-reg";
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.qu-plans .card .plan-card h4 span {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #0A0B0D;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.qu-plans .card .plan-card h1 {
  font-size: 50px;
  color: #0A0B0D;
  font-family: "poppins-reg";
}
.qu-plans .card .plan-card h1 span {
  font-size: 16px;
  font-weight: normal;
}
.qu-plans .card .prg-qu {
  margin-top: 20px;
}
.qu-plans .card .prg-qu h5 {
  font-size: 14px;
  color: #0A0B0D;
  font-family: "poppins-reg";
}
.qu-plans .card-footer {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
}
.qu-plans .card-footer .no-btn {
  color: #2563EB;
  font-size: 16px;
  font-family: "poppins-med";
}
.qu-plans .card-footer .no-btn .fill-svg {
  fill: #2563EB;
}
.qu-plans .card.crd-pln {
  padding-top: 30px;
}
.qu-plans .card.crd-pln .plan-card {
  flex-direction: column;
  align-items: flex-start;
}
.qu-plans .card.crd-pln .plan-card h4 {
  margin-bottom: 5px;
}
.qu-plans .card.crd-pln .card {
  width: 100% !important;
  border-radius: 10px !important;
}
.qu-plans .card.crd-pln .card .visa-bx {
  display: flex;
  justify-content: space-between;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-ar {
  display: flex;
  align-items: flex-start;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-ar h5 {
  margin: 0 0 3px;
  font-family: "poppins-med" !important;
  font-size: 16px;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-ar p {
  font-style: italic;
  margin-bottom: 0;
}
.qu-plans .card.crd-pln .card .visa-bx {
  width: 100% !important;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-in {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-in .visa-cnt span {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  margin-top: 10px;
}
.qu-plans .card.crd-pln .card .visa-bx .visa-in .visa-cnt span b {
  font-weight: normal;
  color: #6B7280;
}

.dnl .btn {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.dnl .card-title {
  font-family: "poppins-med";
  font-size: 16px;
  color: #0A0B0D;
}

.login-page {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-image: url(../images/my-img/lgn-bg.png);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.login-page .login-box {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 8px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  width: 20%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}
.login-page .login-box .login-btn {
  display: flex;
}
.login-page .login-box .login-btn .btn {
  width: 100% !important;
}
.login-page .login-box .logo h2 {
  font-family: "poppins-med";
  margin-top: 0;
}
.login-page .login-box .login-form {
  width: 100%;
}
.login-page .login-box .login-form .form-group.wrksp {
  position: relative;
}
.login-page .login-box .login-form .form-group.wrksp .password-toggle {
  right: 10px;
  top: 45px;
}
.login-page .login-box .login-form .form-group small {
  color: #cccccc;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: 3px;
  width: 100%;
  display: flex;
}
.login-page .login-box .login-form .css-1jqq78o-placeholder {
  color: #5C6C7B !important;
}
.login-page .login-box .login-form .css-xqpab8-control {
  border-color: #ffffff;
}
.login-page .login-box .login-form .css-xqpab8-control .css-tj5bde-Svg {
  fill: rgba(0, 0, 0, 0.5);
}
.login-page .login-box .login-form .css-xqpab8-control:focus {
  border-radius: 8px !important;
}
.login-page .login-box .login-form .css-xqpab8-control,
.login-page .login-box .login-form .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  height: 40px;
  color: #0A0B0D;
}
.login-page .login-box .login-form .css-xqpab8-control:hover, .login-page .login-box .login-form .css-xqpab8-control:focus,
.login-page .login-box .login-form .form-control:hover,
.login-page .login-box .login-form .form-control:focus {
  border-color: #2563EB;
}
.login-page .login-box .login-form h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.login-page .login-box .login-form .form-group {
  margin-bottom: 20px;
}
.login-page .login-box .login-form .form-group label {
  margin-bottom: 3px;
  color: #ffffff;
  font-family: "poppins-reg";
  font-weight: normal;
}
.login-page .rm-me {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.login-page .rm-me label {
  color: #ffffff;
  font-weight: normal;
}
.login-page .rm-me label span {
  font-size: 0.8em;
}
.login-page .rm-me a {
  color: #ffffff;
  font-size: 0.8em;
}

.dnt-hv {
  font-size: 12px;
}
.dnt-hv span {
  color: #ffffff;
}
.dnt-hv a {
  color: #2563EB !important;
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.password-toggle .pswd {
  color: #0e121b;
}

.form-group.wrksp .password-toggle {
  right: 20px;
}

.datatable th,
.datatable td {
  padding: 4px 8px; /* adjust to taste */
}

.cust-action-btn {
  width: 120px !important;
}

/* From Uiverse.io by vishnupprajapat */
.checkbox-wrapper-46 input[type=checkbox] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #2563EB;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
  padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
  border-color: #2563EB;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child {
  background: #2563EB;
  border-color: #2563EB;
  animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave-46 {
  50% {
    transform: scale(0.9);
  }
}
.logo span.logo-lg {
  display: flex !important;
}

@media (max-width: 768px) {
  .login-page .login-box {
    width: 80% !important;
  }
  .cnt-nav .navbar ul.navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
    border-radius: 10px !important;
    height: 100vh !important;
  }
  .logo-box {
    position: relative;
    top: -5px;
  }
  .navbar-custom .top-items ul.list-unstyled.mobile-nv {
    display: block !important;
    position: absolute;
    z-index: 999;
    right: 0;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .frmid {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
  }
  ul.mobile-nv.list-unstyled.mobile-nv.topnav-menu.topnav-menu-left li:last-child {
    position: absolute;
    right: 10px;
    top: -20px;
  }
  .logo span.logo-sm {
    display: none !important;
  }
  .navbar-custom {
    height: 60px;
  }
  .navbar-custom .top-items .list-unstyled.topnav-menu {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%);
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    padding: 0 !important;
    background-color: transparent;
  }
  .navbar-custom .cnt-nav .navbar {
    height: 100%;
  }
  .navbar-custom .cnt-nav .navbar li.nav-item {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
  .navbar-custom .cnt-nav .navbar li.nav-item .nav-link {
    width: 100%;
    justify-content: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 20px;
  }
  html[data-layout-mode=horizontal] .navbar-toggle .lines {
    height: auto !important;
    margin: 0 !important;
  }
  .navbar-toggle {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
  }
  html[data-layout-mode=horizontal] .content-page {
    padding-top: 40px;
  }
  .rgt-nv.topnav-menu {
    background-color: #f8f8f8;
    padding-bottom: 10px !important;
  }
  .grd-bot,
  .grid-mid {
    grid-template-columns: 1fr;
  }
  .apexcharts-xaxis {
    position: relative !important;
    top: 100px !important;
  }
  .page-title-box .page-title-right {
    display: flex !important;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .page-title-box .page-title-right .btn-primary {
    width: 150px !important;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    row-gap: 10px;
  }
  .grd-int {
    row-gap: 20px;
  }
}
/* Ensure Google PlaceAutocompleteElement dropdown is visible above modals */
gmp-place-autocomplete::part(prediction-list) {
  position: absolute;
  z-index: 9999;
}

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

.frm-bld .container-fluid {
  height: auto !important;
  min-height: auto !important;
  max-width: 100% !important;
}
.frm-bld .navbar-custom {
  background-color: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 20px;
  padding: 0 20px;
}

.react-flow__handle {
  z-index: 1 !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}

.lve-pr textarea,
.lve-pr input {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  resize: none !important;
}
.lve-pr textarea:focus-visible, .lve-pr textarea:focus,
.lve-pr input:focus-visible,
.lve-pr input:focus {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  outline: none !important;
}

.lve-rad .radio-input label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 20px;
  cursor: pointer;
  height: 50px;
  position: relative;
}
.lve-rad .radio-input label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 45px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 10px;
  border: 2px solid transparent;
}
.lve-rad .radio-input label:hover::before {
  transition: all 0.2s ease;
  background-color: transparent;
}
.lve-rad .radio-input .lbl-rdd:has(input:checked)::before {
  border-color: #2563EB;
  height: 50px;
}
.lve-rad .radio-input .lbl-rdd {
  border: 2px solid rgba(0, 0, 0, 0.09) !important;
}
.lve-rad .radio-input .radio-opt {
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
}
.lve-rad .radio-input .lbl-rdd .text {
  color: #2563EB;
}
.lve-rad .radio-input .lbl-rdd input[type=radio] {
  background-color: #0A0B0D;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.08);
}
.lve-rad .radio-input .lbl-rdd input[type=radio]:checked {
  background-color: #2563EB;
}
.lve-rad .radio-input .lbl-rdd input[type=radio]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgba(0, 0, 0, 0.08);
  transform: scale(0);
}

.lve-sel .sel-fl {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.lve-sel .sel-fl:focus-visible, .lve-sel .sel-fl:focus {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  outline: none !important;
}

.pad-ul {
  padding: 0 0 30px !important;
}

.rght-det {
  position: relative;
}
.rght-det .total-det {
  position: sticky;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.qute-det .rg-mad {
  position: sticky;
  top: 0;
}

.for-nav .container-fluid {
  height: auto !important;
  min-height: auto !important;
  max-width: 100% !important;
}
.for-nav .navbar-custom {
  background-color: transparent !important;
}

.buil-can {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.drp-li button:hover .aft-hvr {
  background-color: #ffffff;
  color: #2563EB;
}

.brd-slc .abs-bg {
  left: 0 !important;
  transition: 0.3s ease-in;
}

.brds {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.brds .abs-bg {
  left: -4px !important;
  transition: 0.3s ease-in;
}
.brds .icn-rg {
  opacity: 0;
  transition: 0.3s ease-in;
}
.brds .icn-rg b {
  color: #0A0B0D;
}
.brds:hover .abs-bg {
  left: 0 !important;
  transition: 0.3s ease-out;
}
.brds:hover .icn-rg {
  opacity: 1;
  transition: 0.3s ease-out;
}

.prev-ht {
  height: 67vh !important;
}

.prev-max-ht {
  height: 80vh !important;
}

.prev-max {
  height: 100vh !important;
}

.slt-tr {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.fr-hist {
  max-height: calc(100vh - 230px) !important;
  margin-top: 170px !important;
}

.fr-max-hist {
  max-height: calc(100vh - 180px) !important;
  margin-top: 200px !important;
}

.inn-htt {
  max-height: calc(100vh - 400px) !important;
}

.qute-mdl .qute-icn {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.qute-mdl .qute-icn .icn-det {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.08) !important;
  border: 2px solid #ffffff !important;
  background-color: rgba(0, 0, 0, 0.06);
  color: #2563EB;
}
.qute-mdl .quote-ttl {
  display: flex;
}
.qute-mdl .modal-title {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.qute-mdl .modal-title span {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #0A0B0D !important;
}
.qute-mdl .modal-title .qut-id {
  font-size: 10px !important;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  color: #eeeeee;
  width: -moz-fit-content;
  width: fit-content;
}
.qute-mdl span.badge {
  color: #ffffff;
  height: 100%;
  font-weight: normal;
  background-color: #2563EB !important;
}
.qute-mdl .scrl-gd {
  max-height: calc(100vh - 400px) !important;
  overflow: auto;
}
.qute-mdl .scrl-gd::-webkit-scrollbar {
  width: 6px;
}
.qute-mdl .scrl-gd::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.qute-mdl .grd-qt {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.qute-mdl .grd-qt .rgt-qut {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 20px;
}
.qute-mdl .grd-qt .rgt-qut h5 {
  margin-top: 0;
  margin-bottom: 0;
  color: #2563EB;
}
.qute-mdl .lft-ans {
  overflow: auto;
}
.qute-mdl .lft-ans h5 {
  padding: 0 0 20px;
  border-radius: 10px;
  margin: 0;
  color: #2563EB !important;
}
.qute-mdl .grd-ans {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.qute-mdl .grd-ans .ans-fld {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  align-items: center;
}
.qute-mdl .grd-ans .ans-fld .quote-field-label {
  font-size: 12px;
  color: #2563EB;
  margin-bottom: 0 !important;
}
.qute-mdl .grd-ans .ans-fld .quote-field-value {
  font-size: 12px;
  color: #475467;
}
.qute-mdl .grd-ans .ans-fld .quote-field-value ul.ul-val {
  padding: 0;
  margin: 5px 0 0 0;
}
.qute-mdl .grd-ans .ans-fld .quote-field-value ul.ul-val li {
  border-left: 4px solid rgba(37, 99, 235, 0.1);
  background-color: rgba(0, 0, 0, 0.04);
  margin-bottom: 5px;
  list-style: none;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
}
.qute-mdl .grd-ans .ans-fld .quote-field-value ul.ul-val li:last-child {
  margin-bottom: 0;
}

.txt-rgt {
  width: 130px;
}

.flx-clm.ls-btn {
  width: auto !important;
}

.cust-pr {
  height: 30px !important;
  font-size: 12px !important;
  padding: 0 10px !important;
}

.btn-pr {
  height: 30px !important;
  font-size: 12px !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center;
}

.cust-pr.disabled-btn {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: rgba(0, 0, 0, 0.09) !important;
}

.btn-cust {
  background-color: rgba(37, 99, 235, 0.08) !important;
  color: #2563EB !important;
}
.btn-cust:hover {
  background-color: #2563EB !important;
  color: #ffffff !important;
}

.btn-dngr {
  background-color: rgba(255, 0, 0, 0.08) !important;
  color: rgb(255, 0, 0) !important;
}
.btn-dngr:hover {
  background-color: rgb(255, 0, 0) !important;
  color: #ffffff !important;
}

.flx-clm {
  display: flex !important;
  justify-content: end !important;
}

.btn-danger.dlt-dn {
  background-color: rgba(255, 0, 0, 0.1) !important;
  color: rgb(255, 0, 0) !important;
}
.btn-danger.dlt-dn:hover {
  background-color: rgb(255, 0, 0) !important;
  color: #ffffff !important;
}

.pr-txt {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

.het-cl {
  height: calc(100vh - 300px) !important;
}
.het-cl::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}
.het-cl::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 3px !important;
}
.het-cl::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.het-cl::-webkit-scrollbar-track {
  background-color: transparent !important;
}

.fr-cht-het {
  height: calc(100vh - 200px) !important;
}

.chat-bt-het {
  height: calc(100% - 59px) !important;
}
.chat-bt-het::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}
.chat-bt-het::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 3px !important;
}
.chat-bt-het::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.chat-bt-het::-webkit-scrollbar-track {
  background-color: transparent !important;
}

.ch-msg {
  height: calc(100% - 108px) !important;
}
.ch-msg::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}
.ch-msg::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 3px !important;
}
.ch-msg::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.ch-msg::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.cht-qute {
  height: calc(100vh - 447px) !important;
}
.cht-qute::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}
.cht-qute::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 3px !important;
}
.cht-qute::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.cht-qute::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.qut-chtt {
  height: 160px !important;
}
.qut-chtt::-webkit-scrollbar {
  width: 6px !important;
  background-color: transparent !important;
}
.qut-chtt::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 3px !important;
}
.qut-chtt::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.qut-chtt::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.02) !important;
}

@media (max-width: 768px) {
  .login-page .login-box {
    width: 80% !important;
  }
  .cnt-nav .navbar ul.navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
    border-radius: 10px !important;
    height: 100vh !important;
  }
  .logo-box {
    position: relative;
    top: -5px;
  }
  .navbar-custom .top-items ul.list-unstyled.mobile-nv {
    display: block !important;
    position: absolute;
    z-index: 999;
    right: 0;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .frmid {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
  }
  ul.mobile-nv.list-unstyled.mobile-nv.topnav-menu.topnav-menu-left li:last-child {
    position: absolute;
    right: 10px;
    top: -20px;
  }
  .logo span.logo-sm {
    display: none !important;
  }
  .navbar-custom {
    height: 60px;
  }
  .navbar-custom .top-items .list-unstyled.topnav-menu {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(100%, -50%);
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    padding: 0 !important;
    background-color: transparent;
  }
  .navbar-custom .cnt-nav .navbar {
    height: 100%;
  }
  .navbar-custom .cnt-nav .navbar li.nav-item {
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
  }
  .navbar-custom .cnt-nav .navbar li.nav-item .nav-link {
    width: 100%;
    justify-content: start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 20px;
  }
  html[data-layout-mode=horizontal] .navbar-toggle .lines {
    height: auto !important;
    margin: 0 !important;
  }
  .navbar-toggle {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background-color: #ffffff !important;
  }
  html[data-layout-mode=horizontal] .content-page {
    padding-top: 40px;
  }
  .rgt-nv.topnav-menu {
    background-color: #f8f8f8;
    padding-bottom: 10px !important;
  }
  .grd-bot,
  .grid-mid {
    grid-template-columns: 1fr;
  }
  .apexcharts-xaxis {
    position: relative !important;
    top: 100px !important;
  }
  .page-title-box .page-title-right {
    display: flex !important;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .page-title-box .page-title-right .btn-primary {
    width: 150px !important;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    row-gap: 10px;
  }
  .grd-int {
    row-gap: 20px;
  }
}/*# sourceMappingURL=admin.css.map */