/**************** Web Fonts *********************/

/* @font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/fonts/FiraSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Extra ExtraLight';
    src: url('../fonts/FiraSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Light';
    src: url('../fonts/FiraSans-Light.woff2') format('woff2'),
        url('../fonts/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Regular';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-LightItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Medium';
    src: url('../fonts/FiraSans-Medium.woff2') format('woff2'),
        url('../fonts/FiraSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Italic.woff2') format('woff2'),
        url('../fonts/FiraSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans SemiBold';
    src: url('../fonts/FiraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Thin';
    src: url('../fonts/FiraSans-Thin.woff2') format('woff2'),
        url('../fonts/FiraSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-ThinItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Black';
    src: url('../fonts/FiraSans-Black.woff2') format('woff2'),
        url('../fonts/FiraSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans Bold';
    src: url('../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/FiraSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800&family=Sumana:wght@400;700&display=swap');
/********************End ************************/


body {
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;

}

textarea:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #FFF;
    border-bottom: 10px solid #1181a1;
    background: url("../images/header-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.header .top-header {
    display: flex;
    align-items: center;
    background-size: 100% 100%;
}

.header .custom-nav {
    padding-bottom: 0;
}

.custom-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}

.custom-header li {
    margin: 0 5px;
    max-width: 212px;
    width: 100%;
    text-align: center;
}

.custom-header li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    text-decoration: none;
    background: #194376;
    border-radius: 19px 21px 0px 0px;
    display: block;
    padding: 20px 10px;
}

.navbar-toggler {
    padding: 5px 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0084a6;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler span.hm-menu:last-child {
    margin-bottom: 0;
}

span.hm-menu {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #0084a6;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.custom-header li a.active {
    background-color: #1181a1;
}

.btn.btn-logout {
    min-width: 160px;
    max-width: 100%;
    background: #0084A6;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.btn.btn-logout.mob {
    display: none;
    min-width: auto;
    padding: 5px 20px;
    max-width: 100%;
    background: #0084A6;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}

.mobile-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mobile-menu ul li a {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.16em;
    color: #194376;
    text-decoration: none;
    /* background: #194376; */
    /* border-radius: 19px 21px 0px 0px; */
    display: block;
    padding: 10px 15px;
}

.mobile-menu-top {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.mobile-menu ul li a.active {
    color: #FFFFFF;
    background: #194376;
}

.mobile-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: #0084a6;
}

.btn.btn-logout:focus {
    outline: none;
    box-shadow: none;
}

.notification-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0 15px;
}

.notification-header div {
    position: relative;
    width: 90px;
    height: 90px;
}

.notification-header div img {
    fill: red;
}

.notification-header div span {
    background-color: #e41548;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    top: 12px;
    right: 23px;
}

.wrapper-main {
    /* max-width: 1024px; */
    width: 100%;
    margin: 0 auto;
    display: block;
    /* border: 15px solid #26568c; */
    /* border-radius: 20px; */
}

.wrapper-main.active {
    border-color: #128caf;
}

.title {
    font-size: 15px;
    color: #000;
    text-align: left;
    font-weight: bold;
    font-family: 'sans-serif';
    font-weight: 600;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    /* text-shadow: 0px 0px 0px #000000, 1px 2px 0px rgb(0 0 0 / 46%); */
}

.title2 {
    font-size: 56px;
    line-height: 56px;
    color: #0f084b;
    text-align: center;
    font-weight: bold;
    font-family: 'Sumana', serif;
    font-weight: 700;
    text-shadow: 0px 0px 0px #000000, 1px 2px 0px rgb(0 0 0 / 46%);
    margin-bottom: 65px;
}

.sub-title {
    text-align: center;
    font-size: 48px;
    line-height: 37px;
    color: #004aad;
    font-family: 'Sumana', serif;
    font-weight: 700;
    margin-top: 25px;

}

.sub-title span:first-child {
    color: #000;
}

.sub-title span:last-child {
    color: #ae1c51;
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 2px solid #545454;
    border-radius: 5px;
}


.custom-checkbox:hover input~.checkmark {
    background-color: #e6e6e6;
}


.custom-checkbox input:checked~.checkmark {
    background-color: #e6e6e6;
}


.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.custom-checkbox input:checked~.checkmark:after {
    display: block;
}


.custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #265a90;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.to-do-list {
    max-width: fit-content;
    margin: 100px auto;
    display: block;
}

.to-do-list table {
    width: 100%;
}

.to-do-list tr {
    vertical-align: top;
}

.to-do-list tr td {
    padding: 5px 10px;
    font-size: 24px;
    line-height: 31px;
    font-family: 'Nunito', sans-serif;
}

