@media (min-width:280px){
#__cookieWrapper .custom-cookie-in{display:block}
#__cookieWrapper .cookie-btn{margin-top:15px}
}
@media (min-width:768px){
#__cookieWrapper .custom-cookie-in{display:flex}
#__cookieWrapper .cookie-btn{margin-top:0}
}
#__cookieWrapper .__cookieNotice .__cookieNoticeBody {
  padding: 20px;
  background-color: #ffffff;
  font-family: inherit;
}

#__cookieWrapper.custom-cookie a {
  color: #303039;
  text-decoration: underline;
}
#__cookieWrapper.custom-cookie p {
  color: #303039;  
  font-family: "Avenir Book", Helvetica, sans-serif;
    font-size: 14px;
  font-weight: 300;
}
    #__cookieWrapper .custom-cookie-in {
        display: block;
    }
    
    #__cookieWrapper .cookie-btn {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px;
}

#__cookieWrapper.custom-cookie .ccBtn, .custom-cookie-modal .modal-footer button {
  background: #3b6e8e;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  min-width: 250px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  line-height: normal;
  font-size: 14px;
   font-family: "Avenir Book", Helvetica, sans-serif;
  line-height: inherit;
  font-weight: inherit;
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2),5px 5px 10px 0 rgba(0,0,0,.19);
}

#__cookieWrapper.custom-cookie .ccBtn:hover{
  background: #003d4c;
  color: #ffffff;
}
#__cookieWrapper.custom-cookie .ccBtn span span, .custom-cookie-modal .modal-footer button span {
  margin-left: 10px;
}
.modal-footer button:hover{
  background: #003d4c;
  color: #ffffff;
}
.modal-title {
  color: #000000!important;
  margin: 0;
  font-size: 1.5rem !important;
  line-height: 30px;
  padding: 10px 0;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
  font-size: 1.4rem;
  line-height: normal;
  color: #000000!important;
  margin-bottom: 0px !important;
  padding-right: 10px;
  padding-bottom: 10px;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
  color: #000000;
  font-size: 14px;
  line-height: normal;
  padding-bottom: 10px !important;
  padding-top: 15px !important;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-footer{
  justify-content: center !important;
}

/* toggle button's css from here*/
.switch input[type=checkbox]:focus+label::before{
  box-shadow: none;
}
.switch input[type=checkbox]+label::after, .switch input[type=checkbox]+label::before {
	width: calc(calc(1.8rem * .9) * 2);
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
}
	

.switch input[type=checkbox]+label::before {
	border-radius: calc(2rem * .8);
	 border-color: #565657;
  background-color: #565657;
}
.switch input[type=checkbox]:checked+label::before {
    background-color: #3b6e8e;
  border-color: #3b6e8e;
}
.switch input[type=checkbox]:disabled+label::before {
    background-color: #3b6e8e;
    border-color: #3b6e8e;
}
.switch input[type=checkbox]+label::after {
    top: 5px;
    left: 6px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
#__cookieWrapper.custom-cookie button.close {
background: none;
}