#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

.bg-gradient-primary {
    background-size: cover;
    transition: all 0.2s ease-out !important;
}

.sidebar .sidebar-brand {
    height: 5.975rem;
}

.topbar {
    width: 100%;
    height: fit-content;
    padding: 0;
}

    .topbar #sidebarToggleTop {
        height: 3.3rem;
        width: 3.5rem;
        z-index: 999;
        position: absolute;
        float: right;
        background: #02495c;
        margin: 2px;
    }

.sidebar {
    width: 100%;
}

    .sidebar .nav-item .nav-link {
        width: 100%;
    }

.sidebar-dark .nav-item.active .nav-link {
    font-weight: 600;
}

.sidebar-dark .nav-item .nav-link {
    padding: 6px 47px 6px 136px;
    transition: all 0.3s ease-out;
    text-align: left;
}

    .sidebar-dark .nav-item .nav-link:hover {
        font-weight: 400;
    }

.sidebar .sidebar-brand {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: normal;
    padding: 0;
    display: block;
    box-shadow: 0 2px 7px rgb(15 34 58 / 12%) !important;
}

.sidebar-brand h2 {
    margin: 0;
    line-height: 35px
}

.sidebar .sidebar-card .sidebar-card-illustration {
    height: auto;
    display: block;
    width: 50%;
    float: left;
    margin-left: 82px;
}

.top-nev {
    font-size: 12px;
    font-weight: 400;
}

.navbar-expand .navbar-nav .nav-link {
    line-height: 14px;
    transition: all 0.3s ease-out;
    max-width: 139px;
    padding-right: 29px;
    padding-left: 0px;
    text-align: left;
}

.top-header-btn {
    padding-right: 40px;
    padding-left: 40px;
    transition: all 0.3s ease-out;
}

    .top-header-btn:hover {
        outline: none;
    }

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.topbar #sidebarToggleTop {
    font-size: 26px;
}

.sidebar .sidebar-card {
    padding: 0rem;
}


/*inner page style*/

.card-title {
    margin: 10px;
    text-align: center;
    /* min-height: 40px; */
}

.card-body {
    font-size: 11;
    text-align: center;
}

.btnclick {
    position: absolute;
    bottom: 32px;
    left: 50%;
    font-weight: 700;
    font-size: 12px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-box-sizing: inherit;
    position: absolute;
}

.special-concessions .card-title {
    font-size: 18px;
}

.card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    min-height: 13rem;
}

    .card:hover {
        position: relative;
    }

.icon {
    display: inline-block;
    font-size: x-large !IMPORTANT;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: left;
}

.lorem {
    text-align: center;
    padding-bottom: 10px;
}

.headertext {
    text-align: center;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 28px;
    font-size: 55px;
}

.card-text {
    font-size: 15px;
    line-height: 18px;
}

.inner-container {
    min-width: 300px;
}

.bottom-submt-btn {
    font-size: 20px;
    padding: 10px 90px 10px 90px;
}

.student-num-row {
    display: block;
    display: block;
    padding: 10px;
    border-radius: 9px;
}


/**  form page  **/

.fm-btn-secondary {
    margin-right: 8px;
}

.btn-icon-danger {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: left;
    width: 100%;
    margin-top: 30px;
    cursor: context-menu;
}

    .btn-icon-danger:hover {
        color: white;
        text-decoration: none;
    }

.primary-color {
    border: none;
}

.form-control {
    font-weight: 300;
}

.buttonIn {
    position: relative;
}

input {
    margin: 0px;
    padding: 25px;
    width: inherit;
    outline: none;
    height: initial;
    border-radius: 5px;
    border: 0px;
}

button {
    top: 0;
    border-radius: 5px;
    right: 0px;
    z-index: 2;
    border: none;
    top: 11px;
    margin-right: 10px;
    height: 26px;
    cursor: pointer;
    transform: translateX(2px);
    padding-left: 20px;
    padding-right: 20px;
}

