/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .chronopost-theme .btn-agree {
    background-color: #009adf !important;
}

.chronopost-theme .disagree {
    color: #009adf !important;
}

#dpd-popup-modal-overlay{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999997;
    display: none;
}
#dpd-popup-modal{ 
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80% !important;
    max-width: 803px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 11px;
    background-color: #FFFFFF;
    z-index: 999999;
}
#dpd-popup-modal .close{
    position: absolute;
    right: 0;
    top: 0;
}
#dpd-popup-modal .image img{
    height: 187px;
    width: auto;
}
#dpd-popup-modal .headline{
    font-size: 20px;
    line-height: 30px;
}
#dpd-popup-modal .question{
    font-size: 16px;
    line-height: 20px;
}
#dpd-popup-modal .btn{
    white-space: normal;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#dpd-popup-modal .bgr_414042{
    background-color: #414042;
    color: #ffffff;
}
#dpd-popup-modal .bgr_009adf{
    background-color: #009adf;
    color: #ffffff;
}
#dpd-popup-modal .bgr_dc0032{
    background-color: #dc0032;
    color: #ffffff;
}
#dpd-popup-modal .bgr_a90034{
    background-color: #a90034;
    color: #ffffff;
}
#dpd-popup-modal .bgr_ffffff{
    background-color: #ffffff;
    color: #dc0032;
}
#dpd-popup-modal .bgr_cac4be{
    background-color: #cac4be;
    color: #414042;
}
#dpd-popup-modal .bgr_808285{
    background-color: #808285;
    color: #ffffff;
}
#dpd-popup-modal .bgr_e6e7e8{
    background-color: #e6e7e8;
    color: #414042;
}
#dpd-popup-modal .bgr_efedeb{
    background-color: #efedeb;
    color: #414042;
}
#dpd-popup-modal .bgr_509e2f{
    background-color: #509e2f;
    color: #ffffff;
}
.dpd-popup-wraper-remember-selection{
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}
.dpd-checkbox-popup{
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.dpd-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #414042;
    background-color: #ffffff;
  }
.dpd-checkbox-popup .dpd-popup-icon-check{
    position: absolute;
    left: 4px;
    top: 4px;
    display: none;
}
.dpd-checkbox-popup.checked .dpd-popup-icon-check{
    display: block;
}
.dpd-popup-text-remember{
    font-size: 13px;
    margin-left: 9px;
    line-height: 13px;
}
@media only screen and (max-width: 767.98px){
    #dpd-popup-modal{
        padding: 1.5rem!important;
    }
  }