body {
    font-family: 'Inter', sans-serif;
    color: #212121;
    font-size: 14px;
}

body.admin-body::-webkit-scrollbar {
    width: 0.5em;
}

body.admin-body::-webkit-scrollbar-track {
    background: #ffffff;
}

body.admin-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Inter', sans-serif;
}

.navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav .nav-item a.nav-link {
    padding-top: 10px;
    color: #212121;
    font-size: 16px;
}

.navbar-nav .nav-item.active a.nav-link {
    color: #F05A28;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: #F05A28;
}

.navbar .navbar-toggler {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .login-drop.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 10px;
}

.navbar .login-drop.dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 0;
    float: right;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 15%);
}

/* Malayalam Font */
.ml {
    font-family: 'Anek Malayalam', sans-serif;
}

.btn {
    font-size: 15px;
}

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1c24+0,f05a28+100 */
    background: #ec1c24;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec1c24 0%, #f05a28 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec1c24 0%, #f05a28 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec1c24 0%, #f05a28 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1c24', endColorstr='#f05a28', GradientType=1);
    /* IE6-9 */
    border-radius: 12px;
    padding: 10px 30px;
    transition: box-shadow 0.2s linear;
    border: none;
}

.btn-secondary {
    background: #f05a28;
    border-radius: 8px;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #ec1c24 !important;
    border: none !important;
    box-shadow: 0 0 0 0.2rem rgb(244 67 54 / 32%);
}

/* .btn-outline-secondary{
    border-color: #f05a28 !important;
    color: #f05a28 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background: #f05a28 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: 0 0 0 0.2rem rgb(244 67 54 / 32%);
} */

.text-primary {
    color: #F05A28 !important;
}

.text-secondary {
    color: #424242 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05a28+0,ec1c24+100 */
    background: #f05a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f05a28 0%, #ec1c24 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f05a28 0%, #ec1c24 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f05a28 0%, #ec1c24 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05a28', endColorstr='#ec1c24', GradientType=1);
    /* IE6-9 */
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary {
    border-color: #F05A28 !important;
    color: #F05A28 !important;
    border-radius: 12px;
    padding: 10px 30px;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05a28+0,ec1c24+100 */
    background: #f05a28;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f05a28 0%, #ec1c24 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f05a28 0%, #ec1c24 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f05a28 0%, #ec1c24 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f05a28', endColorstr='#ec1c24', GradientType=1);
    /* IE6-9 */
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
}

.btn-sm {
    font-size: 13px;
    border-radius: 8px !important;
    padding: 5px 12px !important;
}

.nav-user .btn-sm.btn-primary {
    padding: 8px !important;
    border-radius: 10px !important;
    line-height: 1;
}

.nav-user .btn-sm.btn-primary span.material-icons-outlined {
    font-size: 18px;
}

.link-btn {
    color: #F05A28;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
    border-bottom: thin solid #F05A28;
}

.link-btn:hover,
.link-btn:active,
.link-btn.active {
    color: #212121;
    text-decoration: none;
    border-color: #212121;
}

/* Summer note buttons */
.note-btn-group .note-btn.btn-sm {
    border-color: rgba(0, 0, 0, .2) !important;
    padding: 0.28rem 0.65rem !important;
    font-size: 13px !important;
    border-radius: 0.2rem !important;
}

.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1c24+0,f05a28+100 */
    background: #ec1c24;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec1c24 0%, #f05a28 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec1c24 0%, #f05a28 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec1c24 0%, #f05a28 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1c24', endColorstr='#f05a28', GradientType=1);
    /* IE6-9 */
}

input.form-control,
textarea.form-control,
select.form-control {
    border-color: #BDBDBD;
    color: #424242;
    border-radius: 8px;
    font-size: 14px;
}

input.form-control.input-numbers {
    letter-spacing: 6px;
}

label {
    color: #424242;
    font-weight: 500;
}

.btn-back {
    background-color: rgba(255, 87, 34, 0.50);
    line-height: 1;
    padding: 4px 5px;
    border-radius: 20px;
    margin-right: 0.75rem;
}

.btn-back:hover,
.btn-back:active,
.btn-back.active {
    background-color: rgba(255, 87, 34, 0.75);
}

