.cookie-consent-modal {
	padding-top: 0;
	position: fixed;
	width: auto;
	height: auto;
	z-index: 1000;
}

.cookie-consent-modal .modal-content-wrap {
	position: fixed;
	bottom: 0;
	margin: 0
}

.cookie-consent-modal .modal-content-wrap.right {
	right: 0;
}

.cookie-consent-modal .modal-content-wrap.left {
	left: 0;
}

.cookie-consent-modal .modal-content-wrap .modal-content {
    background: linear-gradient(80deg, rgb(27 27 27) 0%, rgb(54 54 54) 100%);
    width: 100vw;
    border-radius: 0;
    padding: 30px 0;
    color: #fff;
    border: none;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-header {
	padding: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-header h3 {
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body {
	padding: 1rem 1rem;
	line-height: 1.3;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body a {
	color: #3579F6;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-body a:hover {
	color: #0b5bed;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer {
	padding: 1rem 0.5rem 0.5rem 0.5rem;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn {
	padding: 0.7rem 1.1rem;
	font-size: 100%;
	cursor: pointer;
	border: none;
	border-radius: 0.2rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary {
	background-color: #3579F6;
	color: white;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-primary:hover {
	background-color: #0b5bed;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary {
	background-color: #89a;
	color: white;
}

.cookie-consent-modal .modal-content-wrap .modal-content .modal-footer .buttons .btn.btn-secondary:hover {
	background-color: #6a8095;
}
	.cookie-consent-modal button.ast_btn{
    margin: 10px;
    line-height: initial;
    text-transform: capitalize;
  }
  @media screen and (max-width: 767px) {
	.cookie-consent-modal button.ast_btn{
   width:100%
  }
}
	.cookie-consent-modal button.ast_btn:hover:after{
    background: #db277e;
    color: #fff;
    z-index: -9;
  }

@media screen and (max-width: 620px) {
	.cookie-consent-modal .btn {
		width: 100%;
	}
}

.cookie-consent-modal.block-access {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 20vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

@media screen and (max-width: 620px) {
	.cookie-consent-modal.block-access {
		padding-top: 0;
	}
}

.cookie-consent-modal.block-access .modal-content-wrap {
	position: relative;
	margin: 2.5% auto;
	bottom: auto;
	width: 95%;
}

.cookie-consent-modal.block-access .modal-content-wrap .modal-content {
	border: none;
	margin: 0 auto;
}
.preference_pop_up.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
     background:#0a0e0aa6;

}
.close_preference {
      cursor: pointer;
    position: absolute;
    background: #24a7e0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -25px;
    top: -25px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
}
@media only screen and (max-width: 767px){
 .close_preference {
   width: 40px;
    height: 40px;
    right: -10px;
    top: -10px;
    font-size: 20px;
    line-height: 40px;
  }
}
.close_preference:hover{
  background: #db277e;
}
.preference_container.container {
   background: #fff;
    height: 70vh;
    margin: 15vh auto;
    width: 80vw;
    position: relative;
    padding: 0;
}
@media only screen and (max-width: 767px){
  .preference_container.container{
    width: 90vw;
    height: 80%;
  }
}
 .preference_container{
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e1e5e1;
    background: #e1e5e1;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
 }
.preference_content {
    height:80%;
    overflow-y: auto;
    padding: 40px;
    text-align: left;
}
@media only screen and (max-width: 767px){
.preference_content{
  height: 65%;
}
}
.preference_container  footer{
  position: absolute;
    bottom: 0;
    width: 100%;
    background: #ededed;
    padding: 20px;
    border-top: 1px solid #ebebeb;
}

.preference_content h3{
  border-bottom: 1px solid;
    padding: 0 0 15px;
    color: #24a7e0;
}
.preference_content h4 {
    margin: 40px 0 10px;
}
.preference_content input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin:10px 5px 0 10px
}
/*# sourceMappingURL=cookie-consent.css.map */