.tag-nav-holder {
    position: initial;
    overflow-x: auto;
    color: #ffffff;
    border-bottom: 1px #ffffff solid;
    background: #192335;
    height: 56px;
    margin: 0;
    padding: 0;
}

.tag-nav {
    margin-top: 10px;
    padding: 0;
    white-space: nowrap;
}

.tag-nav-entry {
    padding: 8px 0 8px 0;
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 32px;
    color: #ffffff;
}

@media screen and (max-width: 1400px) {
    .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
        left: 133px;
    }
}

@media screen and (max-width: 1200px) {
    .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
        left: 54px;
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
        left: 49px;
        top: -47px;
        width: 80%;
        display: block !important;
    }

    .rbt-btn {
        font-size: 12px;
    }
}

.bg-gradient-11 {
    background: linear-gradient(180deg, #55C7F5 0%, #FFF 100%) !important
}

.bg-secondary-opacity {
    background: var(--secondary-opacity) !important;
    color: #1173b9 !important;
}

.rbt-btn.btn-gradient {
    background-image: linear-gradient(to right, var(--color-primary), #55c4f1, #55c4f1, var(--color-primary));
}

.rbt-btn.btn-border-gradient {
    background: linear-gradient(90deg, #55C4F1, #0F72B8);
}

.rbt-page-banner-wrapper .rbt-banner-image, .bg-gradient-9 {
    background: linear-gradient(270deg, #55c4f1 0%, var(--color-primary) 100%) !important;
}

.rbt-badge-2 {
    background: rgba(179, 193, 249, 0.8);
    box-shadow: 0 12px 22px 0 rgba(195, 191, 242, 0.28);
}

.legacy-3d {
    display: none;
}

a.tag-nav-entry.active {
    color: #6380ee;
}

ul.user-list-wrapper > li > a.active {
    color: #2f57ef;
}

.height-350 {
    height: 350px;
}

.btn {
    font-size: 1.5rem;
}


/* On-Off-Checkbox-Switch as in cookie banner */
.switch {
    position: relative;
    display: inline-block;
    width: 36px; /* 0.6 times of initial 60px */
    height: 20px; /* 0.6 times of initial 34px */
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px; /* 0.6 times of initial 26px */
    width: 16px; /* 0.6 times of initial 26px */
    left: 2px; /* 0.6 times of initial 4px */
    bottom: 2px; /* 0.6 times of initial 4px */
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px); /* 0.6 times of initial 26px */
    -ms-transform: translateX(16px); /* 0.6 times of initial 26px */
    transform: translateX(16px); /* 0.6 times of initial 26px */
}

.slider.round {
    border-radius: 20px; /* 0.6 times of initial 34px */
}

.slider.round:before {
    border-radius: 50%;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #5c6ac4;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    font-size: 14px;
    top: 0;
}

.nl-dpn {
    display: none;
}


/* Custom Scroll bars */
::-webkit-scrollbar {
    width: 8px; /* Change this to make the scrollbar thinner */
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Box fix (e.g. tags) */
.no-shadow {
    box-shadow: none;
}

.rbt-section-gapBottom-half {
    padding-bottom: 60px;
}

.rbt-default-card .inner .content h2.title {
    font-size: 26px;
}

/* Bigger Checkboxes */
input[type=checkbox] ~ label,
input[type=radio] ~ label {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: var(--body-color);
    font-weight: 400;
    padding-left: 24px;
    cursor: pointer;
    margin-bottom: 0;
}

input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: var(--border-width) solid var(--color-border);
    border-radius: 2px;
    transition: all 0.3s;
}

input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 12px;
    height: 7px;
    background-color: transparent;
    border-bottom: var(--border-width) solid #fff;
    border-left: var(--border-width) solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

.checkbox-container {
    margin-bottom: 8px;
}

.tab-button-style-2 li a .title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
}

a.eylc-video-title-btn {
    top: 5px;
    background-color: #3f4868;
}

a.eylc-video-title-btn:hover {
    background-color: #2d93dd !important;
    top: 8px;
}
