body,
html {
    overflow-x: hidden;
    background-image: linear-gradient(rgba(230, 230, 230, 0.3),
            rgba(230, 230, 230, 0.3));
    /* background-size: cover; */
}

@font-face {
    font-family: attent;
    src: url(fonts/ADAM.CGPRO.otf);
}

.attent-text {
    font-family: attent;
}

.error {
    color: red !important;
}

/*

.bg-light-primary{
	background-color:  #82DFF4!important;
}
.bg-exlight-primary{
	background-color:  #D7EFFC!important;
}
*/
.comment-container .well:not(:first-child) {
    margin-top: 10px;
}

.login-bg {
    background-image: linear-gradient(90deg,
            rgba(130, 223, 244, 0.2),
            rgba(130, 223, 244, 0.2)),
        url(../../img/bg-login.jpg);
    background-size: 100%;
    background-position: cover;
    height: 110vh;
    ;
    /* width: 100%; */
}

.login-logo {
    width: 40%;
    margin: 45px 0px;
}

.login-haeding h1 {
    color: #000;
}

.login-card {
    text-align: center;
    top: 150px;
    bottom: 50px;
    /* box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2); */
}

.login-btn {
    margin-top: 50px;
    margin-bottom: 20px;
}

.login-btn button {
    width: 100%;
    font-size: 20px;
}

.login-fields {
    padding: 20px 30px;
}

.reg-student-id-field input {
    width: 60%;
}

.reg-student-form {
    padding-top: 100px;
}

.st0 {
    fill: #328187;
}

.st1 {
    fill: #b3b3b3;
}

.st2 {
    fill: #b3b3b3;
}

::-webkit-scrollbar {
    width: 10px;
    height: auto;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #328187;
    border-radius: 5px;
}

.fv-plugins-icon-container {
    border-bottom: solid 1px #000;
}

/* HEADER */

.header-logo {
    height: 60px;
    position: absolute;
    left: 60px;
    transform: translateY(-50%);
}

.aside-toggle {
    position: absolute;
    left: 10px;
}

.topbar .topbar-item {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .aside-toggle {
        position: unset;
    }
}

.header-fixed .header {
    position: sticky !important;
}

.form-control-login {
    background-color: #0000 !important;
    border-radius: 0px !important;
}

.setup-sidebar-toggler span svg .p01 {
    fill: #328187 !important;
    transition: 0.3s;
}

.setup-sidebar-toggler span svg .p02 {
    fill: #328187 !important;
    transition: 0.3s;
}

.setup-sidebar-toggler:hover span svg .p01 {
    opacity: 0.3;
}

.setup-sidebar-toggler:hover span svg .p02 {
    opacity: 1;
}

.header-custom {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.main-logo-heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}

.main-logo-heading h1 {
    font-size: 35px;
}

@media (max-width: 1200px) {
    .main-logo-heading h1 {
        font-size: 25px;
    }
}

/* SECOND TOP ICONS HEADER */

.second-header-container {
    top: 10px;
    position: relative;
    padding-top: 25px;
    margin-bottom: 0px;
    transition: 0.5s;
}

.second-header {
    display: flex;
    justify-content: center;
}

.second-header ul {
    list-style-type: none;
    padding: 0px;
    display: inline-flex;
}

.second-header-item {
    position: relative;
    text-align: center;
    margin: 0px 10px;
    transition: 0.5s;
}

.second-header-icon svg {
    width: 30px;
    height: auto;
    transition: 0.5s;
}

.second-header-icon svg path {
    fill: #4d4d4d;
    transition: 0.5s;
}

.second-header-item:hover .second-header-icon svg {
    width: 40px;
}

.second-header-item:hover .second-header-icon svg path {
    fill: #328187;
}

.second-header-item:hover .second-header-text {
    color: #328187;
    font-size: 18px;
}

.navbar-nav li {
    margin-top: 15px;
}

.second-header-text {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 500;
    /* padding: 10px 0px; */
    /* border-bottom: 8px solid rgba(0, 0, 0, 0); */
    transition: 0.5s;
    /* margin-top: -10px; */
}

/* active */

.second-header li.active .second-header-icon svg path {
    fill: #328187;
}

.second-header-icon {
    margin-top: 0px !important;
}

.second-header li.active .second-header-text {
    color: #328187;
    font-size: 18px;
    padding: 10px 0px;
    border-bottom: 8px solid #328187;
}

@media (max-width: 992px) {
    .second-header-container {
        padding-top: 15px;
        background-color: #ffff;
        border-bottom-left-radius: 10px;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
        width: 250px;
        height: auto;
        position: absolute;
        top: auto;
        right: 0%;
        z-index: 5;
        display: none;
        /*	overflow-y: scroll!important;*/
    }

    .second-header {
        display: block;
    }

    .second-header ul {
        list-style-type: none;
        padding: 0px;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .second-header-item {
        display: inline-flex;
        margin: 5px 0px;
    }

    .second-header-icon svg {
        width: 30px;
        height: auto;
        transition: 0.5s;
    }

    .second-header-text {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 10px;
        border-bottom: 8px solid rgba(0, 0, 0, 0);
        transition: 0.5s;
    }

    .second-header-item:hover .second-header-icon svg {
        width: 30px;
    }

    .second-header-item:hover .second-header-icon svg path {
        fill: #328187;
    }

    .second-header-item:hover .second-header-text {
        color: #328187;
        font-size: 16px;
    }

    .second-header li.active .second-header-icon svg {
        width: 30px;
    }

    .second-header li.active .second-header-icon svg path {
        fill: #328187;
    }

    .second-header li.active .second-header-text {
        color: #328187;
        font-size: 16px;
        padding: 5px 10px;
        border-bottom: 8px solid #0000;
    }
}

/* SETIP BODY */

.setup-body {
    margin-top: 50px;
}

.setup-sidebar {
    background-color: #ffff;
    border-top-right-radius: 20px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1), -0px -0px 0px rgba(0, 0, 0, 0);
    width: 220px;
    top: 104px;
    min-height: 90vh;
    position: fixed;
    padding: 20px 0px;
    z-index: 5;
}

.setup-sidebar ul {
    list-style-type: none;
    padding: 0px;
    position: relative;
    left: 5%;
    transform: translateX(-5%);
}

.setup-sidebar-item-main {
    text-align: center;
    display: inline-flex;
    margin: 0px;
    padding-left: 10px;
    background-color: #ffff;
    width: 100%;
}

