:root {
    --primary: #ee2e2e;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
    --font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --font-heading: "Poppins", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --font-size: 16px;
    --line-height: 1.6;
}
body {
    background-color: white;
    font-family: var(--font-family);
    font-size: var(--font-size) !important;
    line-height: var(--line-height);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Typography Enhancements */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.btn, .form-control, .form-select, input, textarea, select {
    font-family: var(--font-family);
}

.navbar-brand, .nav-link {
    font-family: var(--font-heading);
}

/* Dashboard Navbar CSS */
.app-sidebar {
    background-color: var(--dark) !important;
}
.sidebar-brand {
    justify-content: flex-start !important;
    margin-left: 10px !important;
}
.app-header {
    padding: .48rem 0.7rem !important;
}
.brand-link .brand-text {
    color: #fff;
    font-size: 1.2rem;
    /* font-weight: 500; */
}

/* Dashboard Sidebar CSS*/
.sidebar-menu .nav-link {
    transition: width ease-in-out 0.4s;
    border-radius: 0 !important;
}
.sidebar-menu .nav-item > .nav-link {
    font-size: 16.5px;
    /* font-weight: 300; */
}
.sidebar-menu .nav-link .nav-arrow::before {
    right: .7rem !important;
    font-size: small;
    padding-bottom: 5px !important;
}

/* Dashboard Main Content CSS */
.app-main{
    padding: 1.7rem 0;
}
.app-content {
    padding: 0 20px;
}
.app-content .card {
    border-radius: 0;
}
.app-content .small {
    font-size: .90em;
}
.dashboard-subtitle {
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--primary);
}
.card-header:first-child {
    background: #f7f7f7;
}
.card-footer a {
  font-size: 15px;
  padding: 9px 16px;
  border: 0;
}

/* Custom styles for better visuals */
.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding-left: 35px;
  padding-right: 35px;
}
.modal-title {
  font-weight: 600;
  color: #343a40;
}
.modal-header .btn-close {
  font-size: 13px;
}
.modal-body {
  padding: 1.5rem;
}
.modal-body .card-header {
  border-radius: 0 !important;
}
.modal-body table.dataTable {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 1.05rem;
  background-color: #fff;
}
.modal-body table.dataTable thead th {
  background-color: #f8f9fa;
  font-weight: 600;
  padding: 12px;
  font-size: 1.1rem;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}
