@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* BODY STYLE */
html {
  scroll-behavior: smooth;
}

body {
  background: rgba(243, 242, 247, 1);
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}

/* ---------------------------------------------------
  FONT SIZES
----------------------------------------------------- */

h1,
h2 {
  font-size: 26px;
}

h3 {
  font-size: 55px;
}

h4 {
  font-size: 50px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.p-sm {
  font-size: 14px;
}

.p-xss {
  font-size: 10px;
}

.p-xs {
  font-size: 12px;
}

.p-md {
  font-size: 18px;
}

.p-lg {
  font-size: 22px;
}

.p-xlg {
  font-size: 28px;
}

/* ---------------------------------------------------
  FONT FAMIILIES
----------------------------------------------------- */
/* ---------------------------------------------------
  GLOBAL STYLES
----------------------------------------------------- */
a {
  color: initial;
  text-decoration: none !important;
  transition: all .3s;
  display: inline-block
}

a:hover {
  color: #FF0000;
}

:focus {
  outline: 0 !important;
  box-shadow: none !important
}

/* ---------------------------------------------------
  FONT WEIGHTS
----------------------------------------------------- */
.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500 !important
}

.semi-bold {
  font-weight: 600
}

.bold {
  font-weight: 700
}

.x-bold {
  font-weight: 800
}

.font-black {
  font-weight: 900 !important;
}

/* ---------------------------------------------------
  COLORS
----------------------------------------------------- */
.m-grey-text {
  /* color: rgb(255, 255, 255, .6) !important; */
  color: #64748B !important;
}

.grey-text {
  color: #64748B !important;
}

.d-grey-text {
  color: #333333 !important;
}

.orange-text {
  color: #FF0000 !important;
}

.green-text {
  color: #0EE880 !important;
}

.blue-text {
  color: #056ED8 !important;
}

.red-text {
  color: #FF0000 !important;
}

/* ---------------------------------------------------
  BUTTON STYLING
----------------------------------------------------- */
.site-btn {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: white;
  padding: 10px 20px;
  min-width: 160px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  transition: ease-in-out .2s;
}

.site-btn:hover {
  color: #FF0000;
  background: transparent;
  border: 1px solid #FF0000;
}

.border-btn {
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
}

.border-btn:hover {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: white;
}

.secondary-btn {
  background: #FFEBEB;
  border: 1px solid #FFEBEB;
  color: #FF0000;
}

.secondary-btn:hover {
  background: #FF0000;
  border: 1px solid #FF0000;
  color: white;
}

.green-btn {
  background: #12B76A;
  border: 1px solid #12B76A;
  color: white;
}

.green-btn:hover {
  background: transparent;
  border: 1px solid #12B76A;
  color: #12B76A;
}

.transparent-btn {
  background: 0 0;
  padding: 0;
  border: 0
}

/* ---------------------------------------------------
  INPUT STYLING
----------------------------------------------------- */
.site-input {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 50px;
  color: #333333;
  background: #F9F9F9;
  padding: 12px 17px;
  appearance: none;
  font-weight: 500;
}

.site-card .site-input,
.rounded-input {
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  background: white;
}

.site-card select.site-input,
select.rounded-input {
  background: url('../images/select-arrow.png') no-repeat calc(100% - 15px) center #fff;
}

.site-input::placeholder {
  color: #919294;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

input[type="checkbox"]+label:before {
  border: 1px solid #707070;
  background-color: white;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 26px;
  margin: 0 7px 0px 0;
  padding: 4px;
  vertical-align: middle;
  width: 26px;
  border-radius: 5px;
}

input[type="checkbox"]:checked+label:before {
  background: #FF0000;
  color: white;
  content: "\2713";
  text-align: center;
  border: 1px solid #FF0000;
}

input[type="checkbox"]:checked+label:after {
  font-weight: bold;
}

input[type="checkbox"]:focus+label::before {
  outline: rgb(59, 153, 252) auto 5px;
} */

.left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #1A1824;
}

.pass-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  line-height: 0;
  color: #1A1824;
}

/* ---------------------------------------------------
  PRELOADER
----------------------------------------------------- */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, .2);
  border-top-color: #FF0000;
  height: 18em;
  margin: 0 auto 3.5em auto;
  width: 18em
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 4em "Circular Std Book";
  text-align: center;
  user-select: none
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #FF0000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg)
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, .2);
  position: relative
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s
}

