* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Caros';
    text-decoration: none !important;
}

body {
    font-family: 'Caros';
    background-color: #f4f2ee;
    width: 100%;
    overflow-x: hidden;
    color: #060240;
}

@font-face {
    font-family: 'Caros';
    src: url('./Caros.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar_all {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding-block: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: none;
    z-index: 68;
}

.logo {
    height: 150px;
    width: 150px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 55%;
}

.ll {
    border-top: 2px solid #534f4f2a;
}

.links a {
    border-bottom: 2px solid #534f4f2a;
    width: 100%;
    padding: 0 10%;
    text-decoration: none;
    padding-block: 10px;
    color: #060240;
    font-weight: 400;
}

.links a:hover {
    color: #6158e5;
}

.logout {
    position: absolute;
    bottom: 80px;
    background-color: #6158e5;
    width: 80%;
    margin: 0 10%;
    padding-block: 15px;
    text-align: center;
    border-radius: 30px;
}

.logout a {
    width: 100%;
    color: #f2f5f8;
    text-decoration: none;
}

#toggleButton {
    padding: 10px;
    border: none;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    z-index: 332;
    position: fixed;
    background-color: #6158e5;
    top: 0;

}

.log {
    background-color: #ff4961;
    color: #fff !important;
}

#toggleButton i {
    font-size: 20px;
    color: #fff;

}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.links i {
    padding-right: 10px;

}

@media only screen and (max-width: 1110px) {
    .sidebar_all {
        width: 70%;
    }
}