.bootstrap-iso .border-orange {
    border: 1px solid #ffd190;
}

.bootstrap-iso .bg-orange {
    background: #fff6e9;
}

.bootstrap-iso .text-orange {
    color: #ff9800;
}

.bootstrap-iso .border-green {
    border: 1px solid #88db8d;
}

.bootstrap-iso .bg-green {
    background: #f3fbf4;
}

.bootstrap-iso .text-green {
    color: #20af26;
}

.bootstrap-iso .border-red {
    border: 1px solid #ff9696;
}

.bootstrap-iso .btn.btn-green {
    background: #20af26;
    color: #fff;
}

.bootstrap-iso .btn-green:hover,
.bootstrap-iso .btn-green:focus,
.bootstrap-iso .btn-green:active {
    background: #33a138 !important;
    color: #fff !important;
}

.bootstrap-iso .border-red {
    background: #fff3f3;
}

.bootstrap-iso .bg-red {
    background: #fff3f3;
}

.bootstrap-iso .text-red {
    color: #e00000;
}

.bootstrap-iso .btn.btn-red {
    background: #e00000;
    color: #fff;
}

.bootstrap-iso .btn-red:hover,
.bootstrap-iso .btn-red:focus,
.bootstrap-iso .btn-red:active {
    background: #e00000 !important;
    color: #fff !important;
}

.bootstrap-iso .LWtheme-form .border-violet,
.bootstrap-iso .border-violet {
    border: 1px solid #b5a4f3;
}

.bootstrap-iso .LWtheme-form .bg-violet,
.bootstrap-iso .bg-violet {
    background: #f2edff;
}

.bootstrap-iso .text-violet {
    color: #8063e7;
}

.bootstrap-iso .btn.btn-violet {
    background: #8063e7;
    color: #fff;
}

.bootstrap-iso .btn-violet:hover,
.bootstrap-iso .btn-violet:focus,
.bootstrap-iso .btn-violet:active {
    background: #8063e7 !important;
    color: #fff !important;
}

.bootstrap-iso .border-yellow {
    border: 1px solid #ffd190;
}

.bootstrap-iso .bg-yellow {
    background: #ffe19a;
}

.bootstrap-iso .text-yellow {
    color: #feb811;
}

.bootstrap-iso .btn.btn-yellow {
    background: #feb811;
    color: #333;
}

.bootstrap-iso .btn-yellow:hover,
.bootstrap-iso .btn-yellow:focus,
.bootstrap-iso .btn-yellow:active {
    background: #feb811 !important;
    color: #333 !important;
}

.bootstrap-iso .border-blue {
    border: 1px solid #b6d4fe;
}

.bootstrap-iso .bg-blue {
    background: #f3f8ff;
}

.bootstrap-iso .btn-blue {
    background: #084298;
    color: #fff;
}

.bootstrap-iso .btn-blue:hover,
.bootstrap-iso .btn-blue:focus,
.bootstrap-iso .btn-blue:active {
    background: #184c9b !important;
    color: #fff !important;
}

.bootstrap-iso .text-blue {
    color: #084298;
}

.bootstrap-iso .bg-blu {
    background-color: #a1dbf4;
}

.bootstrap-iso .form-floating .form-select {
    padding-top: 1.625rem;
}

.bootstrap-iso .form-floating .form-select::-moz-focus-inner {
    border: 0;
}

.bootstrap-iso #header {
    z-index: 9996 !important;
}

.bootstrap-iso .modal {
    z-index: 9997 !important;
}

.bootstrap-iso .tooltip {
    z-index: 9999;
}

.bootstrap-iso .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    margin-left: 0 !important;
    border: 0px solid transparent !important;
}

.bootstrap-iso .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    border: none !important;
}

.bootstrap-iso .navbar .dropdown ul li>a.active {
    color: #feb811;
}

.bootstrap-iso #loading.show {
    display: block !important;
    display: flex !important;
    visibility: visible !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .87);
    width: 100%;
    height: 100%;
    justify-content: center !important;
}

.bootstrap-iso #loading .spinner-border {
    color: #fff;
}

.toast {
    z-index: 999999;
}

.toast-container {
    z-index: 999999 !important;
}

.toast-lg {
    font-size: .9rem;
    min-width: 600px;
}

.toast-md {
    font-size: .9rem;
    min-width: 500px;
}

.bootstrap-iso .cart-body h5 {
    position: relative;
    overflow: hidden;
}

.bootstrap-iso .sparkle-container {
    position: absolute;
    display: flex;
    background: gold;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    animation: sparkleSpin 1s linear infinite;
}

@keyframes sparkleSpin {
    0% {
        transform: scale(.25) rotate(0deg);
        transform: rotate(0deg);
        box-shadow: 0 0 0 0 gold;
        width: .1vmin;
        opacity: 1;
    }

    70% {
        transform: scale(.5);
        box-shadow: 0 0 0 10px rgba(255, 217, 0, .5);
    }

    100% {
        transform: scale(.25) rotate(360deg);
        box-shadow: 0 0 0 0 rgba(247, 169, 2, 0);
        width: 1vmin;
        opacity: 0;
    }
}

.bootstrap-iso #footer .footer-top .footer-links ul li {
    width: calc(100% / 2);
    float: left;
}

@media (max-width: 768px) {
    .bootstrap-iso #footer .footer-top .footer-links ul li {
        width: calc(100%);
    }
}

.bootstrap-iso .force-z-index {
    z-index: 9995 !important;
}

.bootstrap-iso .themeModal .modal-header h5 {
    font-size: 20px;
    font-weight: 600;
    color: #feb811;
}

@media (min-width: 576px) {
    .bootstrap-iso .modal {
        --bs-modal-margin: 5rem;
    }
}

.bootstrap-iso .bodySpacing {
    min-height: fit-content;
}

.bootstrap-iso .logout-btn {
    background: #e00000;
    padding: 10px 5px !important;
    margin-left: 5px;
    border-radius: 35px;
    text-align: center;
    width: 30px;
    height: 30px;
}

.bootstrap-iso .our-partners-logo-bg {
    position: relative;
    display: flex;
    justify-content: center;
}

.bootstrap-iso .our-partners-logo-bg h2 {
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
}

.bootstrap-iso .theme-form .form-checkRadio {
    height: auto;
}

.bootstrap-iso .logout-btn {
    margin: 0 0 0 15px;
}

.bootstrap-iso .logout-btn a,
.bootstrap-iso .logout-btn a:focus {
    padding: 0 !important;
}

.bootstrap-iso .modal-email table[border*="1" i],
.bootstrap-iso .modal-email table[border*="1" i] tr,
.bootstrap-iso .modal-email table th,
.bootstrap-iso .modal-email table[border*="1" i] td {
    border: 1px solid #000;
    vertical-align: text-top;
}

.bootstrap-iso #loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.bootstrap-iso #signup_form .image-section {
    max-width: 200px;
    display: inline-flex;
}

.bootstrap-iso #signup_form #logo_image {
    padding: 10px 15px;
    display: flex;
}