.alert.alert-success {
    background: #1bc5bd !important;
    border-color: #1bc5bd !important;
}
.alert.alert-success .close {
    color: white !important;
}

/* .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998!important;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
} */
select.select2 {
    opacity: 1;
}
.filter_sidebar,
.column_filter_sidebar {
    /* width: 0px; */
    width: 0px;
    transition: all 0.3s ease;
    /* box-shadow: none; */
    background-color: #ffffff;
    /* display:none; */
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    /* display: none; */
}
.sub-status-others {
    display: none;
}
.filter_sidebar .submit-group {
    position: fixed;
    margin-left: -7px;
    /* margin-left: -5px; */
    bottom: 15px;
    width: 230px;
    /* width: 220px; */
    background: #ffffff;
    z-index: 1000;
    padding: 15px 0 0px 0;
    margin-bottom: 0px !important;
}
.filter_sidebar_maximize {
    transition: all 0.3s ease;
    /* width: 250px !important; */
    padding: 0px 10px 10px 10px;
    /* padding: 0px 20px 10px 20px; */
}
.filter_col_sidebar_maximize {
    transition: all 0.3s ease;
    padding: 20px;
}
.empty-space {
    height: 50px;
}
@media (min-width: 992px) {
    .filter_sidebar,
    .column_filter_sidebar {
        /* position: fixed;
        top: 0;
        bottom: 0;
        right: 0; */
        z-index: 999;
    }
}
@media (min-width: 1100px) and (max-width: 1600px) {
    .filter_sidebar_maximize,
    .filter_col_sidebar_maximize {
        width: 550px !important;
    }
}
@media (min-width: 1600px) {
    .filter_sidebar_maximize,
    .filter_col_sidebar_maximize {
        width: 550px !important;
    }
}
.filter_sidebar::-webkit-scrollbar,
.column_filter_sidebar::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.filter_sidebar::-webkit-scrollbar-track,
.column_filter_sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.filter_sidebar::-webkit-scrollbar-thumb,
.column_filter_sidebar::-webkit-scrollbar-thumb {
    background: #1bc5bd;
    height: 20px !important;
    border-radius: 25px;
}

/* Handle on hover */
/* .filter_sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
} */
.filters #accordion .card-header {
    padding: 0.5rem 1.25rem;
}
.filters #accordion .card-header h6 {
    font-size: 14px;
}
.filters #accordion .card-body {
    padding: 1.25rem;
    border: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}
.filter-drop,
.filter-col-drop,
.filter-activity-drop {
    background: rgba(97, 97, 97, 0.24);
    /* background:rgba(97, 97, 97, 0.062); */
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 998;
    display: none;
}
.filter-col-drop {
    cursor: pointer;
}

.acc-toggle-icon {
    color: #1bc5bd;
}
.filters .card {
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
}
#loader {
    display: none;
    position: fixed;
    z-index: 1051;    
    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8) url("../img/loader.gif") 50% 50%
        no-repeat;
    /* background: rgba(255, 255, 255, 0.8) url("http://i.stack.imgur.com/FhHRx.gif")
    50% 50% no-repeat; */
}
.saved_filter {
    padding: 10px;
    border: 1px solid #1bc5bd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.saved_filter_db {
    padding: 10px;
    border: 1px solid #1bc5bd;
    border-radius: 5px;
    margin-bottom: 15px;
}
.validation-error {
    display: none;
}
.add-filter-wrapper {
    display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #1bc5bd !important;
}
.table-striped tbody tr:nth-of-type(odd) td {
    color: #ffffff !important;
}

/* .table-striped tbody tr:nth-of-type(even) {
    background-color: #ebedf3 !important;
} */
td.details-control {
    /* background: url("../img/plus-solid.svg") no-repeat center center; */
    /* content: 'f068';
    cursor: pointer;
    padding: 20px 0 !important;
    width: 100%;
    background-size: 20%; */
}
tr.shown td.details-control {
    /* background: url("../img/minus-solid.svg") no-repeat center center; */
    /* background-size: 20%; */
}

.muted-font {
    font-weight: normal !important;
    color: #666;
    font-size: 13px;
}

.activity-table {
    padding: 10px !important;
    background: #cccccc2e;
}
.details-control {
    text-align: center;
}
.d-flex form {
    margin-top: 15px;
}
td.details-control {
    /* background: url('../img/details_open.png') no-repeat center center; */
    cursor: pointer;
}
tr.shown td.detaiwidth .due_wrapper label {
    padding: 5px 10px 0px 10px;
}
.filter-wrapper {
    width: 100%;
}
@media (min-width: 1000px) {
    #kt_wrapper {
        width: calc(100vw - 100px);
    }
    #kt_body{
        padding-right:0px !important;
        overflow-x: hidden;
    }
}

.activity-sidebar {
    width: 0px;
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    z-index: 999;
}

.activity-sidebar-maximize {
    width: 80% !important;
    transition: all 0.3s ease;
    padding: 20px;
}
.btn-volatile{
    color: #FFFFFF;
    background-color: #7d29a4;
    border-color: #7d29a4;
}
.assign-message{
    color: #FFFFFF;
    background-color: #1bc5bd;
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index:15;
}

.unassign-message{
    color: #FFFFFF;
    background-color: #7d29a4;
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    z-index:15;
}

.policy-row{
    position: relative;
}
.fileuploadicon{
    color: grey;
    font-size: 70px;
}
.fileuploadiconafter{
    color: rgb(89,189,181);
    font-size: 70px;
}


/* dissabling sorting datatable */
table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.dataTable>thead>tr>th[class*="sort"]:before,
.dataTable>thead>tr>th[class*="sort"]:after {
    content: "" !important;
}
.export_all_score_report{
    background-color: #1BC5BD !important;
    color: #ffffff !important;
    border-radius: 5px!important;
    border-color: transparent!important;
    font-weight: bold!important;
    height: 37px!important;
}

@media (max-width: 1024px) {
.login-mob-view{
    display: none !important;
}
#kt_header_mobile a img{
    display: none !important;
}
#kt_content{
    padding: 0px !important;
}
}

