.c-favorites-basket {
    position: absolute;
    right: 3vw;
    top: 50px;
}

.c-favorites-basket em, .c-wishlist em {
    color: #ff5876;
    font-size: 36px;
}

.c-favorites-basket > a > span, .c-wishlist > a > span {
    font-size: 10px;
    background-color: #2a3157;
    color: white;
    padding: 2px;
    border-radius: 50%;
    margin-left: 0;
    min-width: 12px;
    min-height: 12px;
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
aspect-ratio: 1/1;
}

.c-favorites-basket div.items div.itemcontent, .c-wishlist div.items div.itemcontent {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.c-favorites-basket div.items div.itemcontent h3 a span, .c-wishlist div.items div.itemcontent h3 a span {
    font-weight: 800;
}

.c-wishlist div.items div.list h3, div.items h3 {
    font-size: 16px;
}

.c-wishlist div.items div.photos {
    min-width: 50px;
}

.c-wishlist div.items div.photos img {
    width: 100%;
    height: auto;
}

#mobile-header .itemsgroup, #mobile-header {
z-index: 31;
}

@media (max-width: 990px) {
#abovetopbanner .c-favorites-basket {
display: none;
}
.c-favorites-basket em {
    font-size: 32px;
}
.c-favorites-basket em {
    margin-right: 5px;
}
}.items div.order {
position: absolute;
right: 28px;
top: 0;
}

#abovetopbanner div.itemsgroup {
    padding-top: 10px;
}

.filter_opt a {
    display: inline-block;
    padding: 10px 5px;
}

.items h3 {
    overflow-wrap: anywhere;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1, #contenttop h2, button {
font-family: 'Poppins', sans-serif;
}

/* TITLES */

#contenttop h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.3em;
}

#contenttop h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    text-align: left;
}

@media (max-width: 990px) {
#contenttop h2 {
    font-size: 30px;
}
}

#contenttop .c-home-header h1 {
    text-align: center;
    margin-bottom: 0px;
    max-width: 950px;
    margin: 0 auto;
}

.c-home-header {
    text-align: center;
    margin-top: 100px;
}

#contenttop .c-inpage-header h1 {
    text-align: left;
}

#contenttop h1.c-title-xl {
    font-size: 60px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1em;
    max-width: 700px;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
}

#contenttop h1.c-title-lg {
    font-size: 40px;
    font-weight: 800;
    color: #2a3157;
    line-height: 1.2em;
    margin: 0 auto 50px auto;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

#contenttop h1.c-title-lg.c-title-logo, #contenttop h1.c-title-lg span.c-title-logo {
margin-left: 0;
margin-bottom: 15px;
}

#contenttop h1.c-title-lg.c-title-logo span, #contenttop h1.c-title-lg span.c-title-logo span {
    font-weight: 300;
    position: relative;
    display: inline-block;
}

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #ff5776;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 18px;
    top: 8px;
}

#contenttop h1.c-title-md, #belowsite h1.c-title-md {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
}

#contenttop h3 {
    color: #2a3157;
    font-size: 20px;
}

/* BUTTON */

.c-button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 25px;
    color: #3d3e42;
    margin: auto;
    margin-top: 15px;
    margin-right: 15px;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.c-button.c-button-pink {
   background-color: #ff5776;
}

.c-button:hover {
    background-color: #00ccbd;
}

/* OLD BUTTON 
.c-button::after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
} END */

/* NEW BUTTON */

.c-button::after {
    content: '';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
    display: inline-block;
    background-image: url('/cache/files/5046f7fcf9a2ab13e3de4ceb93ec33fb3ebdf16a.svg');
    background-size: contain;
    width: 12px;
    height: 12px;
}

/* END NEW BUTTON */

.c-button:hover::after {
right: -5px;
}

/* BUTTON WHITE */

.c-button.c-button-white {
background-color: white;
    color: #2a3056;
}

.c-button.c-button-white:hover {
    background-color: #ff5776;
    color: white;
}

.c-button.c-button-white::after {
    color: #3d3e42;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON GREENBLUE */

.c-button.c-button-greenblue {
    background-color: #00ccbd;
}

.c-button.c-button-greenblue:hover {
    background-color: #2a3056;
    color: white;
}

.c-button.c-button-greenblue::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-white:hover::after {
    color: white;
}

/* BUTTON BLUE SE WHITE */

.c-button.c-button-blue-white {
    background-color: #2a3157;
}

.c-button.c-button-blue-white:hover {
    background-color: white;
    color: #2a3056;
}

.c-button.c-button-blue-white::after {
    color: white;
    transition: all 0.3s;
}

.c-button.c-button-blue-white:hover::after {
    color: #2a3157;
}


/* BUTTON CONTAINER TOP SECTION */

.c-button-top {
    display: inline-block;
    background-color: #2a3157;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 15px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

.c-button-middle {
    display: block;
    background-color: #ff5776;
    color: white;
    padding: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    margin-top: -10px;
}

.c-button-bottom a {
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    box-shadow: 5px 5px 0px rgb(0 0 0 / 25%);
}

/* =============== */

.c-maxw1280 {
max-width: 1280px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-maxw900 {
max-width: 900px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}

.c-ptop-100 {
padding-top: 100px;
}

.c-pbottom-100 {
padding-bottom: 100px;
}

/* SOCIAL MEDIA ICONS */

.c-social-icon {
    background-color: #ff5776;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
margin-right: 15px;
}

.c-social h3 {
margin-bottom: 10px;
}

/* ============= */

.c-bgcolor-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 100% 60%;
    background-position: center top;
    min-height: 600px;
    background-repeat: no-repeat;
}

/* SECTION HEADER */

.c-section-header {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.c-section-header > div {
    width: 50%;
}

#contenttop .c-section-header h1.c-title-lg {
    text-align: left;
    color: white;
}

.c-section-header > div:nth-child(2) {
text-align: right;
}

.c-video-box {
    height: 50vh;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 9/16;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
transition: 0.3s;
}

.c-video-box:hover {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
}

.c-video-box video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-video-box img {
width: 100%;
height: auto;
margin: 0px;
position: relative;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    top: 0px;
    left: 0px;
transition: 0.3s;
border-radius: 1.2vw;
}

.c-video-box:hover img {
    box-shadow: 10px 10px 0px rgb(0 0 0 / 20%);
    top: -10px;
    left: -10px;
}

.c-image-border {
border-radius: 1.2vw;
}

.c-box-gap {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* FOOTER */

.c-footer {
padding-top: 100px;
padding-bottom: 100px;
}

.c-partner-footer {
    background-color: white;
    margin: 0;
    padding: 20px;
    height: auto;
    width: 180px;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
}

.c-partner-footer img {
    width: 100%;
    height: auto;
}

.c-footer .c-title-md {
margin-top: 15px;
}


/* PARTNERS SECTION */

.c-partner-box {
    border-radius: 25px;
    border: 0px solid #cfd0d3;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
    margin: 20px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    transition: 0.3s;
text-align: center;
    background-color: white;
}

.c-partner-box img {
    filter: grayscale(1);
    transition: 0.3s;
    width: 100%;
    height: auto;
    max-width: 220px;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 16/10;
}

.c-partner-box:hover {
    box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
    top: -5px;
    left: 0px;
}

.c-partner-box:hover img {
    filter: grayscale(0);
}

.c-partners-section h1 {
    width: 50%;
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}


/* RESPONSIVE */

@media (max-width: 990px) {
/* SECTION HEADER */

.c-section-header {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}

.c-section-header > div {
    width: 100%;
}


.c-section-header > div:nth-child(2) {
text-align: left;
}

.c-bgcolor-container {
    background-size: 100% 90%;
}

#contenttop h1.c-title-lg span.c-title-logo span:before {
    left: 18px;
}

.c-partner-box {
    margin: 5px;
}

.c-partner-box img {
    filter: grayscale(0);
}

#contenttop h1.c-title-xl {
    font-size: 30px;
}

.c-video-box {
    margin-top: 30px;
}


}


/* FOOTER PARTNERS SECTION */

.c-footer-partners-container {
    padding-top: 70px;
}

.c-footer-partners-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-box h1 {
width: 100%;
}

.c-footer-partners-box:nth-child(1) {
width: 30%;
    padding-top: 30px;
}

.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 100px;
    border-right: 1px solid;
}

