:root {
    --primarycolor: #007273;
    --secondarycolor: #003873;
    --primary-text: #000000;
    --body-color: #eff1f5;
    --bg-white: #fff;
    --sidebar-width: 250px;
    --min-sidebar: 80px;
}

@font-face {
    font-family: 'ProximaNovaACondensedW01-Bd';
    src: url('../fonts/ProximaNovaACondensedW01-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNovaLight";
    src: url("../fonts/Proxima_Nova_Light.otf") format("opentype");
    font-weight: 300;
}

@font-face {
    font-family: "ProximaNovaSemiBold";
    src: url("../fonts/ProximaNova-Semibold.ttf") format("opentype");
    font-weight: 600;
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("../fonts/Proxima_Nova_Extrabold.otf") format("opentype");
    font-weight: 800;
}

@font-face {
    font-family: "ProximaNovaBlack";
    src: url("../fonts/ProximaNova-Black.otf") format("opentype");
    font-weight: 900;
}


.navbar-expand-lg .navbar-nav .nav-link.active {
    font-family: "ProximaNovaSemiBold";
}


* {
    text-decoration: none;
    user-select: none;
    box-sizing: border-box;
}

a.nav-link {
    font-size: 18px;
}

html {
    height: 100%;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: "ProximaNovaLight";
    min-height: 100%;
}

a {
    color: var(--anchor-color);
    text-decoration: none;
}

.btn-all,
.btn-all:hover,
.btn-all:focus,
.btn-all:active,
.btn-all:focus:hover {
    padding: 9px 14px;
    background-color: var(--primarycolor);
    color: var(--bg-white);
    border-radius: 50px;
    box-shadow: none;
}

.btn-outline,
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:focus:hover {
    border: 1px solid #BCBCBC;
    padding: 9px 14px;
    border-radius: 50px;
    box-shadow: none;
    color: #252525;
}

.home-screen {
    position: sticky;
    top: 0;
    background: white;
    z-index: 9;
    box-shadow: rgb(0 0 0 / 10%) 1px 7px 20px;
}

.input-user-box {
    box-shadow: unset !important;
    height: 65px !important;
}

/* Login css */
.login-cell .container {
    max-width: 1500px;
}

a.navbar-brand img {
    width: 130px;
}

.login-cell {
    background-image: url(../images/background-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 2px;
}

.home-btn {
    display: flex;
    align-items: center;
    gap: 16px;
}

.login-cell header {
    padding: 20px 0px;
}

.section-image img {
    width: 870px;
}

.forgot-password {
    display: flex;
    align-items: center;
}

.login-form {
    box-shadow: 0px 0px 85.8px #00000012;
    padding: 30px;
    width: 85%;
    margin-left: 15%;
    border-radius: 12px;
}

.back-to-login {
    text-align: center;
}

.login-form h4 {
    color: var(--secondarycolor);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-form p {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

input.form-control {
    border: 0;
    height: 50px;
}

.input-cell {
    box-shadow: 0px 0px 65px #0000001f;
    padding: 0;
    margin-top: 40px;
}

.remember-password {
    margin-top: 15px;
    color: #9C9C9C;
}

.login-form ::placeholder {
    color: #636364;
    font-size: 15px;
}

.login-form .btn-all {
    background-color: #007273;
    color: #ffff;
    margin-top: 30px;
    height: 50px;
    margin-bottom: 12px;
    width: 100%;
}

button.btn.btn-outline.login-sec-btns {
    width: 100%;
}

form .row {
    margin: 0;
}

.visiblity-switch {
    position: relative;
}

.visiblity-switch img {
    position: absolute;
    right: 20px;
    top: 18px;
}

.input-user-box {
    box-shadow: unset !important;
}

.login-logo {
    height: 100%;
}


/* Navbar section css starts here */

.navbar-section-top {
    padding: 0px 106px;
}

.logo-section {
    width: 20%;
    padding-top: 4px;
}

.menu-section {
    width: 75%;
}

.serach-box-sec {
    width: 25%;
}

.menu-list-items li {
    padding: 0px 50px;
    display: flex;
}

.right-buttons {
    gap: 20px;
    /* justify-content: end; */
    align-items: center;
}

.content-section.text-center.navbar-section-top p {
    margin-bottom: 2px;
}

.supporting-school p {
    font-size: 45px;
    width: 861px;
}

.supporting-school p {
    line-height: 45px;
}

.banner-section {
    background-image: url(../images/background-image.png);
    overflow: hidden;
    background-size: contain;
}

.left-side-banner {
    position: relative;
}

img.vector1 {
    position: absolute;
    top: -108px;
    width: 43%;
    left: 0px;
    opacity: 0.4;
}

img.vector2 {
    position: absolute;
    left: 29%;
    top: -68px;
    width: 42%;
    opacity: 0.4;
}

.supporting-school p {
    line-height: 41px;
}

span.circle {
    border-radius: 50%;
    position: absolute;
    top: -5px;
    width: 19px;
    height: 19px;
    color: white;
    right: -9px;
    background: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
}

.right-side-image-section img {
    width: 71%;
}

.heart-icon1 {
    font-size: 26px;
}

button.btn.signup-btn {
    border: 1px solid black;
    border-radius: 24px;
    padding: 7px 29px;
    font-family: "ProximaNovaSemiBold";
    white-space: nowrap;
}

.login-bttn {
    border-radius: 24px;
    padding: 7px 29px;
    background-color: #007273;
    color: white;
    font-family: "ProximaNovaSemiBold";
    white-space: nowrap;
}

form.right-buttons {
    gap: 30px;
}

.menu-section ul li {
    font-size: 19px;
}

button.btn.login-bttn:hover {
    background: #007273;
    color: white;
}

.form-check-input:checked {
    background-color: #007273;
    border-color: #007273;
    box-shadow: unset !important;
}

.toggle-password {
    position: absolute;
}

.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 3%;
    top: 36%;
    color: #007273;
}

button.btn.btn-all.home-btn.px-4 {
    height: 45px;
}



div#navbarSupportedContent {
    justify-content: space-between;
    padding-left: 10%;
}

.right-side-image-section {
    padding-right: 65px;
    padding-top: 40px;
}

.left-side-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 66px 0px;
}

.left-side-content p span {
    color: #007273;
    font-size: 18px;
    font-weight: 600;
}

.left-side-content p {
    font-size: 17px;
    font-family: 'ProximaNovaLight';
    word-spacing: 4px;
}

a.nav-link {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
}

a.nav-link:hover,
a.activenavlink {
    color: #000;
    font-weight: 800;
}


a.nav-link:after {
    content: "";
    background: #FBBC42;
    height: 4px;
    border-radius: 50px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 100%;
    transition: all 0.3s ease-in-out;
}

a.nav-link:hover::after,
a.activenavlink::after {
    visibility: visible;
    opacity: 1;
    left: 25%;
    right: 25%;
}

.activenavlink:after {
    content: "";
    background: #FBBC42;
    height: 4px;
    border-radius: 50px;
    visibility: visible;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 100%;
    transition: all 0.3s ease-in-out;
}

.fundrasing-plateform {
    font-size: 48px;
    width: 600px;
    line-height: 50px;
    padding-bottom: 17px;
}

.fundrasing-plateform span {
    color: #003873;
    font-family: "ProximaNovaBold";
}

.left-side-content div:nth-child(1) {
    width: 78%;
}

.search-box {
    border: 7px solid #002D5D;
    border-radius: 52px;
    position: relative;
    margin-top: 65px;
    padding: 7px 14px;
    background: white;
    box-shadow: 0px 15px 20.7px 0px rgba(0, 0, 0, 0.25);
}


.table-body-user tr td img {
    width: 100%;
    height: 100%;
}

.contact-number ul li img {
    height: 100%;
    min-width: 17px;
}

.search-box button {

    position: absolute;
    right: 3px;
    top: 12px;
}

.search-box input:nth-child(2) {
    width: 100%;
    padding: 14px 0px;
    border-radius: 15px 0px 0px 15px;
    border: 0px;
    border-right: 1px solid black;
}

.search-box input:nth-child(4) {
    width: 100%;
    padding: 13px;
    border-radius: 0px 40px 40px 0px;
    border: 0px;
}

.search-box input:focus {
    outline: none;
}

.search-box button {
    position: absolute;
    right: 17px;
    top: 18px;
    border: 0px;
    background: white;
}

.search-icon {
    font-size: 24px;
}

img.school-icon {
    margin-right: 14px;
    height: 100%;
    padding-top: 16px;
    padding-left: 13px;
}

img.location-icon {
    margin-right: 14px;
    height: 100%;
    padding-top: 16px;
    padding-left: 20px;
}

input.search-input::placeholder {
    padding: 5px;
}

.content-section p span {
    color: #007273;
    font-size: 18px;
    font-weight: 600;
}

.supporting-school {
    display: flex;
    justify-content: center;
}

.supporting-school p {
    font-size: 45px;
    width: 861px;
}

.supporting-school p span {
    color: #003873 !important;
    font-weight: 800;
    font-size: 45px;
}

.view-more {
    text-align: end;
}

.img-sec img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
span#error-password {
    display: none;
}

