body {
    font-family: 'SolaimanLipi', sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: auto !important;
}

.dashboard_header {
    background: linear-gradient(108.79deg, #FFFFFF -5.68%, #FDEBFF 51.57%, #FFFFFF 105.35%);

}

.logo {
    max-height: 90px;
    max-width: 125px;
}

.logo img {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.digital_text {
    font-size: 12px;
    color: #7d5e25;
    line-height: 16px;
}

.bangsamoro_text {
    font-size: 12px;
    color: #474546;
    line-height: 16px;
}

.workflow_text {
    font-size: 12px;
    color: #e8c400;
    line-height: 16px;
}

.hover\:bg_custom_hover:hover {
    background: #009A67;
}

.placeholder_custom {
    color: #303030
}

.photo_upload_block>.photo_area {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    height: 130px;
    position: relative;
    width: 130px;
}

.photo_upload_block>.photo_area>img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.info .name {
    color: #005834;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.info .designation {
    color: darkred;
}

.photo_upload_block>.photo_area:hover>.change_photo_btn {
    display: flex;
}

.photo_upload_block>.photo_area>.change_photo_btn,
.photo_upload_block>.photo_area>.preloade {
    background-color: #16a34a;
    border-radius: 25px;
    color: #fff;
    display: none;
    font-size: 8px;
    padding: 2px 5px;
    position: absolute;
    z-index: 1;
}

span.required {
    color: red;
    padding-left: 5px;
}

.signature_upload_block>.signature_area {
    cursor: pointer;
    height: 90px;
    max-width: 100%;
    position: relative
}

.signature_upload_block>.signature_area>.change_signature_btn,
.signature_upload_block>.signature_area>.preloader {
    background-color: #16a34a;
    border-radius: 25px;
    color: #fff;
    display: none;
    font-size: 10px;
    padding: 3px 10px;
    position: absolute
}

.signature_upload_block>.signature_area>.change_signature_btn.preloader,
.signature_upload_block>.signature_area>.preloader.preloader {
    display: flex
}

.signature_upload_block>.signature_area>i {
    color: #bac6bd;
    font-size: 48px
}

.signature_upload_block>.signature_area>img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.signature_upload_block>.signature_area:hover>.change_signature_btn {
    display: flex
}

.dataTables_length,
.dataTables_filter {
    margin-bottom: 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px 10px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

table.dataTable {
    margin: 0 auto 5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #edeff1 !important;
    margin-left: 0px !important;
    border-radius: 0px !important;
    padding: 0.5em 1.2em !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f2f5ff !important;
    color: #009966 !important;
    border: 1px solid #009966 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e5e7eb !important;
}

.load_spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.load_spinner>div {
    width: 18px;
    height: 18px;
    background-color: #3c884a;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.load_spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.load_spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.scroll-to-top {
    background-color: #3c884a;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all .4s;
    width: 40px;
    z-index: -1;
}

.scroll-to-top:hover {
    background-color: purple;
}

.scroll-to-top.active {
    opacity: .6;
    z-index: 9999;
}

.shadow_gradient {
    opacity: 0.4;
    background-color: #00000080;
}

.modal_close_btn {
    background-color: #917777;
    border: 1px solid #ddd;
    border-radius: 0 5px 0 50%;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    z-index: 1;
}

.dec_title h3 {
    border-bottom: 3px solid green;
    padding: 0 20px 5px 20px;
    display: inline-block;
}

#div_table tr td:first-child,
#div_table tr th:first-child {
    display: none;
}

.notification_icon {
    margin-right: 8px;
    border-radius: 50%;
    color: #4dd593;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: #4ed59320;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

#notification_message a {
    padding: 5px;
    margin-right: 5px;
}

#notification_message a:hover {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 5px;
}

.item_cal {
    width: calc(100% - 38px);
}

.notification_time {
    font-size: 10px;
    color: darkred;
}

.notify_cont {
    max-height: 300px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 5px;
    transition: all 0.4s ease-in;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgray;
    /* outline: 1px solid slategrey; */
}

div#alert {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 99;
    background: rgb(0 153 102);
    color: #fffcfc;
}

span.fa.fa-star {
    color: #d1d1d1;
}

.checked {
    color: orange !important;
}

.application_list_block {
    display: block;
    overflow-x: auto;
    width: 100%;
}

.application_list_block {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.application_list_block table {
    width: 100%;
}

.application_list_block table tr th,
.application_list_block table tr td {
    background-color: #eaeaea;
    padding: 8px 12px;
    border: 1px solid #ddd;
}

.application_list_block table tr th>div>i,
.application_list_block table tr td>div>i {
    color: #0f8051;
}

.application_list_block table tr td {
    background-color: #fff;
}