﻿.slider {
    height: 0.5rem;
    position: relative;
    left: 30px;
    width: 15rem;
}




    .slider input {
        height: 100%;
        position: absolute;
        top: 0rem;
        left: 1rem;
        width: 15rem;
    }


/*Modal*/
.modal-header-custom {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.modal-announcement-first {
    margin-bottom: 0;
}

.modal-announcement-second {
    margin-bottom: 0;
}

.borrow-success-view {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Class*/
.card-class-container {
    width: 390px;
    height: 40px;

    margin-left: 20px;
}
.card-item-class-view {
    height: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    justify-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 21px;
    border: 1px solid var(--blue-light);
/*    -ms-overflow-style: none;
    scrollbar-width: none;*/
}
/*    .card-item-class-view::-webkit-scrollbar {
        display: none;
    }*/

/*::-webkit-scrollbar {
    width: 20px;
    }*/
.btn1 {
    display: grid;
    width: 75px;
    height: 25px;
    border: none;
    border-radius: 100px;
    background-color: #BEC6D8;
    justify-items: center;
    margin: 8px 10px;
    color: white;
}
    .active1, .btn1:hover {
        background: linear-gradient(0deg, #5FBCDF, #5FBCDF), linear-gradient(130.59deg, #1872B4 -3.85%, #5FBCDF 80.52%);
        color: white;
    }

/**//*Day*/

.card-day-container {
    width: 390px;
    height: 40px;
    margin-left: 10px;
    height: 40px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    justify-items: center;
    align-items: center;
}

::-webkit-scrollbar {
    width: 10px;
}

.btn2 {
    display: grid;
    width: 25px;
    height: 25px;
    border-radius: 21px;
    border: none;
    background-color: #BEC6D8;
    justify-items: center;
    color: white;
}
.active2, .btn2:hover {
    background: #26407A;
    color: white;
}