.c-footer-partners-box:nth-child(2) {
    width: 70%;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-partners-logo {
    margin-top: 10px;
}

.c-footer-partners-logo img {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-right: 15px;
}


@media (max-width: 1024px) {
.c-footer-partners-container {
    margin-left: 15px;
    margin-right: 15px;
}
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 55px;
}
}

@media (max-width: 768px) {
.c-footer-partners-box:nth-child(1) .c-footer-partners-logo {
    margin-right: 0px;
    border-right: 0px solid;
}
.c-footer-partners-box:nth-child(1), .c-footer-partners-box:nth-child(2) {
    width: 100%;
}
}

/* CTA */

.c-cta-link {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-color: #00ccbe;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link:hover {
    background-color: #ff5776;
}

.c-cta-link-big {
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    text-align: center;
    background-color: #ff5776;
    font-weight: 800;
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.c-cta-link-big:hover {
    background-color: #ff5776;
}


/* =============== */

/* DATES BOXES */

.c-dates-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid #2a3157;
    border-radius: 20px;
    text-align: center;
}

.c-dates-boxes h3 {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 800;
    color: #ff5776;
width: 100%;
margin-top: 20px;
}

.c-date-box {
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    align-items: center;
    font-size: 20px;
    margin: 10px;

}

.c-date-box h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 800;
color: #2a3157;
margin-top: 0px;
}

.c-date-box p {
margin-bottom: 0px;
margin-top: 10px;
}

@media (max-width: 990px) {
.c-date-box {
    width: calc(50% - 10px);
    margin: 5px;
}

.c-date-box h3 {
    font-size: 20px;
}
}

/* PARTNERS */

.c-partner-container {
    width: 100%;
    position: relative;
}

.c-partner-inner {
    position: relative;
    display: flex;
    max-width: 1280px;
    margin: auto;
flex-direction: row;
}

.c-logo {
    flex-basis: 33.33%;
    margin: 20px;
    margin-top: 90px;
    text-align: center;
}

.c-logo img {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 10px 0px rgb(0 0 0 / 20%);
}

.c-top-bg-color {
    background-color: #00ccbd;
    position: absolute;
    width: 100%;
    height: 65%;
top: 0;
}


/* 2025 Updates */

.c-inpage-header {
   margin-top: 80px;
   margin-bottom: 150px;
}

.c-header-image img {
   width: 100%;
   height: auto;
   border-radius: 25px;
   margin-top: 60px;
}

.c-bgcolor-radius {
   background-color: #eceef1;
    border-radius: 25px;
}

.c-main-inner.c-bgcolor-radius {
    margin-bottom: 100px;
}


.c-border-image {
    height: 100%;
    width: 100%;
}

.c-border-image img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.c-content-boxy {
    padding: 4vw;
}

#contenttop div.htmlbox ul.c-ul {
    padding-left: 0;
}

#contenttop div.htmlbox ul.c-ul li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

#contenttop div.htmlbox ul.c-ul li::before {
    content: '';
    min-width: 10px;
    min-height: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    background-color: #2A3056;
    margin: 7px 10px 0 0;
}

.faqs, #worksheets, #cta {
   margin-top: 100px;
}

.faqs .accordion {
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 15px;
}

.faqAnswer {
    padding-right: 40px;
    padding-top: 20px;
}

.accordion h3.faqHeader {
font-size: 20px;
    font-weight: 400;
    color: #2A3056;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 0px;
    user-select: none;
}

.faqHeader::after {
    content: '+';
    display: block;
    font-size: 30px;
    font-weight: 100;
    padding: 22px 0px 18px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #F8F9FB;
    line-height: 0;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    color: #2A3056;
    transform: rotate(0deg);
    transition: 1s;
}

.active .faqHeader::after {
    transform: rotate(45deg);
    background-color: #FF5776;
    color: white;
}

#contenttop #faqs h2 {
    max-width: 500px;
}

#faqs .col-md-5 {
    position: sticky;
    top: 100px;
}

.c-main-inner {

}

#cta.c-main-container {
   position: relative;
   z-index: 0;
   border-radius: 25px;
   overflow: hidden;
}

#cta.c-main-container::before {
   content: '';
   background-color: #2A3056;
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 0;
    pointer-events: none;
}

#cta.c-main-container::after {
   content: '';
   background-image: url('/cache/files/fa0c9a577ee39f3055f3ce985b65a049bda29949.jpg');
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
    z-index: 1;
    opacity: 0.1;
    pointer-events: none;
    background-position: 60% 30%;
    background-size: cover;
}

#cta.c-main-inner {
    position: relative;
    z-index: 2;
}

#contenttop #cta h2 {
    color: white;
    font-size: 30px;
}

#contenttop #cta .c-form h2 {
   display: none;
}

#contenttop #cta .c-form button {
    padding: 10px 25px;
    border-radius: 25px;
    border: 0px;
    font-size: 16px;
    background-color: #FF5776;
    color: white;
}

#contenttop #cta .c-form .submit {
    text-align: right;
}

#cta .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

#cta .c-main-inner {
    padding: 7vw 20px;
    margin-bottom: 0px;
}

#cta .c-main-inner .container-fluid {
    max-width: 1000px;
}

#cta p {
    color: white;
    max-width: 100%;
}

#cta .c-form p{
    width: 100%;
}

#cta .c-form input {
    border: 0;
    border-radius: 100px;
    background-color: white;
    width: 100%;
    padding-left: 20px !important;
}

div.contactform p label, div.thelogin p label {
    display: block;
    color: #666;
    font-size: .7em;
    padding: 0px 0 0 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


#worksheets .c-bgcolor-radius {
background-color: #eceef1;
}

.c-worksheets-boxy {
    background-color: white;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    margin: 30px;
}

#worksheets .col-md-5 {
    position: sticky;
    top: 100px;
}

#gold-partners .c-content-boxy, #silber-partners .c-content-boxy, #bronze-partners .c-content-boxy, #verbande .c-content-boxy, #zusammenarbeit .c-content-boxy, #kooperationspartner .c-content-boxy {
    padding: 50px 20px 0px 20px;
}

#contenttop #gold-partners h2, #contenttop #silber-partners h2, #contenttop #bronze-partners h2, #contenttop #verbande h2, #contenttop #zusammenarbeit h2, #contenttop #kooperationspartner h2, #contenttop #gold-partners h2 {
    margin: 0;
    padding: 0;
}

#gold-partners .c-bgcolor-radius, #silber-partners .c-bgcolor-radius, #bronze-partners .c-bgcolor-radius, #verbande .c-bgcolor-radius, #zusammenarbeit .c-bgcolor-radius, #kooperationspartner .c-bgcolor-radius {
    padding-bottom: 30px;
}

