body{
    background:#000;
}
input , textarea{
  cursor: auto !important;
}
/* .enable-disable{    background-color: #9c9b9b;    border: none;    color: white;    padding: 15px 32px;    text-align: center;    text-decoration: none;    display: inline-block;    font-size: 16px;}#numberDropdown{    background-color: #9c9b9b;    color: white;} */
.vimeo-content .entry-title{
    color:#fff;
}
.vimeo-embed-container{
    width: 100%;
}
#vimeo-form label{
    font-size:22px;
    display:block;
    color:#fff;
}
#vimeo-form input[type=text] {
    display:block;
    width:100%;
    height:40px;
    border-radius:4px;
    border: 1px solid #0000006e;
    margin:10px 0;
}
#premium-vimeo-form  input[type=submit]{
    background-color: #6EC1E4;
color: black;
padding: 0.6em 1.85em;
letter-spacing: 1px;
font-size: 18px;
border:1px solid #700000;
border-radius: 4px;
margin-top:15px;
}
#premium-vimeo-form  input[type=submit]:hover{
    color:#700000;
    background-color: #fff;
}
.vimeo-video-container{
    padding-bottom: 40px;
}
.vimeo-video-container p{
    position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.vimeo-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3 !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(26px) !important;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.block h3{
color: #000;
}


/* #qodef-page-inner ,.qodef-content-grid-1300 ,.qodef-content-grid{
	width:100% !important;
} */
/* .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
padding:0 !important;
} */