.tmo-cookie-melding {
    z-index: 999999999;
    font-family: "Gotham Bold", sans-serif;
    display: flex;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center
}

@media (max-width: 700px) {
    .tmo-cookie-melding {
        display: block;
        overflow: scroll
    }
}

.tmo-cookie-melding .screen {
    background-color: #2a0023;
    padding: 15px;
    max-width: 700px
}

.tmo-cookie-melding .screen .welkom {
    max-width: 400px
}

.tmo-cookie-melding .screen h2 {
    margin: 0;
    color: #2a0023;
    font-size: 24px;
    margin-bottom: 15px
}

.tmo-cookie-melding .screen p {
    font-size: 14px;
    line-height: 1.4
}

.tmo-cookie-melding .screen .buttons {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex
}

@media (max-width: 700px) {
    .tmo-cookie-melding .screen .buttons {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }
}

.tmo-cookie-melding .screen .buttons a {
    border: 2px solid #eab500;
    padding: 10px;
    border-radius: 0;
    margin-right: 10px;
    color: #eab500;
    text-decoration: none
}

@media (max-width: 700px) {
    .tmo-cookie-melding .screen .buttons a {
        margin-bottom: 15px !important;
        text-align: center
    }
}

.tmo-cookie-melding .screen .buttons a.fill {
    background-color: #77c2d6;
    color: #fff;
    border-color: #77c2d6;
}

.tmo-cookie-melding .screen .links {
    padding-top: 10px;
    display: block
}

.tmo-cookie-melding .screen .links a {
    font-size: 14px;
    display: block;
    color: #2a0023;
    margin-bottom: 5px
}

.tmo-cookie-melding .screen > div {
    border-radius: 0;
    background-color: #fff;
    padding: 25px
}

.tmo-cookie-melding .screen #settings .buttons {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.tmo-cookie-melding .screen #settings .buttons a {
    margin: 0
}

.tmo-cookie-melding .screen #settings .aanpassen {
    font-size: 14px
}

.tmo-cookie-melding .screen #settings .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 700px) {
    .tmo-cookie-melding .screen #settings .option {
        display: block
    }
}

.tmo-cookie-melding .screen #settings .option .text {
    padding-right: 40px
}

.tmo-cookie-melding .screen #settings .option h3 {
    margin: 0;
    color: #2a0023;
    margin-bottom: 10px;
    font-size: 17px
}

.tmo-cookie-melding .screen #settings .option p {
    margin: 0
}

.tmo-cookie-melding .screen #settings .option .pick {
    border-radius: 0;
    display: flex
}

.tmo-cookie-melding .screen #settings .option .pick input {
    display: none
}

@media (max-width: 700px) {
    .tmo-cookie-melding .screen #settings .option .pick {
        margin-top: 20px
    }
}

.tmo-cookie-melding .screen #settings .option .pick a {
    border: 1px solid #c6e8e6;
    border-left: none;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 60px;
    color: grey;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tmo-cookie-melding .screen #settings .option .pick a.active {
    border-color: #2a0023;
    color: #2a0023;
    border-left: 1px solid #2a0023
}

.tmo-cookie-melding .screen #settings .option .pick a.active:first-child {
    border-left: 1px solid #2a0023;
    border-right: 1px solid #2a0023
}

.tmo-cookie-melding .screen #settings .option .pick a:first-child {
    border-left: 1px solid #c6e8e6;
    border-right: 1px solid #c6e8e6;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tmo-cookie-melding .screen #settings {
    display: none
}

.tmo-cookie-melding .buttons {
    font-size: inherit;
}