@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --body-color: #E4E9F7;
    --sidebar-color: #FFF;
    --primary-color: #695CFE;
    --primary-color-light: #F6F5FF;
    --toggle-color: #DDD;
    --text-color: #707070;
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;

    
}

* {
    font-family: "Montserrat", sans-serif;
}


body {
    min-height: 100vh;
    display: flex;
    background-color: #fff;
}

.sidebar {
    display: flex;
    max-width: 250px;
    min-width: 250px;
}

.main {
    flex-grow: 1;
}

@media only screen and (max-width: 992px) {
    
    .sidebar {
        display: none;
    }
    
   
}

.font-2 b {
    color: #695CFE;
}

.font-2 {
    color: #707070;
}

.button {
    text-decoration: none;
    font-size: 13px;
    border: none;
    padding:5px 10px;
    border-radius: 10px;
}
.button1 {
    color: #eee;
    background-color: #695CFE;
}

.button1:hover {
    color: #fff;
}

.thead {
    font-weight: 900;
    color: #695CFE;
    font-size: 50px;
}

.card {
    background-color: #695CFE;
    color: #fff;
    border-radius: 20px;
    border: none;
}

.card h3 {
    font-weight: 800;
}

.card a {
    text-align: left;
    text-decoration: none;
    color: #695CFE;
    font-weight: 700;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.card2 {
    background-color: none;
    border-radius: 25px;
    border: none;
    border: 2px solid #eee;
    padding: 15px;
}

.card2 h4 {
    font-weight: 800;
    color: #111;
    border-radius: 10px;
}

.card2 h6 {
    font-size: 13px;
    color: #707070;
    font-weight: 800;
}

.card2 a {
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    border-radius: 10px;
    color: #695CFE;
    text-decoration: none;
    display: block;
}

.border-r {
    margin-top: 20px;

}

@media only screen and (max-width: 768px) {
    

    
    .today {
        margin-top: 35px;
    }
   
}

.card3 {
    position: relative;
    padding: 25px;
    border-radius: 20px;
    background-color: #F8F8F8;
}

.card3 .card-user img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.card3 span {
    padding-left: 15px;
    font-weight: 700;
}


.card3 .card-date {
    position: absolute;
    right: 35px;
    top: 35px;
    color: #695CFE;
}

.card3 .card-body {
    margin-top: 20px;
}

.card-date i {
    font-size: 13px;
}

.card-date small {
    font-weight: 700;
}

.card3 .card-body img {
    border-radius: 20px;
    width: 100%;
    height: 300px;
    object-fit: cover;    
}

.card3 .card-body a {
    text-decoration: none;
}

.card3 .card-body h4 {
    padding-top: 15px;
    font-weight: 700;
    color: #695CFE;
}

/*  */

.card2 {
    transition: all .2s ease-in-out;

}

.card2:hover {
    border-color: #ddd;
}

form label {
    width: 100%;
    border-radius: 20px;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 5px;
}

form input {
    width: 100%;
    padding: 8px;
    padding: 5px 20px;
    border: 1px solid var(--toggle-color);
    border-radius: 25px;
    outline: none;
}

.form-group {
    margin-bottom: 20px;
}

.button2 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background-color: var(--primary-color);
    width: 100%;
}

.button2:hover {
    color: #ddd;
}

.card1 {
    border: 1px solid #ddd;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.card1 img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.card1 small {
    color: #939393;

    display: block;
}

.intern {
    padding: 15px;
}

.intern b {
    color: #695CFE;
}