.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5ce25c !important;
  border-color: #5ce25c !important;
}

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

.outrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

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

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

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

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


.foo {
  display: block;
  position: relative;
  width: 300px;
  margin: auto;
  cursor: pointer;
  border: 0;
  height: 60px;
  border-radius: 5px;
  outline: 0;
}

.foo:hover:after {
  background: #66ce6b;
}

.foo:after {
  transition: 200ms all ease;
  border-bottom: 3px solid rgba(0, 0, 0, .2);
  background: #4caf50;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: 'Upload Logo';
  line-height: 60px;
  border-radius: 5px;
}

.domain-search-error .suggestion-domains p>name:hover {
  background-color: white;
}

.highcompress-droppables {
  height: 203px;
  border-width: 0.2rem;
  border-style: dashed;
  border-color: rgb(97, 103, 120);
  border-image: initial;
  border-radius: 1.5rem;
  padding: 24px 0;
  text-align: center;
}

.highcompress-droppables.dragover {
  background: rgba(216, 216, 216, 0.7);
}

.highcompress-droppables-realtime {
  height: 200px;
  border-width: 0.2rem;
  border-style: dashed;
  border-color: rgb(97, 103, 120);
  border-image: initial;
  border-radius: 1.5rem;
  padding: 40px 0;
  text-align: center;
}

.highcompress-droppables-realtime.dragover {
  background: rgba(216, 216, 216, 0.7);
}

.circle {
  width: 158px;
  height: 158px;
  margin: 50px auto;
  text-align: center;
  background: #51bbb5;
  overflow: hidden;

  border-radius: 50%;
  border: 5px solid #fff;
}

svg {
  margin: 20px 0 0 0;
  background: #51bbb5;
}

#needle1 {
  position: relative;
  transform: rotate(-40deg);
  transform-origin: 63px 66px;
  -webkit-transform: rotate(-40deg);
  -webkit-transform-origin: 63px 66px;
}

#needle2 {
  position: relative;
  transform: rotate(0deg);
  transform-origin: 63px 66px;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 63px 66px;
}

#needle3 {
  position: relative;
  transform: rotate(40deg);
  transform-origin: 63px 66px;
  -webkit-transform: rotate(40deg);
  -webkit-transform-origin: 63px 66px;
}

.fullscreen-bg__video {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #1f3a4b;
  border-color: #384452;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #5dc35f;
  border-color: #1f3a4b;
}




input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 50%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cbd1e0;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  background: #28bab9;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #bcbdbf;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #384452;
  border-radius: 25px;
  border: 0px solid #000101;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  z-index: 2;
  cursor: pointer;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: white;

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.owners {
  width: 500px;
  height: 300px;
  border: 0px solid #ff9d2a;
  margin: auto;
  float: left;

}

span.own1 {
  background: #F8F8F8;
  border: 5px solid #DFDFDF;
  color: #717171;
  font-size: 13px;
  height: 250px;
  width: 310px;
  letter-spacing: 1px;
  line-height: 20px;
  position: relative;
  text-align: center;
  top: auto;
  left: auto;
  display: none;
  padding: 0 0px;


}

span.own {
  margin: 0px;
  float: left;
  position: relative;
  cursor: pointer;
}

span.own:hover span {
  display: block;
  z-index: 9;
}














#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}



.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 160px;
}

.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 160px;
}

.styled-select.slate {
  height: 34px;
  width: 100px;
}

.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 160px;
}

/* -------------------- Colors: Background */
.slate {
  background-color: #ddd;
}


/* -------------------- Colors: Text */
.slate select {
  color: #000;
}

.green select {
  color: #4caf50;
}

.blue select {
  color: #fff;
}

.yellow select {
  color: #000;
}

.black select {
  color: #fff;
}




/* Admin UI */

.set-row {

  display: flex;
  justify-content: space-between;

}

.optimizer-section-margin {
  margin-right: 30px;
}

.optimizer-section-bg {
  background: #dae7ef;
  margin-right: 30px;
}

.optimizer-btn {
  border-radius: 5px;
  background-color: #2196f3;
  border: none;
  color: white;
  padding: 8px 29px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.optimizer-btn img {
  margin-top: -3px;
  margin-right: 5px;
}

.optimizer-hr {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.optimizer-link a {
  color: #5F758E;
  text-decoration: underline;
}

.optimizer-result {
  margin-right: 30px;
}

.optimizer-summary-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.optimizer-results-label {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 1.1rem;
}

.optimizer-action-bar {
  border-radius: 0.75rem;
  background: #f8fafc;
  min-width: 320px;
  padding: 0.5rem 1.25rem;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.04);
  font-size: 1rem;
  gap: 1rem;
}

.optimizer-summary-card {
  border-radius: 1.5rem;
  background: #f4f8fb;
  padding: 2rem 1.5rem;
}