.setup-sidebar-item {
    text-align: center;
    display: inline-flex;
    margin: 0px;
    padding: 10px 15px;
    background-color: #ffff;
    width: 100%;
    transition: 0.3s;
}

.setup-sidebar-item-main-text {
    /*	color: #4D4D4D;*/
    font-size: 16px;
    padding: 0px 15px;
}

.setup-sidebar-icon svg {
    width: 20px;
    height: auto;
    transition: 0.3s;
}

.setup-sidebar-icon svg path {
    transition: 0.3s;
    /*	fill: #328187;*/
}

.setup-sidebar-text {
    color: #328187;
    font-size: 16px;
    padding: 0px 15px;
    transition: 0.3s;
}

.setup-sidebar-item:hover {
    background-color: #328187;
}

.setup-sidebar-item:hover .setup-sidebar-icon svg path {
    fill: #ffff;
}

.setup-sidebar-item:hover .setup-sidebar-text {
    color: #ffff;
    font-size: 16px;
}

.setup-sidebar li.active .setup-sidebar-item {
    background-color: #328187;
}

.setup-sidebar li.active .setup-sidebar-icon svg path {
    fill: #ffff;
}

.setup-sidebar li.active .setup-sidebar-text {
    color: #ffff;
    font-size: 16px;
}

@media (max-width: 992px) {
    .setup-sidebar {
        background-color: #ffff;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 10px;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1),
            -0px -0px 0px rgba(0, 0, 0, 0);
        width: 220px;
        height: 100%;
        min-height: 95vh;
        position: fixed;
        top: 95px;
        left: 0%;
        transform: translateX(-0%);
        padding-top: 20px;
        z-index: 5;
        overflow-y: scroll;
    }

    .setup-sidebar ul {
        list-style-type: none;
        padding: 0px;
        position: relative;
        left: 5%;
        transform: translateX(-5%);
        margin-bottom: 60px;
    }
}

/**/

.setup-toggler {
    fill: #328187;
    opacity: 0.5;
    transition: 0.3s;
}

.setup-btn:hover .setup-toggler {
    fill: #328187;
    opacity: 1;
}

/**/

/* levels */

@media (max-width: 992px) {
    .setup_main-data {
        margin-top: 10px;
    }
}

.status-primary {
    background-color: ;
}

.status-success {
    background-color: ;
}

.side-color {
    border-left-width: thick;
}

.status-primary {
    background-color: ;
}

/*
.edit-table{
cursor: pointer;
margin: 0px 5px;
}
.delete-table{
cursor: pointer;
margin: 0px 5px;
}
.edit-table svg{
width: 15px;
height: auto;
}
.edit-table svg path{
fill:  #328187;
}
.delete-table svg{
width: 15px;
height: auto;
}
.delete-table svg path{
fill: red;
}*/

.table-svg {
    margin: 0px 5px;
    cursor: pointer;
    width: 15px;
    height: auto;
}

/*Models*/

.model {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*	background-image: url("http://localhost/dashboard/img/bg-3.jpg");
	background-size: cover;*/
    z-index: 100;
    display: none;
    overflow-y: scroll;
}

.model-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    border-radius: 20px;
    background-color: #ffff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    .model {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /*	background-image: url("http://localhost/dashboard/img/bg-3.jpg");
	background-size: cover;*/
        z-index: 100;
        display: none;
    }

    .model-card {
        position: fixed;
        top: 400px !important;
        left: 50%;
        /*transform: translate(-50%, -500px);*/
        width: 70%;
        border-radius: 20px;
        background-color: #ffff;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 768px) {
    .model {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /*	background-image: url("http://localhost/dashboard/img/bg-3.jpg");
	background-size: cover;*/
        z-index: 100;
        display: none;
    }

    .model-card {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        border-radius: 20px;
        background-color: #ffff;
        box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
    }
}

/*@media (max-width: 576px){
	.model-card{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
	width: 90%;
	border-radius: 20px;
	background-color: #ffff;
	box-shadow: 1px 1px 20px rgba(0,0,0,0.8);
}
}*/

.model-header {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 15px 30px;
    background-color: #328187;
    color: #fff;
}

.model-body {
    padding: 30px;
}

.model-body input {
    padding: 25px;
    border-radius: 10px;
    background-color: #f3f6f9;
}

.model-body input:focus {
    padding: 25px;
    border-radius: 10px;
    background-color: #f3f6f9;
}

.radio-model {
    margin: 0px 20px;
}

.model-buttons button {
    margin: 0px 10px;
}

.model-btn {
    border-radius: 20px;
    width: 100px;
}

/* levels */

.level-model-duration {
    display: none;
}

/**/

/*
.model-card-department{
	width: 70%;
}
*/

.department-level-btn {
    margin-top: 25px;
}

.department-add-level {
    display: none;
}

.department-level-btn-edit {
    margin-top: 25px;
}

.department-add-level-edit {
    display: none;
}

/*@media (max-width: 768px){

.model-card-department{
	width: 97%;
}
}
*/

/**/

.model-course {
    /*overflow-y: scroll;*/
}

.model-card-course {
    position: relative;
    width: 80%;
}

@media (max-width: 992px) {
    .course-model-body-scroll {
        overflow-y: scroll !important;
        max-height: 300px;
        --webkit-scrollbar-width: none;
    }

    .course-model-body-scroll::-webkit-scrollbar {
        height: 12px;
        width: 2px;
        background: #0000;
    }

    .course-model-body-scroll::-webkit-scrollbar-thumb {
        background: #f1f0f2 !important;
        -webkit-border-radius: 1ex;
        /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
    }
}

.select2-container {
    width: 100% !important;
}

/**/

.radio-model-btn {
    margin: 5px 10px;
    padding: 13px;
    border-radius: 50px;
    border: solid 1px #328187;
}

.radio-model-btn-alert {
    margin: 5px 10px;
    padding: 8px 20px;
    border-radius: 15px;
    border: solid 1px #328187;
    transition: 0.3s;
}

.radio-model-btn-alert label {
    color: #328187;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.radio-model-btn-alert span {
    top: 5px;
}

.radio-model-btn-alert.active {
    background-color: #328187;
}

.radio-model-btn-alert.active label {
    color: #ffff;
}

.radio-model-btn.active {
    background-color: #328187;
    color: #ffff;
}

