﻿.modal-rf-titlebar {
    display: none !important;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 25px;
}


.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .modal-header h4 {
        color: #a11616;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .modal-header p {
        font-size: 14px;
        color: #777;
    }

.close {
    font-size: 22px;
    cursor: pointer;
    color: #999;
}


/* Left Form */
.left-section {
    flex: 0 1 400px;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 18px;
}

    .form-group label {
        display: block;
        font-weight: 500;
        margin-bottom: 6px;
    }

        .form-group label span {
            color: red;
        }


.upload-box {
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .upload-box span {
        color: #a11616;
        cursor: pointer;
    }

    .upload-box small {
        display: block;
        margin-top: 8px;
        color: #999;
        font-size: 12px;
    }

    .upload-box input {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        cursor: pointer;
    }

/* Right Section */
.right-section {
    flex: 1 1 400px;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
}

    .right-section h3 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 600;
    }

.checkbox-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

    .checkbox-grid label {
        font-size: 14px;
        color: #444;
    }

    .checkbox-grid input {
        margin-right: 8px;
    }

/* Footer */


.btn-cancel {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 8px;
    cursor: pointer;
}

.btn-save {
    padding: 10px 22px;
    background: #a11616;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}


/*form {
    width: 100%;
}*/

/* =========================
                       Footer buttons
                    ========================= */
.upload-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
}

/*.checkbox-rf {
    display: grid;*/
    /* grid-template-columns: repeat(2, 1fr)!important; */
    /*grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
    gap: 20px;*/ /* optional spacing */
/*}*/


.modal-approve, .modal-reject {
    width: 600px;
    height: 400px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-submit {
    height: 600px;
}

.modal-approve .modal-rf-body {
    position: relative;
    height: 100vh;
}


    .modal-approve .modal-rf-body .modal-rf-body-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
        height: 100%;
        justify-content: center;
    }

        .modal-approve .modal-rf-body .modal-rf-body-wrapper .modal-rf-top-img-wrapper {
            display: flex;
            width: 88px;
            height: 88px;
            align-items: center;
            border-radius: 100%;
            background: #E9F7E9;
            justify-content: center;
        }

        .modal-approve .modal-rf-body .modal-rf-body-wrapper .modal-rf-middle {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
            gap: 10px;
        }

            .modal-approve .modal-rf-body .modal-rf-body-wrapper .modal-rf-middle .modal-rf-middle-header {
                color: #222;
                text-align: center;
                font-family: Lato;
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px;
            }

            .modal-approve .modal-rf-body .modal-rf-body-wrapper .modal-rf-middle .modal-rf-middle-desc {
                color: #666;
                text-align: center;
                font-family: Lato;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 18px;
            }

        .modal-approve .modal-rf-body .modal-rf-body-wrapper .modal-rf-button {
            display: flex;
            height: 48px;
            padding: 8px 16px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 8px;
            background: #009CA6;
            color: #fff;
            font-size:18px;
        }

.btn-trip-request-cancel {
    border-radius: 8px;
    background: #F3F4F6;
    color: #222221;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.modal-reject .modal-rf-titlebar-custom {
    box-shadow: 0 0 5px #0000002b;
    padding: 10px 15px 10px 15px;
    background-color: WhiteSmoke;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: bold;
    gap: 50px;
}

.modal-rf-titlebar-desc {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.modal-reject .modal-rf-titlebar {
    display: none !important;
}

.modal-reject .modal-rf-body {
    padding: 0;
}

    .modal-reject .modal-rf-body .modal-rf-body-wrapper {
        padding: 50px 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

        .modal-reject .modal-rf-body .modal-rf-body-wrapper .modal-rf-button-area button {
            flex: 0 0 100px;
        }

.reject-note {
    height: 100px;
}
.after-success-show-tripno {
    display: flex;
    height: 62px;
    /*padding: 17px 17px 1px 17px;*/
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E6E8E9;
    background: #F8F9FA;
}