:root {
    --primaryColor: #5585d3;
    --secondaryColor: #67d825;
    --darkFontColor: #42444b;
    --darkFontColorV-2: #858585;
    --lightFontColor: #f7f7f7;
    --primaryGradient: linear-gradient(45deg, #5585d3, #59c4c4, #5585d3);
    --redGradient: linear-gradient(45deg, #e01e1e, #eb8613, #e01e1e);
}
::-webkit-scrollbar
{
    width: 8px;
}
::-webkit-scrollbar-track
{
    background: #efefef;
    background-clip: padding-box;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb
{
    border-radius: 20px;
    background: var(--primaryGradient);
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body
{
    font-family: "Montserrat", serif;
    scroll-behavior: smooth;
}
body {
    color: var(--darkFontColor);
    /* background: #f6f9ff; */
    /* background: #fcfdff; */
    background: #4d5ea908;
    font-weight: 600;
    background-image: linear-gradient(222deg, #b0daff1c, transparent, #00ffff08);
}
ul, li
{
    list-style: none;
}
a{
    color: var(--darkFontColor);
}
a:hover
{
    text-decoration: none;
    color: var(--secondaryColor);
}
label
{
    margin: 0;
}
.linkBox {
    text-align: right;
    color: var(--primaryColor) !important;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.whiteText
{
    color: white !important;
}
img
{
    width: 100%;
}
ul, li
{
    list-style: none;
    margin: 0;
}
.margin-bottom-2
{
    margin-bottom: 2px !important;
}

.header {
    top: 0;
    color: var(--darkFontColor);
    position: sticky;
    z-index: 101;
    background-color: #fff;
    background-image: linear-gradient(45deg, white, transparent, #f8f8f8, transparent, #EDEDED);
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
}
.header div[class*="col"]
{
    position: initial;
}
.header .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}
.logoContainer {
    padding: 11px 0;
    width: 90px;
    max-width: 100%;
}
.logoContainer img {
    width: 100%;
    display: block;
}
.navigationLeft
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.linksContainer
{
    height: 100%;
    width: 100%;
    transition: 0.3s;
}
.navigationLinks {
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navigationLinkContainer {
    padding: 5px 0px;
    display: flex;
    /* width: 100%; */
    align-items: center;
    position: relative;
}
.navigationLinkContainer a,
.dropDown a
{
    color: inherit;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
}
.navigationLinkContainer > a
{
    font-family: inherit;
    padding: 7px 10px;
    font-weight: 500;
}

.navigationMenuOpen
{
    display: none;
}
.dropDown {
    width: 180px;
    top: 100%;
    right: -10px;
    color: var(--darkFontColor);
    font-weight: 400;
    position: absolute;
    /* opacity: 0; */
    visibility: hidden;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top;
}
.haveDropDown:hover .dropDown
{
    transition: 0.5s, 0.3s ease-in transform;
    /* opacity: 1; */
    visibility: visible;
    pointer-events: initial;
    transform: scaleY(100%);
}
/* .dropDown a
{
    font: inherit;
    color: inherit;
} */
.dropDownBox {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
li.dropDownListItem a {
    padding: 9px 12px;
    display: flex;
    font-size: 14px;
}

a.dropDownListItemLink
{
    transition: 0.3s;
}
a.dropDownListItemLink:hover
{
    background: #f7f7f7;   
}

li.dropDownListItem:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.07);
}


.mobileNav
{
    display: none;
}
.contactInfo
{
    width: 100%;
    position:relative;
}

.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.mobileNav .contactInfo a i{
    margin-right: 5px;
}
.mobileNav .social-icons {
    padding: 7px 12px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    font-size: 14px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.goBackBtn
{
    display: none;
    background-color: #efefef;
}

.navigationProfile
{
    display: none;
}
.navigationProfile img {
    width: 70px;
    height: 70px;
    border-radius: 45px;
}
.profileContainer {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    background-color: #f9f9f9;
}
.profileDetails {
    width: calc(100% - 70px);
    padding-left: 12px;
}
.profileName {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixedNavigationPhoneText {
    display: none;
}
.blog-wrapper .row
{
    display: flex;
    flex-wrap: wrap;
}
a.viewMoreBtn {
    justify-content: flex-end;
    text-align: right;
    color: var(--primaryColor);
}


.profileNameBox {
    padding: 7px 7px;
    font-size: 15px;
    font-weight: bold;
}
.profileNameBox span {
    display: block;
    border: 1px dashed #d8d8d8;
    padding: 10px 7px;
    border-radius: 5px;
}
a.profileBox {
    width: 36px;
    padding: 0;
}
a.profileBox img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 24%);
}

/* 

Header End 

Main Content Start

*/

.mainPageContainer {
    min-height: 100vh;
    /* background-image: url('../images/bg-pattern-1.png'); */
    background-image: url('../images/background-pattern.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.mainPageCard {
    padding: 18px 0;
}
.pageTitleBox {
    font-size: 24px;
    padding: 0 0 12px;
    position: relative;
    margin-bottom: 15px;
}
.pageTitleBox::before {
    content: "";
    bottom: 0px;
    left: 0;
    height: 3px;
    width: 35px;
    position: absolute;
    border-radius: 50px;
    background-color: var(--secondaryColor);
    transform-origin: left;
    animation: strechAndScale 5s cubic-bezier(0.23, 0.07, 0.36, 0.9) infinite;
}
.pageTitleBox::after {
    content: "";
    bottom: 8px;
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    border-radius: 10px;
    transform-origin: left;
    background-color: var(--primaryColor);
    animation: strechAndScale 5s linear 2s infinite reverse;
}
.pageTitleBox h1 {
    margin: 0;
    font: inherit;
    font-weight: 600;
    position: relative;
}


.pageBoxContainer {
    position: relative;
}
form.pageCardFormContainer {
    display: block;
}
.pageBoxCard {
    padding: 12px 16px;
    position: relative;
    border-radius: 25px;
    background: white;
    margin-top: 40px;
    /* filter: drop-shadow(0 0 20px #ebeff8); */
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.15));
    background-image: url('../images/bg-wave-1.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.sectionTitleContainer {
    position: absolute;
    top: 0;
    left: 2vw;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-70%);
    background: white;
    width: max-content;
    min-width: 120px;
    line-height: 1;
    padding: 8px 16px 0;
    border-radius: 9px;
}
.pageCardSubHeading {
    padding: 0 12px 8px;
}
.pageCardContentBox {
    padding-top: 8px;
}
.pageCardInputBox {
    display: flex;
    padding: 2px 2px;
    flex: 1;
    flex-direction: column;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    gap: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pageCardInputContainer {
    display: flex;
    /* padding-bottom: 9px; */
    flex-direction: column;
}
span.pageCardInputLabel {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-left: 8px;
    line-height: 1.1;
}
.pageCardInputField {
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    padding: 7px 15px;
    margin: 0;
    min-height: 37px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--darkFontColorV-2);
    background: white;
    transition: 0.3s box-shadow;
    box-shadow: 1px 1px 5px rgba(228, 228, 228, 0.1);
}
.pageCardInputField option {
    font-weight: inherit;
    color: var(--darkFontColor);
}
.pageCardInputField::placeholder
{
    color:  rgb(165, 165, 165);
}
.pageCardInputField:hover {
    box-shadow: 4px 4px 5px rgb(198 198 198 / 10%);
}
.pageCardInputField:focus {
    outline: 2px solid #003fff38;
    box-shadow: none;
}
.pageCardSubmitBtnRed,
.pageCardSubmitBtn {
    border: none;
    padding: 6.5px 16px;
    background-image: var(--primaryGradient);
    color: white;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 70px;
    box-shadow: none;
    width: max-content;
    max-width: 100%;
    margin-bottom: 10px;
    background-size: 200%;
}
.pageCardSubmitBtnRed
{
    background-image: var(--redGradient);
}
.pageCardSubmitBtnRed:hover,
.pageCardSubmitBtn:hover {
    box-shadow: 2px 2px 5px rgb(0 0 0 / 19%);
    background-position: right;
}
.hasNotifyCount {
    position: relative;
}
span.notifyCount {
    position: absolute;
    font-size: 10px;
    border-radius: 9px;
    height: 18px;
    width: 18px;
    background: linear-gradient(45deg, #ff0000, #ffea00);
    background-size: 200%;
    top: -10px;
    display: flex;
    letter-spacing: 0.2px;
    right: -13px;
    /* line-height: 1; */
    font-weight: bold;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}



.pageCardTextareaContainer
{
    width: 100%;
    position: relative;
}
div.pageCardInputField {
    cursor: auto;   
}
.textarea.pageCardInputField, textarea.pageCardInputField {
    border-radius: 16px;
    padding: 8px 16px;
    height: 90px;
    min-height: 40px;
    max-height: 120px;
    resize: vertical;
    overflow-y: auto;
    width: 100%;
    cursor: pointer;
    line-height: 1.3;
}


.pageCardTextareaCharCountBox {
    position: absolute;
    bottom: 20px;
    right: 12px;
    padding: 2px 8px;
    line-height: 1.2;
    background: white;
    border-radius: 14px;
    pointer-events: none;
    font-size: 13px;
    user-select: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
}

.pagePillsList {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    padding: 4px 12px 4px;
    flex-wrap: wrap;
}

.pagePillsList::before {
    /* content: 'Options :'; */
    font-weight: 600;
    width: max-content;
}
.pagePillItem {
    padding: 3px 8px;
    /* line-height: 1; */
    cursor: pointer;
    font-size: 13px;
    transition: 0.5s;
    border-radius: 4px;
    background-color: white;
}
.blue .pagePillItem {
    color: #005cff;
    box-shadow: 0 0 3px #005cff47;
}
.blue .pagePillItem:hover {
    background-color: #005cff;
    color: white;
    box-shadow: none;
}

.green .pagePillItem {
    color: #378014;
    box-shadow: 0 0 3px #3780143d;
}
.green .pagePillItem:hover {
    background-color: #378014;
    color: white;
    box-shadow: none;
}

.red .pagePillItem {
    color: #d83113;
    box-shadow: 0 0 3px #d8311342;
}
.red .pagePillItem:hover {
    background-color: #d83113;
    color: white;
    box-shadow: none;
}
.pageStudentCountBox {
    padding-bottom: 8px;
}
.pageStudentCountCard {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    min-width: max-content;
    gap: 4px;
    justify-content: center;
    align-items: baseline;
}
.pageStudentCountTitle::after {
    content: ' :';
}
.pageStudentCountValue {
    font-size: 17px;
    font-weight: 700;
}


.pageContentTableContainer {
    padding-top: 8px;
}
.pageContentTableBox {
    box-shadow: 0 0 5px rgb(229 229 229);
    border-radius: 12px;
    overflow: hidden;
}
.pageContentTableBox:not(:last-child) {
    margin-bottom: 15px;
}
.table thead th,
.table tr,
.table td
{
    margin: 0;
    padding: 0;
    border: 0;
}
.pageTable {
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    margin: 0;
    background-color: white;
}

.table .pageTableHeadingBox {
    padding: 12px;
    background: #f2f7ff;
    color: black;
    text-align: center;
    vertical-align: middle;
}
.pageTableHeading {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.pageTableBodyBox tr.pageTableRow:nth-child(even) {
    background: #f9f9f9;
}
.pageTableBodyBox tr.pageTableRow:hover
{
    background: #f0f0f0;
}
.pageTableCheckBoxContainer {
    width: max-content;
    position: relative;
    margin: 0 auto;
    display: flex;
}
.pageTableCheckBox
{
    /* padding: 4px; */
    position: relative;
}
label.pageTableCheckBox input {
    -webkit-appearance: none;
    appearance: none;
    height: 14px;
    width: 14px;
    margin: 0;
    background: white;
    border-radius: 3px;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4d5ea973;
    box-shadow: 0 0 2px rgba(0,0,0,0.14);
}
label.pageTableCheckBox input:hover {
    transform: scale(1.2);
}

label.pageTableCheckBox input:checked {
    background-color: var(--primaryColor);
}
label.pageTableCheckBox input:checked::before {
    content: '\f00c';
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    color: white;
}


td.pageTableContentBox {
    padding: 7px 10px;
    letter-spacing: 0.4px;
    text-align: center;
    vertical-align: middle;
    color: var(--darkFontColor);
    border-bottom: 0.5px solid #f1f1f1;
}
.pageTableBodyBox tr.pageTableRow:last-child td.pageTableContentBox
{
    border: none;
}

.pageTableContent.messageBox {
    min-width: 220px;
    text-align: left;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}
.pageTableContainer::-webkit-scrollbar {
    height: 8px;
}
.pageTableContainer::-webkit-scrollbar-track
{ 
    background-color: whitesmoke;
}
.pageTableContainer::-webkit-scrollbar-thumb
{
    transition: 0.3s;
    background-color: var(--primaryColor);
}
.pageTableContainer::-webkit-scrollbar-thumb:hover
{
    background-color: black;
}

.pageTableActionButtonItemBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 4px;
}
.pageTableActionButton {
    height: 30px;
    width: 30px;
    padding: 4px 7px;
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
    background-color: white;
}

.blue .pageTableActionButton {
    color: #005cff;
    box-shadow: 0 0 3px #005cff47;
}
.blue .pageTableActionButton:hover {
    background-color: #005cff;
    color: white;
    box-shadow: none;
}

.green .pageTableActionButton {
    color: #378014;
    box-shadow: 0 0 3px #3780143d;
}
.green .pageTableActionButton:hover {
    background-color: #378014;
    color: white;
    box-shadow: none;
}

.red .pageTableActionButton {
    color: #d83113;
    box-shadow: 0 0 3px #d8311342;
}
.red .pageTableActionButton:hover {
    background-color: #d83113;
    color: white;
    box-shadow: none;
}





























/* Page Modal Work Start */

.pageThemeModalContainer {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 40px 16px;
    overflow-y: auto;
    z-index: 10000;
    background: rgb(255 255 255 / 24%);
    backdrop-filter: blur(6px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transform: scale(80%);
}
.pageThemeModalContainer.open {
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
    user-select: initial;
    pointer-events: all;
    transform: scale(100%);
}
.pageThemeModalCard {
    position: relative;
    width: 95vw;
    height: 100%;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    max-width: 1440px;
    padding: 8px 16px 16px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    border-radius: 5px;
    background-image: url('../images/bg-wave-1.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.studentMessageReportMainModal .pageThemeModalCard {
    padding: 0;
}
.studentMessageReportMainModal .pageThemeModalContent {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
}
.studentMessageReportCountContainer {
    position: sticky;
    top: 0;
    width: 100%;
    background: white;
    padding: 7px 0;
    z-index: 1;
    margin-bottom: 8px;
    box-shadow: 0 0  5px rgba(0,0,0,0.13);
}

.pageThemeModalBox {
    width: max-content;
    display: flex;
    justify-content: center;
    position: relative;
}
.pageThemeModalCloseBtnBox {
    position: absolute;
    bottom: 100%;
    right: 1vw;
    height: 24px;
    width: 38px;
    line-height: 1;
    display: flex;
    color: white;
    cursor: pointer;
    padding-top: 3px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    background-color: red;
    border-radius: 8px 8px 0 0;
    text-shadow: 1px 1px rgb(0 0 0 / 15%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), inset 2px 2px 5px rgb(255 255 255 / 74%);
}
.pageThemeModalCloseBtnBox:hover {
    background-color: black;
}

.pageThemeModalCard .pageTableContainer {
    max-width: calc(100vw - 32px);
}
.pageThemeModalBox .pageContentTableBox {
    box-shadow: 0 0 5px rgb(229 229 229);
    border-radius: 3px;
    overflow: hidden;
}

.reportDataCountPillsList {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: flex-start;
}
.reportDataCountPill {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 6px 10px;
    gap: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.reportDataCountTextBox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
input.reportDataCountPillInput {
    display: block;
}


.blue .reportDataCountPill {
    color: #005cff;
    box-shadow: 0 0 3px #005cff47;
}
.blue .reportDataCountPill:hover {
    background-color: #005cff;
    color: white;
    box-shadow: none;
}

.orange .reportDataCountPill {
    color: #e09e0f;
    box-shadow: 0 0 3px #e0970f73;
}
.orange .reportDataCountPill:hover {
    background-color: #e09e0f;
    color: white;
    box-shadow: none;
}

.red .reportDataCountPill {
    color: #d83113;
    box-shadow: 0 0 3px #d8311342;
}
.red .reportDataCountPill:hover {
    background-color: #d83113;
    color: white;
    box-shadow: none;
}

.pageThemeModalTitle {
    margin: 8px 0;
}
.studentSinleMessageModal .pageThemeModalBox {
    max-width: 950px;
}
.modalSmall .pageThemeModalBox {
    max-width: 700px;
}


/* Page Modal Work End */


/* 

Main Content End

Footer Start

*/

p.footerParaGraph {
    padding: 7px 0;
    background: linear-gradient(0deg, #f9f9f9, transparent);
    color: #42444b;
    text-align: center;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
}
/* 

Footer End

Media Queries

*/

@media screen and (min-width: 991px)
{
    .header {
        background-image: url('../images/header-bg-1.png'), url('../images/header-bg-2.png');
        background-repeat: no-repeat;
        background-position: right, 1% bottom;
        background-size: cover, auto 90%;
    }
    .navigationLinkContainer a
    {
        color: #aaaaaa;
        display: flex;
        align-items: center;
    }
    .navigationLinkContainer:hover a
    {
        color: var(--darkFontColor);
    }
    .navigationLinkContainer:hover > a {
        font-weight: bold;
    }
    li.navigationLinkContainer.haveDropDown > a::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: bold;
        margin-left: 5px;
        /* margin-top: 4px; */
        font-size: 11px;
        display: block;
        transition: 0.3s;
    }
    
    li.navigationLinkContainer.haveDropDown:hover > a::after
    {
        margin-top: 0;
        transform: rotate(180deg);
    }

    li.navigationLinkContainer.haveDropDown.modalBtn > a::after
    {
        display: none;
    }
    .navigationLinkContainer {
        line-height: 1.3;
    }
    li.navigationLinkContainer.haveDropDown.modalBtn {
        margin-left: 8px;
    }
}

@media screen and (min-width: 1140px)
{
    .navigationLinkContainer {
        height: 100%;
    }
    .navigationLinkContainer .dropDownBox{
        border-radius: 0 0 7px 7px;
    }
    .sectionTitleContainer {
        font-size: 18px;
    }
    span.pageCardInputLabel {
        font-size: 14px;
        line-height: 1.4;
    }
    .pageCardInputField
    {
        font-size: 16px;
    }
    select.pageCardInputField {
        font-size: 16px;
    }
    .pageTableHeading {
        font-size: 18px;
        font-weight: 700;
    }
    td.pageTableContentBox {
        padding: 7px 10px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1220px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1480px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}





@media screen and (max-width: 991px)
{
    
    .navigationMenuOpen {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: var(--primaryColor);
        cursor: pointer;
        border-radius: 3px;
        background-color: white;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .linksContainer
    {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0,0,0,0.16);
    }
    .linksContainer.active
    {
        pointer-events: initial;
        opacity: 1;
    }
    .linksContainer div[class*="col"]
    {
        padding: 0;
    }
    .navigationLinkContainer a
    {
        transition: 0.5s;
        position: relative;
    }
    .navigationLinkContainer a:hover
    {
        background-color: #f0f0f0;
    }
    a.dropDownListItemLink {
        font-size: 14px;
    }
    .navigationLinks {
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: white;
        transition: 0.5s;
        height: 100%;
        padding-bottom: 80px;
        overflow-y: auto;
        transform: translateX(-100%);
    }
    .navigationLinkContainer.haveDropDown::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 100%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: 'fontAwesome';
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        /* color: #206c6d; */
        font-weight: bold;
        cursor: pointer;
    }

    .haveDropDown.active::before
    {
        z-index: 0;
    }
    .haveDropDown.active {
        z-index: 100;
    }
    .haveDropDown .dropDown {
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        position: fixed;
        background: white;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
    }
    .navigationLinkContainer {
        width: 100%;
    }

    .dropDownBox {
        height: 100%;
        background-color: white;
        border-radius: 0;
        box-shadow: none;
        z-index: 10;
        padding-top: 50px;
        position: relative;
    }
    .haveDropDown:hover .dropDown {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
    }
    .haveDropDown.active .dropDown {
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        transform: translateX(0);
    }
    
    .linksContainer.active .navigationLinks
    {
        transform: translateX(0);
    }

    .navigationProfile {
        display: block;
        width: 100%;
    }
    .mobileNav
    {
        display: block;
    }
    .goBackBtn {
        height: 50px;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s;
        align-items: center;
        cursor: pointer;
        z-index: 12;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 18px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .goBackBtn i {
        font-size: 13px;
        margin: 0 7px 0 10px;
    }
    .mobileNav .closeBtn {
        height: 50px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        background-color: transparent;
    }
    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: white;
    }
    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: bold;
    }
    .haveDropDown.active .goBackBtn
    {
        display: flex;
    }
    .goBackBtn i
    {
        pointer-events: none;
    }
    .mobileNav .closeBtn:hover
    {
        color: white;
        background-color: #f00;
    }
    .navigationLinkContainer {
        padding: 0;
        z-index: 1;
        position: relative;
    }
    .navigationLinkContainer a {
        padding: 9px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
    }
    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: var(--primaryColor);
        padding: 7px 12px;
        border-radius: 6px;
        transition: 0.33s linear;
        border: 1px solid var(--primaryColor);
    }
    .navigationLinkContainer a.viewMoreBtn:hover
    {
        background-color: var(--primaryColor);
        color: white;
    }
    
    .navigationLinkContainer .haveMegaMenu a
    {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%;
    }
    .navigationLinkContainer > a::before
    {
        display: none;
    }
    .modalBtn
    {
        display: none;
    }






    td.pageTableContentBox {
        padding: 6px 12px;
    }
}
@media screen and (max-width: 768px){
    
    .logoContainer {
        width: 90px;
    }
    .mainPageCard {
        padding: 18px 0 0;
    }
    .pageTitleBox {
        font-size: 24px;
    }
    .pageBoxCard {
        padding: 12px;
        border-radius: 12px;
        margin: 0 0 15px;
        filter: drop-shadow(0 0 10px #ebeff8);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }
    .sectionTitleContainer {
        padding: 2px 3px 4px;
        position: static;
        transform: none;
        width: 100%;
        min-width: 100%;
        margin-bottom: 7px;
        border-radius: 0;
        border-bottom: 1px solid #f1f1f1;
    }
    .pageCardContentBox {
        padding-top: 0;
        position: relative;
    }
    span.pageCardInputLabel {
        font-size: 12px;
        line-height: 1.6;
    }
    textarea.pageCardInputField {
        min-height: 80px;
        max-height: 240px;
    }
    .pageThemeModalBox {
        width: 100%;
    }
}
@media screen and (max-width: 575px){
    .pageTitleBox {
        font-size: 20px;
    }
    .pageStudentCountCard {
        justify-content: center;
        font-size: 75%;
        font-weight: 600;
    }
    .pagePillItem {
        font-size: 13px;
        padding: 3px 10px;
    }
}

@keyframes strechAndScale {

    0%,50%,100%
    {
        transform: scaleX(100%);
    }
    25%,90%
    {
        transform: scaleX(80%);
    }
    
}