@charset "UTF-8";
@import url("inc/bootstrap/bootstrap.min.css");
@import url("inc/splide/splide.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");

body {

  font-family: 'Roboto';
  font-style: normal;
  font-size: 15px;
  line-height: 1.55rem;
  letter-spacing: -0.015rem;
  color: #232D42;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 0;
}

::selection {
  background: rgba(30, 116, 253, 0.3);
}

a {
  transition: none;
  color: #0D6EFD;
  outline: 0 !important;
  text-decoration: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

a:hover, a:active, a:focus {
  outline: 0 !important;
  color: #0D6EFD;
  text-decoration: none;
}


button {
  outline: 0 !important;
}

button:hover, button:active, button:focus {
  outline: 0 !important;
}


textarea,
.form-control {
  background-clip: padding-box;
  background-image: linear-gradient(transparent, transparent);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bg-login{
  background-image: url("../img/bg_login2.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}

.bg-gradient-login{
  background-color: rgba(1, 0, 21, 0.2);
  height: 100vh;
}

.form-group {
  width: 100%;
}

.form-group .form-label {
  font-size: 11px;
  font-weight: 500;
  color: #141515;
  display: block;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 10px;
}

.form-group>label {
  margin-bottom: 5px;
}

.form-group textarea {
  resize: none;
}

.form-group .input-info {
  font-size: 11px;
  color: #A1A1A2;
}

.form-group .clear-input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F5050;
  height: 38px;
  font-size: 22px;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 32px;
  opacity: 0.5;
  display: none;
}

.form-group .clear-input i.bi {
  font-size: 20px;
}

.form-group .clear-input:hover, .form-group .clear-input:active {
  opacity: 0.8;
}

.form-group .input-wrapper {
  position: relative;
}

.form-group .input-wrapper.not-empty .clear-input {
  display: flex;
}

.form-group .input-wrapper.active .form-label {
  color: #1E74FD !important;
}

.form-group.basic {
  padding: 8px 0;
  margin: 0;
}

.form-group.basic .form-label {
  margin-bottom: 0;
}

.form-group.basic .form-control,
.form-group.basic .custom-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E1E1E1;
  padding: 0 30px 0 0;
  border-radius: 0;
  height: 40px;
  color: #141515;
  font-size: 15px;
}

.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
  border-bottom-color: #0D6EFD;
  box-shadow: inset 0 -1px 0 0 #0D6EFD;
}

.form-group.basic textarea.form-control {
  height: auto;
  padding: 7px 40px 7px 0;
}

.form-group.basic.animated .form-label {
  margin-top: 20px;
  opacity: 0;
  top: -3px;
  transition: 0.2s all;
  position: absolute;
}

.form-group.basic.animated .input-wrapper {
  padding-top: 5px;
}

.form-group.basic.animated .input-wrapper.not-empty .form-label {
  margin-top: 0;
  opacity: 1;
}

.form-group.boxed {
  margin: 0;
  padding: 8px 0;
}

.form-group.boxed .form-control {
  background: transparent;
  box-shadow: none;
  padding: 10px 16px;
}

.form-group.boxed .form-control:focus {
  background: #0c1624;
}

.form-group.boxed textarea.form-control {
  height: auto;
  padding: 7px 40px 7px 16px;
}

.form-group.boxed .clear-input {
  right: 0;
  height: 42px;
  width: 40px;
}

.form-group.boxed .form-label {
  margin-bottom: 8px;
}

.input-group .input-group-text {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E1E1E1;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  color: #141515;
  height: 40px;
  width: auto;
  padding: 0 10px 0 0;
}


.wide-block {
  background: #FFFFFF;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px; */
}

.wide-block.transparent {
  background: transparent !important;
}

.section {
  margin: 3rem;
}

.section.full {
  padding: 0;
}


.imaged {
  height: auto;
  border-radius: 6px;
}

.imaged.w16 {
  width: 16px !important;
}

.imaged.w24 {
  width: 24px !important;
}

.imaged.w32 {
  width: 32px !important;
}

.imaged.w36 {
  width: 36px !important;
}

.imaged.w48 {
  width: 48px !important;
}

.imaged.w64 {
  width: 64px !important;
}

.imaged.w76 {
  width: 76px !important;
}

.imaged.w86 {
  width: 86px !important;
}

.imaged.w100 {
  width: 100px !important;
}

.imaged.w120 {
  width: 120px !important;
}

.imaged.w140 {
  width: 140px !important;
}

.imaged.w160 {
  width: 160px !important;
}

.imaged.w180 {
  width: 180px !important;
}

.imaged.w200 {
  width: 200px !important;
}

.imaged.img-fluid {
  width: 100%;
}

.imaged.rounded {
  border-radius: 100% !important;
}

.imaged.radius {
  border-radius: 6px !important;
}

.imaged.square {
  border-radius: 0 !important;
}

.imaged.filter-grayscale {
  filter: grayscale(100%);
}

.imaged.filter-sepia {
  filter: sepia(80%);
}

.imaged.filter-blur {
  filter: blur(1px);
}

.imaged.shadowed {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.imaged.mirrored {
  transform: scaleX(-1);
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader .loading-icon {
  width: 42px;
  height: auto;
  animation: loadingAnimation 1s infinite;
}


.section.inset .wide-block {
  border: none;
  border-radius: 6px;
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .quote-main-danger {
  border-left: 16px solid #d9534f;
} */


.form-control::placeholder {
  color: #ccc;
  font-size: 0.9rem;
}

.btn-block {
  width: 100%;
}

.form-group.boxed .form-control:disabled{
  background-color: #eaeaea;
}

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  margin-right: 9px;
  position: relative;
  z-index: 1;
}

.btn-primary-border{
  color: #0D6EFD;
  background-color: : #ffffff !important;
}

.btn-primary {
  background: #0D6EFD;
  border-color: #0D6EFD !important;
  color: #ffffff !important;
  box-shadow: 0px 8px 16px rgba(13, 110, 253, 0.24);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #0D6EFD;
  border-color: #0D6EFD !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #0D6EFD;
  border-color: #0D6EFD;
  opacity: 0.5;
}

.form-control:disabled, .form-control[readonly] {
  background: transparent;
  color: #212B36;
}


.btn-outline-primary {
  background: transparent;
  border-color: #0d6efd;
  border-width: 1px !important;
  color: #0d6efd;
  transition: none;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
  background: rgb(240, 165, 0, 0.15) !important;
  border-color: #d3a542 !important;
  color: #FFFFFF !important;
}

.btn-outline-primary.active {
  background: #d3a542 !important;
  color: #fff !important;
  border-color: #d3a542 !important;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FFFFFF !important;
  border-color: #5424FD !important;
  background: transparent !important;
  opacity: 0.5;
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #FFFFFF;
  background-color: #d3a542;
  border-color: #d3a542;
}

.btn-outline-primary2{
  background-color: #ffffff;
  border-color: #0D6EFD;
  color: #0d6efd;
}

box-shadow+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus{
  box-shadow: 0 0 0 0.15rem rgb(255 235 59 / 50%);
}

.dropdown-menu {
  background: #141414;
  border: 1px solid #333131;
  color: #fff;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #d3a542;
}

.dropdown-item:hover {
  background-color: #d3a542;
  color: #fff;
}


/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: white;
    /* transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff !important;
    -webkit-text-background-color: transparent !important; */

} */

.modal-header{
  background-color: #d3a542;
  color: #FFFFFF;
}
.modal-footer{
  background-color: #d3a542;
}
.modal-content {
  background-color: #141414 !important;
}
.board{
  background: #F0F2FA;
}


.form-control {
  border: 1px solid rgba(145, 158, 171, 0.32) !important;
  color: #ffffff !important;
  background-color: transparent !important; /* Ensure the input background is transparent */
  position: relative;
  z-index: 0; /* Ensure the input is below the label */
  border-radius: 8px;
}
.form-control.success {
  border: 1px solid #198754 !important;
  color: #212B36;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform: scale(0.9) translateY(-0.9rem) translateX(1.5rem);
}

.form-floating>.form-control, .form-floating>.form-select {
  color: #ffffff;
}
.form-floating>label{
  width: auto;
  transform: scale(0.9) translateY(-0.9rem) translateX(1.5rem);
  background-color: rgb(1 0 39);
  color: #ffffff;
  opacity: 1 !important;
  padding: 0rem 1em !important;
  height: auto;
  z-index: 999;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext {
  padding: 1rem 1.8rem;
  color: #ffffff;
}

.form-control:disabled {
  background-color: #FFF !important;
  opacity: 0.65;
}

.section-2{
  padding: 4rem 0px 0px 30px;
}

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

.project-name{
  color: #232D42 !important;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Roboto';
  font-style: normal;
}

.project-desc{
  color: #232D42;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto';
  font-style: normal;
}

.title{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #232D42;
}

.title-desc{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8A92A6;
}

.me-6{
  margin-right: 5rem!important;
}

.text-muted{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */


  /* Light Blue Grey */

  color: #8A92A6;

}

.logo-mobile{
  display: none !important;
}

/* mobile view */
@media only screen and (max-width: 768px){

  .hide{
    display: none !important;
  }

  .logo-mobile{
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .mb-7{
    padding-bottom: 3rem;
  }

  .mobile-flex{
    display: block !important;
    line-height: 3;
  }

  .mt-6{
    margin-top: 3rem;
  }

  .me-6 {
    margin-right: 0rem !important;
  }

  .section{
    margin: 2rem !important;
  }

  .logo{
    max-width:59% !important;
  }

  .bg-login{
    height: auto !important;
  }

  .title-gradient{
    font-size: 50px !important;
  }
}

.mt-2{
  margin-top: 1.5rem;
}
ul.SteppedProgress {
    counter-reset: step;
    display: flex;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.SteppedProgress li {
    list-style-type: none;
    color: #232D42;
    line-height: normal;
    flex: 1;
    font-size: 16px;
    position: relative;
    padding: 0 2%;
}
.SteppedProgress li.boxed span,
.SteppedProgress li.current span {
    background: silver;
    border: 1px solid silver;
    color: gray;
    display: inline-block;
    padding: 3px 6px;
    position: relative;
    margin: 0px -6px;
    width: 100%;
}
.SteppedProgress li.boxed span:after,
.SteppedProgress li.current span:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: silver;
    border-width: 10px;
    margin-left: -10px;
}
.SteppedProgress li.current span {
    background: #4170b0;
    color: #fff;
}
.SteppedProgress li.current span:after {
    border-bottom-color: #4170b0;
}
.SteppedProgress li.current.canHover span:hover {
    background: #b9cce5;
    border-color: #4170b0;
    color: #4170b0;
}
.SteppedProgress li.current.canHover span:hover:after {
    border-bottom-color: #b9cce5;
}
.SteppedProgress li.complete.boxed span {
    background: #23b900;
    color: #fff;
}
.SteppedProgress li.complete.boxed span:after {
    border-bottom-color: #23b900;
}
.SteppedProgress li.complete.boxed.canHover span:hover {
    background: #95ff7c;
    border-color: #23b900;
    color: #23b900;
    cursor: pointer;
}
.SteppedProgress li.complete.boxed.canHover span:hover:after {
    border-bottom-color: #23b900;
    cursor: pointer;
}
.SteppedProgress li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #fff;
    background: gray;
    border-radius: 15px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
}
.SteppedProgress li:after {
    content: "";
    width: 100%;
    height: 6px;
    background: silver;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
}
.SteppedProgress li:first-child:after {
    content: none;
}
.SteppedProgress li.complete:before {
    background: #0D6EFD;
    color: white;
}
.SteppedProgress li.complete:after {
    background: #0D6EFD;
}
ul.SteppedProgress.Vertical {
    display: block;
}
.SteppedProgress.Vertical li {
    flex: none;
    clear: both;
    text-align: left;
    padding: 0;
    margin-left: 0;
    min-height: 4.2em;
}
.SteppedProgress.Vertical li span {
    white-space: nowrap;
}
ul.SteppedProgress.Vertical li:before {
    float: none;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    margin-left: 0;
}
.SteppedProgress.Vertical li:after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 12px;
    top: -70%;
    z-index: -1;
}
ul.SteppedProgress.Vertical li.boxed,
ul.SteppedProgress.Vertical li.current {
    min-width: 90%;
}
ul.SteppedProgress.Vertical li.boxed span,
ul.SteppedProgress.Vertical li.current span {
    display: inline;
    margin-left: 0;
}
ul.SteppedProgress.Vertical li.boxed span:after,
ul.SteppedProgress.Vertical li.current span:after {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 7px;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: silver;
    margin: 0;
}
ul.SteppedProgress.Vertical li.current span:after {
    border-right-color: #4170b0;
}
ul.SteppedProgress.Vertical li.complete.boxed span:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #23b900;
}
@media (max-width: 480px) {
    ul.SteppedProgress {
        display: block;
    }
    .SteppedProgress li {
        flex: none;
        clear: both;
        text-align: left;
        padding: 0;
        margin-left: 0;
        min-height: 2.2em;
    }
    .SteppedProgress li span {
        white-space: nowrap;
    }
    ul.SteppedProgress li:before {
        float: none;
        display: inline-block;
        margin-right: 10px;
        text-align: center;
        margin-left: 0;
    }
    .SteppedProgress li:after {
        content: "";
        width: 6px;
        height: 100%;
        position: absolute;
        left: 12px;
        top: -50%;
        z-index: -1;
    }
    ul.SteppedProgress li.boxed,
    ul.SteppedProgress li.current {
        min-width: 90%;
    }
    ul.SteppedProgress li.boxed span,
    ul.SteppedProgress li.current span {
        display: inline;
        margin-left: 0;
    }
    ul.SteppedProgress li.boxed span:after,
    ul.SteppedProgress li.current span:after {
        bottom: auto;
        left: auto;
        right: 100%;
        top: 7px;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: silver;
        margin: 0;
    }
    ul.SteppedProgress li.current span:after {
        border-right-color: #4170b0;
    }
    ul.SteppedProgress li.complete.boxed span:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #23b900;
    }
}
/*# sourceMappingURL=ProgressIndicator.css.map */

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

