.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;
}

.cWhite {
    color: white;
}

.spanFont {
    font-size: 12px;
}

.loaderDisplayBlock {
    display: block !important;
}

.checklists .custom-control.custom-checkbox {
    display: inline-block;
    padding: 10px 20px;
}

.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;
}

/* overriding aragon form fields plus table tds and dropdowns style */

.form-control {
    height: calc(2.75rem + -6px);
}

.form-group {
    margin-bottom: 0.3rem;
}

label {
    margin-bottom: 0.1rem;
}

.table td {
    padding: 0.5rem;
}

.dropdown-menu .dropdown-item {
    padding: 0rem 1rem;
    margin-bottom: 0rem;
}

/* overriding  argon style end */

.remarksAlert {
    color: #525f7f;
    border-color: #ffffff;
    background-color: rgb(243 246 255);
}

.blueC {
    color: #5e72e4;
}


/* display a button on choose file input field */
.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    /* color: #fff; */
    font-size: 12px;
    padding: 5px 9px;
    /* background-color: #4245a8; */
    /* box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); */
}

.file-input__label svg {
    height: 13px;
    margin-right: 4px;
}

/*End of choose file  */

.orangeBtn {
    border-color: #ef7b11;
    background-color: #ef7b11;
}

.cardCount .card-body:hover {
    box-shadow: 0px 6px 20px #e9e9e9;
    transition: 0.3s;
    border: 1px solid #5e72e4;
    border-radius: 5px;
}

.cardCount .card-body {
    border: 1px solid #ffff;
}

/* css provided by mudasir sir to improve front view */
/* table tr>th, */
table tbody tr td {
    /* padding: 0.25rem !important; */
    padding-right: 0.25rem !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

table tbody tr td:not(:nth-child(1)) {
    padding-left: 0.25rem !important;
}

.table thead th:not(:nth-child(1)) {
    padding-left: 0.25rem !important;
}

.table thead th {
    font-size: .7rem;
    letter-spacing: 0;
    text-transform: capitalize;

    padding-right: 0.25rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.table tr:hover {
    background-color: #fafafa;
    box-shadow: 0px 3px 10px #f5f5f5;
}

/*sidebar */
#sidenav-collapse-main .navbar-nav li {
    padding: 0 15px 10px;
}

#sidenav-collapse-main .navbar-nav li a {
    background: #F3F6FF;
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2D3748;
}

#sidenav-collapse-main ul li a i {
    color: #2D3748;
}

.sidebarBackground a {
    /* background: #5e72e4 !important; */
    background: #6fbd43 !important;
    color: #ffff !important;
}

.sidebarBackground i {
    color: #ffff !important;
}

/* table */
.card .bg-primary .row h3 {
    color: #ffff;
}

.card-header .d-inline-block .file-input label {
    border-radius: 8px;
    background: #ffff;
    color: #2DCE89;
    padding-top: 0px;
    padding-bottom: 3px;
}

.d-inline-block p {
    border-radius: 8px;
    background: #ffff;
    color: #EF7B11;
}

.d-inline-block button {
    border-radius: 8px;
    background: #ffff;
    color: #5E72E4;
}

/* table icons */
.tableiconColor {
    color: #A4A9B6;
}

/* header nav bar */
.customNavBarLeftSide {
    padding: 10px;
}

.customNavBarLeftSide ul li {
    display: inline-block;
}

.customNavBarLeftSide ul li a {
    padding: 8px 15px 0;
}

/* logs css */
.logsTime {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    vertical-align: top;
}

span.logs-text-full::before {
    content: '';
    border-left: 1px solid #cad1d7;
    left: -64px;
    top: -5px;
    bottom: -5px;
    position: absolute;
}

span.logs-text-full {
    position: relative;
}

.actionIcon {
    z-index: 9;
    position: relative;
    width: 24px;
}

.logs-remarks-text {
    width: 75%;
}

@media screen and (max-width: 480px) {
    .logs-remarks-text {
        width: 100%;
    }
}

/* end of mudasir sir css */

#sidenav-collapse-main .navbar-nav .settingsSidebar .nav-item .nav-link {
    font-size: 11px;
}

.sidebarIcon {
    width: 24px;
}

/* mudasir sir css for request page */
.requestPageTitle {
    margin: 5% 0;
    font-size: 24px;
}

.requestPageMainRow:before {
    content: '';
    background: #6fbd43;
    /* height: 70vh; */
    height: 100%;
    /* top: 8%; */
    top: 0%;
    width: 100%;
    position: absolute;
    /* transform: skewY(-10deg); */
}

.greenBackground {
    background: #6fbd43;
}

.textWhite {
    color: white;
}