.btn-submit {
    position: absolute;
    top: 0;
    padding: 0px;
    border-radius: 5px;
    width: 125px;
    right: -7px;
    border: none;
    top: 11px;
    margin-right: 19px;
    height: 26px;
    cursor: pointer;
    transform: translateX(2px);
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.btn-icon-split .text {
    line-height: 15px;
}


/** end form page **/

@media (max-width: 992px) {
    .top-navbar {
        display: none;
    }

    .sidebar {
        display: none;
    }

        .sidebar.toggled {
            width: 100% !important;
            overflow: hidden;
            display: inline-table;
            transition: all 0.3s ease-out;
            width: 100% !important;
            overflow: hidden;
            display: inline-table;
            transition: all 0.3s ease-out;
            width: 80% !important;
            height: -webkit-fill-available;
            display: inline-table;
            transition: all 0.3s ease-out;
            position: absolute;
            box-shadow: 100px 0px 100px #0000006b;
            transition: all 0.2s ease-out !important;
            z-index: 999;
        }

    .top-header-btn {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 0px;
        min-width: 108px;
    }

    .bottom-submt-btn {
        font-size: 20px;
        padding: 7px 30px 7px 30px;
        width: 100%;
    }

    .headertext {
        font-size: 20px !important;
        margin-left: 8px;
        display: inline-block;
        margin-top: 20px !important;
    }

    .fm-btn-secondary {
        width: 100%;
    }

    .student-num-row {
        padding: 8px;
    }

    button {
        padding-left: 13px;
        padding-right: 6px;
        font-size: 10px;
    }

    .top-ml {
        margin-top: -1.5rem !important;
        margin-left: 23px;
        font-size: 10px;
    }

    .top-student-title {
        font-size: 10px;
        color: black !important;
        font-weight: 700 !important;
    }

    .sidebar-dark .nav-item .nav-link {
        padding: 6px 0px 6px 89px;
        transition: all 0.3s ease-out;
        text-align: left;
    }
}

.Student-purple {
    padding-bottom: -5px;
    padding-top: 0px;
    height: 100px;
    min-height: 126px;
    padding: 9px 20px 30px 20px;
}

.Special-concession {
    padding-bottom: -5px;
    padding-top: 0px;
    height: 100px;
    min-height: 126px;
    padding: 9px 20px 30px 20px;
}

.btnclicked {
    border-bottom-style: solid;
    margin-top: 10px;
    font-size: xx-small;
    padding-top: 10px;
    text-align: center;
}

.icon2 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: large !IMPORTANT;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    padding-left: 27px;
}

.icon3 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: large !IMPORTANT;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    padding-left: 135px;
}

.icon4 {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: large !IMPORTANT;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    padding-left: 107px;
}

.card-body {
    font-size: 11;
    text-align: center;
    position: inherit;
}

