/* REMOVE BEFORE LIVE */

/** {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}*/

/* END REMOVE BEFORE LIVE */

:root {
    --prio1-cc-background: #ffffff;
    --prio1-cc-accent: #6a6a6a;
    --prio1-cc-font: sans-serif;
}

#prio1-cookie-consent-small{

    position: fixed;

    left: 0;
    display: flex;
    align-items: flex-end;
    color: white;
    font-family: var(--prio1-cc-font);
    z-index: 9999;
    pointer-events: none;
    font-family: sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-top: var(--prio1-cc-accent) solid 1px;
    box-sizing: border-box;
}

#prio1-cookie-consent-small >  div > p {
    padding-right: 30px;
}

#prio1-cookie-consent-small button{
    cursor: pointer;
}

#prio1-cookie-consent-small >  div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
}

#prio1-cookie-consent-small > div > div {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.prio1-cc-main-btn {
    padding: 10px 25px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--prio1-cc-accent);
    color: white;
    border: none;
}

/* Cookie consent popup */

#prio1-cookie-consent-settings {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 9998;
}

#prio1-cookie-consent-settings > div {
    width: 820px;
    max-width: 98%;
    background: var(--prio1-cc-background);
    font-family: var(--prio1-cc-font);
    padding: 40px;
    position: relative;
}

#prio1-cookie-consent-settings svg {
    display: block;
    margin: 0 auto;
}

#prio1-cookie-consent-settings .cookie-settings-container {
    /* color: black; */
}
#prio1-cookie-consent-setting_h1{
    font-size: 38px;
    display: block;
    /* font-family: var(--prio1-cc-font) !Important; */
    line-height: 1.5;
    margin-top: 0px;
    text-align: center;
    padding-bottom:25px ;
}

#prio1-cookie-consent-settings span {
    font-size: 16px;
    display: block;
    /* font-family: var(--prio1-cc-font) !Important; */
    line-height: 1.5;
}

#prio1-cookie-consent-settings label {
    /* font-family: var(--prio1-cc-font);
   */
   font-weight: 600; 
}
.prio1-cc-main-btn{
    border: 1px solid;
}
#prio1-save-cookie-settings,
#prio1-open-cookie-settings{
    line-height: 1em!important;
}


.prio1-cc-two-col {
    display: flex;
    grid-gap: 20px;
    justify-content: center;
}

#prio1-save-all-cookies-settings {
    /* font-size: 14px!important; */
}

#prio1-close-cookie-consent {
    position: absolute;
    top: 15px;
    right: 20px;
}

/*#prio1-cookie-consent-settings > div #prio1-close-cookie-consent::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Pro"!important;
    font-size: 35px;
    color: white!important;
    font-weight: 300;
}*/
#prio1-save-cookie-settings{
    cursor: pointer;
}
#prio1-save-all-cookies-settings{
    cursor: pointer;
}


@media (max-width: 800px) {
    #prio1-cookie-consent-small > div > div {
        margin-top: 15px;
        flex-direction: column;
        width: 100%;
    }
    #prio1-cookie-consent-small > div {
        flex-direction: column;
    }

    #prio1-cookie-consent-settings {
        align-items: flex-start;
    }

    #prio1-cookie-consent-settings > div {
        margin-top: 0;
        max-height: 100%;
		max-width: 100%;
        overflow: auto;
    }

    #prio1-cookie-consent-settings { z-index: 9999!important; }
}


@media screen and (max-width:767px){
    #prio1-cookie-consent-settings > div {
        padding-top: 50px;
    }
	.prio1-cc-two-col {
		flex-direction: column;
	}
}

