/*# sourceMappingURL=custom.min.css.map */


.tottle-info {
    gap: 20px 0px;
    padding-bottom: 30px;
}

.tottle-info .card-animate {
    height: 100%;
}


/* max width 1200px style start */

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

    .auth-one-bg {
        background-position: unset;
    }

    .auth-page-wrapper .auth-page-content {
        padding-bottom: 40px;
    }

    .tottle-info {
        gap: 20px 0px;
        padding-bottom: 30px;
    }

    .tottle-info .card-animate {
        height: 100%;
    }

    .dash-sumbit {
        width: 100%;
    }

    .tottle-info {
        gap: auto;
        padding-bottom: 0px;
    }

    .tottle-info .card-animate {
        height: auto;
        margin: 0;
    }

    .trucker-map-section img {
        width: 100%;
    }
}

/* max width 1200px style close */

/* max width 1025px style start */

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

/* max width 1025px style close */


/* max width 991px style start */

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

    .auth-page-content .col-lg-5 {
        display: none;
    }

    .auth-page-wrapper .auth-page-content {
        padding-bottom: 30px;
    }

    .auth-page-wrapper .auth-page-content .float-start {
        padding-bottom: 20px;
    }

    .auth-one-bg {
        display: none;
    }

    .app-menu.navbar-menu {
        display: none;
    }

    .main-content {
        margin-left: 0px;
    }

    #page-topbar {
        left: 0px;
    }

}

/* max width 991px style close */

/* max width 768px style start */

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

    .dashbord-form .col-md-4,
    .tottle-info .col-md-6 {
        width: 50%;
    }

    #personal-information form .btn-primary {
        width: 100%;
    }

    #change-password #UpdatePassForm .btn-success,
    .add-client-form .btn.btn-primary {
        width: 100%;
    }

    .delivery-color .col-md-8 {
        width: 70%;
    }

    .delivery-color .col-md-2 {
        width: 15%;
    }

}

/* max width 768px style close */

/* max width 500px style start */

@media screen and (max-width: 500px) {
    .auth-page-wrapper .auth-page-content .float-start {
        padding-bottom: 10px;
        float: unset !important;
    }

    .auth-page-wrapper .auth-page-content {
        padding-bottom: 0px;
    }

    .dashbord-form .col-md-4,
    .tottle-info .col-md-6 {
        width: 100%;
    }

    .list-group-item {
        flex-wrap: wrap;
    }

    .delivery-color .col-md-8 {
        width: 100%;
    }

    .delivery-color .col-md-2 {
        width: 20%;
    }

    /* .row.truck-info {
    flex-wrap: wrap!important;
    align-items: center;
    padding-bottom: 20px;
}

.truck-info .col:nth-child(1) {
    width: 40%;
    flex: 0 0 40%;
}

.truck-info .col:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
} */

}

/* max width 500px style close */