.rkpt_consent_link{
  cursor: pointer;
    position: fixed;
    background-color: rgb(54, 139, 214);
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    max-height: 30px;
    /* z-index: 2147483640; */
    z-index: 9997;
    bottom: 0px;
    right: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.rkpt_consent_link:hover{
  cursor: pointer;
    position: fixed;
    background-color: rgb(54, 139, 214);
    padding: 5px 15px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    max-height: 30px;
    /* z-index: 2147483640; */
    z-index: 9997;
    bottom: 0px;
    right: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ccm__footer #ccm__footer__consent-modal-submit{
    background-color: #3d5265;
    color: #fff;
    min-height:  100px;
}
.ccm__footer .consent-give{
      background-image: linear-gradient(to right, #97c14e, #41ad49) !important;
    box-shadow: 0 2px 0 0 #497b0d !important;
    min-height: 100px;
}
@media screen and (min-width: 1400px) {
.ccm__content{
    max-width: 800px!important;
}
}
