.btn-custom-main{
    background-color: #D9241C !important;
    color: white !important;
}

.btn-custom-main:hover{
    background-color: rgb(245, 49, 89) !important;
}

.auth-cover{
    background-image: url(../img/images/auth-student-cover.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-section{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
}

.login-section-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
    background-image: url(../img/images/cubes.svg);
    background-size: 50px;
}

.overlay-auth {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-image: linear-gradient(to right, #d91c1c70, #ff9000); */
    background-image: linear-gradient(to right, #00000082, #000000);
}

.navbar-brand-logo{
    max-width: 11.5rem !important;
}

.calendar-grid-title {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    font-weight: 700;
    color:#000000;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
}

.calendar-grid-item {
    height: 150px;
    width: 100%;
    display: flex;
    /* justify-content: flex-end; */
    border: 1px solid #f0f0f0;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    background-color: #fff;
    padding: 10px;
    font-size: 16.5871px;
    font-weight: 700;
    font-size: 13px;
}

.calendar-indicator-4 {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #961c244a !important;
}

.calendar-indicator-1 {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #1b546061 !important;
}

.calendar-indicator-3 {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #66804f63 !important;
}

.cursor-pointer{
    cursor: pointer;
}

.calendar-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.calendar-item:last-child {
    border-bottom: 0;
}

 .date-active-today{
    height: 20px;
    width: 20px;
    background-color: crimson;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

footer.footer{
    position: relative !important;
}

.more-details div span{
    font-weight: 900;
    color: #000;
}

.accordion-view .accordion-item{
    padding: 20px 0;
}

.courseAvatar {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.object-cover{
    object-fit: cover;
}

.object-contain{
    object-fit: contain;
}

.object-pos-center{
    object-position: center;
}


@media screen and (max-width: 768px){
    .login-section{
        grid-template-columns: 1fr;
    }

    .login-section .split-content-1{
        display: none !important;
    }

    .navbar-brand-logo{
        max-width: 6.5rem !important;
    }

    .calendar-grid-item{
        height: 80px;
    }
}

@media screen and (min-width: 991px){
    .video-main-container {
        position: relative;
        overflow: hidden;
        height: 650px;
    }
}

.pull-right,
.float-right {
    float: right !important;
}