#business-cookies-wrapper
{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .85);
  z-index: 9999999;
}

#business-cookies-wrapper
#interactions-wrapper
input[type="submit"]
{
  white-space: normal !important;
}

#business-cookies-wrapper
#interactions-wrapper
input[type="submit"].adjust-input
{
  width: 95%;
}

#business-cookies-wrapper
#interactions-wrapper
{
  background: white;
  width: 100%;
  max-width: 600px;
  max-height: 85vh;
  padding: 35px;
  overflow: auto;
}

@media screen and (max-width: 640px) {
  #business-cookies-wrapper
  #interactions-wrapper
  {
    padding: 15px;
  }
}

#business-cookies-wrapper
#interactions-wrapper
.main-title
{
  font-size: 1.5rem;
}

#business-cookies-wrapper
#interactions-wrapper
.description
{
  line-height: 1.25rem;
}

#business-cookies-wrapper
#interactions-wrapper
.btn
{
  width: 45%;
  margin: 10px 0;
}

@media screen and (max-width: 640px) {
  #business-cookies-wrapper
  #interactions-wrapper
  .btn
  {
    width: 95%;
  }
}

#business-cookies-wrapper
#interactions-wrapper
.adjust-link
.ico-angle
{
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  right: -1.5rem;
  top: -.75rem;
  transition-property: transform;
  transition-duration: .25s;
  transform: rotate(90deg);
}

#business-cookies-wrapper
#interactions-wrapper
.adjust-link.collapsed
.ico-angle
{
  right: -1rem;
  transform: rotate(-90deg);
}

@media screen and (max-width: 640px) {
  #business-cookies-wrapper
  #interactions-wrapper
  .adjust-link
  .ico-angle
  {
    display:none;
  }
}


#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
{
}
#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.type-wrapper
{
  margin-top: 15px;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.type-wrapper
.inner-title
{
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid darkgray;
}

/* Toggle control start */
#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.control-wrapper
{
  min-width: 75px;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control
{
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control.readonly
{
  pointer-events:none !important;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control input
{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control input:checked ~ .control
{
  background-color: #3EB595;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control input:checked ~ .control:after
{
  left: 25px;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control .control
{
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 50px;
  border-radius: 25px;
  background-color: darkgray;
  transition: background-color 0.15s ease-in;
}

#business-cookies-wrapper
#interactions-wrapper
#adjustcookies
.toggle-control .control:after
{
  content: "";
  position: absolute;
  left: 5px;
  top: 2.5px;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background: white;
  transition: left 0.15s ease-in;
}
/* Toggle control End */

body{
  position: relative;
}

#business-cookies-revoke-wrapper
{
  position: absolute;
  bottom: 10vh;
  left: 0;
  transition: all .5s ease-in;
}
#business-cookies-revoke-wrapper
input[type="submit"]
{
  width: 0;
  overflow:hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#business-cookies-revoke-wrapper.big
form
input[type="submit"]
{
  width: 100%;
  overflow:hidden;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#business-cookies-revoke-wrapper.revert
{
  position: absolute;
  bottom: 10vh;
  right: 0;
  left:unset;
  transition: all .5s ease-in;
}

#business-cookies-revoke-wrapper
form
{
  position: relative;
}

#business-cookies-revoke-wrapper
.svg-wrapper
{
  cursor: pointer;
  color: white;
  width: 50px;
  border-radius: 0 10px 10px 0;
}

#business-cookies-revoke-wrapper
.svg-wrapper.first
{
  border-radius: 10px 0 0 10px ;
}

#business-cookies-revoke-wrapper
.svg-wrapper
svg
{
  height: 50%;
  width: 50%;
}

#business-cookies-revoke-wrapper
form
input[type="submit"]
{
  white-space: nowrap !important;
  border-radius: 0;
  margin: 0;
  padding: 10px;
  font-size: 1rem;
  text-transform: none;
  font-weight: 500;
  transition: none !important;
}

@media screen and (max-width: 640px) {
  #business-cookies-revoke-wrapper
  form
  input[type="submit"]
  {
    font-size: .9rem;
  }
}