.ctn-preloader .loader-section {
  background-color: white;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
  left: 0
}

.ctn-preloader .loader-section.section-right {
  right: 0
}

.loaded .animation-preloader {
  opacity: 0;
  transition: .3s ease-out
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.animation-preloader img {
  width: 155px;
  object-fit: contain;
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-45%)
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}

@keyframes letters-loading {

  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg)
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0)
  }
}

/* ---------------------------------------------------
  HEADER
----------------------------------------------------- */
header {
  padding: 20px 0;
  background: white;
}

.site-logo {
  width: 200px;
}

header .navbar-nav a:hover,
header .navbar-nav a.active,
header .navbar-nav a:active,
header .navbar-nav a:focus {
  color: #FF0000;
}

.site-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  transition: ease-in-out .2s;
}

.site-progress {
  height: 4px;
  background: #E2E8F0;
}

.site-progress .progress-bar {
  background: #0EE880;
}

.expand-plus-btn {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #FF0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF0000;
  color: white;
  transition: ease-in-out .2s;
  font-size: 10px;
}

.expand-plus-btn:hover {
  background: transparent;
  border: 1px solid #FF0000;
  color: #FF0000;
}

.expand-plus-btn:disabled {
  background: #CFD2D7 !important;
  border: 1px solid #CFD2D7 !important;
  color: white !important;
}

.site-card-inner {
  background: #FAFAFA;
  border-top: 1px solid #E2E8F0;
}

.check-icon {
  width: 13px;
  display: inline-block;
}

.header-dropdown-btn {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.dropdown-menu a:hover {
  background: #FF0000 !important;
  color: white !important;
}

.login-bg {
  min-height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-left {
  min-height: 100vh;
  background-image: url(../images/login_new.png);
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  background-size: cover;
  /* Ensures the image covers the entire area */
  background-position: center;
  /* Centers the image */
  border-radius: 0 65px 65px 0;
  padding: 60px !important;
  color: white;
}

.login-left-bg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.login-card {
  background: white;
  border-radius: 5px;
  padding: 60px 40px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 638px;
  margin: 0 auto;
}

.login-logo {
  position: relative;
  z-index: 2;
  /* width: 290px; */
  margin-bottom: 25px;
}

.left-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #1A1824;
}

.register-options {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.register-options li a {
  width: 100%;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D2D2D2;
  border-radius: 50px;
  padding: 15px 25px;
  text-align: center;
}

.register-options li a:hover {
  background: #EEEEEE;
}

.link-site-card {
  transition: ease-in-out .2s;
}

.link-site-card:hover,
.link-site-card.active {
  border-color: #FF0000 !important;
  color: #FF0000 !important;
}

.link-site-card:hover svg path,
.link-site-card.active svg path {
  fill: #FF0000 !important;
}

.profile-photo-upload .photo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #F9FAFB;
  position: relative;
  overflow: hidden;
  object-fit: contain;
}

.profile-photo-upload .photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}

.profile-photo-upload .upload-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  gap: 10px;
  font-size: 12px;
  background: #E2E8F0;
  border-radius: 6px;
  cursor: pointer;
}

.lg-card {
  min-height: 600px;
}

.location-card {
  max-width: 238px;
}

.location-card-inner {
  background: #F3F2F7;
  border-radius: 3px;
  padding: 10px;
}

.mnw-0 {
  min-width: 0;
}

.site-radio-btn .btn {
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  color: #333333;
  border-radius: 500px !important;
  box-shadow: none !important;
  flex: unset !important;
  font-size: 14px !important;
}

.site-radio-btn .btn-check:active+.btn-outline-primary,
.site-radio-btn .btn-check:checked+.btn-outline-primary,
.site-radio-btn .btn-outline-primary.active,
.site-radio-btn .btn-outline-primary.dropdown-toggle.show,
.site-radio-btn .btn-outline-primary:active {
  background: #FFEBEB !important;
  color: #FF0000 !important;
  border-color: #FF0000 !important;
}

.bg-warning {
  background: #FF9110 !important;
}

.bg-success {
  background: #07B964 !important;
}

.subfunction-options {
  max-width: 400px;
}

