/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#about{
  background:linear-gradient(170deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.labell{
  color:white;
 text-shadow: 1px 1px 5px #000000;
 padding-top: 10px;

}

.sliderContainer {
  width: 100%;
  
}



.slider {

  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: 0px 1px 10px 1px black ;
}

.slider:hover {
  opacity: 1;
}


#status{
  color: white;
}

/* number type*/
input[type=number] { width: 100%; max-width: 300px; box-sizing: border-box; }


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}



.inner_container{
  margin-bottom: 10px;
  background: rgba(1,1,1,0.49);border-radius: 10px;
  width: 300px;

}

.td_top{
  padding: 12px 12px 0px 12px;
}

.td_bot{
  padding: 0px 12px 12px 12px;
}


.content-heading{
  background-color: rgba(1,1,1,0.49);border-radius: 10px;
  max-width: 300px;
  padding: 10px;
}




input.slider {
align-items: center;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
background: none;
cursor: pointer;
display: flex;
height: 100%;
min-height: 30px;
overflow: hidden;
width: 100%;
box-shadow: none;
outline: none;
}
input.slider:focus {
box-shadow: none;
outline: none;
}
input.slider::-webkit-slider-runnable-track {
background:white;
content: '';
height: 13px;
pointer-events: none;
}
input.slider::-webkit-slider-thumb {
-webkit-appearance: none;
        appearance: none;
        width: 30px!important;
        height: 30px!important;
        background:url(http://globalxpert.ro/wp-content/uploads/2021/02/favicon.png) center center no-repeat;
        cursor: pointer;
        background-size: contain;
margin-top: -8px;

}
input.slider.slider::-moz-range-track {
width: 100%;
height: 13px;
}
input.slider::-moz-range-thumb {
width: 30px!important;
height: 30px!important;
background:url(http://globalxpert.ro/wp-content/uploads/2021/02/favicon.png) center center no-repeat;
cursor: pointer;
background-size: contain;
position: relative;
}
input.slider::-moz-range-progress {
height: 13px;
background:white;
border: 0;
margin-top: 0;
}
input.slider::-ms-track {
background: transparent;
border: 0;
border-color: transparent;
border-radius: 0;
border-width: 0;
color: transparent;
height: 13px;
margin-top: 10px;
width: 100%;
}
input.slider::-ms-thumb {
width: 30px!important;
height: 30px!important;
background:url(http://globalxpert.ro/wp-content/uploads/2021/02/favicon.png) center center no-repeat;
cursor: pointer;
background-size: contain;

}
input.slider::-ms-fill-lower {
background:white;
border-radius: 0;
}
input.slider::-ms-fill-upper {
background: white;
border-radius: 0;
}
input.slider::-ms-tooltip {
display: none;
}

.status{
  height:20px;
}

#submit-wrapper
  { text-align: center; 
  margin-bottom: 15px;}

#perioada-creditare-personal{
  width:280px;
}

#banca-personal{
  width:280px;
}

.button_gold{
	background: url(https://globalxpert.ro/wp-content/uploads/2022/09/buton2.png)5px 0px no-repeat;
	background-size: auto 55px;
	min-width: 217px;
	border-radius:20px;
	text-shadow: 2px 2px 3px #000000;
	text-decoration:none;
  color:white;
  border: 0px;
  margin: 0;
  padding: 10px 25px 10px 25px;
  font-family: DM Sans;
}

.valid{color:#66FF00;
  text-shadow:unset;
  font-weight:700;
   text-shadow: 1px 1px 5px rgba(255,255,255,0.3);}

  .invalid{color:red;
  font-weight:700;
   text-shadow: 1px 1px 5px #000000;}

p.labell{
  padding: 10px;;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  padding-right: 5px;
}
.td_mid{
  padding-left: 12px;
  padding-right: 12px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(170deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_toggle {
  background: linear-gradient(170deg,#BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

input:focus + .slider_toggle {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider_toggle.round {
  border-radius: 34px;
}

.slider_toggle.round:before {
  border-radius: 50%;
}