/* COOKIE STYLE */

body.noscroll {
    overflow: hidden !important
}

body.noscroll .gdpr_cookie_bar .container {
    max-height: 100vh;
    overflow-y: scroll;
}

.cookie-message strong {
    color: var(--color-purple-light);
    font-size: 18px;
}

.cookie-message p {
    font-size: 14px;
    line-height: 1.5;
}

.gdpr_cookie_bar_options .btn-group {
    margin: 0 auto;
    width: auto !important;
    width: 100% !important;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    max-width: 400px;
    flex-direction: column;
}

.gdpr_cookie_bar label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.gdpr_cookie_bar .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    max-width: 1080px;
    text-align: left;
    border: 0;
    position: relative;
}

.gdpr_cookie_bar .nav li {
    position: relative;
    display: block;
}

.gdpr_cookie_bar .nav a {
    position: relative;
    display: block;
}

.gdpr_cookie_bar .nav a:hover,
.gdpr_cookie_bar .nav a:focus {
    text-decoration: none;
}

.gdrptable tbody tr td {
    padding: 3px;
}

.gdrptable tbody tr td:first-child {
    background: #2b1b4f;
    color: #fff;
    width: 10%;
}

.gdrptable tbody tr td:last-child {
    width: 10%;
}

.gdrptable tbody tr td:nth-child(6n+2) {
    width: 15%;
}

.gdrptable tbody tr td:nth-child(6n+3) {
    width: 10%;
}

.gdrptable tbody tr td:nth-child(6n+4) {
    width: 20%;
}

.gdpr_cookie_bar.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.gdpr_cookie_bar .btn-group>.btn:first-child {
    margin-left: 0;
}

.gdpr_cookie_bar .btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left;
}

.gdpr_cookie_bar .gdrpbtn {
    width: 25%;
    margin-right: 0;
    margin: 0 10px !important;
    font-size: 15px !important;
    color: var(--color-purple) !important;
}

@media screen and (width: 767px) {
    .gdpr_cookie_bar .gdrpbtn {
        width: 50% !important;
    }
}

.gdpr_cookie_bar .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc !important;
}

.gdpr_cookie_bar .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 !important;
    background: transparent;
    /* width: auto; */
    margin-left: 0;
    padding: 0;
    font-weight: 500 !important;
    min-height: 42px;
}

.gdpr_accept_all {
    background: #b081f8 !important;
    color: #fff;
    order: -1;
}

.gdpr_reject_all {
    background: #cccc !important;
    color: #000
}

.gdpr_cookie_bar .nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.gdpr_cookie_bar .nav-tabs a {
    margin-right: 2px;
}

.gdpr_cookie_bar .nav-tabs a:hover {}

.gdpr_cookie_bar .nav-tabs .active>a,
.gdpr_cookie_bar .nav-tabs .active>a:hover,
.gdpr_cookie_bar .nav-tabs .active>a:focus {
    border-bottom-color: transparent;
}

.gdpr_cookie_bar .nav-pills li {
    float: left;
}

.gdpr_cookie_bar .nav-pills .active>a {
    width: 100%;
    color: var(--color-purple-light) !important;
}

.gdpr_cookie_bar .nav-stacked li {
    float: none;
}

.gdpr_cookie_bar .nav-justified {
    width: 100%;
}

.gdpr_cookie_bar .nav-justified li {
    float: none;
}

.gdpr_cookie_bar .nav-justified li a {
    margin-bottom: 5px;
    text-align: center;
}

.gdpr_cookie_bar .nav-justified .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: @screen-sm-min) {
    .gdpr_cookie_bar .nav-justified li {
        display: table-cell;
        width: 1%;
    }
    .gdpr_cookie_bar .nav-justified a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.gdpr_cookie_bar .container {
    max-width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gdpr_cookie_bar .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
}

.gdpr_cookie_bar .gdrpvert .nav li {
    position: relative;
    display: block;
    width: 100%;
}

.gdpr_cookie_bar .nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
}

.gdpr_cookie_bar .nav li a {
    position: relative;
    display: block;
    padding: 15px 30px;
    color: var(--color-purple-other);
    background: #2a1c4b;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.gdpr_cookie_bar_options input[type=checkbox],
.gdpr_cookie_bar_options input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.gdpr_cookie_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    background-color: #fff !important;
    z-index: 99999999999 !important;
    display: block;
    border: 0;
}

