:root {
    --gold: #e3c77b;
}

[x-cloak] {
    display: none !important;
}

@-webkit-keyframes the6fallenangels {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes the6fallenangels {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-o-keyframes the6fallenangels {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes the6fallenangels {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.bg-gradient {
    background: rgb(183, 52, 52) !important;
    background: -moz-linear-gradient(180deg, rgba(183, 52, 52, 1) 0%, rgb(80, 37, 37) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(183, 52, 52, 1) 0%, rgba(80, 37, 37, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(183, 52, 52, 1) 0%, rgba(80, 37, 37, 1) 100%) !important;
}

.bg-gradient-green {
    background: rgb(52, 183, 54) !important;
    background: -moz-linear-gradient(180deg, rgb(52, 183, 54) 0%, rgb(37, 80, 38) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgb(52, 183, 54) 0%, rgb(37, 80, 38) 100%) !important;
    background: linear-gradient(180deg, rgb(52, 183, 54) 0%, rgb(37, 80, 38) 100%) !important;
}

.bg-gradient-disabled {
    background: rgb(65, 65, 65) !important;
    background: -moz-linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(34, 34, 34, 1) 100%) !important;
    background: -webkit-linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(34, 34, 34, 1) 100%) !important;
    background: linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(34, 34, 34, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#414141", endColorstr="#222222", GradientType=1) !important;
}

.bg-glass {
    background-color: rgba(167, 117, 117, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    --tw-backdrop-blur: blur(50px) !important;
}

#loader {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 99;
    background: linear-gradient(327deg, #471111, #2e0e0e, #351111);
    background-size: 200% 200%;
    -webkit-animation: the6fallenangels 27s ease infinite;
    -moz-animation: the6fallenangels 27s ease infinite;
    -o-animation: the6fallenangels 27s ease infinite;
    animation: the6fallenangels 27s ease infinite;
}

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

.after-loader {
    display: none !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}

.pagination .active > .page-link, .page-link.active {
    background: rgba(183, 52, 52, 0.7) !important;
}

.pagination .page-link {
    border: 1px solid rgba(167, 117, 117, 0.2) !important;
    margin: 0 2px 4px 2px;
}

.pagination .disabled > .page-link, .page-link.disabled {
    background: rgba(91, 78, 78, 0.27) !important;
}

.pagination {
    display: inline-block !important;
}

.pagination .page-item {
    display: inline-block !important;
}

.bg-color {
    background: rgb(193, 53, 53) !important;
}
.border-color {
    border-color: rgb(193, 53, 53) !important;
}

.text-color {
    color: rgb(193, 53, 53) !important;
}

#loader .spinner-image {
    width: 250px !important;
}

.error {
    display: block;
    color: var(--bs-danger) !important;
    margin-top: 4px;
}


.spinner_trx, #spinner_trx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}

.spinner-image, #spinner {
    width: 250px;
    height: 100%;
    animation: spin 5s linear infinite;
}

.smaller {
    font-size: 12px !important;
}

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

.toast-success {
    background: var(--bs-success) !important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(96, 232, 77, 0.3) !important;
}

.toast-error {
    background: var(--bs-danger) !important;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .12), 0 10px 36px -4px rgba(232, 77, 77, 0.3) !important;
}


td, tr, th, table {
    vertical-align: middle !important;
    text-align: center;
    transition: all .2s ease-in-out !important;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: auto;
}
