.pointer{
    cursor: pointer !important;
}

.preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/theme/assets/images/preloader/64x64.gif')  50% 50% no-repeat rgb(249,249,249);
    /* transform: translate(-50%, -50%); */
}

.loader{
    position: fixed;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/theme/assets/images/preloader/64x64.gif')  50% 50% no-repeat rgb(249,249,249);
    /* background-color: #000; */


}
.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;

}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
}
    
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}


.card-body-custom{
    border: 1px solid #d0dae0;
}
.font12{
    font-size: 12px;
}

.ps__rail-y{
    left: 0px !important;
}

.app-logo-inverse{
    height: 100px;
    width: 155px;
    background: url('/theme/assets/images/logo-inverse3.png');
}

.scroll-area-md{
    height: 370px !important;
}
.vertical-timeline {
    padding: 0.25rem 0 1rem !important;
}

.butterfly-image{
    opacity: 0.4;
    border-radius: 8px;
}

.edit-butterfly-image{
    opacity: 0.4;
    border-radius: 8px;
}

.table{
    width: 100% !important;
}

article, aside, figure, footer, header, hgroup, 
menu, nav, section { display: block; }
.select-butterfly-ul { list-style: none; }
.select-butterfly-ul .select-butterfly-li { display: inline-block !important; } 
.select-butterfly-ul .select-butterfly-li img { border: 2px solid white; cursor: pointer; }
.select-butterfly-ul .select-butterfly-li img:hover { border: 2px solid #eee; opacity: 1; }
.select-butterfly-ul .select-butterfly-li img.hover { border: 2px solid #eee; opacity: 1; }

.radius8{
    border-radius: 8px;
}

.student-photos{
    display: block;
    margin-left: auto;
    margin-right: auto;
}