/*
Theme Name: Baidata
Author: CBT
Version: 1.0
*/

/* Fuentes */

/* =========================
   Bai Jamjuree - Regular
========================= */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

/* ExtraLight */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-ExtraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Bai Jamjuree";
    src: url("assets/font/BaiJamjuree-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

/* =========================
   Roboto - Thin
========================= */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* ExtraLight */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* ExtraBold */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: "Roboto";
    src: url("assets/font/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}


/* General */

main {
    padding-top: 75px;
    font-family: 'Roboto', serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bai Jamjuree', serif;
}

p, span, a {
    font-family: 'Roboto', serif;
}

.main-container {
    max-width: 1500px;
}

.text-container {
    max-width: 800px;
    width: 100%;
}

.color-purple-darker {
    color: #40008f;
}

.color-purple-dark {
    color: #7b4fb1;
}

.color-purple-light {
    color: #c8b2e5;
}

.color-purple-lighter {
    color: #ded2ef;
}

.bg-color-purple-darker {
    background-color: #40008f;
}

.bg-color-purple-dark {
    background-color: #7b4fb1;
}

.bg-color-purple-light {
    background-color: #c8b2e5;
}

.bg-color-purple-lighter {
    background-color: #ded2ef;
}

.bg-color-purple-white {
    background-color: #efe9f7;
}

.bg-color-purple-grey {
    background-color: #f6f6f6;
}

.bg-color-purple-grey-dark {
    background-color: #EDF0F0;
}

.header-home {
    font-size: 78px;
    max-width: 640px;
    line-height: 1.2;
}

.header-1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Bai Jamjuree', serif;
}

.header-2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Bai Jamjuree', serif;
}

.paragraph-1 {
    font-size: 18px;
    font-family: Roboto, sans-serif;
}

.paragraph-2 {
    font-size: 24px;
    font-weight: 400;
    font-family: Roboto, serif;
    line-height: 1.2;
}

.subtitle-1 {
    font-size: 24px;
    font-weight: 600;
}

.authorized-training-card {
    border-radius: 30px;
    overflow: hidden;
    height: 480px;
    width: 308px;
}

.authorized-training-card > div {
    height: 50%;
}

.authorized-training-card > div:nth-of-type(1) {
    background-color: #EFE9F7;
}

.authorized-training-card > div:nth-of-type(2) {
    background-color: #fff;
}

.baidata-rounded-icon {
    width: 40px;
    height: 40px;
    background-color: #7B4FB1;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.baidata-rounded-icon:hover {
    transform: scale(1.1);
}

.baidata-text-banner p, .baidata-text-banner span {
    font-family: "Bai Jamjuree", serif;
}

@media (max-width: 1600px) {
    .header-home {
        font-size: 56px;
        line-height: 1;
    }

    .header-1 {
        font-size: 46px;
    }

    .header-2 {
        font-size: 32px;
    }

    .paragraph-1 {
        font-size: 16px;
    }

    .paragraph-2 {
        font-size: 20px;
    }

    .subtitle-1 {
        font-size: 20px;
    }

    .authorized-training-card {
        border-radius: 30px;
        overflow: hidden;
        height: 500px;
        width: 300px;
    }
}

/* Baidata header */

