#gdpr-cookie{
    padding: 0px !important;
}

.ui-tooltip{
    background-color: #000;
    border-radius: 0.375rem;
    border: 1px solid #000;
    color:#fff;
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    text-align: center;
}

.ui-widget.ui-widget-content{
    border: 1px solid #000;
}

#gdpr-cookie .modal-content{
    width: 100%;
    height: fit-content;
}

#gdpr-cookie .modal-dialog-centered {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fill-available;
}

#gdpr-cookie .navigation{
    display: flex;
    gap: 15px;
    margin: 0 -16px;
    border-bottom: 1px solid #dee2e6;
    transition: all .5s ease;
}

#gdpr-cookie .navigation > div{
    flex: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid white;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#gdpr-cookie .navigation > div.active{
    border-color: rgb(255,121,0);
}

#gdpr-cookie .section{
    font-size: 15px;
    display: none;
    padding-top: 20px;
}

#gdpr-cookie .section .custom-custom-control-input[disabled] ~ .custom-control-label::before,
#gdpr-cookie .section .custom-custom-control-input:disabled ~ .custom-control-label::before{
    border-color: rgba(rgb(255,121,0), 0.5);
}

#gdpr-cookie .section#section-info a{
    color: rgb(255,121,0);
}

.btn-all{
    background-color: rgb(255,121,0);
    border: 1px solid rgb(255,121,0);
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-all:hover{
    background-color: rgb(172, 80, 0) !important;
    border: 1px solid rgb(172, 80, 0) !important;
}

#gdpr-cookie .section.active{
    display: block;
}

#gdpr-cookie .section .head{
    font-weight: bold;
    font-size: 14px;
}

#gdpr-cookie .section .list{
    display: flex;
    gap: 15px;
    padding-top: 20px;
}

#gdpr-cookie .section .list > div{
    flex: 1;
    text-align: center;
}

#gdpr-cookie .section .list .custom-control-input[type="checkbox"]{
    appearance: none;
    margin: 10px 0px 0px;
    width: 10px;
    height: 10px;
    border-radius: 0.25em;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    border: 1px solid black;
    --bs-form-check-bg-image: none !important;
}

#gdpr-cookie .section .list .custom-control-input[type="checkbox"]:disabled:checked{
    background-color: #6c757d !important;
    border: 1px solid #6c757d !important;
}

#gdpr-cookie .section .list .custom-control-input[type="checkbox"]:checked{
    background-color: rgb(255,121,0);
    border: 1px solid rgb(255,121,0);
}

#gdpr-cookie .section .list .custom-control-input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#gdpr-cookie .section .list label{
    margin-top: 5px;
    cursor: pointer;
}

#gdpr-cookie .modal-footer{
    border-top: 0;
    display: flex;
}

#gdpr-cookie .modal-footer > div{
    flex: 1;
    white-space: unset;
    padding: 10px;
    padding: 10px 10px;
    margin: 0 15px;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

.gdpr-cookie-widget {
    font-size: 30px;
    position: fixed;
    bottom: 45px;
    left: 10px;
    background: transparent;
    opacity: .7;
    transition: 0.5s opacity ease;
    cursor: pointer;
    color: rgb(255,121,0);
}

.gdpr-cookie-widget:hover{
    opacity: 1;
}

.btn-selected{
    background-color: #092c7b;
    border-color: #092c7b;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-selected:hover{
    background-color: #061b4d;
    border-color: #061b4d;
}

.btn-third{
    border: 1px solid #8c8c8c;
    color: #4c4c4c;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-third:hover{
    background-color: #e7e7e7;
}