@media (min-width: 640px) {
    .sm\:max-w-md {
        max-width: 35rem !important;
    }
}

.stv-dark-bg{
    background-color: black !important;
}

.h1-stv{
    font-size: 50px !important
}

.h2-stv{
    font-size: 40px !important;
}
.h3-stv{
    font-size: 35px !important;
}
.h4-stv{
    font-size: 30px !important;
}
.h5-stv{
    font-size: 25px !important;
}
.h6-stv{
    font-size: 20px !important;
}

.stv-my{
    margin: 35px 0 !important;
}

.stv-flag-icon {
    border-radius: 5px 0 0;
    background: #4d4d4d;
    padding-left: 15px;
    padding-right: 15px;
}

[type=text], input:where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local], [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select
 {

    background-color: #383838 !important;
    border-color: #383838 !important;
    border-width: 0 !important;

    --tw-shadow: none;
}

input::placeholder {
    color: white !important;
  }


  .stv-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .stv-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .stv-d-none {
    display: none;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #272727;
    border-radius: 5px !important;
    border: solid 1px white !important;
  }

  /* On mouse-over, add a grey background color */
  .stv-container:hover input ~ .checkmark {
    background-color: #535353;
  }

  /* When the checkbox is checked, add a blue background */
  .stv-container input:checked ~ .checkmark {
    background-color: #535353;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .stv-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .stv-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  [type=text], input:where(:not([type])), [type=email], [type=url], [type=password], [type=number], [type=date], [type=datetime-local],
  [type=month], [type=search], [type=tel], [type=time], [type=week], [multiple], textarea, select
 {
    color: #fff !important;
}