.chevron-left {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url('../icons/chevron-left.png');
    background-size: cover;
}

#arwp-cookie-consent-modal-dialog {
    display: table;
    position:fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 4000000000000;
    color:rgb(102, 102, 102);
    text-transform: none;
    line-height: initial;
}

#arwp-cookie-consent-modal-dialog p {
 margin-top: 12px;
 margin-bottom: 12px;
}

.arwp_more {
    display: inline-block !important;
    background-color: #666666 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 10px 20px 10px 20px !important;
    cursor: pointer;
}

.arwp-cookie-consent-logo img {
    max-width: 250px;
    padding-bottom: 0;
}

.arwp-cookie-consent-wrapper {

    display: table-cell;
    vertical-align: middle;
    padding-bottom: 20px;
}

.arwp-cookie-consent-center-wrapper {

    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 750px;
}

.arwp-cookie-consent-inner-wrapper{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border: 5px solid #9c9b8d;
    max-height: 90vh;
    text-align: center;
    overflow: auto;
    padding:20px 80px;
}

.arwp-cookie-consent-headline {
    font-size: 28px;
/*    line-height: 45px; */
    margin-bottom: 16px;
    margin-top: 16px;
}

.arwp-cookie-consent-single-setting-text,
.arwp-cookie-consent-text,
.arwp-cookie-consent-usa-text {
    font-size: 15px;
}

.arwp-cookie-consent-text {
    margin-bottom: 16px;
}

.arwp-cookie-consent-submit.arwp_more {
    width: 350px;
    font-size: 16px !important;
    cursor:pointer;
    max-width: calc(100% - 40px);
}

.arwp_more.arwp-cookie-consent-link-necessary-only,
.arwp-cookie-consent-submit.arwp_more:hover {
    background-color: #9c9b8d !important;
}

.arwp_more.arwp-cookie-consent-link-necessary-only:hover {
    background-color: #666666 !important;
}

.arwp-cookie-consent-link {
    margin-top: 12px;
    margin-bottom: 16px;
    cursor:pointer;
    color: #666666;
}

.arwp-cookie-consent-link:hover {
    color: #9c9b8d;
}

#arwp-cookie-consent-settings-wrapper .arwp-cookie-consent-link {
    font-size: 30px;
    position:absolute;
    top: 20px;
    left: 80px;
}

.arwp-cookie-consent-settings {
    overflow-y: auto;
}

.arwp-cookie-consent-single-setting {
}

.arwp-cookie-consent-single-setting-button-always-on,
.arwp-cookie-consent-single-setting-button {
    border-radius: 20px;
    width: 100px;
    height: 40px;
    position: relative;
    cursor: pointer;
    border: 1px solid #d9d9d9;
}

.arwp-cookie-consent-single-setting-button.button-off:after {
    content: 'Off';
    padding-right:20px;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

.arwp-cookie-consent-single-setting-button.button-off {
    background-color: #999
}

.arwp-cookie-consent-single-setting-button-always-on.button-on:before,
.arwp-cookie-consent-single-setting-button.button-on:before {
    content: 'On';
    color: white;
    font-size: 16px;
    line-height: 40px;
    padding-right: 50px;
}

.arwp-cookie-consent-single-setting-button-always-on.button-on,
.arwp-cookie-consent-single-setting-button.button-on {
    background-color: #409e59;
}

.arwp-cookie-consent-single-setting-button-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    border:1px solid #d9d9d9;
    top: -1px;
    background-repeat: no-repeat;
    background-size: contain;
}

.arwp-cookie-consent-single-setting-button-always-on.button-on .arwp-cookie-consent-single-setting-button-circle,
.arwp-cookie-consent-single-setting-button.button-on .arwp-cookie-consent-single-setting-button-circle {
    right: -1px;
}

.arwp-cookie-consent-single-setting-button.button-off .arwp-cookie-consent-single-setting-button-circle {
    left: -1px;
}

.arwp-cookie-consent-settings {
    text-align: left;
    margin-top: 25px;
}

#submit_all_ok_settings{
    margin-top: 30px;
    margin-bottom: 25px;
}

.arwp-cookie-consent-single-setting-text {
    width: 100%;
}

.arwp-cookie-consent-single-setting-button-always-on ,
.arwp-cookie-consent-single-setting-button {
    text-align: right;
}

