/* page bg start */
.custom-page-bg {
    background: #f1f1f1 !important;
}

b, strong {
    font-weight: 900 !important;
}

.text-justify {
    text-align:justify !important;
}
/* page bg end */

/* custom school start */
.center-school-list-logo-on-block {
    width: 300px;
    height: 211px;
    object-fit: contain !important;
    background: #cdcdcd;
}
.center-school-single-img-on-block {
    width: 410px;
    height: 376px;
    object-fit: contain !important;
    background: #cdcdcd;
}
.center-school-side-img-on-block {
    width: 300px;
    height: 211px;
    object-fit: contain !important;
    background: #cdcdcd;
}
/* custom school end */

/* custom article start */
.center-article-list-img-on-block {
    width: 236px;
    height: 234px;
    object-fit: cover !important;
    background: #cdcdcd;
}
.center-article-single-img-on-block {
    width: 870px;
    height: 439px;
    object-fit: cover !important;
}
.center-article-side-img-on-block {
    width: 90px;
    height: 110px;
    object-fit: cover !important;
}
/* custom article end */

/* custom event start */
.center-event-list-img-on-block {
    width: 370px;
    height: 252px;
    object-fit: cover !important;
}
.center-event-single-img-on-block {
    width: 801px;
    height: 285px;
    object-fit: cover !important;
}
.center-event-side-img-on-block {
    width: 90px;
    height: 110px;
    object-fit: cover !important;
}
/* custom event end */

/* student dashboard start  */
.custom-dash-bg-img {
    background: url('../images/dashboard/dashboard_banner_003.jpg');
}

.custom-dash-d-flex {
    display: flex;
    gap: 10px;
}

.custom-dash-justify-content-between {
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.custom-dash-item {
    color: #2a245a;
}

.custom-dash-item-1 {
    /* text-align: center; */
}

.custom-dash-item-2 h4 {
    font-size: 28px;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
}

.custom-dash-item-3 a, .custom-dash-item-3 span {
    display: block;
    color: #2a245a;
    font-size: 20px;
    font-weight: 400;
    margin: 12px;
    transition: transform 0.3s ease;
}

.custom-dash-item-3 a:hover {
    color: #519cd5;
    font-weight: 900;
    transform: translateX(-30px);
}

.custom-dash-item-3 a:last-child:hover {
    color: #c9212a;
    font-weight: 900;
    transform: translateX(-30px);
}

.custom-dash-avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgb(230, 230, 230);
    box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.1);
    margin: 3px auto;
}

.custom-dash-info {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 2px 0;
    text-align: center;
}

.custom-dash-info span {
    color: #519cd5;
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    .custom-dash-d-flex {
        flex-direction: column;
    }
    
    .custom-dash-justify-content-between {
        justify-content: center;
        align-content: center;
    }

    .custom-dash-item {
        margin-bottom: 7px;
    }

    .custom-dash-item-2 h4 {
        font-size: 24px;
    }

    .custom-dash-item-3 a, .custom-dash-item-3 span {
        margin: 8px;
    }

    .custom-dash-item-3 a:hover {
        transform: translateX(30px);
    }
    
    .custom-dash-item-3 a:last-child:hover {
        transform: translateX(30px);
    }

    .custom-dash-avatar {
        width: 140px;
        height:140px;
    }
}
/* student dashboard end  */
