.text-purple {
    color: rgb(172, 51, 172);
}

.text-white {
    color: white;
}

.fs-20 {
    font-size: 14px !important;
}

.dashboard-title-container {
    background: rgb(115, 214, 255);
    background: linear-gradient(90deg, rgba(115, 214, 255, 1) 0%, rgba(0, 149, 212, 1) 100%);
    color: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 50px;
}

.dashboard-title-container h3 {
    font-size: 25px;
    margin-bottom: 0 !important;
}

.dashboard-title-container p {
    font-size: 40px;
    margin-bottom: 0 !important;
}

.dashboard-cards-content {
    transition: all 0.3s ease-in-out;
    padding: 5px
}

.dashboard-cards-content:hover {
    border: 1px solid rgb(172, 51, 172) !important;
}

.dashboard-second-section-title {
    font-weight: bold;

}

.dashboard-secondary-cards {
    height: 100px;
    background-color: #F6F5F7;
    border-radius: 10px;
}

#dashboard {
    /* min-height: 100vh; */
    padding: 0px !important;
    padding-top: 0px !important;
}

#sidebar-dash,
#sidebar-profile {
    background-color: #F6F5F7;
    padding-top: 80px;
    height: auto;
    display: flex;
    justify-content: center;
}

#dashboard-section {
    padding-top: 80px !important;
    /* min-height: 100vh; */
}

#header-dashboard {
    background-color: #101231 !important;
}

#header-dashboard h2,
#header-dashboard span {
    color: white;
}

#dashboard-section button {
    font-size: 14px !important;
}