.card-content-sec {
    padding: 30px 10px;
    text-align: center;
}

.card-content-sec span {
    font-weight: 600;
    font-size: 20px;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}


.right-nav-btns {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 16px;
}

.small-buttons {
    display: none;
    gap: 10px;
    align-items: center;
}
.card-section {
    margin-bottom: 32px;
}
.inner-card {
    border: 1px solid #F5F5F5;
    border-radius: 14px;
    position: relative;
}

.heart-icon {
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 14px;
    background: #ffffff61;
    padding: 10px 10px;
    border-radius: 50%;
}

.more-information {
    padding: 10px 10px !important;
}

.card-content-sec p {
    color: #505050;
    font-size: 14px;
}

.more-info {
    border: 1px solid #C2C2C2;
    border-radius: 24px;
    padding: 10px 29px;
    height: 45px;
}

.right-side-image-section img {
    width: 62%;
    margin-left: 78px;
}

.right-side-image-section {
    padding-top: 15px;
    text-align: right;
}

.supporting-school p span {
    font-family: 'ProximaNovaBold';
}

.more-info:hover {
    color: white;
    background-color: #003873;
    border-color: var(--bs-btn-hover-border-color);
}

/*  ==================================================================== Loader  ======================================================================  */



@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);

.loading-sec svg {
    width: 40px;
    height: 22px;
    margin: 15px 0px 0px 15px;
    display: inline-block;
}


.made-with-love {
    margin-top: 20px;
    padding: 10px;
    font-size: 10px;
    font-family: arial;
    color: #fff;

    i {
        font-style: normal;
        color: #fff;
        font-size: 14px;
        position: relative;
        top: 2px;
    }

    a {
        color: #fff;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }
    }
}

.contact-us-section {
    background: #F9F9F9;
    padding-top: 58px;
}

.Quick.Links,
.contact-us {
    /* text-align: center; */

}

.Quick.Links,
.contact-us p span {
    font-size: 24px;
    font-family: 'ProximaNovaSemiBold';
}

.about-us ul li {
    list-style: none;
    font-family: 'ProximaNovaLight';
    font-size: 16px;
    padding-bottom: 20px;
    white-space: nowrap;
}

.loadmore {
    font-family: 'ProximaNovaLight';
    font-size: 15px;
}

.about-us,
.contact-number ul {
    padding-left: 0px;
    padding-top: 19px;
}

.footer-content-line {
    font-family: 'ProximaNovaLight';
    font-size: 17px;
    line-height: 30px;
}

.about-us {
    padding-left: 0px;
}

.about-us li {
    list-style: none;
    font-family: 'ProximaNovaLight';
    font-size: 18px;
    padding-bottom: 20px;

}

.contact-number ul li {
    list-style: none;
    font-family: 'ProximaNovaLight';
    font-size: 15px;
    padding-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-section {
    background-color: #003873;
    color: white;
    font-family: 'ProximaNovaLight';
    text-align: center;
    padding: 20px 0px;
}

.footer-section-bottom img {
    width: 155px;
}

.footer-section p {
    margin: 0px;
}

.contact-us-section {
    background: #F9F9F9;
    padding-top: 58px !important;
}






/* ====================================== Sign up page css ================================================= */


.first-input-user-box {
    border-right: 1px solid #CECECE !important;
}

p.already-account-text {
    font-size: 16px;
    font-family: 'ProximaNovaLight';
    text-align: center;
    padding-top: 3px;
}




/*  ===================================================== More info page css  =====================================   */


.more-info-banner {
    background-image: url(../images/image\ \(4\).png);
    overflow: hidden;
    background-size: contain;
}

.college-info span {
    font-size: 24px;
    font-family: 'ProximaNovaSemiBold';
}

.college-info {
    text-align: left;
}

.banner-section-more-info {
    height: 400px;
}


.left-heading span {
    font-size: 22px;
    font-family: 'ProximaNovaSemiBold';
}

.inner-info {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px;
    border-radius: 10px;
    color: #000000;
    align-items: center;
    border: 1px solid #f3f3f3;
    margin-top: 25px;
    flex-wrap: wrap;
    box-shadow: rgb(163 143 143 / 15%) 1px 1px 17px;
    margin: 20px 0px;
}

.breadcrumb-item.active {
    color: #a5a5a5;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000000;
}

.college-info img {
    width: 100%;
    max-height: 210px;
    border-radius: 9px;
    object-fit: contain;
}
.college-info.view-all-info {
    max-height: 210px;
    object-fit: contain;
}

p.footer-sec-logo img {
    width: 180px;
}

.inner-image-section {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: rgb(163 143 143 / 15%) 1px 1px 17px;
    margin: 20px 0px;
}

.college-info ul {
    padding-left: 0px;
}

.college-info ul li img {
    width: 40px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 4px;
}

p.tifty-content {
    padding-top: 9px;
}

.start-shopping {
    font-size: 18px;
    padding-top: 18px;
}

.shoping-btns-list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-top: 12px;
}

