.pleft15 {
    padding-left: 15px;
}
.bg-gray-invoice {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 20px;
}
.download_btn_custom {
    background: none;
    border: none;
    color: #3971eb;
    cursor: pointer;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-options.d-flex > a {
    margin: 0 6px;
}
.row-options.d-flex > a:first-child {
    margin-left: 0;
}
.bg-honeydew{
    background-color: honeydew!important;
}

.m-top-200{
    margin-top: 200px;
}
.mt-15{
    margin-top: 15px;
}
.previous-meeting-text{
    color: #435062!important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #E0E9F1;
}
.plus-icon-bg{
    background-color: #7199F2;
}
.mb-10{
    margin-bottom: 10px;
    background-color: #F8FAFC;
    padding-bottom: 10px;
}

.meeting-title{
    color: #64748B;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pb-15{
    padding-bottom: 15px;
}
.p-10{
    padding: 10px;
}
.reminder{
    color: #2563EB;
    margin-top: 5px;
    padding-bottom: 15px;
}
.history-input{
    background-color: white !important;
    color: black !important;
}