.site-check .form-check-input:checked {
  background-color: #FF0000;
  border-color: #FF0000;
}

.payment-options {
  display: flex;
  gap: 20px;
}

.payment-option {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.payment-option:hover {
  border-color: #999;
}

.payment-radio:checked+.payment-label {
  font-weight: 600;
}

.card-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-meta {
  display: flex;
  gap: 10px;
}

.card-meta input {
  width: 120px;
}

.company-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  transition: ease-in-out .2s;
}

.company-card:hover {
  background: #FFF0F0;
  border: 1px solid #FF0000;
}

.site-switch .form-check-input:checked {
  background-color: #0EE880;
  border-color: #0EE880;
}

.site-checkbox .form-check-input:checked {
  background-color: #0EE880;
  border-color: #0EE880;
}

.btn-close {
  position: absolute;
  top: 10px;
  z-index: 2;
  right: 10px;
}

.custom-dots {
  text-align: center;
  margin-top: 20px;
}

.custom-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #e0e0e0 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dot.active {
  transform: scale(1.2);
}

header .nav-item .nav-link {
  color: #5B5B5B;
}

header .nav-item .nav-link:hover {
  color: #FF0000;
}

.green-border-card {
  border-color: #07B964;
  color: #07B964;
}

.green-border-card .add-btn {
  background: transparent;
  color: #07B964;
  border: 1px solid #07B964;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.step-navigation {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 8px;
  background-color: #f8f9fa;
  cursor: pointer;
}

