.cc-revoke.cc-bottom,.cc-revoke.cc-top{
  display: block !important;
  max-width: 24em;
}

.cc-revoke .revoke-link {
  font-size: inherit;
  margin: 10px;
}

/*switch 1*/

.cc-revoke .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-left: 50px;
  margin-bottom: 0;
}

.cc-revoke .switch input {
  display:none;
}

.cc-revoke .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.cc-revoke .switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.cc-revoke input:checked + .switch-slider {
  background-color: #2196F3;
}

.cc-revoke input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.cc-revoke input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.cc-revoke.cc-bottom,.cc-revoke.cc-top {
  display: block !important;
}

.cc-banner .cc-btn:last-child {
  min-width: auto !important;
}

.cc-banner.cc-bottom,
.cc-floating.cc-bottom {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 9999;
}

.cc-revoke.active {
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  z-index: 10000  !important;
  cursor: auto;
  padding: 1em;
}
.cc-revoke.cc-left.active {
  left: 0 !important;
}
.cc-revoke.cc-right.active {
  right: 0 !important;
}

.cc-revoke.active:hover{
  text-decoration: none;
}
.cc-revoke .services-controle p, .cc-revoke .cc-compliance, .cc-revoke .cc-message, .cc-revoke .revoke-link .close{
  display: none;
}

.cc-revoke.active .services-controle p{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid;
  margin: 0;
}

.cc-revoke.active .revoke-link .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 26px;
  opacity: 0.5;
}
.cc-revoke .revoke-link .close:hover{
  opacity: 0.8;
}

.cc-revoke.active .revoke-link {
  margin: 20px 0 40px;
  font-size: 30px;
}
.cc-revoke .revoke-link .close{
}

.cc-revoke.active .cc-compliance {
  display: flex;
  margin: 40px 0;
}
.cc-revoke.active .cc-message{
  display: block;
}
