/*
--------------------------------------------------------------------------------------------------------
* 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.*/

 
@media only screen and (max-width: 1600px) {
    .login-image { 
        max-width: 450px; 
    }
}
@media only screen and (max-width: 1400px) {
    .dashoard-item-number {
        font-size: 38px;
        line-height: normal;
    }
    .login-content { 
        max-width: 560px;
    }
     
}
@media only screen and (max-width: 1199px) {
    .navbar-left {
        margin-right: 10px;
    }
    .navbar-header,
    .main-menu-back,
    .header-menu {
        display: none;
    }
    .header-navbar .navbar-container {
        margin-left: 0;
    }
    .main-menu.menu-fixed{
        transform: translate(-260px, 0);
    }
    .content, 
    footer {
        margin-left: 0 !important;
    }
  
    .header-menu{
        position: fixed;
        display: block;
        transform: translate(0, 0);
        width: 260px;
        left: 0;
        top: 5rem;
        height: calc(100% - 5rem); 
        z-index: 1000;
        box-shadow: 10px 15px 30px 1px rgba(0, 0, 0, 0.1);    
        transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transform: translate(-260px, 0);
        backface-visibility: hidden;         
        background-color: var(--primary-color);
    }
    .header-menu ul {
        gap: 15px;
        flex-direction: column;
        padding: 15px;
        height: 100%;
        overflow: auto;
    }
    .header-menu ul li a,
    .header-menu ul li a:hover, 
    .header-menu ul li a.active {
        color: var(--white-color);
    }

    .header-navbar .navbar-container {
        padding: 0 15px;
    }
    html body .content .content-wrapper {
        padding: 30px 15px 0;
    }
    footer.footer {
        padding: 20px 15px;
    }
    .dashoard-card { 
        grid-template-columns: repeat(4, 1fr); 
    }

    .login-image { 
        left: inherit;
        right: 100px;
    }
    .login-content {
        padding: 30px;
        max-width: 460px;
    }
}

@media only screen and (max-width: 991px) { 
    .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);
    }   
    

    .data-box { 
        flex-direction: column;
    }
    .data-box-left,
    .data-box-right { 
        width: 100%;
    }

    .dashoard-card { 
        grid-template-columns: repeat(3, 1fr); 
    }

    .login-content { 
        height: auto;
        max-width: 100%;
    }
    .login-image,
    .login-wapper:after {
        display: none;
    }

    .login-title h1 {
        font-size: 42px; 
    }
}
@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);
    }

    .dashoard-card { 
        display: inline-block !important;
        white-space: nowrap !important;
        overflow-x: scroll;
        width: 100%;
    }
    .dashoard-item {
        display: inline-block;
        position: relative;
        margin-left: 15px;
        width: 220px;
    }
    .dashoard-item:nth-child(1){
        margin-left: 0;
    }
    .help-item {
        width: 100%; 
    }
}
@media only screen and (max-width: 620px) {
}
@media only screen and (max-width: 520px) {
    .dropdown.notification button span {
        display: none;
    } 
    .dropdown.notification button { 
        padding: 12px 12px; 
    } 
    .addDetails-text { 
        padding: 50px 0 250px 0;
        background-size: 220px;
        background-position: bottom center;
        text-align: center;
    }
}
@media only screen and (max-width: 420px) {
}