label[for^=gdpr_cookie_bar_option_] {
    width: 100%
}

.gdpr_cookie_bar_description,
.gdpr_cookie_bar_title {
    margin-top: 5px;
    text-align: center;
}

.gdpr_cookie_bar_description {
    font-size: 15px;
    color: #fff !important;
}

.gdpr_cookie_bar_title {
    font-size: 14px;
    /* font-weight: 400; */
    margin: 20px auto;
    max-width: 800px;
}

.gdpr_cookie_bar_option {
    margin-bottom: 10px;
    display: inline-block
}

.gdrpbtn {
    width: 25%
}

.gdpr {
    width: 100%;
    float: left;
    margin-top: 10px
}

.gdpr_cookie_bar .gdpr_cookie_bar_option_checkbox,
.gdpr_cookie_bar .gdpr_cookie_bar_option_title {
    display: inline-block;
    margin-right: 5px;
    padding-left: 10px;
    color: #fff;
}

.gdpr_cookie_bar .gdpr_cookie_bar_option_description {
    display: block
}

.gdpr_cookie_bar .gdpr_cookie_bar_accept {
    border: none;
    background-color: var(--color-purple-light);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 700;
    line-height: 22px;
    border: 0 !important;
}

.gdpr_cookie_bar .gdpr_cookie_bar_accept:hover {
    background-color: #b081f8;
}

.gdpr_cookie_bar button.showallopt {
    background-color: #ff6039;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    border: 0 !important;
    white-space: nowrap;
}

.showallopt:hover {
    background-color: #303030;
    color: #fff
}

.gdpr_cookie_bar .gdpr_cookie_bar_close {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding: 5px
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:after,
.gdpr_cookie_bar .gdpr_cookie_bar_close:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #000;
    position: absolute
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:after {
    transform: rotate(-45deg)
}

.gdpr_cookie_bar .gdpr_cookie_bar_close:before {
    transform: rotate(45deg)
}

.gdpr_cookie_settings_button {
    border: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #d9d9d9;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px
}

.nav-stacked>li+li {
    margin-left: 1px !important
}

#htab1 {
    border-bottom: 1px solid #ddd
}

.gdpr>ul>li.active>a {
    color: #444;
    background-color: #fff !important
}

.gdpr>ul>li.active>a:hover {
    color: #444
}

.gdpr>ul>li.active>a:selected {
    color: #444
}

.gdpr>ul>li.active>a:focus {
    color: #444
}

.gdpr_buttons {
    margin: 20px auto;
    max-width: 800px;
}

.gdpr_buttons button {
    margin: 0 auto;
    width: 49%
}

.gdpr_reject_all {
    order: 2;
}

.gdpr_buttons button:nth-child(2) {
    order: -1;
}

.gdrptable {
    padding: 0 !important;
    height: 80px !important;
    max-height: 80px !important;
    width: 100%;
    display: table;
    overflow: auto
}

.gdrptable>thead {
    background-color: transparent;
    font-size: 15px;
    width: 100%;
    font-weight: bold;
    border-bottom: 5px solid var(--color-purple-medium);
}

.gdrpvert ul {
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
}

.overflowy {
    overflow: auto;
    height: 205px;
    max-height: 205px;
}

#htab1 {
    border-bottom: 1px solid #ddd;
}