.holiday-daterange-area {
    display: none;
}

.holiday-daterange-area-edit {
    display: none;
}

.date-buttons {
    padding-bottom: 30px;
}

.holiday-model-body-scroll {
    overflow-y: scroll !important;
    max-height: 300px;
    --webkit-scrollbar-width: none;
}

.holiday-model-body-scroll::-webkit-scrollbar {
    height: 12px;
    width: 2px;
    background: #0000;
}

.holiday-model-body-scroll::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
    /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

/**/

.timetable-buttons {
    padding-bottom: 30px;
}

.timetable-model-body-scroll {
    overflow-y: scroll !important;
    max-height: 300px;
    --webkit-scrollbar-width: none;
}

.timetable-model-body-scroll::-webkit-scrollbar {
    height: 12px;
    width: 2px;
    background: #0000;
}

.timetable-model-body-scroll::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
    /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

@media (max-width: 992px) {
    .timetable-model-body-scroll {
        overflow-y: scroll !important;
        max-height: 200px !important;
        --webkit-scrollbar-width: none;
    }

    .timetable-model-body-scroll::-webkit-scrollbar {
        height: 12px;
        width: 2px;
        background: #0000;
    }

    .timetable-model-body-scroll::-webkit-scrollbar-thumb {
        background: #f1f0f2 !important;
        -webkit-border-radius: 1ex;
        /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
    }
}

/*timetable-custom-table*/

.timetable-custom-table {
    min-width: 850px;
}

.table-repeat-inner-table {
    overflow: hidden;
    overflow-x: scroll;
}

.table-repeat-inner-table::-webkit-scrollbar {
    height: 10px;
    background: #0000;
}

.table-repeat-inner-table::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
    /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

.table-repeat table {
    text-align: center;
    width: 100%;
    border-radius: 5px;
}

.table-repeat table thead {
    background-color: #d7effc;
    color: #328187;
}

.table-repeat table thead th {
    padding: 15px 0px;
}

.timetable_table_data {
    text-align: left;
    cursor: pointer;
}

.timetable_table_danger {
    border-left: solid 10px #f64e60 !important;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 110px;
}

.timetable_table_success {
    border-left: solid 10px #1bc5bd !important;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 110px;
}

.timetable_table_warning {
    border-left: solid 10px #ffa800 !important;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 110px;
}

.timetable_table-edit {
    background-color: #5bc0de;
    padding: 20px;
    color: #ffff;
    cursor: pointer;
}

/* time table model*/

.timetable-buttons {
    margin-bottom: 30px;
}

/*.model-timetable{
	overflow-y: scroll;
}
*/

.model-card-timetable {
    width: 60%;
}

@media (max-width: 992px) {
    .model-card-timetable {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .model-card-timetable {
        width: 90%;
    }

    .timetable-buttons {
        display: grid;
    }
}

.class-other-class {
    display: none;
}

.class-other-exam {
    display: none;
}

.class-rep-del {
    display: none;
}

.timetable-exam-area {
    display: none;
}

.timetable-holiday-area {
    display: none;
}

.timetable-exam-area-edit {
    display: none;
}

.timetable-holiday-area-edit {
    display: none;
}

/* SETTINGS */

.setting-tabs-list {
    text-align: center;
    margin: 40px 0px;
}

.tab-button {
    border-radius: 6px;
    color: #328187;
    padding: 10px 0px;
    box-shadow: 1px 1px 10px #e2e1e3;
    transition: 0.3s;
    cursor: pointer;
}

.tab-button:hover {
    border-radius: 6px;
    background-color: #328187;
    color: #ffff;
    padding: 10px 0px;
    /*	border: solid 1px red!important;*/
    box-shadow: 1px 1px 10px #e2e1e3;
}

.tab-button.active {
    border-radius: 6px;
    background-color: #328187;
    color: #ffff;
    padding: 10px 0px;
    /*	border: solid 1px red!important;*/
    box-shadow: 1px 1px 10px #e2e1e3;
}

.model-card-adduseraccount {
    width: 70%;
}

@media (max-width: 768px) {
    .model-card-adduseraccount {
        width: 90%;
    }
}

.checkbox-list-item {
    margin: 6px 0px;
}

.checkbox-list-item label {
    margin-left: 5px;
}

/*
.model-adduseraccount{
	overflow-y: scroll;
}
*/

/*.model-card-adduseraccount{
	overflow-y: hidden;

}*/

.add-user-model-body {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    max-height: 300px;
    --webkit-scrollbar-width: none;
}

.add-user-model-body::-webkit-scrollbar {
    height: 12px;
    width: 2px;
    background: #0000;
}

.add-user-model-body::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
    /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

/**/

.setting-alerts-page {
    display: none;
}

.alerts-child-pages {
    display: none;
}

.setting-student-email-pref-page {
    display: none;
}

.setting-ftp-page {
    display: none;
}

.setting-college-details-page {
    display: none;
}

.setting-dashboard-details-page {
    display: none;
}

.ftp-top {
    font-size: 15px;
    margin: 10px 0px;
}

.alerts-send-alerts-setting {
    display: block;
}

.alert-list-table-res {
    overflow-x: hidden;
}

.alert-list-table-res-inner {
    overflow-x: hidden;
    overflow-x: scroll;
}

.alert-list-table-res-inner::-webkit-scrollbar {
    height: 10px;
}

.alert-list-table-res-inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1ex;
}

.alerts-alerts-setting {
    padding-top: 15px;
    padding-bottom: 30px;
    margin: 60px 0px;
}

.setting-alerts-child-tabs-btns.active {
    background-color: #328187;
}

.alert-history-table {
    display: none;
    overflow-x: hidden;
}

.alert-history-table-res-inner {
    overflow-x: scroll;
}

.alert-history-table-res-inner::-webkit-scrollbar {
    height: 10px;
    background: #0000;
}

.alert-history-table-res-inner::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
    /*  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);*/
}

.send-alert-body {
    margin-top: 70px;
}

.alert-message h4 {
    padding: 5px 0px;
}

@media (max-width: 992px) {
    .alerts-tabs-buttons {
        display: grid;
    }
}

/*.checkbox-list-item-alert span{
	display: inline-flex;
}*/

@media (max-width: 992px) {
    .checkbox-list-item-alert {
        padding: 20px;
        display: grid;
    }
}

.alert-body-checkbox-main-top {
    left: 155px;
    position: relative;
}

