:root {
    --primary-color: #2B5E6C;

}

.homeicon-bg {
    height: 25px;
    width: 25px;
    padding: 7px;
    background-color: var(--primary-color);
    border-radius: 6px;

}

.dahboard-text {
    font-weight: 500;
}

.overview-text,
.mdi-alert-circle {
    color: black;
    font-style: 20px;
    padding: 0 3px;
}

/* admin top card section  */
.text-wrapper-card {
    position: relative;
}

.frame1-text {
    position: absolute;
    top: 50%;
    left: 24%;
    transform: translate(-50%, -50%);
}

.frame1-text h5,
.frame1-text h3,
.frame1-text h6 {
    color: white;
    font-style: 25px;
    margin-bottom: 10px;
}

.frame1-text h6 {
    margin-top: 30px;
}


.login-page {
    max-width: 500px;
    position: relative;
    padding: 30px;
    /* background-color: var(--white-bg); */
    border-radius: 5px;
    margin: 0 20px;
    display: grid;
    place-items: center;
    min-height: 550px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.login-page .form-label {
    margin: 8px 0;
    color: var(--primary-color);
    font-weight: bold;

}

.login-page .title {
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: bold;

}

.login-page .form-body {
    width: 100%;
}

.login-page .form-control {
    background: #fff;
    border: 0.0625rem solid #ccc7c7;
    padding: 0.3125rem 1.25rem;
    color: #6e6e6e;
    height: 3.5rem;
    border-radius: 6px;
    display: block;
    width: 370px;
    /* max-width: 100%; */
    margin-bottom: 10px;
    height: 2.5rem !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #C6C6C6;
}

.login-page .form-control::placeholder {
    color: #C6C6C6;
}

.login-page .login-page-block .btn-primary {
    width: 100%;
    height: 2.5rem;
    border-radius: 0;
    margin: 10px 0;
    font-weight: 500;
    font-style: 2rem;
    color: white;
    background-color: var(--primary-color);
    font-style: 22px;
}

.forget-link,
.check-label {
    color: var(--primary-color);
}

.forget-link {
    text-decoration: underline;
}

@media (max-width:425px) {

    .login-page .form-control,
    .login-page .login-page-block .btn-primary {
        width: 260px;
    }

    .admin-text,
    .overview-text,
    .section-name-text {
        display: none;
    }


}

.todo-list .add-todo {
    outline: none;
    border: none;
    background-color: var(--primary-color);
    color: white;
    font-weight: 400;
    font-style: 20px;
    border-radius: 7px;
}

/* footer section  */
.footer {
    /* background-color: var(--primary-color); */
    font-weight: 500;
    font-style: 20px;
}

.footer .copyright-part a {
    color: var(--primary-color);

}

.nav-item .nav-link {
    color: black !important;
}

.nav-item .nav-link.active {
    background-color: transparent;
}

.rounde-back {
    background-color: var(--primary-color);
    padding: 8px 10px;
    border-radius: 50%;
}

#example3 th {
    background-color: var(--primary-color);
    color: white;
    padding: 20px 0;
}

.add-user {
    height: 45px;
    width: 100px;
    background-color: var(--primary-color);
    border: none;
    border-radius: 7px;
    text-align: center;
    /* padding: 10px 7px; */
    color: white;
    font-weight: bold;
}


#editoutput {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
}

#usersub {
    max-width: 50px;
    border-radius: 5px 0 0 5px;
}

.btn-submit,
.btn-cancel,
.btn-cancel2 {
    height: 35px;
    width: 110px;
    padding: 3px 12px;
    border-radius: 4px;
}

.btn-submit {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    border: none;
}

.delete-submit {
    color: var(--primary-color);
    font-weight: bold;
    height: 35px;
    width: 110px;
    background-color: white;
    border-radius: 4px;
}

.delete-submit:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
    transition: all .7s;
}

.btn-cancel2:hover {
    color: red;
}

tr {
border-bottom: 1px solid gainsboro;
}

td{
    padding:12px 0
}