:root {
    --bs-blue: #20367f;
    --bs-hi-blue-link: #53a6ae;
    --bs-greeen-link: #7da533;
}

.content-section {
    min-height: 768px;
}

.bg-primary {
    background: var(--bs-greeen-link) !important;
}

.text-primary {
    color: var(--bs-blue) !important;
}

.notification small.badge {
    animation: blinkBadge 1s linear infinite;
    font-size: 12px !important;
}
small.blink-badge {
    animation: blinkBadge 1s linear infinite;
    font-size: 12px !important;
    padding: 3px 5px !important;
    display: inline-block !important;
    margin-top: -12px;
    
}

* {
    font-family: 'Raleway', sans-serif;
    transition: all .3s ease;
    font-weight: 500;
}

body {
    counter-reset: step;
}

.w-130 {
    width: 130px;
}

.container {
    max-width: 1300px !important;
}

.mb-3 {
    margin-bottom: 1.35rem !important;
}

a {
    color: #20367f;
    text-decoration: none;
}

p,
a,
li {
    font-weight: 600;
    font-size: .9rem;
}

.default-font {
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 5px;
}


body {
    background: linear-gradient(0deg, #468ab959, #fbfff2);
    padding: 0;
    margin: 0;
}

header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.logo {
    width: 80%;
}

.login-page {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    padding: 6px 0;
}

.login-box {
    padding: 35px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;

}

.navbar {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 0 !important;
}

.w-22 {
    width: 22rem !important;
}
/* 
header ul.navbar-nav a.nav-link::after {
    content: "";
    border: 1px solid #333;
    height: 8px;
    width: 8px;
    border-top: 0px;
    border-left: 0px;
    transform: rotate(45deg);
    margin-left: 6px;
} */

.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: whitesmoke;
}

.register-box {
    padding: 35px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;

}
.sch_avail_btn {
    margin-top: 15px;
}
.sch_avail_btn a svg {
    margin-right: 6px;
    margin-top: -3px;
    transition: 0.3s;
}

.sch_avail_btn a svg {
    animation: cursorAnimation 1s linear infinite;
    transform:rotate(45deg);
    font-size:25px !important;
}
@keyframes cursorAnimation{
0%{transform:translateY(7px)}
    100%{transform:translateY(-5px)}
}
.form-floating>.form-control {
    padding: 1rem 1.6rem;
    border: none;
    font-weight: 600;
    border-radius: 0;
    /* background: #f5f5f5; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%); */
    font-size: 15px;
    border: 1px solid #e5e5e5 !important;
}

.form-floating>.form-select {
    padding-left: 1.6rem;
    border: none;
    font-weight: 600;
    border-radius: 0;
    /* background: #f5f5f5; */
    border-radius: 4px;
    /* -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%); */
    font-size: 15px;
    border: 1px solid #e5e5e5 !important;
}

.form-floating>.form-select~label {
    opacity: .85;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 14px;
    color: #515768;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .85;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    font-size: 14px;
    color: #515768;
    font-weight: 500;
    letter-spacing: 1px;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
}

.btn-primary:hover {
    color: #fff;
    background-color: #468ab9;
    border-color: #468ab9;
}

.register-page .login-box .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.6rem;
    font-size: 15px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.register-page .form-floating>label {
    padding: .4rem 1.6rem;
}

.forgot-password {
    margin: 13px 0;
    color: #20367f;
}

.pass_word.form-floating {
    align-items: center;
    position: relative;
}

.pass_word.form-floating input {
    flex: 2;
    border: 0px;
    outline: none;
}

.pass_word.form-floating .toggle-password {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #ababab;
}

h4 {
    color: #20367f;
    font-weight: 700;
    font-size: 1.2rem;
}

.rounded-2 {
    border-radius: 6px !important;
}

.page-head h2 {
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 25px;
}