.alert-body-checkbox-main-bottom {
    left: 71px;
    position: relative;
}

.buttons-bottom-alert {
    margin-top: 50px;
}

.setting-alerts-page {
    display: ;
}

.form-control-settings {
    height: 50px;
    border-radius: 5px;
}

.alert-list {
    margin-top: 50px;
}

.alert-list .form-group {
    width: 350px;
}

@media (max-width: 992px) {
    .alert-list {
        text-align: left !important;
        padding: 20px;
    }

    .alert-list .form-group {
        width: auto !important;
    }
}

/**/

.depart-duration {
    display: none;
}

.depart-duration-edit {
    display: none;
}

/**/

.btn-save {
    padding: 10px 40px !important;
}

/* STUDENTS */

.students_main-data {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .students_main-data {
        margin-top: 10px;
    }
}

.form-control-sutdent {
    background-color: #d7effc;
    outline: none;
    border: 0px;
    padding: 5px 8px;
    color: #328187;
}

.drop-down-icon {
    margin-left: 3px;
}

.second-header-item:hover i {
    color: #328187 !important;
}

.second-header-drop-menu {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 80%;
    left: 28px;
    width: 250px;
    padding: 10px 0px;
    text-align: left;
    z-index: 5000;
}

.second-header-item:hover .second-header-drop-menu {
    display: block;
}

.second-header-drop-menu ul {
    display: grid;
    list-style-type: none;
    padding: 0px;
}

.second-header-drop-menu ul li {
    margin: 2px 0px;
    border-radius: 2px;
}

.second-header-drop-link {
    color: #328187;
    display: block;
    padding: 5px 15px !important;
    transition: 0.3s;
}

.second-header-drop-menu li:hover .second-header-drop-link {
    color: #fff;
    background-color: #328187;
    display: block;
}

@media (max-width: 992px) {
    .second-header-drop-menu {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 30px;
        left: 45px;
        width: auto;
        padding: 10px 0px;
        text-align: left;
        z-index: 1;
    }
}

/*sub drop down*/

.reg-stu-sub {
    position: relative;
}

.second-header-drop-menu-sub {
    display: none !important;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 250px;
    min-width: 200px;
}

@media (max-width: 992px) {
    .second-header-drop-menu-sub {
        display: block !important;
        background-color: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        position: absolute;
        min-width: auto;
    }
}

.second-header-drop-menu-sub ul {
    display: grid;
    list-style-type: none;
    padding: 0px;
}

.second-header-drop-menu-sub ul li {
    margin: 2px 0px;
    border-radius: 2px;
}

.second-header-drop-link-sub {
    color: #328187;
    display: block;
    padding: 5px 15px !important;
    transition: 0.3s;
}

.second-header-drop-menu-sub li:hover .second-header-drop-link-sub {
    color: #fff;
    background-color: #328187;
    display: block;
}

.reg-stu-sub:hover .second-header-drop-menu-sub {
    display: block !important;
}

.reg-stu-sub i {
    color: #328187;
}

.reg-stu-sub:hover i {
    color: #ffff !important;
}

/*upload*/

/*#############################################################*/

/* VERY IMPORTANT CSS PLEASE DONT TOUCH IT !!!!!  DAWOOD AHMED */

/*#############################################################*/

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
    display: none !important;
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    height: 300px;
    margin: 10px 0px;
    box-shadow: none !important;
}

.uppy-Dashboard-close {
    display: none !important;
}

.uppy-btn {
    margin-top: 0px !important;
}

/*#############################################################*/

/* VERY IMPORTANT CSS PLEASE DONT TOUCH IT !!!!!  DAWOOD AHMED */

/*#############################################################*/

.model-card-reg {
    width: 50%;
}

.mail-sms-btns {
    display: none;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .mail-sms-btns {
        display: none;
        margin: 5px;
    }
}

.note-editable.card-block {
    height: 150px !important;
}

.note-resizebar {
    display: none;
}

.note-statusbar {
    display: none;
}

.note-view {
    display: none;
}

.note-insert {
    display: none;
}

.note-table {
    display: none;
}

@media screen and (max-width: 576px) {
    .img-applicant {
        margin-top: 3rem !important;
    }
}

.img-applicant {
    margin-top: 6rem;
}

/* APL FORM */