.side-header-text {
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.choices__inner {
    padding: 4.5px 4.5px 0.75px;
    border-radius: 7.5px;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    word-break: break-all;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    word-break: break-all;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    overflow: visible;
    text-transform: none;
    top: 0;
    padding-right: 20px;
    text-indent: -9999px;
    appearance: none;
    border: 0;
    display: inline-block;
    margin: -4px -1px -4px 1px;
    padding-left: 16px;
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.bottom-submt-btn {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    width: 336px;
}

.active-link {
    font-weight: 700;
    text-decoration: revert;
}

    .active-link:hover {
        font-weight: 700 !important;
        text-decoration: revert;
        cursor: default;
    }


/**top button**/

.btn-icon-split .icon {
    padding: 3px !important;
}

.btn-icon-split .text {
    line-height: 15px;
    font-size: 10px;
    vertical-align: middle;
    margin-top: 2px;
    text-transform: uppercase;
}

.fm-btn-secondary {
    margin-right: 8px;
    border-radius: 50px;
}

.radio-btn-cn {
    margin: 0px;
    padding: 4px;
    width: 16px;
    outline: none;
    height: 12px;
    border-radius: 5px;
    border: 0px;
}

.radio-inline {
    margin-bottom: 14px;
}

.student-num-input {
    margin: 0px;
    padding: 25px;
    width: 1;
    outline: none;
    height: 30px;
    border-radius: 5px;
    border: 0px;
    background: #e0e0e0;
    width: 100%;
}


/*upload style*/

.aks-file-upload {
    width: 310px;
    display: block;
    margin: 0 auto;
    margin-top: 4rem;
}

#uploadfile {
    width: 80%;
    display: none;
}

.add-icon-btn {
    padding: 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    float: right;
    border-radius: 50px;
    margin: -4px 2px 3px 29px;
}

.aks-file-upload-label {
    padding: 5px;
    border-radius: 7px;
    justify-content: flex-start;
    padding: 11px;
    width: 296px;
    height: 49px;
    margin-top: 6px;
}

span.btn.aks-file-upload-label.uploaded-doc {
    background: #fbfbfb;
    color: gray;
    font-size: 15px;
    font-weight: 500;
}

.aks-file-upload-p-header {
    position: inherit;
}

.aks-file-upload-p-header-content {
    display: grid;
    width: 100%;
}

.aks-file-upload {
    margin-top: 4px;
    margin-left: -10px;
}


/*navbar style*/

nav#navbar {
    top: 0;
    position: relative;
    width: 100%;
    transition: all 0.5s linear;
    z-index: 1;
}

ul.menu-list {
    display: flex;
    list-style: none;
    flex: 1.1;
    width: 100%;
    align-items: center;
}

    ul.menu-list li {
        /* display: flex; */
        text-align: center;
        justify-content: center;
        padding: 5px 0;
        line-height: 15px;
    }

        ul.menu-list li > a {
            flex: 0.9;
            text-decoration: unset;
            display: flex;
            transition: 0.2s linar;
            text-transform: capitalize;
            line-height: 17px;
            padding: 0px 14px;
            font-size: .85rem;
            white-space: nowrap;
        }


/*popup button*/

.side-notice {
    z-index: 100;
    position: absolute;
    inset: 0px 0px auto auto;
    display: flex;
    margin-top: 178px;
    right: -1rem;
    max-width: 18%;
    flex-direction: column;
}

.pop-btn {
    top: 13rem;
    display: none;
    height: 70px;
    padding: 11px;
    text-align: left;
    font-weight: 700;
    transition: all 0.2s ease-out;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 5px 5px 0px 0px;
    font-size: 9px;
    margin-right: -41px !important;
    align-items: center;
}

    .pop-btn:hover {
        text-decoration: none;
    }

    .pop-btn .fas {
        padding: 12px;
        vertical-align: middle;
    }

    .pop-btn .fa-book {
        font-size: 17px;
    }

    .pop-btn .fa-chevron-circle-right {
        font-size: 17px;
    }


/*modal*/

.card-text-modal {
    padding-right: 50px;
    padding-left: 50px;
}

.header-text-modal {
    font-size: 1.75rem;
    font-weight: 700;
}

.modal-close-btn {
    height: 26px;
    width: 28px;
    font-size: 20px;
    border-radius: 55px;
}

@media (min-width: 992px) {
    .sidebar {
        width: 24rem !important;
    }

    .inner-container {
        padding: 24px;
        width: 90%;
        float: left;
    }
}

@media screen and (max-width: 1400px) {
    ul.menu-list li {
        font-size: 12px;
    }
}

@media screen and (min-width: 1400px) {
    ul.menu-list li {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-left: 48px;
    }
}

@media screen and (min-width: 1900px) {
    .container {
        width: 1870px;
    }
}

