/*Cookie Modal Styles*/

.fa-font-family, .fa-font-family i {
    font-family: var(--fa-style-family, 'Font Awesome 6 Free') !important;
}

.consent-cookie-box {
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 14px;
    border-radius: 5px;
    position: fixed;
    width: 315px;
    z-index: 99999999;
    bottom: 20px;
    left: 20px;
    padding: 25px;
    opacity: .98;
}

.consent-cookie-box .consent-first-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 12px;
}

.consent-cookie-cross,
.consent-configure-cross {
    border: none;
    padding: 0;
    background: none;
    transition: background-color 250ms ease 0s;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}


.consent-icon {
    color: rgb(4, 107, 251);
    margin-right: 12px;
    padding-top: 4px;
}

.consent-icon-box {
    margin-right: 12px;
    padding-top: 4px;
    width: 25%;
}

.consent-icon-box svg {
    color: rgb(4, 107, 251);
}

.consent-cookie-box-title {
    color: rgb(88, 88, 88);
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
}

.consent-message {
    color: rgb(77, 77, 77);
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    text-align: left;
}

.consent-cookie-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consent-custom-btn {
    border: none;
    background: none;
    color: rgb(88, 88, 88);
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
    transition: background-color 250ms ease 0s;
    text-decoration: underline;
}

.consent-ok-btn {
    color: white;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    background-color: rgb(4, 107, 251);
    transition: background-color 250ms ease 0s;
    padding: 0px 12px;
    min-width: 72px;
    min-height: 31px;
}

/*Configure Modal styles*/

.consent-category-list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overscroll-behavior: contain;
}

.consent-category {
    display: flex;
    border-style: solid;
    border-color: initial;
    border-image: radial-gradient(rgba(0, 0, 0, 0.3), transparent 90%) 0 0 1 / 1 / 0 stretch;
    padding: 8px 12px 16px;
    margin: 8px 0px;
    border-width: 1px;
}

.consent-content {
    color: rgb(104, 104, 104);
    line-height: 150%;
}

.consent-content .consent-first-row {
    display: flex;
    justify-content: space-between;

}

.consent-customize-box {
    background-color: white;
    border-radius: 5px;
    height: 400px;
    width: 300px;
    display: flex;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 25%) 0px 4px 14px;
    outline: none;
    font-size: 12px;
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
    z-index: 99999999;
    margin: 20px;
    opacity: .98;
}

.consent-rcm-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    cursor: pointer;
    color: rgb(117, 117, 117);
    border: 0px;
    padding-left: 12px;
    padding-right: 12px;
    outline: 0;
    box-shadow: rgb(0 0 0 / 2%) 0px 4px 14px 0px;
    min-height: 50px;
}

.consent-customize-box>.consent-rcm-nav:before,
.consent-customize-box>.consent-rcm-nav:after {
    content: none;
}

.fa-arrow-left {
    padding-left: 0;
}

.consent-back {
    border: none;
    padding: 0;
    background: none;
    color: rgb(117, 117, 117);
}

.consent-back i,
svg {
    font-size: 14px;
}

.consent-configure-cross {
    color: rgb(117, 117, 117);
}

.consent-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.consent-right-side {
    display: flex;
    gap: 5px;
}

.custom-consent-first-row {
    display: flex;
    justify-content: space-between;
    color: rgb(104, 104, 104);
    line-height: 22px;
    margin-bottom: 4px;
}

.consent-right-side span {
    font-size: 11px;
}

.Icon__StyledIcon-sc-1emr5ew-0 {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    color: rgb(4, 107, 251);
    transition: color 250ms ease 0s;
}


.consent-second-row {
    color: rgb(104, 104, 104);
    line-height: 150%;
}

.consent-second-row a {
    text-decoration: none;
    display: block;
    text-align: left;
}

.consent-second-row a:hover:after {
    border: none;
}

.consent-title {
    font-weight: bold;
    font-size: 14px;
}

.consent-btn-animate .arrow-animate {
    transition: transform 0.15s ease-out 0s;
    margin-left: 2px;
}

.more-details-btn {
    border: none;
    background: none;
    color: rgb(4, 107, 251);
    font-weight: 600;
    line-height: 150%;
    font-size: 12px;
}

.consent-btn-animate {
    appearance: none;
    border: none;
    background: none;
    padding: 7px 5px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: -5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 150%;
    color: rgb(4, 107, 251);
}

.consent-btn-animate:hover {
    color: rgb(0, 87, 231);
}

.consent-btn-animate:hover .arrow-animate {
    transform: translateX(8px);
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}

button {
    background: transparent;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
}

button:disabled {
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
}

input[type="checkbox" i]:disabled {
    background-color: initial;
}

input:disabled {
    cursor: default;
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.consent-toggle {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 34px;
    background-color: rgb(202, 202, 202);
    border-radius: 100vh;
    transition: 0.3s;
}

.consent-toggle .consent-toggle-button {
    appearance: none;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.consent-toggle.active {
    background: rgb(4, 107, 251);
}

.consent-toggle.active .consent-toggle-button {
    left: 17px;
}

.consent-cookie-box-toggle {
    height: 20px !important;
    width: 34px !important;
    background-image: none !important;
}

.consent-essential-cookie {
    background: rgb(111, 152, 210);
}

.consent-essential-cookie .consent-toggle-button {
    cursor: default;
    left: 17px;
}

/* styles for dark theme*/

.consent-container-dark-theme {
    background-color: black;
}

.consent-dark-theme {
    color: white;
}

.consent-second-row-dark-theme {
    color: whitesmoke;
}


/*Mobile*/

@media (max-width: 600px) {
    .consent-cookie-box {
        bottom: 20px;
        left: 17px;
        opacity: .96;
    }

    .consent-customize-box {
        margin-left: 17px;
    }
}