/* for login css */
:root {
  --site-bg-primary: red;
  --site-bg-secondary: #f5f5f5;
  --site-bg-third: #f4f6fa;
  --site-color-primary: #232323;
  --site-color-secondary: #fff;
  --site-bg-color-active: #e0c216;
 
}

.edit-link{
  background-color: none !important;
  padding: 10px;
  color: var(--site-bg-primary) !important;
}

.edit-link i{
  font-size: 16px;
}

#company-logo{
  height: 70px;
}
.error-message{
    color:red;
}

@media (min-width: 320px) and (max-width: 575px) {
  #company-logo{
    height: 55px;
  }
}

@media (min-width: 570px) and (max-width: 4000px) {
  .twm-candidates-list-style1 .twm-media{
    width: 200px;
  }
}

.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* spinner css */
.spinner .wrapper .cssload-loader{
    height: 20px;
    width: 20px;
    margin: 0;
}
.spinner .wrapper .cssload-loader:before{
    border: 5x solid #fff;
}

/* toaster css */

/* Toaster container styles */
.toaster {
    position: fixed;
    top: 80px;
    right: 30px;
    z-index: 9999;
  }
  
  /* Toaster message styles */
  .toaster-message {
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    max-width: 300px;
  }
  
  /* Success toaster message */
  .toaster-success {
    background-color: #4CAF50; /* Green */
  }
  
  /* Error toaster message */
  .toaster-error {
    background-color: #f44336; /* Red */
  }

  /* other css */
  .job-details{
    cursor: pointer;
  }

  .twm-candidates-tag span{
    color: #1967d2;
    border-radius: 10px;
    padding: 5px 12px;
    background-color: #f0f6fe;
  }

  /* google api css */
 .pac-container {
  z-index: 99999999 !important;/* Adjust the z-index value as needed */
  }
  
  #jobseeker_form .react-datepicker-popper{
    z-index: 10;
  }
  #jobseeker_profile .react-datepicker-popper{
    z-index: 10;
  }

  
 /* Table css */

 #applied-applican .twm-D_table .dataTables_length{
  display: none;
 }

 #invite-applicant .twm-D_table .dataTables_length{
  display: none;
 }

 #applied-applican .twm-D_table #jobs_bookmark_table_filter{
  display: none;
 }

 #invite-applicant .twm-D_table #jobs_bookmark_table_filter{
  display: none;
 }     
 
 #applied-applican .twm-D_table .dataTables_info{
  display: none;
 }

 #invite-applicant .twm-D_table .dataTables_info{
  display: none;
 }
  
 #applied-applican .twm-D_table .dataTables_paginate{
  display: none;
 }

 #invite-applicant .twm-D_table .dataTables_paginate{
  display: none;
 }
 .ls-inputicon-box .bootstrap-select{
  width: 100% !important;
 }
/* styles.css */
.badge-custom {
  background-color:var(--site-bg-primary); /* Similar to Bootstrap's badge-info color */
  color: var(--site-color-secondary);
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  border-radius: 0.6rem;
  display: inline-block;
  margin-left: 10px; /* Add some space to the left of the badge */
}


/* React slider */
.slider-container {
  display: flex;
  align-items: center; /* Center vertically */
  gap: 10px; /* Optional: Adds space between slider and input */
}

.horizontal-slider {
  width: 100%;
  height: 4px;
  position: relative;
}

.example-track {
  background: #ddd;
  height: 100%;
}

.example-thumb {
  height: 25px;
  width: 25px;
  background-color: #00f;
  border-radius: 50%;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-input {
  width: auto; /* Adjusts input width as necessary */
}

/* certificate list css */

.certificate-list-cotnainer{
  padding: 10px 10px !important;
}

.certificate-list-cotnainer .certificate-media{
  height: 50px !important;
  width: 0px !important;
}

/* payment css */

.checkout-form {
  max-width: 400px;
  margin: 0 auto;
}

.card-element-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.card-element {
  flex: 1;
}

/*forgot and create password eye icon css */

.input-group {
  position: relative;
}

.input-group .input-group-append {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.input-group .input-group-append .input-group-text {
  background: none;
  border: none;
}

/* job seeker dropdonw */

#jobseeker_form .bootstrap-select>.dropdown-toggle.bs-placeholder{
  background-color: #f0f6fe !important;
}

#jobseeker_form .wt-select-bar-large .btn-light{
  background-color: #f0f6fe !important;
}

/* AddToFeatureJob.css */
.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.custom-checkbox input[type="checkbox"] {
  width: 25px; /* Larger size */
  height: 25px; /* Larger size */
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-label {
  cursor: pointer;
}

.approve-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px; /* Smaller font size */
}

.approve-checkbox input[type="checkbox"] {
  width: 16px;   /* Smaller size */
  height: 16px;  /* Smaller size */
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.approve-checkbox input[type="checkbox"]:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}

.approve-checkbox input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.approve-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.approve-checkbox-label {
  cursor: pointer;
}

.site-button:disabled {
  opacity: 0.5;
}



/* sidebar css */

.joblist-sidebar .dropdown-menu{
  width: 100% !important;
}

/* header active menus css */

/* header .main-bar ul li .active{
color:#4caf50 !important;
font-weight: 500;
} */
form.sortbyfilterselect > div.wt-select-bar-2{
  margin-right: 0px !important;
}

#payment-searchkey{
  background-color: aliceblue;
  border-radius: 8px;
  height: 50px;
  border: none;
  padding: 10px;
}

#payment-companykey{
  background-color: #f8f9fa;
  border-radius: 8px;
  height: 60px;
  border: none;
  padding: 20px;
}

#clear-company-name{
  position: absolute;
  right: 8px;
  top: 13px;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}