.breadcrumb {
    margin-bottom: 0px;
}

.search-box.d-flex.view-all-search {
    width: 40%;
}

.navbar-section-top.second-search-view-all {
    text-align: center;
    display: flex;
    justify-content: center;
}

.search-box.d-flex.view-all-search img.school-icon {
    height: 70%;
}

.search-box.d-flex.view-all-search img.location-icon {
    height: 78%;
}

.search-box.d-flex.view-all-search {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.owl-dots {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: #FFF;
    text-decoration: none;
}

.college-info p {
    font-family: 'ProximaNovaLight';
    font-size: 15px;
    line-height: 30px;
}

.owl-theme .owl-nav {
    margin-top: 40px !important;
}

.college-address {
    padding-top: 5px;
    font-weight: 600;

    margin-bottom: 5px;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo {
    margin-top: 95px;
}

/* .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0px 56px;
} */

.home-demo.navbar-section-top button.owl-prev {
    position: absolute;
    right: 50px;
    top: -10%;
    margin: 0px;
}

.home-demo.navbar-section-top button.owl-next {
    position: absolute;
    right: 9px;
    top: -10%;
    margin: 0px;
}



button.owl-prev span {
    border: 1px solid gray;
    padding: 4px 10px;
    border-radius: 50%;
}

button.owl-next span {
    border: 1px solid gray;
    padding: 4px 10px;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
    color: #000000;
    text-decoration: none;
}

.view-all {
    text-align: center;
    margin: 15px 0px 30px;
}

.college-info ul li {
    padding-top: 15px;
}

.owl-stage-outer .card-section {
    margin: 0px 9px;
}

p.college-address img {
    width: unset !important;
    padding-right: 7px;
}

.college-info ul li {
    padding-top: 15px;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.college-info ul li a {
    padding-left: 9px;
    font-size: 15px;
    text-decoration: underline;
}

.shelling-apps li img {
    width: 45px;
    padding-right: 10px;
}

.inner-image-section2 {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: rgb(163 143 143 / 15%) 0px 1px 2px;
    margin: 10px 0px;
 
}
p.college-address img {
    height: 15px !important;
}

.view-all-info p {
    font-family: 'ProximaNovaLight';
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    max-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}

button.am-next,
button.am-prev {
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    padding: 7px 8px;
}

.login-link {
    padding: 0px;
}

a.home-new {
    background: #007273;
    color: white;
    border-radius: 24px;
    padding: 7px 29px;
    font-family: "ProximaNovaSemiBold";
    border: 1px solid #007273;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 42px;
}

.heart-sec.drop-heart-sec {
    position: relative;
}

.new-sign-up-btn {
    border: 1.2px solid black;
    border-radius: 24px;
    padding: 7px 29px;
    font-family: "ProximaNovaSemiBold";
    white-space: nowrap;
}



/*  ====================================================================================Dashboard ========================================================================================   */








.main-menu:hover,
nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #212121;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

.main-menu>ul {
    margin: 7px 0;
}

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}



nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}


.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}



/* ==============================================================================Dashboard css===================================================================*/





/* change colours to suit your needs */
ins {
    color: #fff;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a,
a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
}



/*============================================================
    Reset css end
===============================================================*/

.bodyBg {
    background-color: #91001f;
}

/*============================================================
    Header CSS Section Start
===============================================================*/
.header_sec {

    display: flex;
    justify-content: space-between;
    padding: 13px 17px 1px 17px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    background: white;
    box-shadow: rgb(0 0 0 / 10%) 1px 7px 20px;
}

/*================= MenuBar Css =================*/
#nav-icon1 {
    padding: 11px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 998;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    border-radius: 50px;
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 50px;
    background: #003873;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 15px;
    left: 12px;
}

#nav-icon1 span:nth-child(2) {
    top: 21px;
    width: 25px;
    left: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 27px;
    left: 12px;
}

#nav-icon1.open span:nth-child(1) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -0px;
}

#nav-icon1.open span:nth-child(3) {
    top: 21px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*================= Search Css =================*/
.search_sec input {
    border: 0px solid transparent;
    padding: 10px 40px 10px 10px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    width: 370px;
    font-size: 16px;
}

.search_sec .form-control:focus {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    border: transparent;
}

.search_sec .searchIcon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-60%);
    color: #8d8c8c;
    font-size: 20px;
    width: 15px;
}

/*================= Profile Css =================*/
.profle .headerDropdownNav li {
    list-style: none;
    position: relative;
    display: inline-block;
}

.profle .headerDropdownNav li ul {
    background: #fff;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 0px;
    border: 0px solid transparent;
}

.admn_lft>ul>.sideNav_Btn>.activenav {
    background: #fff;
    color: #003873;
}

.profle .headerDropdownNav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #003873;
}

.profle .headerDropdownNav li a:hover {
    color: #000;
}

.profle .headerDropdownNav li button {
    border: none;
}

.profle .headerDropdownNav li ul li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.profle .headerDropdownNav li ul li a {
    font-size: 15px;
    color: #000;
    padding: 11px 10px;
}

.profle .headerDropdownNav li .profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-right: 10px !important;
}


.profle .headerDropdownNav li .header-notificationBTN {
    font-size: 22px;
}

.badgeStyle {
    top: 5px;
    padding: 4px;
    right: -6px;
}


/*================= Scroll Header Fix Css =================*/
.FixHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: rgb(50 50 93 / 15%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    transition: all 0.8s ease-in-out;
}




/*============================================================
    Header CSS Section Start
===============================================================*/

/*============================================================
    Menu Bar Click On Add And Remove CSS Effect Start
===============================================================*/


