@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 700;
}

.chsoft-cookies-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chsoft-cookies-overlay-dark {
    background: rgba(0, 0, 0, 0.21);
}

.chsoft-cookies-shown {
    display: flex !important;
}

.chsoft-cookies-hidden {
    display: none !important;
}

.chsoft-cookies-main {
    display: none;
}

.chsoft-cookies {
    background: white;
    position: fixed;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-size: 16px;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.21);
}

#chsoft-cookies-bar {
    min-height: 170px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#chsoft-cookies-modal, #chsoft-cookies-setting {
    width: 451px;
    border-radius: 8px;
    box-sizing: border-box;
}

#chsoft-cookies-modal {
    padding: 60px 45px 45px;
}

#chsoft-cookies-setting {
    height: auto;
}

.chsoft-cookies-setting-content {
    margin: 60px 0 45px;
    padding: 0 45px;
}

.chsoft-cookies a {
    color: #0092ca !important;
    text-decoration: none;
}

.chsoft-cookies a:hover {
    text-decoration: underline;
}

button.chsoft-cookies-link {
    background: none !important;
    border: none;
    color: #0092ca !important;
    padding: 0;
    outline: none !important;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    display: inline-block !important;
}

button.chsoft-cookies-link:hover {
    text-decoration: underline;
}

.chsoft-cookies-dark.chsoft-cookies {
    background: #2f3537;
    color: white;
}

.chsoft-cookies-top-logo {
    position: absolute;
    width: 82px;
    height: 82px;
    top: -41px;
    left: 50%;
    margin-left: -41px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.21);
}

.chsoft-cookies-dark .chsoft-cookies-top-logo {
    background: #2f3537;
}

.chsoft-cookies-top-logo img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.chsoft-cookies-logo img {
    max-width: unset;
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.chsoft-cookies .chsoft-cookies-heading {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: black;
    text-align: center;
}

#chsoft-cookies-bar .chsoft-cookies-heading {
    margin-right: 40px;
    margin-left: 40px;
}

.chsoft-cookies-dark .chsoft-cookies-heading img {
    filter: brightness(0) invert(1);
}

.chsoft-cookies.chsoft-cookies-dark .chsoft-cookies-heading {
    color: white
}

.chsoft-cookies-heading img {
    margin-right: 10px;
}

#chsoft-cookies-bar .chsoft-cookies-text {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 25px;
    margin-left: 5px;
    padding: 0 !important;
    font-size: inherit;
}

#chsoft-cookies-modal .chsoft-cookies-text, #chsoft-cookies-setting .chsoft-cookies-text {
    padding: 25px 0 0 !important;
    text-align: center;
    line-height: 1.6;
    font-size: inherit;
    margin: 0 !important;
}

#chsoft-cookies-modal .chsoft-cookies-text, #chsoft-cookies-modal .chsoft-cookies-refuse, #chsoft-cookies-setting .chsoft-cookies-text,
#chsoft-cookies-setting .chsoft-cookies-refuse, #chsoft-cookies-bar .chsoft-cookies-text {
    color: #666666;
    font-size: 16px;
}

#chsoft-cookies-modal.chsoft-cookies-dark .chsoft-cookies-text, #chsoft-cookies-modal.chsoft-cookies-dark .chsoft-cookies-refuse,
#chsoft-cookies-setting.chsoft-cookies-dark .chsoft-cookies-text, #chsoft-cookies-setting.chsoft-cookies-dark .chsoft-cookies-refuse,
#chsoft-cookies-bar.chsoft-cookies-dark .chsoft-cookies-text {
    color: white;
}

#chsoft-cookies-bar .chsoft-cookies-button-container {
    display: flex;
    align-items: center;
}

#chsoft-cookies-modal .chsoft-cookies-button-container, #chsoft-cookies-setting .chsoft-cookies-button-container {
    padding-top: 10px;
}

