/* Loading spinner  */

#loader {
    display: none;
}

.loader-text {
  width: max-content;
  color: rgb(122, 129, 126);
  position: absolute;
  top: 42%;
  left: 47%;
  z-index: 9999;
}

.loader-background {
    width: 100%;
    height: calc(100vh - 1.5rem);
    background-color: rgb(251 251 251 / 56%);
    position: absolute;
    z-index: 9998;
    margin-top: -9vh;
}

.loader {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -130px;
    width: 260px;
    z-index: 9999;
  }
  
  .wave {
    width: 6px;
    height: 50px;
    background: linear-gradient(45deg, rgb(192 235 199) 6%, rgb(177 212 245) 100%);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 20px;
  }
  
  .wave:nth-child(2) {
    animation-delay: 0.1s;
  }
  
  .wave:nth-child(3) {
    animation-delay: 0.2s;
  }
  
  .wave:nth-child(4) {
    animation-delay: 0.3s;
  }
  
  .wave:nth-child(5) {
    animation-delay: 0.4s;
  }
  
  .wave:nth-child(6) {
    animation-delay: 0.5s;
  }
  
  .wave:nth-child(7) {
    animation-delay: 0.6s;
  }
  
  .wave:nth-child(8) {
    animation-delay: 0.7s;
  }
  
  .wave:nth-child(9) {
    animation-delay: 0.8s;
  }
  
  .wave:nth-child(10) {
    animation-delay: 0.9s;
  }
  
  @keyframes wave {
    0% {
      transform: scale(0);
    }
  
    50% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(0);
    }
  }

/* scorll bar */

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border: transparent;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e9e9e9;
}

::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
  cursor: pointer;
}

/* Similarity range input */

.range_container {
  display: flex;
  flex-direction: column;
  width: 97%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sliders_control {
  position: relative;
  height: 20px;
  margin-top: 30px;
}

.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #E3F1FD;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px rgba(194, 219, 242, 1), 0 0 9px rgba(194, 219, 242, 1);
  -webkit-box-shadow: inset 0 0 3px rgba(194, 219, 242, 1), 0 0 9px rgba(194, 219, 242, 1);
}

.form_control_container_time_input {
  color: gray;
  width: 50px;
  font-size: 14px;
  border: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

input[type="range"] {
  -webkit-appearance: none; 
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}

.select-point-box {
  border-right: 2px solid #eb9881;
  width: 0;
  height: 20px;
  top: -27px;
  position: relative;
  transition: width 0.5s;
  z-index: -1;
}

.select-point-box-label {
  font-size: 12px;
  position: relative;
  top: -36px;
  width: fit-content;
  height: 16px;
  padding: 2px 5px;
  align-items: center;
  border-radius: 5px;
  background-color: #e4f0fb;
}

.select-point-box-text {
  width: fit-content;
}

/* social account logo styles */

.social-account {
  list-style: none;
  display: flex;
  align-items: center;
}

.social-account .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.social-account .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.social-account .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.social-account .icon-content a:hover {
  color: white;
}

.social-account .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.social-account .icon-content a:hover .filled {
  height: 100%;
}

.social-account .icon-content a[data-social="instagram"] .filled {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}

.social-account .icon-content a[data-social="vimeo"] .filled {
  background-color: #00B2EA;
}