.step.active {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.step.completed {
  background-color: #f8f9fa;
}

.step-number {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
  border-radius: 50%;
}

.step.active .step-number {
  background-color: #28a745;
  color: white;
}

.step.completed .step-number span {
  display: none;
}

.step.completed .step-number i {
  display: block !important;
}

.step-info {
  flex-grow: 1;
}

.step-info p {
  color: #6c757d;
  font-size: 12px;
}

.step-content {
  display: block;
}

.custom-steps {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.selected-date-item {
  min-width: 135px;
  padding: 20px;
  background: #F2F7FD !important;
  border-radius: 7px;
}

.selected-date-item strong {
  color: #1280E5 !important;
}

/* Vacancy List Styles */
.search-container {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #999;
}

.vacancy-item {
  padding: 15px 10px;
  margin: 10px 0;
  border-radius: 6px;
  background: #FFFFFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.vacancy-item:hover,
.vacancy-item.active {
  border: 1px solid #FF0000;
}

.vacancy-item h5 {
  font-size: 16px;
}

.position-count {
  font-size: 12px;
  color: #777;
}

.vacancy-details p {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
}

/* Badge Styles */
.badge {
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: normal;
}

.interim-badge {
  background-color: #e3f2fd;
  color: #0d6efd;
}

.flexible-worker-badge {
  background-color: #ff9110;
  color: #fff;
}

.regular-worker-badge {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.student-badge {
  background-color: #1280E5;
  color: #fff;
}

/* Candidate List Styles */
.candidate-stats {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 auto 5px;
}

.pending {
  color: #ff8f00;
}

.accepted {
  color: #2e7d32;
}

.confirmed {
  color: #0d6efd;
}

.rejected {
  color: #c62828;
}

.stat-label {
  font-size: 12px;
  color: #777;
}

.candidate-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.candidate-item:hover {
  background: #f9f9f9;
  cursor: pointer;
}

.candidate-img {
  position: relative;
  margin-right: 15px;
}

.candidate-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}

.status-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.candidate-info {
  flex-grow: 1;
}

.candidate-info h5 {
  margin-bottom: 2px;
  font-size: 16px;
}

.rating {
  color: #ffc107;
  font-size: 12px;
}

.candidate-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.action-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.accept {
  background-color: #e8f5e9;
  color: #2e7d32;
}

.reject {
  background-color: #ffebee;
  color: #c62828;
}

/* Filter Modal Styles */
.filter-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.filter-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.distance-range {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

/* noUiSlider custom styles */
.noUi-connect {
  background: #007bff;
}

.noUi-handle {
  border-radius: 50%;
  background: #007bff;
  box-shadow: none;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.filter-dropdown-btn {
  background: #1280E6;
  border-radius: 5000px;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  border: 0;
}

.filter-dropdown-menu {
  min-width: 300px;
  padding: 20px;
}

.ui-widget-header,
.ui-slider .ui-slider-handle {
  background: rgba(7, 185, 100, 1);
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  top: -0.5em;
}

.ui-widget.ui-widget-content {
  height: 4px;
  border: 0;
  background: rgba(226, 232, 240, 1);
}

.sent-to-section {
  background: #FAFAFA;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px 15px;
}

.member-avatar {
  width: 50px;
  height: 50px;
  position: relative;
}

.member-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: contain;
}

span.heart-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FF0000;
  color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
}

.member-search-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.requirement-edit {
  display: flex;
  gap: 10px;
}

/* ADMIN STYLES  */
.admin-wrapper .wrapper {
  width: 100%;
}

.admin-wrapper .sidebar {
  width: 260px;
  height: calc(100vh - 100px);
  position: fixed;
  transition: all 0.35s ease-in-out, left 0.35s ease-in-out,
    margin-right 0.35s ease-in-out, right 0.35s ease-in-out;
  background: white;
  z-index: 2;
  overflow-y: auto;
  bottom: 0;
  padding-bottom: 100px;
  border-right: 1px solid #E9E9E9;
}

.admin-wrapper .sidebar a,
.admin-wrapper .sidebar .accordion button {
  color: rgba(100, 116, 139, 1);
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  min-height: 45px;
}

.admin-wrapper .main-body ul li {
  list-style: none;
}

.admin-wrapper .main {
  width: 100%;
  height: 100%;
}

.admin-wrapper .bg-me1 {
  background-color: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px 0px 27px;
  box-shadow: 0 3px 36px rgb(0 0 0 / 5%);
  height: 100px;
}

.admin-wrapper .main-body {
  margin-left: 260px;
  padding: 100px 20px 25px 25px;
  background: #F3F2F6;
  min-height: 100vh;
  transition: ease-in-out .4s;
}

.admin-wrapper .sidebar-toggle {
  display: none;
}

.admin-wrapper .sidebar-toggle i {
  color: black;
  font-size: 20px;
}

.admin-wrapper .sidebar ul li a:hover,
.admin-wrapper .sidebar ul li.active a {
  color: white;
  background: #FF0000;
}

.admin-wrapper .sidebar ul li a:hover svg path,
.admin-wrapper .sidebar ul li.active a svg path {
  fill: white;
}

.admin-wrapper .ss-scroll {
  width: 6px;
}

.admin-wrapper .ss-content {
  width: calc(100% + 20px);
}

.admin-wrapper .sidebar.collapsed {
  width: 60px;
}

.admin-wrapper .sidebar-links {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}

.admin-wrapper .sidebar.collapsed .dash-link {
  display: none;
}

.admin-wrapper .sidebar.collapsed .sidebar-links {
  display: block;
  position: relative;
}

.admin-wrapper .dash-link {
  padding: 0 10px;
  line-height: 1;
}

.admin-wrapper .sidebar.collapsed .sidebar-links:hover .dash-link {
  display: inline-block;
  position: relative;
  left: 60px;
  background: black;
  color: white;
  z-index: 999;
  position: fixed;
  padding: 5px 20px;
}

.admin-wrapper .admin-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  object-position: center;
  border-radius: 100%;
}

.admin-wrapper .main-body ul.dropdown-menu {
  background: white;
  border: 1px solid #E8E8E8;
  border-radius: 11px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
}

.admin-wrapper .main-body .dropdown-item {
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
}

.admin-wrapper .main-body .dropdown-menu a:hover,
.admin-wrapper .main-body .dropdown-menu a:focus,
.admin-wrapper .main-body .dropdown-menu a:active {
  background: #EEEEEE;
  color: #333333 !important;
}

.admin-wrapper .main-body td .dropdown-menu a:hover,
.admin-wrapper .main-body td .dropdown-menu a:focus,
.admin-wrapper .main-body td .dropdown-menu a:active {
  color: white !important;
}

.admin-wrapper .main-body .dropdown-item i {
  color: #666666 !important;
}

.admin-wrapper .cursor-pointer {
  cursor: pointer;
}

.admin-wrapper .noti-dropdown,
.admin-wrapper .user-dropdown {
  right: 0 !important;
  left: initial !important;
  position: absolute !important;
}

.admin-wrapper .user-dropdown {
  top: 45px !important;
}

.admin-wrapper .noti-dropdown {
  width: 320px;
}

.admin-wrapper .noti-span {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  color: white;
  background: #056ED8;
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 10px;
}

.admin-wrapper .noti-count {
  border-radius: 2px;
  color: #ff0000;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(53, 139, 216, .13);
  font-weight: 600;
  padding: 2px 10px;
}

.admin-wrapper .noti-dropdown hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: rgb(112 112 112 / 50%);
}

.admin-wrapper .noti-dropdown .dropdown-item {
  white-space: initial;
}

.admin-wrapper .notifications-list {
  height: 185px;
  overflow-y: auto;
}

.admin-wrapper .noti-dropdown .ss-content {
  width: calc(100% + 20px);
  overflow-y: auto;
}

.admin-wrapper .noti-dropdown a:hover {
  color: initial;
  background: transparent;
}

.admin-wrapper .notifications-list a {
  padding-right: 25px !important;
}

.admin-wrapper .notifications-list .ss-scroll {
  background: #ff0000;
}

.admin-wrapper .sidebar .ss-scroll {
  background: white;
}

.admin-wrapper .sidebar .ss-content {
  overflow-x: hidden;
}

.dash-card {
  background: white;
  padding: 30px;
  border-radius: 25px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
}

.dash-card.grey-card {
  background: #E8E8E8;
}

#myChart,
#myChart2,
#myChart3 {
  max-height: 410px;
  max-width: calc(100% - 45px);
}

