@import url('https://fonts.googleapis.com/css?family=Poppins');
/*
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppine', sans-serif;
}
*/
.ck_wrapper{
position: absolute;
left: 0;
bottom: 0;
background: #fff;
border-radius: 10px;
max-width: 365px;
max-height:280px;
text-align: center;
padding: 25px 25px 30px 25px;

}
.ck_wrapper  img{
max-width: 90px;
}
.ck_wrapper .ck_content{
margin:10px;

}
.ck_content header{
font-size:25px;
font-weight:600;
}
.ck_content p{
color: #858585;
margin: 5px 0 20px 0;
}

.ck_content .ck_buttons{
display:flex;
align-items: center;
justify-content:center;

}
.ck_buttons .ck_item{
margin: 0 10px;
}

.ck_buttons button{
padding: 10px 20px;
background: #FCBA7F;
border: none;
outline: none;
font-size: 16px;
font-weight: 500;
color: #FFF;
border-radius: 10px;
cursor: pointer;
}

.ck_buttons a{
color: #FCBA7F;
}

.hide{
opacity: 0;
visiblity: hidden;
transition: all o.3s ease;
}

.ck_modal {
 display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}
