.to-do-list tr td:first-child {
    width: 50px;
}

.to-do-list tr td:nth-child(2) {
    width: 60px;
}

.to-do-list tr td.blue-txt.bold,
.to-do-list tr td.red-txt.bold {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.to-do-list tr td.blue-txt {
    color: #004aad;
}

.to-do-list tr td.red-txt {
    color: #ae1c51;
}

.sat-act-form-section {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.form-data-academics {
    max-width: 590px;
    width: 100%;
}

.form-data-academics .form-group {
    margin-bottom: 35px;
}

.academics-content-between {
    justify-content: space-between;
    margin: 0;
}

.form-data-academics .form-group label {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.essay-form .form-group label {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.essay-form .form-group {
    margin-bottom: 90px;
    background: #fff;
    padding: 5px 10px;
}

.essay-form .form-group textarea {
    width: 100%;
    height: 322px;
    border-radius: 5px;
    border-color: #D2D6D9 #EEEEEE #EEEEEE #D2D6D9;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -ms-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.gpa {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.form-data-academics .form-group .form-control {
    height: 62px;
    border: 2px solid #C0C0C0;
    border-radius: 5px;
    border-style: solid;
    border-color: #3152A5;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 2 2px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-ms-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    border-width: 2px;
    border-style: inset;
}

.form-data-academics .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.border-bottom {
    width: 100%;
    height: 18px;
    background: #C0C0C0;
    display: block;
    margin: 35px 0;
}

.ac-years {
    width: 100%;
    height: 322px;
    border-radius: 5px;
    border-color: #D2D6D9 #EEEEEE #EEEEEE #D2D6D9;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -ms-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.ac-courses {
    width: 100%;
    height: 134px;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    box-shadow: inset 0px 1px 5px rgb(0 0 0 / 20%);
    padding: 10px;
}

.ac-years:focus,
.ac-courses:focus {
    outline: none;
    /* box-shadow: none; */
}

.sat-act-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
}

.sat-act-tab a {
    text-decoration: none;
    font-size: 25px;
    line-height: 31px;
    width: 120px;
    background-color: #d9d9d9;
    color: #000000;
    display: block;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 5px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;

}

.sat-act-form .content.hide {
    display: none;
}

.sat-act-tab a.active {
    background-color: #545454;
    color: #FFF;
}

.sat-act-form {
    border: 4px solid #545454;
    /* padding: 10px 40px; */
}

.sat-act-form .inner-sat-act .main-content .inner-main {
    padding: 10px 40px;
}

.sat-act-form .inner-sat-act .main-content {
    border-bottom: 3px solid #d9d9d9;
}

.main-act-sat {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 40px; */
}

.main-act-sat .group-item {
    display: flex;
    align-items: top;
}

.group-item {
    display: flex;
    align-items: top;
    margin-bottom: 10px;
}

.group-item textarea {
    width: 70px;
    border-radius: 5px;
    border-color: #D2D6D9 #EEEEEE #EEEEEE #D2D6D9;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -ms-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    border-width: 1px;
    border-style: solid;
    padding: 10px;

}

.group-item textarea:focus {
    outline: none;
}

.sat-act-radio {
    margin-bottom: 40px;
}

.sat-act-radio label {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    padding-left: 5px;
}

.append-act-,
.append-sat-inner {
    padding: 10px 0 0;
}

.append-act-inner {
    padding: 10px 0 0;
}

.my-calender {
    padding-bottom: 100px;
}

.updown-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.updown-arrow a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    display: block;
    background-color: #d0e7ee;
    text-decoration: none;
    text-align: center;
    color: #506367;
    font-size: 24px;
}

.sat-act-radio p {
    margin-bottom: 0;
}

.sat-act-radio div:first-child {
    width: 120px;
}

.sat-act-radio {
    display: flex;
}

.group-item label {
    font-size: 16px;
    color: #000000;
    padding: 0 10px;
    display: inline-block;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
}

.add-test-more {
    padding: 10px;
    text-align: center;
}

.add-test-more a {
    text-decoration: none;
    font-size: 24px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
}

.my-calender .fc-col-header-cell {
   background: #fff;
   
}

.my-calender .fc-col-header-cell .fc-scrollgrid-sync-inner a {
    color: #000000;
    text-decoration: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}

.my-calender .fc-daygrid-day-number {
    color: #000000;
    text-decoration: none;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
.my-calender .fc-daygrid-day-number:hover{
    text-decoration: none !important;
}

/* .my-calender .fc-theme-standard td,
.my-calender .fc-theme-standard th {
    border: 2px solid #b6b6b6;
} */

.my-calender .fc-theme-standard th {
    border-bottom: 0;
}

.my-calender .fc .fc-button-primary {
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.my-calender .fc .fc-toolbar-title {
    color: #fff;
}
.fc-daygrid.fc-dayGridMonth-view.fc-view{
    
    background-color: #ffffffe3;
    padding-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
    background: transparent;
    border-color: #e2e2e2;
    
}

.my-calender .fc-h-event .fc-event-main-frame {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    /* padding: 5px; */
}

.fc .fc-button-primary:not(:disabled):active:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: none;
}

.colleges-list {
    margin-bottom: 25px;
}
table.table-bordered.table-striped thead ,
.colleges-list table tr th {
    background-color: #034078;
    padding: 10px 10px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}
table.table-bordered.table-striped thead{
    border: none;
}
 table.table-bordered.table-striped>:not(caption)>*>* {
    border-width: 0 0px !important;
}
table.table.table-bordered tbody tr td,
.colleges-list table tr td {
    border: 0;
    font-family: 'Fira Sans';
    font-weight: 500;
    padding: 12px 10px;
    font-size: 14px;
    color: #0f084b;
    text-transform: uppercase;
    letter-spacing: 0;
}
table.table.table-bordered tbody thead,
table.table.table-bordered tbody tr{
    border: none;
}
.content-header ol.breadcrumb{
    /* align-items: flex-end;
     */
     /* justify-content: flex-end; */
}
.content-header ol.breadcrumb li input[type="text"] {
    width: 300px;
    display: inline-block;
    padding: 10px 20px;
}
.content-header ol.breadcrumb li select{
    width: 300px !important;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position:  90% center;
    background-size: 16px;
}
/* .content-header ol.breadcrumb li select::before{
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    background-color: red !important;
    right: 0;
    top: 0;
    z-index: 99;
} */
table.table.table-bordered tbody tr:nth-child(odd){
    background-color: #a6cfd5;
}
table.table.table-bordered tbody tr:nth-child(even){
    background-color: #e6ecf2;
}

.content-header ol.breadcrumb li h6{
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: 'Sumana', serif;
    font-weight: 500;
    text-align: left;
}
.content-header ol.breadcrumb li
.colleges-list table tr th.red-zone {
    background-color: #ca054d;
}

.colleges-list .table-striped>tbody>tr:nth-of-type(odd) {
    background: #a6cfd5;
}

.colleges-list table.dataTable>tbody>tr {
    background-color: #e6ecf2;
}

.colleges-list .sorting::before {
    opacity: 1;
}

.colleges-list .sorting::after {
    opacity: 0;
}

.colleges-list .sorting.sorting_asc::before {
    opacity: 1;
}

.colleges-list .sorting.sorting_asc::after {
    opacity: 0;
}

.colleges-list .sorting.sorting_desc::after {
    opacity: 1;
}

.colleges-list .sorting.sorting_desc::before {
    opacity: 0;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    font-size: 20px;
}

.fill-image img {
    display: none;
}

.fill-image img.active {
    display: block;
}

.resources-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    color: #004aad;
}

.account-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.account-btn a {
    display: block;
    width: 190px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    background: #1474d8;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 100px;
}

.activites-form {
    border-bottom: 3px solid #d9d9d9;
    padding-top: 20px;

}

.activites-form .inner-section {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}

.activites-form .form-group {
    margin-bottom: 35px;
}

.fc-scrollgrid-sync-inner {
    padding: 15px 0px !important;
} 
.activites-form .form-group label {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.activites-form .form-group textarea.activity {
    max-width: 360px;
    width: 100%;
    height: 50px;
}

.activites-form .form-group textarea {
    width: 100%;
    height: 322px;
    border-radius: 5px;
    border-color: #D2D6D9 #EEEEEE #EEEEEE #D2D6D9;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -ms-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    -o-box-shadow: 0 2px 5px rgb(0 0 0 / 10%) inset;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.activity-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.activity-btn a {
    display: inline-block;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    background: #1474d8;
    text-decoration: none;
    padding: 13px 10px;
    border-radius: 100px;
    max-width: 240px;
    width: 100%;
}

/* path:hover, circle:hover {
        stroke: #002868 !important;
        stroke-width:2px;
        stroke-linejoin: round;
        fill: #002868 !important;
        cursor: pointer;
    } */
.map-calender {
    max-width: 320px;
    margin: 0 auto 35px;
    display: block;
    background: #e6ecf2;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.map-title {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map-calender svg {
    max-width: 100%;
    height: auto;
}

#calendar {
    max-width: 991px;
    width: 100%;
    margin: 0 auto;
    height: 960px;
}

.acadmic-form {
    display: flex;
    justify-content: space-between;
}

.my-account-form .form-group {
    margin-bottom: 15px;
}

.account-title {
    font-size: 28px;
    padding: 10px 10px;
    background: silver;
    margin: 20px 0;
}
.btn:focus,
.btn-primary:hover{
    outline: none;
    box-shadow: none !important;
    background: #1474d8;
    border-color: #1474d8;
}
.btn-primary {
    display: block;
    width: 190px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #FFFFFF;
    background: #1474d8;
    border-color: #1474d8;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto;
}


/* width */
#notification_menu::-webkit-scrollbar {
    width: 0px;
  }
  
  /* Track */
  #notification_menu::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  #notification_menu::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  #notification_menu::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


#notification_menu{
    border: none;
    min-width: 275px;
    width: 100%;
    box-shadow: 1px 1px 8px 0px #19437661;
    padding: 5px;
    max-height: 300px;
    overflow-y: scroll;
    height: 300px;
    margin-top: 10px;
}
.user_notification_item{
    display: block;
}
.user_notification_item p i{
    padding-right: 5px;
}
.user_notification_item .small{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-style: italic;
    color: gray;
    left: 24px;
}
.notification_btnservice{
    margin-bottom: 10px;
    margin-top: 0;
    text-align: right;
    margin-top: 10px;
}
.usermeetgreet {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    background-color: #1181a121;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    align-items: center;
}
.notification_student .usermeetgreet:last-child{
    border-bottom: 0;
}
span.total_notification {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: red;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 50%;
    top: -10px;
}
.notification_btnservice button{
    border-radius: 50px;
    width: 30px;
    height: 30px;
    align-items: center;
}
.user_notification_item p{
    margin: 0;
}
.user_notification_item p{
    font-size: 15px;
    text-transform: capitalize;
}
.notification_student .usermeetgreet:nth-child(even){
    background: #dc35451c;
}
.inner_notification .dropdown-item.dropdown-header{
    font-weight: 800;
    color: black;
}   


