* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(243, 243, 249) !important;
    font-family: "Karla", sans-serif !important;
}

.login-sec {
    background: url('../images/login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-position: 50% 72%;
}
.Home-sec {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-position: 50% 72%;
}
.signup-sec {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    position: relative;
    background-position: 50% 72%;
}

.nav-cs {
    position: absolute !important;
    z-index: 100;
    width: 100%;
    background: #ffffff80 !important;
    border-color: transparent !important;
}

.login-box {
    display: flex;
    align-content: center;
    justify-content: end;
    margin-right: 40px;
}

.login-form {
    width: 100%;
    max-width: 400px;
    /* height: 100%;
    min-height: 450px; */
    padding: 35px 15px 35px 15px;
    /*padding: 35px 35px;*/
    border-radius: 5px;
    /* background-color: #fff; */
    background-color: #fdfdfd !important;
    box-shadow: 0px 0px 0px #000;
    /*text-align: center;*/
}

.login-form input[type="number"i] {
    width: 100%;
    height: 40px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #31313187;
    outline: none;
    box-shadow: inherit;
}

.login-form .btn-primary {
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: inherit;
    transition: all;
}

.login-form .btn-primary:hover {
    background-color: transparent !important;
    background-color: #007bff;
    color: #007bff;
}

/* registration-sec */

.registration-form {
    padding: 25px 35px;
    border-radius: 10px;
    margin: 20px 30px;
    background-color: #fff;
    box-shadow: 6px 11px 41px -28px #a99de7;
}

.registration-form .card {
    border: none;
}

.rounded-1 {
    outline: none;
}

.form-control:focus {
    box-shadow: inherit !important;
}

.check_box {
    display: flex;
}

.check_box .form-check {
    margin-right: 14px;
}

.role-div {
    padding: 5px 15px;
    border: 1px solid #000;
}

.nav-tabs .nav-link.active {
    border-left: 1px solid #76838f;
    border-bottom: none;
    border-right: none;
    border-top: none;
    background-color: #7571F9 !important;
    color: #fff !important;
}

.nav-tabs .nav-link.active:hover {
    color: #fff !important;
}

.nav-tabs .nav-link {
    border-left: 1px solid #76838f !important;
    border-bottom: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
    color: #000 !important;
}

.nav-tabs .nav-link:hover {
    color: #2e28f6 !important;
}

.nav-tabs {
    border: none !important;
}

.teacher-box {
    display: flex;
}

@media screen and (max-width: 920px) {
    .login-sec {
        /*padding-top:5px;
         background-position: 22% 50%;
        background: linear-gradient(0deg, rgb(24 24 24 / 50%), rgb(115 115 115 / 50%)), url(../../Student/images/mobile.jpg) no-repeat center;*/
        background-origin: content-box;
        background: linear-gradient(0deg, rgb(24 24 24 / 50%), rgb(115 115 115 / 50%)), url('../images/login.jpg');
        no-repeat: top;
        padding-top: 80px;
        background-position: 50% 25%;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
    }

    .registration-form {
        padding: 10px 0px;
        margin: 20px 12px;
    }
}

.logo_img img {
    width: 22%;
    margin-right: 20px;
}

.user-icon {
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.dropdown .nav-link {
    position: relative;
    padding: 0px !important;
}

.activity {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 3px solid #fff;
    bottom: 0.2rem;
    right: 0px;
    padding: 0;
    top: auto;
    left: auto;
    background-image: linear-gradient(230deg, #4bc052, #1ae34f);
}

.navbar {
    border-bottom: 1px solid #000;
}

.navbar-nav .nav-item {
    margin: 0px 5px;
}

.navbar-nav .nav-item a {
    color: #525252 !important;
    font-size: 17px;
    font-weight: 500;
}

.nav-cs .dropdown-menu {
    transform: translate(-135px, 10px);
}

.badge {
    top: auto;
    bottom: auto;
    left: auto;
    right: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 0.875rem !important;
    font-size: 0.75rem !important;
    position: absolute;
    color: #fff;
    background-image: linear-gradient(230deg, #ffc480, #ff763b);
}

@media screen and (max-width: 920px) {
    .logo_img {
        width: 16%;
        padding: 0px !important;
        margin-right: 0px !important;
        margin-left: 0px;
    }

    .logo_img img {
        width: 35%;
    }

    .nav-cs .dropdown-menu {
        transform: translate(0px, 10px);
        margin-bottom: 15px;
    }

    .activity {
        left: 25px;
    }

    .navbar-nav .nav-item a {
        font-size: 12px;
    }

    .no-bootstrap .nav-link {
        padding: 6px;
    }

    .navbar-nav .nav-item {
        margin: 0px 0px;
    }
    footer{
        font-size:14px !important;
    }
}

/* no-bootstrap-css-start */

.no-bootstrap {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-color: #fff;
    padding: 10px 20px;
}

.no-bootstrap .logo_img img {
    width: 12%;
}

.no-bootstrap .collapse {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.no-bootstrap .ml-auto {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    list-style: none;
    margin-bottom: 0px;
}

a {
    text-decoration: inherit;
}

.no-bootstrap .nav-link {
    padding: 10px;
}

.no-bootstrap .dropdown {
    position: relative;
}

.no-bootstrap .dropdown:hover .dropdown-menu {
    display: block;
    transform: translate(-112px, 0px);
}

.no-bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    /* transform: translate(-135px, 0px); */
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.no-bootstrap .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #000 !important;
    font-size: 14px;
    position: relative;
}

.no-bootstrap .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.no-bootstrap .badge {
    top: auto;
    bottom: 2px;
    left: auto;
    right: 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 10rem;
    font-size: 0.75rem !important;
    position: absolute;
    color: #fff;
    background-image: linear-gradient(230deg, #ffc480, #ff763b);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.no-bootstrap .dropdown-item i {
    margin-right: 5px;
}

.no-bootstrap .dropdown-item:hover {
    background-color: #f8f9fa;
}

@media screen and (max-width: 920px) {
    .no-bootstrap .logo_img img {
        width: 100%;
    }

    .login-box {
        margin-right: 0px;
    }
}

.logo-text {
    /*font-family: "Merienda", cursive;*/
    text-transform: capitalize;
    font-weight: 600;
    color: #293c92;
}

.logo-text span {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    /* color: #002ae9; */
}

footer {
    position: fixed;
    width: 100%;
    z-index: 100;
    bottom: 0px;
    background-color: #000000;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer-icon ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.footer-icon ul li {
    margin: 5px 12px;
}

.footer-icon ul li a i {
    font-size: 18px;
    color: #fff;
}

.social-media-icon {
    /* transform: translate(10px, 90px); */
    position: absolute;
    z-index: 10;
    bottom: 55px;
}

.social-media-icon p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.social-media-icon ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.social-media-icon ul li {
    margin: 5px 10px;
}

.social-media-icon ul li a i {
    font-size: 16px;
    color: #000;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all_product_key {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(24, 1fr);
    text-align: center;
}

.all_product_key input {
    /* padding: 10px 15px; */
    width: 28px;
    height: 30px;
    padding: 6px;
}

/* projects-sec-start */

.projects-sec {
    background-color: #F3F3F9;
}

.projects-sec .projects-div {
    /* margin: 25px 0px; */
    padding: 25px 15px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    -webkit-box-shadow: 2px 3px 10px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 10px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 10px -4px rgba(0, 0, 0, 0.75);
}

.projects-sec .heading h6 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 10px;
}

.projects-sec .nav-link {
    display: flex;
}

.Questions-div {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-synthesis-weight: auto;
    margin-left: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #8b8a8a;
    font-family: system-ui;
}

.nav-pills .nav-link.active {
    background-color: #004085 !important;
    border: 1px solid #c0c0c0;
    color: #fff !important;
    transition: 0ms;
    outline: none;
}

.nav-pills .nav-link.active .number-text {
    color: #fff !important;
}

.nav-pills .nav-link.active .Questions-div {
    color: #fff !important;
}

.nav-pills .nav-link:hover {
    background-color: #004085 !important;
    border: 1px solid #c0c0c0;
    color: #fff !important;
}

.nav-pills .nav-link:hover .number-text {
    color: #fff !important;
}

.nav-pills .nav-link:hover .Questions-div {
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #000 !important;
    border: 1px solid #c0c0c0;
    border-radius: 8px !important;
    margin: 10px 0px;
    box-shadow: 0px 7px 7px -10px rgba(0, 0, 0, 0.75);
}

.number-text {
    font-size: 18px;
    font-weight: 500;
    color: #8b8a8a;
    /* color: #007bff; */
}

.projects-sub-div {
    height: 370px;
    overflow-x: hidden;
}

.projects-sec .btn {
    padding: 10px 20px;
    background-color: #004085;
    border: 1px solid #004085;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
    transition: 0ms;
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 10px;
    /* width: 46%; */
}

#v-pills-tabContent p {
    font-size: 16px;
    font-weight: 500;
    color: #3e3e3e;
}

.projects-sec .btn:hover {
    background-color: transparent;
    color: #004085;
}

.btn.focus, .btn:focus {
    box-shadow: inherit !important;
}

.projects-sec ::-webkit-scrollbar {
    width: 5px;
    background: #c9c9c9;
    border-radius: 10px;
}

.projects-sec ::-webkit-scrollbar-thumb {
    background: #9d9d9d;
    border-radius: 10px;
}

.text-number {
    padding: 10px 15px;
    border: 1px solid #004085;
    width: fit-content;
    background: #004085;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .projects-sub-div {
        height: 250px;
    }

    .admin-logo {
        width: 185px !important;
    }

    .sidebar {
        /* width: 11.6rem !important; */
        width: auto !important;
        transform: translateX(-200px) !important;
        /* display: none !important; */
        position: absolute;
        z-index: 200;
        height: 100% !important;
    }

    .body-div {
        display: inherit !important;
    }

    .div-right {
        width: calc(100% - 11.1875rem) !important;
    }

    .sidebar.expanded {
        transform: translateX(0px) !important;
        /* height: 36rem !important; */
        display: block !important;
    }

    .expanded ul li span {
        display: block !important;
    }

    .all_card {
        gap: 10px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .manage-product .manage-product-div {
        gap: 12px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .manage-product h2{
        font-size: 22px;
    }
    .all_product_key {
        grid-template-columns: repeat(10, 1fr) !important;
    }
    .menu-left-top {
        display: none !important;
    }
    .admin_login {
        display: none !important;
    }

    .nav-cs {
        background: #ffffff !important;
    }
    .mobile_menu{
        display:block !important;
    }

}
.cosmodal{
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    /* transform: translate(0, -25%); */
    transform: translate(0,0);
    max-width: 800px;
    min-height: calc(100% - (1.75rem * 2));
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
}
/* admin-css-start */

.logo-div {
    display: flex;
}

.admin-logo {
    width: 268px;
    /* background: #9b9b9b; */
    background: #000;
    transition: all .2s ease;
}

.admin-logo img {
    width: 6%;
}

.admin-logo .logo-text {
    color: #fff;
    font-size: 21px;
}

.div-right {
    width: 100%;
    /*width: calc(100% - 13.1875rem);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0px 0px 8px -6px #000;
}

.user--icon-div .dropdown-menu {
    transform: translate3d(-125px, 40px, 0px) !important;
    box-shadow: 0px 3px 13px -10px #000;
}

.sidebar {
    width: 16.75rem;
    /* height: 36rem; */
    background: #fff;
    transition: all .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    /*overflow: auto;*/
}

.sidebar ul {
    list-style: none;
    margin-bottom: 0px;
}

.sidebar ul li {
    color: #27394F;
    /* padding: 0.8125rem 1.25rem; */
    padding: 0rem 1.25rem;
}

    .sidebar ul li a {
        color: #27394F;
        font-size: 17px;
        text-transform: capitalize;
        font-weight: 400;
        position: relative;
    }

.sidebar ul li a i {
    font-size: 0.95rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4375rem 0 0;
    color: #464a53;
}

a:hover {
    text-decoration: inherit !important;
}

.sidebar ul li:hover {
    background-color: #c0c0c0;
    cursor: pointer;
}

.center-div {
    background-color: #d3d3d3ba;
    /* height: 100vh; */
    width: -webkit-fill-available;
    padding: 30px 0px;
}

.all_card {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.body-div {
    display: flex;
}

.in-active-overlay-bg-color {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    background: rgb(0 0 0 / 38%);
    transform: translateY(228px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.all_card .card {
    overflow: hidden;
    text-align: center;
}

.all_card .card .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.all_card .card img {
    width: 55%;
}

.all_card .card:hover .in-active-overlay-bg-color {
    transform: translateY(0px);
}

.in-active-overlay-bg-color p {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    transform: rotateZ(328deg);
}

.coming-soon-overlay-bg-color {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    background: rgb(0 0 0 / 38%);
    transform: translateY(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.all_card .card {
    overflow: hidden;
    text-align: center;
}

/* .all_card .card:hover .coming-soon-overlay-bg-color{
    transform: translateY(0px);
} */
.coming-soon-overlay-bg-color p {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    transform: rotateZ(328deg);
   /* animation: blinker 1s linear infinite;*/
}


@keyframes blinker {
    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.bars {
    cursor: pointer;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar li {
    width: 100%;
}

.sidebar li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: white;
}

.sidebar li a i {
    margin-right: 10px;
}

.sidebar.expanded {
    width: 50px;
}

.expanded ul li {
    padding: 0.1525rem 0.45rem;
}

    .expanded ul li span {
        display: none !important;
        position: absolute;
        z-index: 100;
        left: 44px;
        width: max-content;
        background: #c0c0c0;
    }
.sidebar ul li a:hover span {
    display: block !important;
}

.sidebar ul li a span {
    padding: 5px 10px;
}

.form_div {
    border-radius: 5px;
    padding: 22px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px #000;
}

.registration-form-div {
    padding-top: 120px;
    padding-bottom: 20px;
}

.captchaBack {
    display: flex;
    align-items: center;
}

.captchaBack label {
    margin-bottom: 0px;
}

.captchaBack input {
    margin-left: 10px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}

.form_div label {
    font-size: 16px;
    font-weight: 500;
    font-family: system-ui;
}

.manage-product {
    padding: 1.88rem 1.81rem;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
    background-color: #fff;
}

.manage-product .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    min-height: 40px;
}

.manage-product .manage-product-div {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.manage-product .card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 20px;
}

.about-sec{
    padding-top: 70px;
    padding-bottom: 20px;
    height: 91vh;
}
.about-div{
    border-radius: 10px;
    padding: 20px 25px;
    margin: 15px 0px;
    box-shadow: 0px 5px 9px -9px #000;
    background-color: #fff;
}
.about-sec .container-fluid {
    padding-right: 30px;
}
.menu-left-top{
    padding-left: 80px;
}
.navbar-brand{
    width: min-content;
}
/*.menu-left-top ul li a{
    text-shadow: 0px 0px 0px #000;
}*/
#navbarSupportedContent .nav-link{
    display:flex;
    align-items:center;
}
   #navbarSupportedContent .nav-link p {
        margin-bottom: 0px;
    }
#navbarSupportedContent .nav-link i{
    margin-left: 10px;
}



.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: min(1600px, 100%);
    margin: auto;
}

.pricing-card {
    flex: 1;
    max-width: 340px;
    background-color: #fff;
    margin: 20px 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    color: #2d2d2d;
    transition: .3s linear;
    box-shadow: 0 0 23px -5px rgba(0, 0, 0, 20%);
    position: relative;
    height: 535px;
}

.pricing-card-header {
    background-color: #0fbcf9;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s linear;
}

.pricing-card:hover .pricing-card-header {
    box-shadow: 0 0 0 23em #0fbcf9;
}

.pricing-card:hover .order-btn {
    background-color: #0fbcf9;
    color: #fff;
}

.price {
    font-size: 47px;
    color: #0fbcf9;
    margin: 12px 0;
    transition: .2s linear;
}

sup {
    top: inherit !important;
}

.price sup, .price span {
    font-size: 38px;
    font-weight: 700;
}

.pricing-card:hover, .pricing-card:hover .price {
    color: #fff;
}

.pricing-card li {
    font-size: 16px;
    padding: 10px 0;
    text-transform: capitalize;
    text-wrap: balance;
}

.order-btn {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 20px;
    border: 2px solid #0fbcf9;
    color: #0fbcf9;
    padding: 12px 35px;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 500;
    transition: .3s linear;
    position: absolute;
    z-index: 10;
    left: 30%;
    bottom: 0px;
}

    .order-btn:hover {
        background-color: #0fbcf9;
        color: #fff;
    }

@media screen and (max-width:1100px) {
    .pricing-card {
        flex: 50%;
    }
}
.detail {
    margin: 5px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    background-image: linear-gradient(45deg, red, blue);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
menu-left-top {
    display: block;
}

.mobile_menu {
    display: none;
}

.expanded .admin-logo {
    width: 50px;
}

.expanded .admin-logo p {
    display: none;
}

.expanded .admin-logo i {
    display: block;
    font-size: 20px;
    color: #fff;
}

.admin-logo i {
    display: none;
    font-size: 20px;
    color: #fff;
}

.admin_login {
    display: flex;
    align-items: center;
    justify-content: end;
    width: -webkit-fill-available;
    padding-right: 40px;
}

.admin_login ul {
    list-style: none;
    margin-bottom: 0px;
}

.admin_login ul li a {
    color: #525252 !important;
    font-size: 17px;
    font-weight: 500;
}

.Registration_text {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #4c4c4c !important;
}
.Client_div input, textarea, password, select{
    height:32px !important;
}

.client_body {
    height: 78vh;
    overflow-y: scroll;
    margin-top: 24px;
}
.navbar-brand {
    padding-left: 40px;
}






























