.cc-hidden
{
    display: none !important;
}
.cookie-consent-overlay
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99990;
    background-color: rgba(255,255,255,0.7);
}
.cookie-consent-popup
{
    border: 2px solid #0C2A42;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 715px;
    font-size: 20px;
    max-height: 100%;
    overflow-y: auto;
    z-index: 99999;
}

.cookie-consent-top-wrapper
{
    background-color: #0C2A42;
    padding: 20px;
    color: #fff;
}

.cookie-consent-top-wrapper a
{
    color: #fff !important;
}

.cookie-consent-title img
{
    margin-right: 30px;
}

.cookie-consent-title
{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.details-row
{
    border-bottom: 1px solid rgba(12, 42, 66, 0.10);
}

.details-row:first-child
{
    margin-top: 12px;
}

.details-row:last-child
{
    border: 0px;
}

.details-description
{
    color: #000;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    margin: 10px;
    margin-top: 0px;
}

.cookie-consent-details
{
    margin: 0px auto;
    width: 100%;
    max-width: 490px;
    padding-bottom: 20px;
}

.cookie-consent-details label
{
    font-weight: 700;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.cookie-consent-details label:hover
{
    cursor: pointer;
}

.cookie-consent-message
{
    margin-top: 20px;
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.cookie-consent-message a
{
    display: inline-block;
    text-decoration: underline !important;
}

.cookie-consent-controls:not(.open), .cookie-consent-details:not(.open), .details-description:not(.open)
{
    display: none !important;
}

.downimg
{
    background-image: url(../img/down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 20px;
    display: block;
}

.cookie-consent-details label.open .downimg
{
    transform: rotate(180deg);
}

.cookie-consent-types
{
    margin: 0px auto;
    width: 100%;
    max-width: 490px;
}

.cookie-consent-btns
{
    margin: 20px auto;
    gap: 10px;
    width: 100%;
    max-width: 490px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.cookie-consent-btns button
{
    width: 154px;
    transition: all 0.3s;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    border-radius: 2px;
    border: 2px solid #31BCF2;
    background-color: #31BCF2;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.cookie-consent-btns button:hover
{
    background-color: #FFF;
    color: #31BCF2;
}

.cookie-consent-accept-all, .cookie-consent-save
{
    color: #FFF !important;
    border: 2px solid #31BCF2 !important;
    background-color: #31BCF2 !important;
}

.cookie-consent-accept-all:hover,
.cookie-consent-save:hover
{
    background-color: #FFF !important;
    color: #31BCF2 !important;
}

.cookie-consent-deny-all
{
    background-color: #130f8c !important;
}

.cookie-consent-controls-toggle,
.cookie-consent-deny-all
{
    border: 2px solid #0C2A42 !important;
    background-color: #0C2A42 !important;
}

.cookie-consent-controls-toggle:hover,
.cookie-consent-deny-all:hover
{
    background-color: #fff !important;
    color: #0C2A42 !important;
}

.cookie-consent-details-toggle
{
    border: 2px solid #31BCF2 !important;
    background-color: #fff !important;
    color: #0C2A42 !important;
}

.cookie-consent-details-toggle:hover
{
    color: #fff !important;
    background-color: #0C2A42 !important;
    border: 2px solid #0C2A42 !important;
}

.cookie-consent-control
{
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cookie-consent-control {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cookie-consent-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cookie-consent-check-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/checkbox.svg);

    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.cookie-consent-control:hover input ~ .cookie-consent-check-label {

}

.cookie-consent-control input:disabled ~ .cookie-consent-check-label {
    opacity: 0.5;
}

.cookie-consent-control input:checked ~ .cookie-consent-check-label {
    background-image: url(../img/checkbox-checked.svg);
}

.cookie-consent-check-label:after {
    content: "";
    position: absolute;
    display: none;
}

.cookie-consent-control input:checked ~ .cookie-consent-check-label:after {
    display: block;
}

.cookie-consent-control .cookie-consent-check-label:after {
    /*left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/
}

@media (max-width: 767px) {
    .cookie-consent-title {
        color: #FFF;
        font-size: 24px;
    }
    .cookie-consent-title img {
        margin-right: 22px;
    }
    .cookie-consent-btns
    {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cookie-consent-types {
        max-width: 154px;
    }
}