.radio-inline .form-radio-group input[type="radio"] {
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 6px;
}

    .radio-inline .form-radio-group input[type="radio"]:checked:before {
        position: absolute;
        content: '';
        margin: 3px;
        top: auto;
        left: auto;
    }

    .radio-inline .form-radio-group input[type="radio"]:checked:before {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        content: '';
    }

.file-upload {
    position: absolute;
    left: 0;
    top: 0;
    margin: 41px 15px;
    width: 297px;
    opacity: 0;
}

a.btn.btn-primary.primary-color.btn-circle.btn-lg.mt-4.mr-4.shadow-none.baclground-purple {
    border-radius: 50%;
}


/* messaging */

.modal-dialog-wrapper,
#pan_Error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #00000066;
}

    #pan_Error > div {
        position: absolute;
        padding: 2em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal-dialog-wrapper > div {
        position: absolute;
        padding: 2em;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.modal-header .modal-close {
    border: none;
    margin: 4px -10px;
}

#btn_FLID:hover {
    text-decoration: underline;
}

.button-wrap input[type=file] {
    position: absolute;
    z-index: 1;
    left: 0px;
    width: inherit;
    height: 50px;
    padding: 25px;
    padding-top: 11px;
    padding-right: 80px;
    font-size: 15px;
    margin-left: 20px;
}

.button-wrap {
    position: relative;
}

    .button-wrap .upload-file-button {
        display: inline-block;
        position: inherit;
        padding: 12px 22px;
        cursor: pointer;
        border-radius: 4px;
        margin-top: 0px;
        width: 138px;
        font-size: 16px;
        z-index: 1;
        width: 149px;
    }

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 0rem 1rem auto;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 0rem 1rem auto;
}

.modal-footer .btn .btn-secondary .modal-close {
    width: 30px;
}


/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */

.loading span {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .19em;
    border-radius: .6em;
    animation: loading 1s infinite alternate;
}

input.btn.btn-secondary.modal-close {
    width: 66px;
}

img.loading-img {
    width: 50px;
}


/*drop down*/


/* Multi-select */

span.multiselect-native-select {
    display: block;
    width: 100%;
    text-align: left;
}

.multiselect-native-select .btn-group {
    width: 100%;
    height: 60px;
}

.multiselect-native-select .multiselect.btn,
.multiselect-selected-text {
    text-align: left;
    max-width: 100%;
    overflow: hidden;
}

.multiselect-container {
    width: 100%;
    border-radius: 0px;
    padding: 10px;
}

    .multiselect-container > li > a > label.checkbox,
    .multiselect-container > li > a > label.radio {
        font-size: 15px;
        padding: 3px 20px 3px 10px;
    }

.btn-group button {
    outline: none;
}

.checkbox > input {
    margin: 0px;
    padding: 25px;
    width: inherit;
    outline: none;
    height: initial;
    border-radius: 5px;
    border: 0px;
    text-transform: capitalize;
}

.multiselect-container .dropdown-menu .show {
    max-height: 465px;
    contain: strict;
    overflow: hidden auto;
    position: absolute;
    transform: translate3d(2px, 45px, 0px);
}

.dropdown-menu.show {
    display: block;
    max-height: 500px;
    overflow-x: hidden;
    padding-top: 1px;
}

.student-num-input {
    margin: 0px;
    padding: 25px;
    width: 1;
    outline: none;
    height: 30px;
    border-radius: 5px;
    border: 0px;
    width: 100%;
}

.multiselect-container > li > a > label.checkbox,
.multiselect-container > li > a > label.radio {
    text-transform: capitalize;
}

.modal-close-btn {
    border-radius: 50px;
    padding-bottom: 20px !important;
}

.sidebar-dark .nav-item.selected .nav-link {
    color: #f68523;
    font-weight: bold;
    text-decoration: underline;
}

#wrapper #content-wrapper #content {
    background: #fafafa;
}

.top-c {
    background: #43c2be;
}