.slideb .dashboardBodyRight_sec {
    margin-left: 95px;
    /* border-radius: 40px 0px 0px 40px; */
}

.slideb .admn_lft {
    left: 30px;
    width: 75px;
}



/*============================================================
    Menu Bar Click On Add And Remove CSS Effect End
===============================================================*/


/*=====================================================
    Admin Left Side Menu Panel CSS Section Start
=====================================================*/
/*============== Left Panel Menu Sidebar Section ==============*/
.admn_lft {
    overflow: hidden;
    z-index: 99;
    position: fixed;
    width: 210px;
    top: 0px;
    bottom: 15px;
    transition: all 0.5s ease-in-out;
    left: 30px;

    background: linear-gradient(180deg, rgba(0, 56, 115, 1) 0%, rgba(0, 114, 115, 1) 100%);
    margin-top: 95px;
    border-radius: 20px;
}

li.sideNav_Btn.activenav a.activenav {
    padding-left: 24px;
}

.admn_lft .logo-menubar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    white-space: pre;
}

.admn_lft>ul {
    padding: 15px 15px;
    margin-bottom: 60px;
    height: 100%;
    overflow-y: auto;
}

.admn_lft>ul>.sideNav_Btn {
    position: relative;
    list-style: none;
}

.admn_lft>ul>.sideNav_Btn>a {
    transition: all 0.1s ease-in-out;
    /* border: 1px solid hsl(0deg 0% 100% / 25%); */
    border-radius: 28px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 48px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 0px 5px 20px 5px;
}

.admn_lft>ul>.sideNav_Btn>a>.SideNavIcon {
    font-size: 22px;
}

.admn_lft>ul>.sideNav_Btn>a>span {
    margin-left: 10px;
    white-space: nowrap;
}

/* .admn_lft>ul>.sideNav_Btn>a:hover {
    background: #fff;
    color: #003873;
} */

.admn_lft>ul>.sideNav_Btn>.activenav {
    background: #fff;
    color: #003873;
}

.logout-btn {
    text-align: center;
    padding: 10px;
    background: #003873;
    color: white;
    border-radius: 5px;
}

li.sideNav_Btn.logout-bottom {
    position: absolute;
    width: 87%;
    bottom: 15px;
}

/*=====================================================
    Admin Left Side Menu Panel CSS Section End
=====================================================*/


/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section Start
==================================================================*/
/* .slideb .dBlockName {
    display: none;
} */

.slideb .slideBBlockName {
    display: flex !important;
}

.slideb .admn_lft>ul>.sideNav_Btn>a.activenav svg {
    background: white !important;
    fill: #003873;
}

.slideb .admn_lft>ul>.sideNav_Btn.userlistbtn>a.activenav svg path {
    background: white !important;
    fill: #003873;
}


li.sideNav_Btn>a.activenav svg {
    background: white !important;
    fill: #003873;
}

li.sideNav_Btn.userlistbtn>a.activenav svg path {
    background: white !important;
    fill: #003873;
}

.slideb .admn_lft>ul>.sideNav_Btn>a span {
    display: none;
}

.slideb .admn_lft>ul>.sideNav_Btn>a span svg {
    display: block !important;
}

/*==================================================================
    On Click MenuBar Admin Left Side Menu Panel CSS Section End
==================================================================*/




/* body.slideb .adminDasboard_sec aside#mySidenav ul.nav-area.in li.sideNav_Btn.activenav a.activenav {
    padding: 15px 16px !important;
    margin: 0px 2px 20px 3px;
} */

.slideb .admn_lft>ul>.sideNav_Btn>a:hover {
    background: white !important;
    color: #003873;
}

.admn_lft>ul>.sideNav_Btn>a:hover {
    background: white;
    color: #003873;
}



/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/

.dashboardBodyRight_sec {
    background: #f6f7fd;
    /* border-radius: 50px 0px 0px 50px; */
    margin-left: 230px;
    height: 100vh;
    padding: 25px 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    padding-top: 100px;
}

/*=====================================================
    Dashboard Body Right Section Start
=====================================================*/

.ContentBody {
    padding: 10px 20px;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin: 6px 0px;
    background: white;
}

tbody.table-body-user {
    font-size: 15px !important;
}

/*=====================================================
    Data table css
=====================================================*/

.ContentBody.table-content-body table {
    border-collapse: collapse;
    overflow: hidden;
    text-align: left;
}

.ContentBody.table-content-body td {
    border: solid 1px #dadada;
    border-style: solid;
    padding: 10px;
}


.ContentBody.table-content-body td {
    border: 1px solid #dfdfdf;
    border-right: none;
    border-left: none;
    padding: 8px;

}

table#example-data-table thead tr th {
    background: #003873;
    color: white;
    font-size: 15px;
    letter-spacing: .59px;
}

.TextMain_HeadingBox h4 {
    margin-bottom: 0px;
    border-bottom: 1px solid #003873;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'ProximaNovaSemiBold';
}

/* div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: unset !important;
    background: #003873 !important;
} */



div.dt-container select.dt-input {
    padding: 4px;
    margin-right: 8px;
}

div#example-data-table_wrapper {
    margin-top: 24px;
}

tbody.table-body-user tr td {
    text-align: left;
}

tbody.table-body-user tr td img {
    width: 75px;
}

table#example-data-table thead tr th {
    text-align: left !important;
}

table.dataTable td.dt-type-numeric {
    text-align: left !important;
}


.add-more-school a {
    background: #003873;
    color: white;
    padding: 13px 10px;
    border-radius: 5px;
}

.top-head-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5px;
    flex-wrap: wrap;
}

.filter-btn {
    background-color: #003873 !important;
    color: white !important;
}

div.dt-container div.dt-layout-row {

    margin: 0px 0px 8px 0px !important;
}

.table-content-body {
    padding: 0px 20px 20px 20px;
}

.filter-btn:hover {
    background-color: #003873;
    color: white;
}

.add-me-school {
    padding: 4px 5px;
    border-radius: 50%;
    background: #b8c7d7;
}

.left-filter {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
}

span.filter-name-tag {
    padding: 4px 15px;
    border-radius: 26px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    letter-spacing: .50px;
}

.filter-left-btns {
    height: 41px !important;
    border: 1px solid #c3c3c3 !important;
}

button.btn.filter-btn {
    display: flex;
    align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #303030;
    text-decoration: none;
    background-color: unset;
}

td.action-btns span .fa-pen-to-square {
    color: #007273;
    font-size: 14px;
}

input#fileInput {
    height: 100%;
}

td.action-btns span .fa-solid.fa-trash {
    color: red;
    font-size: 14px;
}