.c-contact-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: lightgrey;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.c-contact-email-button {
    background-color: #00ccbe;
    display: inline-block;
    padding: 10px;
    border-radius: 30px;
}

.c-contact-email-button a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

@media (max-width: 990px) {
.contactform {
    max-width: 100%;   
}
}.c-newlogo {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 190px;
    transform: translate(-50%, 0%);
}


.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/047a118903c841767f1e41bfa9d8fdc2e0ec7fd3.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}


.mobile-header {
    height: auto;
    min-height: 90px;
}

#mobile-header button {
    color: white;
    font-size: 16px;
    padding: 10px;
    background-color: #ff5776;
    border-radius: 30px;
}


.header__menu-toggle {
    width: auto;
    height: auto;
}

.side-nav__hide {
    width: auto;
    height: auto;
    background-color: #ff5776;
    padding: 10px;
    border-radius: 50%;
}

/* =================== */
/* ALLAGES AUGUST 2025 */

#mobile-header button span {
    display: none;
}


#mobile-header button:after {
    content: "Menü";
    font-size: 20px;
}

@media (max-width: 768px) {

#mobile-header button:after {
    font-size: 16px;
}
}

/* END ALLAGES AUGUST 2025 */
/* =================== */.c-newsletter {
padding-top: 0px;
padding-bottom: 0px;
width: 100%;
margin: auto;
}

.c-newsletter h2 {
    font-size: 22px;
    font-weight: 800;
    color: #2a3157;
    font-family: 'Poppins', sans-serif
}

.c-newsletter .mc-field-group label {
  margin-top: 12px;
  margin-bottom: 4px;
}

.c-newsletter input#mc-embedded-subscribe.button {
  margin-top: 8px;
}



.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #2a3157;
font-family: 'Poppins', sans-serif;
}



.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

/* BUTTON */

.c-newsletter form .submit button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
}

.c-newsletter form .submit button:hover {
    background-color: #00ccbd;
}

.c-newsletter form .submit button::after {
    content: '\e163';
    font-family: 'Material Symbols Outlined';
    margin-top: 0;
    font-size: 19px;
    position: absolute;
    right: 19px;
    top: 18px;
    margin-left: 10px;
    transition: all 0.3s;
    transform: rotate(-45deg);
}

.c-newsletter form .submit button:hover::after {
    right: 10px;
    top: 10px;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#topbanner {
    height: 0px;
}
#topmenu {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9dd;
}




/* BUTTON */

#topbanner a.c-button-topbanner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 60;
    height: 100px;
    min-width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #00ccbe;
}

#topbanner a.c-button-topbanner:hover {
    background-color: #00ccbd;
}

#topbanner a.c-button-topbanner::after {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}


#topbanner a.c-button-topbanner:hover::after {
right: -10px;
}

#topbanner a.c-button-topbanner:before {
    content: '';
    border-bottom: 2px solid white;
    position: absolute;
    width: 2px;
    height: 2px;
    left: 165px;
    margin-top: 13px;
    transition: all 0.3s;
}

#topbanner a.c-button-topbanner:hover:before {
    width: 10px;
}

div.topmenu ul li {
    border-radius: 5px;
}


/* ABOVE TOP BANNER */

#abovetopbanner .htmlbox {
float: initial;
}

#abovetopbanner .htmlbox p {
    margin-bottom: 0;
    line-height: 1.2;
   color: white;
font-size: 14px;
letter-spacing: 1px;
    text-transform: uppercase;
}

.c-nobreak {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 1280px) {
#contenttop h1.c-title-xl {
    font-size: 40px;
    margin: 20px auto 50px auto;
    max-width: 860px;
}
}

@media (max-width: 1100px) {
.c-detail-quickinfo-box {
padding-left: 10px;
padding-right: 10px;
}
}

@media (max-width: 990px) {
.c-partners-section h1{
width: 100%;
}

#contenttop h1.c-title-lg {
font-size: 30px;
}

#contenttop h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 1;
}

/* FILTRA GIA TA TAGS */

.aboveitems .filter_opt a {
    font-size: 12px;
    margin-right: 7px;
}

/* ============== */

.c_detail_modal .close_button, .vp_morevideos_modal .close_button {
    left: 20px;
    top: 20px;
}

.c_detail_modal .slick-slider {
   height: 100vh;
   height: var(--doc-height);
}

#content {
    padding-left: 15px;
    padding-right: 15px;
}

#innercontent {
    padding-left: 0px;
    padding-right: 0px;
}

.slider-arrows {
    bottom: 20px;
}
.slider-arrow-left {
    bottom: 90px;
}

button.slider-arrows.slider-arrow-right.slick-arrow::after, button.slider-arrows.slider-arrow-left.slick-arrow::after {
font-size: 14px;
bottom: -15px;
}

.c-slider-top .slick-current.c-slide-lg:before, .c-slider-top .slick-current.c-slide-lg::after {
opacity: 0 !important;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left {
    bottom: auto;
    top: calc(50% - 40px);
}
.vp_morevideos_modal .slick-vertical .slider-arrow-right {
    bottom: auto;
    top: calc(50% + 40px);
}

.c-footer .col-md-2, .c-footer .col-md-3{
margin-top: 40px;
}

.c-main-container {
    padding: 50px 20px;
    margin-top: 50px;
}

}

/* QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */
@media (min-width: 769px) {
.c-sayhello-mobile, .c-wishlist-mobile, .c-title-share-mobile {
display: none;
}

div.items div.detail .boxy.c-mobileinfo {
display: none;
}

}
/* END QUICK INFO MOBILE VERSION - HIDE THE MOBILE VIEW */

