.header-bgk-webinars {
    background-image: url('/assets/hfappnew/websites/main/inside-pages/learn-to-trade/webinars/images/webinars.webp');
    background-size: cover;
    background-repeat: no-repeat !important;
}

body.body-lang-rtl .slider-arrows button {
    transform: rotateY(180deg);
}
.swiperFilters .swiper-slide {
    width: auto!important;
}
.swiperFilters .rounded-3 {
    border-radius: 10px!important;
    cursor: pointer;
}
.filters-row {
    height: auto!important;
}
.swiper-slide.active {
    outline: 1px solid grey;
}
.swiper-button-disabled {
    opacity: 0.3;
}
@media (min-width: 991px) {
    .swiper-slide:hover {
        outline: 1px solid grey;
    }
}

@media (max-width: 900px) {

    .bg-white-countries {
    background-color:transparent;}
    .header-bgk-webinars {
        background-image: url('/assets/hfappnew/websites/main/inside-pages/learn-to-trade/webinars/images/webinars-mob.webp');
        background-size: cover;
        background-repeat: no-repeat !important;
    }
}

html, body {width: auto!important; overflow-x: hidden!important}

.box-pd {
    padding: 22px;
}

.btn-width {
    width: 130px; /* Adjust as per your design */
}

select.form-control {
    /* color: white !important; */
    border-radius: 0.42rem;
}

.custom-select-wrapper, .custom-select-wrapper-mobile {
    position: relative;
    display: inline-block;
    width: 75%;
    user-select: none;
}

.custom-select, .custom-select-mobile {
    position: relative;
    display: block;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    padding-left:5px;
}

.cursor {
    cursor: pointer!important;
}

.custom-select-trigger, .custom-select-trigger-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.custom-select-trigger .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.custom-select-trigger-mobile .arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
}

.custom-options, .custom-options-mobile {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.custom-option, .custom-option-mobile{
    cursor: pointer;
    color:black;
}

.breadcrumbs {
    background: #FFFFFF;
}


section.registration-form {
    padding: 0;
}
.prize-text-colour {
    color:#CFA24B;
}

a.btn-form {
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;


}

.more-content {
    display: none;  /* Initially hidden content */
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth fade transition */
}

.more i {
    transition: transform 0.3s ease; /* Smooth icon rotation */
}


.btn-form {
    background: #ffffff!important;
    color:grey!important;
    border-bottom: 1px  #f4f4f4 solid;
    box-shadow: none;
}
a.btn-form.active {
    background: #ffffff!important;
    color:black!important;
    border-bottom: 1px white solid;
}


.red-link a {
    color:#cd0511!important;
}

a.btn-form:hover {
    color:black!important;
}
.btn-form.active:focus {
    box-shadow: none;
}
input.form-control, select.form-control {
    color: dimgrey !important;
}
.form-control::placeholder {
    color:dimgrey!important;
}
.font-size-60 {
    font-size:60px!important;
    line-height:60px!important;
}
.font-size-14 {
    font-size: 14px !important;
}
.rounded-top {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.chatbox-popup__header.rounded-top{
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rounded-bottom  {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
}

.is_redesign h2 {
    line-height: 1 !important;
}
.shadow {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Small shadow */
}

@media screen and (max-width: 1000px) {
    .ribbon {
        font-size: 8px !important;
        display: none;
    }

    .font-size-60 {
        font-size:45px!important;
        line-height:40px!important;
    }

    .bkg {
        background-image: none !important;
    }

    .fs-5 {
        font-size: 0.8rem !important;
    }

    .custom-select-wrapper, .custom-select-wrapper-mobile {
        padding: 0 15px;
    }

    .negative-margin-top {
        margin-top: -40px;
    }

    .flag-icon {
        display: inline-block;
        width: 27px;
        height: 27px;
        background-size: cover;
    }
}