.btn-back span.material-icons-outlined {
    font-size: 20px;
    color: #212121;
}

.card {
    border-radius: 18px;
    border-color: #dee2e6;
    padding: 12px;
}

.alert {
    border-radius: 12px;
}

/* Till here updated on 18.11.2022 */

form.small-form .form-control,
form.small-form .btn {
    font-size: 14px;
    font-weight: 400;
}

.vacancy-card {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    /* Edited on 19.11.2022 */
    border-radius: 12px;
    border: 1px solid #dee2e6 !important;
}

.vacancy-card .card-body {
    padding: 0.5rem;
}

.vacancy-card .vacancy-no {
    padding: 0.3rem 0.5rem;
    background-color: #f5f5f5;
    border-radius: 8px;
    text-align: center;
}

.vacancy-card .vacancy-no h6 {
    margin-bottom: 0.1rem;
}

.vacancy-card .vacancy-no p {
    font-size: 10px;
    margin-bottom: 6px;
}

.vacancy-card .candidate-status {
    background-color: #ffffff;
    border: thin solid #90A4AE;
    border-radius: 8px;
    padding: 0.25rem;
}

.vacancy-card .candidate-status h6 {
    font-size: 11px;
    text-align: center;
    margin-bottom: 0px;
    color: #212121 !important;
    font-weight: 400;
}

.vacancy-card .vacancy-details h6 {
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #F05A28;
}

.vacancy-card .vacancy-details p.company {
    font-weight: 500;
    font-size: 14px;
}

.vacancy-card .vacancy-details p {
    margin-bottom: 0.1rem;
    font-size: 13px;
}

.vacancy-card .btn-sm {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 400;
}

.vacancy-card .vacancy-details span.material-icons-outlined {
    font-size: 16px;
    line-height: 1;
    margin-right: 5px;
}

.vacancy-card .vacancy-details .vac-item {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    color: #616161;
}

/* Summernote Card */

.note-editor.card {
    padding: 0;
}

.note-editor.card .card-header {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
}

.pagination.vacancy-pagination li {
    display: inline-block;
    border-radius: 4px;
    margin-right: 2px;
    padding: 5px 10px;
    line-height: 16px;
}

.pagination li.active {
    background: #F05A28;
    border-color: #F05A28;
}

.pagination li.active a {
    color: #ffffff !important;
}

.page-item.active .page-link {
    background: #F05A28;
    border-color: #F05A28;
}

/* Added from 18.11.2022 */
.floating-label {
    position: absolute;
    margin-top: -46px;
    background: #fff;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -6px;
}

