:root {
    --bs-card-title-color: #fff;
}

* {
    color: white;
}

a {
    color: #f7931a !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.page-ath-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-ath-content h2 {
    font-size: 26px;
}

.page-ath-form {
    background:rgba(255, 255, 255, 0.05);
    border-radius:2px;
    padding: 54px 32px;
    min-width: 400px;
    max-width: 600px;
}

.input-item {
    width: 100%;
}

label .error {
    color: #dc3545;
}

.input-bordered-error {
    border-color: #dc3545 !important;
}

.form-control {
    --bs-body-color: white;
    --bs-secondary-color: #ffffff80;
    --bs-body-bg: #1a1d1c;
    --bs-border-radius: 4px;
    --bs-border-color: rgba(255, 255, 255, 0.1);
}

.form-control:focus:not(.input-bordered-error) {
    border-color: #fb993d;
    box-shadow: 0 0 0 .25rem rgba(251, 153, 61, 0.25);
}

.form-control:focus:is(.input-bordered-error) {
    box-shadow: none;
}

.form-check {
    --bs-form-check-bg: #1a1d1c;
    --bs-border-color: rgba(255, 255, 255, 0.1);
    --bs-body-bg: #1a1d1c;
}

.form-check-input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
}

.form-check-label {
    margin-left: 8px;
}

.form-check-input:checked {
    background-color: #f7931a;
    border-color:  #f7931a;
}

.form-check-input:focus {
    border-color:  #f7931a;
    box-shadow: 0 0 0 .25rem rgba(251, 153, 61, 0.25);
}

.form-select {
    --bs-body-color: white;
    --bs-body-bg: #1a1d1c;
    --bs-border-radius: 4px;
    --bs-border-color: rgba(255, 255, 255, 0.1);
}

.form-select:focus {
    border-color: #fb993d;
    box-shadow: 0 0 0 .25rem rgba(251, 153, 61, 0.25);
  }

.page-ath-heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.page-ath-heading small {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.copy-clipboard {
    background: transparent;
    border: none;
}

.card {
    --bs-card-title-color: #fff;
    --bs-card-cap-color: #fff;
    /* --bs-card-border-color: #fff; */
    --bs-body-bg: #252324;
}

.card-header {
    border-bottom-color: #c87100;
    border-bottom-width: 4px;
    padding-top: 16px;
    padding-bottom: 8px;
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: transparent;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
  }

.dropdown-content.toggle-datatable-filter {
    width: 165px;
}

.dropdown-dt-filter-text {
    right: calc(100% + 42px);    
}
.dropdown-content-top-left {
    top: 0;
    left: auto;
    right: calc(100% + 10px);
    transform: translateX(0);
}
.dropdown-content {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #221f21;
    border-radius: 4px;
    z-index: 999;
    min-width: 200px;
    box-shadow: 0px 0 35px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 576px) {
    .toggle-content, .toggle-class {
        display: none;
    }
}
.toggle-content, .toggle-class {
    display: none;
}

@media (min-width: 576px) {
    .toggle-content.active, .toggle-class.active {
        display: block;
    }
}
.toggle-content.active, .toggle-class.active {
    display: block;
}

.dropdown-list {
    list-style: none;
}

.dropdown-list-s2 li {
    padding: 5px 20px;
    border-bottom: none;
}
.dropdown-list li {
    width: 100%;
    border-bottom: 1px solid rgba(230, 239, 251, 0.5);
}

.dropdown-list-s2 .dropdown-title {
    padding: 0;
}

/* .input-checkbox:checked~label:not(.error):after, .input-radio:checked~label:not(.error):after {
    opacity: 1;
}
.input-checkbox-sm~label:not(.error):after, .input-radio-sm~label:not(.error):after {
    line-height: 20px;
    font-size: 10px;
}
.input-checkbox-sm~label:not(.error):before, .input-checkbox-sm~label:not(.error):after, .input-radio-sm~label:not(.error):before, .input-radio-sm~label:not(.error):after {
    height: 20px;
    width: 20px;
}
.input-checkbox~label:not(.error):after, .input-radio~label:not(.error):after {
    line-height: 30px;
    text-align: center;
    font-family: themify;
    content: '\e64c';
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: #fb993d;
    opacity: 0;
}
.input-checkbox~label:not(.error):before, .input-checkbox~label:not(.error):after, .input-radio~label:not(.error):before, .input-radio~label:not(.error):after {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    transition: all .4s;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.input-checkbox, .input-radio {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
} */

.countdown-text {
    color: white;
    font-size: 8pt;
    text-transform: uppercase;
    margin-left: 4px;
}

.countdown-time {
  font-size: 18pt;
  font-weight: 600;
}

.pay-option-check {
    position: absolute;
    height: 1px;
    width: 1px;
    opacity: 0;
}

.pay-option-check:checked~label {
    border-left-color: #fb993d !important;
}

.pay-option-check:checked~label span {
    color: #fb993d !important;
}

@media (min-width: 480px) {
    .pay-option-label {
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
    }
}

.pay-option {
    height: 100%;
}

.pay-option-label {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 4px solid transparent;
    border-radius: 0;
    padding: 10px 20px;
    cursor: pointer;
    transition: all .4s ease;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: start;
}

/* .modal-dialog {
    margin: 35px 16px;
    min-width: 280px
}

.modal-dialog-bottom {
    display: flex;
    align-items: flex-end;
    min-height: calc(100% - (.5rem * 2))
}

.modal.fade .modal-dialog-bottom {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%)
}

.modal.show .modal-dialog-bottom {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}*/

.modal-content {
    --bs-modal-bg: #252324;
}

/*.modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    display: inline-block
}

.modal-close .ti {
    font-size: 13px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #495463;
    text-shadow: none;
    display: block;
    transition: all .4s;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3)
}

.modal .more-tigger {
    width: 32px;
    height: 32px
}

.modal .more-tigger .ti {
    line-height: 32px
}

.modal-backdrop {
    background: #181e2b
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 35px auto
    }

    .modal-dialog-sm {
        min-width: 500px
    }

    .modal-dialog-md {
        min-width: 90%
    }

    .modal-dialog-lg {
        min-width: 540px
    }

    .modal-dialog-bottom {
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width: 768px) {
    .modal-dialog-md {
        min-width: 620px
    }

    .modal-dialog-lg {
        min-width: 740px
    }

    .modal-close {
        top: -22px;
        right: -22px
    }

    .modal-close .ti {
        font-size: 20px;
        height: 44px;
        width: 44px;
        line-height: 44px
    }
}

@media (min-width: 992px) {
    .modal-dialog-lg {
        min-width: 880px
    }
} */

.popup-header {
    padding: 10px 18px 25px;
    border-bottom: 1px solid #fb993d
}

.popup-body {
    padding: 15px 20px 16px;
    font-size: 13px
}

.popup-body-innr {
    padding-left: 18px;
    padding-right: 18px
}

.popup-body-full {
    padding-left: 0;
    padding-right: 0
}

.popup-body-lg {
    padding: 14px 18px 7px
}

.popup-body p {
    font-weight: 400
}

.popup-body .lead strong,
.popup-body .lead span {
    color: #5e55b8
}

.popup-body form:last-child {
    margin-bottom: 0
}

.popup-body .copy-address {
    font-size: 13px
}

.popup-title {
    color: #fb993d;
    font-weight: 600;
    padding-right: 40px;
    margin-bottom: 12px;
    font-size: 1.75rem;
}

.popup-title .ti {
    font-size: 70%;
    color: #fb993d
}

.popup-title small {
    color: #fb993d
}

.popup-title-action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 2px;
    transform: translateY(-50%)
}