.baidata-header {
    background: linear-gradient(to top, #ddd4e8 0%, #ddd4e8 65%, #F6F6F6 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.baidata-header-image {
    border-radius: 130px;
    max-height: 550px;
}

@media (max-width: 1600px) {
    .baidata-header {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .baidata-header-image {
        border-radius: 40px;
    }
    .baidata-header-image > img {
        min-height: 220px;
    }
}


/* Menú */

.baidata-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
    height: 75px;
}

.baidata-submenu-links {
    gap: 30px;
}

.baidata-submenu-links a {
    position: relative;
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
    color: black;
}

.baidata-submenu-links a, .baidata-submenu-links span {
    font-size: 15px;
}

.baidata-submenu-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.baidata-submenu-links a:hover::after {
    transform: scaleX(1);
}

.baidata-submenu-links > div {
    min-width: 180px;
}

.baidata-menu-container {
    max-width: 1700px;
}

.baidata-menu-link a {
    color: black;
    font-size: 18px;
    height: 100%;
}

.baidata-menu-section {
    height: 100%;
    display: flex;
    align-items: center;
}

.baidata-menu-section > .baidata-menu-link img {
    transition: transform 0.4s ease;
}

.baidata-menu-section:hover > .baidata-menu-link img {
    transform: rotate(-180deg);
}

.baidata-submenu {
    position: fixed;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: #00000026 0 2px 6px 1px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
    display: flex;
    gap: 30px;
}

.baidata-submenu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.baidata-submenu-info {
    background-color: #f6f6f6;
    height: fit-content;
}

.baidata-submenu-info > div {
    width: 350px;
}

.baidata-submenu-links a:first-of-type {
    white-space: nowrap;
    text-transform: uppercase;
}

.main-button {
    text-decoration: none;
    border-radius: 20px;
    padding: 7px 21px;
    background: #7b4fb1;
    color: white;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    transition: background 0.3s ease;
}

.main-button.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.main-button img {
    transition: transform 0.3s ease;
}

.main-button.light {
    background: white;
    color: #7b4fb1;
    font-weight: 700;
}

.main-button.light:hover {
    background: rgb(231, 225, 238);
}

.main-button:not(.light):hover {
    background: #7b4fb1;
}

.main-button:hover img {
    transform: translateX(3px);
}

.menu-idioma {
    display: flex;
    padding: 0;
    list-style: none;
}

.menu-idioma > li {
    display: flex;
    height: 16px;
    align-items: center;
}

.menu-idioma > li:first-of-type {
    border-right: 1px solid black;
    padding-right: 5px;
}

.menu-idioma > li a {
    text-decoration: none;
    text-transform: uppercase;
    color: black;
}

.menu-idioma > li a[aria-current="true"] {
    text-decoration: underline;
}

.menu-contacto {
    height: fit-content;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.menu-contacto:hover {
    background: #7b4fb129;
}

@media (max-width: 1600px) {
    .baidata-submenu-links {
        width: 800px;
        flex-wrap: wrap;
    }

    .baidata-submenu-links > div {
        width: 20%;
    }

    .baidata-submenu {
        gap: 20px;
    }

    .baidata-submenu-links {
        gap: 20px;
    }

    .baidata-submenu-links a, .baidata-submenu-links p, .baidata-submenu-info span, .baidata-submenu-info a .baidata-submenu-info p {
        font-size: 14px;
        line-height: 1.1;
    }

    .baidata-submenu-info > div {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .baidata-submenu-links a, .baidata-submenu-links p, .baidata-submenu-info span, .baidata-submenu-info a .baidata-submenu-info p {
        font-size: 16px;
        line-height: 1.1;
    }

    .baidata-submenu-info {
        display: none;
    }

    .baidata-submenu-links {
        flex-direction: column;
        gap: 13px;
    }

    .baidata-submenu-links span, .baidata-submenu-links p {
        display: none;
    }

    .baidata-menu-buttons {
        height: 75px;
        width: 300px;
        position: fixed;
        top: 75px;
        right: 0;
        background-color: white;
        gap: 20px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform .3s ease;
    }

    .baidata-menu-links {
        height: calc(100% - 150px);
        width: 300px;
        position: fixed;
        top: 150px;
        right: 0;
        background-color: white;
        padding: 30px;
        transform: translateX(100%);
        transition: transform .3s ease;
    }

    .baidata-menu-links.open, .baidata-menu-buttons.open {
        transform: translateX(0);
    }

    .baidata-menu-link {
        height: fit-content;
    }

    .baidata-menu-section {
        height: fit-content;
        flex-direction: column;
        align-items: start;
    }

    .baidata-menu-link a {
        font-size: 18px;
    }

    .baidata-submenu:not(.open) {
        display: none;
    }

    .baidata-submenu {
        position: static;
        box-shadow: none;
        transform: none;
    }
}

@media (max-width: 992px) {
    .baidata-submenu-links a {
        text-transform: none;
    }
}


/* Home */

.home-header {
    height: calc(100vh - 75px);
}

.home-header-carrousel {
    position: absolute;
    bottom: 60px;
    background: #7b4fb1;
    overflow: hidden;
}

.home-header-track {
    display: flex;
    gap: 120px;
    height: 80px;
    width: max-content;
    animation: scrollLogos 60s linear infinite;
}

.home-header-track img {
    flex: 0 0 auto;
    filter: brightness(0) invert(1);
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.baidata-card {
    width: 240px;
    height: fit-content;
    border-radius: 32px;
    overflow: hidden;
    background: #cbb8e9;
    flex: 0 0 auto;
    text-decoration: none;
}

.baidata-cards-big .baidata-card {
    width: 330px;
}

.baidata-card-date {
    font-size: 12px;
}

.baidata-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.baidata-card-image {
    height: 280px;
    position: relative;
}

.baidata-card-image img {
    height: calc(100% + 60px) !important;
}

.baidata-card-content {
    position: relative;
    background: white;
    padding: 45px 26px 26px;
    margin-top: -40px;
    clip-path: polygon( 0 0, 100% 70px, 100% 100%, 0 100%);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 2;
}

.baidata-card-content h3 {
    max-width: 82%;
    font-weight: 700;
}

.baidata-card-2 .baidata-card-content {
    padding: 50px 26px 32px;
}

.baidata-card-2 .baidata-card-content h3 {
    font-size: 22px;
    font-weight: 400;
}

.baidata-card-2 .baidata-card-content p {
    font-size: 16px;
    line-height: 1.2;
}

.home-header-info {
    max-width: 648px;
}

.home-header-info p {
    font-size: 18px;
}

.baidata-card-link img {
    transition: transform 0.3s ease;
}

.baidata-card-link:hover img {
    transform: translateX(3px);
}

.home-actualidad-main .header-2 {
    max-width: 420px;
    text-shadow: 0 0 6px #2d2d2d;
}

.home-actualidad-main {
    padding: 60px 50px;
}

.home-actualidad-secondary {
    border: 1px solid #b6b6b6;
}

.home-actualidad-secondary > img {
    transition: transform 0.3s ease;
}

.home-actualidad-secondary:hover > img {
    transform: translateX(5px);
}

@media (max-width: 1600px) {
    .baidata-cards-big .baidata-card {
        width: 305px;
    }

    .home-header-carrousel {
        bottom: 30px;
    }

    .home-header-track {
        gap: 60px;
    }
}

@media (max-width: 960px) {
    .home-header-track {
        gap: 60px;
    }

    .baidata-card-content {
        height: fit-content !important;
    }
}

@media (max-width: 576px) {
    .baidata-card {
        width: 270px;
    }
}


/* Catálogo */

.catalogo-header {
    padding-top: 60px;
}


/* Únete */

.unete-header-pill {
    padding: 23px 50px;
    border-radius: 75px;
    background-color: #EFE9F7;
    box-shadow: 0 0 20px 5px #bf9ee4;
}

.unete-header-pill > div:nth-of-type(1) {
    font-size: 64px;
    font-weight: 700;
    text-align: center;
}

.unete-header-pill > div:nth-of-type(2) {
    font-size: 18px;
}

@media (max-width: 1200px) {
    .unete-header-pill {
        width: 100%;
        max-width: 360px;
        padding: 20px 35px;
    }

    .unete-header-pill > div:nth-of-type(1) {
        font-size: 40px;
        width: 50%;
    }

    .unete-header-pill > div:nth-of-type(2) {
        font-size: 16px;
        width: 50%;
    }
}


/* Formación - Espacios de datos */

.formacion-espacios-card {
    width: 416px;
    height: 717px;
    border-radius: 30px;
    overflow: hidden;
}

.formacion-espacios-card.higher > div:nth-of-type(1) {
    height: 50%;
}

.formacion-espacios-card.higher > div:nth-of-type(2) {
    height: 50%;
}

.formacion-espacios-card > div {
    padding: 37px 30px;
}

.formacion-espacios-card > div:nth-of-type(1) {
    height: 45%;
    background-color: #EFE9F7;
}

.formacion-espacios-card > div:nth-of-type(2) {
    height: 55%;
    background-color: #fff;
}

@media (max-width: 1600px) {
    .formacion-espacios-card {
        width: 370px;
        height: 650px;
    }

    .formacion-espacios-card p {
        font-size: 15px;
    }

    .formacion-espacios-card > div {
        padding: 30px 25px;
    }
}


/* Formación - Profesionales certificados */


a.baidata-card span {
    color: black;
}

.baidata-card > div:nth-of-type(1) {
    height: 240px;
}

.baidata-card > div:nth-of-type(2) {
    background: white;
    height: 240px;
}

.baidata-card.baidata-card-junta > div:nth-of-type(2) {
    height: 180px;
}


/* Filtros */

.baidata-filters {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 220px;
    padding-bottom: 40px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.baidata-filter,
.baidata-filter-date {
    width: 100%;
    height: 48px;

    border: 1px solid #e5e5e5;
    border-radius: 14px;

    padding: 0 16px;
    font-size: 14px;

    background: #fff;
    color: #222;

    outline: none;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.baidata-filter:focus,
.baidata-filter-date:focus {
    border-color: #cfcfcf;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

.baidata-filter {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23666' d='M5.5 7l4.5 5 4.5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 40px;
}

.baidata-filter.is-active {
    font-weight: 600;
}

.date-range {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-range span {
    font-size: 14px;
    color: #777;
}

.baidata-filter-date {
    position: relative;
    padding-right: 16px;
}

.baidata-filter-date::-webkit-calendar-picker-indicator {
    opacity: 0.5;
    cursor: pointer;
}

@media (max-width: 576px) {
    .baidata-filters {
        gap: 18px;
        max-width: none;
    }
}


/* Carrousel */

.baidata-carrousel {
    background: linear-gradient(to top, #ddd4e8 0%, #ddd4e8 65%, #F6F6F6 100%);
    position: relative;
    overflow: hidden;
}

.carrousel-container {
    display: none;
    opacity: 0;
}

.carrousel-container.active {
    display: flex;
    opacity: 1;
    transition: opacity .4s ease;
}

.carrousel-image {
    height: 450px;
}

.carrousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}

.carrousel-arrow.left {
    left: 10px;
}

.carrousel-arrow.right {
    right: 10px;
}

@media (max-width: 992px) {
    .carrousel-image {
        height: 250px;
    }

    .carrousel-arrow {
        top: 70px;
    }

    .carrousel-arrow.left {
        left: 50px;
    }

    .carrousel-arrow.right {
        right: 50px;
    }
}

/* Footer */

footer span {
    font-size: 14px;
}

footer a {
    text-decoration: none;
    color: #212121;
    white-space: nowrap;
}

.footer-logo {
    width: 400px;
}

.footer-columnas > div:not(:last-of-type) {
    width: 22%;
}

.footer-columnas > div:last-of-type {
    width: 34%;
}

.footer-input input {
    border: 2px solid #ACACAC;
    padding: 13px 20px;
    border-radius: 10px;
}

@media (max-width: 960px) {
    .footer-columnas > div {
        width: 100% !important;
    }
}


/* Contenido posts */

.post-content-header .main-container, .post-container {
    max-width: 1200px;
}

.post-content-header .baidata-header-image {
    height: 250px;
    border-radius: 50px;
}

.post-container a {
    color: #7b4fb1;
    text-decoration: none;
    font-weight: 600;
}


/* Formularios */

.admission-form {
    max-width: 650px;
    margin: 0 auto;
}

.admission-form label {
    display: block;
    margin-bottom: -18px;
    font-size: 18px;
    color: #222;
}

.admission-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.admission-form textarea {
    width: 100%;
    height: 150px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 12px;
    box-sizing: border-box;
}

.admission-form a {
    color: #6d1ba8;
}

.admission-form .form-col {
    flex: 1;
}

.admission-form input:not([type="checkbox"]) {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0 12px;
    box-sizing: border-box;
}

.admission-form .form-submit {
    margin-top: 50px;
}

.admission-form input[type="submit"] {
    width: 100%;
    height: 50px;
    background: #7b4fb1;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}

.admission-form input[type="submit"]:hover {
    opacity: .9;
}

@media (max-width: 768px) {
    .admission-form .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

.popup-contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.popup-contact .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.popup-contact .popup-box {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: auto;
    overflow: auto;
    margin: 8% auto;
    background: #dbdbdb;
    padding: 40px;
    border-radius: 10px;
    z-index: 2;
}

.popup-contact .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
}

.main-button input {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
}

.main-button p {
    width: min-content;
    height: min-content;
    max-width: none;
    position: relative;
    margin: 0;
}

.wpcf7-spinner {
    position: absolute;
    left: 70px;
    top: 10px;
}

.footer-input input {
    width: 100%;
}

.footer-input br {
    display: none;
}

@media (max-width: 576px) {
    .popup-contact .popup-box {
        height: 90%;
    }
}


/* Cookies */

.cky-btn-accept {
    background-color: #7b4fb1 !important;
    border-color: #7b4fb1 !important;
}

.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
    color: #7b4fb1 !important;
    border-color: #7b4fb1 !important;
}

