:root{
    --primary-color : #013ad7;
}

.main-header {
    background: var(--primary-color);
}

.theme-text {
    color: var(--primary-color);
}

.image-banner {
    max-width: 100%;
    width: 100%;
}

.head-logo {
    max-height: 55px;
}

main {
    min-height: 75vh;
}

/* h1, h2, h3{color:var(--primary-color);} */
a {
    color: var(--primary-color);
}

.form-lable {
    width: 100%;
    text-align: left;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 .01rem hwb(17 15% 5% / 0.25);
}

.title-border-1 {
    border-bottom: 4px solid var(--primary-color);
}

#loader-wraper {
    background: #b9b9b966;
    padding: 20% 0 20% 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 59px;
    height: 15px;
    vertical-align: middle;
    text-align: center;
}

.lds-ellipsis div {
    position: absolute;
    top: 0px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.offer-card {
    padding: 10px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    background: var(--primary-color);
    color: #FFF
}

.gift-icon {
    font-size: 36px;
}

.gift-dicsount {
    font-size: 26px;
    font-weight: 700;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 65% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-85 {
    width: 85% !important;
}




.offer-details-container {
    background: linear-gradient(45deg, var(--primary-color), #ff9248);
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.item-name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.discount {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.offer-text {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}

.select2-selection__rendered,
.select2-selection__arrow,
.select2-container .select2-selection {
    height: 40px !important;
    line-height: 40px !important;
}

.select2-selection__rendered>*:not(.select2-selection__placeholder) {
    line-height: 35px !important;
    font-size: 1em;
}

.select2-selection__placeholder {
    font-size: 1em;
    line-height: 35px !important;
}

.select2-search__field {
    height: 32px;
    font-size: 1em;
}

.select2-results__option {
    font-size: 0.9em;
}

.get-offers {
    height: 50px;
    width: 180px;
    font-size: 1.3em;
}

div.dt-container .dt-paging .dt-paging-button:hover:not(.current){
    background: var(--primary-color) !important;
}

.custom-btn,
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:focus-visible,
.custom-btn:active{
    background-color: var(--primary-color) !important;
    color: white !important;
}

.spinner-border{
    border-color: var(--primary-color) !important;
    border-right-color : transparent !important;
}

.buttons-csv{
    color: white;
    background-color: var(--primary-color);
    padding: 4px 20px;
    border-color: var(--primary-color);
    border-radius: 5px;
}

.report-data div.dt-container div.dt-layout-row{
    max-width: 100%;
    overflow-x: auto;
}