.step-title{
  color: #232D42;
  font-weight: 700;
  font-size: 25px;
}
.step-desc{
  color: #8A92A6;
  font-weight: 400;
  font-size: 14px;
}
.font-black{
  color: #232D42;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel]{
  padding: 0.9em 1.8rem;
}

.hidden {
  display: none;
}

.nav-tabs{
  border: none;
}

.font-weight {
  font-weight: 700;
}

.container{
  max-width: 100%;
}

#loader .loading-icon {
  width: 42px;
  height: auto;
  animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.dark-mode-active #loader {
  background: #0c1624;
}

.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.form-country{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAABaUlEQVR4nO2Wz0pCQRjFf2i6ydop9ArZO1T7FhrlK0TSH+spxNcw61GCaJMFJZn71rqolfHBufBtwjtzLxLkgYELM+ecud98cxhY4Q+hDLSAW+ANmGnY90BztiZXHAIfwHzBGAPNPAwLQM8JPwEXwDawrlEHLoGhW9cVNxo9CX0BJwvEbO5UaxPz6PLOJbQbwNtz5o1Q07I7U/vTULTFfQdKIcSWO9OYsyoCz9I4CiHeiXROPDrSuAkhjUSy7o1FXRp2z1NjKlIlg/GGNKbLNt6MMR7lUOod19mpMRDJEikW19Lox1ynYYbr9CKN49AAGYtoMRiKM3EnwFooueki02IwLfaBb3EPiETXmbdVwt9Q1J8mpp9ANda44MznisGOwqGiYd175c40MU3W18iAhq7FoofAROWtuqzObF5S4Fv2vioYZtpQX93rG6mWp3koqu5lYpvd4r+Y11zZH5ZpnJg/AvfLNl4Bww/dcoIlpDH7/gAAAABJRU5ErkJggg==") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center;
  background-size: 15px 15px;
  color: #212529;
}