/* Inner Page */
.header-section-inner {
    background: linear-gradient(45deg, #14B3D5, #1474D5);
}

.header-box {
    display: flex;
    max-height: 177px;
    min-height: 177px;
    align-items: start;
    padding-top: 1rem;
}

.header-box h1 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

a#navbarDropdown {
    border-radius: 5px;
    padding: 2px 15px !important;
    color: #000;
}

ul.dropdown-menu.show {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 0;
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
}

ul.dropdown-menu.show li>a {
    padding: 10px 15px;
    font-weight: 600;
    border-bottom: 1px solid #0000000f;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #20367f;
    background-color: #20367f1c;
}

.box {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
    overflow: hidden;
}

.student-info {
    padding: 10px;
}

.student-info .profile {
    width: 75px;
    height: 75px;
    border-radius: 75px;
}

.student-info .st_name {
    font-weight: 700;
    font-size: 16px !important;
}

.student-info .form_number {
    font-weight: 600;
    font-size: 13px;
    display: block !important;
}

.nav-link.active .student-info .form_number {
    font-weight: 600;
    font-size: 13px;
    display: block !important;
    color: #408991;
}

.student-info button {
    border: none;
    background-color: #20367f;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    padding: 5px 15px;
}

.nav-link {
    color: #000000;

}

ul.dashboard-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dashboard-menu li {
    padding: 10px 22px;
    border-left: 3px solid #fff;
}

ul.dashboard-menu li:hover {
    background: #f5f5f5;
    border-left: 3px solid #f5f5f5;
}

ul.dashboard-menu li.active {
    border-color: #20367f;
    background: #20367f17;
}

/* .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #20367f;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
} */

.accordion-button:not(.collapsed) {
    color: var(--bs-blue);
    font-weight: 600;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-blue);
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    font-weight: 600;
}

.check-icon {
    width: 30px;
    height: 30px;
    background: #54a6ae;
    color: #fff;
    padding: 4px 8px;
    border-radius: 100px;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #20367f !important;
}

#v-pills-tab .nav-link {
    padding: 0px;
}


.uppersec {
    height: 100px;
    background: #20367f url('../images/box-bg.png') no-repeat;
    background-size: cover;
}

.lowersec {
    background-color: #fff;
}

.mt-negative {
    margin-top: -75px;
}

.mt-negative .rounded-circle {
    border-radius: 50% !important;
    border: 5px solid #d3d3d375;
}

.st-profile-name {
    color: #fff !important;
    padding: 15px 0;
}

.edit {
    margin: 1px;
}

.profile-info span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #857d7d;
}

.profile-info h4 {
    color: #1c1c1c;
    font-weight: 600;
    font-size: .9rem;
}

/* Validation */
div.error {
    margin: 0;
    padding: 0;
    color: #db3e3e;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: -10px;
    margin-top: 5px;
}

.form-group.col-sm-12.position-relative.radio div.error {
    position: absolute !important;
    top: 20px;
    left: 0;
}

.col-lg-12.mb-3.position-relative.checkbox div.error {
    position: absolute !important;
    top: 20px;
    left: 12px;
}

/* avtar */
i.las.la-edit.la-2x {
    font-size: 1.4rem !important;
}

.icon-edit-profile {
    position: absolute;
    bottom: 2%;
    right: 16%;
    background: #fff;
    width: 35px;
    height: 35px;
    padding: 6px 7px;
    border-radius: 100px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    cursor: pointer;
}

.icon-edit-profile label {
    cursor: pointer;
}

/* Add Profile Button */

a.add-profile.box.py-2.px-3.float-end.d-inline {
    font-weight: 600;
    font-size: 15px;
    margin-top: -50px;
    border-radius: 4px;
    color: #1a3584;
}

a.add-profile.box.py-2.px-3.float-end.d-inline:hover {
    background: #1a3584;
    color: #fff;
}

.profile-status {
    margin-top: -40px;
}