.content-wrapper.container.edit-student{
    padding: 100px 0px;
}

.content-wrapper.container.edit-student h1.m-0 {
    
    font-family: "Fira Sans";
    font-weight: 500;
}


.content-wrapper.container.edit-student .form-group{
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
}
.content-wrapper.container.edit-student .form-group label{
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: "Fira Sans", sans-serif;;
}

.content-wrapper.container.edit-student .form-group input{
    background-color: #ffffff;
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    box-shadow: inset 0px 1px 5px rgb(0 0 0 / 20%);
    padding: 12px;
    font-size: 16px;
    line-height: 25px;

}
.content-wrapper.container.edit-student .form-group select{
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance:none ;
    background-color: #ffffff;
    border: 1px solid #C0C0C0;
    box-shadow: inset 0px 1px 5px rgb(0 0 0 / 20%);
    padding: 12px;
    background-image: url(../images/dropdown.png);
    background-size: 16px;
    background-position: 95% center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.content-wrapper.container.edit-student .form-group textarea{
    height: 100px;
    text-align: left;
    border: 1px solid #C0C0C0;
    box-shadow: inset 0px 1px 5px rgb(0 0 0 / 20%);

}

.content-wrapper.container.edit-student .card-footer{
    background-color: #ffffff;
    border-top: none;
    padding: 60px;
}

.content-wrapper.container.edit-student .new-input {
    display: flex;
    margin-bottom: 10px;
}

.content-wrapper.container.edit-student  .new-input label{
    font-size: 17px;
    color: #000000;
    font-family: "Fira Sans", sans-serif;;

}

.content-wrapper.container.edit-student .card-header{
    background-color: #ffffff;
}


th.red-zone{
    background-color:#ca054d !important;
}
div#navbarNavAltMarkup ul li a {
    color: #ffffff;
}

h1.title2.center{
    padding-left: 350px;
}
.col-sm-18.floatme{
    float: right
}


button#close-calnder, button.close.closedatacalnder {
    color: #fff !important;
    font-size: 32px !important;
    border-color: #dc3535;
    opacity: 0.4;
    margin-right: 10px;
    height: 25px;
    transition: 0.3s ease-in;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 1 !important;
    border: none;
    right: -10px;
    top: -12px;
    position: absolute;
    background-color: #dc3535;
    font-weight: 100 !important;
}

/* sahil css for the blue train calneder */
@media(max-width:767px){
    .fc-scrollgrid-sync-inner {
      padding: 3px 0px !important;
  }
  }