div {
  outline: none;
}

body {
  line-height: 1.4;
  font-size: 16px;
  background-color: #1A1B77;
}

::-moz-selection {
  color: #1A1B77;
  background-color: #ECFF00;
}

::selection {
  color: #1A1B77;
  background-color: #ECFF00;
}

.text-sm {
  font-size: 14px;
}

.font-bold {
  font-weight: 600;
}

.text-neon {
  color: #ECFF00;
}

.text-neon-green {
  color: #3EFF00 !important;
}

.text-pink {
  color: #FF88F2 !important;
}

.text-pink-2 {
  color: #D600FF !important;
}

.text-dark {
  color: #080855 !important;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 2rem;
}

.text-xlg {
  font-size: 4rem;
  line-height: 4rem;
}

.text-mega {
  font-size: 6rem;
  line-height: 6rem;
}

.h-auto {
  height: auto !important;
}

.navbar-simplebar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 24px;
}

.hide-767 {
  display: block;
}

@media screen and (max-width: 767px) {
  .hide-767 {
    display: none;
  }
}

.show-767 {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-767 {
    display: block;
  }
}

.btn {
  font-weight: 600;
}

.btn.btn-primary {
  background-color: #ECFF00;
  border-color: #ECFF00;
  color: #080855;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #ECFF00;
  border-color: #ECFF00;
  color: #080855;
}

.btn.btn-outline-primary {
  background-color: transparent;
  border-color: #ECFF00;
  color: #ffffff;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  background-color: #ECFF00;
  border-color: #ECFF00;
  color: #080855;
}

.btn.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #080855;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background-color: #ECFF00 !important;
  border-color: #ECFF00 !important;
  color: #080855 !important;
}

.btn.btn-blue-1 {
  background-color: #080855;
  border-color: #080855;
  color: #ffffff;
}

.btn.btn-blue-1:hover, .btn.btn-blue-1:focus, .btn.btn-blue-1:active {
  background-color: #ECFF00 !important;
  border-color: #ECFF00 !important;
  color: #080855 !important;
}

.btn.btn-white-naked:hover, .btn.btn-white-naked:focus, .btn.btn-white-naked:active {
  background-color: #1E1EA5 !important;
  border-color: #1E1EA5 !important;
}

.btn.btn-icon {
  width: 40px;
}