.apl-form-top-btns {
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-red {
    color: #ff0000;
}

.apl-form-top-btn-left-inner {
    display: inline-block;
    padding: 10px 15px;
    background-color: #d7effc;
    border-radius: 10px;
    border-bottom: solid 8px #328187;
    font-weight: bold;
}

.apl-form-top-btn-right {
    margin-top: 25px;
}

.apl-form-top-btn-right button {
    width: 100px;
}

.apl-form-section {
    padding: 10px;
    border-radius: 5px;
    border: solid 2px #328187;
    position: relative;
    margin-top: 42px;
}

.apl-form-section-heading {
    color: #328187;
    background-color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: -19px;
    left: 40px;
}

.apl-form-collpase-btn {
    color: #328187;
    margin: 10px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.apl-form-collpase-btn:hover {
    filter: drop-shadow(1px 1px 8px #328187);
}

.apl-form-section-collapse-btn .up {
    display: none;
}

.form-update-btn-margin {
    margin-top: 25px;
}

.form-update-btn button {
    width: 120px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

.form-update-btn button:hover {
    width: 120px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

#show-on-disablity {
    display: none;
}

#otherdis {
    display: none;
}

.form-group-checkbox label {
    margin-right: 10px;
}

.form-group-checkbox p {
    font-weight: bold;
}

.form-group-advance {
    margin-left: 10px;
}

@media (max-width: 992px) {
    .qual-margin {
        margin-top: 20px;
    }
}

.reg-form-user-details {
    padding-top: 100px;
    z-index: 1;
    position: relative;
    margin-top: 25px;
}

/*.reg-form-user-details h3{
	top: 20px;
}*/

.reg-form-top-btn-right {
    padding-top: 50px;
}

.user-image img {
    border: solid 2px #328187;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    left: 20px;
    position: absolute;
    z-index: 1;
}

.user-image h2 {
    top: 40px;
    left: 190px;
    position: relative;
    z-index: 1;
}

.user-image {
    position: absolute;
    top: -120px;
    left: 65px;
}

.user-img-background {
    background-color: #fff;
    width: 190px;
    height: 50px;
    position: absolute;
    top: 80px;
    left: 0px;
}

@media (max-width: 768px) {
    .user-image img {
        border: solid 2px #328187;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        left: 0px;
        position: relative;
        z-index: 1;
    }

    .user-image h2 {
        top: 5px;
        left: 0px;
        position: relative;
        z-index: 1;
    }

    .user-image {
        text-align: center;
        position: relative;
        top: -50px;
        left: 0px;
    }

    .user-img-background {
        background-color: #fff;
        width: 150px;
        height: 50px;
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .reg-form-top-btn-right {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.reg-student-id-field {
    display: flex;
}

.reg-student-id-field button {
    margin-left: 10px;
    width: 150px;
}

.form-fields-margin-top {
    margin-top: 43px;
}

@media (max-width: 576px) {
    .reg-student-id-field {
        display: block;
        text-align: right;
    }

    .reg-student-id-field button {
        margin-left: 0px;
        margin-top: 10px;
        width: 100px;
    }

    .form-fields-margin-top {
        margin-top: 43px;
    }
}

.kin-table {
    overflow: hidden;
    overflow-x: scroll;
}

.kin-table::-webkit-scrollbar {
    height: 10px;
    background: #0000;
}

.kin-table::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
}

@media (max-width: 576px) {
    .big-heading-section {
        padding-top: 50px;
    }
}

.reg-student-btns {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .reg-student-btns {
        display: inline-grid;
    }
}

.reg-student-btn-inner {
    text-align: center;
    display: inline-block;
    padding: 8px 20px 5px 20px;
    background-color: #d7effc;
    border-radius: 5px;
    border-bottom: solid 5px #0000;
    cursor: pointer;
    transition: 0.3s;
}

.reg-student-btn-inner:hover {
    text-align: center;
    display: inline-block;
    padding: 8px 20px 5px 20px;
    background-color: #d7effc;
    border-radius: 5px;
    border-bottom: solid 5px #328187;
}

.reg-student-btn-inner.active {
    text-align: center;
    display: inline-block;
    padding: 8px 20px 5px 20px;
    background-color: #d7effc;
    border-radius: 5px;
    border-bottom: solid 5px #328187;
}

.reg-remove-time-table-section {
    display: none;
}

/*reg-form-bottom-tabs*/

.reg-form-bottom-tabs {
    display: inline-flex;
    margin: 20px 0px;
}

.reg-form-bottom-tabs-btn-inner {
    text-align: center;
    display: inline-block;
    padding: 15px 20px 5px 20px;
    margin: 5px 10px 0px 0px;
    background-color: #328187;
    color: #fff;
    border-radius: 5px;
    border-bottom: solid 8px #328187;
    cursor: pointer;
    transition: 0.3s;
}

.reg-form-bottom-tabs-btn-inner:hover {
    text-align: center;
    display: inline-block;
    padding: 15px 20px 5px 20px;
    margin: 5px 10px 0px 0px;
    background-color: #d7effc;
    color: #000;
    border-radius: 5px;
    border-bottom: solid 8px #328187;
}

.reg-form-bottom-tabs-btn-inner.active {
    text-align: center;
    display: inline-block;
    padding: 15px 20px 5px 20px;
    margin: 5px 10px 0px 0px;
    background-color: #d7effc;
    color: #000;
    border-radius: 5px;
    border-bottom: solid 8px #328187;
}

@media (max-width: 992px) {
    .reg-student-btns {
        display: grid;
    }
}

.form-update-btn .w-big {
    width: 180px;
}

.form-update-btn .w-big:hover {
    width: 180px !important;
}

.reg-comm-bottom-btns button {
    margin: 5px 8px;
}

@media (max-width: 768px) {
    .reg-comm-bottom-btns {
        display: inline-grid !important;
    }

    .reg-comm-bottom-btns button {
        margin: 5px 0px;
    }
}

/*.attend-attach-edu{
	display: none;
}
.payment-login-log{
	display: none;
}*/

.form-text {
    display: inline-flex;
}

.form-text h5 {
    text-align: left;
    background-color: #f3f6f9;
    padding: 15px 20px;
    font-weight: normal;
}

.attendance-border-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.attendance-border-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 992px) {
    .form-text h5 {
        text-align: center;
    }
}

.attendance-table {
    overflow: hidden;
    overflow-x: scroll;
}

.attendance-table::-webkit-scrollbar {
    height: 10px;
    background: #0000;
}

.attendance-table::-webkit-scrollbar-thumb {
    background: #f1f0f2 !important;
    -webkit-border-radius: 1ex;
}

.mark-leave-inner {
    display: none;
}

.attendance-hide-class-btn {
    margin-top: 60px;
}

.reg-student-login-details-btns {
    display: flex;
}

.reg-student-login-details-btns button {
    /*	width: auto;
	padding: 5px 5px;*/
    margin: 0px 3px;
}

.attendance-hide-class-button {
    display: none;
}

.attendance-view-btn {
    width: 80px;
    font-weight: 500;
}

@media (max-width: 992px) {
    .reg-student-login-details-btns {
        display: block;
    }

    .reg-student-login-details-btns button {
        /*	width: auto;
	padding: 5px 0px;*/
        margin: 3px 0px;
    }
}

.form-group-log-details {
    width: 60%;
}

@media (max-width: 992px) {
    .form-group-log-details {
        width: auto;
    }
}

/*  reg form tabs  */

.attend-attach-edu {
    display: none;
}

.payment-login-log {
    display: none;
}
.student-services-area{
    display: none;
}

.work-exp-inner-tab {
    display: none;
}

.work-personal-statment-inner-tab {
    display: none;
}

.comm-email {
    display: none;
}

.comm-sms {
    display: none;
}

.comm-history {
    display: none;
}

.uppy-Dashboard-isFixed {
    overflow: unset;
}

.attendance-show-class-container {
    background-color: #f3f6f9;
    height: 100px;
    overflow-y: scroll;
    border-radius: 5px;
}

.attendance-show-class-container ul {
    overflow: hidden;
    list-style-type: none;
    padding: 0px;
    text-align: center;
}

.attendance-show-class-container ul li {
    margin: 5px 0px;
    padding: 5px;
    cursor: pointer;
}

.attendance-show-class-container ul li:hover {
    margin: 5px 0px;
    padding: 5px;
    color: #fff;
    background-color: #328187;
}

.previoue-classes-list li.active {
    margin: 5px 0px;
    padding: 5px;
    color: #fff;
    background-color: #328187;
}

.attendance-show-class-btn {
    margin: 30px;
}

.attendance-table-buttons-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.attendance-table-button {
    border: solid 1px #328187;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin: 8px 5px;
}

.attendance-table-heading {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.attendance-show-class-button button {
    margin-left: 0px;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
    background-color: #d7effc !important;
}

.attendance-show-class-container {
    display: none;
}

/*attendance-select*/

.attendance-select {
    margin: 53px 0px;
}

@media (max-width: 768px) {
    .attendance-md-select {
        margin: 33px 0px;
    }
}

.attendance-form {}

/* rejected_students_action */

.rejected_students_action p {
    background-color: #d7effc;
    color: #328187;
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
}

.user-image-staff img {
    border: solid 2px #328187;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.user-image-staff_info {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 100px;
}

.user-image-staff {
    position: relative;
    display: flex;
}

@media (max-width: 768px) {
    .user-image-staff {
        text-align: center;
        position: relative;
        display: grid !important;
        grid-template-columns: auto;
    }

    .user-image-staff_info {
        position: relative;
        left: 0px;
        padding: 20px 0px;
    }

    .user-image-staff img {
        border: solid 2px #328187;
        width: 120px;
        height: 120px;
        border-radius: 100%;
    }
}

#noteDetail .la-trash:hover {
    color: #328187;
}

.form-control-staff {
    border-radius: 5px;
}

.staff-update-btn button {
    width: 137px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.staff-update-btn button:hover {
    /* width: 128px; */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.credentials-staff {
    display: none;
}

.user-right-tab {
    display: none;
}

.next-of-kin-staff {
    display: none;
}

.hr-staff {
    display: none;
}
.mc-sub-staff {
    display: none;
}

/* .staff_main-data {
    margin: 30px 0px;
} */

.vscomp-ele {
    max-width: 100% !important;
}

@media (max-width: 992px) {
    .staff_main-data {
        margin-top: 80px;
    }
}

.registered-student-letters {
    display: none;
}

.marketing-consultant-letters {
    display: none;
}

.registered-student-letters-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.registered-student-letters-table::-webkit-scrollbar {
    height: 10px;
}

.marketing-consultant-letters-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.marketing-consultant-letters-table::-webkit-scrollbar {
    height: 10px;
}

.letter-tabs-buttons {
    margin-top: 50px !important;
}

.radio-model-btn-letter {
    margin: 5px 10px;
    padding: 8px 20px;
    border-radius: 15px;
    border: solid 1px #328187;
    transition: 0.3s;
}

.radio-model-btn-letter label {
    color: #328187;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.radio-model-btn-letter input span {}

.radio-model-btn-letter.active {
    background-color: #328187;
}

.radio-model-btn-letter.active label {
    color: #ffff;
}

.reg-attachments-btn {
    margin-right: 30px;
    width: 100px;
    margin-bottom: 5px;
}

/* timetable-top-date */

.timetable-top-date {
    background-color: #82dff4 !important;
    color: #328187 !important;
}

.top-calender .la-calendar {
    color: #4f4f4f !important;
}

.top-calender .input-group-text {
    background-color: #82dff4 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #f1f0f2;
}

/* payments */

/*
.payments-history {
    display: none;
} */

.payments-install-planer {
    display: none;
}

.payments-refund {
    display: none;
}

.payments-extra {
    display: none;
}

.payments-installments-table .dataTables_length {
    display: none;
}

.payments-installments-table .dataTables_filter {
    display: none;
}

.payments-installments-table .dataTables_info {
    display: none;
}

.payments-installments-table .dataTables_paginate {
    display: none;
}

.payments-installments-table table {
    border: solid 1px #f1f0f2;
}

.table-head-custom {
    border-radius: 0px !important;
}

.payments-install-bottom-input {
    width: 80px;
    text-align: center;
    font-weight: normal;
    height: 35px;
    color: #000;
    border-radius: 5px !important;
    font-size: 16px !important;
    background-color: #d7effc !important;
    border: solid 1px #328187 !important;
}

.invoice-installment-creator-top {
    display: inline-flex;
}

@media (max-width: 576px) {
    .invoice-installment-creator-top {
        display: grid;
        padding: 5px 0px;
    }
}

.financial-inst-show {
    cursor: pointer;
}

.alert-history-tab {
    display: none;
}

.notes-history-tab {
    display: none;
}

.smc-followup-tab {
    display: none;
}

.attend-input-text {
    position: relative;
    display: flex;
}

.attend-input-text-inner {
    position: absolute;
    right: 12px;
    padding: 16px 10px;
    font-size: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*inner-table*/

.inner-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.inner-table::-webkit-scrollbar {
    height: 10px;
}

.installment-modal-heading span {
    padding: 5px 10px;
}

.heading-info {
    color: #328187;
    background-color: #d7effc;
}

.heading-info-text {
    /*	background-color: #328187;*/
    color: #328187;
}

@media (max-width: 768px) {
    .installment-modal-heading {
        margin: 5px 0px;
    }
}

.payment-invoice-btn {
    cursor: pointer;
    font-size: 20px;
    color: #f64e60;
}

.invoice-top-bar {
    padding: 40px 20px;
}

.invoice-top-image img {
    width: 200px;
}

.invoice-top-bar-heading {
    text-align: right;
    background-color: #328187;
    padding: 0px !important;
}

.invoice-top-bar-heading-text {
    position: relative;
    display: inline-block;
    margin: 0px !important;
    padding: 0px 20px !important;
    font-size: 40px;
    right: 150px;
    font-weight: bold;
    color: #000;
    letter-spacing: 10px;
    background-color: #d7effc;
}

@media (max-width: 992px) {
    .invoice-top-bar-heading {
        text-align: center;
    }

    .invoice-top-bar-heading-text {
        position: relative;
        display: inline-block;
        right: unset;
        margin: 0px !important;
        padding: 0px 20px !important;
        font-size: 25px !important;
        font-weight: bold;
        color: #000;
        letter-spacing: 5px;
        background-color: #d7effc;
    }
}

.invoice-body {
    background-color: #ffff;
    padding: 50px;
}

@media (max-width: 768px) {
    .invoice-body {
        background-color: #ffff;
        padding: 15px 0px;
    }
}

.invoice-table {
    border: solid 1px #e5e3e9;
}

.invoice-inner-table {
    border: solid 1px #e5e3e9;
    margin: 20px 0px;
    padding: 30px;
}

.invoice-inner-table-view {
    border: solid 1px #e5e3e9;
    margin: 20px 0px;
    padding: 30px;
}

@media (max-width: 768px) {
    .invoice-inner-table {
        padding: 30px 0px;
    }

    .invoice-inner-table-bottom {
        display: grid !important;
    }
}

@media (max-width: 576px) {
    .invoice-inner-table-bottom span {
        display: grid !important;
    }
}

.Installment-modal-paid {
    cursor: pointer;
}

.invoice-inner-table {
    display: none;
}

.table-outter-border {
    border: solid 1px #e5e3e9;
}

.payment-his-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.payment-his-table::-webkit-scrollbar {
    height: 10px;
}

/*promote-student*/

.promote-hdie-content {
    display: none;
}

.promote-student-heading {
    padding: 20px 30px;
}

.promote-student-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.promote-student-table::-webkit-scrollbar {
    height: 10px;
}

.invoice-payments-install {
    background-color: red;
}

.table-align-center {
    text-align: center;
}

.nested-row {
    display: none;
}

/*diary*/

.card-heading {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.card-heading p {
    font-size: 14px;
}

.side-inner-card {
    margin: 0px 20px;
    background-color: #328187;
    color: #ffffff;
    box-shadow: 1px 1px 10px #328187;
    border-radius: 20px;
    /*	height: 100px; */
    position: relative;
}

.card-inner-info {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.card-inner-info p {
    font-size: 15px;
    font-weight: 100;
}

.card-inner-btn i {
    margin: 28px 0px;
    border-radius: 100%;
    padding: 10px;
    font-size: 20px;
    color: #328187;
    background-color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.card-inner-btn i:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 10px #fff;
}

.events-list-heading {
    padding: 25px;
}

.diary-events-list {
    padding: 5px 15px;
    height: 385px;
    overflow-y: scroll;
}

.diary-events-list::-webkit-scrollbar {
    width: 5px;
}

.item-danger h6 {
    color: #f64e60;
}

.item-danger .event-bullet {
    background-color: #f64e60;
}

.item-success h6 {
    color: #1bc5bd;
}

.item-success .event-bullet {
    background-color: #1bc5bd;
}

.item-warning h6 {
    color: #ffa800;
}

.item-warning .event-bullet {
    background-color: #ffa800;
}

.item-info h6 {
    color: #8950fc;
}

.item-info .event-bullet {
    background-color: #8950fc;
}

.events-item p {
    padding-left: 30px;
}

.event-bullet {
    height: 10px;
    width: 10px;
    margin: 3px 10px;
    border-radius: 100%;
}

/*.fc-event-custom-solid-warning{
	background-color: #FFA800!important;
	color: #fff!important;
}*/

.fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .fc-header-toolbar {
        justify-content: center !important;
    }
}

.fc-title {
    display: block;
}

/*.fc-time{
	display: grid;
}*/

/*.fc-content:before{
background-color: #fff!important;
}*/

.fc-row.fc-widget-header {
    background-color: #d7effc;
    color: #000;
}

.fc-day-header span {
    color: #000 !important;
}

.fc-event-container {
    padding: 0px !important;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    transition: 0.2s;
}

.fc-event-container:hover {
    cursor: pointer;
    padding: 0px !important;
    bottom: 2px;
    position: relative;
}

/*footer*/

footer {
    padding-top: 20px;
    /*	color: */
    position: relative;
    /*	bottom: 0px;*/
    width: 100%;
    text-align: center;
    margin: 0px;
}

.wrap-footer {
    min-height: 92%;
}

.empty-page-footer {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
}

/*footer*/

.radio.radio-primary.letter-tab>span {
    margin-top: 3px;
}

.login-footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.attendance-show-class-current {
    padding: 0px 20px;
}

.fc-content-skeleton table tbody td {
    height: 100px !important;
    transition: 0.4s;
}

.fc-content-skeleton table tbody td:hover {
    background-color: #d7effc !important;
    cursor: pointer;
}

.attendance-hide {
    display: none;
}

.attendance-hide-table {
    overflow-x: hidden;
    overflow-x: scroll;
}

.attendance-hide-table::-webkit-scrollbar {
    height: 10px;
}

.attendance-by-id-responsive {
    overflow-x: hidden;
    overflow-x: scroll;
}

.attendance-by-id-responsive::-webkit-scrollbar {
    height: 10px;
}

/*logout-user-image*/

.logout-card {
    display: none;
    margin-top: 0px;
    right: 10px;
    top: 80px;
    position: absolute;
    height: 200px !important;
    width: 380px;
    z-index: 5000;
    animation: logoutcard 0.3s;
}

@keyframes logoutcard {
    0% {
        right: -380px;
    }

    100% {
        right: 10px;
    }
}

/* .logout-card::before {
    content: '\25B2';
    font-size: 22px;
    line-height: 0px;
    color: rgb(5, 108, 181);
    right: 25px;
    top: -6px;
    position: absolute;
    z-index: 1;
} */

.card-logout-custom {
    /*top: -25px;*/
    /*	box-shadow: 1px 1px 0px rgb(5, 108, 181);*/
    border: solid 2px rgb(5, 108, 181);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {

    /*logout-user-image*/
    .logout-card {
        top: 100px;
    }

    /* .logout-card::before {
        content: '\25B2';
        font-size: 25px;
        line-height: 0px;
        color: rgb(5, 108, 181);
        right: 20px;
        top: -6px;
        position: absolute;
        z-index: 1;
    } */
}

@media (max-width: 567px) {

    /*logout-user-image*/
    .logout-card {
        width: unset;
    }
}

.photo-success {
    padding: 0 !important;
}

.photo-success-alert {
    margin-bottom: 0 !important;
}

.profile-pic {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.profile-pic:hover {
    z-index: 10000;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 1.5em;
    padding-bottom: 4.5em;
}

.pictoupload {
    display: none !important;
    cursor: pointer;
    visibility: hidden;
}

form input[type="file"] {
    cursor: pointer;
}

.logout-user-image img {
    width: 108px;
    border-radius: 100%;
}

.pic-edit {
    right: 15px;
    color: #328187;
    border-radius: 19px;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    font-size: 20px;
}

.logout-user-btn {
    text-align: right;
}

.logout-user-heading i {
    font-size: 20px;
}

@media (max-width: 992px) {
    .logout-card {
        text-align: center;
    }

    .logout-user-btn {
        text-align: center;
    }
}

/*attach buttons*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/**/

.add-qualifications-btn {
    /*	width: 150px!important;*/
}

.attach-card {
    margin: 8px 0px;
    border: solid 1px #f3f6f9;
    border-radius: 10px;
}

.remove-qual:hover {
    cursor: pointer;
}

/*
.new-fields-1{
	display: none;
}*/

.remove-qualifications-button {
    /* display: none; */
}

.play-area {
    margin-top: 10px;
}

#stream {
    border: solid 1px #328187;
}

#capture {
    display: none;
}

#snapshot {
    display: inline-block;
    width: 320px;
    height: 240px;
}

/* CALENDER */

.fc-toolbar-title {
    color: #328187 !important;
}

.fc-button-primary {
    color: #328187 !important;
    background-color: #ffffff !important;
    padding: 8px 15px !important;
    /*	border-radius: 10px!important;*/
    border: solid 1px #f1f0f2 !important;
}

.fc-button-active {
    background-color: #328187 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.fc .fc-button-primary:focus {
    box-shadow: none !important;
}

.fc-col-header {
    /*	height: 20px!important;*/
    background-color: #d7effc !important;
}

.fc-col-header-cell {
    padding: 10px !important;
}

.fc-daygrid-day-frame .fc-scrollgrid-sync-inner {
    background-color: red !important;
}

/* CALENDER */

.fc-event-main {
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
}

.fc-daygrid-event-dot {
    border: 4px solid #ffffff;
}

.fc-event-time {
    color: #ffffff;
}

.fc-event-title {
    color: #ffffff;
}

.fc-event-main-danger {
    border: solid 1px #f64e60;
    background-color: #f64e60;
}

.fc-event-main-info {
    border: solid 1px #8950fc;
    background-color: #8950fc;
}

.fc-event-main-warning {
    border: solid 1px #ffa800;
    background-color: #ffa800;
}

.fc-event-main-success {
    border: solid 1px #1bc5bd;
    background-color: #1bc5bd;
}

.p-arrow {
    display: none;
    position: absolute;
    bottom: 0;
    font-size: 50px;
    top: 23px;
    color: #328187;
}

.p-arrow-mobile {
    display: none;
}

@media (max-width: 992px) {
    .p-arrow-mobile {
        position: absolute;
        bottom: 0;
        font-size: 40px;
        top: 28px;
        right: 29px;
        color: #328187;
    }

    .p-arrow {
        display: none;
    }
}

/* login-2 */

.login-logo2 {
    margin-top: 60px;
    margin-bottom: 20px;
    width: 40%;
}

.login-user {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

/* login-2 */

.table-inner-input-text {
    display: flex;
    margin-top: 9px;
}

.invoice-table-text {
    justify-content: center;
    display: flex;
}

.table-inner-input input {
    background-color: #0000;
    border: none;
    text-align: center;
}

.table-inner-input input::placeholder {
    color: #000;
}

.editeventmodal {
    overflow-y: unset;
}

.datepicker tbody tr>td.day.today {
    background-color: rgb(219, 234, 255) !important;
    color: rgb(63, 63, 63) !important;
    /* font-weight: bold!important; */
}

.attendance-page-body .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 99 !important;
}

.insertPaymentCalender div {
    animation: paycal 0.3s;
}

@keyframes paycal {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.invoice-top-details {
    display: flex;
}

/* .invoice-top-details-heading {
    display: flex;
} */

.invoice-top-details-text {
    border-bottom: solid 1px #328187;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}

.invoice-top-details-text h6 {
    margin-bottom: 0px;
    color: #328187;
}

.intake-modal {
    max-height: 450px;
    overflow-y: scroll;
}

.intake-modal::-webkit-scrollbar {
    width: 8px;
}

.visa-fields {
    display: none;
}

.passport-fields {
    display: none;
}

.what-emp-fields {
    display: none;
}

.if-unemp-fields {
    display: none;
}

.if-emp-fields {
    display: none;
}

.setup_diary-data {
    margin-top: 30px !important;
}

.alert-history-tab-table {
    overflow: hidden;
    overflow-x: scroll;
}

.alert-history-tab-table::-webkit-scrollbar {
    height: 8px;
}

/* .timetable_table_data {
    display: none;
} */

.reg_timetable_save {
    display: none;
}

.reg-timetable-btns button {
    height: fit-content;
}

.ui-datepicker {
    border-radius: 10px;
    padding: 15px;
}

.ui-widget.ui-widget-content {
    border: none !important;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.ui-widget-header {
    border: none;
    background: #5283f7 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.ui-widget-content {
    color: #5e77ff;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: unset;
    text-align: unset;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    border: none;
    background: #ededed;
    font-weight: bold;
    color: #515151;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 10px;
    margin: 5px 0px;
}

a.ui-state-default:hover {
    background: #4a9cff !important;
    color: #fefefe !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #75b3ff !important;
    color: #ffffff !important;
}

.ui-datepicker-title select {
    color: #fff;
    border: none;
}

.ui-datepicker-title select option {
    color: #000;
}

.alert.alert-danger {
    background-color: red !important;
    border: 1px solid red !important;
}

/* --------------For Switches------------ */

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle:focus.active,
.btn-toggle.focus,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    content: "Off";
    left: -4rem;
}

.btn-toggle:after {
    content: "On";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active {
    background-color: #328187;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

#myAreaChart {
    height: 191px;
}

#mySidebar {
    display: none;
}

.toggleData {
    /* transition: margin-left 0.5s; */
    padding: 0 16px;
}

.margin-for-dairy {
    margin: 0 15px;
}

.button-group-pills .btn {
    border-radius: 20px;
    line-height: 1.2;

    margin-bottom: 15px;
    margin-left: 10px;

    border-color: rgb(187, 187, 187);
    background-color: #fff;
    color: rgb(20, 164, 190);
}

.button-group-pills .btn:active {
    border-color: rgb(20, 164, 190);
    background-color: rgb(20, 164, 190);
    color: #fff;

    box-shadow: none;
}

.button-group-pills .btn:hover {
    border-color: rgb(21, 139, 159);
    background-color: rgb(21, 139, 159);
    color: #fff;
}
