﻿/*.vehicle-name {
    font: normal normal bold 20px / 24px Lato;
    padding-bottom: 7px;
}

.rf-page-left-menu.has-left-menu.True ~ .body-space {
    margin-left: 260px;
    transition: margin-left 0.3s ease-in-out;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.maintenance-request-header {
    text-align: center;
    font: normal normal bold 24px/26px Lato;
}

.date-group {
    margin-bottom: 20px;
    padding: 10px 50px;
}

    .date-group h2 {
        color: #555;
        border-bottom: 2px solid #ddd;
        padding-bottom: 5px;
    }

.request {
    justify-content: space-around;
    background: #F4F6F9 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    align-items: stretch;
}

    .request .notes {
        font-style: italic;
        color: #888;
    }

    .request .urgent {
        color: red;
        font-weight: bold;
    }

    .request .not-urgent {
        color: green;
        font-weight: bold;
    }

.request .forward {
    color: #007bff;
    font-weight: bold;
}
.maintenance-buttons{
    display: flex;

}
.priority-slip {
    display: flex;
    gap: 0px 8px;
    align-items: stretch;
}

.request-left {
    display: flex;
    flex-direction: column;
}

.vehicle-number {
    background: #ECFEFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    height: 89px;
    flex: 1 0 115px;
}

.urgent-btn {
    background: #f7e1e1 0% 0% no-repeat padding-box;
    border: 2px solid #d37670;
    padding: 10px;
    flex: 1 0 60px;
    height: 89px;
    text-align: center;
    border-radius: 6px;
    align-content: center;
    justify-content: center;
}

.done-show-slip {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px;
    flex: 1 0 89px;
    height: 89px;
    align-content: center;
    text-align: center;
    background-color: #b6c942;
}


.request-date {
    background: #ECEEFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 240px;
    height: 89px;
    flex: 1 0 115px;
    padding-left: 20px;
}

.requested-by {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    height: 89px;
    flex: 1 0 115px;
}

.request-left-uppper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.request-left-footer {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
}

.list-of-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    height: 88px;
    flex: 1 0 300px;
}

.request-right {
    display: flex;
    flex-direction: column;
    flex: 1 1 260px;
}

.request-right-upper {
    align-items: center;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 90px;
}

.request-right-down {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.forward-request {
    background: var(--unnamed-color-da291c) 0% 0% no-repeat padding-box;
    background: #DA291C 0% 0% no-repeat padding-box;
    border-radius: 8px;
    height: 35px;
    align-items: center;
    align-content: baseline;
    text-align: center;
    padding: 2px;
    color: #212529 !important;
    cursor: pointer;
    flex: 1;
}
.request-notes {
    font-style: italic;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    flex: 1 1 1196px;
    height: 42px;
    border: 0.35px solid var(--unnamed-color-999999);
    padding: 10px;
}

.request .not-urgent {
    width: 159px;
    height: 44px;
    background: #FF80001A 0% 0% no-repeat padding-box;
    border: 0.3499999940395355px solid #FF8000;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #FF8000;
}

.request .urgent {
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 44px;
    background: #FF80001A 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    color: #DA291C;
    border: 0.3499999940395355px solid #DA291C;
}

.view-details {
    margin: 5px 0;
    color: #666;
    font: normal normal normal 16px / 19px Lato;
    letter-spacing: 0px;
    color: #106FB7;
    text-align: center;
    cursor: pointer;
}


.upper-section-container {
    background: #F4F6F9 0% 0% no-repeat padding-box;
    border: 0.25px solid #9B77FF;
    width: 1500px;
    height: 148px;
}

.maintenance-modal {
    background-color: white;
    margin: auto;
    font-family: Arial, sans-serif;
}

.vehicle-info {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px;
    background: #F4F6F9 0% 0% no-repeat padding-box;
    border: 0.25px solid #9B77FF;
    margin-top: 10px;
    margin-bottom: 15px;
}

.vehicle-photo img {
    width: 90px !important;
    height: auto;
    border-radius: 6px !important;
}

.vehicle-details {
    flex: 1;
}

.vehicle-meta {
    display: flex;
    gap: 10px;
}

.meta-box {
    text-align: center;
    min-width: 120px;
    height: 80px;
    font-size: 14px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.3499999940395355px solid #999999;
    border-radius: 3px;
    align-content: center;
}

.category-name {
    font: normal normal bold 14px / 16px Lato;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.category h4 {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.category label {
    display: block;
    margin: 3px 0;
}

.driver-note {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.forward-section {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.forward-btn {
    height: 42px;
    border-radius: 8px;
    color: #101010;
    opacity: 1;
    font: normal normal bold 16px / 20px Lato;
    background: #e7493e 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

input {
    background-color: white !important;
    color: black !important;
    opacity: 1 !important;
}

    input:disabled {
        background-color: white !important;
        color: black !important;
        opacity: 1 !important;
    }*/
.maintenance-list .checkbox-rf {
    display: flex;
    flex-direction: column;
}

.glidego-table-action-button {
    display: flex;
    height: 30px;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #9A3324;
    color: #fff;
}