.form-date{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAXUlEQVR4nGNgGEDwH4qppY4+FngxMDA8RtL0n0QM0uuJzwJKDP8PxY+o5l1y9NPNgv8U4oG3gFzwf9QCugXRfxyROmoB/YIIFxh4Cx7Turj2hCqgxHAPCkKAYQQCAB33r5FMEotJAAAAAElFTkSuQmCC") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center;
  background-size: 18px 18px;
  color: #212529;
}

.logo{
  max-width:60%;
}

body.dark-mode-active {
  background: #0c1624;
  color: #e8eefb;
}

body.dark-mode-active.bg-light, body.dark-mode-active.bg-white {
  background: #0c1624 !important;
}

body.dark-mode-active #loader {
  background: #0c1624;
}

body.dark-mode-active select option {
  background: #0c1624;
  color: #fff;
}

body.dark-mode-active .text-muted {
  color: #586d7f !important;
}

body.dark-mode-active .bg-dark {
  background: #000 !important;
}

body.dark-mode-active .bg-light {
  background: #fff !important;
}

body.dark-mode-active h1,
body.dark-mode-active h2,
body.dark-mode-active h3,
body.dark-mode-active h4,
body.dark-mode-active h5,
body.dark-mode-active h6 {
  color: #FFFFFF;
}