.right-filter {
    display: flex;
    justify-content: end;
    gap: 15px;

}

.filter1 input {
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    padding: 7px;
}

.add-more-school {
    margin-top: 9px;
}

.filter-left-btns {
    width: 15%;
}

.headerLeftPanel_sec.d-flex {
    align-items: center;
    gap: 34px;
}

button.btn.filter-btn.dropdown-toggle {
    display: none;
}



a.logo-menubar.dBlockName {
    background: white;
}

a.logo-menubar.dBlockName img {
    width: 147px;
    background: white;
    height: 65px;
}

i.fa-solid.fa-xmark {
    padding-left: 8px;
}

.dashboard-body {
    background: #f6f7fd;
}

li.sideNav_Btn a svg {
    width: 26px;
    fill: #fff;
    margin-left: -13px;
}

li.sideNav_Btn a svg {
    width: 26px;
    fill: #fff;
}

.slideb .admn_lft>ul>.sideNav_Btn>a {
    display: block;
    fill: #003873 !important;
    text-align: center;
}

.admn_lft>ul>.sideNav_Btn>a:hover svg {
    fill: #003873;
}

.admn_lft>ul>.sideNav_Btn.userlistbtn>a:hover svg path {
    fill: #003873;
}

li.sideNav_Btn.userlistbtn a svg path {
    fill: #fff;
}

a.logo-menubar.d-none.slideBBlockName img {
    width: 100%;
}

.school-btn-add {
    background-color: #007273 !important;
}

a.logo-menubar.d-none.slideBBlockName {
    background: white;
}

a.logo-menubar.d-none.slideBBlockName {
    background: white;
    padding: 19px 4px;
}



/* .slideb .admn_lft:hover {
    width: 95px;
    background: #003873;
    z-index: 9999;
} */

.slideb .admn_lft>ul>.sideNav_Btn>a span {
    display: none !important;
}

/* body.slideb .adminDasboard_sec aside#mySidenav ul.nav-area.in li.sideNav_Btn.activenav a.activenav {
    padding: 15px 26px !important;
    margin: 0px 4px 20px 3px;
} */

.admn_lft>ul>.sideNav_Btn>a {
    transition: all 0.1s ease-in-out;
    /* border: 1px solid hsl(0deg 0% 100% / 25%); */
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 23px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin: 8px 0;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: 2px 4px !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    cursor: default;
    color: white !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

a.home-new.home-btn.px-4 img {
    height: unset;
}



/* ==========================================================  OTP model css =============================================================  */
.otp-model-pop-up {
    background-color: rgb(255 255 255 / 80%);
    padding: 3rem;
    border-radius: 19px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
}

.modal-body.otp-model-pop-up h1 {
    color: black;
}


.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.otp-input input {
    width: 50px;
    height: 50px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.1rem;
    border: 2px solid #f3f3f3;
    border-radius: 12px;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 700;
}

.modal-body.otp-model-pop-up h1 {
    font-size: 26px;
}

.otp-input input:focus {
    border-color: #003873;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input input[type=number] {
    -moz-appearance: textfield;
}

button.verify-me {
    color: white;
    border: 0px;
    padding: 8px 37px;
    font-size: 1rem;
    border-radius: 50px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #007273;
}



button.verify-me:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

button.btn-close.close-me-btn {
    position: absolute;
    right: 11px;
    z-index: 9;
    top: 11px;
}

.modal-content {
    position: relative;
}

#timer {
    font-size: 1rem;
    color: #003873;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}

.resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.resend-link {
    color: #003873;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.resend-link:hover {

    text-decoration: underline;
}

.opt-top-img img {
    width: 79px;
    margin-bottom: 18px;
}

/* #email {
    color: #003873;
    font-weight: 500;
} */

.modal-content {

    border-radius: 16px;

}

td.action-btns span i {
    background: white;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #dddddd;
}

i.fa-solid.fa-list-ul.SideNavIcon {
    min-width: 28px;
}

i.fa-solid.fa-list-ul.SideNavIcon {
    min-width: 28px;
}

















.modal#statusSuccessModal .modal-content,
.modal#statusErrorsModal .modal-content {
    border-radius: 30px;
}

.modal#statusSuccessModal .modal-content svg,
.modal#statusErrorsModal .modal-content svg {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.modal#statusSuccessModal .modal-content .path,
.modal#statusErrorsModal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#statusSuccessModal .modal-content .path.circle,
.modal#statusErrorsModal .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal#statusSuccessModal .modal-content .path.line,
.modal#statusErrorsModal .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#statusSuccessModal .modal-content .path.check,
.modal#statusErrorsModal .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.box00 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.password-changed-btn {
    background: #007273;
    padding: 13px 38px;
    color: white;
    border-radius: 82px;
}

.password-sub-heading {
    color: #007273;
}

a.password-changed-btn:hover {
    color: white;
}

.mb-3.add-sch-pop-up input {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    height: 37px;
}

.btnn-submit {
    margin-left: 12px;
}

/* add school*/

.upload-area {
    border: 1px dashed#007273;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

span.red-astrick {
    color: red;
    padding-right: 2px;
}

.model-header-section:before {
    content: '';
    height: 30px;
    width: 4px;
    display: block;
    color: red;
    background: #007273;
    position: absolute;
    left: 10px;
    top: 12px;
}

.modal-header {
    padding: 14px 12px 11px 21px;
}

.upload-area i {
    font-size: 37px;
    color: #007273;
}

button.btn.btnn-submit {
    background: #007273;
    color: white;
}

button.btn.btnn-cancle {
    background: gray;
    color: white;
}

.model-bottom-btn {
    display: flex;
    justify-content: end;
    margin-right: 14px;
}

.upload-area p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0px;
}

.upload-area input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* .slideb .admn_lft>ul>.sideNav_Btn .logout-btn a span {
    display: none !important;
} */

.slideb .admn_lft>ul>.sideNav_Btn.logout-bottom a {
    transition: all 0.2s ease-in-out;
    width: 40px;
}



/* otp-model-loader */


/* From Uiverse.io by G4b413l */ 
.newtons-cradle {
    --uib-size: 50px;
    --uib-speed: 1.2s;
    --uib-color: #474554;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--uib-size);
    height: var(--uib-size);
   }
   
   .newtons-cradle__dot {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 25%;
    transform-origin: center top;
   }
   
   .newtons-cradle__dot::after {
    content: '';
    display: block;
    width: 100%;
    height: 25%;
    border-radius: 50%;
      background-color: #007273;
   }
   
   .newtons-cradle__dot:first-child {
    animation: swing var(--uib-speed) linear infinite;
   }
   
   .newtons-cradle__dot:last-child {
    animation: swing2 var(--uib-speed) linear infinite;
   }
 
