.select2 {
  width: 100% !important;
}

button{
  cursor: pointer;
}

.kasatria-wp-form.button1 {
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  background: #0066b8;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}
.kasatria-wp-form.button1:hover {
  background-color: #107ed6;
}

/* SLIDER */

.kasatria-wp-form .slider-overctn {
  width: 100%;
  height: 10px;
}

.kasatria-wp-form .slidectn {
  position: relative;
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.kasatria-wp-form .slider {
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px; /* Specified height */
  background: linear-gradient(to left, #da4747 0%, #fb0 51.04%, #389a6e 100%);
  outline: none; /* Remove outline */
  border-radius: 5px;
  margin: 0;
}

.kasatria-wp-form .slider-inactive {
  right: -1px;
  z-index: 1;
  position: absolute;
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  height: 10px; /* Specified height */
  background: #cccccc;
  outline: none; /* Remove outline */
  border-radius: 0 5px 5px 0;
  /* display: none; */
  margin: 0;
  width: 100%;
}
.kasatria-wp-form .slider-inactive::-webkit-slider-thumb {
  display: none;
}
.kasatria-wp-form .slider-inactive::-moz-range-thumb {
  display: none;
}
/* Mouse-over effects */
.kasatria-wp-form .slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.kasatria-wp-form .slider::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: url("/wp-content/uploads/2024/03/icon_arrow_dragbar.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  background-color: white;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.16));
  cursor: pointer;
}

.kasatria-wp-form .slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #fff;
  cursor: pointer; /* Cursor on hover */
}

.kasatria-wp-form .slider::-webkit-slider-thumb:active {
  width: 32px;
  height: 32px;
  background-size: 20px 20px;
}

.kasatria-wp-form .slider::-moz-range-thumb:active {
  width: 32px;
  height: 32px;
  background-size: 20px 20px;
}

.kasatria-wp-form-inner1 p {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #333;
  display: block;
  width: 140px;
}

.kasatria-wp-form-inner1 > div {
  display: grid;
  align-items: center;
}

