.resume-filter-sidebar {
  padding: 24px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
}

.resume-filter-sidebar .top-line h2 {
  font-size: 22px;
  font-weight: 600;
  color: #161616;
  margin: 0;
  letter-spacing: 0;
}

.clear-link {
  font-size: 16px;
  font-weight: 300;
  color: #1E0877;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.resume-filter-sidebar .btn {
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  border-radius: 3px;
}

.resume-filter-sidebar .btn:hover {
  background-color: #1c2734;
}

.resume-filter-sidebar .btn::before {
  content: none;
}

.resume-filter-sidebar label {
  font-size: 16px;
  color: #161616;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.resume-filter-sidebar .form-control {
  height: 45px;
  border-color: #E5E5E5;
  margin-bottom: 16px;
  color: #161616;
  padding: 13px 14px;
  line-height: 1;
  border-radius: 2px;
}

.resume-filter-sidebar .form-control::placeholder {
  color: #9E9E9E;
}

.resume-filter-sidebar select {
  background: #fff url("select-sm-arrow.svg") no-repeat center right 20px !important;
}

.resume-filter-sidebar .multiselect-dropdown {
  padding: 13px 14px;
  border-radius: 2px;
  border: solid 1px #E5E5E5;
  position: relative;
  background: #fff url("select-sm-arrow.svg") no-repeat;
  background-position: right .75rem center;
  height: 45px;
  width: 100% !important;
  margin: 0 0 16px;
  line-height: 1;
  cursor: pointer;
}

.resume-filter-sidebar .multiselect-dropdown-list-wrapper {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
  padding: 8px;
  border-radius: 2px;
  border: solid 1px #E5E5E5;
  display: none;
  margin: -1px;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  background: white;
}

.resume-filter-sidebar .multiselect-dropdown-all-selector {
  border-bottom: solid 1px #E5E5E5;
}

.resume-filter-sidebar .multiselect-dropdown-list {
  padding: 2px;
  height: 15rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.resume-filter-sidebar .multiselect-dropdown-list div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
}

.resume-filter-sidebar .multiselect-dropdown-list input {
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;
  cursor: pointer;
  position: relative;
}

.resume-filter-sidebar .multiselect-dropdown-list input:checked::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #FFC01D;
  border-color: #2B3949;
}

.resume-filter-sidebar .multiselect-dropdown-list input:checked::after {
  position: absolute;
  content: "";
  inset: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%232B3949' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  background-position: center;
}

.resume-filter-sidebar .multiselect-dropdown-list label {
  margin-bottom: 0;
  cursor: pointer;
}

.resume-filter-sidebar .multiselect-dropdown span.placeholder {
  color: #9E9E9E;
}

.resume-filter-sidebar .multiselect-dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.resume-filter-sidebar .multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 2px;
}

.resume-filter-sidebar .multiselect-dropdown-list div:hover {
  background-color: #e5e5e5;
}

.resume-filter-sidebar .multiselect-dropdown span.optext,
.resume-filter-sidebar .multiselect-dropdown span.placeholder {
  margin-right: 0.5em;
  margin-bottom: 2px;
  padding: 1px 0;
  border-radius: 4px;
  display: inline-block;
}

.resume-filter-sidebar .multiselect-dropdown span.optext {
  background-color: lightgray;
  padding: 4px 0.75em;
  font-size: 14px;
  margin-top: -2px;
}

.resume-filter-sidebar .multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  font-size: 0.7em;
  margin-top: 2px;
  cursor: pointer;
  color: #666;
}

.resume-filter-sidebar .multiselect-dropdown span.optext .optdel:hover {
  color: #c66;
}

.resume-profile-block {
  background-color: #FBFBFB;
  border: 1px solid #ECECEC;
  padding: 12px 32px 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 2px;
}

.resume-profile-block .img-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.resume-profile-block .img-block .user-img {
  max-width: 132px;
  height: 135px;
  object-fit: cover;
  border-radius: 3px;
}

.resume-profile-block .hire-btn {
  min-width: 132px;
  background-color: rgba(255, 192, 29, 0.2);
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  border-radius: 3px;
  box-shadow: none;
}

.resume-profile-block .img-block .btn::before {
  content: none;
}

.resume-profile-block:hover .img-block .hire-btn {
  background-color: #FFC01D;
  color: #000;
}

.resume-profile-block .profile-summary {
  gap: 10px;
}

.resume-profile-block .user-info .user-name {
  font-size: 18px;
  line-height: 30px;
  color: #161616;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
}

.resume-profile-block .user-info .user-designation {
  font-size: 16px;
  line-height: 30px;
  color: rgba(22, 22, 22, 0.8);
  margin: 0;
  letter-spacing: 0;
}

.resume-profile-block .profile-summary .user-profile-header .btn-content {
  gap: 8px;
}

.resume-profile-block .profile-summary .user-profile-header .btn-content .btn {
  background-color: rgba(138, 167, 199, 0.1);
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(43, 57, 73, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: auto;
  box-shadow: none;
  transition: all ease 0.4s;
}

.resume-profile-block .profile-summary .user-profile-header .btn-content .btn:hover {
  background-color: rgba(138, 167, 199, 0.3);
}

.resume-profile-block .profile-summary .user-profile-header .btn-content .btn::before {
  content: none;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: #e2e2e2;
}

.resume-profile-block .profile-summary .meta-item small {
  font-size: 12px;
  font-weight: 300;
  color: #161616;
  margin: 0;
  line-height: 14px;
  letter-spacing: 0;
}

.resume-profile-block .profile-summary .meta-item p {
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
}

.resume-profile-block .profile-summary .profile-details .skills-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex: 0 0 460px;
  max-width: 460px;
}

.resume-profile-block .profile-summary .profile-details .skills-list .skill-badge {
  padding: 6px 18px 6px 10px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: rgba(22, 22, 22, 0.8);
}


/* media query */

@media (max-width: 1399px) {
  .resume-profile-block .profile-summary .profile-details .skills-list {
    flex: 0 0 400px;
    max-width: 400px;
  }
}

@media (max-width: 1199px) {
  .resume-filter-sidebar {
    margin-bottom: 24px;
  }

  .resume-profile-block .profile-summary .profile-details .skills-list {
    flex: 0 0 500px;
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .resume-profile-block .profile-summary .profile-details .skills-list {
    flex: 0 0 250px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {

  .resume-profile-block {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
  }

  .resume-profile-block .img-block {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .resume-profile-block .img-block .user-img {
    height: 125px;
  }

  .resume-profile-block .profile-summary .profile-details .skills-list {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .resume-profile-block .profile-summary .user-profile-header .btn-content {
    width: 100%;
    gap: 16px;
  }

  .resume-profile-block .profile-summary .user-profile-header .btn-content .btn {
    width: 50%;
    padding-block: 12px;
  }

  .resume-profile-block .hire-btn {
    background-color: #FFC01D;
    line-height: 42px;
  }

  .resume-profile-block .profile-summary {
    gap: 16px;
  }

  .resume-filter-sidebar {
    padding: 16px;
  }

  .resume-filter-sidebar .form-control {
    margin-bottom: 18px;
  }
}
.remove_cross .multiselect-dropdown .optdel{
  display:none;
}