.verification-otp-loader{
    display: flex ;
    justify-content: center;
}
   @keyframes swing {
    0% {
     transform: rotate(0deg);
     animation-timing-function: ease-out;
    }
   
    25% {
     transform: rotate(70deg);
     animation-timing-function: ease-in;
    }
   
    50% {
     transform: rotate(0deg);
     animation-timing-function: linear;
    }
   }
   
   @keyframes swing2 {
    0% {
     transform: rotate(0deg);
     animation-timing-function: linear;
    }
   
    50% {
     transform: rotate(0deg);
     animation-timing-function: ease-out;
    }
   
    75% {
     transform: rotate(-70deg);
     animation-timing-function: ease-in;
    }
   }
   






/* Bootstrap 5 CSS and icons included */
:root {
    --colorPrimaryNormal: #00b3bb;
    --colorPrimaryDark: #00979f;
    --colorPrimaryGlare: #00cdd7;
    --colorPrimaryHalf: #80d9dd;
    --colorPrimaryQuarter: #bfecee;
    --colorPrimaryEighth: #dff5f7;
    --colorPrimaryPale: #f3f5f7;
    --colorPrimarySeparator: #f3f5f7;
    --colorPrimaryOutline: #dff5f7;
    --colorButtonNormal: #00b3bb;
    --colorButtonHover: #00cdd7;
    --colorLinkNormal: #00979f;
    --colorLinkHover: #00cdd7;
}


.upload_dropZone {
    color: #0f3c4b;
    outline: 2px dashed #007273;
    outline-offset: -12px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out, background-color 0.2s ease-out;
    border-radius: 14px;
}

.upload_dropZone.highlight {
    outline-offset: -4px;
    outline-color: #80d9dd;
    background-color: var(--colorPrimaryEighth, #c8dadf);
}

/* .upload_svg {
    fill: #007273;
} */
i.fas.fa-cloud-upload-alt {
    font-size: 40px;
}

.other-schools {
    font-size: 22px;
    font-family: 'ProximaNovaSemiBold';
    margin-bottom: 22px;
    padding-left: 13px;
}

.btn-upload {
    color: #fff;
    background-color: #007273;
}

.btn-upload:hover,
.btn-upload:focus {
    color: #fff;
    background-color: #007273;
}

.upload_img {
    width: calc(33.333% - (2rem / 3));
    object-fit: contain;
}





/*  edit model popup   */

.image-uploaded-section {
    width: 100%;
    margin-bottom: 20px;
}



/*  delet data model pop up  */

.data-deleted-pop-up {
    width: 100px;
    height: 100%;
}

.preview-img-location p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

button.btn.filter-btn svg {
    margin-left: -5px;
}

.data-delet-msg {
    color: #ff0000;
}

/*  show image pop up  */
.show-img-model img {
    width: 100%;
}

.show-img-model {
    padding: unset;
}

.delete-data-btns-bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
}

button.btn.delete-btn {
    background: red;
    color: white;
}

.pre-img-content {
    border-radius: 28px;
}

.show-img-model img {
    border-radius: 25px;
}

.preview-img-location {
    background-color: black;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-top: 14px;
    border-radius: 0px 0px 25px 25px;
}

.shopping-btn-tabs svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.shopping-btn-tabs {
    padding: 7px 17px;
    display: flex;
    align-items: center;
    border: 1.2px solid #b5b5b5;
}

.card-content-sec p {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.red-heart-fav {
    color: red;
}

.edit-drop {
    color: #007273;
}


/* warning model popup homescreen   */
.warning-list {
    padding: 0px 0px 15px 0px;
}

.top-red-warn-sec {
    background: red;
    border-radius: 15px 15px 0px 0px;
    padding: 8px;
}

.home-page-heart {
    margin-right: 20px;
}

a.new-sign-up-btn.nykka-img svg {
    height: 27px;
    width: 40px;
    margin-right: 5px;
}

a.new-sign-up-btn.nykka-img {
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

a.new-sign-up-btn.walmart-icon-img svg {
    height: 32px;
    width: 50px;

}

a.new-sign-up-btn.walmart-icon-img {
    padding: 7px 16px;
}

a.new-sign-up-btn.myntra-btn {
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

a.new-sign-up-btn.myntra-btn img {
    width: 26px;
    height: 24px;
}

.alert {
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;


}

.alert.alert-success.alert-dismissible.fade.show {
    background: #007273;
    color: white;
}

.alert.alert-success.alert-dismissible.fade.show p {
    margin-bottom: 0px;
}




/*  contact-us page   */

.contact-form-sec {
    position: relative;
    width: 100%;

    padding: 2rem;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-contact {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    z-index: 1;
}

.contact-form {
    background-color: #007273;
    position: relative;
}

.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
}

.contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #007273;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
}

.contact-forms {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
}

.input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
}

a.choose-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
}

.input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

.input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
}




.input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
}

.input-container span:before,
.input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #003873;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span:before {
    left: 50%;
}

.input-container span:after {
    right: 50%;
}

.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
    width: 50%;
    opacity: 1;
}



.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
}

.contact-info .title {
    color: #007273;
}

.information p {
    margin: 0px;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
}

.information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
}

.information i {
    color: #007273;
}

.icon {
    width: 28px;
    margin-right: 0.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
    background: linear-gradient(to bottom, #007273, #007273ba);
}

.social-icons a:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #007273;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.6;
}




.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
}

.send-btnn {
    background: #003873;
    color: white;
    border-radius: 24px;
    padding: 7px 29px;
    font-family: "ProximaNovaSemiBold";
    border: 1px solid #003873;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 42px;
    width: 100%;
    justify-content: center;
}


/* about us page  */
.front-page-section {
    padding: 0px 106px;
    margin-bottom: 13em;
    text-align: justify;
    text-justify: inter-word;
}


@media(max-width:768px) {

    .front-page-section {
        padding: 0px 31px;
        margin-bottom: 13em;
        text-align: justify;
        text-justify: inter-word;
    }
    
}

.main-heading {
    text-align: center;
}

.main-heading h1 {
    font-family: 'ProximaNovaSemiBold';
}

.left-values-about-colleges {
    font-family: 'ProximaNovaSemiBold';
}

.main-heading p {
    font-family: 'ProximaNovaLight';
    color: #999999;
}

.about-us-start img {
    padding-top: 16px;
}

.value-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 12px;
    list-style: none;
    color: #999999;
}

.col-md-4.left-values-about-colleges h1 {
    width: 230px;
}

.recognized-content {
    padding-left: 90px;
}

