body {
    font-size: 14px;
    color: #1E1E1E;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    background-color: #F7FAFD;
}


/* start default-content */

h1,
h2,
h3,
h4,
h5,
ul,
li,
p {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.red {
    color: #E01D2E;
}

.blue {
    color: #014C97;
}

.redbg {
    background: #E01D2E;
}

.bluebg {
    background: #017dc3;
}

.whitebg {
    background: #FFF;
}

.whitebg svg {
    color: #E01D2E !important;
}

.btn {
    font-size: 14px;
}

.btn-primary {
    background-color: #017dc3 !important;
    border-color: #017dc3 !important;
}

.btn-primary:hover {
    background-color: rgb(0, 90, 180) !important;
    border-color: rgb(0, 90, 180) !important;
}

.blue-bg-gr {
    background: rgb(1, 76, 151);
    background: linear-gradient(0deg, rgba(1, 76, 151, 0) 0%, rgba(1, 76, 151, 0.5522584033613445) 100%);
}

.overflow {
    overflow: hidden;
}

.min-h-1 {
    position: relative;
    min-height: 180px;
}

.min-h-2 {
    position: relative;
    min-height: 386px;
}

.min-h-3 {
    position: relative;
    min-height: 360px;
}

.min-h-4 {
    position: relative;
    min-height: 156px;
}

@media (min-width: 992px) {
    .col-lg-11 {
        flex: 0 0 auto;
        width: 89% !important;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 11% !important;
    }
}

@media screen and (max-width: 992px) {
    .min-h-2 {
        position: relative;
        min-height: 180px;
    }
    .min-h-3 {
        position: relative;
        min-height: 180px;
    }
    .min-h-4 {
        position: relative;
        min-height: 180px;
    }
}


/*login wrapper */

img {
    width: 100%;
}

.default-bg-1 {
    background: url(../images/default-bg-2.svg) no-repeat bottom center;
    background-size: cover;
}

.login-wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/login-bg-1.svg) no-repeat bottom center;
    background-size: cover;
}

.login-container {
    display: block;
    margin-bottom: 30px;
}

.login-container img {
    width: 180px;
    display: block;
    margin-bottom: 20px;
}

