.student-materials-package div {
    display: inline-block;
}

.student-materials-package{
    margin-left:10px;
}

.red{
    color: #d14a48;
}


.student-scheduler-course-name{
    font-weight:bold;
    font-size:20px;
    margin-left:10px;
}

.badge.badge-dark2{
    background-color: #343a40;
    color:white;
    font-weight:bold;
    font-size:14px;
    border-color:#343a40;
    margin:0;
}

.scheduler-student-lesson-model-service-cont > .mt-4{
    margin-top:0!important;
}

#scheduler-weeks .checkbox{
    position:relative;   
}

#scheduler-weeks .checkbox-overlay{
    display:none;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: right;
    padding:4px 7px 0 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%; 
}


.red-border {
    border: 2px solid red!important;
}
.krestik {
    background-image: url('/img/svg/drawing-cross-1.svg');
    height:24px;
    width:24px;    
}
.krestik:hover {
    fill: red;
    cursor: pointer;
}
.input-error {
    display: none;
    color: red;
    font-size: 1rem;
}