body{
  font-family: Livvic!important;
  margin-bottom: 10%;
  color: #666!important;
}

.btn-primary, .btn-info, .btn-danger, .btn-secondary, .btn-success, .btn-warning{
  border-radius: 0px!important;
}

.form-control, .form-select{
  border-bottom: 1px solid #0d6efd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.select2-selection {
  font-family: Livvic!important;
  height: 38px !important;
  display: flex!important;
  align-items: center!important;
  border-bottom: 1px solid #0d6efd!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

/*hide div*/
.hidden {
  display: none;
  pointer-events: none;
}

/*datatable css*/
#dataTable thead th {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}
#dataTable thead td {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}

#dataTable1 thead th {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}
#dataTable1 thead td {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}

#monthlyTable thead th {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}
#monthlyTable thead td {
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
}

/*loading animation*/
.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.loading .spinner:after {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-text {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

/*step navbar*/
.applicantNav .steps-nav {
  margin-top: 1rem;
}
.applicantNav .steps-nav .nav-item {
  flex: 1;
}
.applicantNav .steps-nav .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 200px;
  background-color: #F6F9FA;
}
.applicantNav .steps-nav .nav-link:hover {
  background-color: #f0f0f0;
  transform: translateY(-5px);
}
.applicantNav .steps-nav .nav-link i {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.applicantNav .steps-nav .nav-link .step-number {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.applicantNav .step-number{
  display: none;
}
@media (max-width: 992px) {
  .applicantNav .step-number {
    width: 90%;
    height: 30px; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    font-family: Anton;
    background-color: #049F28;
  }
  .applicantNav .steps-nav .nav-link.active {
    border-top: 5px solid #2581FF;
    border-right: 1px solid #2581FF;
    border-left: 1px solid #2581FF;
    border-bottom: 1px solid #2581FF;
    color: #004d99;
    border-radius: 5px;
    font-family: Anton;
  }
  .steps-nav .card .nav-link {
    display: block;
    padding: 0.5rem;
    background: #ECF4F7;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
    text-align: center;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .steps-nav .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .steps-nav .card .nav-link {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
  .steps-nav .card .nav-link:active {
    background-color: #f8f9fa;
  }
  .steps-nav .nav-link.active {
    font-weight: bold;
    color: #007bff;
    background-color: #f8f9fa;
  }

}

.applicantNav .steps-nav .nav-link.active {
  border-top: 5px solid #2581FF;
  border-right: 1px solid #2581FF;
  border-left: 1px solid #2581FF;
  border-bottom: 1px solid #2581FF;
  color: #004d99;
  border-radius: 5px;
  font-family: Anton;
}

/* Specific Status Colors */
.applicantNav .steps-nav .text-success {
  font-size: 14px;
  color: #4caf50;
  font-family: Anton;
}

.applicantNav .steps-nav .text-danger {
  font-size: 14px;
  color: #f44336;
  font-family: Anton;
}

.applicantNav .steps-nav .text-info {
  font-size: 14px;
  color: #0dcaf0;
  font-family: Anton;
}

.applicantNav .steps-nav .text-success i {
  color: #4caf50;
  font-size: 16px;
}

.applicantNav .steps-nav .text-danger i{
  font-size: 16px;
  color: #f44336;
}

.applicantNav .steps-nav .text-info i{
  font-size: 16px;
  color: #0dcaf0;
}


.steps-nav .step-number {
  font-size: 1.2rem;
  font-weight: bold;
}

.steps-nav .card {
  border: none;
  background: none;
}

/* Hover Animation */
.applicantNav .steps-nav p:hover {
  transform: scale(1.1);
}

/*step navbar style END */



.applicantNav .card{
  padding: 0px;
  border: 1px solid #1140ac;
}
.applicantNav .card .card-header{
  background: linear-gradient(to bottom, #007bff, #1140ac);


}

.applicantNav .card h1 {
  color: #039520;
  align-items: center;
  font-family: Anton;
}
.applicantNav .card h1 i {
  color: #039520;
}
.applicantNav .card h2 {
  color: #ffffff;
  align-items: center;
  font-family: Anton;
  letter-spacing: 2px;
}
.applicantNav .card h2 i {
  color: #009dff;
}

.applicantNav .table th, td {
  font-size: 15px;
  line-height: 1.6;
}
.applicantNav .table thead td{
  background: linear-gradient(to right, #0564FF, #05B7FF);
  color: #EAF4F6;
  font-weight: normal;
  font-family: Anton;
  font-size: 15px;
  line-height: 1.6;
}


.applicantNav ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.applicantNav .card h4 {
  color: #333;
  align-items: center;
}
.applicantNav .card h4 i {
  margin-right: 10px;
  color: #009dff;
}

.applicantNav .instruction-card .start-button {
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
.applicantNav .instruction-card ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.applicantNav .instruction-card ul {
  list-style-type: none;
  padding-left: 20px;
}
.applicantNav .instruction-card i {
  color: #009dff;
}
.applicantNav .instruction-card li span {
  color: #009dff;
}





/* next step css */
.next-step .gradient-bg {
  background: linear-gradient(to right, #0259AB, #31BEFF);
  animation: gradient-animation 3s infinite alternate;
}

@keyframes gradient-animation {
  0% { background: linear-gradient(to right, #0259AB, #31BEFF); }
  100% { background: linear-gradient(to right, #31BEFF, #0259AB); }
}

.next-step .animate-icon {
  animation: icon-animation 1s infinite alternate;
}

@keyframes icon-animation {
  0% { transform: translateX(0); }
  100% { transform: translateX(10px); }
}

.next-step .animate-button {
  transition: transform 0.3s ease;
}

.next-step .animate-button:hover {
  transform: scale(1.1);
}
/* end next step css*/



/*top nav */
.top_nav {
  background: linear-gradient(to bottom, #007bff, #001e6e);
  color: white!important; /* Text color */
  padding: 1rem 0; /* Adjust padding for content within */
}
.top_nav .navbar {
  background-color: transparent !important; /* Make navbar background transparent */
}
.top_nav .navbar-light .navbar-nav .nav-link {
  color: white; /* Text color for navbar links */
}
.top_nav .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7); /* Hover color for navbar links */
}
.top_nav .navbar-light .navbar-toggler {
  border-color: white; /* Toggle button color */
}
.top_nav .dropdown-menu {
  background-color: #001e6e; /* Dark blue for dropdown menu */
}
.top_nav .dropdown-menu a {
  color: white !important; /* Text color for dropdown items */
}
.top_nav .dropdown-menu a:hover {
  background-color: #007bff !important; /* Hover background color for dropdown items */
}
.top_nav #logoutBtn{
  cursor: pointer;
}
.top_nav li{
  font-family: Anton;
  font-weight: normal!important;
}


/*file upload section, drag and drop section*/
.drag-drop-area {
  border: 2px dashed #ced4da;
  border-radius: 0.25rem;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.drag-drop-area.dragover {
  border-color: #007bff;
  background-color: #e9f7ff;
}


/*screening test styles*/
.screening-test .card-body{
  padding:45px;
}

.screening-test .step-indicator {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.screening-test .step-indicator li {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-right: 10px;
  background-color: #fff;
  color: #ccc;
}

.screening-test .step-indicator li.active {
  border-color: #007bff;
  color: #007bff;
}


/* screening test result page*/
.screening-test-result .table thead td {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.screening-test-result .table th, .table td {
  vertical-align: middle;
}
.screening-test-result .text-success {
  color: #28a745;
}
.screening-test-result .text-danger {
  color: #dc3545;
}
.screening-test-result .table-success {
  background-color: #d4edda !important; /* Light green for correct answers */
}
.screening-test-result .table-danger {
  background-color: #f8d7da !important; /* Light red for incorrect answers */
}

/*screening test page */
.screening-test #timer {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% { color: #000; }
  50% { color: #ff0000; }
  100% { color: #000; }
}
.screening-test  .step {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.screening-test  .step.active {
  display: block;
  opacity: 1;
}
.screening-test  .step-indicator {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 20px;
}
.screening-test .step-indicator li {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  color: #ccc;
}
.screening-test .step-indicator li.active {
  border-color: #007bff;
  color: #007bff;
}

/*search div*/
.add-job-profile .searchDiv{
  background: linear-gradient(to top, #007bff, #001e6e);
}
/*end search div*/


/*slide navbar */
.sidebar-nav #sidebar {
  width: 250px;
  background: linear-gradient(to top, #007bff, #001e6e);
  color: #fff;
  transition: all 0.3s;
  height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  font-family: Parkinsans!important;
  font-size: 0.9em;
}
.sidebar-nav #sidebar.collapsed {
  margin-left: -250px;
}
.sidebar-nav #content {
  flex-grow: 1;
  padding: 10px;
  margin-left: 250px;
  transition: all 0.3s;
  margin-top: 30px;
}
.sidebar-nav #content.collapsed {
  margin-left: 0;
}
.sidebar-nav .active-item {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
  font-family: Anton;
}
.sidebar-nav .active-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav .list-group-item {
  background: linear-gradient(to top, #007bff, #007bff);
  color: #ffffff;
  border: 0px;
  font-size: 0.9em;
}
.sidebar-nav .list-group-item i {
  min-width: 20px;
}
@media (max-width: 768px) {
  .sidebar-nav #sidebar {
    margin-left: -250px;
  }
  .sidebar-nav #sidebar.collapsed {
    margin-left: 0;
  }
  .sidebar-nav #content {
    margin-left: 0;
    margin-top: 30px;
  }
  .sidebar-nav #content.collapsed {
    margin-left: 0;
  }
  .sidebar-nav #sidebarToggle {
    left: 125px;
  }
}
.sidebar-nav #sidebarToggle {
  position: fixed;
  top: 18px;
  left: 130px;
  z-index: 1100;
  transition: all 0.3s;
  font-family: Anton;
  padding-top: 3px;
  padding-bottom: 3px;
}
.sidebar-nav #sidebar.collapsed + #sidebarToggle {
  left: 125px;
}

.sidebar-nav #sidebarLogo {
  position: fixed;
  top: 1px;
  left: 1px;
  z-index: 1100;
  height: 65px;
  width: 65px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 2px solid #ffffff;
}

.navbar #sidebarLogo {
  position: fixed;
  top: 1px;
  left: 1px;
  z-index: 1100;
  height: 65px;
  width: 65px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 2px solid #ffffff;
}


/*screening test add page in the admin*/
.add-screening-qestions .question-section {
  position: relative;
  border: 1px solid #0d6efd;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.add-screening-qestions .question-section:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.add-screening-qestions .question-section textarea {
  resize: none;
}

.add-screening-qestions .remove-section-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.add-screening-qestions .remove-section-btn:hover {
  background-color: #c82333;
}

.add-screening-qestions #positionSelectDiv {
  display: none;
}
.add-screening-qestions #positionCheckboxes {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.add-screening-qestions .form-check {
  margin-bottom: 5px;
}
.add-screening-qestions #selectedPositions {
  margin-bottom: 10px;
  color: green;
} 
.add-screening-qestions .question-number {
  display: inline-block;
  background-color: #0d6efd; /* Bootstrap primary color */
  color: #fff;
  font-size: 1rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

/*admin panel and manager panel title*/
#title {
  background-image: linear-gradient(to right, #0074D9, #7FDBFF);
  -webkit-background-clip: text;
  color: transparent;
  font-family: Anton, sans-serif;
  text-align: center;
  color: transparent;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*end*/


/* add job profile */

.add-job-profile #positionCheckboxes {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
}
.add-job-profile .form-check {
  margin-bottom: 5px;
}
.add-job-profile #selectedPositions {
  margin-bottom: 10px;
  color: green;
}

/*job profile modal css*/
#positionIdModal .card {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 15px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
}

#positionIdModal .card-header {
  background-color: #17a2b8;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}

#positionIdModal .card-body {
  padding: 15px;
}

#positionIdModal .row {
  display: flex;
  margin-bottom: 10px;
}