.login-container h1 {
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.login-card {
    display: block;
    padding: 50px 30px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0px 5px 25px rgba(1, 76, 151, 0.20);
}

.login-card a {
    color: #017dc3;
}


/* end login wrapper */


/* end default-content */

.dashboard-wrapper {
    position: relative;
    padding: 0px 70px;
    min-height: 100vh;
}

.main-header {
    position: relative;
}

.header-container {
    display: flex;
    justify-content: space-between;
    padding: 25px 0px;
}

.logo-card {
    display: flex;
    align-items: center;
}

.logo {
    display: block;
    padding-right: 15px;
    border-right: 1px solid rgba(1, 76, 151, 0.30);
}

.logo img {
    width: 140px;
}

.currentpage {
    padding: 0px 0px 0px 30px;
    color: #014C97;
}

.currentpage p {
    font-weight: 600;
}

.admin-card {
    display: flex;
    align-items: center;
}

.admin-card-text {
    display: flex;
    text-align: end;
    flex-direction: column;
}

.admin-card-text h5 {
    color: #014C97;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.admin-card-text p {
    font-size: 14px;
}

.admin-card-icon {
    padding: 5px;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #b6b9bc;
    background-color: #FFF;
    box-shadow: 0px 2px 15px rgba(1, 76, 151, 0.10);
}

.dropdown-toggle::after {
    display: none !important;
}

.user-dropdown {
    border: none !important;
    width: max-content;
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(1, 76, 151, 0.10);
}

.user-dropdown ul {
    display: block;
}

.user-dropdown ul li {
    display: block;
    list-style: none;
    line-height: 34px;
}

.user-dropdown ul li a {
    display: inline-block;
    text-decoration: none;
    color: #1E1E1E !important;
}

.user-dropdown ul li a:hover {
    color: #017dc3 !important;
}

.user-dropdown ul li a svg {
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .dashboard-wrapper {
        position: relative;
        padding: 0px;
    }
    .logo {
        display: block;
        padding-right: 0px;
        border-right: none;
    }
    .logo img {
        width: 100px;
    }
    .currentpage {
        display: none;
    }
}

.card-1 {
    position: relative;
    display: block;
    color: #FFF;
}

.menu-text-1 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.icons-1 {
    padding: 20px 0px;
    text-align: center;
    display: block;
}

.icons-1 svg {
    font-size: 64px;
    color: #FFF;
}

.d-flexs {
    display: flex;
    width: 100%;
    text-align: end;
    align-items: end;
    justify-content: end;
}

.anchor-card {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.anchor-card svg {
    rotate: -30deg;
    transition: 200ms;
}

.anchor-card:hover svg {
    rotate: 0deg;
}

.sidebar-nav {
    display: block;
}

.sidebar-nav ul {
    display: block;
}

.sidebar-nav ul li {
    display: block;
    list-style: none;
    margin: 0px 0px 20px;
    position: relative;
}

.sidebar-nav ul li a {
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: flex-start;
}

.sidebar-nav ul li a.active .svg-items {
    background: #E01D2E;
    color: #FFF !important;
}

.svg-items {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0px;
    color: #b6b9bc;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 0px 2px 15px rgba(1, 76, 151, 0.10);
    transition: 300ms;
}

.svg-items svg {
    font-size: 16px;
}

.sidebar-nav ul li a span {
    color: #1E1E1E;
    margin: 0px 0px 0px 0px;
    transition: 300ms;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px 0px 15px;
    height: 40px;
}

.sidebar-nav ul li:hover span {
    background-color: #017DC3;
    color: #FFF;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sidebar-nav ul li:hover a .svg-items {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*
.sidebar-nav ul li a span {
    display: none;
    margin: 0px;
    transition: 300ms;
}


.sidebar-nav ul li:hover span {
    display: block;
    width: max-content;
    position: absolute;
    left: 120%;
    background-color: #017DC3;
    color: #FFF;
    height: 44px;
    padding: 10px 15px 0px 15px;
    border-radius: 5px;
    margin: 0px;
    line-height: normal;
    transition: 300ms;
    z-index: 99;
}
*/

@media screen and (max-width: 992px) {
    .sidebar-nav {
        display: block;
        padding: 30px;
        background-color: #FFF;
    }
    .sidebar-nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sidebar-nav ul li {
        margin: 0px 10px 10px 0px;
    }
}

.content-container {
    display: block;
    padding: 30px;
    background: #FFF;
    position: relative;
    margin-bottom: 70px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(1, 76, 151, 0.10);
}

.subtitle-item {
    display: block;
}

.subtitle-1 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #017DC3;
}

.default-content-1 {
    display: block;
}

.anchorlinks {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.pdf-title {
    font-size: 14px;
}

.downloadpdf {
    position: relative;
    width: fit-content;
    padding: 15px 10px;
    border: 1px solid #d4d8db;
    margin-bottom: 15px;
}

.anchor-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.pdf-down {
    position: absolute;
    top: 4px;
    right: 4px;
}

.display-card img {
    width: 60px;
    display: flex;
}

.form-list {
    display: flex;
    align-items: center;
    transition: 300ms;
    justify-content: space-between;
    border-bottom: 1px solid #adc5dd;
}

.form-list:hover {
    background-color: #F4FAFF;
    padding: 0px 0px 0px 20px;
}

.form-list.active {
    background-color: #F4FAFF;
    padding: 0px 0px 0px 20px;
}

.form-list a {
    display: block;
    color: #1E1E1E;
    font-weight: 500;
}

.form-list:hover a {
    color: #017DC3;
}

.d-menu {
    display: block;
}

.d-menu-icon {
    padding: 5px;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #6294c4;
    font-size: 18px;
    background-color: #FFF;
}

.tabscontent-nav {
    border-color: #e0effd !important;
}

.tabscontent-nav .nav-link {
    border: 0px !important;
    color: #1E1E1E;
    font-weight: 500;
    background-color: #f2f8fe;
}

.tabscontent-nav .nav-link.active {
    color: #017DC3;
    background-color: #e0effd;
}

input,
textarea,
select {
    font-size: 14px;
    border-color: #adc5dd!important;
}

.form-control {
    font-size: 14px;
}

.video-card {
    display: block;
}

.video-card video {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.page-link {
    color: #017DC3;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #FFF !important;
    background-color: #017DC3 !important;
    border-color: #017DC3 !important;
}

.table {
    vertical-align: middle;
}

.picture-col {
    display: flex;
}

.picture-col img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #adc5dd;
    object-fit: cover;
    object-position: top;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgb(0 131 247 / 5%);
}

.table>:not(caption)>*>* {
    border-color: #adc5dd;
}

@media screen and (max-width: 992px) {
    .reverse-flex {
        flex-direction: column;
    }
    .flexbroke {
        flex-direction: column;
    }
    .flexbroke div {
        margin-bottom: 10px;
    }
    .flexbroke .ms-2 {
        margin-left: 0px !important;
    }
    .table {
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        overflow: scroll;
    }
    .content-container {
        padding: 10px;
    }
}

.mentorship-card {
    display: block;
}

.mentorship-card img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.input-group-text {
    font-size: 14px;
}

.calendarbg {
    background: url(../images/calendar-bg.jpg) no-repeat top center;
    background-size: cover;
}

.calendarcard {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.calendar {
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    background-color: #00266da8;
    backdrop-filter: blur(7px);
}

.calendar__title {
    text-align: center;
}

.calendar--day-view {
    position: absolute;
    border-radius: 3px;
    top: -2.5%;
    left: -2.5%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 12px 5px rgba(2, 2, 2, 0.16);
    z-index: 2;
    overflow: hidden;
    transform: scale(0.9) translate(30px, 30px);
    opacity: 0;
    visibility: hidden;
    /*   border-radius: 5px; */
    display: none;
    align-items: flex-start;
    flex-wrap: wrap;
}

.day-view-content {
    color: #222;
    width: 100%;
    padding-top: 55px;
}

.day-highlight,
.day-add-event {
    padding: 8px 10px;
    margin: 12px 15px;
    border-radius: 4px;
    background: #f0faff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.row .qtr {
    width: 40%;
}

.row .half {
    width: 100%;
}

@media (min-width: 800px) {
    .row {
        flex-wrap: nowrap;
    }
    .row .half {
        width: 35%;
    }
    .row .qtr {
        width: 25%;
    }
}

.day-add-event {
    background: #04b6e2;
    color: #fff;
    padding: 16px;
    display: none;
    transform: translateY(-15px);
    opacity: 0;
}

.day-add-event[data-active="true"] {
    display: block;
    animation: popIn 250ms 1 forwards;
}

.add-event-label {
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Avenir', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.add-event-edit {
    display: block;
    margin: 4px 0;
    max-width: 70%;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.add-event-edit--long {
    max-width: 90%;
}

input.add-event-edit {
    border: none;
    border-bottom: 2px solid #fff;
    background: transparent;
    outline: none;
    font: inherit;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.add-event-edit--error,
input.add-event-edit--error {
    border-color: #ff5151;
    animation: shake 300ms 1 forwards;
}

@keyframes shake {
    20%,
    60% {
        transform: translateX(4px);
    }
    40%,
    80% {
        transform: translateX(-4px);
    }
}

input.add-event-edit::-webkit-input-placeholder {
    color: #fff;
}

input.add-event-edit:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

input.add-event-edit::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

input.add-event-edit:-ms-input-placeholder {
    color: #fff;
}

.event-btn {
    padding: 3px 8px;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 65px;
    margin: 5px 0;
    text-align: center;
}

.event-btn--save {
    border-color: #fff;
    background: #74c500;
    color: #fff;
    border-color: transparent;
}

.event-btn--save:hover {
    box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2);
}

.event-btn--cancel {
    background: #ff5151;
    color: #fff;
    border-color: transparent;
}

.event-btn--cancel:hover {
    box-shadow: 0px 2px 4px rgba(2, 2, 2, 0.2);
}


/* .add-event-btn:hover, .add.event-btn:focus{
    background: #00258e;
    box-shadow: 0px -1px 2px rgba(3,2,2,0.2);
  } */

.day-highlight .day-events-link {
    border-bottom: 2px solid #222;
    padding: 0;
    cursor: pointer;
}

#add-event {
    color: #04b6e2;
    border-color: #04b6e2;
}

.day-view-exit {
    position: absolute;
    top: 24px;
    line-height: 1em;
    left: 22px;
    font-size: 22px;
    color: #252525;
    font-family: 'Avenir', sans-serif;
    font-weight: 800;
    cursor: pointer;
    opacity: 0;
    animation: popIn 200ms 1 forwards;
    text-transform: uppercase;
}

.day-view-date {
    position: absolute;
    top: 19px;
    right: 22px;
    text-align: right;
    font-size: 22px;
    font-family: 'Avenir', sans-serif;
    font-weight: 800;
    color: #FFF;
    border-bottom: 2px solid #222;
    cursor: pointer;
}

.day-inspiration-quote {
    position: absolute;
    /*   top: 90px; */
    margin-top: -40px;
    left: 10%;
    width: 80%;
    height: calc(100% - 110px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #ddd;
    line-height: 1.1em;
    font-family: 'Avenir', sans-serif;
    z-index: -1;
}

.day-event-list-ul {
    list-style: none;
    margin: auto;
    width: 95%;
    padding: 0;
    max-height: 300px;
    overflow: auto;
}

.day-event-list-ul li {
    padding: 10px;
    margin: 10px 0;
    /*   background: #04b6e2; */
    /*   box-shadow: 0px 1px 1px  rgba(2,2,2,0.5); */
    position: relative;
}

.event-dates small {
    font-size: 0.65em;
    color: #FFF;
}

.event-dates {
    font-weight: 800;
    font-family: 'Avenir', sans-serif;
    color: #04b6e2;
    font-size: 18px;
    text-transform: lowercase;
    /*   position: relative; */
}

.event-delete {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #f25656;
    cursor: pointer;
}

.event-name {
    font-size: 19px;
    font-family: 'Avenir', sans-serif;
    color: #222;
    padding: 10px;
    background: #f7f7f7;
    margin: 2px 0;
    display: block;
    text-transform: initial;
}

.calendar--day-view-active {
    animation: popIn 200ms 1 forwards;
    visibility: visible;
    display: flex;
    transition: visibility 0ms;
}

.calendar--view {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
}

.cview__month {
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Avenir', sans-serif;
    padding-bottom: 20px;
    color: #222;
    text-transform: uppercase;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-around;
}

.cview__month-last,
.cview__month-next,
.cview__month-current {
    width: 33.33333%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #FFF;
}

.cview__month-last:hover,
.cview__month-next:hover {
    color: #fff;
}

.cview__month-current {
    font-size: 22px;
    cursor: default;
    animation: popIn 200ms 1 forwards;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}

.cview__month-reset {
    animation: none;
}

.cview__month-activate {
    animation: popIn 100ms 1 forwards;
}

.cview--spacer,
.cview__header,
.cview--date {
    width: 14.28571428571429%;
    max-width: 14.28571428571429%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: clip;
    font-size: 14px;
    font-weight: 900;
}

.cview--date {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.has-events::after {
    border-radius: 100%;
    animation: popIn 200ms 1 forwards;
    background: rgba(255, 255, 255, 0.95);
    transform: scale(0);
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 12px;
}

.cview--date:hover::before {
    background: rgba(255, 255, 255, 0.2);
}

.cview--date.today {
    color: #FFF;
}

.cview--date.today::before {
    animation: popIn 200ms 1 forwards;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0);
}

@keyframes popIn {
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.cview--date::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transform: scale(0.8);
    z-index: 0;
}

.footer {
    width: 100%;
    bottom: 50px;
    left: 0;
    position: absolute;
    font-size: 14px;
    text-align: center;
}

.footer__link {
    cursor: pointer;
    padding: 2px 5px;
    border-bottom: 1px solid #fff;
}