/*# sourceMappingURL=custom.min.css.map */
@media (max-width: 576px) {
    .add-fleet {
        margin-right: 0 !important;
    }
    .imgforum {
        margin-bottom: 2rem;
    }
    .form-check-inline {
        margin-left: 0.8rem;
    }
    .forminlinetext {
        margin-left: 1rem;
    }
    .nextpage {
        width: 100% !important;
        /* margin-left: .5rem !important; */
    }

    .nextpage21 {
        width: 100% !important;
        
    }
    .nextpage31 {
        width: 100% !important;
        /* margin-left:!important; */
    }
    .nextpage41 {
        width: 350px !important;
        
    }
    .selectoption {
        font-size: 0.8rem !important;
    }
    .nextpage5 {
        width: 350px !important;
        
    }

    .nextpage6 {
        width: 350px !important;
        
    }

    .nextpage7 {
        width: 350px !important;
        
    }
    .nextpage8 {
        width: 350px !important;
        
    }
    .nextpage9 {
        width: 350px !important;
        
    }
    .registerdocument {
        margin: 0 !important;
    }
    .nextpage10 {
        width: 350px !important;
        
    }
    .nextpage11 {
        width: 350px !important;
        
    }
    .nextpage12 {
        width: 350px !important;
        
    }

    .nextpage13 {
        width: 350px !important;

        
    }
    .nextpage14 {
        width: 350px !important;

        /*  */
    }

    .nextpage15 {
        width: 350px !important;
        
    }
    .nextpage16 {
        width: 350px !important;
        
    }
    .nextpage17 {
        width: 350px !important;
        
    }
    /*  */

    .nextpage18 {
        width: 350px !important;
        
    }
    .nextpage16 {
        width: 350px !important;
        
    }
    .nextpage16 {
        width: 350px !important;
        
    }
    .nextpage16 {
        width: 350px !important;
        
    }
    .nextpage16 {
        width: 350px !important;
        
    }
}

@media (max-width: 768px) {
    /* For tablets and smaller screens */
    .form-check {
        flex: 1 1 33%; /* Each checkbox takes 33% of the row */
    }
    .form-check-inline {
        margin-left: 0.8rem;
    }
    .forminlinetext {
        margin-left: 1rem;
    }
}

@media (max-width: 576px) {
    /* For mobile devices */
    .form-check {
        flex: 1 1 100%; /* Each checkbox will take up the full width (stacked vertically) */
    }
}

.formborder select{
    border: none;
    padding: 12px;
    border-radius:5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.template-color{
    color:#476FFF!important
}
.template-bgcolor{
    background:#476FFF!important;
}