@import url('styles.css');
.dashboard-widget-wrap {
    margin-block-end: 1rem;
}

.bordered-widget {
    border: 1px solid var(--sh-widget-border);
}

.dashboard-widget {
    /* min-height: 14rem; */
    padding: 0.875rem;
    flex-direction: column;
}

.dashboard-widget-bg_gray {
    background: var(--sh-widget-bg);
}

.dark-blue-border {
    border-left: 0.5rem solid var(--sh-dark-blue);
}

.success-border {
    border-left: 0.5rem solid var(--sh-success);
}

.success-border-light {
    border-left: 0.5rem solid var(--sh-success-light);
}

.brown-border {
    border-left: 0.5rem solid var(--sh-light-brown);
}

.pink-border {
    border-left: 0.5rem solid var(--sh-pink);
}

.blue-border {
    border-left: 0.5rem solid var(--sh-blue);
}

.purple-border {
    border-left: 0.5rem solid var(--sh-purple);
}

.dashboard-widget-title {
    margin-block-end: 1rem;
    min-height: 2rem;
}

.dashboard-widget-title-img {
    width: 2rem;
    height: 2rem;
}

.dashboard-widget-footer {
    margin-block-start: auto;
}

.h-3-875 {
    height: 3.875rem;
}

.dashboard-widget-footer .mark-attendance p {
    font-size: 0.5625rem;
    margin-bottom: 0;
    color: var(--title-color);
}

.dashboard-widget-footer .mark-attendance img {
    margin-bottom: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.dashboard-widget-footer .mark-attendance p strong {
    font-weight: 600;
}

.dashboard-widget-wrap-min {
    min-width: 13.75rem;
}

.message_inner {
    background: var(--sh-gray-secondary);
    padding: 0.5rem;
}

.message_inner-circle {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 100%;
    background: var(--sh-black);
}

.read-more-link {
    font-weight: 500;
    color: var(--sh-black);
}

.shimmer-placeholder {
    background: var(--sh-gray-secondary);
    margin-block-end: 0.3125rem;
    padding: 0.5rem;
    font-size: 0.75rem;
    box-sizing: border-box;
    height: auto;
}

.progress {
    height: 1.375rem;
}

.widget-profile-pic {
    max-width: 7rem;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    position: relative;
}

.widget-profile-pic-img {
    width: 4.625rem;
    height: 4.625rem;
    margin-bottom: 0.75rem;
}

.widget-profile-pic-exp {
    width: 2.25rem;
    height: 2.25rem;
    background: var(--sh-dark-blue);
    color: var(--sh-bg-white);
    position: absolute;
    right: 0.125rem;
    top: -0.375rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.dashboard-widget-content_control-wrap .form-select {
    width: 25%;
}