.arwp-cookie-consent-single-setting-text-wrapper {
    display: flex;
    justify-content: space-between;
}

.arwp-cookie-consent-single-setting {
    border-bottom: 1px solid #9c9b8d;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.arwp-cookie-consent-single-setting-title {
    font-size: 24.42px;
    margin-bottom: 10px;
}

body.arwp-modal-fixed {
    overflow:hidden;
    height:95vh !important;
}

.arwp-cookie-consent-add-links {
    color: white !important;
    position: absolute;
    right: 0;
    margin-top: 5px;

}

/*.arwp-cookie-consent-add-links a{
    color: #666666 !important;
}*/

.arwp-cookie-consent-add-links a:hover{
    color: white !important;
}

.arwp-cookie-consent-inner-wrapper {
    position:relative;
}

.arwp-cookie-consent-add-links a{
    display: inline-block;
    margin-left:15px;
}

#submit_all_ok.arwp-cookie-consent-submit.arwp_more {
    margin-bottom: 0;
}

#submit_all_ok_settings.arwp-cookie-consent-submit.arwp_more {
    margin-top: 0;
    margin-bottom: 16px;
}

.arwp-cookie-consent-single-setting-text-mobile{
    display: none;
}

.arwp-table-caption {
    font-weight: bold;
    padding-right: 12px;
}

@media screen and (max-width: 800px) {
    .arwp-cookie-consent-center-wrapper {
        width: 100vw;
    }
    
    .arwp-cookie-consent-text-wrapper .arwp-cookie-consent-headline {
        margin-top:5px;
    }

    .arwp-cookie-consent-inner-wrapper {
        padding:20px 15px;
        max-height: 90vh;
        overflow-y: scroll;
    }
    .arwp-cookie-consent-single-setting-text-mobile{
        display: block;
    }

    #submit_all_ok.arwp-cookie-consent-submit.arwp_more {
/*        font-size: 20px !important; */
        width: auto !important;
        margin-bottom: 0;
    }

    #submit_all_ok_settings.arwp-cookie-consent-submit.arwp_more {
        width: auto !important;        
    }

    #arwp-cookie-consent-settings-wrapper .arwp-cookie-consent-link {
        font-size: 30px;
        position:absolute;
        top: 20px;
        left: 15px;
    }



    .arwp-cookie-consent-single-setting-text {
        padding-right: 15px;
    }


}

#arwp-cookie-consent-text-mobile,
#arwp-cookie-consent-usa-text-mobile {
    display:none;
    font-size: 15px;
    cursor: pointer;
}

.arwp_settings_mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .arwp-cookie-consent-text,
    .arwp-cookie-consent-usa-text {
        display: none;
    }

    .arwp-cookie-consent-single-setting {
        display:none;
    }

    #arwp-cookie-consent-text-mobile,
    #arwp-cookie-consent-usa-text-mobile {
        display: block;
        margin-bottom: 16px;
    }

    .arwp-cookie-consent-headline {
        line-height: 1 !important;
    }

    .arwp-cookie-consent-text-wrapper .arwp-cookie-consent-headline {
        margin-top:15px;
    }

/*    #arwp-cookie-consent-modal-dialog p {
        margin-top: 5px;
    }
*/
    .arwp_settings_mobile, .arwp_settings_mobile .arwp-cookie-consent-single-setting{
        display: block;
        text-align: left;
        border: none;
        padding-bottom: 0;
    }

    .arwp_settings_mobile {
        border-top: 1px solid #9c9b8d;
        padding-top: 16px;
    }

    #submit_all_ok_settings.arwp-cookie-consent-submit.arwp_more {
        margin-top: 10px;
        margin-bottom: 16px;
    }
}



.arwp-cookie-consent-submit.arwp_more.arwp-cookie-consent-link {

}

.arwp_cookie_consent_language_link {
    cursor: pointer;
    color: #3c3c3c;
    margin-left: 10px;
}

.arwp_cookie_consent_language_link.chosen_language {
    color: #241091;
}

@media screen and (max-width: 600px) {
    .arwp-cookie-consent-submit.arwp_more.arwp-cookie-consent-link {
        width: min-content;
        line-height: normal !important;
        font-size: 20px;
    }
}