.bg-gradient-primary {
    background-color: #f5f5f5;
    background-image: linear-gradient(180deg, #ffffff 10%, #ffffff 100%);
    transition: all 0.2s ease-out !important;
}

.btn-link:hover {
    color: #ffffff;
    background-color: #02495c !important;
    z-index: 99;
    outline: none !important;
}

.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:hover {
    color: #6c6c6c;
}

.sidebar-dark .nav-item.active .nav-link {
    color: #bf8cbc;
    background: #efefef;
    border-right: 4px solid #bf8cbc;
}

.sidebar-dark .nav-item .nav-link {
    color: rgb(72 72 72 / 80%);
}

    .sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
        color: rgb(102 102 102 / 50%);
    }

.sidebar .sidebar-card {
    background-color: rgb(255 255 255 / 0%);
}

.shadow {
    box-shadow: 0 2px 7px rgb(15 34 58 / 12%) !important;
}

.top-nev {
    color: #000000 !important;
}

.navbar-expand .navbar-nav .nav-link:hover {
    color: #43c2be !important;
}

.top-header-btn {
    color: #fff;
    background-color: #f68523;
    border-color: #f68523;
}

    .top-header-btn:hover {
        background-color: #43c2be;
        border-color: #43c2be;
    }

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #43c2be;
    border-color: #43c2be;
}

.btn-link {
    color: #ffffff;
}


/*inner page style*/

.card-title {
    color: #fff;
}

.card {
    box-shadow: 0 2px 2px 0 rgb(77 77 79 / 8%), 0 0 2px 0 rgb(77 77 79 / 16%);
    background-color: #fff;
    display: flex;
}

    .card:hover {
        box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    }

.icon,
.icon1 {
    color: #fff;
}

.headertext {
    color: #233267;
    line-height: 51px;
    text-align: center;
}

.card-text {
    color: #727272;
}

.color-purple {
    color: #BF8CBC;
}

.baclground-purple {
    background-color: #BF8CBC !important;
}

.choices__inner {
    background-color: #f9f9f9;
    border: 2px solid #ddd;
}

.choices__list--multiple .choices__item {
    background-color: #464646;
    border: 0px solid #464646;
    color: #fff;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    color: white;
    border-left: 1px solid #464646;
}

.active-link {
    color: #f68523 !important;
}

    .active-link:hover {
        color: #f68523 !important;
    }


/**top button**/


/*upload style*/

.add-icon-btn {
    background: #ffffff;
    color: black;
}

.aks-file-upload-preview.aks-no-preview {
    background: #ffffff;
    border: 2px solid #dddddd;
    color: black;
}

.aks-file-upload-title {
    color: black;
}

.aks-file-upload-label {
    background: #e0e0e0;
    border: 2px solid #e0e0e0;
}

