.head-color-bg {
    background-color: #012060;
}

.login-title {
    font-size: 60px;
}

.status {
    min-width: 249px;
    max-width: 249px;
    height: 99px;
    border-radius: 10px;
    margin-right: 30px;
}

.status-icon {
    background-color: #fff;
    border-radius: 30px;
    padding: 16px;
}

.request {
    background-color: #D0EDF6;
}

.completed {
    background-color: #DCDDF1;
}

.pending {
    background-color: #CFEDEE;
}

.count-label {
    color: #82889B;
    font-size: 16px;
}

.count {
    font-size: 30px;
}

.data-content {
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
}

.mt-53 {
    margin-top: 53px;
}

.table-input {
    border: 1px solid #BFC5CD;
}

.list-table th {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: bold;
}

.std_but {
    background-color: #317EEB;
    border-radius: 6px;
}

.btn_width {
    min-width: 210px;
    max-width: 210px;
    height: 45px;
}

.std_but_cancel {
    background-color: #D7D7D7;
    border-radius: 6px;
}

.resend {
    background-color: #EE4023;
    border-radius: 6px;
}

.alternate {
    background-color: #F1BE38;
    border-radius: 6px;
}

.service-provider {
    /* min-width: 210px;
    max-width: 210px;
    height: 45px; */
    padding: 1em;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 6px;
}

.sender {
    background-color: #F3EDD5;
    border-radius: 10px;
    padding: 25px;
    /* height: 100px; */
}

.dataTables_filter{
    display: none;
}

@media screen and (min-width:320px) and (max-width: 474px) {
    .status {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