.modal-body table.dataTable tbody td {
  padding: 10px 12px;
  border-top: 1px solid #dee2e6;
}
.modal-body table.dataTable tbody tr:nth-child(even) {
  background-color: #f4f6f9;
}
.modal-body table.dataTable tbody tr:hover {
  background-color: #eaf3ff;
  cursor: pointer;
}
.modal-body table.dataTable th.sorting,
.modal-body table.dataTable th.sorting_asc,
.modal-body table.dataTable th.sorting_desc {
  background-image: none !important;
  position: relative;
}
.modal-btns {
  position: relative;
  /* margin-top: 50px; */
}
.modal-body button {
  border: 0 !important;
  border-radius: 0;
}
.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}
.modal-footer button {
  border: 0;
  padding: 8px 17px;
  font-size: 15px;
}
.form-label {
  font-weight: 500;
  font-size: 17px;
}
.select2-container {
  width: 100% !important;
}
.form-control,
.form-select,
.select2-container--default .select2-selection--single {
  box-shadow: none !important;
  padding: 12px 20px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
.select2-container--default .select2-dropdown {
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single {
  height: 51px;
  padding: 9px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus-visible,
.select2-container--default .select2-selection--single:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.form-control:focus,
.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 400;
    color: #888;
    margin-top: -4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 75%;
  margin-left: -9px;
}

/* User Menu and Profile CSS */
.app-header .nav-link .nav-toggle-icon {
    font-size: 1rem;
    color: #bababb;
}
.user-menu .user-image {
    margin-top: 0 !important;
    height: 35px;
    width: 35px;
    object-fit: cover;
}
.user-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  width: 35px;
}
.user-dropdown-toggle:after {
  display: none; 
}
.user-dropdown {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  min-width: 200px;
  margin-top: 0.5rem;
}
.user-header {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  background-color: var(--dark);
}
.navbar-nav > .user-menu > .dropdown-menu {
    width: 240px;
    margin-top: 8px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    width: 80px;
    height: 80px;
}
.user-info {
  margin-top: 0.5rem;
}
.user-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: white;
}
.user-role {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.1rem;
  color: white;
}
.user-company {
  font-size: 0.85rem;
  opacity: 0.8;
  margin: 0;
  color: white;
}
.user-footer {
  padding: 0;
}
.user-actions {
  display: flex;
  flex-direction: column;
}
.user-action-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  color: var(--dark);
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.user-action-item:hover {
  background-color: rgba(238, 46, 46, 0.05);
  color: var(--primary);
}
.user-action-item i {
  font-size: 1.1rem;
  width: 20px;
  color: var(--primary);
}
.user-action-item span {
  font-weight: 500;
}
.logout-action {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.admin-profile-card .card-header {
    border-radius: 0;
    background-color: var(--dark) !important;
}
.admin-profile-card .card-header h5{
    font-size: 1.2rem;
}
.profile-image {
  object-fit: cover;
}
.profile-camera-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.profile-camera-btn i {
  font-size: 15px;
}
.personal-info-section .form-label {
  font-size: 1.1rem;
  color: #495057;
  font-weight: 500;
}
.profile-input {
  border-radius: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.profile-input:focus-within {
  box-shadow: 0;
}
.profile-input .input-group-text {
  background-color: #f8f9fa;
  border-color: #e9ecef;
  color: #6c757d;
  padding-left: 16px;
  padding-right: 16px;
  transition: all 0.2s ease;
}
.profile-input:focus-within .input-group-text {
  border-color: 0;
}
.profile-input .form-control {
  border-color: #e9ecef;
  padding: 0.65rem 0.75rem;
  height: auto;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.profile-input .form-control:focus {
  border-color: 0;
  box-shadow: none;
}
.personal-info-section {
  border-top: 1px solid #f0f0f0;
}
.app-main .app-content-header .dashboard-title h3 {
    font-size: 1.4rem;
}
.app-main .app-content-header .breadcrumb a{
    color: var(--primary) !important;
    font-weight: 400;
}
.admin-profile-card h6 {
  font-weight: 500;
  font-size: 0.95rem;
}
.user-profile-btn .btn {
  background-color: var(--primary);
  color: #fff;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  padding: 10px 25px !important;
  transition: all 0.3s ease;
}
.user-profile-btn .btn:hover {
  background-color: #d62828;
}
.admin-contact-card {
  background-color: #f8f9fa;
  box-shadow: none;
}
.admin-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.admin-icon-wrapper i {
  font-size: 24px;
  color: #495057;
}
.admin-contact-card h5 {
    font-size: 1.2rem;
}

/* List of Vacancies CSS */
.nav-tabs .nav-link.active, 
.nav-tabs .nav-item.show .nav-link {
  font-weight: 600 !important;
  border-radius: 0;
}
.nav-tabs .nav-link:hover, 
.nav-tabs .nav-item.show .nav-link:hover {
  border-radius: 0;
  color: var(--dark);
}
tr.selected {
  background-color: #0d6efd !important;
  color: white;
}
tr.locked {
  background-color:rgb(238, 38, 38) !important;
  color: white;
}
.customized-card {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: none;
  margin-bottom: 2rem;
}
.customized-card .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.25rem 1.5rem;
}
.customized-card .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #212529;
}
.customized-card .card-body {
  padding: 1.5rem;
}
.customized-card .btn {
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.customized-card .btn-flat {
  box-shadow: none;
}
.customized-card .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.customized-card .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.customized-card .btn-success {
  background-color: #198754;
  border-color: #198754;
}
.customized-card .btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
}
.customized-card .btn-outline-success:hover {
  background-color: #198754;
  color: white;
}
.customized-card .btn-outline-danger:hover {
  background-color: #dc3545;
  color: white;
}
.customized-card .btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}
#toolbar {
  padding-bottom: 5px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1.5rem;
}
#toolbar .btn {
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
#toolbar .btn i {
  font-size: 0.9rem;
}
.customized-table-container {
  border-radius: 6px;
  width: 100%;
  overflow-x: auto;
  padding: 15px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.customized-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
}
.customized-table thead th {
  background-color: #f8f9fa;
  color: #495057;
  padding: 1rem 1.25rem !important;
  border-bottom: 2px solid #dee2e6 !important;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.customized-table tbody td {
  padding: .5rem 1.25rem !important;
  vertical-align: middle;
  border-bottom: 1px solid #e9ecef;
  font-size: 1.05rem;
  line-height: 1.5;
}
.customized-table tbody tr {
  transition: background-color 0.2s ease;
}
.customized-table tbody tr:hover {
  background-color: rgba(13, 110, 253, 0.04);
  cursor: pointer;
}
.customized-table tbody tr.selected td {
  font-weight: 500;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  margin: 1.25rem 0;
  color: #6c757d;
  font-size: 1rem;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
}
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: 0;
  box-shadow: transparent;
  outline: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5rem 0.75rem;
  margin-left: 3px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--primary) !important;
  color: white !important;
  border: 1px solid var(--primary) !important;
  font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.current) {
  background: #e9ecef !important;
  color: #0d6efd !important;
  border: 1px solid #dee2e6 !important;
}
.customized-table .status-progress {
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}
.customized-table .status-open {
  color: #198754;
  background-color: #d1e7dd;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}
.customized-table .status-closed {
  color: #dc3545;
  background-color: #f8d7da;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}
.card-tools .btn {
  margin-left: 0.5rem;
}



/* Toastr error message: red background, black text */
.toast-error {
  background-color: #d9534f !important;
  color: #000 !important;
}

@media (max-width: 768px) {
  .modal-dialog {
    top: 10%;
  }
}




/* :root {
    --primary: #ee2e2e;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

body {
    background-color: white;
} */
/*** Spinner ***/
/* #spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
} */


/*** Button ***/
/* .btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
} */


/*** Navbar ***/
/* .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
} */

/* .navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
} */

/* .navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
} */

/* @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
} */


/*** Header ***/
/* .header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid red;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
} */

/* @media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
} */

/* .header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
} */


/*** About ***/
/* .about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
} */


/*** Category ***/
/* .cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(243, 7, 7, 0.08);
    box-shadow: 0 0 45px rgba(237, 30, 30, 0.8);
} */


/*** Job Listing ***/
/* .nav-pills .nav-item .active {
    border-bottom: 2px solid red;
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
} */


/*** Testimonial ***/
/* .testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
} */




/* Dashboard Cards CSS */
.dashboard-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.dashboard-card-link:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}
.info-box {
  transition: all 0.3s ease;
}
.info-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-box .info-box-number {
    font-weight: 500;
}
.info-box-icon i {
  font-size: 1.75rem;
}

/* Notice Cards CSS */
.notice-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.notice-card-link:hover {
  transform: translateY(-3px);
  text-decoration: none;
  color: inherit;
}