.recognized-content h2 {
    letter-spacing: 1.28px;
    font-family: 'ProximaNovaBold';
    font-size: 36px;

    margin-bottom: 25px;
}

.recognized-content p {
    font-family: 'ProximaNovaSemiBold';
}

.recognized-content p {
    font-family: 'ProximaNovaSemiBold';
    font-size: 17px;
    color: gray;
}

.choose-card.bg-1 {
    background: #007273;
}

.choose-card.bg-2 {
    background: #002d5d;
}

.choose-card.bg-3 {
    background: #4569B4;
}

.choose-card.bg-4 {
    background: #1D5F72;
}



.choose-card {
    padding: 42px 40px;
    color: white;
}

.dream-card-without-image {
    background-color: #007273;
    padding: 50px 35px 50px 35px;
    clip-path: polygon(50% 0%, 89% 0, 100% 17%, 100% 100%, 45% 100%, 0 100%, 0 76%, 0 29%, 0 0);
    color: white;
}

ul.value-list {
    padding-left: 0px;
}

ul.value-list li {
    padding-left: 0px;
}

.dream-card-without-image .view-link i {
    position: relative;
    font-size: 20px;
    top: 3px;
    left: 5px;
}

input.input::placeholder {
    color: white;
}

textarea.input.text-area-input::placeholder {
    color: white;
}

.college-address img {
    height: 18px;
}

.contact-number ul li img {
    height: 100%;
}

.recognized-content {
    padding-left: 90px;
    padding-top: 40px;
}

.about-us-start {
    padding-top: 25px;
}

/*  user profile edit model popup  */
.user-profile-image-model p {
    margin-bottom: 2px;
    font-family: 'ProximaNovaSemiBold';
}

.user-profile-image-model img {
    width: 90px;
    border: 1px solid #ededede6;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px;
    margin-top: 9px;
}

.user-profile-image-model .upload-new-user-img {
    padding-left: 14px;
    color: #003873;
    font-family: 'ProximaNovaSemiBold';
    background: unset;
}

/*  admin homepage css   */

.mid-lineSearch-box {
    display: flex;
    justify-content: center;
}



.mid-lineSearch-box .search-box img {
    width: 34px;
    padding: 0px 0px 0px 14px;
}

.admin-right-side-banner {
    padding-right: 95px;
}

/* .admin-right-side-banner img {
    width: 41%;
    margin-left: 0px;
} */

.admin-left-side-banner {
    padding: 10px 0px;
}

.admin-page-school-listing p {
    margin-bottom: 12px !important;
}

.mid-lineSearch-box .search-box {
    width: 42%;
    margin-top: 45px;
}



/*   school event page css   */
.event-banner {
    background-image: url(../images/school-event-background.webp);
    height: 350px;
}

.layout-overlay {
    background-color: #ffffff00;
    background-image: linear-gradient(360deg, #11063e59 97%, #0f064373 100%);
    opacity: 0.26;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.event-banner img {
    width: 100%;
    border-radius: 10px;
}

.event-banner {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    border-radius: 7px;
}

.event-banner span {
    font-size: 45px;
    font-family: 'ProximaNovaSemiBold';
    color: white;
}

.event-search-btn {
    width: 7%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.jws_events_search .field_filter select,
.jws_events_search .field_filter input {
    border-radius: 0;
    border: transparent;
    border-bottom: 1px solid rgba(113, 116, 136, .33);
    padding: 0 0 0;
    font-size: 18px;
    min-height: 40px;
}

.event-search-btn button {
    padding: 21px;
    border-radius: 7px;
    border: 0px;
}

.event-search-btn button {
    padding: 21px;
    border-radius: 7px;
    border: 0px;
    background: #002d5d;
    color: white;
}

input.form-control.search_filed:focus {
    box-shadow: unset;
}

.form-select:focus {

    box-shadow: unset;
}


.jws_events_search {
    padding: 0px 81px;
}

.jws_events_search .events-searchs {
    padding: 30px;
    position: relative;
    border-radius: 5px;
    background: #FFF;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.events-cards-input {
    width: 31%;
}


.search-field-card label {
    margin-bottom: 18px;
}

.jws_events_search {
    padding: 0px 81px;
    position: absolute;
    width: 100%;
    bottom: -74px;
}

.main-banner-top {
    position: relative;
}

.small-display-search-form {
    display: none;
}

/*   User listing page   */

.user-dashboard-listing {
    justify-content: end;
}


.c-dashboardInfo {
    margin-bottom: 15px;
}

.c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
}

.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 1.18em;
}

.c-dashboardInfo span {
    display: block;
}

.c-dashboardInfo__count {
    font-weight: 600;
    font-size: 2.5em;
    line-height: 64px;
    color: #323c43;
}

.c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
}

.c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #006f73 0%, #00387382 100%);
}

.c-dashboardInfo:nth-child(2) .wrap:after {
    background: linear-gradient(82.59deg, #006f73 0%, #00387382 100%);
}

.c-dashboardInfo:nth-child(3) .wrap:after {
    background: linear-gradient(82.59deg, #006f73 0%, #00387382 100%);
}

.c-dashboardInfo:nth-child(4) .wrap:after {
    background: linear-gradient(82.59deg, #006f73 0%, #00387382 100%);
}

.c-dashboardInfo__title svg {
    color: #d7d7d7;
    margin-left: 5px;
}

.MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
}

.chart-box {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 40px 25px 20px;
    height: 100%;
}



#auth_btn_loader {
    display: none;
}

#update_btn_loader {
    display: none;
}

.email-sent{

    display: none;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}


button.btn.delete-btn {
    background: red;
    color: white;
}

/*  edit model popup   */

.image-uploaded-section {
    width: 100%;
    margin-bottom: 20px;
}



/*  delet data model pop up  */

.data-deleted-pop-up {
    width: 100px;
    height: 100%;
}

.yes-btn {
    background: #007273 !important;
}

.confirmation-msg {
    color: #007273;
}

i.fa-solid.fa-question {
    font-size: 50px;
    color: #007273;
    border: 5px solid #007273;
    padding: 10px 20px;
    border-radius: 50%;
}

.img-sec img {
    border-radius: 10px 10px 0px 0px;
}

.fill-heart {
    cursor: pointer;
}



/* 18-09-2024*/
.main-user-section {
    width: 600px;
    height: 100%;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: rgb(163 143 143 / 15%) 1px 1px 17px;
    margin: 105px 20px;
}

.users-detail-names {
    font-size: 16px;
}

.user-fields {
    padding: 20px 10px 10px 10px;
    width: 50%;
}

.user-headings {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
}

