/**
duplicates Bootstrap4's ‹.accordion > .card:first-of-type› for bootstrap_package compatibility
https://github.com/benjaminkott/bootstrap_package/pull/775
 */

#cookieman-acco>.card {
    overflow: hidden;
}

#cookieman-acco>.card:first-of-type,
#cookieman-acco>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
}

#cookieman-modal {
    /*! width: 90%; */
    /*! max-width: 600px; */
    font-family: netto;
}

#cookieman-modal *,
#cookieman-modal ::after,
#cookieman-modal ::before {
    box-sizing: border-box;
}

#cookieman-modal table {
    font-size: 80%;
}

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

#cookieman-modal.fade.show {
    opacity: 1;
}

#cookieman-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    align-content: center;
    justify-content: center;
}


#cookieman-modal.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

#cookieman-modal:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    /* -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); */
}


#cookie-modal .filter {
    display: flex;
    position: relative;
}

#cookieman-modal .modal-body .filter-button {
    position: relative;
    padding: 0 0 0 1.5em;
}


#cookieman-modal .modal-body .filter-button:before {

    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktc2xpZGVycyIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS41IDJhMS41IDEuNSAwIDEgMCAwIDMgMS41IDEuNSAwIDAgMCAwLTN6TTkuMDUgM2EyLjUgMi41IDAgMCAxIDQuOSAwSDE2djFoLTIuMDVhMi41IDIuNSAwIDAgMS00LjkgMEgwVjNoOS4wNXpNNC41IDdhMS41IDEuNSAwIDEgMCAwIDMgMS41IDEuNSAwIDAgMCAwLTN6TTIuMDUgOGEyLjUgMi41IDAgMCAxIDQuOSAwSDE2djFINi45NWEyLjUgMi41IDAgMCAxLTQuOSAwSDBWOGgyLjA1em05LjQ1IDRhMS41IDEuNSAwIDEgMCAwIDMgMS41IDEuNSAwIDAgMCAwLTN6bS0yLjQ1IDFhMi41IDIuNSAwIDAgMSA0LjkgMEgxNnYxaC0yLjA1YTIuNSAyLjUgMCAwIDEtNC45IDBIMHYtMWg5LjA1eiIvPgo8L3N2Zz4=') 0rem 0.5rem no-repeat;

}

#cookieman-modal .modal-lg {
    max-width: 800px;
}

#cookieman-modal .card-body p {
    text-align: left !important;
    padding: 0 0 0 4rem;
}

#cookieman-modal .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
}

#cookieman-modal .modal-dialog {
    /*! max-width: 500px; */
    margin: 1.75rem auto;
}

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

#cookieman-modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, .2);
    border-radius: .3rem;
    outline: 0;
    padding: 5%;
}

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

#cookieman-modal [data-toggle="collapse"].collapsed:after {
    transform: rotate(0);
}

#cookieman-modal .modal-content {
    pointer-events: auto;
}

/* #cookieman-modal .text-justify {
    ! text-align: justify !important;
} */

#cookieman-modal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    /*! font-style: netto; */
}

#cookieman-modal .modal-body p {
    font-family: netto;
    font-size: 1rem;
    color: #999;

    text-align: center;

}

#cookieman-modal .mt-3,
#cookieman-modal .my-3 {
    margin-top: 1rem !important;
}

#cookieman-modal .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#cookieman-modal .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /* background-color: rgba(0,0,0,.03); */
    /* border-bottom: 1px solid rgba(0,0,0,.125); */
}

#cookieman-modal .card {
    word-wrap: break-word;
}

/* #cookieman-modal .collapse {
    ! display: none;
} */

#cookieman-modal .table {

    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;

}

#cookieman-modal table {

    border-collapse: collapse;

}

#cookieman-modal .modal-footer {
    flex-wrap: wrap;
}

#cookieman-modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    /* border-top: 1px solid #e9ecef; */
}

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

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

#cookieman-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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .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;
}

#cookieman-modal [type="reset"],
#cookieman-modal [type="submit"],
#cookieman-modal button,
#cookieman-modal html [type="button"] {
    -webkit-appearance: button;
}

#cookieman-modal button,
select {
    text-transform: none;
}

#cookieman-modal button,
input {
    overflow: visible;
}

#cookieman-modal button,
#cookieman-modal input,
#cookieman-modal ptgroup,
#cookieman-modal select,
#cookieman-modal textarea {
    margin: 0;
    margin-right: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#cookieman-modal button {
    border-radius: 0;
}

#cookieman-modal .card {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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,.125); */
    /* border-bottom-color: rgba(0, 0, 0, 0.125); */
    /* border-bottom-style: solid; */
    /* border-bottom-width: 1px; */
    /* border-radius: .25rem; */

}

#cookieman-modal [type="button"]::-moz-focus-inner,
#cookieman-modal [type="reset"]::-moz-focus-inner,
#cookieman-modal [type="submit"]::-moz-focus-inner,
#cookieman-modal button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

#cookieman-modal .btn-primary {
    color: #fff;
    background: var(--blue);
    /*! border-color: #007bff; */
    font-family: netto;
    border: 0;
    padding: 1em;
}


#cookieman-modal .btn-secondary {
    color: #333;
    background-color: #fff;
    font-family: netto;
    /*! border: 1px solid #999; */
    padding: 1em;
    line-height: 2rem;
}


#cookieman-modal [type="reset"],
#cookieman-modal [type="submit"],
#cookieman-modal button,
#cookieman-modal html [type="button"] {
    -webkit-appearance: button;
}

#cookieman-modal button,
select {
    text-transform: none;
}

#cookieman-modal button,
input {
    overflow: visible;
}

#cookieman-modal button,
#cookieman-modal input,
#cookieman-modal optgroup,
#cookieman-modal select,
#cookieman-modal textarea {
    margin: 0;
    margin-left: 0px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#cookieman-modal button {
    border-radius: 0;
    box-shadow: none;
}

#cookieman-modal .clearfix::after {

    display: block;
    clear: both;
    content: "";

}

#cookieman-settings .card-header {
    position: relative;
}

#cookieman-modal [data-toggle="collapse"][data-target="#cookieman-settings"] {
    font-size: 0.9rem;
    line-height: -3rem;
}

/* #cookieman-modal [data-toggle="collapse"][data-target="#cookieman-settings"]:after {
    ! font-size: 2rem;
} */


#cookieman-modal.modal.active {
    display: flex;
    -webkit-backdrop-filter: grayscale(1) blur(5px);
    backdrop-filter: grayscale(1) blur(5px);
}


#cookieman-acco .card {
    /*   position: absolute; */
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 1%;
    overflow: scroll;
    font-size: 1rem;
    z-index: 7;
    border: 0;
}


#cookieman-modal .card-header {
    color: #000;
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

#cookieman-acco a {
    color: #333;
}

#cookieman-modal .btn-secondary {
    /* background-color: #6c757d; */
    /* border-color: #6c757d; */
    box-shadow: none;
    border: 0;
}


#cookieman-modal .btn-primary,
.btn-primary:hover {
    color: #fff;
    /* background-image: var(--bs-gradient); */
}



#cookieman-modal .modal-header {

    width: fit-content !important;
    margin: 0 auto !important;
    font-size: 2.5rem !important;
}

#cookieman-modal .table-responsive {
    display: none;
}