
.switch6 {
   max-width: 17em;
   border: 1px solid #999999;
   height: 44px;
   background-color: #57575a !important;
}

.switch6-light>span,
.switch-toggle>span {
   color: #000000;
}

.switch6-light span span,
.switch6-light label,
.switch-toggle span span,
.switch-toggle label {
   color: #fff;
}

.switch-toggle a,
.switch6-light span span {
   display: none;
}

.switch6-light {
   display: block;
   height: 30px;
   position: relative;
   overflow: visible;
   padding: 0px;
   margin-left: 0px;
   margin-bottom: 0px !important;
}

.switch6-light * {
   box-sizing: border-box;
}

.switch6-light a {
   display: block;
   transition: all 0.3s ease-out 0s;
}

.switch6-light label,
.switch6-light>span {
   line-height: 30px;
   vertical-align: middle;
}

.switch6-light label {
   font-weight: 700;
   margin-bottom: px;
   max-width: 100%;
}

.switch6-light input:focus~a,
.switch6-light input:focus+label {
   outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
   position: absolute;
   opacity: 0;
   z-index: 5;
}

.switch6-light input:checked~a {
   right: 0%;
}

.switch6-light>span {
   position: absolute;
   left: -100px;
   width: 100%;
   margin: 0px;
   padding-right: 100px;
   text-align: left;
}

.switch6-light>span span {
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 5;
   display: block;
   width: 50%;
   margin-left: 100px;
   text-align: center;
   padding: .5rem 1rem;
   font-size: 1rem;
   font-weight: 500;
   line-height: 1.5;
}

.switch6-light>span span:last-child {
   left: 50%;
}

.switch6-light a {
   position: absolute;
   right: 50%;
   top: 0px;
   z-index: 4;
   display: block;
   width: 50%;
   height: 100%;
   padding: 0px;
}

.switch6 .btn {
   border-radius: 0;
   height: 43px;
   background-color: #0a7260;
}

.all-field-marg {
   margin-top: 31px;
}

.no-link{
    pointer-events: none;
    cursor: default;
}
