:root {
    --primary-red: #910804;
    --secondary-red: #B04A56;
    --third-red: #BC3925;
    --light-dark: #e8e8e8;
    --dark-pink: #B00855;
    --mauve: #A747A2;
    --brilliant-cyan-blue: #6E78DC;
    --deep-sky-blue: #00A1F4;
    --christmas-green: #41870B;
    --whased-orange: #d39e00;
    --light-blue: #CBF6FF;
    --light-gray: #f6f6f6;
    --allstar-dark: #09161E;
    --dark-gray: #989898;
}


/** For largest screens => More than 1000px **/

@media screen and (min-width: 1000px) {
    .main-header .logo {
        width: 190px !important;
    }

}

/** For small and mobile screens **/


@media screen and (max-width: 1333px) {


}

@media screen and (max-width: 1000px) {

    .no-padding-on-mobile-devices {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container {
        max-width: calc(100% - 40px) !important;
    }

    .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .small-text-on-mobile {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {

    .no-padding-on-mobile-devices {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .container {
        max-width: calc(100% - 22px) !important;
    }

    .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

}

@media screen and (max-width: 600px) {
    .layout-horizontal-bar .main-header .logo {
        width: 150px !important;
    }
}

.bg-allStar-dark {
    background-color: var(--allstar-dark) !important;
}

.bg-dark-gray {
    background-color: var(--dark-gray) !important;
}

.bg-light-gray {
    background-color: var(--light-gray) !important;
}

.bg-gradient-dark {
    background-image: linear-gradient(to right top, #09161e, #0e1520, #151321, #1d111f, #230e1a) !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-45 {
    font-size: 45px !important;
}

.empty-space-30 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
}

.empty-space-20 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
}

.empty-space-40 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 40px;
}

.empty-space-10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.display-none-without-important {
    display: none;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.text-shadow {
    text-shadow: 2px 2px var(--dark);
}

.centred-image {
    margin: 0 auto;
    display: block !important;
}

.bg-gradient-primary {
    background: linear-gradient(to right, var(--primary), var(--secondary));
}

.extra-shadow-8dp {
    -webkit-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    -moz-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
}

.border-radius-16 {
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
}

.active-li-customer-menu-section {
    background: linear-gradient(to right, #e8e8e8, #ededed);
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    border-radius: 14px !important;
}

.active-li-customer-menu-section:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    -moz-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
}

a.open {
    font-weight: 700;
}

a.active-a-customer-menu-section {
    font-weight: 900;
}

.card-border-top-success {
    border-top: 2px solid var(--success);
}

.card-border-top-danger {
    border-top: 2px solid var(--danger);
}

.card-border-top-primary {
    border-top: 2px solid var(--primary);
}

.card-border-top-secondary {
    border-top: 2px solid var(--secondary);
}

.card-border-top-warning {
    border-top: 2px solid var(--warning);
}

.card-border-top-light {
    border-top: 2px solid var(--light);
}

.card-border-top-dark {
    border-top: 2px solid var(--dark);
}

.card-border-top-alternative-blue {
    border-top: 2px solid var(--brilliant-cyan-blue);
}

.card-border-top-info {
    border-top: 2px solid var(--info);
}

.text-decoration-underline {
    text-decoration: underline !important;
}

div.card-hover-effect:hover {
    -webkit-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    -moz-box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    box-shadow: 0 8px 10px 1px rgba(64, 64, 64, .14), 0 3px 14px 2px rgba(64, 64, 64, .12), 0 5px 5px -3px rgba(64, 64, 64, .2) !important;
    background: var(--light-gray);
}

.thank-you-bg-image {
    background: url("../images/order_complete_bg.svg");
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: block;
}

.main-header .logo {
    width: 190px;
}

.layout-horizontal-bar .main-header .logo img {
    width: 100% !important;
    max-width: 180px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.auth-logo img {
    width: 100% !important;
    max-width: 250px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

/*// Admin Dashboard Compact Sidebar BG Color*/
.sidebar-dark-purple .sidebar-left {
    background-image: linear-gradient(to right top, #09161e, #0e1520, #151321, #1d111f, #230e1a) !important;
}

.text-overFlow-ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}

.app-footer .footer-bottom .logo {
    width: 8rem;
    height: auto;
    margin: 4px;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    width: auto;
    height: 44px;
}

.checkout-device-img {
    width: 100%;
    max-width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.icon-bounce-animation {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-9px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-9px);
    }
}