@media (max-width: 768px) {

/* QUICK INFO MOBILE VERSION */

.c-detail-quickinfo-container div {
    width: 100%;
}

.c-sayhello-desktop, .c-wishlist-desktop {
display: none;
}

.c-detail-quickinfo-icons {
border-right: 0px;
    text-align: center;
}

.c-detail-quickinfo-container {
    margin: -30px 15px 0px 15px;
}

.c-detail-quickinfo-inner {
    width: 100%;
}

.c-quickinfo-mobile-boxes {
    padding: 15px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box {
    width: 90%;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile {
    background-color: #ff5776;
    text-align: center;
    border-radius: 5px;
}

.c-quickinfo-mobile-boxes .c-sayhello-mobile.c-sayhello a {
    color: white;
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.c-quickinfo-mobile-boxes .c-detail-quickinfo-box.c-wishlist-mobile {
width: auto;
}

.c-quickinfo-mobile-boxes .c-heart-wishlist {
    display: flex;
    align-items: center;
}

.c-title-share-mobile {
    white-space: nowrap;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 0px;
    margin-left: 15px;
}

/* END QUICK INFO MOBILE VERSION */

#contenttop h1.c-title-lg.c-title-logo span:before, #contenttop h1.c-title-lg span.c-title-logo span:before {
    width: 4px;
    height: 4px;
    left: 13px;
    top: 5px;
}

}.chatbot_assistant.bubble > h4::before {
   width: 40px;
   height: 40px;
}

.chatbot_assistant.bubble > h4::after {
   width: 43px;
   height: 43px;
}

/* NEES ALLAGES */
@media (max-width: 768px) {
.modalactive .fixed_chatbot_icon {
    bottom: 45%;
}
.fixed_chatbot_icon .chat_icon {
    width: 60px;
    height: 60px;
}
}

/* END NEES ALLAGES */.chatbot_assistant {
    position: relative;
    max-height: calc(100% - 120px);
}

.messages .bot p {
    line-height: 1.4em;
}

.chatbot_assistant > h4 {
    position: relative;
    top: 0;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 25px 25px 0px 0px;
    font-size: 12px;
    font-weight: 600;
}

.chatbot_assistant > h4::before {
   content: '';
   display: block;
   width: 60px;
   height: 60px;
   background-image: url('/cache/files/fd70d03e29c817f095c5adf9f6fcb8dd81ea4113.svg');
    margin: 0 auto 10px;
    background-size: contain;
}

.chatbot_assistant > h4::after {
    content: '';
    display: none;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 51%;
    background-image: url('/cache/files/4c18ab35c9c3113c7f14d60dbef48067dbdbfe5f.svg');
    margin: 0 auto 10px;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chatbot_assistant.thinking > h4::after {
   animation: icon-rotate 1s infinite linear;
   display: block;
}

.chatbot_assistant .chatbot_container {
    border-radius: 0 0 25px 25px;
    display: flex;
    flex-direction: column;
    padding: 1em;
}

.chatbot_assistant .messages {
    height: auto;
    padding-bottom: 0px;
}

.chatbot_assistant form.prompt-form {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
padding: 10px 15px;
}

.chatbot_assistant form.prompt-form span.charcounter {
    font-size: 10px;
    bottom: -15px;
    right: 15px;
}
.chat_disclaimer {
    font-size: 9px;
    position: relative;
    top: 0px;
    padding-top: 10px;
}

.close_chat_button {
    border: 0;
}


/* NEES ALLAGES */

.chatbot_assistant .chatbot_container {
    height: 100%;
}

.chatbot_assistant .messages {
    height: 100%;
max-height: 50vh;
}

.chatbot_assistant {
    height: 100%;
    margin-top: 20px;
}

#contenttop .chatbot_assistant h3, #belowcontent .chatbot_assistant h3 {
    color: #2a3157;
    font-size: 16px;
}
#contenttop .chatbot_assistant h3 a, #belowcontent .chatbot_assistant h3 a {
    color: #2a3157;
}

#contenttop .chatbot_assistant p a, #belowcontent .chatbot_assistant p a {
    font-size: 14px;
    text-decoration: none;
    color: #2a3157;
    background-color: rgb(42 49 87 / 15%);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
}


.chatbot_assistant button.scrollToBottom {
 bottom: calc(12% + 60px);
    background-color: #00ccbe;
    color: white;
    border: 0;
}

.actionbuttons {
    border: 0;
}

.chatbot_assistant .new_chat {
    font-size: 20px;
    line-height: 0;
    padding: 10px;
    background-color: #ff5876;
    top: 20px;
}

.chatbot_assistant .new_chat span {
    font-size: 20px;
}


@media (max-width: 768px) {
.chatbot_assistant .new_chat span {
    font-size: 16px;
}
.chatbot_assistant .new_chat {
    top: 10px;
}
}

.chatbot_assistant .messages > ul > li {
    overflow-wrap: anywhere;
    word-wrap: break-word;
    hyphens: auto;
}

.chatbot_assistant .messages > ul > li.user {
    background-color: #2a3056;
}

/* END NEES ALLAGES */
.vp_morevideos_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(240,240,240);
    color: #2a3056;
    border: 1px solid transparent;
    opacity: 0;
    z-index: -1;
    transition:  .5s opacity;
    font-size: 1.2em;
    font-weight: 600;
}

.vp_morevideos_button.active {
    opacity: 0.8;
    z-index: 2;
}

.vp_morevideos_button:hover {
    border-color: #666;
}

.vimeo_player_container {
    position: relative;
    height: 100vh;
    height: var(--doc-height);
    z-index: 2;
}

.vimeo_player {
    position: relative;
    height: 100%;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.vimeo_player_list_container .vimeo_player {
  border-radius: 25px;
}

.morevideosvimeo {
    max-width: 660px;
}

/*.morevideosvimeo:before {
    content: 'MORE VIDEOS';
    font-size: 22px;
    font-weight: 800;
    color: #2a3056;
    margin-bottom: 0;
    display: block;
}*/

.vp_morevideos_modal {
    background-color: #272727;
}

.morevideosvimeo .vimeo_player_morevideos a {
    width: calc(33.33% - 2px);
}

.vp_morevideos_modal .slider-arrows {

}

.vp_morevideos_modal .slider-arrow-right {

}

.vp_morevideos_modal .slider-arrow-left {

}

@media (max-width: 768px) {
.morevideosvimeo .vimeo_player_morevideos a {
    width: calc(50% - 2px);
}
.vp_morevideos_button {
    top: 20%;
    width: 100%;
}

}@media (min-width: 991px) {
.c-leftboxy.c-modal-slide .linkto {
display: none;
}
}

/* FIX KENA SLIDER */

.slick-vertical .slick-slide {
    border: 0px solid transparent;
}

.slick-vertical .slick-track {
transform: translate3d(0px, 0px, 0px);
}

/* ============= */

/* CLOSE BUTTON */

.c_detail_modal .close_button::after {
content: 'Schliessen';
    font-family: 'Poppins', sans-serif;
    position: absolute;
    display: block;
    bottom: -20px;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

@media (max-width: 990px) {
.c_detail_modal .close_button span::after {
    display: block;
}
}

.c_detail_modal .close_button, .vp_morevideos_modal .close_button {
    left: 20px;
    top: 20px;
}

.c_detail_modal .close_button span, .vp_morevideos_modal .close_button span {
    background-color: white;
    color: #272727;
    font-size: 26px;
}

.c_detail_modal .close_button .fa.fa-close {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}

.c_detail_modal .close_button span:before {
    content: "\e5cd";
    font-family: 'Material Symbols Outlined';
}

/* BACKGROUND XRWMA STO RIGHTBOXY & MODAL */

.c_detail_modal {
background-color: #272727;
}

.c_detail_modal .c-rightboxy {
background-color: white;
    height: 100vh;
    height: var(--doc-height);      
    overflow-y: scroll;   
}

.c_detail_modal div.items div.item {
    margin-bottom: 0;
}

.c_detail_modal div.items div.itemcontent {
padding-bottom: 0;
}


/* MORE VIDEOS MODAL */

.vp_morevideos_modal .close_button::after {
content: 'back';
    font-family: 'Poppins', sans-serif;
    position: absolute;
    display: block;
    bottom: -20px;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.vp_morevideos_modal .close_button .fa-arrow-left:before {
    content: "\e5c4";
    font-family: 'Material Symbols Outlined';
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}:root {
 --doc-height: 100%;
}

.c_detail_modal {
 height: 100vh; /* fallback for Js load */
 height: var(--doc-height);
}

.c_detail_modal .content {
height: 100%;
}/* QUICK INFO ICONS */

.c-quick-icon a, .c-quick-icon span {
    display: block;
    text-decoration: none;
}

.c-quick-icon a {
margin: 0 10px;
}

.c-quick-icon.c-icon-phone .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

.c-quick-icon.c-icon-globe .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 500,  'GRAD' 0,  'opsz' 48;
  color: #fdb913;
}

.c-quick-icon.c-icon-location .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 48;
    color: #00ccbe;
}

.c-heart-wishlist .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 800, 'GRAD' 0, 'opsz' 48;
    color: #ff5776;
}

.c-heart-wishlist:hover .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 48;
}

/* ===== */

.c-detail-quickinfo-container, .share_link_detail {
color: #2a3056;
}