.change-pass-heading {
    font-size: 18px;
    color: black;
    padding-top: 15px;
}

.change-pass-heading {
    font-size: 18px;
    padding-top: 15px;
    color: #007273;
    font-weight: 600;
}

.profile-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;

}

.profile-change-pass-sec {
    border: 1px solid #d7d7d7 !important;
}



/* UI fixes   19-09-2024  */

.right-side-image-section img {
    height: 100%;
}

a.login-link.btn-all.login-sec-btns.border-0 {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 9px 14px;
    margin-bottom: 12px;
}

.img-sec img {
    border-radius: 10px 10px 0px 0px;
}



/*  23-09-2024 dashboard chart heading css  */

.chart-heading {
    color: #6c6c6c;
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: 600;
}



.fav-school-image-section img {
    max-height: 380px;
    object-fit: cover;
    height: 100%;
}

span#logout_text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.about-us ul {
    padding-left: 10px;
}


button.btn.signup-btn.view-all-btn:hover {

    border-color: white;
}

.nav-link {
   
 
    color: rgb(51 51 51 / 85%);

}
a.new-sign-up-btn.shopping-btn-tabs img {
    width: 29px;
    padding-right: 10px;
    max-height:20px;
}


.otp-verify-loader {

    display: none;
}

#resend_otp:hover {
    text-decoration: underline; /* Underline on hover */
}

#spinLodrForRode{
    display: none;
}

.school-name {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 84%; /* Adjust the width as needed */
    display: inline-block;
    vertical-align: middle;
}

.card-content-sec span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/* onboard css start here */
.onboard_box_parent {
    position: relative;
}
.onboard_box:after {
    content: "";
    position: fixed;
    background: rgb(16 16 16 / 83%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}

.onboard_relative {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 14px;
    left: 2em;
    top: -1em;
}


.more_info_modal {
    position: relative;
    z-index: 15;
    background: #fff;
    border-radius: 10px;
    left: 2em;
    top: -5em;
}

.more_info_body {
    padding: 10px;
}

.more_info_body p {
    margin: 0;
    padding: 0;
}
button#close_modal {
    padding: 2px 8px;
    background: #ffffff;
}

.more_info_modal::after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
    position: absolute;
    top: -20px;
    left: 50%;
}


.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    z-index: 10; /* Ensure the image is above other content */
}

div.close_next_btn1 {
    top: 25em;
    left: 2em;
    /* top: 30em;
    left: 5em; */
}
.image-sign-up-onboarding {
    position: absolute;
    /* width: 325px;
    height: 442px; */
    width: 276px;
    height: 363px;
    left: -3em;
    top: 2em;
    border: 2px solid #000;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}


.image-login-onboarding {

    width: 276px;
    height: 363px;
    border: 2px solid #000;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 14px;
    left: -16em;
    top: 2em;
}


.sign-up-onboardin-btn {
    position: absolute;
    width: 276px;
    height: 363px;
    left: -7em;
    top: 25em;
    text-align: center;
}
.login-onboardin-btn {
    text-align: center;
    position: absolute;
    z-index: 10;
    /* background: #fff; */
    border-radius: 14px;
    left: -8em;
    top: 25em;
    width: 8rem;
    height: 2rem;
}


.heart-onboard-relative {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 14px;
    top: -8em;
    right: 6em;
}



.image-arrow-for-heart-onboarding {
    width: 112px;
    height: 94px;
    margin-left: 8em;
    margin-top: -167px;
    transform: rotate(305deg)
}


.onboarding-btn {
    border-color: black;
}
.more_info_footer{
    text-align: right;
}

.onboard_relative-login {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 14px;
    left: -9em;
    top: -1em;
    padding: 7px 29px;
    font-family: "ProximaNovaSemiBold";
    border: 1px solid #007273;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 42px;
}

.onboard-fav-school-model {
    position: absolute;
    z-index: 10;
    /* background: #fff; */
    /* border-radius: 14px; */
    right: -5em;
    top: 9em;
}


.fav-schools-image-onboarding {
    position: absolute;
    width: 64rem;
    height: 19rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 4%);
    border: 2px solid #000;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.fav-schools-onboardin-btn {
    position: absolute;
    z-index: 10;
    width: 276px;
    height: 363px;
    left: 62em;
    top: 20em;
    text-align: center;

}
.shop-fav-schools-image-onboarding {
    position: absolute;
    width: 21rem;
    height: 9rem;
    left: 30em;
    border: 2px solid #000;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

.shop-fav-schools-onboardin-btn {
    position: absolute;
    z-index: 10;
    width: 276px;
    height: 363px;
    left: 52em;
    top: 10em;
    text-align: center;

}


/* onboard css end here */



/* 01 Feb 2025 */
.mid-lineSearch-box.change_suggestion_box_pos {
    position: relative;
}
.mid-lineSearch-box.change_suggestion_box_pos .suggestions {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index:8;
    width: 42%;
    margin: 0px auto;
    right: 0;
}
.height_adjust_wrp .inner-image-section2 {
    max-height: fit-content;
    height: fit-content;
}
.height_adjust_wrp .inner-image-section2 .college-info.view-all-info.view-all-info {
    max-height: unset;
}
.height_adjust_wrp .content-section {
    max-height: 100%;
}
.height_adjust_wrp .college-info img {
    height: unset !important;
}
.college-info .shopping-btn-tabs span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-section-top.second-search-view-all .suggestions {
    position: absolute;
    top: calc(100% - 25px);
    width: 37%;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: 8;
}
.navbar-section-top.second-search-view-all {
    position: relative;
}
.navbar-section-top.second-search-view-all .suggestions .suggestion-item {
    text-align: left;
}
.content-section.text-center .college-info img {
    height: unset;
}

/* height css start here */
.onboard_box_parent .img-sec img {
    aspect-ratio: 1 / 0.5;
    max-height: fit-content;
}
button.see_btn {
    border: unset;
    font-size: 18px;
    background: #007273;
    color: #fff;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 300;
}
.shoping-btns-list .accordion-item {
    border: unset;
    padding: unset;
}
.dropzone.dropzone_box a {
    max-width: fit-content;
}
.dropzone.empty-drag-box {
    display: flex;
    flex-wrap: wrap;
}
.dropzone.dropzone_box {
    padding: unset;
}
.accordion-body .dropzone.dropzone_box {
    width: fit-content;
}
.dropzone_grid a {
    width: fit-content;
}
.aff-gap a{
    margin: 1;
    /* width: fit-content; */
}


#dropbottom a{
    padding-left: 8px !important;
    padding-right: 20px !important;
}
/* height css end here */