.spec_edu_small_card {
    border-radius: 12px;
}

.spec_edu_small_card_header_pri {
    background-color: #428D92;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 12px 12px 0 0 !important;
}

.loginBtn {
    background-color: #070707;
    border: 1px solid #070707;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 10px 25px;
}

.loginBtn:hover {
    background-color: transparent;
    border: 1px solid #070707;
    color: #070707;
}

.signUpBtn {
    background-color: #f5bb18;
    border: 1px solid #f5bb18;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 10px 25px;
}

.signUpBtn:hover {
    background-color: transparent;
    border: 1px solid #f5bb18;
    color: #f5bb18;
}

.dashboardBtn {
    background-color: #007E4E;
    border: 1px solid #007E4E;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s linear;
    font-size: 14px;
    padding: 10px 25px;
}

.dashboardBtn:hover {
    background-color: transparent;
    border: 1px solid #007E4E;
    color: #007E4E;
}

.mkbDashboard1 .card {
    border-radius: 20px;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
}

.card_main h3 {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 7px 0;
}

.card_main h4 {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    color: #717171;
    margin: 0;
    min-width: 150px;
    width: fit-content;
    padding: 0;
    border-radius: 19px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bg-1 {
    background: #F3DBB6 !important;
}

.bg-2 {
    background: #D1FEE0 !important;
}

.bg-3 {
    background: #D4E1F1 !important;
}

.bg-4 {
    background: #E7EEBB !important;
}

.bg-5 {
    background: #FFCECE !important;
}

.bg-6 {
    background: #BEE3DA !important;
}

.bg-7 {
    background: #FDF4B2 !important;
}

.bg-8 {
    background-color: #F2D1B1;
}

.card_ft p {
    font-weight: 400;
    font-size: 14px;
    color: #717171;
    margin: 0;
    padding: 0;
}

.card_ft h3 {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    margin: 0;
    padding: 0;
}

.card_ft h5 {
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    color: #333;
    width: fit-content;
    background: #ffffff;
    margin: 0;
    border-radius: 20px;
    padding: 5px 10px;
}

.bop-div .col-md-2 {
    width: 20% !important;
}

.card_main h4:has(a) a {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.stats-link {
    text-decoration: none;
    color: #717171;
}

.card_main h4 span {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin: 0;
    border-radius: 5px;
    background-color: #ffffff;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.card_ft {
    position: relative;
    padding: 10px 0;
    margin: 0 10px;
}

.count {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d5d5d5;
    background-color: #f8f8f8;
    border-radius: 10px;
    justify-content: center;
    padding: 0 10px;
    height: 100px;
}

.card_b_mian .card {
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
    border-radius: 13px;
}

.bg-success {
    background-color: #52bdac !important;
}

.counter_div {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: unset;
}

.card_main {
    padding: 20px 12px;
    min-height: 110px;
    display: flex;
    align-items: center;
    border-radius: 13px 13px 0 0;
}

.card_main .d-flex {
    display: flex;
    gap: 20px;
    padding-top: 36px;
}

.card_main p {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    color: #717171;
    margin: 0;
    min-width: 80px;
    width: fit-content;
    padding: 0;
    border-radius: 19px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.total-div .col-md-2 {
    width: 25% !important;
}


/* .navbar {
    background-image: url("../images/header-bg.png");
} */

.dashTile1 {
    background-color: rgb(214, 255, 207, 0.9);
    border-radius: 13px;
}

.dashTile2 {
    background-color: rgb(254, 232, 189, 0.9);
    border-radius: 13px;
}

.dashTile3 {
    background-color: rgb(211, 231, 244, 0.9);
    border-radius: 13px;
}

.dashTile4 {
    background-color: rgb(244, 211, 211, 0.9);
    border-radius: 13px;
}

.dashTile5 {
    background-color: rgb(243, 211, 244, 0.9);
    border-radius: 13px;
}

.dashTile6 {
    background-color: rgb(255, 243, 179, 0.9);
    border-radius: 13px;
}

.dashTile7 {
    background-color: rgb(212, 231, 197, 0.9);
    border-radius: 13px;
}

.dashTile8 {
    background-color: rgb(255, 215, 198, 0.9);
    border-radius: 13px;
}