.chsoft-cookies-button {
    cursor: pointer;
    height: 50px;
    color: white !important;
    border: none;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chsoft-cookies-button:focus {
    outline: 2px dotted white !important;
    outline-offset: -6px !important;
}

.chsoft-cookies-button.chsoft-cookies-button-green {
    background: #7dca1a !important;
}

.chsoft-cookies-button.chsoft-cookies-button-green:hover {
    background: #64a114 !important;
}

.chsoft-cookies-button.chsoft-cookies-button-gray {
    background: #b8cbd2 !important;
}

.chsoft-cookies-button.chsoft-cookies-button-gray:hover {
    background: #87a7b3 !important;
}

.chsoft-cookies-dark .chsoft-cookies-button.chsoft-cookies-button-gray {
    background: rgba(255, 255, 255, 0.25) !important;
}

.chsoft-cookies-dark .chsoft-cookies-button.chsoft-cookies-button-gray:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

#chsoft-cookies-bar .chsoft-cookies-button {
    width: 215px;
    margin-left: 5px;
    margin-right: 5px;
}

#chsoft-cookies-modal .chsoft-cookies-button, #chsoft-cookies-setting .chsoft-cookies-button {
    width: 100%;
    margin-bottom: 10px;
}

#chsoft-cookies-modal .chsoft-cookies-refuse, #chsoft-cookies-setting .chsoft-cookies-refuse {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

#chsoft-cookies-close {
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    opacity: 0.3;
    cursor: pointer;
}

#chsoft-cookies-close:hover {
    opacity: 1;
}

#chsoft-cookies-close:before, #chsoft-cookies-close:after {
    position: absolute;
    left: 14px;
    content: ' ';
    height: 26px;
    width: 2px;
    background-color: #333;
}

.chsoft-cookies-dark #chsoft-cookies-close:before, .chsoft-cookies-dark #chsoft-cookies-close:after {
    background-color: white;
}

#chsoft-cookies-close:before {
    transform: rotate(45deg);
}

#chsoft-cookies-close:after {
    transform: rotate(-45deg);
}

.chsoft-cookies-options {
    margin-top: 20px;
    margin-bottom: 20px;
}

.chsoft-cookies-options .chsoft-cookies-option-item {
    border: 1px solid #b8cbd2;
    border-radius: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.chsoft-cookies-dark .chsoft-cookies-options .chsoft-cookies-option-item {
    border-color: #666;
}

.chsoft-cookies-checkbox-item {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 0.875rem 1rem;
    position: relative;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    cursor: pointer;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-dropdown-toggle::after {
    position: absolute;
    right: 18px;
    top: 18px;
    content: "";
    border: solid #666;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
}

.chsoft-cookies-dark .chsoft-cookies-checkbox-item .chsoft-cookies-dropdown-toggle::after {
    border-color: white;
}

.chsoft-cookies-options .chsoft-cookies-option-item .chsoft-cookies-dropdown-content {
    display: flex !important;
    flex-direction: row;
    font-size: 14px;
    margin: 0 0.875rem 0.5rem;
    max-height: 100px;
    opacity: 1;
    overflow-y: auto;
    transition: all 400ms linear, margin 0ms;
    visibility: visible;
    color: #666666;
}

.chsoft-cookies-dark .chsoft-cookies-options .chsoft-cookies-option-item .chsoft-cookies-dropdown-content {
    color: white;
}

.chsoft-cookies-option-item .chsoft-cookies-dropdown-content.chsoft-cookies-dropdown-hidden {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 300ms ease-out, opacity 200ms linear, margin 0ms 300ms;
    visibility: hidden;
}

.chsoft-cookies-options .chsoft-cookies-option-item label {
    display: inline;
    margin-right: 1rem;
    margin-bottom: 0;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox {
    display: none;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox + label {
    background-color: #b8cbd2;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}

.chsoft-cookies-dark .chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox + label {
    background-color: rgba(255, 255, 255, 0.25);
}

.chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox:checked + label {
    background-color: #7dca1a;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox.chsoft-cookies-real-checkbox-static:checked + label {
    background-color: rgb(0, 141, 210);
}

.chsoft-cookies-checkbox-item .chsoft-cookies-real-checkbox:checked + label:after {
    content: url("../img/check.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chsoft-cookies-checkbox-item .chsoft-cookies-tag {
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}

.chsoft-cookies-checkbox-item .chsoft-cookies-tag.toggable {
    cursor: pointer;
}

.chsoft-cookies-dark .chsoft-cookies-checkbox-item .chsoft-cookies-tag {
    color: white;
}

@media (max-width: 1499px) {
    #chsoft-cookies-bar .chsoft-cookies-button {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }

    #chsoft-cookies-bar .chsoft-cookies-button-container {
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    #chsoft-cookies-bar .chsoft-cookies-logo {
        display: none;
    }
}

@media (max-width: 991px) {
    #chsoft-cookies-bar .chsoft-cookies-heading {
        margin-left: 10px;
        margin-right: 10px;
    }

    #chsoft-cookies-bar .chsoft-cookies-heading-text {
        display: none;
    }

    #chsoft-cookies-bar .chsoft-cookies-heading img {
        max-width: 50px;
    }
}

@media (max-height: 901px) and (min-width: 1000px) {
    #chsoft-cookies-modal, #chsoft-cookies-setting {
        width: 750px;
    }

    .chsoft-cookies-setting-content {
        overflow-y: auto;
        height: 550px;
    }
}

@media (max-height: 601px) and (min-width: 1000px) {
    .chsoft-cookies-setting-content {
        overflow-y: auto;
        height: 350px;
    }
}

@media (max-width: 767px) {
    #chsoft-cookies-bar .chsoft-cookies-button {
        width: 100px;
    }
}

