﻿.approvalDiv {
    width: 100%;
    background-color: #bfc0c263;
}

.approverDivCs {
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 50px;
    align-items: center;
    flex-direction: row-reverse;
}

.rejectForm {
    display: flex;
    align-items: center;
}

.rejectMessageInput {
    width: 100%;
    border: 1px solid #cfcfcf;
    height: 35px;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 14px;
    margin-right: 5px;
    height:60px;
    resize:none;
}

.rejectMessageInput::placeholder{
    font-size:12px;
}
.rejectBtn{
    width:197px;
    font-size:13px !important;
}

.previewInfo {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    background: #94989f;
}
@media (max-width:768px){
    .approverDivCs {
        padding: 8px 36px;
    }
}
@media (max-width:590px){
    .approverDivCs {
        padding: 4px 20px;
    }
}