.historyButton {
    width: 310px;
    height: 75px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 30px;
}

.buttontext {
    font-size: 20px;
    font-weight: 700;
    padding-right: 100px;
    margin-right: 'auto';
}
.reactQuill {
    height: 150px;
    border: none;
    margin-bottom: 30px;
}
.currentstatus {
    font-size: 12px;
    background-color: #ffefd3;
    color: #bf913c;
    width: 70px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.table {
    width: 100%;
    margin-top: 50px;
}

.comLogimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.setDateStyle {
    margin-right: 35px;
}
.dotdivStyle {
    margin-right: 35px;
    margin-left: 15px;
}
.buttonDiv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.containerAB {
    display: flex;
    flex-direction: column;
}

.select_container {
    display: flex;
    justify-content: flex-end; /* Aligns the select container to the right */
    margin-top: 20px;
}

.select_wrapper {
    width: 50%; /* Adjust the width of the select container as needed */
}

.table-container {
    width: 100%; /* Makes the table container occupy 100% width */
}

.tableButton {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    width: 70px;
    text-align: center;
    justify-content: center;
}
.misstingInfo {
    padding: 20px;
    width: 100%;
    background-color: #fae8e3;
    margin-bottom: 20px;
    color: #838ba1;
    font-size: 18px;
}