.c-detail-quickinfo-container {
    margin: 0 auto;
    margin-top: -30px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.c-detail-quickinfo-container div {
    line-height: 1.2em;
}

.c-detail-quickinfo-inner {
    display: flex;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 10px;
    position: relative;
    background-color: white;
}

.c-detail-quickinfo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.c-detail-quickinfo-box {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid rgb(0 0 0 / 20%);
}

.c-detail-quickinfo-box:last-child {
    border-right: 0px;
}

.c-detail-quickinfo-box p {
    margin-bottom: 0px;
    line-height: 1em;
}

.c-sayhello a {
    color: #ff5776;
    font-weight: 800;
    text-decoration: none;
}

.c-hr-name {
    text-align: left;
}

.c-hr-name p {
    font-weight: 800;
}

.c-hr-name span {
    font-size: 0.9em;
    display: block;
    line-height: 1.6em;
    font-weight: 400;
}

/* ========== */

.share_link_detail {
    background-color: #efefef;
    margin: 15px auto;
    border-radius: 10px;
    position: relative;
    width: fit-content;
    border: 1px solid transparent;
}

.share_link_detail:hover {
    border-color: #666;
}

.share_link_detail span.text {
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 10px;
    color: #2a3056;
    margin-left: 8px;
}

.share_link_detail a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #2a3056;
    display: flex;
}

.share_link_detail a .material-symbols-outlined {
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
  color: #2a3056;
}.c_detail_modal .dynpager_info {
    display: none;
}

.c_headerinfo {
    text-align: center;
}

.c-leftboxy {
background-color: #272727;
position: relative;
}

.c-leftboxy .linkto {
    position: absolute;
    bottom: 20px;
    bottom: 170px;
    right: 20px;
}

div.items .c-leftboxy div.linkto a {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.c-leftboxy .linkto span {
    font-size: 36px;
}

.c-rightboxy .group_add {
    background-color: #efefef;
}

div.items .c-rightboxy .group_add div.infoline {
margin-bottom: 0px;
padding-bottom: 10px;
}

div.items div.detail .c-rightboxy h3 {
background-color: #efefef;
margin-bottom: 0px;
padding-bottom: 50px;
font-weight: 800;
    font-size: 22px;
}

.c-rightboxy .group_add.c-logo-detail {
    padding-top: 50px;
}

@media (min-width: 991px) {
.c-rightboxy .group_add.c-logo-detail img {
    padding: 15px 30px;
    background-color: white;
    border-radius: 7px;
    margin: 0 auto;
    max-width: 200px;
    width: auto;
    height: 60px;
    object-fit: contain;
}
}

.c_headerinfo .c-logo-detail img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px;
    background-color: white;
    border-radius: 25px;
}


.c-rightboxy .group_add.c-tags-detail {
padding-bottom: 50px;
}
.c-rightboxy .group_add.c-tags-detail a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
}



/* JOB DETAILS NEW */

.c-job-details-container {
    padding-left: 20px;
    padding-right: 20px;
}

.c-jobdesc-box {
    margin-bottom: 30px;
    margin-top: 30px;
}

div.items div.contentboxy .c-jobdesc-box span.label {
    font-size: 2em;
    text-transform: uppercase;
    color: #2a3056;
    line-height: 1.6em;
    padding-left: 0;
}

.c-jobdetail-box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 60px;
}

.c-jobdetail-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-image: linear-gradient(180deg, #2a3157 19%, #fdb913 20%, #fdb913 39%, #00ccbe 40%, #00ccbe 59%, #ff5776 60%, #ff5776 79%, #2a3157 80%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.c-jobdetail-box::after {
 content: '';
    position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.c-jobdetail-box.c-duhast::after {
background-image: url('/cache/files/a66300aa88a484ac853a25f5fb8fb8c90dc55f18.png');
}

.c-jobdetail-box.c-hardfacts::after {
background-image: url('/cache/files/0841ff13c8d532d62008c703c1fb30803ea05d72.png');
}

.c-jobdetail-box.c-lohn::after {
background-image: url('/cache/files/77201de3e049c2d9e218e361c27236271140cd26.png');
}

div.items div.contentboxy .c-jobdetail-box span.label {
    font-size: 2em;
    text-transform: uppercase;
    color: #2a3056;
    line-height: 1.6em;
    padding-left: 0px;
    background-image: unset;
}

/* SLICK ARROWS NEW */

.c_detail_modal .slick-vertical .slider-arrows {
    bottom: calc(6% + 30px);
    bottom: 170px;
    right: auto;
    top: auto;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    left: 20px;
}

.c_detail_modal .slick-vertical .slider-arrow-left {
   bottom: calc(6% + 100px);
   bottom: 240px;
}

@media (min-width: 991px) {
.c_detail_modal .slick-vertical .slider-arrows {
    bottom: auto;
    top: calc(50% + 40px);
}
.c_detail_modal .slick-vertical .slider-arrow-left {
bottom: auto;
    top: calc(50% - 40px);
}
}

.c_detail_modal .slick-vertical .slider-arrows span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transform: rotate(90deg);
}

.c_detail_modal .slick-vertical .slider-arrow-right span:before {
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
}

.c_detail_modal .slick-vertical button.slider-arrows::after {
    content: 'next';
    position: absolute;
    bottom: -20px;
    color: white;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 14px;
}

.c_detail_modal .slick-vertical .slider-arrow-left span:before {
    content: "\e5c4";
    font-family: 'Material Symbols Outlined';
}

.c_detail_modal .slick-vertical button.slider-arrows.slider-arrow-left.slick-arrow::after {
    content: 'prev';
}


/* VIDEO TITLE & COMPANY LOGO MOBILE VIEW */

div.items div.detail .boxy.c-mobileinfo {
    position: absolute;
    bottom: 65px;
    width: 100%;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

div.items div.detail .boxy.c-mobileinfo h3 {
    line-height: 0.7;
margin-bottom: 7px;
}

div.items div.detail .boxy.c-mobileinfo h3 a {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail, div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail a {
    font-size: 12px;
    color: white;
}

/* TO KOYTI ME TA TAGS NA MIN XEPERNAEI TIS 3 GRAMMES */
div.items div.detail .boxy.c-mobileinfo .group_add.c-tags-detail {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
}
/* ============== */

div.items div.contentboxy div.infoline {
    margin: 0px;
    padding: 0px;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-logo-detail {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    float: right;
}

div.items div.detail .boxy.c-mobileinfo .group_add.c-logo-detail img {
    width: 100%;
    height: auto;
    max-width: 90px;
}

/* END VIDEO TITLE & COMPANY LOGO MOBILE VIEW */


/* DETAIL MORE VIDEOS - SIMILAR VIDEOS */
.morevideoscontainer {
    padding: 20px;
}

.morevideoscontainer .morevideos_title {
    font-weight: 700;
    font-size: 1.2em;
}


.morevideosvimeo .vimeo_player_morevideos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
}

.morevideosvimeo .vimeo_player_morevideos a {
    position: relative;
}

.morevideosvimeo .vimeo_player_morevideos a img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}


.morevideosvimeo .vimeo_player_morevideos a:before {
content: '';
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 15%);
position: absolute;
top: 0%;
left: 0%;
}

/* NEW DESIGN .morevideosvimeo .vimeo_player_morevideos a:before */
.morevideosvimeo .vimeo_player_morevideos a:before {
content: '';
width: 100%;
height: auto;
background-color: rgb(0 0 0 / 15%);
position: absolute;
top: 0%;
left: 0%;
aspect-ratio: 9/16;
}