body.dark-mode-active h1 small,
body.dark-mode-active h2 small,
body.dark-mode-active h3 small,
body.dark-mode-active h4 small,
body.dark-mode-active h5 small,
body.dark-mode-active h6 small {
  color: #8195a6;
}

body.dark-mode-active .lead {
  color: #586d7f !important;
}

body.dark-mode-active .appHeader {
  background: #0F1C2F;
  border-bottom-color: #1B283B;
}

body.dark-mode-active .appHeader .pageTitle {
  color: #FFFFFF;
}

body.dark-mode-active .appHeader.transparent {
  background: transparent !important;
}

body.dark-mode-active .appHeader.bg-light .left .headerButton,
body.dark-mode-active .appHeader.bg-light .right .headerButton {
  color: #141515;
}

body.dark-mode-active .appHeader.bg-light .pageTitle {
  color: #141515;
}

body.dark-mode-active .appHeader .left .headerButton,
body.dark-mode-active .appHeader .right .headerButton {
  color: #FFFFFF;
}

body.dark-mode-active .extraHeader {
  background: #ffffff;
  color: #232398;
  border-radius: 20px;
  padding: 5px;
}

body.dark-mode-active .nav-tabs .nav-link {
  border-radius: 33px;
  padding: 5px;
}

body.dark-mode-active .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #050326;
  color: #fff;

}
body.dark-mode-active .appHeader.scrolled {
  background: transparent;
  border-bottom-color: transparent;
}

body.dark-mode-active .appHeader.scrolled.is-active {
  background: #0F1C2F;
  border-bottom-color: #1B283B;
}

body.dark-mode-active .section-title {
  color: #8195a6;
}

body.dark-mode-active .section .wide-block {
  background: #0F1C2F;
  border-top-color: #1B283B;
  border-bottom-color: #1B283B;
  padding: 40px;
  border-radius: 15px;
}

body.dark-mode-active .section .content-header,
body.dark-mode-active .section .content-footer {
  color: #586d7f;
}

body.dark-mode-active .section.inset .wide-block {
  border-color: #1B283B;
}

body.dark-mode-active .header-large-title .title {
  color: #FFFFFF;
}

body.dark-mode-active .header-large-title .subtitle {
  color: #FFFFFF !important;
}

body.dark-mode-active .appBottomMenu {
  background: #0F1C2F;
  border-top-color: #1B283B;
}

body.dark-mode-active .appBottomMenu .item i.bi,
body.dark-mode-active .appBottomMenu .item i.icon,
body.dark-mode-active .appBottomMenu .item ion-icon,
body.dark-mode-active .appBottomMenu .item strong {
  color: #FFFFFF;
}

body.dark-mode-active .appBottomMenu .item:hover i.bi,
body.dark-mode-active .appBottomMenu .item:hover i.icon,
body.dark-mode-active .appBottomMenu .item:hover ion-icon,
body.dark-mode-active .appBottomMenu .item:hover strong {
  color: #FFFFFF;
}

body.dark-mode-active .appBottomMenu.bg-light .item i.bi,
body.dark-mode-active .appBottomMenu.bg-light .item i.icon,
body.dark-mode-active .appBottomMenu.bg-light .item ion-icon,
body.dark-mode-active .appBottomMenu.bg-light .item strong {
  color: #141515;
}

body.dark-mode-active .appBottomMenu.bg-light .item:hover i.bi,
body.dark-mode-active .appBottomMenu.bg-light .item:hover i.icon,
body.dark-mode-active .appBottomMenu.bg-light .item:hover ion-icon,
body.dark-mode-active .appBottomMenu.bg-light .item:hover strong {
  color: #141515;
}

body.dark-mode-active .accordion {
  border-top-color: #1B283B;
  border-bottom-color: #1B283B;
  background: #0c1624 !important;
}

body.dark-mode-active .accordion .accordion-body {
  background: #0F1C2F;
}

body.dark-mode-active .accordion .accordion-header .btn,
body.dark-mode-active .accordion .accordion-header .accordion-button {
  color: #FFFFFF;
  background: #0F1C2F !important;
}

body.dark-mode-active .accordion .accordion-header .btn:active, body.dark-mode-active .accordion .accordion-header .btn:hover,
body.dark-mode-active .accordion .accordion-header .accordion-button:active,
body.dark-mode-active .accordion .accordion-header .accordion-button:hover {
  background-color: #0F1C2F !important;
}

body.dark-mode-active .accordion .accordion-header .btn:after,
body.dark-mode-active .accordion .accordion-header .accordion-button:after {
  color: #586d7f;
}

