/* The switch - the box around the slider */
.cookie-modal .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
  margin-bottom: 2px;
  margin-left: 5px;
}

/* Hide default HTML checkbox */
.cookie-modal .switch input {
  opacity: 0;
  width: 0;
  height: 0
}

/* The slider */
.cookie-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0dee0;
  -webkit-transition: .4s;
  -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all .3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-radius: 30px
}
.cookie-modal .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  border-radius: 50%
}
.cookie-modal input:disabled + .slider {
  filter: opacity(0.5);
}
.cookie-modal input:checked+.slider {
  background-color: #702382
}
.cookie-modal input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3
}
.cookie-modal input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px)
}
/* Rounded sliders */

.cookie-modal .slider.round {
  border-radius: 34px
}
.cookie-modal .slider.round:before {
  border-radius: 50%
}
.jquery-modal.blocker {
  z-index: 99999
}
.modal.cookie-modal {
  padding: 0;
  overflow: visible
}
.jquery-modal .modal a.close-modal {
  border: 0;
  border-radius: 0;
  top: 10px;
  right: 10px;
  background: url(/sites/all/themes/oab_smirt_theme/img/icons/30_close@1x.svg) center center no-repeat!important;
  -webkit-animation: all .25s ease-in-out;
  animation: all .25s ease-in-out
}
.jquery-modal .modal a.close-modal:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.cookie-modal-content {
  padding: 20px
}
.cookie-modal-content h3 {
  font-weight: 700;
  color: #702382;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.05
}
.jquery-modal .modal-content-title {
  color: #702382;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 20px
}
.cookie-bloc {
  min-height: 50px;
  width: 100%;
  background-color: #C12A7F;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 18px 0
}
.cookie-bloc .clearfix {
  margin-top: 5px
}
.cookie-bloc a {
  border-radius: 60px
}
.cookie-seemore {
  text-decoration: underline;
  color: #FFF;
  font-size: 14px;
  line-height: 16px
}
.cookie-seemore:hover {
  color: #f5c2df
}
.cookie-bloc a:hover {
  text-decoration: none
}
.cookie-accept, .cookie-accept:focus,
.refuse-cookie, .refuse-cookie:focus{
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 2px 2px 0 0;
  min-height: 20px;
  padding: 3px 10px;
  text-align: center;
  width: 90px;
  background: #fff;
  color: #C12A7F;
  border: 1px solid #fff
}
.cookie-accept:hover,
.refuse-cookie:hover {
  background: transparent;
  color: #fff
}
.course-modal-content {
  padding: 20px
}
