/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
  
 .gradientBG{background: rgb(213,117,16);background: linear-gradient(90deg, rgba(213,117,16,1) 0%, rgba(170,94,111,1) 50%, rgba(132,73,187,1) 100%); color:#fff !important; border-color:rgb(170,94,111);}

.switch {position: relative; display: inline-block; width: 60px; height: 27px; border-radius: 10px;}
.switch input {opacity: 0; width: 0; height: 0;}
.eboov_slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.eboov_slider:before {position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom:1px;  background-color: white; -webkit-transition: .4s; transition: .4s;}
.switch input:checked + .eboov_slider { background-color: #2196F3;}
.switch input:focus + .eboov_slider {box-shadow: 0 0 1px #2196F3;}
.switch input:checked + .eboov_slider:before {-webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}
.eboov_slider.round {border-radius: 34px;}
.eboov_slider.round:before { border-radius: 50%;}