.image-input-placeholder {
    background-image: url('../media/svg/files/blank-image.svg');
}
[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('../media/svg/files/blank-image-dark.svg');
}
.action a i{
    margin-right: 10px;
}

.select2-container{
    width: 100%!important;
}

.datepicker {
    z-index: 100!important;
}
.table{
    font-size: 12px;
}


::-webkit-scrollbar-track {
/*    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #2b3643;
/*    border-radius: 5px;*/;
}