.aks-file-upload-p-header {
    background: linear-gradient(#e0e0e0, #e0e0e0);
}

.aks-file-upload-delete {
    background-color: rgb(224 224 224);
}

    .aks-file-upload-delete:hover {
        -webkit-box-shadow: 0 0 0 0.125em hsl(0deg 0% 100% / 90%);
        box-shadow: 0 0 0 0.125em hsl(0deg 0% 100% / 0%);
        background-color: rgb(0 0 0 / 0%);
    }

.aks-file-upload {
    -webkit-box-shadow: 0 0 47px #00000012;
    box-shadow: 0 0 47px #ffffff12;
}


/*navbar style*/

ul.menu-list li > a {
    color: rgb(112 112 112);
    font-weight: bold;
}

    ul.menu-list li > a:hover {
        color: #1C407E;
    }


/*popup button*/

.pop-btn {
    color: #fff;
    background: #1C407E;
    /* box-shadow: 0 2px 3px 0 rgb(169 169 169 / 35%), 0 0 4px 0 rgb(135 135 135 / 45%); */
    border: 3px solid #1C407E;
}

    .pop-btn:hover {
        color: #282828;
        border: 3px solid #f68523;
    }

    .pop-btn .fa-book {
        color: #fff;
    }

    .pop-btn .fa-chevron-circle-right {
        color: #fff;
    }

.purple-color {
    color: #bf8cbc !important;
    ;
}


/*modal*/

.card-text-modal {
    color: black;
    padding: 0px;
}

.header-text-modal {
    color: #1C407E;
}

.modal-close-btn {
    background: #787878;
    border-radius: 50px;
    color: white;
    padding: 0px !important;
}

button.close {
    background-color: #464646;
}

@media (min-width: 992px) {
    .sidebar {
        border-right: 1px solid #e7e7e7;
    }
}

.student-num-row {
    background: #f6f6f6;
    margin: 1px;
}


/**  form page  **/

.fm-btn-secondary {
    color: #72747b;
    background-color: #efefef;
    border-color: #efefef;
}

.btn-icon-split .icon {
    background: #efefef;
    color: #43c2be !important;
}

.primary-color {
    background: #43c2be !important;
}

.form-control {
    font-weight: 300;
    color: #000000;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    font-size: 0.9rem;
}

input {
    background-color: #f6f6f6;
}

button {
    color: white;
    background-color: #f68523;
}


/** end form page **/

@media (max-width: 992px) {
    .bottom-submt-btn {
        color: #fff;
        background-color: #f68523;
        border-color: #f68523;
    }

    .card-text:last-child {
        margin-bottom: 0;
        padding: 10px 5px;
    }
}

.Student-purple {
    background-color: #BF8CBC;
}

.btnclicked,
.icon2,
.icon3,
.icon4 {
    border-color: #F68523;
}

.radio-inline .form-radio-group input[type="radio"] {
    border: 1px solid #858796;
    background-color: #fff;
}

    .radio-inline .form-radio-group input[type="radio"]:checked:before {
        background-color: #858796;
    }


/* messaging */

#panpro_Loading,
#pan_Error {
    background-color: rgba(0, 0, 0, 0.5);
}

    #panpro_Loading > div {
        background-color: #fff0;
    }

.modal-header .modal-close {
    background-color: #fff;
    color: #3a3b45;
}

#pan_Error > div {
    color: #F00;
}

#btn_FLID {
    color: #007bff;
}

    #btn_FLID:hover {
        color: #0056b3;
    }

.button-wrap input[type=file] {
    color: #000000;
}

.button-wrap .upload-file-button {
    background-color: red;
    color: #f8f8f8;
}

.modal-header .close {
    background: white;
}

.modal-header .close {
    background: white;
}


/* Multi-select */

span.multiselect-native-select {
    background-color: #f6f6f6;
    color: #fff;
}

.multiselect-container {
    border-color: #f6f6f6;
}

    .multiselect-container .dropdown-menu .show {
        border: 1px solid rgb(131, 112, 112);
    }

.student-num-input {
    background: #e0e0e0;
}


/*file upload button*/

.button-wrap .upload-file-button {
    display: none;
}

.button-wrap input[type=file] {
    position: inherit;
    z-index: 1;
    top: 6px;
    left: 0px;
    width: inherit;
    height: 50px;
    padding: 2px;
    padding-top: 4px;
    margin-left: 0px;
    padding-right: 75px;
    font-size: 15px;
    margin-left: 0px;
}

::-webkit-file-upload-button {
    top: 0;
    background: rgb(78, 78, 78);
    color: rgb(255, 255, 255);
    padding: 1em;
    padding: 10px 34px;
    border: 0px;
    border-radius: 5px;
    vertical-align: middle;
}

.card-text:last-child {
    padding: 10px 0px;
}

.modal-content {
    padding: 26px;
}


/* mobile logo */

.mob-logo {
    display: none;
}

.lg-site-logo {
    height: 104px;
    margin-left: 15px;
}

