
/*----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: 10px 20px;
    background: #ffffff;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 240px;
    max-width: 240px;
    background: #1E2A38; /* Modern navy */
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 15px;
    background: #16202B;
}

#sidebar ul li a {
    padding: 12px 18px;
    font-size: 14px;
    display: block;
    color: #cfd8dc;
    border-radius: 8px;
    margin: 4px 10px;
    transition: 0.3s;
}

#sidebar ul li a:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

#sidebar ul li.active > a {
    background: #6C8EF5;
    color: #fff;
}
 
    #sidebar.active {
        margin-left: -250px;
    }
    
        #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.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: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    overflow: hidden;
    background: #EAF1F8; /* Soft modern background */
}
/* ---------------------------------------------------
    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: #2D3748;
}
.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;
    }
}
 .table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.table thead {
    background: #F4F6FA;
}

    .table thead th {
        background: #F4F6FA;
        font-weight: 600;
        color: #2D3748;
        border-bottom: 1px solid #e6e9ef;
    }

    .table tbody td {
        border-bottom: 1px solid #f1f1f1;
    }

    .table tbody tr:last-child td {
        border-bottom: none;
    }

.table tbody tr:hover {
    background: #f9fbff;
}
.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;
}

/* Modern Card */
.card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 25px;
}

/* Heading */
.page-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

/* DataTable Toolbar */
.dataTables_wrapper .dt-buttons .btn {
    border-radius: 6px;
    margin-right: 6px;
    padding: 6px 14px;
}

/* Search box */
.dataTables_filter input {
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 6px 10px;
}

/* Table */
  

/* Buttons */
.btn {
    border-radius: 6px;
}

.btn-xs {
    padding: 4px 10px;
}

/* Pagination */
.pagination > li > a {
    border-radius: 6px !important;
    margin: 0 3px;
}

.btn-primary {
    background: #6C8EF5 !important;
    border: none !important;
    border-radius: 8px;
    padding: 6px 16px;
}

.btn-primary:hover {
    background: #5579e6 !important;
}

.btn-danger {
    background: #FF6B6B !important;
    border: none !important;
    border-radius: 8px;
}

.btn-success {
    background: #27AE60 !important;
    border: none !important;
    border-radius: 8px;
}
/*new*/
.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    overflow: hidden;
}

    .table th,
    .table td {
        padding: 14px 12px;
        border-right: 1px solid #eef1f5;
    }

        .table th:last-child,
        .table td:last-child {
            border-right: none;
        }
    .table tbody tr:hover {
        background: #f8fbff;
        transition: 0.2s ease;
    }

    /*new*/
/* Soft Container */
.soft-table {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    margin-top: 20px;
}

/* Header Strip */
.soft-table-header {
    background: #D4E6F1; /* Soft pastel blue */
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 600;
    color: #2D3748;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body */
.soft-table-body {
    padding: 10px 20px 20px 20px;
}

/* Table */
.soft-table table {
    width: 100%;
    border-collapse: collapse;
}

.soft-table th {
    background: #F8F9FC;
    padding: 14px;
    text-align: left;
    font-weight: 600;
    color: #4A5568;
    border-bottom: 1px solid #edf2f7;
}

.soft-table td {
    padding: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.soft-table tr:last-child td {
    border-bottom: none;
}

.soft-table tr:hover {
    background: #f9fbff;
}

/* Create Button */
.btn-create {
    background: #6C8EF5;
    color: #fff;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
}

    .btn-create:hover {
        background: #5579e6;
        color: #fff;
    }

/* Action Buttons */
.btn-edit {
    background: #6C8EF5;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
}

.btn-delete {
    background: #FF6B6B;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    text-decoration: none;
}

    .btn-edit:hover,
    .btn-delete:hover {
        opacity: 0.9;
        color: #fff;
    }

/* Region Badge */
.region-badge {
    display: inline-block;
    background: #E8F8F5;
    color: #1ABC9C;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 4px;
}