
#cookie-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#cookie-modal .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#cookie-modal .close:not(:disabled):not(.disabled):hover,#cookie-modal .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

#cookie-modal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open #cookie-modal.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

#cookie-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0;
}

#cookie-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

#cookie-modal.modal.fade-cookie .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    #cookie-modal.modal.fade-cookie .modal-dialog {
        transition: none;
    }
}

#cookie-modal.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

#cookie-modal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

#cookie-modal .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

#cookie-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
}

.modal-backdrop.fade-cookie {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

#cookie-modal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

#cookie-modal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

#cookie-modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

#cookie-modal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

#cookie-modal .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: space-between;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

#cookie-modal .modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

#cookie-modal .modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

#cookie-modal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    #cookie-modal .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    #cookie-modal .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    #cookie-modal .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }
    #cookie-modal .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    #cookie-modal .modal-lg {
        max-width: 800px;
    }
}







#cookie-modal .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    #cookie-modal .btn {
        transition: none;
    }
}

#cookie-modal .btn:hover,#cookie-modal .btn:focus {
    text-decoration: none;
}

#cookie-modal .btn:focus,#cookie-modal .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#cookie-modal .btn.disabled,#cookie-modal .btn:disabled {
    opacity: 0.65;
}

#cookie-modal .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#cookie-modal a.btn.disabled,
#cookie-modal fieldset:disabled a.btn {
    pointer-events: none;
}

#cookie-modal .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#cookie-modal .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

#cookie-modal .btn-primary:focus,#cookie-modal .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#cookie-modal .btn-primary.disabled,#cookie-modal .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#cookie-modal .btn-primary:not(:disabled):not(.disabled):active,#cookie-modal .btn-primary:not(:disabled):not(.disabled).active,#cookie-modal .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

#cookie-modal .btn-primary:not(:disabled):not(.disabled):active:focus,#cookie-modal .btn-primary:not(:disabled):not(.disabled).active:focus,#cookie-modal
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#cookie-modal .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#cookie-modal .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#cookie-modal .btn-secondary:focus,#cookie-modal .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

#cookie-modal .btn-secondary.disabled,#cookie-modal .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

#cookie-modal .btn-secondary:not(:disabled):not(.disabled):active:focus,#cookie-modal .btn-secondary:not(:disabled):not(.disabled).active:focus,#cookie-modal
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}



.fade-cookie {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade-cookie {
        transition: none;
    }
}

.fade-cookie:not(.show) {
    opacity: 0;
}

#cookie-modal .collapse:not(.show) {
    display: none;
}

#cookie-modal .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    #cookie-modal .collapsing {
        transition: none;
    }
}


#cookie-modal .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
#cookie-modal .custom-control-label::before,#cookie-modal .custom-file-label,#cookie-modal .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



#cookie-modal .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

#cookie-modal .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

#cookie-modal .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

#cookie-modal .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

#cookie-modal .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 14px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
#cookie-modal .custom-control-label::before,#cookie-modal .custom-file-label,#cookie-modal .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




#cookie-modal .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 26px;
    pointer-events: all;
    border-radius: 0.5rem;
}


#cookie-modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: inline-block;
}

#cookie-modal .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    margin: 0;
}

#cookie-modal input[type="radio"],#cookie-modal input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

#cookie-modal .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
#cookie-modal.custom-switch {
    padding-left: 2.25rem;
}


#cookie-modal .border {
    border: 1px solid #dee2e6 !important;
}

#cookie-modal .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (max-width:992px ){

    #cookie-modal  .row {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;    }

    #cookie-modal .row .col{
        padding: 15px;
    }

}

#cookie-modal .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}


#cookie-modal .container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#cookie-modal .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

#cookie-modal .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}


#cookie-modal .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


#cookie-modal .custom-control-input[disabled] ~ .custom-control-label,#cookie-modal .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

#cookie-modal .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

#cookie-modal .font-weight-bold{
    font-weight: bold;
}

#cookie-modal #collapseCookie{
    margin-top: 20px;
}

.bzhd-cookie-modal-layer{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sub-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1rem;
}