@media (max-width: 575px) {
    #chsoft-cookies-modal {
        width: 100%;
        height: auto;
    }

    #chsoft-cookies-setting {
        width: 100%;
        margin: 0;
        left: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 25px;
        border-radius: 0;
        overflow-y: auto;
    }

    #chsoft-cookies-setting .chsoft-cookies-top-logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px;
    }

    .chsoft-cookies-setting-content {
        margin: 0;
        overflow-y: initial;
        padding: 0;
    }

    #chsoft-cookies-setting .chsoft-cookies-refuse {
        padding-top: 10px;
    }

    .chsoft-cookies-options {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #chsoft-cookies-setting .chsoft-cookies-text {
        padding-top: 10px;
    }

    .chsoft-cookies .chsoft-cookies-heading {
        line-height: 2rem;
    }

    .chsoft-cookies .chsoft-cookies-text, .chsoft-cookies .chsoft-cookies-refuse {
        font-size: 12px !important;
    }

    .chsoft-cookies .chsoft-cookies-refuse .chsoft-cookies-link, .chsoft-cookies .chsoft-cookies-text .chsoft-cookies-link {
        font-size: 12px !important;
    }

    #chsoft-cookies-modal .chsoft-cookies-text, #chsoft-cookies-setting .chsoft-cookies-text {
        padding-top: 10px;
    }

    #chsoft-cookies-close {
        position: relative;
        align-self: flex-end;
    }

    #chsoft-cookies-bar {
        flex-direction: column;
        padding: 25px;
    }

    #chsoft-cookies-bar .chsoft-cookies-button-container {
        flex-direction: row;
        margin-top: 10px;
    }

    #chsoft-cookies-bar .chsoft-cookies-button {
        margin: 0 5px;
        width: 120px;
    }

    #chsoft-cookies-bar .chsoft-cookies-text {
        text-align: center;
        margin-right: 5px;
    }

    #chsoft-cookies-bar .chsoft-cookies-heading {
        margin-bottom: 10px;
    }

    #chsoft-cookies-bar .chsoft-cookies-heading img {
        max-width: 100%;
    }

    #chsoft-cookies-bar .chsoft-cookies-heading-text {
        display: unset;
    }
}