#positionIdModal .title {
  font-weight: bold;
  flex: 0 0 30%;
}

#positionIdModal .description {
  flex: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* end job profile*/



/*additional information section*/
.additional-information .education_form_section, .employment_form_section, .language_form_section, .emergency_contact_section, .reference-section {
  position: relative;
  border: 1px solid #0d6efd;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
}

.additional-information .education_form_section:hover , .employment_form_section:hover , .language_form_section:hover, .emergency_contact_section:hover, .reference-section:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.additional-information .education_form_section, .employment_form_section, .language_form_section, .emergency_contact_section, .reference-section textarea {
  resize: none;
}
.additional-information .question-number {
  display: inline-block;
  background-color: #0d6efd; /* Bootstrap primary color */
  color: #fff;
  font-size: 1rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}


/* Page loader styles */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none; /* Initially hidden */
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.loader-container p{
  font-size: 18px;
}

.loader {
  border: 10px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 12px solid #0d6efd;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*add slot for interview*/
.add-slot-admin .slotResults {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px;
  border-top: 5px solid #198754;
}
/* end slot for interview*/

/*application slot*/
#appointmentForm .slot-container {
  padding: 10px;
  transition: background-color 0.3s ease;
  border:5px solid #fff;
  border-radius: 10px;
  color: #ffffff;
}