.morevideositem .description, .vimeo_player_container .description {
    position: absolute;
    top: 0;
    color: white;
    left: 0;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 800;
    padding: 6px 10px;
    background-color: #ff5776;
    border-radius: 6px;
    line-height: 0.8;
    font-size: 12px;
}

.vimeo_player_container .description {
    top: 15px;
    right: 15px;
    left: auto;
}

/* ============== */

.morevideosvimeo .vimeo_player_morevideos a::after {
content: '';
width: 40px;
height: 40px;
background-image: url('/cache/files/4c92d1caa10896fb96b733b66fb186ea9c90f847.svg');
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* MORE VIDEOS MODAL */
.vp_morevideos_modal .slick-vertical .slider-arrows {
    bottom: calc(6% + 30px);
    bottom: 70px;
    right: auto;
    top: auto;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    left: 20px;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left {
    bottom: 140px;
}

.vp_morevideos_modal .slick-vertical .slider-arrows span {
    font-size: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transform: rotate(90deg);
}

.vp_morevideos_modal .slick-vertical .slider-arrow-right span:before {
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
}

.vp_morevideos_modal .slick-vertical button.slider-arrows::after {
    content: 'next';
    position: absolute;
    bottom: -20px;
    color: white;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 14px;
}

.vp_morevideos_modal .slick-vertical .slider-arrow-left span:before {
    content: "\e5c4";
    font-family: 'Material Symbols Outlined';
}

.vp_morevideos_modal .slick-vertical button.slider-arrows.slider-arrow-left.slick-arrow::after {
    content: 'prev';
}

/* DISABLED BUTTON */

.vp_morevideos_modal .slick-vertical .slick-disabled {
opacity: 0.3;
}

/* BIZ BUTTON DESIGN */

.c-biz-link {
margin-left: 30px;
margin-top: 50px;
margin-bottom: 50px;
}

.c-biz-link .button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 20px 25px 20px 25px;
    color: #3d3e42;
    margin: auto;
    min-width: 160px;
    height: auto;
    background-color: #2a3056;
    border-radius: 5px;
    position: relative;
    text-align: center;
    z-index: 1;
    border: 0px solid #2a3056;
    color: white;
    transition: all 0.3s;
background-image: none;
}

.c-biz-link .button:hover {
    background-color: #00ccbd;
background-image: none;
}

.c-biz-link .button::after {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 19px;
    position: relative;
    right: 0px;
    margin-left: 10px;
    transition: all 0.3s;
}

.c-biz-link .button:hover::after {
right: -5px;
}

.p_empty_placeholder {
    width: 27%;
    float: left;
    border-radius: 25px;
    overflow: hidden;
}

/* PROFESSIONS */

/* ===== BACK TO LIST BUTTON ===== */

#contenttop h1.pagetitle.hasbacklink.c-professions-back {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

#contenttop h1.c-professions-back a.backtocat {
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    background-color: #2a3157;
    color: white;
}

#contenttop h1.c-professions-back a.backtocat:before {
background-image: url('/cache/files/5046f7fcf9a2ab13e3de4ceb93ec33fb3ebdf16a.svg');
    position: relative;
    border: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(-135deg);
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* _______ END BACK TO LIST BUTTON _______ */

.c-professions .vimeo_player_container {
    max-height: calc(100vh - 250px);
    float: left;
    margin-right: 50px;
    width: 30%;
}

#contenttop .c-professions .itemcontent h3 {
    color: #2a3157;
    font-size: 36px;
    width: 70%;
}

.c-professions div#itemlistformod4466-parent4016 {
    position: relative;
}

.c-professions .vimeo_player {
    border-radius: 25px;
object-fit: cover;
}

.c-professions .photos.photos-3785.photos-3093 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}

.c-description-container {
    width: calc(50% - 50px);
    float: right;
    margin-right: 20%;
}

#contenttop .c-professions h2.header {
    margin-top: 150px;
}

/* PROFESSION DETAIL DESIGN */

.c-further-education {
    background-color: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px;
}

div.items div.contentboxy .c-further-education span.label {
    font-size: 18px;
    background-image: none;
    margin-bottom: 10px;
display: block;
    padding-left: 0;
}

.c-professions-items div.filter_iconsearch form {
    width: 100%;
}

.c-professions-items div.filter_iconsearch {
   margin-bottom: 30px;
}

.c-professions-items div.filter_iconsearch input {
width: 100%;
box-sizing: border-box;
border-radius: 50px;
    padding: 10px;
    padding-right: 40px;
}

div.horizontalitems.c-professions-items div.itemcontent {
border: 1px solid #cbcbcb;
    border-radius: 25px;
    padding: 10px;
}

div.horizontalitems.c-professions-items div.filter_iconsearch button {
    top: 9px;
    right: 11px;
}

#contenttop div.horizontalitems.c-professions-items div.list div.item h3 {
    font-size: 16px;
}

#contenttop div.horizontalitems.c-professions-items div.item {
    width: 50%;
}

/* =================== */
/* ALLAGES AUGUST 2025 */

#contenttop .c-professions .itemcontent h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.c-further-education {
    margin-top: 30px;
}

#contenttop .c-professions .c-description-container .photos.photos-3785.photos-3093 {
    width: calc(20% - 20px);
    position: absolute;
    padding: 0;
    top: 70px;
}

#contenttop .c-professions .c-description-container .photos.photos-3785.photos-3093 img {
    width: 100%;
    height: auto;
    object-position: left center;
    max-height: 150px;
    object-fit: contain;
}

@media (max-width: 990px) {
#contenttop .c-professions .c-description-container .photos.photos-3785.photos-3093 img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-top: 20px;
        object-position: left center;
}
}

.group_add.c-specializations {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
    margin-bottom: 20px;
    float: right;
    margin-top: 30px;
}

.group_add.c-specializations > div {
   max-width: 768px;
}

.group_add.c-specializations span.label {
    font-weight: bold;
    font-size: 18px;
    color: #ff5776;
    display: block;
}

@media (max-width: 768px) {
#contenttop .c-professions .c-description-container .photos.photos-3785.photos-3093 {
    width: 50%;
    position: relative;
    padding: 0;
    top: 0px;
}
}

.group_add.c-profession-link {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
}

div.items .c-rightboxy .group_add.c-profession-link div.infoline {
    padding: 10px;
}

div.items .c-rightboxy .group_add.c-profession-link div.infoline span.label {
background: none;
}

/* END ALLAGES AUGUST 2025 */
/* =================== */


@media (max-width: 768px) {
#contenttop .c-professions .itemcontent h3 {
    font-size: 24px;
    width: 100%;
}

.c-professions .photos.photos-3785.photos-3093 {
    width: 100%;
    padding-right: 30px;
    position: relative;
}

.c-professions .vimeo_player_container {
    max-height: calc(100vh - 250px);
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.c-description-container {
    width: 100%;
    float: right;
    margin-right: 0;
}
#contenttop .c-professions h2.header {
    margin-top: 50px;
}

.professions-faqs.faqs {
    flex-direction: column;
    margin-top: 50px;
}

.professions-faqs.faqs span.label {
    font-size: 24px;
    width: 100%;
    margin-right: 0;
}

.professions-faqs.faqs div.value {
    width: 100%;
}

#belowsite {
    margin-top: 50px;
}

}.share_link_list {
/*    position: absolute; ALLAGI */
    position: relative;
z-index: 30;
right: 20px;
/* bottom: 94px; ALLAGI */
    right: 22px;
/*    bottom: 110px; ALLAGI */
    pointer-events: all;
}

