
/*----new login start here-----*/
.face-login .form-section {
    min-height: 92vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
}
.face-login a {
    text-decoration: none;
    color: #535353;
}
.face-login .form-inner {
    max-width: 435px;
    width: 100%;
}
.face-login .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    position: absolute;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    margin-left: -22px;
}
.face-login .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}
.face-login .form-check-input:checked {
    background-color: #f5c025 !important;
    border: 1px solid #f5c025 !important;
}
.face-login .form-section h3 {
    margin: 25px 0 25px;
    font-size: 22px;
    color: #fff;
}
.face-login .form-section .form-group {
    margin-bottom: 25px;
    position: relative;
}
.face-login .form-section .form-control {
    padding: 11px 35px 9px;
    font-size: 16px;
    outline: none;
    height: 55px;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    border-bottom: 1px solid #0000002b;
    /*background: #ffffff4a;*/
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}
#R_txtLogin::placeholder, #R_txtPass::placeholder {
    color: #fff;
}
.face-login .form-section .form-check {
    margin-bottom: 0;
    float: left;
    padding: 0;
    margin-left: 24px;
}
.face-login .form-section .form-check-label {
    padding-left: 5px;
    font-size: 16px;
    color: #FFF;
}
.face-login .form-section a.forgot-password {
    font-size: 16px;
    color: #fff !important;
    /*float: right;*/
}
.face-login p.flexes {
    text-align: end;
}
.face-login .checkbox.form-group.clearfix {
    margin-bottom: 0px;
}
.face-login .form-section a.forgot-password:hover {
    color: #ffb108;
}
.face-login .logo {
    float: none;
}
.face-login .logo img {
    margin-bottom: -15px;
    height: 125px;
    float: none;
}
.face-login .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    border-radius: 50px !important;
    width: 100%;
    height: 55px;
}
    .face-login .btn-theme:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        border-radius: 3px;
        transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
        transform-origin: bottom center;
        transition: transform 0.4s linear, transform 0.4s linear;
        z-index: -1;
    }
    .face-login .btn-theme:hover:after {
        transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
        transition: transform 0.4s linear, transform 0.4s linear;
    }
.face-login .btn-lg {
    padding: 0 50px !important;
    line-height: 55px !important;
}
.face-login .btn {
    box-shadow: none !important;
}
.face-login .custom-home {
    position: absolute;
    top: 20px;
    z-index: 1;
    color: #fff !important;
    right: 20px;
    background: #FF9800;
}
.face-login .btn-primary {
    background: #FF9800;
    /*margin-top: 25px;*/
}
    .face-login .btn-primary:hover {
        background: #ec8d00;
        border: 0;
    }
    .face-login .btn-primary:after {
        background: #ec8d00;
    }
@media (max-width: 1200px) {
    .face-login .name_wrap h1 {
        font-size: 40px;
    }
}
.face-login .home-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}
.face-login .form-group .custom-button-theme {
    margin-top: 0px;
}
.face-login .logo.cust-logo img {
    height: auto;
}
.face-login .cust-group-form a {
    color: #fff;
}
.face-login .cust-group-form:hover a {
    text-decoration: underline;
}
.face-login .form-group .custom-button {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ff9800;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 55px;
    width: 100%;
    background: transparent;
    border: 1px solid #ff9800;
}
    .face-login .form-group .custom-button:hover {
        color: #fff;
        background: #ff9800;
    }
.face-login .form-section .form-group.cust-group-form {
    margin-bottom: 5px;
}
.face-login .custom-border { background:transparent;border:1px solid #fff;color:#fff;}
    .face-login .custom-border:hover {
        background: #FF9800;
        color: #fff;
    }

@media (max-width:769px) and (min-width:300px) {
    .face-login .logo.cust-logo img {
        height: 150px;
        width: 100%;
    }
    .face-login {
        background: #1b3d63;
    }
        .face-login .form-section .form-control {
            width: 100% !important;
            max-width: 100%;
        }
}


.navbar {
    padding: 0;
    background: #0d7b9a;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #015d77;
    color: #fff;
    transition: all 0.3s;
}
    #sidebar.active {
        margin-left: -250px;
    }
    #sidebar .sidebar-header {
        padding: 12px;
        background: #0d7b9a;
        min-height: 49px;
    }
        #sidebar .sidebar-header h3 {
            margin: 3px 0 0 0;
            font-size: 18px;
        }
    #sidebar ul.components {
        padding: 20px 0;
    }
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    #sidebar ul li a {
        padding: 10px;
        font-size: 13px;
        display: block;
        color: #fff;
    }
        #sidebar ul li a:hover {
            color: #FFF;
            background: #f39c12;
        }
    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #044559;
    }
a[data-toggle="collapse"] {
    position: relative;
}
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    overflow: hidden;
    background: #dedede;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
        #sidebar.active {
            margin-left: 0;
        }
    #sidebarCollapse span {
        display: none;
    }
}
/*custom css*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
.nav-head {
    color: #fff;
    padding: 10px;
    background: #044559;
    text-align: center;
    font-weight: bold;
}
.centered {
    text-align: center;
}
.content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.btn-info {
    color: #b7d8e1;
    background-color: #0d7b9a;
    border-color: #0d7b9a;
}
    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #009f9f;
        border-color: #009f9f
    }
    .btn-info:hover {
        color: #fff;
        background-color: #009f9f;
        border-color: #009f9f
    }
    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #009f9f;
        border-color: #009f9f
    }
        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover,
        .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover,
        .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #009f9f;
            border-color: #009f9f
        }
.user_image {
    padding: 0 !important;
}
.user_name {
    margin-top: 0;
}
.btn-success {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}
    .btn-success:hover {
        color: #fff;
        background-color: #0f8c74;
        border-color: #0f8c74;
    }
    .btn-success a:hover, .btn-warning a:hover {
        color: #fff !important;
    }
.btn-warning {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
}
    .btn-warning:hover {
        color: #fff;
        background-color: #e38d05;
        border-color: #e38d05;
    }
.logout_btn a {
    color: #ffa81f!important;
}
.dashbord {
    background-color: #fff;
    border: solid #cdcdcd 1px;
    padding: 0px 0px 0px 8px;
    color: #01495f;
    font-weight: 500;
    font-size: 18px;
    margin-top: 5px;
}
    .dashbord span {
        background-color: #16a086;
        border-radius: 2px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        float: right;
        width: 3%;
        height: 10%;
        padding: 2px 5px;
    }
.student-portal {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 15px 2000px 15px;
    margin-bottom: -2000px;
}
    .student-portal h1.heading {
        color: #000000;
        font-size: 14px;
        font-style: italic;
        font-weight: 600;
        background: #f2f6f9;
        border-left: 3px solid #0e365c;
        padding: 10px;
        margin-top: 0;
    }
    .student-portal h2.subheading {
        color: #000000;
        font-size: 14px;
        font-style: italic;
        font-weight: 600;
        background: #f2f6f9;
        border-left: 3px solid #0e365c;
        padding: 10px;
        margin-top: 0;
    }
.right-menu {
    display: none;
}
@media (max-width:736px) and (min-width:320px) {
    #sidebarCollapse {
        margin-left: 15px;
    }
    #content {
        overflow: visible;
    }
    .student-portal {
        padding: 15px 15px 15px 15px;
        margin-bottom: 15px;
    }
    .right-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 0px;
    }
}
.cust-table thead tr th {
    background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%);
}
.cust-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    width: 30%!important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 24px !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 18px !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm), div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    font-size: 15px !important;
}
#sidebar ul li li {
    background: #307085;
}