#appointmentForm .slot-container.available {
  background: linear-gradient(to right, #00C01A, #74FF00);
  cursor: pointer;
}

#appointmentForm .slot-container.booked {
  background: linear-gradient(to right, #FF1F00, #FF5D5D);
  cursor: not-allowed;
}
#appointmentForm1 .slot-container {
  padding: 10px;
  transition: background-color 0.3s ease;
  border:5px solid #fff;
  border-radius: 10px;
  color: #ffffff;
}

#appointmentForm1 .slot-container.available {
  background: linear-gradient(to right, #00C01A, #74FF00);
  cursor: pointer;
}

#appointmentForm1 .slot-container.booked {
  background: linear-gradient(to right, #FF1F00, #FF5D5D);
  cursor: not-allowed;
}
/*end applicant slot*/



/*start drag & drop upload setion final Documents*/
.applicantNav .drop-zone {
  border: 2px dashed #3498db; 
  padding: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #3498db; 
}

.applicantNav .drop-zone:hover {
  border-color: #2980b9; 
}

.applicantNav .drop-zone p {
  margin-top: 10px;
  font-size: 18px;
}

.applicantNav #loading-indicator {
  display: none;
  text-align: center;
  margin-top: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000; 
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

.applicantNav .spinner-border {
  width: 3rem;
  height: 3rem;
}