.profile-status span {
    font-size: 13px;
    font-weight: 500;
}

.profile-status h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
}

.progress {
    height: 0.4rem;
}

.text-muted {
    color: #747474 !important;
    font-size: 13px;
    font-weight: 600;
}

.bg-light {
    background-color: #1d3f820a !important
}

.notific-dropdown li:not(:first-child, :last-child) a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}



/* My Transaction Deisgn */
.custom-responsive-table {
    padding: 0;
}

.custom-responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.custom-responsive-table .table-header {
    background-color: #20367f;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    color: #fff;
}

.custom-responsive-table .table-row {
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.custom-responsive-table .col {
    flex: 1;
}

.notification .card {
    border-left: 6px solid #20367f42 !important;
    position: relative;
    transition: all .5s ease;
}

.notification .card:hover {
    border-left: 6px solid #20367f !important;
    transition: all .5s ease;

}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--bs-blue);
    border-color: var(--bs-blue);
    width: 35px;
    height: 35px;
    padding: 6px 13px;
    margin-right: 10px;
    border-radius: 100px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.page-item .page-link {
    z-index: 3;
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 35px;
    height: 35px;
    padding: 6px 13px;
    margin-right: 10px;
    border-radius: 100px !important;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.scholarship-box {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
}

.sc_percent h1 {
    font-size: 50px;
    background: #7ab33b;
    width: 150px;
    font-weight: 800;
    height: 150px;
    display: flex;
    color: #fff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.action-edit-pro-file {
    font-size: 13px;
}















@media all and (max-width: 767px) {

    .custom-responsive-table li {
        border-radius: 15px;
        padding: 10px 10px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .custom-responsive-table .table-header {
        display: none;
    }

    .custom-responsive-table li {
        display: block;
    }

    .custom-responsive-table .col {
        flex-basis: 100%;
        width: 100%;
    }

    .custom-responsive-table .col {
        display: flex;
        padding: 10px 0;
    }

    .custom-responsive-table .col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

#editProfile h2 button::before {
    counter-increment: step;
    content: counter(step);
    margin-right: 16px;
    background: #1a3584;
    color: #fff;
    padding: 7px 13px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
}

.bg-black {
    background: #000;
}

.bg-black {
    background: #000;
    font-weight: 600;
    font-size: 15px;
}

.exellen-form-submit {
    display: none;
}

.form_tab_btns>a {
    padding: 10px 20px;
    background: #e7e7e7;
    font-weight: bold;
    color: #20367f85;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid !important;
    transform: scale(0.99);
    width: 50%;
}

.form_tab_btns>a:hover {
    opacity: 0.8;
}

.form_tab_btns>a.active {
    background: #20367f;
    color: #fff;
    border: 1px solid #20367f !important;
    transform: scale(1);
}

@media screen and (max-width:768px) {
    .page-box {
        padding: 15px !important;
    }

    .register-box {
        padding: 15px;
    }

    .st-profile-name {
        color: #000 !important;
    }

    .edit {
        color: #000 !important;
    }

    ul.dropdown-menu.show {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        overflow: auto;
        padding: 0 !important;
    }

    .w-22 {
        width: 100% !important;
    }

    ul.navbar-nav a.nav-link::after {
        float: right;
        margin-top: 5px;
    }
}


.tx_logo {
    width: 117px;
    margin: 0 !important;
    margin-bottom: 8px !important;
    display: block;
}

.acio_logo {
    width: 152px;
    margin-bottom: 0 !important;
    margin-top: 0;
}

.register-box,
.login-box {
    box-shadow: 1px 0 10px #0f0f0f14;
    border-radius: 25px;
}

.page-head h2 {
    color: #20367f;
}

.form_tab_btns>a.active {
    background: linear-gradient(132deg, #14B3D5 70%, #0D8EAA);
    color: #fff;
    border: none !important;
    transform: scale(1);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    padding: 15px;
    border-radius: 100px;
    box-shadow: 1px 0 5px #00000045;
}

* {
    font-variant-numeric: lining-nums;
}

.form_tab_btns>a {
    background: linear-gradient(180deg, #f8f6f6, #fefefe);
    color: #000;
    border: none !important;
    transform: scale(1);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    padding: 15px;
    border-radius: 100px;
    box-shadow: 1px 0 5px #00000045;
}

.form_tab_btns>a+a {
    margin-left: 15px;

}

.form-floating>.form-select {
    padding-left: 1.4rem;
}

.btn-primary {
    box-shadow: 1px 0 5px #00000045;
    color: #fff;
    border: none;
    background: linear-gradient(132deg, #14B3D5 70%, #0D8EAA);
    border-radius: 100px;
    font-weight: 500;
    padding: 8px 29px;
    font-size: 1rem;
}

b,
strong {
    font-weight: 500;
    font-size: 13px;
}


/*Profile Page*/

.profile-info {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 0 5px #00000045, 0px -5px 0 #65b41a;
    display: flex;
    margin-top: -8rem;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 5px solid #14afd5;
}

.student-info ul li:nth-child(1) h4 {
    font-size: 1.5rem;
    color: #53a7ae;
    font-weight: 700;
}

.student-info {
    padding: 10px;
    width: 80%;
}

.st-image {
    width: 20%;
}

.st-image img {
    width: 170px;
    margin: 0 auto !important;
}

.profile-info ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-info ul li {
    width: calc(100% / 3 - 30px)
}

.profile-info .profile-image {
    border-radius: 100px;
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.profile-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exam-info {
    background: #fff;
    margin-top: 2rem;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 20px;
    overflow: hidden;
}

.student-info ul li h4 {
    font-size: 1.5rem;
}


.exam-info h4 {
    background: linear-gradient(182deg, #67B81B 70%, #579E13);
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}

.exam-info ul li .d-flex {
    flex-direction: column;
}

.exam-info ul {
    list-style: none;
    margin: 0;
    padding: 1.1rem;
}


.exam-info ul li+li {
    margin-top: 10px;
}

.exam-info ul li span{
    font-weight: 500;
    font-size: 11px;
    color: #555555;
    display: block;
    margin-bottom: 0.3rem;
    color: #000 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.notification small.badge {
    animation: blinkBadge 1s linear infinite;
    font-size: 12px !important;
    padding: 3px 5px !important;
    display: inline-block !important;
    margin-top: -12px;
}

.exam-info ul li h6 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #6c9127;
}

.tx-infobox {
    /*background: #fff url(../images/logo/logo-dashboard.webp) no-repeat;*/
    background: #fff;
    border-radius: 20px;
    margin-top: 2rem;
    box-shadow: 1px 0 5px #00000045;
    min-height: 518px;
    overflow: hidden;
    background-position: center center;
}

.tx-infobox h4 {
    background: linear-gradient(0deg, #14B3D5, #1474D5);
    padding: 15px 15px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;

}


.student-corner {
    background: #fff;
    margin-top: 2rem;
    box-shadow: 1px 0 5px #00000045;
    border-radius: 20px;
    overflow: hidden;
}

.student-corner h4 {
    background: linear-gradient(0deg, #14B3D5, #1474D5);
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
}


.student-corner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*    min-height: 200px;
*/
}

.student-corner ul li {
    padding: 10px 15px;
}

.student-corner ul li+li {
    border-top: 1px solid #e7e7e7;
}

.mh-60 {
    min-height: 73vh !important;
    align-items: center;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
}


.social {
    margin-top: 20px;
    padding: 0;
}

.social li {
    display: inline-block;
    width: 25px;
    margin: 0;
}
.social li+li {
    display: inline-block;
    margin-left: 15px;
    width: 25px;
}

.social li a .fa {
    width: 35px;
    background: linear-gradient(132deg, #14B3D5 70%, #0D8EAA);
    height: 35px;
    border-radius: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    background: linear-gradient(180deg, #344c9c, #20367f);
    padding-top: 3rem;
    padding-bottom: 2rem;
}

footer .tx_logo {
    width: 220px;
}

footer * {
    color: #fff;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li+li {
    margin-top: 1rem;
}

footer ul li {
    font-size: 1rem !important;
}

footer ul li .fa {
    width: 25px;
}

.profile-pic {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

i.fa.fa-camera {
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -91px;
    width: 111px;
    background: #ffffff6b;
    text-align: center;
    padding: 3px;
}

.notification strong {
    font-weight: 500;
    font-size: 13px;
    display: block;
    font-weight: 800;
}

.alert-warning {
    color: #664d03;
    background-color: #dbfdbc;
    border-color: transparent;
}


.alert-primary {
    color: #084298;
    background-color: #daf5ff;
    border-color: transparent;
}

@media screen and (max-width:820px) {

    .register-box,
    .login-box {
        margin: 0 .5rem;
    }

    .profile-info {
        flex-direction: column !important;
    }

    .st-image {
        background: #e3e3e3;
        width: 100%;
        margin-bottom: 15px;
        display: block;
        border-radius: 15px;
        padding: 10px;
    }

    .st-image img {
        margin: 0 auto;
        display: block;
    }

    .student-info {
        padding: 10px;
        width: 100%;
    }

    .profile-info ul li {
        width: calc(100% / 2 - 30px);
    }

    i.fa.fa-camera {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-left: -16px;
        width: 30px !important;
        background: #ffffff;
        text-align: center;
        padding: 8px;
        z-index: 1;
        border-radius: 15px;
    }


}

@media screen and (max-width:420px) {
    .form_tab_btns.d-flex.mb-3.text-center a {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .form_tab_btns.d-flex.text-center {
        display: flex;
        flex-direction: column;
    }

    .form_tab_btns.d-flex.text-center a{
        display: block;
        width: 100%;
        margin: 0;
    }

    footer .tx_logo {
    width: 180px;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    }

    .register-box p.mb-0 {
    padding: 1rem 0;
    margin: 0 !important;
    }

    .form_tab_btns.d-flex.mb-3.text-center {
        display: flex;
        flex-direction: column;
    }

    a.flex-fill+a.flex-fill {
        margin-top: 1rem !important;
    }

    div#terms-error {
        margin-top: 1.9rem;
    }

    .acio_logo {
        width: 150px;
    }

    .tx_logo {
        width: 135px;
    }

    .mh-60 {
        min-height: 78vh !important;
    }

    .register-box,
    .login-box {
        padding: 15px;
    }

    a.flex-fill {
        font-size: 12px;
        padding: 8px 15px !important;
        margin: 0px;
    }

    a.flex-fill+a.flex-fill {
        margin-left: 8px;
    }

    .profile-info ul li {
        width: calc(100% - 30px);
    }

}

div#navbarSupportedContent {
    background: #fff;
}
.student-corner small.badge {
    animation: blinkBadge 1s linear infinite;
}
@keyframes blinkBadge {
    0%{opacity:0}
    100%{opacity:1}
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.flex h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.flex .analysis {
    background: linear-gradient(149deg, #67b81b, #14a5d5);
    color: #fff;
    padding: .2rem .8rem;
    border-radius: 100px;
}

.flex  a.analysis:hover {
    box-shadow: 1px 0 12px #00000045;
}

.alert.alert-primary.alert-dismissible {
    padding: 1.2rem;
    border-radius: 1rem;
}

.alert.alert-primary.alert-dismissible table {
    background: #fff;
}

.alert.alert-primary.alert-dismissible th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.alert.alert-primary.alert-dismissible td {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal-backdrop.fade.show {
    opacity: 1;
    background: #9b9b9b;
}