.share_link_list a {
color: white;
}

div.horizitemboxy .delimiter {
    background-color: #efefef;
    background-color: white;
}

div.horizontalitems div.item div.photos,
#contenttop div.horizontalitems div.item div.photos img {
    width: 100%;
    object-fit: cover;
    background-color: #efefef;
    aspect-ratio: 9/16;
    border-radius: 25px;
}

.vimeo_player_list_container video[poster]{
    object-fit: cover;
}

div.horizontalitems .horizitemboxy {
    border: 0px solid #dedede;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.c-videothumb {
    display: flex;
    text-align: left;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 10px;
    position: relative;
    z-index: 30;
    background-image: linear-gradient(rgba(42, 49, 87, 0));
    justify-content: space-between;
}

#contenttop .c-videothumb h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

div.list .c-tags-detail {
font-size: 14px;
color: #777777;
padding-right: 10px;
}

div.list .c-tags-detail a {
color: #777777;
text-decoration: none;
}

div.list .c-logo-detail {
    width: 70px;
    height: 70px;
    background-color: white;
    display: flex;
    align-items: center;
    align-items: flex-start;
    border-radius: 5px;
    margin: 10px;
    justify-content: center;
}


/* FAVORITE ICON - WISHLIST */
div.horizontalitems div.group.c-favorite-heart {
    min-height: auto;
    line-height: 1;
/*    position: absolute; ALLAGI */
    position: relative;
/*    bottom: 60px; ALLAGI */
    right: 0;
/*    bottom: 75px; ALLAGI */
    right: 3.5px;
    z-index: 30;
    pointer-events: all;
}

div.items div.group.c-favorite-heart a {
    padding-top: 0;
    padding-bottom: 0;
}

div.horizontalitems div.group.c-favorite-heart .material-symbols-outlined {
  font-variation-settings:  'FILL' 0,  'wght' 800,  'GRAD' 0,  'opsz' 48;
transition: 0.3s;
}

div.horizontalitems div.group.c-favorite-heart:hover .material-symbols-outlined {
color: #ff5876;
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

div.horizontalitems div.group.c-favorite-heart.active .material-symbols-outlined {
color: #ff5876;
  font-variation-settings:  'FILL' 1,  'wght' 800,  'GRAD' 0,  'opsz' 48;
}

/* END FAVORITE ICON - WISHLIST */

/* INFO ICON - LINK TO DETAIL */

div.horizontalitems div.linkto {
/*    position: absolute; ALLAGI */
    position: relative;
    min-height: auto;
/*    bottom: 20px; ALLAGI */
    right: 0;
    margin: 0;
    pointer-events: all;
    z-index: 30;
}

div.linkto span {
    pointer-events: none;
}

div.horizontalitems div.linkto span.material-icons, div.horizontalitems .material-symbols-outlined {
    font-size: 24px;
}

div.horizontalitems div.linkto span.material-icons {
    font-size: 40px;
    color: #00ccbe;
}


/* END INFO ICON - LINK TO DETAIL */

/* OVERLAY GRADIENT STO ITEM */

div.list div.item .infoboxy {
position: relative;
}

div.list div.item .c_overlay_boxy {
position: absolute;
    height: auto;
    min-height: 450px;
    width: 100%;
    aspect-ratio: 9/16;
    background-image: linear-gradient(0deg, rgb(42 49 87) 0%, transparent 40%);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    pointer-events: none;
}

.editoptionsmode div.list div.item .c_overlay_boxy {
   position: static;
   pointer-events: all;
}



/* FILTRA GIA TAGS */

.aboveitems .filter_opt {
    padding: 0px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}

.aboveitems .filter_opt a {
    font-size: 14px;
    color: #8f8f8f;
    border: 1px solid #8f8f8f;
padding: 5px 5px;
border-radius: 5px;
    margin-right: 10px;
transition: 0.3s;
user-select: none;
width: fit-content;
}

.aboveitems .filter_opt a.selected {
    background-color: #2a3157;
    color: white;
position: relative;
    border: 1px solid #2a3157;
}

.filter_opt a.selected::after {
    content: ' ';
}

.aboveitems .filter_opt a:hover {
    background-color: #2a3157;
    border: 1px solid #2a3157;
    color: white;
}

.aboveitems .filter_opt a.disabled{
    opacity: 0.4;
cursor:not-allowed;
pointer-events: all;
}

.aboveitems .filter_opt a.disabled:hover {
    color: #8f8f8f;
    background-color: white;
    border: 1px solid #8f8f8f;
}

/* ============ */


/* VIEW FILTRO ME CLOSE - X */
/*
.filter_opt a.selected::after {
    content: 'x';
    position: absolute;
    top: -12px;
    right: 0;
    background-color: #00ccbe;
    width: 18px;
    height: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
} */


@media (max-width: 990px) {

/* PLAY BUTTON */

div.horizontalitems div.item div.photos a:before {
    font-family: 'Material Symbols Outlined';
    content: "\e037";
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: rgb(255 255 255 / 20%);
    font-size: 30px;
    line-height: 1em;
    font-variation-settings: 'FILL' 1;
    border-radius: 5px;
transition: 0.3s;
    display: none;
}

div.horizontalitems div.item div.photos:hover a:before {  
background-color: rgba(255, 87, 118, .8);
}

div.horizontalitems div.item div.photos a::after {
    content: "VIEW VIDEO";
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    left: 60px;
    color: white;
    font-size: 12px;
    line-height: 1em;
    max-width: 60px;
    text-align: left;
    font-weight: 800;
    display: none;
}
}

#contenttop div.items.horizontalitems div.list .c-videothumb h3 {
    font-size: 14px;
    letter-spacing: -0.5px;
}


/* NEW LIST VIEW 2025 */


.c_overlay_boxy > div:nth-child(1) {
    height: 100%;
}

.overlay-icons {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}

div.list div.item .c_overlay_boxy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

div.horizontalitems div.group.c-favorite-heart {
    right: 0;
}

div.horizontalitems .overlay-icons div.group a {
    text-align: right;
}

