@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: #10069f;
  text-decoration: none;
  text-decoration: underline;
}
#__cookieWrapper.custom-cookie p {
  color: #1e3643 !important; 
  font-family: inherit;
  font-size: 1.8rem;
}

#__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: linear-gradient(to right,#fff 100%,transparent 0) !important;
  color: #10069f !important;
  font-size: 1.5rem;
   text-transform: uppercase;  
  min-width: 250px;
  font-weight: 500;
  border: 2px solid #10069f !important;
  font-family: RRPioneer-Bold,Arial !important;
  box-shadow: none;
  background-image: linear-gradient(to right,#10069f 50%,transparent 0);
  background-size: 200% 85%;
  
}

#__cookieWrapper.custom-cookie .ccBtn:hover, .custom-cookie-modal .modal-footer button:hover{
  background: #10069f !important;
  text-decoration: none;
  color: #ffffff !important;
  transition: all .5s ease;
  background-position: left bottom;
}
#__cookieWrapper.custom-cookie .ccBtn span span, .custom-cookie-modal .modal-footer button span {
  margin-left: 10px;
}
.modal-title {
  margin: 0;
  padding: 10px 0;
  font-size: 3.2rem;
  display: block;
  line-height: 40px;
  font-family: "RRPioneer-LightCondensed-new", Arial;
  color: #1e3643;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal .modal-body h4 {
  margin-bottom: 0px !important;
  padding-right: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: RRPioneer-Bold, Arial;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #1e3643 !important;
}
.custom-cookie-modal .modal-body, .custom-cookie-modal, .custom-cookie-modal p {
  color: #1e3643 !important;
  font-size: 1.8rem;
  font-family: inherit;
  line-height: 1.445;
  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]+label::after, .switch input[type=checkbox]+label::before {
  width: calc(calc(1.8rem * 1.4) * 2);
  box-shadow: 0 4px 6px 0 rgba(0,0,0,.2), 5px 5px 10px 0 rgba(0,0,0,.19);
  height: 33px;
  left: -15px;
  top: -10px;
}

.switch input[type=checkbox]+label::before {
  border-radius: calc(2rem * .8);
  border-color: #565767;
  background-color: #565767;
}
.switch input[type=checkbox]:checked+label::before {
  background-color: #10069f;
  border-color: #10069f;
}
.switch input[type=checkbox]:disabled+label::before {
  background-color: #cccccc;
  border-color: #cccccc;
  margin-top: 5px;
}
.switch input[type=checkbox]:disabled+label::after {
  margin-top: 5px;
}
.switch input[type=checkbox]+label::after {
  top: -4px;
  left: -6px;
  width: 20px;
  height: 20px;
  background-color: #fff;
}

#__cookieWrapper.custom-cookie button.close {
  background: none;
}