.default-section {
    padding-top: 2rem;
    padding-bottom: 120px;
    min-height: 99vh;
    background-image: url('../img/jfp-footer-pattern.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 70%;
}

.default-section-mini {
    padding-top: 2rem;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 99vh;
    background-color: #f8f5f4;
    background-image: url('../img/jfp-footer-pattern.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 30%;
}

.default-section .input-group-text,
.default-section-mini .input-group-text {
    padding: 4px 10px;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.login-card {
    border-radius: 12px;
    background: #ffffff;
    background-image: url(../img/jfp-login-card-img.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70%;
}

.login-card .card-body {
    padding: 2rem;
}

.login-card .input-group-text {
    padding: 4px 8px;
    background: #f5f5f5;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.hover-animate {
    transition: box-shadow 0.3s linear;
}

.hover-animate:hover {
    box-shadow: 0 2rem 1.5rem rgba(0, 0, 0, .1) !important;
}

.hover-animate-sm {
    transition: box-shadow 0.3s linear;
}

.hover-animate-sm:hover {
    box-shadow: 0 1rem .75rem rgba(0, 0, 0, .1) !important;
}

/* Select 2 Custome styles for Bootstrap theme */
.select2-selection {
    border-radius: 8px !important;
    box-shadow: none !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .select2-selection {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/* Footer */

footer {
    margin-top: -100px;
    padding-bottom: 10px;
}

/* Loading Animation for Button */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 8px;
}

.lds-ellipsis div {
    position: absolute;
    top: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* Spinner end */

/* swal size reduce */
.swal-custom {
    font-size: 13px !important;
}

.swal-custom h2 {
    font-size: 1.3rem !important;
}

.swal-custom p.lead {
    font-size: 0.9rem !important;
}

/* Slider Images */
.slider-image-item:hover img{
    opacity: 0.75;
}

/* Delete Button */

.btn-danger.deleteImage {
    position: absolute;
    right: 50px;
    margin-top: 20px;
    border-radius: 8px;
}

.btn-danger.deleteImage span.material-icons-outlined{
    font-size: 22px;
}

/* Admin Side Bar */

/* The sidebar menu */
.sidebar {
    height: 100%;
    /* 100% Full-height */
    width: 250px;
    margin-left: -260px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #ffffff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 10px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    /* Shadow for the sidebar */
    border-top-right-radius: 20px;
    /* Rounded top borders */
    border-bottom-right-radius: 20px;
    /* Rounded bottom borders */
}

/* The sidebar links */
.sidebar a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #424242;
    display: flex;
    align-items: center;
    margin: 6px 14px;
    border-radius: 12px;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #212121;
    background-color: rgba(255, 87, 34, 0.50);
}

/* Position and style the logo close button */
.sidebar .logobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px;
}

.sidebar .closebtn {
    padding: 4px;
    line-height: 0.5;
    background: #f44336;
    border-radius: 10px;
    color: #ffffff;
    width: 32px;
    position: absolute;
    top: 10px;
    right: 5px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 18px;
    padding: 6px 8px;
    border-radius: 10px;
    line-height: 1;
    /* border: thin solid #f44336;  */
    border: none;
    color: #f44336;
    background-color: #ffffff;
    margin-right: 12px;
}

.openbtn:hover {
    background-color: #f5f5f5;
}

/* Sub menu */
.sidebar ul :not(collapsed) .arrow:before,
.sidebar li :not(collapsed) .arrow:before {
    font-family: 'Material Icons Outlined';
    content: "\e5cc";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.sidebar ul .sub-menu li.active,
.sidebar li .sub-menu li.active {
    color: #f5f5f5;
}

.sidebar ul .sub-menu li.active a,
.sidebar li .sub-menu li.active a {
    color: #f5f5f5;
}

.sidebar ul .sub-menu li,
.sidebar li .sub-menu li {
    border: none;
    margin-left: 6px;
}

/* .sidebar ul .sub-menu li:hover,
.sidebar li .sub-menu li:hover {
    background-color: #f5f5f5;
} */
.sidebar ul .sub-menu li:before,
.sidebar li .sub-menu li:before {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.sidebar li a {
    justify-content: space-between;
}

.sidebar li a .s-menu {
    display: flex;
    align-items: center;
}

.sidebar a.nav-link span.material-icons-outlined {
    color: #F05A28;
}

.sidebar a.nav-link:hover span.material-icons-outlined {
    color: rgba(0, 0, 0, 0.6);
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    /* transition: margin-left .5s; */
    /* If you want a transition effect */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .header .btn-primary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sidebar {
        margin-left: -260px;
    }

    .card {
        padding: 10px;
    }

    .vacancy-card .card-body {
        padding: 0.5rem;
    }

    .vacancy-card .vacancy-no {
        padding: 0.2rem;
    }

    .link-btn {
        margin-left: 0;
        margin-right: 0;
    }

    .default-section {
        padding-bottom: 150px;
    }

    .default-section-mini {
        padding-left: 8px;
        padding-right: 8px;
    }

    .vacancy-card .candidate-status {
        margin-top: 8px;
    }

    /* Table Styles */
    .table-dom .dataTables_filter input.form-control {
        max-width: 200px;
    }

    .table-dom-fonly .dataTables_filter input.form-control {
        margin-left: 0;
        width: 100%;
    }

    /* Mobile Attendance Card */
    .attendance-card {
        border-color: #eeeeee;
    }

    .attendance-card .jname {
        font-weight: 500;
    }

    .attendance-card .btn {
        font-size: 14px;
        line-height: 28px;
        border-radius: 12px;
        display: flex;
        justify-content: center;
    }

    .attendance-card .btn span.material-icons-outlined {
        font-size: 18px;
        line-height: 28px;
        margin-right: 6px;
    }

    .attendance-card .present-ribbon {
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        background: rgba(255, 87, 34, 0.50);
        font-size: 10px;
        padding: 2px 8px;
        color: #000000;
    }
}