.chart-text {
  transform: rotate(270deg);
  line-height: 0;
  white-space: nowrap;
}

.dash-card-text {
  font-size: 26px;
  font-weight: 700;
}

.dash-card-icon {
  width: 84px;
  height: 84px;
  background: #FFE9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #FF0000;
  border-radius: 19px;
}

.lh-0 {
  line-height: 1;
}

.dash-top-card {
  width: 100%;
  max-width: 470px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  background: white;
  padding: 30px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
}

.w-500 {
  max-width: 500px;
}

.w-270 {
  max-width: 270px;
}

.site-modal {
  border-radius: 18px;
  border: none !important;
}

.modal.show {
  backdrop-filter: blur(20px);
}

table {
  border-collapse: separate;
  white-space: nowrap;
  border-spacing: 0;
  background: white;
}

table th {
  border: 0 !important;
  padding: 15px 25px !important;
  border-bottom: 1px solid rgba(100, 116, 139, 0.2) !important;
  font-weight: 700;
  font-size: 16px;
  color: #0F192F;
}

table td {
  border-top: 0;
  padding: 15px 25px !important;
  color: rgba(100, 116, 139, 1);
  border-bottom: 1px solid rgba(100, 116, 139, 0.2);
  font-weight: 500;
  border-radius: 0 !important;
  vertical-align: middle;
}

table tbody tr:nth-child(2n-1) td {
  background: rgba(250, 250, 250, 1);
}

table td:first-child {
  border-left: 0;
  border-radius: 50px 0 0 50px;
}

table td:last-child {
  border-right: 0;
  border-radius: 0 50px 50px 0;
}

.table-responsive {
  padding-bottom: 30px;
}

.table .dropdown-menu a {
  color: #666666;
}

.table .dropdown-menu a:hover {
  color: white;
}

.search-barr .site-input {
  max-width: 250px;
  padding-right: 50px;
  width: 100%;
}

.search-barr {
  position: relative;
  max-width: 250px;
}

.search-barr button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.pagination a.page-link {
  border-color: #CBCBCB !important;
  border-radius: 0 !important;
  color: rgb(77 77 77 / 52) !important;
  background: white !important;
}

.pagination a.page-link:hover,
.pagination li.active a.page-link {
  color: #EFDEBE !important;
  background: #FF0000 !important;
}

/* CUSTOM CANVAS */
.filterBtn {
  background: transparent;
  border: 1px solid #FF0000;
  color: #FF0000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: ease-in-out 0.2s;
}

.filterBtn:focus,
.filterBtn:hover {
  background-color: #FF0000;
  color: white;
}

.custom_canvas .offcanvas {
  z-index: 14000;
}

.custom_canvas .offcanvas-header {
  justify-content: center !important;
}

.custom_canvas .btn-close.text-reset {
  position: absolute !important;
  right: 30px !important;
}

