

.selectbox  {
 border:none;
 outline: none;
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.075), 0 6px 20px 0 rgba(0, 0, 0, 0.034); */
 box-shadow: 3px 4px 8px 3px rgba(0, 0, 0, 0.075), 3px 6px 20px 1px rgba(0, 0, 0, 0.034);

}
.signupSelectBox{
  margin-top:1.3rem;
}
.selectbox  button{

  border-radius:  0rem !important;
  outline:none;
  border:none;
}
.bootstrap-select .btn:hover {
  box-shadow: none !important;

}
.bootstrap-select .btn:focus {
  outline: none !important;
  border: none !important;
}
.bootstrap-select
 {
  border:none;
  outline: none;
   height: 2.8rem;
   margin-bottom: 1rem;
   padding:0.3rem 0.5rem;
  width:100% !important;
  border-radius: 0.3rem;

}


.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
  background-color: white;
  outline:none;
  border:none;
  box-shadow: none;
  color: #495057 !important;

}

.bootstrap-select .dropdown-menu{
  margin-left: -0.5rem;
 min-width:100%!important;
 border: 1px solid #137ddf;

}

.bootstrap-select .dropdown-menu.inner{
  width: 100% !important
}

.bootstrap-select .dropdown-menu .text{
  font-size: 0.80rem !important;
  margin:0% !important;
}
.bootstrap-select .dropdown-menu .text img{

  height:1rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.checkbox label{
color:black;
 font-family: Arial, Helvetica, sans-serif;
margin:1.4rem 0.1rem 0.9rem 0.2rem
}
.checkbox label span{
  margin-left: 0.7rem;
  }
  input {
    accent-color:  #137ddf;
}
.bootstrap-select .dropdown-toggle {
  margin-top:-0.1rem;
background-color: white !important;
border: none;
outline: none;

}

.bootstrap-select .dropdown-toggle:focus{
  outline:none;
  border: none;
}

.country-selectbox .dropdown:hover{
  background-color: unset !important;
    border-radius: unset !important;
    width:  6rem !important;
    height:  unset !important;

}
.country-selectbox1 .dropdown:hover{
  background-color: unset !important;
    border-radius: unset !important;
    width:  100% !important;
    height:  unset !important;

}

.bootstrap-select .dropdown-toggle .filter-option{
  background-color: white;
  border:none !important;
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner li{
 padding:0% !important;
 margin:0% !important
}
.dropdown-menu.show{
  border:none;
}

 .filter-option-inner-inner::after{
  border-style: solid;
	border-width: 0.13em 0.13em 0 0;
	content: '';
	display: inline-block;
	height: 0.5em;
	right:20px;
	position: absolute;
	top: 12px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.5em;
 }
 /* @media screen and (min-width: 320px) and (max-width: 768px){
  .bootstrap-select .dropdown-menu .text img{

    height:1rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .bootstrap-select .dropdown-menu .text {
    font-size: 0.7rem !important;
  }
 }
  */

  .radio-selector {
    display: flex;
    margin: auto;
    padding-left: 3px;
    gap: 1.2rem;
}

