/* PERFECT SCROLL BAR */
.mostly-customized-scrollbar {
    display: block;
    overflow: auto;
}
.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f2eded;
}
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
      background: #f2eded
}

.noty_layout{
    padding:2rem!important;
}

.btn i{
    padding:0!important;   
}

#kt_content
{
    /* background-color: #000000; */
    padding-top: 30px;
}

#kt_wrapper{
    padding-top: 80px;
}

.filterInLine{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.loader-full{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    color: white;
    padding:50px;
    text-align: center;
}

.loader-full__icon i{
    font-size: 52px;
    margin: 20px;
}

.currentDataContainer > .img-fluid{
    height:200px;
    width:200px;
}

.currentDataContainer > div{
    height:200px;
    width:200px;
}

#kt_content{
    padding-top: 0px!important;
}

/* MEDIA QUERRY */
@media only screen and (max-width: 600px) {
    #kt_datatable_wrapper,
    #kt_datatable_search_type{
        overflow-x: scroll!important;
    }
}

.main-loader-full{
    display: none;
}

.card.card-custom > .card-header.card-header-tabs-line{
    padding-top:10px!important;
    padding-bottom:10px!important;
}