.applicantNav #loading-indicator p {
  margin-top: 10px;
}
/*end drag & drop upload setion final Documents*/



/* candidate profile tabs */
.candidate-profile .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Anton;
}

.candidate-profile .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
  margin-bottom: -1px;
}

.candidate-profile .nav-tabs .nav-link {
  width: 100%;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.candidate-profile .nav-tabs .nav-link:hover {
  color: #495057;
}

.candidate-profile .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.candidate-profile #backBtn {
  flex: 1;
  text-align: center;
  margin-left: auto;
}

.candidate-profile .nav-tabs .nav-link, #backBtn {
  flex: 1;
  text-align: center;
}

.candidate-profile .title{
  font-family: Anton;
  opacity: 0.7;
  font-size: 13px;
  color: #0079CD;
}

.candidate-profile .titlecaption{
  font-family: Anton;
  font-size: 14px;
  color: #0B4065;
}

.candidate-profile thead td{
  font-family: Anton;
  opacity: 0.8;
  font-size: 13px;
  color: #0079CD;
}
/*profile tabs end*/

/*datatable style*/
.dt-button {
  background-color: #07a1ff!important;
  color: white!important;
  border: none!important;
  border-radius: 4px!important;
  padding: 3px 10px!important;
  margin: 2px!important;
  cursor: pointer!important;
  font-size: 14px!important;
}

.dt-button:hover {
  background-color: #077fff!important;
  color: #fff!important;
}

.dt-button:active {
  background-color: #077fff!important;
  color: #fff!important;
}

.dt-buttons {
  margin-bottom: 10px!important;
}
/*datatable style*/



/*login forms */
.login-page-main .logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .login-page-main .login-image {
    display: none;
  }
  .login-page-main .logo {
    width: 150px;
    margin-bottom: 20px;
  }
}

.login-page-main .animated-login-title {
  font-size: 3rem;
  font-family: 'Parkinsans', sans-serif;
  background: linear-gradient(90deg, #c18b00, #a600ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  animation: fadeInSlideUp 1.5s ease-in-out;
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underlineGrow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

.login-page-main .logo-overlay{
  position: absolute;
  top: 10%;
  left: 8%;
  transform: translate(-50%, -50%);
}

.login-page-main .logo{
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.login-page-main .logo-overlay img{
  width: 100px;
  height: auto;
}

.login-page-main .logo-mobile img{
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}
/*end login form*/

.paysheet-form .form-label{
  font-size: 13px;
}