/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.*/
.m-banner {
    display: none !important;
}
@media only screen and (max-width: 1400px) {

    .login-left,
    .register-left { 
        padding: 30px; 
    } 
    .login-left { 
        gap: 30px; 
    }

    .statistics-bottom h2 {
        font-size: 24px; 
    }
    .statistics-bottom p {
        font-size: 20px; 
    }

}
@media only screen and (max-width: 1199px) {
    .main-area { 
        padding: 75px 0 0 0;
    }
    .login-left,
    .register-left { 
        padding: 20px; 
    }
    .banner-text { 
        padding: 25px;
    }
    .register-bg,
    .register-right{
        display: none;
    }
    .login-left,
    .register-left {
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .login-area { 
        display: block;
    }
    .login-left { 
        overflow: inherit;
        box-shadow: none;
    }
    .login-right { 
        width: 100%;
        height: auto;
        background: var(--white-color);
    }
    .login-image {
        position: relative; 
    }

    .login-logos {
        display: block;
    }

    .register-area {
        display: block;
        height: auto;
        background:  var(--white-color);
    }
    .register-member-desktop{
        display: none;
    }
    .register-member-mobile{
        display: block;
        margin-top: 30px;
    }
    .register-member-mobile a {  
        justify-content: center; 
    }
}
@media only screen and (max-width: 991px) {
    .button-style {
        padding: 14px 10px;
        font-size: 13px;
    }
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .mtb-90 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-100 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-110 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-120 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-130 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .mtb-140 {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }
    .mtb-150 {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
    .ptb-90 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-100 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-110 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-120 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-130 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .ptb-140 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .ptb-150 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    /* helper classes */
    .grid-1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }   

    .m-banner {
        display: block !important;
    }
        .d-banner {
        display: none !important;
    }

    .banner-image {
        position: absolute;
        right: 0;
        bottom: 0;
    } 
    .profile-area {
        padding-bottom: 0;
    }
    .profile-bg-image {
        position: relative; 
    }

    /* .search-user-image {
        width: 60px;
        height: 60px; 
    }
    .search-user-content { 
        display: none;
    } */
     .search-right .button-style {
        width: 120px;
        padding: 10px 0;
        font-size: 14px;
    }
    .form-switch .form-check-input {
        height: 23px;
        width: 40px;
    }

    .search-user-content h4 {
        font-size: 16px; 
    }
    .search-user-content p {
        font-size: 13px; 
    }
    .modal-redeem-content,
    .modal-adduser-content {
        padding: 15px;
    }

} 
@media only screen and (max-width: 767px) {
    .mtb-90 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .mtb-100 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-110 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mtb-120 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .mtb-130 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mtb-140 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .mtb-150 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .ptb-90 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ptb-100 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-110 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ptb-120 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .ptb-130 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .ptb-140 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .ptb-150 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    /* helper classes */
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-4 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-5 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-6 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    } 
    .brands-grid.grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-text {
        max-width: 70%; 
    }

    .statistics-items {
        padding: 20px 20px;
    }
    .statistics-points-balance .statistics-bottom h2,
    .statistics-tier-position .statistics-bottom h2 {
        font-size: 24px;
    }
    .statistics-top h2 {
        font-size: 18px;
    }
    .statistics-points-balance .statistics-top {
        margin-bottom: 22px;
    }
    .statistics-tier-position .statistics-bottom {
        margin-bottom: 0;
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .statistics-tier-position .statistics-bottom img {
        position: relative;
        width: auto;
        bottom: 0;
    }
    .statistics-tier-position .statistics-bottom h2 {
        margin-top: 18px;
    }
    .children-item .input-item {
        width: 100%; 
    }

    .add-user-btn {
        text-align: start;
    }
    .add-user-btn a{
        width: 100%;
    }
}
@media only screen and (max-width: 575px) { 
    .login-btns {
        text-align: center;
    }
    .login-btns a{
        width: 100%;
    }
    .login-left { 
        gap: 50px; 
    }
    .register-title {
        display: block; 
    }
    .register-title h1 {
        width: 100%; 
        margin-bottom: 15px;
        font-size: 24px;
    }
    .register-title p {
        width: 100%;
        max-width: 100%;
    }
    .login-title h1 { 
        font-size: 24px;
    }
}
@media only screen and (max-width: 420px) { 
}