body.dark-mode-active .accordion .accordion-header .btn.collapsed:before,
body.dark-mode-active .accordion .accordion-header .accordion-button.collapsed:before {
  background: #1B283B !important;
}

body.dark-mode-active .inset .accordion {
  border-color: #1B283B;
}

body.dark-mode-active .action-sheet .offcanvas-header {
  border-bottom-color: #1B283B;
}

body.dark-mode-active .action-sheet .offcanvas-header .close-button {
  color: #586d7f;
}

body.dark-mode-active .action-sheet .offcanvas-header .offcanvas-title {
  color: #FFFFFF;
}

body.dark-mode-active .ios-add-to-home .action-sheet-content,
body.dark-mode-active .android-add-to-home .action-sheet-content {
  color: #FFFFFF;
}

body.dark-mode-active .ios-add-to-home:before,
body.dark-mode-active .android-add-to-home:before {
  border-top-color: #0F1C2F;
}

body.dark-mode-active .action-button-list > li .btn {
  color: #FFFFFF;
}

body.dark-mode-active .action-button-list > li .btn:active, body.dark-mode-active .action-button-list > li .btn.active {
  background: rgba(27, 40, 59, 0.3) !important;
}

body.dark-mode-active .action-button-list .action-divider {
  background: #1B283B;
}

body.dark-mode-active .listview.transparent {
  background: transparent !important;
}

body.dark-mode-active .listview-title {
  color: #8195a6;
}

body.dark-mode-active .listview-title .link {
  color: #586d7f;
}

body.dark-mode-active .listview-title.sticky-title {
  background: #0c1624;
  box-shadow: 0 1px 0 #1B283B, 0 -1px 0 #1B283B;
}

body.dark-mode-active .listview-title.sticky-title strong {
  color: #FFFFFF;
}

body.dark-mode-active .listview-title.sticky-title .text-small {
  color: #586d7f;
}

body.dark-mode-active .listview {
  color: #FFFFFF;
  background-color: #0F1C2F !important;
  border-top-color: #1B283B;
  border-bottom-color: #1B283B;
}

body.dark-mode-active .listview .text-muted {
  color: #586d7f !important;
}

body.dark-mode-active .listview > li:after {
  background: #1B283B;
}

body.dark-mode-active .listview > li header,
body.dark-mode-active .listview > li footer {
  color: #8195a6;
}

body.dark-mode-active .listview > li.divider-title {
  background: rgba(0, 0, 0, 0.1);
  color: #8195a6;
  border-top-color: #1B283B;
  border-bottom-color: #1B283B;
}

body.dark-mode-active .link-listview > li a {
  color: #FFFFFF !important;
}

body.dark-mode-active .link-listview > li a:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.dark-mode-active .link-listview > li a:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .image-listview > li a.item {
  color: #FFFFFF !important;
}

body.dark-mode-active .image-listview > li a.item:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .image-listview > li a.item:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='10px' height='16px' viewBox='0 0 10 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Listview' transform='translate(-112.000000, -120.000000)' stroke='%23586d7f' stroke-width='2.178'%3E%3Cpolyline id='Path' points='114 122 120 128 114 134'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

body.dark-mode-active .image-listview.media > li {
  border-bottom: 1px solid #1B283B;
}