.company img{
  width: 60px;
  height: 60px;
  border-radius: 50px;
}


.styled-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}

.styled-checkbox + label {
  cursor: pointer;
}

.cover-letter .modal-dialog{
  max-width: 1000px !important;
}
.clock-in-date-picker .react-datepicker-wrapper{
  width: 100%;
}

.custom-toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.custom-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-toggle .toggle-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
}

.custom-toggle input:checked + .toggle-label {
  color: #fff;
}

.custom-toggle input:checked + .toggle-label::before {
  content: "Employees Only";
}

.custom-toggle input:checked + .toggle-label::after {
  content: "Trusted Workers Only";
}

.custom-toggle input:checked + .toggle-label::before {
  background-color: #4caf50;
}

.custom-toggle input:checked + .toggle-label::after {
  background-color: #f44336;
}

.custom-toggle input:checked + .toggle-label {
  left: 80%;
}

.manage-team-checkbox input[type="checkbox"]:disabled, .custom-checkbox input[type="checkbox"]:disabled  {
  cursor: default;
  background-color: #e0e0e0;
  border-color: #ccc;
  opacity: 0.5;
}
@media (min-width: 991px) {
  .company_logo_details{
    display: flex;
  }
}
@media (max-width: 991px) {
  .company_logo_details{
    display: grid;
  }
}

/* ----------- header profileIcon logo CSS--------------- */

.profileContainer {
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
 
.profileIcon {
  top: 25%;
  right: 20px;
  width: 50px;
  height: 50px;
  color: black;
  display: flex;
  justify-content: center;  
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
 
 
@media only screen and (min-width:991px) {
  .profile-icon-logo-resp{
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .profileContainer {
      display: none;
  }
 
  .profile-icon-logo-resp img {
    width: 50px;
    height: 50px;
    background-color: #4CAF50;
    border-radius: 50%;
  }
 
}

.header-style-3 .header-nav .nav > li #sub-menu{
  left: -8.6rem !important;
}
.job_tag{
  color: #fff;
  padding: 0px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 12px !important;
}
.job-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.client-name-location{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .client-name-location{
    display: grid;
    justify-content: start;
  }
}
@media only screen and (max-width: 575px) {
  .client-name-location{
    display: grid;
    justify-content: start;
  }
}

.accept-invite{
  margin-right: 50px;
}
.accept-invite, .reject-invite{
  padding: 2px 12px;
  font-size: 22px;
}

.accept-invite i, .reject-invite i{
  padding : 0;
}

.reject-invite{
  background-color: #f44336 !important;
}

.sidebar-elements .dropdown-toggle::after{
  float: right;
  margin: 10px;
}

.job-list-accordion{
  width: 100% !important;
  max-width: 100%;
}

/* text area in job type form */
textarea.custom-textarea {
  height: 150px;
  width: 100%;
  resize: vertical; /* Allow user to resize vertically */
}

.profession-list-long-desc-text p{
  display: inline;
}

.job-details-sidebar-buttons{
  padding: 30px;
}

.job-post-admin-popup .save-button{
  width: 20%;
}

.ls-inputicon-box .fs-input-icon{
  z-index: 0 !important;
}

.custom-toltip .custom-toltip-description-block {
  position: absolute;
  bottom: 25px;
  left: 50%;
  white-space: normal;
  background: #000;
  display: table;
  padding: 7px 10px;
  font-size: 13px;
  color: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  display: none;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  font-family: "arial";
  font-weight: 500;
  line-height: 18px;
  width: 250px;
  text-align: center;
}
.custom-toltip .custom-toltip-description-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}
.custom-toltip:hover .custom-toltip-description-block {
  opacity: 1;
  display: block;
}

.quote-container {
  display: flex;
  color: #333;
  margin: auto;
  text-align: center;
}

.quote-text {
  display: inline-block;
  padding: 3px;
  margin-top: 5px;
}

.quote-icon {
  font-size: 16px;
  color: #555;
}

.quote-icon.left {
  margin-right: 10px;
}

.quote-icon.right {
  margin-left: 10px;
}

.fa-check-circle{
  color: var(--site-bg-primary);
}

.drag-drop-area {
  border: 2px dashed #007bff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: #f8f9fa;
}

.drag-drop-area:hover {
  background: #e9ecef;
}

.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload-icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}

.upload-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Image Cropper */
.cropper-container {
  position: relative;
  width: 100%;
  height: 400px; /* Increased crop area */
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #ddd;
}

/* Close Button */
.cropper-container .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1;
}

.close-btn:hover {
  background: red;
}

/* Zoom Controls */
.zoom-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.zoom-controls input {
  width: 100px;
  cursor: pointer;
  appearance: none;
  background: #ccc;
  height: 5px;
  border-radius: 5px;
}

.zoom-controls svg {
  font-size: 18px;
  color: #333;
}

.job-details-profession{
  color: var(--site-bg-primary) !important;
}

.quote-container {
  display: flex;
  color: #333;
  margin: auto;
  text-align: center;
}

.quote-text {
  display: inline-block;
  margin-top: 8px;
  text-align: left;
}

.quote-icon {
  font-size: 16px;
  color: #555;
}

.quote-icon.left {
  margin-right: 10px;
}

.quote-icon.right {
  margin-left: 10px;
}

.fa-check-circle{
  color: var(--site-bg-primary);
}

.job-details-menu-item a{
  cursor: pointer;
}

.payment-history-filter .wt-select-bar-large .btn-light,
.payment-history-filter .start-date,
.payment-history-filter .end-date {
  background-color: #f8f9fa !important;
  border: none !important;
}


.rbc-time-view .rbc-time-header.rbc-overflowing{
  height: 150px;
  overflow-y: scroll;
}