
.select-menu .dropdown-toggle{
 background-color: white !important;
}

.bootstrap-select.disabled, .bootstrap-select > .disabled{
  background-color: #e3eaef !important;
}

.bootstrap-select{
  padding: 0 !important;
  background-color: white;
  border: 1px solid #cccccc  !important;
}

.bootstrap-select > .dropdown-toggle{
  background-color: white;
}

.oval{
  border-radius: 30px !important;
  padding: 1px 10px !important;
  font-size: 11px !important;
}

.sayfa-baslik{
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 80px;
  height: 28px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 23px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 23px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing:content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing:content-box;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing:content-box;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #5f2a8d;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
  left: 54px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}


.bg-mavi{
  background-color: #007bff!important;
}

.bg-turkuaz{
  background-color: #53daed!important;
}


.fs-0-50{
  font-size: 0.50rem !important;
}

.fs-0-80{
  font-size: 0.80rem !important;
}

.fs-1{
  font-size: 1rem !important;
}

.fs-25{
  font-size: 1.25rem !important;
}

.fs-35{
  font-size: 1.35rem !important;
}

.fs-50{
  font-size: 1.50rem !important;
}

.fs-75{
  font-size: 1.75rem !important;
}

.fs-2-40{
  font-size: 2.40rem !important;
}



.br-0-50{
  border-radius: 0.50rem !important;
}

.br-1{
  border-radius: 1rem !important;
}

.br-25{
  border-radius: 1.25rem !important;
}

.br-35{
  border-radius: 1.35rem !important;
}

.br-50{
  border-radius: 1.50rem !important;
}

.br-75{
  border-radius: 1.75rem !important;
}





.p-0-50{
  padding: 0.50rem !important;
}

.p-0-60{
  padding: 0.60rem !important;
}


.p-0-80{
  padding: 0.80rem !important;
}

.p-1{
  padding: 1rem !important;
}