body.dark-mode-active .btn-light {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

body.dark-mode-active .btn-light:hover, body.dark-mode-active .btn-light:active {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
  opacity: 0.8;
}

body.dark-mode-active .btn-dark {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

body.dark-mode-active .btn-dark:hover, body.dark-mode-active .btn-dark:active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  opacity: 0.6;
}

body.dark-mode-active .btn-outline-light {
  border-color: #fff !important;
  color: #fff !important;
}

body.dark-mode-active .btn-outline-light:hover, body.dark-mode-active .btn-outline-light:active {
  color: #fff !important;
  border-color: #fff !important;
}

body.dark-mode-active .btn-outline-dark {
  border-color: #000 !important;
  color: #000 !important;
}

body.dark-mode-active .btn-outline-dark:hover, body.dark-mode-active .btn-outline-dark:active {
  color: #000 !important;
  border-color: #000 !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

body.dark-mode-active .card {
  background: #0F1C2F;
  padding: 20px 0px;
}

body.dark-mode-active .card .card-title {
  color: #FFFFFF;
}

body.dark-mode-active .card .card-subtitle {
  color: #FFFFFF;
}

body.dark-mode-active .card .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

body.dark-mode-active .card .card-footer {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: #8195a6;
}

body.dark-mode-active .card .text-muted {
  color: #586d7f !important;
}

body.dark-mode-active .card.bg-light {
  color: #4F5050;
}

body.dark-mode-active .card.bg-light .card-title {
  color: #141515;
}

body.dark-mode-active .card.bg-light .card-subtitle {
  color: #141515;
}

body.dark-mode-active .card.bg-light .card-header {
  color: #000;
  border-bottom-color: #E1E1E1;
}

body.dark-mode-active .blockquote-footer {
  color: #8195a6;
}

body.dark-mode-active .custom-control .custom-control-label {
  color: #FFFFFF;
}

body.dark-mode-active .custom-control .custom-control-label:before {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

body.dark-mode-active .custom-control .custom-control-label:active:before {
  background: transparent !important;
  border-color: #1B283B !important;
}

body.dark-mode-active .input-list .custom-control:after {
  background: #1B283B;
}

body.dark-mode-active .input-list .custom-control-label:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .form-check .form-check-label {
  color: #FFFFFF;
}

body.dark-mode-active .form-check .form-check-label:after {
  border-color: #23344c;
}

body.dark-mode-active .input-list .form-check:after {
  background: #1B283B;
}

body.dark-mode-active .input-list .form-check .form-check-label:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .form-switch .form-check-label:after {
  background: #0d1727;
}

body.dark-mode-active .form-switch .form-check-label:before {
  background: #ffffff;
}

body.dark-mode-active .form-switch .form-check-input:checked ~ .form-check-label:after {
  background-color: #1E74FD;
  border-color: #1E74FD !important;
}

body.dark-mode-active .form-switch .form-check-input:checked ~ .form-check-label:before {
  opacity: 1;
}

body.dark-mode-active .chip {
  background: #1B283B;
  color: #FFFFFF;
}

body.dark-mode-active .chip.chip-outline {
  box-shadow: inset 0 0 0 1px #1B283B;
  background: transparent;
}

body.dark-mode-active .chip .chip-icon {
  background: #8195a6;
  color: #fff;
}

body.dark-mode-active .chip .chip-delete {
  color: #FFFFFF;
}

body.dark-mode-active .comment-block .item .text {
  color: #8195a6;
}

body.dark-mode-active .comment-block .item .comment-header .title {
  color: #FFFFFF;
}

body.dark-mode-active .comment-block .item .comment-header .time {
  color: #586d7f;
}

body.dark-mode-active .comment-block .item .comment-footer .comment-button {
  color: #8195a6 !important;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content {
  background: #0F1C2F;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn {
  border-bottom-color: #1B283B !important;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-list .btn.active {
  background: rgba(27, 40, 59, 0.3) !important;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline {
  background: #1B283B;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn {
  background: #0F1C2F;
  color: #8195a6;
  border-right-color: #1B283B !important;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:hover, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:focus, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn:active, body.dark-mode-active .dialogbox .modal-dialog .modal-content .btn-inline .btn.active {
  background: rgba(15, 28, 47, 0.7) !important;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-header .modal-title {
  color: #FFFFFF;
}

body.dark-mode-active .dialogbox .modal-dialog .modal-content .modal-footer {
  border-top-color: #1B283B;
}

body.dark-mode-active .divider {
  background: #1B283B;
}

body.dark-mode-active .divider .icon-box {
  background: #1B283B;
}

body.dark-mode-active .dropdown-item {
  color: #ffffff;
}

body.dark-mode-active .dropdown-item:hover {
  background: rgba(27, 40, 59, 0.5) !important;
  color: #FFFFFF;
}

body.dark-mode-active .dropdown .dropdown-menu,
body.dark-mode-active .dropup .dropdown-menu {
  background: #0c1624;
  border: 1px solid #1B283B;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-item,
body.dark-mode-active .dropup .dropdown-menu .dropdown-item {
  color: #FFFFFF;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:hover, body.dark-mode-active .dropdown .dropdown-menu .dropdown-item:active,
body.dark-mode-active .dropup .dropdown-menu .dropdown-item:hover,
body.dark-mode-active .dropup .dropdown-menu .dropdown-item:active {
  background: rgba(27, 40, 59, 0.5) !important;
  color: #FFFFFF;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-divider,
body.dark-mode-active .dropup .dropdown-menu .dropdown-divider {
  border-top-color: #1B283B !important;
}

body.dark-mode-active .dropdown .dropdown-menu .dropdown-header,
body.dark-mode-active .dropup .dropdown-menu .dropdown-header {
  color: #8195a6;
}

body.dark-mode-active .dropdown .dropdown-menu .text,
body.dark-mode-active .dropup .dropdown-menu .text {
  color: #8195a6;
}

body.dark-mode-active .dropdown .dropdown-menu i.bi,
body.dark-mode-active .dropdown .dropdown-menu i.icon,
body.dark-mode-active .dropdown .dropdown-menu ion-icon,
body.dark-mode-active .dropup .dropdown-menu i.bi,
body.dark-mode-active .dropup .dropdown-menu i.icon,
body.dark-mode-active .dropup .dropdown-menu ion-icon {
  color: #FFFFFF;
}

body.dark-mode-active .error-page .title {
  color: #FFFFFF;
}

body.dark-mode-active .fixed-footer {
  background: #0c1624;
}

body.dark-mode-active .fab-button .dropdown-menu {
  background: transparent;
  border-color: transparent;
}

body.dark-mode-active .form-wizard-section:before {
  background: #1B283B;
}

body.dark-mode-active .form-wizard-section .button-item strong {
  background: #1B283B;
  color: #586d7f;
}

body.dark-mode-active .form-wizard-section .button-item p {
  color: #586d7f;
}

body.dark-mode-active .form-wizard-section .button-item.active strong {
  background: #1E74FD;
  color: #fff;
}

body.dark-mode-active .form-wizard-section .button-item.active p {
  color: #FFFFFF;
}

body.dark-mode-active .exampleBox {
  border-color: #1B283B;
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .form-group .form-label {
  color: #FFFFFF;
}

body.dark-mode-active .form-group .input-info {
  color: #586d7f;
}

body.dark-mode-active .form-group .clear-input {
  color: #586d7f;
}

body.dark-mode-active .form-group.basic .form-control,
body.dark-mode-active .form-group.basic .custom-select {
  border-bottom-color: #1B283B;
  color: #FFFFFF;
}

body.dark-mode-active .form-group.boxed .form-control,
body.dark-mode-active .form-group.boxed .custom-select {
  color: #FFFFFF;
  background: #1B283B;
  border-color: #1B283B;
}

body.dark-mode-active .input-group .input-group-text {
  border-bottom-color: #1B283B;
  color: #FFFFFF;
}

body.dark-mode-active .form-button-group {
  background: #0c1624;
}

body.dark-mode-active .message-divider {
  color: #8195a6;
}

body.dark-mode-active .message-item .bubble {
  background: #1B283B;
  color: #FFFFFF;
}

body.dark-mode-active .message-item .title {
  color: #8195a6;
}

body.dark-mode-active .message-item .footer {
  color: #FFFFFF;
}

body.dark-mode-active .message-item.user .bubble {
  background: #1E74FD;
}

body.dark-mode-active .chatFooter {
  background: #0F1C2F;
  border-top-color: #1B283B;
}

body.dark-mode-active .modalbox {
  background: #0c1624;
}

body.dark-mode-active .modalbox .modal-dialog .modal-content {
  background: #0c1624;
}

body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header {
  border-bottom-color: #1B283B;
  background: #0F1C2F;
}

body.dark-mode-active .modalbox .modal-dialog .modal-content .modal-header .modal-title {
  color: #FFFFFF;
}

body.dark-mode-active .notification-box {
  position: fixed;
  left: 0;
  top: -100%;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: 0.3s all;
}

body.dark-mode-active .notification-box.show {
  top: 0;
}

body.dark-mode-active .notification-dialog.android-style {
  background: #0a1320;
}

body.dark-mode-active .notification-dialog.android-style .notification-header .in strong {
  color: #FFFFFF;
}

body.dark-mode-active .notification-dialog.android-style .notification-header .close-button {
  color: #586d7f;
}

body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-header .close-button:active {
  color: #8195a6;
}

body.dark-mode-active .notification-dialog.android-style .icon-box {
  color: #586d7f;
}

body.dark-mode-active .notification-dialog.android-style .notification-footer {
  border-top: 1px solid #1B283B;
}

body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button {
  border-right: 1px solid #1B283B;
}

body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:last-child {
  border-right: 0;
}

body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:hover, body.dark-mode-active .notification-dialog.android-style .notification-footer .notification-button:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .notification-dialog.ios-style {
  background: #0a1320;
}

body.dark-mode-active .notification-dialog.ios-style .icon-box {
  color: #586d7f;
}

body.dark-mode-active .panelbox .modal-dialog .modal-content {
  background: #0F1C2F;
}

body.dark-mode-active .panelbox .modal-dialog .modal-content .modal-header .modal-title {
  color: #FFFFFF;
}

body.dark-mode-active .offcanvas {
  background: #0F1C2F;
}

body.dark-mode-active .pagination.pagination-secondary .page-item .page-link {
  background: #0c1624;
  color: #8195a6;
}

body.dark-mode-active .progress {
  background: #162a46;
}

body.dark-mode-active .searchbox .form-control {
  border-color: #1B283B !important;
  color: #FFFFFF;
  background: #1B283B;
}

body.dark-mode-active .searchbox .form-control:focus {
  border-color: #2b405e !important;
}

body.dark-mode-active .searchbox .form-control:focus ~ .input-icon {
  color: #FFFFFF;
}

body.dark-mode-active .searchbox .close {
  color: #586d7f;
}

body.dark-mode-active .searchbox .input-icon {
  color: #586d7f;
}

body.dark-mode-active #search {
  background: #0F1C2F;
  border-bottom-color: #0F1C2F;
}

body.dark-mode-active #search .searchbox .form-control {
  color: #FFFFFF;
}

body.dark-mode-active #search .searchbox .form-control:focus {
  border-color: #030407;
}

body.dark-mode-active #search .searchbox .form-control:focus ~ .input-icon {
  color: #FFFFFF;
}

body.dark-mode-active #search .searchbox .input-icon {
  color: #586d7f;
}

body.dark-mode-active .table {
  color: #8195a6;
  background: #0F1C2F;
  border-radius: 10px;
}

body.dark-mode-active .table tr {
  border-color: #1B283B;
}

body.dark-mode-active .table thead th {
  color: #FFFFFF;
}

body.dark-mode-active .table td,
body.dark-mode-active .table th {
  border-top-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode-active .table-striped > tbody > tr:nth-of-type(odd) {
  background: rgba(27, 40, 59, 0.5) !important;
  color: #8195a6;
}

body.dark-mode-active .table-bordered td,
body.dark-mode-active .table-bordered th {
  border-color: #1B283B;
}

body.dark-mode-active .table.bg-primary,
body.dark-mode-active .table.bg-secondary,
body.dark-mode-active .table.bg-success,
body.dark-mode-active .table.bg-danger,
body.dark-mode-active .table.bg-warning,
body.dark-mode-active .table.bg-info {
  color: rgba(255, 255, 255, 0.7);
}

body.dark-mode-active .timeline:before {
  background: #1B283B;
}

body.dark-mode-active .timeline .dot {
  background: #586d7f;
  box-shadow: 0 0 0 4px #0F1C2F;
}

body.dark-mode-active .toast-box {
  background: #060a11;
}

body.dark-mode-active .appFooter {
  border-top-color: #1B283B;
  background: #0c1624;
}

body.dark-mode-active .appFooter .footer-title {
  color: #FFFFFF;
}

body.dark-mode-active .appFooter .btn-icon {
  color: #586d7f;
}

body.dark-mode-active .sidebar-buttons {
  background: #0c1624;
  border-top: 1px solid #1B283B;
}

body.dark-mode-active .sidebar-buttons .button {
  color: #FFFFFF;
}

body.dark-mode-active .sidebar-buttons .button:hover, body.dark-mode-active .sidebar-buttons .button:active {
  background: rgba(27, 40, 59, 0.2);
}

body.dark-mode-active .sidebar-buttons:last-child {
  border-right-color: transparent;
}

body.dark-mode-active .profileBox .in strong {
  color: #fff;
}

body.dark-mode-active .profileBox .in .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

body.dark-mode-active .close-sidebar-button {
  color: rgba(255, 255, 255, 0.5) !important;
}

body.dark-mode-active .close-sidebar-button:active {
  background: rgba(27, 40, 59, 0.3);
}

body.dark-mode-active .demoIcons {
  color: #8195a6;
}

body.dark-mode-active .custom-file-upload label {
  background-color: rgba(27, 40, 59, 0.2);
  border-color: #1B283B;
}

body.dark-mode-active .custom-file-upload label span {
  color: #586d7f;
}

body.dark-mode-active .custom-file-upload label span i.bi,
body.dark-mode-active .custom-file-upload label span i.icon,
body.dark-mode-active .custom-file-upload label span ion-icon {
  color: #586d7f;
}

body.dark-mode-active .custom-file-upload label.file-uploaded span {
  color: #8195a6;
  background-color: #1B283B;
}

body.dark-mode-active .nav-tabs.capsuled {
  background: rgba(27, 40, 59, 0.4);
}

body.dark-mode-active .nav-tabs.capsuled .nav-item .nav-link {
  color: #8195a6;
}

body.dark-mode-active .nav-tabs.capsuled .nav-item .nav-link.active {
  background: #23344c;
  color: #FFFFFF;
}

body.dark-mode-active .nav-tabs.lined .nav-item .nav-link {
  color: #8195a6;
  background: transparent;
}

body.dark-mode-active .nav-tabs.lined .nav-item .nav-link.active {
  background: transparent;
  color: #1E74FD;
}

body.dark-mode-active .blog-post .post-header {
  color: #586d7f;
  border-top-color: #1B283B;
  border-bottom-color: #1B283B;
}

body.dark-mode-active .blog-post .post-header a {
  color: #FFFFFF;
}

body.dark-mode-active #countDown {
  color: #FFFFFF;
}

body.dark-mode-active #countDown > div {
  border-color: #1B283B;
}

body.dark-mode-active #countDown > div span {
  color: #586d7f;
}

body.dark-mode-active figure.codebox {
  background: #1B283B;
}

body.dark-mode-active figure.codebox code {
  color: #FFFFFF;
}

body.dark-mode-active .profile-head .in .subtext {
  color: #586d7f;
}

body.dark-mode-active .profile-info .bio {
  color: #8195a6;
}

body.dark-mode-active .profile-stats .item {
  color: #8195a6;
}

body.dark-mode-active .profile-stats .item strong {
  color: #FFFFFF;
}

body.dark-mode-active .rate-block {
  color: #586d7f;
}

body.dark-mode-active .product-detail-header .title {
  color: #FFFFFF;
}

body.dark-mode-active .product-detail-header .text {
  color: #8195a6;
}

body.dark-mode-active .product-detail-header .detail-footer .price .old-price {
  color: #8195a6;
}

body.dark-mode-active .cart-item .in .text .detail {
  color: #586d7f;
}

body.dark-mode-active .cart-item .cart-item-footer {
  border-top: 1px solid #1B283B;
}

body.dark-mode-active .invoice {
  color: #4F5050;
}

body.dark-mode-active .invoice .invoice-total .listview {
  border-color: #E1E1E1;
}

body.dark-mode-active .invoice .invoice-total .listview li {
  color: #141515;
}

body.dark-mode-active .invoice .invoice-total .listview li:after {
  background: #E1E1E1;
}

body.dark-mode-active .story-block .splide__slide img {
  box-shadow: 0 0 0 3px #0F1C2F, 0 0 0 5px #1E74FD;
}

body.dark-mode-active .story-block .seen img {
  box-shadow: 0 0 0 4px #0F1C2F, 0 0 0 5px rgba(88, 109, 127, 0.5);
}

body.dark-mode-active .story-block .passive img {
  box-shadow: 0 0 0 4px #0F1C2F, 0 0 0 5px rgba(88, 109, 127, 0.5);
}

body.dark-mode-active.rtl-mode .notification-dialog.android-style .notification-footer .notification-button {
  border-left-color: #1B283B;
}

body.dark-mode-active .modal-content{
  background: #0F1C2F;
}

body.dark-mode-active .swal2-popup{
  background: #0F1C2F;
}

body.dark-mode-active .swal2-styled.swal2-confirm{
  background: #0F1C2F !important;
  color: #ffffffff;
}

body.dark-mode-active .swal2-actions {
  border-top: 1px solid rgba(145, 158, 171, 0.32) !important;
}

.swal2-content{
  color: #ffffff !important;
}

body.dark-mode.active .swal2-content{
  color: #ffffff !important;
}

.title-gradient{
  font-size: 65px;
  background: #7B48E8;
  background: linear-gradient(to right, #7B48E8 14%, #4DBAD6 41%, #41A3E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Impact', sans-serif;
  font-weight: 500;
  text-align: center;
}

.robot-login {
  position: fixed;
  bottom: 0;
  left: 30%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}


.robot-img{
  max-width: 65%;

}

.logo-login{
  max-width: 80%;
}

.text-white {
  color: white;
  -webkit-background-clip: unset; /* Disable background clip to allow the white color to show */
  -webkit-text-fill-color: white;
}

.h-100{
  height: 100vh;
}
