.gdprModal {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .8); */
    opacity: .01;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 99999;
    will-change: opacity;
    display: none;
}

.gdprModal .table td, .gdprModal .table th {
    vertical-align: middle;
    font-size: 11px;
}

@media only screen and (max-width: 649px) {
    .gdprModal .gdprModal__placeholder {
        /* top: 0px;
        position: absolute; */
        bottom: 0px;
        position: fixed;
    }
}

.gdprModal footer button {
    white-space: nowrap;
    text-align: center;
    border: none;
    vertical-align: top;
    text-decoration: none!important;
    cursor: pointer;
    color: #ffffff;
    height: 23px;
    line-height: 23px;
    font-size: 13px;
    padding: 0 20px;
    float: right;
}

.gdprModal footer button#accept-all-gdpr {
    background-color: green;
    float: right;
    margin-left: 15px;
}

.gdprModal footer label {
    line-height: 19px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.gdprModal--visible {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gdprModal__placeholder {
    max-width: 100%;
    width: 100%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
    will-change: transform
}

.gdprModal__placeholder > iframe:first-child:last-child, .gdprModal__placeholder > img:first-child:last-child, .gdprModal__placeholder > video:first-child:last-child {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%
}

.gdprModal__placeholder > img:first-child:last-child, .gdprModal__placeholder > video:first-child:last-child {
    width: auto;
    height: auto
}

.gdprModal__placeholder > [data-gdprModal] {
    display: block !important
}

.gdprModal--iframe .gdprModal__placeholder, .gdprModal--img .gdprModal__placeholder, .gdprModal--video .gdprModal__placeholder {
    width: 100%;
    height: 100%;
    pointer-events: none
}

.gdprModal--visible .gdprModal__placeholder {
    -webkit-transform: scale(1);
    transform: scale(1)
}

[data-gdprModal] {
    display: none !important
}

.gdprModal .gdprModal__placeholder {
    background: white;
    box-shadow: #121212 2px 2px 14px 2px;
}

.gdprModal .gdprModal__placeholder {
    bottom: 0;
    left: 0;
    position: fixed;
}

.overflow-shown .gdprModal {
    height: unset;
}

@media only screen and (min-width: 992px) {
.popup-position-bottom .gdpr-consent-tabs-content .table-responsive td.td_description .description,
.popup-position-top .gdpr-consent-tabs-content .table-responsive td.td_description .description {
        max-width: unset;
        white-space: unset;
        text-align: left;
    }
}

/*20240521 - aws new design cookies bar*/
.gdprModal .gdpr_buttons button {
    margin-top: 5px;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws {
    background-color: #fff !important;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gdprModal.awsgdprModal .gdprModal__placeholder {
    background-color: transparent !important;
    top: unset !important;
    bottom: 40px !important;
    max-width: 580px;
    right: 40px;
    left: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: #333330 -25px 0px 200px 100px;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_control_your_privacy p, 
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_control_your_privacy .div_text, 
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .h3_popuptitle, 
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo .span_moreinfo {
  color: #313131 !important;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo {
    display: inline-block;
    width: 225px;
    height: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: inline-end;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo button#accept-all-gdpr {
    color: #fff;
    line-height: 23px;
    font-size: 13px;
    background: #00009e!important;
    color: white;
    padding: 12px 30px;
    height: auto;
    border-radius: 8px;
}
.gdpr-consent-tabs .div_accept_moreinfo .span_moreinfo {
    font-size: 12px;
    color: white;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 20px;
    text-align: center;
    margin-top: 8px;
    border: 1px dashed #e2e2e2;
    border-radius: 5px;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo button#accept-all-gdpr:hover {
    background: #263cc7!important;
    transition: all .5s ease-in-out;
}
@keyframes bounce { 
    0% { transform: translateY(0); } 
    100% { transform: translateY(-2px); } 
}
/*
#accept-all-gdpr span:after {
    content: url('../img/happy-smiley-1.svg');
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-left: 10px;
}
#accept-all-gdpr:hover span:after {
    animation: bounce 0.2s infinite alternate;
}
*/
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_top_buttons {
    width: 100%;
    height: 40px;
    text-align: center;
}
.gdpr-consent-tabs-v2 #close-gdpr-consent {
    margin-left: 0;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_center_area {
    display: flex;
    flex-wrap: wrap;
}
.gdprModal.gdprModal--visible:after {
    pointer-events: none;
}
.overflow-shown .gdprModal {
    height: 100%;
}
/*@media only screen and (max-width: 800px) {*/
    .overflow-shown .gdprModal {
        height: 100%;
        background: #000000a1;
    }
    .gdprModal.awsgdprModal .gdprModal__placeholder {
        max-width: 94%;
        left: 3%;
        right: 3%;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo {
        display: block;
        width: 100%;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo button#accept-all-gdpr {
        color: #fff;
        line-height: 23px;
        font-size: 13px;
        background: #00009e !important;
        color: white;
        padding: 12px 30px;
        height: 47px;
        border-radius: 8px;
        margin-left: 0;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo button#accept-all-gdpr span { font-weight:600; }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws #reject-all-gdpr {
        background: #FFF !important;
        color: #b1b1b1 !important;
        border: 1px dashed #e2e2e2;
        padding: 5px 40px;
        border-radius: 8px;
        height: auto;
        margin-left: 0;
        margin-bottom: 0;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .gdpr_buttons {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo {
        padding-top: 5px;
        display: grid !important;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_summary_checkboxes .div_cookie_category {
        width: 48%;
        display: inline-block;
    }
    .gdpr-consent-tabs-v2 .div_control_your_privacy {
        display: inline-block;
        width: 100%!important;
    }
    .gdpr-consent-tabs-v2 .div_summary_checkboxes {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        width: 100%;
    }
    .gdprModal footer label {
        display: none;
    }
    .gdpr-consent-tabs-v2 #close-gdpr-consent {
        background: hsl(128.78deg 100% 32.16%) !important;
        color: #FFF !important;
        margin: 0 auto;
        text-align: center;
        float: right;
        border-radius: 5px;
        min-width: 150px;
        padding: 5px 20px;
        height: auto;
    }
/*}*/
@media only screen and (min-width: 801px) {
    .gdprModal.awsgdprModal .gdprModal__placeholder {
        background-color: black !important;
        top: 0 !important;
        bottom: 0 !important;
        max-width: 580px;
        right: 0;
        left: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: #333330 0 0 200px 100px;
        height: fit-content;
        margin: auto;
    }
}
/*aws extra button*/
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_center_area {
    display: none;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws #reject-all-gdpr,
#awsMoreDetails {
    font-size: 13px;
    background: hsl(0, 0%, 100%) !important;
    color: #6f6f6f!important;
    margin: 0 auto;
    text-align: center;
    border: 1px dashed #e2e2;
    border-radius: 5px;
    padding: 0 20px;
    height: 23px;
    margin-left: 0;
    float: left;
    margin-right: 5px;
}
.awsLogoGdpr {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}
.awsLogoGdpr img {
    max-width: 176px;
    height: auto;
    margin: 0 auto 10px auto;
}

/*20250131 - AWS START TEMP MODIFICATION GDPR POPUP*/
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws {
    overflow: scroll;
}
.gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_control_your_privacy p {
    padding: 0 10px;
}
.row.hook-display-footer a.show-gdpr-modal {
  color: transparent !important;
  border-color: #FFFFFF;
  max-height: 60px;
  min-height: 60px;
  position: fixed;
  bottom: 10px;
  left: 24px;
  z-index: 10;
  width: 60px;
  border-radius: 60px;
  overflow: hidden;
  background-color: #02028f!important;
  cursor: pointer;
  background-image: url(../img/aws-acceptance-w.svg);
  background-position: 1px center;
  line-height: 0;
  font-size: 0;
  border: none;
}
.gdpr-consent-tabs .div_accept_moreinfo .awsOneLineDeux .span_moreinfo {
    font-size: 13px;
    color: white;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding: 12px 13px;
    background:#fff;
}
.overflow-shown .gdprModal {
    height: auto !important;
    background: #00000000;
}
@media only screen and (min-width: 801px) {
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws {
        overflow: hidden;
        padding: 15px 0 0;
    }
    .gdprModal.awsgdprModal .gdprModal__placeholder {
        background-color: #00000000 !important;
        top: auto !important;
        bottom: 28px !important;
        max-width: 580px;
        right: auto;
        left: 28px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: #333330b3 8px -7px 100px 14px;
        height: fit-content;
        margin: auto;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo {
        display: flex !important;
        flex-wrap: wrap;   
        flex-direction: row-reverse;
    }
    .awsOneLine {
        flex: 1 0 50%;
        white-space: nowrap;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
    } 
    .gdpr-consent-tabs .div_accept_moreinfo .awsOneLineDeux .span_moreinfo {
        border: none;
        border-top: 1px solid #e2e2e2;
    }
    .gdpr-consent-tabs-v2.gdpr-consent-tabs-aws .div_accept_moreinfo button#accept-all-gdpr {
        border-radius: 0 0 8px 0;
    }
}
@media only screen and (max-width: 649px) {
    .gdpr-consent-tabs .div_center_area nav {
        position: relative;
        width: 100%;
        margin-top: 10px;
        display: inline-block;
    }
    .gdpr-consent-tabs-v2 #close-gdpr-consent {
        background: hsl(128.78deg 100% 32.16%) !important;
        color: #FFF !important;
        margin: 0 auto;
        text-align: center;
        float: right;
        border-radius: 5px;
        min-width: 150px;
        padding: 5px 20px;
        height: auto;
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    .gdpr-consent-tabs-v2 .div_show_moreinfo .div_summary_checkboxes {
        border: none;
        margin-top: 12px;
        display: inline-block;
    }
}
/*20250131 - AWS END TEMP MODIFICATION GDPR POPUP*/