.btn .fa-solid {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.btn-s-1 {
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btn-s-1 .btn-s-1-inner {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}

.btn-h-1 {
  height: 32px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-element-1 {
  position: fixed;
  bottom: 0;
  right: 0;
}

.h1-md {
  font-size: 2rem;
}

.h1-lg {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.display-tektur {
  font-family: 'Tektur', cursive;
  font-weight: 500;
}

.border-top,
.border-bottom,
.border-start,
.border-end,
.border {
  border-color: #2E2FCA !important;
}

.border-c-1 {
  border-color: #1A1B77 !important;
}

.bg-light {
  background-color: #0D0F68 !important;
}

.navbar-light {
  background-color: #0D0F68;
  border: 0px;
}

.navbar-nav .nav-link {
  font-family: 'Tektur', cursive;
  font-size: 1.1rem;
  color: #ffffff !important;
  font-weight: 500;
  opacity: 1;
}

.navbar-nav .nav-link .fa-solid {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: .5;
}

.navbar-nav .nav-link.active {
  color: #ECFF00 !important;
}

.navbar-nav .nav-link.active .fa-solid {
  opacity: 1;
  color: #FF88F2 !important;
}

.navbar-nav .nav-link.active:before {
  border-left: 2px solid #FF88F2 !important;
}

.navbar-nav .nav-link:hover {
  color: #ECFF00 !important;
}

.navbar-nav .nav-link:hover .fa-solid {
  opacity: 1;
  color: #FF88F2 !important;
}

.navbar-nav-style-1 .nav-link .fa-solid {
  width: 16px;
  font-size: 14px;
}

.main-content {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.nav-tabs {
  border-color: #2E2FCA;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #FF88F2;
}

.sub-nav-link .nav-link {
  font-size: 1rem;
  font-weight: 400;
  opacity: .7;
}

.sub-nav-link .nav-link.active {
  opacity: 1;
}

.sub-nav-link .nav-link:hover {
  opacity: 1;
}

.card-header, .card-footer {
  border-color: #1A1B77 !important;
}

.card {
  background-color: #080855 !important;
  border: 0px;
  color: #ffffff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.card.bg-card-trans {
  background-color: rgba(8, 8, 85, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card.bg-card-trans-2 {
  background-color: rgba(8, 8, 85, 0.4) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card.bg-card-trans-3 {
  background-color: rgba(5, 5, 52, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.card.bg-white {
  background-color: #ffffff !important;
  color: #080855 !important;
}

.card.bg-white .list-group-item {
  border-color: #DEDFE2;
  color: #080855;
}

.card.bg-white .border-top,
.card.bg-white .border-bottom,
.card.bg-white .border-start,
.card.bg-white .border-end,
.card.bg-white .border {
  border-color: #DEDFE2 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-success {
  background-color: #0E9000 !important;
}

.bg-pink {
  background-color: #FF88F2 !important;
}

.bg-pink-2 {
  background-color: #D600FF !important;
}

.bg-neon-green {
  background-color: #3EFF00 !important;
}

.bg-dblue {
  background-color: #1A1B77 !important;
}

.bg-dblue1 {
  background-color: #0D0F68 !important;
}

.bg-dblue2 {
  background-color: #080855 !important;
}

.bg-dblue3 {
  background-color: #040436 !important;
}

.bg-blue-bokeh {
  background-color: rgba(8, 8, 85, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.form-select {
  background-color: #ffffff;
  color: #080855;
}

.form-select-box-1 {
  background-image: none;
  padding: 0px 16px;
  height: 48px;
}

.form-200 {
  width: 200px;
}

.form-100 {
  width: 100px;
}

.form-select {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-100,
.form-200 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form-select-wrapper {
  position: relative;
}

.form-select-wrapper .fa-solid {
  color: #080855;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  right: 16px;
  z-index: 2;
}

.form-select-wrapper .form-select-box-1 {
  padding-right: 42px;
}

.form-select-style-1:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #2E2FCA;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-select-style-1 .form-select {
  background-color: transparent;
  border-color: transparent;
  z-index: 1;
  position: relative;
  color: #080855;
}

.form-select-style-1 .fa-solid {
  color: #080855;
}

.form-check-input {
  height: 1.2rem;
  width: 1.2rem;
  border-color: #3335C3;
  background-color: #3335C3;
}

.form-check-input:checked {
  background-color: #ECFF00;
  border-color: #ECFF00;
  color: #0D0F68;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%231A1B77' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%231A1B77'/%3E%3C/svg%3E");
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231A1B77'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231A1B77'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231A1B77'/%3E%3C/svg%3E");
}

.form-control {
  background-color: #0D0F68;
  border-color: #2E2FCA;
}

.form-control:focus[type=text] {
  background-color: #080855;
  border-color: #2E2FCA;
}

.form-style-1 {
  position: relative;
}

.form-style-1:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 48px;
  background-color: #0D0F68;
  border: 1px solid #2E2FCA;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-style-1 .form-control {
  background-color: transparent;
  border-color: transparent;
  height: 48px;
}

.form-style-1 .form-control:focus[type=text] {
  background-color: transparent;
  border-color: transparent;
}

.form-style-1 .form-control,
.form-style-1 .form-label {
  position: relative;
  z-index: 1;
}

.form-style-1:focus-within:after {
  background-color: #080855;
  border-color: #2E2FCA;
}

.form-style-1-number:after {
  height: 38px;
  width: 46px;
}

.form-style-1-number .form-control-number {
  padding: 0px;
  height: 38px !important;
  width: 46px;
  text-align: center;
  font-family: 'Tektur', cursive;
  font-weight: 500;
  font-size: 18px;
}

.form-style-1-number-2:after {
  height: 38px;
  width: 64px;
}

.form-style-1-number-2 .form-control-number {
  padding: 0px;
  height: 38px !important;
  width: 64px;
  text-align: center;
  font-family: 'Tektur', cursive;
  font-weight: 500;
  font-size: 18px;
}

.table th {
  border-color: #1A1B77;
}

.table td {
  border-color: #1A1B77;
}

.table thead th {
  background-color: #040436;
}

.table-th-0 thead th {
  background-color: transparent;
}

.table-th-style-1 thead .th-1 th {
  color: #3EFF00;
  font-size: 14px;
  font-weight: 600;
}

.table-th-style-1 thead th {
  color: #ffffff;
  text-transform: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: inherit;
}

.table-td-border tbody tr td {
  border-bottom: 1px solid #2E2FCA;
}

.table-th-border thead tr th {
  border-bottom: 1px solid #2E2FCA;
}

.table-hover tr:hover td {
  --bs-table-accent-bg: #1A1B77;
}

.table-hover-1 tr:hover td {
  --bs-table-accent-bg: rgba(8,8,85,.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.th-sticky thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  z-index: 4;
}

.table-sm-th th {
  padding: 8px;
}

.table-sm-td td {
  padding: 8px;
}

.table-sm > :not(caption) > * > * {
  padding: .5rem;
}

.table-sm thead th {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.td-wrap {
  white-space: normal !important;
}

.block-190 {
  max-width: 190px;
}

.pagination-tabs .active .page, .pagination-tabs .active .page-link {
  border-color: #FF88F2;
}

.box-score {
  display: inline-block;
  padding: 4px 8px;
  position: relative;
  font-family: 'Tektur', cursive;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.box-score:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1E1EA5;
  display: block;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.box-score span {
  position: relative;
  z-index: 1;
}

.box-score.box-score-sm {
  font-size: 16px;
  padding: 2px 6px;
}

.box-score.box-score-sm-2 {
  font-size: 20px;
  padding: 3px 7px;
}

.box-score.box-warning {
  color: #080855;
}

.box-score.box-warning:before {
  background-color: #FFDA00;
}

.box-score.box-success:before {
  background-color: #0E9000;
}

.box-score.box-danger:before {
  background-color: #FF0C00;
}

.box-score.box-pink:before {
  background-color: #D600FF;
}

.badge.bg-success {
  color: #ffffff !important;
}

.modal-content {
  background-color: rgba(8, 8, 85, 0.4);
  border-color: #1A1B77;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.box-skewed {
  display: inline-block;
  padding: 2px 6px;
  font-family: 'Tektur', cursive;
  font-weight: 500;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  font-size: 24px;
  color: #ffffff;
}

.highlight-success {
  position: relative;
}

.highlight-success:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  right: 8px;
  bottom: 4px;
  background-color: rgba(14, 144, 0, 0.5);
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.highlight-success td {
  position: relative;
  z-index: 1;
}

.box-skew-12 {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.circle-progress-value {
  stroke-width: 10px;
  stroke: #E6F90E;
  stroke-linecap: round;
}

.circle-progress-circle {
  stroke-width: 10px;
  stroke: #080855;
}

.circle-progress-text {
  fill: #ffffff;
  font-family: 'Tektur', cursive;
  font-size: 24px;
}

.circle-progress {
  width: 140px;
  height: 140px;
}

.circle-progress-wrap {
  position: relative;
}

.circle-progress-wrap:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 156px;
  height: 156px;
  background-color: #080855;
  border-radius: 50%;
}

.circle-progress-wrap .circle-progress {
  z-index: 1;
  position: relative;
}

.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: initial;
  width: initial;
  height: initial;
}

.navbar-simplebar {
  overflow-y: auto;
}

.nav-element-1 {
  position: fixed;
  top: 0;
  left: 213px;
  height: 40px;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  width: 40px;
  background-color: #0D0F68;
}

.swiper-nav-btn,
.swiper-nav-btn-mobile {
  position: absolute;
  top: calc(50% - 24px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  background-color: #0D0F68;
  color: #ECFF00;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  z-index: 10;
  opacity: 1;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.swiper-nav-btn .inner,
.swiper-nav-btn-mobile .inner {
  -webkit-transform: skewX(12deg);
          transform: skewX(12deg);
}

.swiper-nav-btn.swiper-nav-btn-prev,
.swiper-nav-btn-mobile.swiper-nav-btn-prev {
  left: 22px;
}

.swiper-nav-btn.swiper-nav-btn-next,
.swiper-nav-btn-mobile.swiper-nav-btn-next {
  right: 22px;
}

.swiper-nav-btn.swiper-button-disabled,
.swiper-nav-btn-mobile.swiper-button-disabled {
  opacity: 0;
}

.swiper-nav-btn:hover,
.swiper-nav-btn-mobile:hover {
  background-color: #ECFF00;
  color: #1A1B77;
}

.swiper-nav-btn-mobile {
  position: relative;
  top: inherit;
}

.swiper-nav-btn-mobile.swiper-nav-btn-prev {
  left: inherit;
}

.swiper-nav-btn-mobile.swiper-nav-btn-next {
  right: inherit;
}

.alert-dark {
  background-color: #0D0F68 !important;
}

@media screen and (min-width: 768px) {
  .navbar-vertical:not(.navbar-vertical-sm):not([style*="display: none"]) ~ .main-content .list-alert {
    left: 50%;
  }
}

.full-content {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1A1B77;
}

@media screen and (max-width: 767px) {
  .full-content.full-content-right-mobile {
    background-position: right;
  }
  .full-content.full-content-left-mobile {
    background-position: left;
  }
}

.mobile-ver {
  display: block;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
  height: 100vh;
}

.mobile-ver-content {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 101px;
  overflow-y: auto;
  display: block;
  padding-bottom: 62px;
}

.mobile-ver-content.mobile-ver-content-2 {
  top: 66px;
}

.mobile-ver-content.full-bottom {
  bottom: 0px;
}

.mobile-ver-content--has-simplebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: block;
}

.mobile-ver-content--has-simplebar.mobile-ver-content-2 {
  top: 66px;
}

.mobile-ver-logo {
  height: 46px;
}

@media screen and (max-width: 767px) {
  .mobile-ver-logo {
    height: 36px;
  }
}

.menu-icon {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 6px 6px 1rem 6px;
}

.menu-icon:before {
  content: '';
  position: absolute;
  top: 48px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1A1B77;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.menu-icon .menu-icon-img,
.menu-icon .menu-icon-text {
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.menu-icon .menu-icon-img {
  width: 80px;
}

.menu-icon .menu-icon-img img {
  width: 100%;
}

.menu-icon .menu-icon-text {
  font-family: 'Tektur', cursive;
  font-weight: 500;
  font-size: 1.2rem;
}

.menu-icon:hover {
  color: #ECFF00;
}

.menu-icon:hover .menu-icon-img {
  -webkit-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
}

.menu-icon:hover:before {
  top: 40px;
}

@media screen and (max-width: 767px) {
  .menu-icon .menu-icon-img {
    width: 72px;
  }
}

.accent-1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .accent-1 {
    display: block;
  }
}

.accent-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 304px;
}

@media screen and (max-width: 767px) {
  .accent-2 {
    width: 256px;
  }
}

.mobile-ver-top {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 560px;
  z-index: 10;
  height: 90px;
  border-bottom: 1px solid #2E2FCA;
  background-color: rgba(8, 8, 85, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 20;
}

.mobile-ver-top.mobile-ver-top-2 {
  height: 66px;
}

@media screen and (max-width: 767px) {
  .mobile-ver-top {
    width: 100%;
  }
}

.mobile-ver-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 560px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .mobile-ver-bottom {
    width: 100%;
    border-top: 1px solid #2E2FCA;
    background-color: rgba(8, 8, 85, 0.6) !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}

.menu-bottom {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  width: 74px;
  height: 64px;
  border-radius: 8px;
}

.menu-bottom:hover {
  color: #ECFF00;
}

.menu-bottom.active {
  color: #1A1B77;
  background-color: #ECFF00;
}

.subtitle-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 8;
}

.input-icon {
  position: relative;
}

.input-icon .fa-solid {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-icon .form-control {
  padding-left: 42px;
}

.block-scroll-1 {
  position: absolute;
  top: 252px;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-style-1 {
  position: relative;
  padding-left: 12px;
}

.title-style-1:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0px;
  width: 46%;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  height: 55px;
  background-color: #1A1B77;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.title-style-1 span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .flex-column-767 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.table-sticky-left-1 {
  display: table;
}

.table-sticky-left-1 .block-sticky {
  display: inline-block;
  width: 172px;
  float: left;
}

.table-sticky-left-1 .block-sticky .block-ellipsis {
  width: 124px;
}

.table-sticky-left-1 .block-sticky .block-sticky-th {
  height: 82px;
}

.table-sticky-left-1 .block-sticky .block-sticky-td {
  height: 47px;
}

.table-sticky-left-1 .block-scroll-wrapper {
  display: inline-block;
  overflow-y: hidden;
  overflow-x: auto;
  float: left;
  width: calc(100% - 172px);
}

.table-sticky-left-1 .block-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-sticky-left-1 .block-scroll .block-scroll-item {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #2E2FCA;
}

.table-sticky-left-1 .block-scroll .block-scroll-item:last-child {
  border-right: 0px;
}

.chart-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.chart-custom .cc-item {
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  padding-bottom: 6px;
  border-bottom: 1px solid #2E2FCA;
  font-size: 13px;
}

.chart-custom .cc-item .cc-title {
  width: 100px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.chart-custom .cc-item .cc-number {
  width: 80px;
  text-align: right;
}

.chart-custom .cc-item .cc-progress .progress {
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .chart-custom .cc-item {
    -ms-flex-preferred-size: calc(100% - 6px);
        flex-basis: calc(100% - 6px);
  }
  .chart-custom .cc-item .cc-title {
    width: 60px;
  }
}

.col-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-custom .col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  padding: 18px 12px 12px 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}

.col-custom .col-item .col-number {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .row-sm-mobile {
    margin-left: -6px;
    margin-right: -6px;
  }
  .row-sm-mobile > * {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=addon-v2.css.map */