@media (max-width:768px) {
    .clearfixmobile {
        clear: both
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.gdpr_cookie_bar .tab-content.active {
    display: block;
}

.gdpr_cookie_bar .tab-content.tab-pane {
    display: none;
}

.gdpr_cookie_bar .fade.in {
    opacity: 1;
}

.gdpr_cookie_bar .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.gdpr_cookie_bar .row {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.rownopp .wrapper-opt {
    display: flex;
    padding: 30px 0 10px;
}

.gdpr_cookie_bar_options {
    order: 1;
}

.gdpr_cookie_bar_options button {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .gdpr_cookie_bar_description {
        order: 2;
        text-align: left;
        /* color: #fff; */
        padding-left: 100px;
    }
    .gdpr_buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gdpr_buttons button {
        display: flex !important;
        width: auto !important;
        align-items: center;
        justify-content: center;
        margin: 0 10px 0px 0 !important;
        min-width: 150px;
        text-align: center !important;
    }
    .cookie-message {
        padding: 15px 0 0;
    }
    .container-cookie {
        padding-left: 0;
        position: relative;
    }
    .container-cookie::before {
        content: '';
        position: absolute;
        left: 0;
        top: 20px;
        background: url(../imgs/cookie.jpg) center center no-repeat;
        background-size: contain;
        width: 190px;
        height: 150px;
    }
    .gdpr_cookie_bar .col-md-12,
    .gdpr_cookie_bar .col-sm-12 {
        width: 100%;
        float: none;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .rownopp {
        max-width: 1080px;
        margin: 0 auto;
        display: table;
    }
    .gdpr_cookie_bar .rownopp::before {
        content: '';
        background: var(--color-purple);
        position: absolute;
        top: 0px;
        left: calc(-50vw + 540px);
        width: 100vw;
        height: 100%;
        z-index: -1;
    }
    .gdpr_cookie_bar .col-sm-3 {
        width: 25%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .col-sm-9 {
        width: 75%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .col-sm-6 {
        width: 50%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .col-sm-4 {
        width: 33.33%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .col-sm-8 {
        width: 66.66%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    .gdpr_cookie_bar .row {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .gdpr_cookie_bar .container {
        overflow: scroll;
        max-height: 100vh;
        padding: 0;
    }
    .gdpr_cookie_wrapper {
        padding: 0 10px;
    }
    .rownopp .modeoptdiv {
        padding-left: 0;
        padding-right: 0;
    }
    .gdpr_cookie_bar .row .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .gdpr_cookie_bar .col-xs-12 {
        width: 100%;
        float: none;
        display: inline-block !important;
        position: relative;
        min-height: 0;
        padding-right: 0;
        padding-left: 5px;
        /* display: flex !important; */
        /* flex-wrap: nowrap !important; */
        flex-wrap: wrap;
    }
    .gdpr_cookie_bar .gdrpbtn {
        margin-right: 20px;
    }
    .gdpr_cookie_bar .col-sm-3 {
        width: 25%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdpr_cookie_bar .col-sm-9 {
        width: 75%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .tab-content .col-sm-9,
    .gdpr_cookie_bar .gdrpvert {
        width: 100%
    }
    .gdrptable {
        border-bottom: 10px solid var(--color-purple-medium);
        margin: 10px 0 !important;
        height: auto !important;
        max-height: 100% !important;
        min-width: 800px;
    }
    .gdrptable tr td:nth-child(3) {
        width: 50%;
    }
    .gdrpvert ul {
        min-height: 0;
    }
    .gdpr_cookie_bar .gdpr .col-sm-9.col-xs-12,
    .gdpr_cookie_bar .gdpr .col-sm-3.col-xs-12 {
        width: 100%;
    }
    .tab-content .text-left p {
        max-height: 200px;
        overflow-y: auto;
    }
    .gdpr_cookie_bar .btn.gdrpbtn {
        padding: 0;
        width: 50% !important;
        margin: 0 0 5px !important;
        align-items: flex-start;
    }
    .gdpr_cookie_bar .col-sm-6 {
        width: 50%;
        float: left;
        display: inline-block;
    }
    .gdpr_cookie_bar .col-sm-4 {
        width: 33.33%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .gdrpvert ul {
        border: 0;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding-bottom: 1px;
        height: 100%;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
    }
    .gdpr_cookie_bar .col-sm-8 {
        width: 66.66%;
        float: left;
        display: inline-block;
        position: relative;
        min-height: 0px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.gdpr_cookie_bar .nav-tabs-horizontal li.active a,
.gdpr_cookie_bar .nav-tabs-horizontal li.active a:focus,
.gdpr_cookie_bar .nav-tabs-horizontal li.active a:hover {
    border: 0;
    border-bottom-color: transparent;
    color: var(--color-purple-light) !important;
    background: var(--color-purple-medium) !important;
    font-weight: bold !important;
}

.gdpr_cookie_bar .nav-stacked li.active a {
    background: #2b1b4f;
    color: var(--color-purple-other);
}

.gdpr_cookie_bar .gdpr_cookie_bar_options .gdpr>.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
}

#trigger-cookie-show {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #393939;
    font-size: 15px;
    font-weight: bold;
}

.showallopt.ascunde-txt {
    color: #005bab !important;
}

.showallopt.ascunde-txt .caret {
    z-index: 99;
    position: relative;
    color: #fff;
}

.gdpr_cookie_bar .fade.in h3 {
    margin-top: 20px;
    color: var(--color-purple-light);
    font-weight: bold;
}

.showallopt.ascunde-txt:before {
    content: 'Hide';
    position: absolute;
    color: #fff !important;
}

.rownopp {
    background: var(--color-purple);
    color: #fff;
}

ul li.mobrow {
    padding-left: 0;
    position: relative;
}

ul li.mobrow a::after {
    content: '\f054';
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.gdrptable thead td {
    background: transparent;
}

body.noscroll .gdpr_cookie_bar .container.container-cookie {
    overflow: visible;
}

.modeoptdiv {
    position: relative;
    z-index: 2;
}

.gdpr_cookie_bar_description a {
    color: var(--color-purple-light)
}

.tab-content .show-on-mobile {
    display: none;
}

@media screen and (max-width:992px) {
    .gdpr_buttons {
        padding: 0 15px;
        margin: 0;
        display: flex;
        gap: 10px;
    }
    .noscroll .gdpr_cookie_bar {
        height: 100%;
        overflow: scroll;
    }
    .rownopp {
        margin-top: 20px;
    }
    .rownopp .wrapper-opt {
        flex-direction: column;
    }
    .gdpr_cookie_bar label {
        float: left;
        text-align: left;
    }
    .gdpr_cookie_bar_description {
        text-align: left;
        padding: 0 10px;
        margin: 5px 0 0;
    }
    .gdpr_cookie_bar .gdpr_cookie_bar_option_checkbox,
    .gdpr_cookie_bar .gdpr_cookie_bar_option_title {
        padding-left: 5px;
    }
    .gdpr_cookie_bar .nav {
        display: flex;
        flex-direction: column;
    }
    .gdpr_cookie_bar .nav-tabs>li {
        width: 100%;
    }
    .tab-content .show-on-mobile {
        display: block;
        overflow: visible;
        max-height: 100%;
        min-height: 0;
        height: auto;
        margin-top: 20px;
    }
    .tab-content .show-on-desktop {
        display: none;
    }
    .gdrptable tbody tr td {
        padding: 5px;
        font-size: 12px;
    }
    .gdrptable tbody tr td:first-child {
        background: transparent;
        border-right: 3px solid var(--color-purple-medium);
        padding-left: 0;
        width: 10%;
    }
    .overflowy {
        height: auto;
        max-height: 100%
    }
    .gdpr_cookie_bar .nav li a {
        padding: 15px
    }
    ul li.mobrow a::after {
        left: 0
    }
}

/* Sticky cookie settings icon */

.gdpr-sticky-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #333;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 24px;
}

.gdpr-sticky-icon:hover {
    background-color: #555;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.gdpr-sticky-icon.hidden {
    display: none;
}

/* Animație pentru atragerea atenției */

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.gdpr-sticky-icon.pulse {
    animation: pulse 2s infinite;
}

/* Tooltip pentru icon */

.gdpr-sticky-icon .tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 43px;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: nowrap;
}

.gdpr-sticky-icon .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 34%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.gdpr-sticky-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Save Settings button */

.gdpr_save_settings {
    background-color: #4CAF50 !important;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    width: 100%;
    order: 0 !important;
}

.gdpr_save_settings:hover {
    background-color: #45a049;
}

.gdpr_save_settings.hidden {
    display: none;
}

/* Container pentru butonul de salvare */

.gdpr_save_container {
    text-align: center;
    margin: 20px 0;
    padding: 10px;
    border-top: 1px solid #eee;
}

/* Ascunde butonul Show când panoul este expandat */

.showallopt.hidden {
    display: none;
}

button.hidden,
.hidden {
    display: none !important;
}