.share_link_list {
right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.share_link_list a {
    color: white;
    padding: 12px;
    line-height: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

div.horizontalitems div.group.c-favorite-heart a {
    color: white;
    padding: 12px;
    line-height: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

div.items div.horizontalitems .overlay-icons div.linkto a, div.items.horizontalitems .overlay-icons div.linkto a {
    color: white;
    padding: 12px;
    line-height: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

div.horizontalitems div.linkto span.material-icons {
    font-size: 24px;
    color: white;
}

div.horizontalitems div.group.c-favorite-heart {
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

div.horizontalitems div.linkto {
    position: absolute;
    top: 10px;
    right: 10px;
}

#contenttop div.items.horizontalitems div.list .c-videothumb h3 {
   color: white;
    padding: 0 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 400;
    width: 100%;
}

#contenttop div.items.horizontalitems div.list .c-videothumb h3 a {
   color: white;
}

div.list .c-logo-detail {
    border-radius: 10px;
    overflow: hidden;
}

div.list .c-logo-detail > div {
    height: 100%;
}

div.list .c-logo-detail > div span {
    display: block;
    height: 100%;
}

div.list .c-logo-detail > div span img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.vimeo_player_list_container {
    top: 0;
    left: 0;
}

.professions-faqs.faqs span.label {
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    text-align: left;
    width: 30%;
    margin-right: 10%;
    color: #2a3056;
}

.professions-faqs.faqs {
    display: flex;
    flex-direction: row;
    margin-right: 0px;
    margin-top: 150px;
}

.professions-faqs.faqs div.value {
    width: 60%;
}

#contenttop .c-professions .itemcontent h3.faqHeader {
   width: 100%;
font-size: 20px;
    font-weight: 400;
    color: #2A3056;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
    line-height: 1;
    margin-bottom: 0px;
    user-select: none;
}

/* ====== END NEW LIST VIEW 2025 ======== */

/* ============== */
/* ====== ALLAGES AUGUST 2025 ======== */

.c-professions-items .filter {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

div.list .c-logo-detail {
    padding: 5px;
    box-sizing: border-box;
}

div.horizontalitems.c-professions-items div.itemcontent {
    padding: 0px;
    border: 0px solid #cbcbcb;
}

div.horizontalitems div.item h3 {
    padding: 0px;
}

#contenttop div.horizontalitems.c-professions-items div.list div.item h3 a {
   display: block;
    padding: 15px;
    border: 1px solid #cbcbcb;
    border-radius: 25px;
    transition: 0.3s;
    background-color: transparent;
}

#contenttop div.horizontalitems.c-professions-items div.list div.item h3 a:hover {
    background-color: #eeeeee;
}

/* ====== END ALLAGES AUGUST 2025 ======== */
/* ============== */

@media (max-width: 768px) {

.professions-faqs.faqs div.value {
    width: 100%;
}


.professions-faqs.faqs {
    flex-direction: column;
    margin-top: 50px;
}

.professions-faqs.faqs span.label {
    font-size: 24px;
    width: 100%;
    margin-right: 0;
}

}.pager {
    text-align: center;
    padding: 20px;
}

.pager_foundinfo {
font-weight: 800;
margin-bottom: 10px;
}

.pagetext {
    margin-right: 10px;
}

.pager .pager_pagecount a.currentpage {
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.pager .pager_pagecount a.nextpage {
    width: 20px;
    display: inline-block;
    aspect-ratio: 1/1;
    background-color: #ff5776;
    color: white;
    padding: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

.pager .pager_pagecount a.previouspage {
    width: 20px;
    display: inline-block;
    aspect-ratio: 1/1;
    background-color: #ff5776;
    color: white;
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
}div.horizontalitems div.linkto.c-chat-icon, .modal_details .items .linkto.c-chat-icon {
    bottom: auto;
    top: 10px;
    left: 10px;
    right: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}

.modal_details .items .c-modal-slide .linkto.c-chat-icon {
   left: auto;
   right: 20px;
   bottom: auto;
   top: 10px;
}

.modal_details .items .c-modal-slide .linkto.c-chat-icon a:before {
    top: 12px;
    left: -2px;
}

div.items.horizontalitems .overlay-icons div.linkto.c-chat-icon a {
border-radius: 20px;
    padding: 6px 12px;
}

div.items.horizontalitems .overlay-icons div.linkto.c-chat-icon a {
    position: relative;
    border-radius: 20px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

div.items div.linkto.c-chat-icon a:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: red;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 17px;
    right: auto;
    left: 7px;
    opacity: 0;
    animation: blinking-dot 2s infinite;
}

@keyframes blinking-dot {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}

div.horizontalitems div.linkto.c-chat-icon span.material-icons {
    font-size: 30px;
    color: white;
}

div.horizontalitems div.linkto.c-chat-icon span {
font-weight: 800;
    font-size: 13px;
    line-height: 1.2em;
    display: inline-block;
}


/* MOBILE */

.modal_details .items .linkto.c-chat-icon {
    bottom: 200px;
}

.modal_details .items .linkto.c-chat-icon span.linkto_value {
font-weight: 800;
    font-size: 13px;
    line-height: 1.2em;
    display: inline-block;
}

.chat .ismoderator,
.chat .moderator-logout {
    visibility: hidden;
}

.chat.moderator-active .ismoderator,
.chat.moderator-active .moderator-logout {
    visibility: visible;
}

/* CHAT DESIGN */

.chat_admin_opts {
    padding: 10px;
}

.chat {
    padding: 10px 10px 20px 10px;
}

.chat .messages {
    border: 1px solid rgb(0 0 0 / 35%);
    background-color: #f3f3f3;
    border-radius: 5px;
}

.chat input, .chat textarea {
border-radius: 5px;
}

.chat .messages ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: flex-start;
}

.chat .messages ul li {
    padding: 5px 10px;
    background-color: #ffffff;
    margin: 5px 0;
    border-radius: 7px;
    display: inline-block;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}

.chat .toggle-moderator-button {
    position: relative;
    margin-top: 0em;
}

.chat .send-button {
    float: right;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    background: #00ccbe;
    color: white;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
    border: 0px;
    transition: 0.3s;
}

.chat .send-button::after {
content: '';
display: inline-block;
background-image: url('/cache/files/db2e134ec264117f173c1bd40ced2718285bea62.svg');
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.chat .send-button:hover {
    background-color: #ff5776;
}

.hightrafficmsg {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid #ff5776;
    border-radius: 5px;
    background-color: #ff5776;
    color: white;
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

.hightrafficmsg span {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

.hightrafficmsg span::before {
    content: '';
    display: inline-block;
    background-image: url('/cache/files/b242e74d283ea780147dfa2b4b398c485db020d8.svg');
    min-width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.toggle-moderator-button {
    line-height: 0;
}

.toggle-moderator-button::before {
    content: '';
    display: inline-block;
    background-image: url('/cache/files/17857da08b741271451c50218d5283c0c89a2e58.svg');
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.chat button, .chat_admin_opts button {
background-color: #2a3056;
    border-radius: 5px;
    border: 0;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
}

.scrolltobottom button {
    font-size: 12px;
}div.theitems .dynpager_info {
    width: 100%;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-weight: 600;
}

div.dynpager_content button {
    display: block;
    min-width: 200px;
    border: 0px;
    background-color: #ff5776;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    transition: 0.3s;
}

div.dynpager_content button:hover {
    background-color: #00ccbe;
}.scroll-button {
    padding: 0px;
    aspect-ratio: 1/1;
    width: auto;
    height: 101%;
    background-color: white;
    z-index: 1;
}

.scroll-button:hover {
    background-color: white;
}

.scroll-button span {
    padding: 0px;
    aspect-ratio: 1/1;
    width: 30px;
    height: auto;
    background-color: rgb(255 87 118);
    z-index: 1;
    display: block;
    border-radius: 50%;
    line-height: unset;
    position: relative;
}

.scroll-button:hover span {
    background-color: #00ccbe;
}

.scroll-right-button:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    left: -50px;
    background-image: linear-gradient(-90deg, white 30%, transparent);
    z-index: -1;
    top: 0;
}

.scroll-left-button:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
    position: absolute;
    right: -50px;
    background-image: linear-gradient(90deg, white 30%, transparent);
    z-index: -1;
    top: 0;
}

@media (max-width: 768px) {
.scroll-button {
display: none;
}
}.modal_chat-approval-modal .inner {
    width: 90%;
    box-sizing: border-box;
}

.modal_chat-approval-modal .inner .content {
    width: 100%;
}

.modal_chat-approval-modal .inner .inputplaceholder {
    margin-top: 10px;
}

.modal_chat-approval-modal .inner .message-input {
    width: 100%;
    box-sizing: border-box;
    min-height: 200px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 4px;
}

.modal_chat-approval-modal .buttonplaceholder {
   text-align: right;
}

.modal_chat-approval-modal .buttonplaceholder button {
    background-color: #2a3056;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}