.custom_canvas h5 {
  font-family: 'Qanelas' !important;
  font-weight: bold !important;
  font-size: 25px;
}

.custom_canvas .offcanvas {
  z-index: 14000;
  background-color: #f1f1f1;
}

.status-tag {
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
}

.status-upcoming,
.status-open,
.status-pending {
  background-color: #FFF3E0;
  color: #FF9800;
}

.status-cancelled,
.status-ended,
.status-rejected,
.status-cancelled,
.status-unpaid {
  background-color: rgba(254, 243, 242, 1);
  color: rgba(255, 0, 0, 1);
}

.status-completed,
.status-active,
.status-approved,
.status-paid {
  background-color: rgba(236, 253, 243, 1);
  color: rgba(18, 183, 106, 1);
}

.status-expired {
  background-color: #EBEBEB;
  color: #707070;
}

.status-on-going,
.status-waitlist,
.status-shifter-approval,
.status-admin-approval {
  background-color: #FFF7CA;
  color: #FFD914;
}

.status-select {
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.active-select {
  background-color: rgba(236, 253, 243, 1);
  color: rgba(18, 183, 106, 1);
}

.inactive-select {
  background-color: rgba(254, 243, 242, 1);
  color: rgba(255, 0, 0, 1);
}

.modal-question-icon {
  width: 80px;
  margin: 0 auto;
}

.custom-tabs {
  border-bottom: 1px solid #e0e0e0;
}

.custom-tabs .nav-link {
  border: none;
  color: #64748B;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
}

.custom-tabs .nav-link.active {
  color: #ff0000;
  border: none;
  background: transparent;
}

.custom-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
}

.custom-tabs-2 {
  background: rgba(250, 250, 250, 1);
  border-radius: 10px;
  border: 1px solid rgba(226, 232, 240, 1);
}

.custom-tabs-2 .nav-link {
  border: none;
  color: #64748B;
  border-radius: 10px;
  font-weight: 400;
  padding: 10px 20px;
  position: relative;
  border: 1px solid transparent;
}

.custom-tabs-2 .nav-link.active {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(226, 232, 240, 1);
}

.commission-card {
  background-color: rgba(242, 247, 253, 1);
  color: rgba(18, 128, 229, 1);
  padding: 15px;
  border-radius: 8px;
  height: 100%;
  min-width: 168px;
}

.commission-text {
  font-weight: 500;
  font-size: 14px;
}

.commission-value {
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;
}

.commission-card button.transparent-btn {
  color: rgba(18, 128, 229, 1);
}

.commission-card a:hover {
  color: rgba(14, 100, 180, 1);
}

.job-tag {
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
}

.job-tag.blue-tag {
  background-color: #1280E5;
  color: white;
}

.job-tag.grey-text {
  background-color: #DFDFDF;
  color: #64748B;
}

.card-paid {
  background-color: rgba(236, 253, 243, 1);
  color: rgba(18, 183, 106, 1);
  padding: 15px;
  border-radius: 8px;
  height: 100%;
  min-width: 168px;
}

.card-unpaid {
  background-color: rgba(254, 243, 242, 1);
  color: rgba(255, 0, 0, 1);
  padding: 15px;
  border-radius: 8px;
  height: 100%;
  min-width: 168px;
}

input.site-input.rounded-input[disabled] {
  background: #C5C5C5;
}

.site-warning {
  background: #FFF7E4;
  color: #FFBC10;
  font-weight: 500;
  border: 1px solid #FFBC10;
  padding: 10px 15px;
  border-radius: 10px;
}

.site-warning a {
  color: #1280E5;
}

.site-tabs {
  border: 0 !important;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
}

.site-tabs .nav-link {
  border: 0 !important;
  color: #040404 !important;
  padding: 0 5px 12px 5px !important;
  border-bottom: 3px solid transparent !important;
}

.site-tabs .nav-link.active {
  border-bottom: 3px solid #040404 !important;
}

.site-grey-card {
  background: #FAFAFA;
  border: 1px solid #E4E5E5;
  border-radius: 10px;
  padding: 20px;
}

.mxw-72 {
  max-width: 85px;
  padding: 8px 10px !important;
  font-size: 14px !important;
}

.grey-line {
  background: rgba(100, 116, 139, .3) !important;
}