.popup-subtitle {
    text-transform: uppercase;
    font-weight: 500;
    color: #6e81a9;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    font-size: 12px;
    margin-bottom: 10px
}

.popup-subtitle-s2 {
    color: #495463;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500
}

.popup-footer {
    padding: 15px 18px 0
}

@media (min-width: 480px) {
    .popup-title-action {
        margin-top: 0
    }

    .popup-header {
        padding: 30px 40px 25px
    }

    .popup-body {
        padding: 34px 45px 38px
    }

    .popup-body-innr {
        padding-left: 40px;
        padding-right: 40px
    }

    .popup-body-lg {
        padding: 40px 55px
    }

    .popup-body-md {
        padding: 30px 30px 34px
    }

    .popup-footer {
        padding: 30px 40px
    }
}

@media (min-width: 768px) {
    .popup-body {
        font-size: 14px
    }

    .popup-body-lg {
        padding: 40px 55px
    }

    .popup-body .copy-address {
        font-size: 13px
    }
}

.data-action-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lead {
    font-size: unset;
    font-weight: unset;
}

ul:has(.alert) {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s
}

.page-overlay.is-loading {
    opacity: 1;
    visibility: visible;
    z-index: 9999999
}


#toast-container {
    position: fixed;
    z-index: 999999;
    margin-top: 22px;
    margin-bottom: 16px
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 0;
    left: 16px
}

.toast-top-right {
    top: 0;
    right: 16px
}

.toast-bottom-right {
    right: 16px;
    bottom: 0
}

.toast-bottom-left {
    bottom: 0;
    left: 16px
}

.toast-top-center>div,
.toast-bottom-center>div {
    width: 650px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto
}

.toast-top-full-width>div,
.toast-bottom-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background: #fff;
    color: #fff;
    overflow: hidden;
    margin: 0 0 8px;
    padding: 15px 51px 15px 15px;
    width: 300px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 18px 2px rgba(73, 84, 99, 0.25);
    background: #090d1c;
    position: relative
}

.toast-close-button {
    cursor: pointer;
    position: absolute;
    text-align: left;
    right: 15px;
    text-indent: -9999em;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    border: none;
    height: 36px;
    width: 36px;
    transition: all .3s
}

.toast-close-button:after {
    position: absolute;
    content: '\e646';
    font-family: 'themify';
    top: 0;
    right: -1px;
    text-indent: 0;
    display: block;
    font-size: 13px;
    line-height: 38px;
    height: 36px;
    width: 36px;
    text-align: center;
    color: #fff;
    transition: all .3s
}

.toast-close-button:hover,
.toast-close-button:focus {
    background: rgba(238, 242, 248, 0.15);
    box-shadow: none;
    outline: none
}

.toast-message {
    position: relative;
    flex-grow: 1;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    min-height: 30px
}

.toast-message-icon {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    margin-left: -10px;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    flex-shrink: 0
}

.toast-message-icon.ti-alert:before {
    position: relative;
    top: -2px
}

.toast-info .toast-message-icon {
    background: #1babfe
}

.toast-warning .toast-message-icon {
    background: #ffc100
}

.toast-success .toast-message-icon {
    background: #00d285
}

.toast-error .toast-message-icon {
    background: #ff6868
}

@media (min-width: 576px) {
    .toast-message {
        font-size: 14px;
        line-height: 18px
    }
}

@media (max-width: 1200px) {
    .nav-link, .nav-item {
        width: 100%;
    }    
}