.rounded-circle {
    border-radius: 0px 3px 3px 0px !important;
}

.modal-content ul {
    margin-left: 0%;
    padding-left: 17px;
   /* text-align: justify;*/
}

button .btn:focus {
    outline: none !important;
}

.logo-txt {
    background: #D60D52;
    width: 209px;
    margin-left: 11px;
    margin-bottom: 5px;
    padding-top: 120px;
    padding: 106px 55px;
    font-size: 14px;
    vertical-align: middle;
}

.form-validation {
    color: red;
    padding: 8px 0px 2px 0px;
}

.modal-body {
    padding: 0px;
}

@media (max-width: 992px) {
    .mob-logo {
        display: block;
    }

    .desktop-logo {
        display: none;
    }

    .site-logo {
        width: 90px;
    }

    .logo-txt {
        display: block;
        background-color: #1C407E;
        padding: 3px;
        margin: 1px 0px 2px 0px;
        color: white;
        width: 91px;
        font-size: 11px;
    }

    .card-text:last-child {
        margin-bottom: 0;
        padding: 10px 5px;
    }

    .topbar {
        width: 100%;
    }

    .sidebar-brand {
        /* display: none !important; */
    }

    .side-notice {
        z-index: 1000;
        position: inherit;
        margin-top: 3px;
        right: 0rem;
        margin-bottom: 60px;
        display: block;
    }

    .pop-btn .fa-chevron-circle-right {
        display: block;
        position: absolute;
        right: 20px;
    }

    .side-notice {
        max-width: 100%;
    }

    .navbar .col .text-left {
        display: none;
    }
}

.modal.show .modal-dialog {
    margin-top: 13%;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(161 224 222);
}

.card-title h5 {
    font-weight: 700;
    font-size: 17px;
}

.home-special-Conc {
    font-size: 1.25rem !important;
}


.btn-circle.btn-lg {
    padding: 11px !important;
}

.home .card-header {
    margin-top: auto;
    margin-bottom: auto;
    min-height: 120px;
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .d-md-none {
        display: block !important;
    }

    .sidebar.toggled .nav-item .nav-link {
        width: 100%;
    }
}


/*modal text*/

.modal-content p {
    text-align: justify;
}

.btn-back-to-main-site {
    padding: 1rem 0rem;
}

#sidebarToggleTop {
    top: 7px;
}

.Select-Registration-Wrapper {
    text-align: left !important;
}

    .Select-Registration-Wrapper label.labels {
        font-size: 1rem;
    }

.btn-back-to-main-site .top-header-btn {
    padding: 10px;
    color: #fff;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
}

.navbar-toggler {
    height: 3.3rem;
    width: 3.5rem;
    background: #1C407E;
}


footer {
    font-size: 12px;
    padding: 40px 0;
    background-color: #383838;
    color: #7c7c7c;
}

    footer img {
        opacity: 0.2;
    }

.footer-content {
    float: left;
    width: calc(100% - 220px);
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-right: none;
    border-left: none;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 4px 0 6px;
    margin-left: 10px;
}

.footer-logo {
    float: left;
}

@media (max-width: 992px) {
    .footer-logo {
        float: none;
        text-align: center;
    }

    .footer-content {
        width: 100%;
    }
}

#content {
    min-height: 82vh;
}

.btn-main-query-types {
    margin-bottom: 20px;
}

.btn-back-query-types {
    margin: 10px 0;
}

a.btn-main-query-types-items:link,
a.btn-main-query-types-items:visited,
a.btn-main-query-types-items:hover,
a.btn-main-query-types-items:active {
    text-decoration: none;
}

.card-header {
    min-height: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home .card-header .card-title {
    width: 100%;
}

    .home .card-header .card-title .icon {
        margin: 10px;
    }

.text-campusCopy {
    color: red;
    padding: 8px 0px 2px 0px;
    font-size: 15px;
}
