.cursorPointer {
    cursor: pointer;
}

.scroll {
    overflow-y: auto;
    height: 600px;
}


.width100 {
    width: 100%;
}

@media (max-width: 930px) {
    .mobile-pagination-responsive {
        overflow: auto;
    }
}

input[type=range]:focus-visible {
    outline: none;
}

input[type=range] {
    width: 100%;
}

.vehicleFields .form-control {
    height: calc(1.75rem + 1px);
}

.spanBadge {
    color: white;
}

.spanFont {
    font-size: 12px;
}

.loaderDisplayBlock {
    display: block !important;
}

.checklists .custom-control.custom-checkbox {
    display: inline-block;
    padding: 10px 20px;
}

.removeVehicle {
    border-color: #ff6200 !important;
    background-color: #ff6200 !important;
    font-size: 29px !important;
}

.addVehicle {
    border-color: #5e72e4 !important;
    background-color: #5e72e4 !important;
    font-size: 29px !important;
    height: 50px !important;
    width: 50px !important;
}

.selectFile {
    opacity: 1;
    margin-left: -1px;
}

.input-group-append {
    height: 29px;
}

.orangeBorder {
    background: #ff680a;
    border: 3px solid #ff680a;
}


@media (min-width: 768px) {
    .hideSidebarForDesktop {
        display: none !important;
    }

    .displayMainCardFullWidthOnHidingDesktopSidebar {
        margin-left: 0px !important;
    }
}

.text-white {
    color: white;
}


.applicationTable td .textOnNextLine {
    white-space: normal;
    width: 100px;
    line-height: 20px;
}

.card .applicationTable td,
.card .applicationTable th {
    padding-left: 5px;
    padding-right: 5px;
}

.inlineBlock {
    display: inline-block;
}

.orangeCounter {
    background-color: #ff6200 !important;
    border: #ff6200 !important;
}

.orangeCounter:hover {
    color: white !important;
}