body {
  background-color: #f0f2f5;
}

.container {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn-facebook {
  background-color: #1877f2;
  border-color: #1877f2;
}

.btn-facebook:hover {
  background-color: #0f65d7;
  border-color: #0f65d7;
}

.skills-container {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.skill-rating {
  margin-bottom: 7px; /* Adjust the margin value as per your preference */
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1200;
}

.border-0 td,
.border-0 th {
  border: none !important;
  text-align: center;
}

.border-0 th {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 40px;
}
td:nth-child(2) {
  max-width: 250px;
}

/* Custom style to set icon size */
.alert i[class^="bi-"] {
  font-size: 1.5em;
  line-height: 1;
}
.skill-rating h6 {
  min-width: 110px;
  text-align: right;
}
.skill-rating .rating__star {
  width: calc(100% - 100px);
  padding-left: 15px;
}

#jsMessage {
  /* flex: 1; */
  height: 38px;
}
.modal-footer.modal-footer--flex .alert {
  margin: 0;
}
.modal-footer.modal-footer--flex .footer__actions {
  margin: 0 0 0 30px;
}
.modal-footer.modal-footer--flex .alert {
  padding: 10px 12px;
  align-items: center;
  justify-content: center;
}

#files_table {
  word-wrap: break-word;
}

/* Range Slider - Experience */

.experienceRangeWrapper .form-control {
  height: 70px !important;
}
.experienceRangeWrapper p {
  margin: 0;
}
.experienceInput {
  width: 100%;
  display: flex;
  margin: 10px 0 0 0;
}
.experienceInput .field {
  width: 40%;
  display: flex;
  align-items: center;
}
.experienceInput .separator {
  font-weight: 700;
  width: 200%;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.field input {
  width: 50%;
  height: 114%;
  outline: none;
  text-align: center;
  margin-left: 12px;
  font-size: 15px;
  border: 1px solid #999;
  border-radius: 5px;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

.slider {
  margin-top: 10px;
  height: 8px;
  border-radius: 5px;
  background-color: #ddd;
  position: relative;
}

.slider .progress {
  height: 8px;
  left: 5%;
  right: 75%;
  position: absolute;
  border-radius: 5px;
  background-color: #2894d0;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  top: -7px;
  height: 5px;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;

}

input[type="range"]::-webkit-slider-thumb{
  height:17px;
  width: 17px;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #2894d0;
}

input[type="range"]::-moz-range-thumb{
  height:17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #2894d0;
} 

.jusitifyContentEnd {
  justify-content: end !important;
}

input[type="date"] {
  padding-right: 87%;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}

button svg {
  padding-left: 5px;
}
.btn-success{
  background-color: #2894d0;
  border-color: #2894d0;
}
.btn-success:hover {
  background-color: #2894d0;
  border-color: #2894d0;
  box-shadow: #5bb4e9;
}
.btn-success:active {
  background-color: #2894d0;
  border-color: #2894d0;
  box-shadow: #5bb4e9;
}
.btn-success:focus {
  background-color: #2894d0;
  border-color: #2894d0;
  box-shadow: 0 0 0 0.2rem rgb(72 149 180 / 50%);
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgb(72 149 180 / 50%);
}
.btn-success:not(:disabled):not(.disabled):active {
  background-color: #2894d0;
  border-color: #2894d0
}
.btn-success:disabled {
  background-color: #2894d0;
  border-color: #2894d0
}

.badge-secondary {
  color: #000 !important;
  background-color: #dee2e6 !important;
}
.badge {
  font-size: 96%;
  font-weight: 300;
}

.modal-dialog {
  transform: translate(0, 0) !important; /* Override Bootstrap's transform */
}

   .jsPracticeCategory {
      list-style: none;
      padding: 0;
    }

    .jsPracticeCategory li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }

    .skillSetListing {
      width: 100%;
    }

    .jsPractiseTitle {
      width: 100%;
      margin-bottom: 10px;
    }

    .jsRatings {
      flex: 1;
      margin-right: 10px;
    }

    input[type="checkbox"] {
      flex: 1;
      margin-left: 10px;
      margin-right: 10px;
    }
    .skillSetListing {
      padding: 0;
    }

    .skillsContainer {
      padding: 0 32px;
    }

  .skillsContainer h5 {
    color: #2894d0;
  }
    .skillSetListing h6 {
      font-size: 0.90rem;
      margin-bottom: 0;
      max-width: 114px;
  }

  .skillsContainer {
    max-height: 50vh;
    overflow-y: scroll;
  }

  .required::after {
    content: " *";
    color: red;
}
.swal2-title {
  font-size: 1.2em!important;
  font-weight: 300!important;
}

.swal2-cancel {
    color: #fff;
    background-color: #6c757d!important;
    border-color: #6c757d!important;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swal2-confirm {
    display: inline-block;
    color: #fff;
    background-color: #2894d0!important;
    border-color: #2894d0!important;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swal2-icon {
  color: #2894d0!important;
}
.swal2-warning{
  color: #2894d0!important;
  border-color: #2894d0!important;
}
.swal2-success {
  color: #2894d0!important;
  border-color: #2894d0!important;
}
.swal2-success-line-long {
  color: #2894d0!important;
  border-color: #2894d0!important;
}
.swal2-success-fix {
  color: #2894d0!important;
  /* border-color: #2894d0!important; */
}

.swal2-success-ring {
  color: #2894d0!important;
  border-color: #2894d0!important;
}
.swal2-success-line-tip {
  color: #2894d0!important;
}
.swal2-success-circular-line-right {
  color: #2894d0!important;
}
.swal2-success-circular-line-left {
  color: #2894d0!important;
}

