.cc-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100vh;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border: none !important;
    border-color: rgba(0, 0, 0, 0.01);
    box-shadow: none !important;
}

.cc-wrapper {
    width: 594px !important;
    height: 590px;
    z-index: 1000;
    border-radius: 16px;
    padding: 40px !important;
    font-size: 0.9375rem;
    font-family: Arial;
    font-size: 15px;
    color: #080808;
    margin: 0;
    background: #fff;
    border: 3px solid #004b6e;
}

.cc-wrapper h2, cc-wrapper p {
    text-align: center;
}

.cc-desc h2 strong {
    font-size: 28px;
    font-weight: 500;
}

.cc-wrapper a {
    color: #000;
}

.cc-wrapper a, input, button {
    font-family: UnitRounded-Medium, Arial, Helvetica, sans-serif !important;
}

.cc-wrapper a:hover, .cc-wrapper a:focus, .cc-wrapper a:active {
    background: #000;
    box-shadow: 3px 0 0 0 #000, -3px 0 0 0 #000;
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.cc-wrapper p {
    margin: 0 0 0.875rem 0;
    text-align: center;
}

.cc-wrapper form {
    margin: 0;
}

.cc-checkboxes {
    display: flex;
    justify-content: space-around;
}

.cc-wrapper label {
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #565656;
}

.cc-wrapper strong {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #004b6e;
}

.cc-wrapper label:not(:first-child) {
    cursor: pointer;
}

.cc-wrapper label:not(:first-child):focus-within, .cc-wrapper label:not(:first-child):hover, .cc-wrapper label:not(:first-child):focus, .cc-wrapper label:not(:first-child):active {
    background: #ccc;
    outline: none;
    padding: 0 .25rem;
}

.cc-wrapper input {
    border: 0;
    height: auto;
    margin: 0;
    outline: none !important;
    overflow: auto;
    padding: 0;
    position: static;
    width: auto;
}

.cc-wrapper .cc-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cc-wrapper .cc-btn {
    background: #000;
    border: solid 1px #000;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    line-height: 1.3125rem;
    margin-top: 0.875rem;
    text-align: center;
    padding: 12px 24px;
}

.cc-wrapper .cc-btn[value=allow_selected] {
    background-color: #06688f !important;
    border-color: #06688f !important;
}

.cc-wrapper .cc-btn[value=allow_selected]:hover {
    background-color: #fff !important;
}

.cc-btn:hover, .cc-btn:focus, .cc-btn:active {
    text-decoration: underline;
}

.cc-wrapper .cc-btn + .cc-btn {
    margin-left: 0.4375rem;
}

.cc-wrapper .cc-leave:not(:focus) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cc-wrapper .cc-leave:focus {
    display: block;
    margin-top: 0.4375rem;
    outline-offset: -1px;
    text-align: center;
}

.cc-wrapper input[type="checkbox"] {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cc-wrapper input[type="checkbox"] + strong, .cc-wrapper input[type="checkbox"] + span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 2rem;
}

.cc-wrapper input[type="checkbox"] + strong::before, .cc-wrapper input[type="checkbox"] + span::before {
    background: #fff !important;
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 1.5rem !important;
    height: 1.5rem !important;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px #004b6e !important;
    margin: 2px 8px 4px 0;
}

.cc-wrapper input[type="checkbox"]:checked + strong::after, .cc-wrapper input[type="checkbox"]:checked + span::after, .cc-wrapper input[type="checkbox"]:disabled + strong::after, .cc-wrapper input[type="checkbox"]:disabled + span::after {
    content: "";
    display: inline-block !important;
    box-sizing: border-box;
    position: absolute;
    top: .3rem;
    left: .575rem;
    border-radius: 0;
    width: 6px;
    height: 12px;
    border: solid #004b6e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin: 2px 8px 4px 0;
}

.cc-wrapper input[type="checkbox"]:disabled + strong::before, .cc-wrapper input[type="checkbox"]:disabled + span::before {
    border: solid 0.125rem #aaa !important;
}

.cc-wrapper input[type="checkbox"]:disabled + span::after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: .3rem;
    left: .575rem;
    border-radius: 0;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cc-wrapper input[type="checkbox"]:disabled + strong::after, .cc-wrapper input[type="checkbox"]:disabled + span::after {
    border: solid #aaa !important;
    border-width: 0 2px 2px 0 !important;
}

.cc-footer {
    margin-top: 32px !important;
    display: flex;
    justify-content: center;
}

.cc-footer a {
    font-size: 14px !important;
    cursor: pointer;
    padding: 10px;
    font-family: UnitRounded-medium, Arial, Helvetica, sans-serif !important;
}

@media (max-width: 576px) {
    .cc-dialog {
        padding: 24px 0 0 0 !important;
        flex-direction: column;
        justify-content: flex-end;
    }

    .cc-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        bottom: 0 !important;
        top: inherit !important;
        border-radius: 0;
        padding: 24px 16px 0 !important;
    }

    .cc-checkboxes {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 11px;
    }

    .cc-dialog label:not(:first-child) {
        flex-basis: 100%;
    }

    #cc-dialog button {
        margin-right: 0;
    }

    .cc-btn {
        margin-top: 8px !important;
    }

    .cc-footer {
        margin: 0 !important;
    }
}
