
/*Pop Up*/
.pop-up-container{
    position: fixed;
    bottom: 15%;
    left: 40px;
    background: #fff;
    width: 550px;
    border-radius: 20px;
    z-index: 9;
    padding: 30px;
    display: none;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.idle-pop-up-container {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(calc(50vw - 50%), -50%);
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 20px;
    z-index: 102;
    padding: 25px;
    display: none;
    -moz-box-shadow: 0px 7px 32.9px 0px rgba(118, 118, 118, 0.32);
    -webkit-box-shadow: 0px 7px 32.9px 0px rgba(118, 118, 118, 0.32);
    box-shadow: 0px 7px 32.9px 0px rgba(118, 118, 118, 0.32);
}
#content_type_2{
    max-width: 860px;
    padding: 30px;
}
.OpenIdlePopUpBody{
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.OpenIdlePopUpBody .disclaimer-bar,.OpenIdlePopUpBody #cookie_disclaimer{
    z-index: 101;
}
.OpenIdlePopUp{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(40, 40, 40, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 101;
}

#content_type_2 .form-title{
    display:none;
}
.popup-reg-form li{
    display: flex;
    width: 100%;
    align-items: center;
    padding-bottom: 5px;
}
.popup-reg-form li:before{
    font-family: 'Font Awesome 6 Free';
    content:"\f00c";
    border:2px solid #003BE5;
    color:#003BE5;
    margin-right:8px;
    border-radius:50%;
    display: inline-flex;
    font-size: 12px;
    width: 20px;
    height: 20px;
    font-weight: 800;
    align-items: center;
    justify-content: center;
}
.popup-reg-form .slider-registration-form-366 .form-tabs-list>li{
    display:block;
}
.popup-reg-form .slider-registration-form-366 .form-tabs-list>li:before{
    content:none;
}
.idle-pop-up-container .popup-random-posts{
    gap:16px;
}
.idle-pop-up-container .blog-info .category-title {
    border-radius: 5px;
    background: rgba(0, 59, 229, 0.07);
    padding: 4px 10px;
    color: #003BE5;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    align-self: baseline;
    text-decoration: none;
}
.idle-pop-up-container .blog-info .month-posted{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}
.idle-pop-up-container .hide-random-popup{
    float:right;
}
.idle-pop-up-container .hide-random-popup i{
    font-size: 20px;
    cursor: pointer;
}
.idle-pop-up-container .popup-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 20px;
    max-width: max-content;
}
.idle-pop-up-container .post-blog{
    padding: 14px 10px;
    display:flex;
    gap:10px;
    text-decoration: none;
    border: 1px solid #fff;
}
@media screen and (min-width: 1200px) {
    .idle-pop-up-container .post-blog:hover{
        border-radius: 10px;
        border: 1px solid rgba(0, 59, 229, 0.30);
        background: #E1EAFC;
    }
}

.idle-pop-up-container .post-blog img{
    border-radius: 60px;
    height:80px;
    width:80px;
    align-self: center;
}
.idle-pop-up-container .blog-info h3{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    max-width: 570px;
}
.idle-pop-up-container .blog-info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex:1;
}
.idle-pop-up-container .blog-info .category-title{
    float:left;
}
.pop-up-container .wp-block-columns {
    flex-wrap: nowrap !important;
    margin: 0;
    gap: 0;
    align-items: end !important;
}
.pop-up-container .wp-block-column:first-child {
    max-width: 80%;
}
.pop-up-container .wp-block-column:last-child {
    text-align: right;
}
.pop-up-container p:first-child {
    font-size: 24px;
    font-weight: 600;
}
.pop-up-container p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.pop-up-container p:nth-of-type(3) {
    margin-bottom: 0 !important;
    font-weight: 500;
}
html[dir="rtl"] .pop-up-container .close-popup-btn,html[dir="rtl"] .idle-pop-up-container .close-random-popup-btn {
    left: 22px;
    right: unset;
}
.pop-up-container .close-popup-btn,.idle-pop-up-container .hide-random-popup {
    position: absolute;
    top: 9px;
    right: 22px;
    cursor: pointer;
}
.pop-up-container a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
/*.pop-up-container a::after {*/
/*    font-family: "Font Awesome 6 Free";*/
/*    content: '\f105';*/
/*    font-size: 11px;*/
/*    margin-left: 5px;*/
/*}*/
.pop-up-container .close-popup-btn>i,.idle-pop-up-container .hide-random-popup>i{
    font-size: 27px;
    font-weight: 400;
}

/* Risk Disclosure */
.disclaimer-bar {
    border-radius: 8px;
    background: rgba(239, 241, 245, 0.60);
    backdrop-filter: blur(57.45000076293945px);
    position: fixed;
    height: fit-content;
    display: none;
    z-index: 8;
    padding: 14px 0;
    font-weight: 900;
    border-radius: 8px;
    bottom: 22px;
    left: 0;
    right: 0;
    width: calc(100% - 40px)!important;
    margin: 0 20px;
}
.disclaimer-bar > .alignfull {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
}
.disclaimer-bar > .alignfull > .content {
    flex-basis: 88%;
}
.disclaimer-bar > .alignfull > .close-btn {
    flex-basis: 2%;
}
.disclaimer-bar p {
    color: #191919;
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
}
.disclaimer-bar p>a {
    color: #191919;
}
.disclaimer-bar .close-disclaimer-bar {
    background: transparent;
    text-align: center;
    line-height: 28px;
    color: #191919;
    font-size: 25px;
    border: 0;
    cursor: pointer;
    width: 30px;
}

html[dir=rtl] .disclaimer-bar .close-disclaimer-bar {
    margin-right: auto;
    margin-left: unset;
}

/* Important Announcement */
.important-announcement.is-layout-flex{
    display: none;
}
.expand-important-announcement{
    display: none;
    position: absolute;
    top: 12px;
    right: 24px;
}

.expand-important-announcement,.expand-important-announcement a,.expand-important-announcement:hover,.expand-important-announcement a:hover{
    text-decoration: none;
}

.important-announcement-outer .fa-circle-exclamation {
	color:#191919!important;
}
.expand-important-announcement .fa-chevron-up,.expand-important-announcement .fa-chevron-down{
    color: #191919;
    font-size: 15px;
}
.important-announcement-outer{
    min-height: 40px !important;
    z-index: 2;
    position:absolute;
}
.important-announcement-outer .important-announcement-title{
    white-space: nowrap;
}

.important-announcement-outer .wp-block-columns {
	gap:40px;
}
.important-announcement-outer p, .important-announcement-outer .expanded-text{
	color:#191919!important;
}
.important-announcement-outer .wp-block-cover__background {
    background: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(19.6px);
    -webkit-backdrop-filter: blur(19.6px);
}



@media screen and (min-width: 577px) {
    .important-announcement-outer .expanded-text{
        word-wrap: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .important-announcement-outer .important-text{
        padding-right: 40px;
    }
    .important-announcement-outer .wp-block-columns {
        flex-wrap: nowrap !important;
    }

    .important-announcement-outer .wp-block-columns .wp-block-column:first-child {
        flex-basis: 100%;
        display: flex;
        gap: 10px;
    }
}
@media screen and (max-width: 900px) {
    .expand-important-announcement{
        display: block;
    }
    .important-announcement-outer .important-text{
        display: none;
        margin-top: 20px;
        flex-basis: 100% !important;
    }
    .important-announcement-outer .wp-block-columns{
        gap:0;
        flex-wrap: wrap !important;

    }
}
/*Old Style Cookies*/
.cookie_disclaimer{position: fixed;  left: 0; right: 0; z-index: 4; bottom:72px;display: none;}
.cookie_disclaimer.cookie-header{top: 0;}
.cookies-text p {display: inline-block;}
#cookie_stop{
    cursor: pointer;
    text-decoration: underline;
}
.setToBottom {
    bottom: 0 !important;
}

/*cookies*/
.cookies-policy {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}
.cookies-policy .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
.cookies-policy .content p:first-child {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 24px;
}
.cookies-policy .content p:nth-of-type(2){
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.cookies-policy .content p:nth-of-type(3),.cookies-policy .content span {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    display: inline;
}
.cookies-policy .content a {
    font-weight: 600!important;
    text-decoration-line: underline!important;
    text-decoration-style: solid!important;
    text-decoration-skip-ink: none!important;
    text-decoration-thickness: auto!important;
    text-underline-offset: auto!important;
}
.cookies-policy .content .cookieConsent {
    background-color: transparent;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #0A6F6F;
    padding: 16px 24px;
    max-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A6F6F;
    place-self: center;
}
#cookiesPolicyModal .modal-footer .cookieConsent {
    width: 30%;
    padding: 8px 0;
    border: 0;
    background-color: #03E4BA;
    color: #000;
    font-weight: 700;
    border-radius: 40px;
}
.cookies-policy #cookie_settings_btn {
    position: absolute;
    top: 13px;
    right: 25px;
    cursor: pointer;
}

/* Important Note */
.important-note {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.35);
    display: none;
}
.important-note .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.important-note .content label {
    cursor: pointer;
}
.important-note .content p:first-child {
    font-size: 25px;
}
.important-note .content p:not(:last-child) {
    padding-bottom: 15px;
}
.important-note .content button {
    width: 100%;
    padding: 8px 0;
    border: 0;
    border-radius: 5px;
    background-color: #03E4BA;
    color: #000;
    font-weight: 600;
    border-radius: 40px;
}
.important-note .content button.disabled {
    background-color: lightgray;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    font-weight: 400;
}

@media screen and (max-width: 992px){
    .fxgt-footer-container{
        padding: 0;
    }
    .disclaimer-bar .close-disclaimer-bar {
        top: 52%;
        right: 10%;
    }
    .disclaimer-bar p {
        font-size: 10px;
    }
    /* Arabic */
    html[dir=rtl] .disclaimer-bar .close-disclaimer-bar {
        left: 10%;
    }
}

@media screen and (max-width: 781px) {
    .pop-up-container img{
        max-width: 100px !important;
    }
}

@media screen and (max-width: 576px){
    .Open-PopUp{
        overflow-y: hidden;
        touch-action: none;
        -ms-touch-action: none;
    }
    .Open-PopUp header{
        z-index: 2;
    }
    .Open-PopUp .popup-blur-overlay{
        filter: blur(17px);
        background: rgba(0, 10, 38, 0.50) !important;
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 4;
    }
    .pop-up-container {
        bottom: 10%;
        left: 0;
        right: 0;
        width: auto;
        max-width: 100%;
        margin: 0 9px;
        padding: 24px;
    }
    .pop-up-container p:nth-of-type(2) {
        margin-bottom: 8px;
    }
    .pop-up-container p:nth-of-type(3) {
        margin-bottom: 24px;
    }
    .pop-up-container .wp-block-column:first-child {
        max-width: 95%;
    }

    .important-announcement-outer p{
        font-size: 14px !important;
    }
    .important-announcement-outer .wp-block-columns .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child{
        flex-basis: 70% !important;
    }
    .important-announcement-outer .wp-block-columns .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2){
        flex-basis: 10% !important;
        padding-right: 0 !important;
    }
    .important-announcement-outer br{
        display:none;
    }
    .important-note .content, .cookies-policy .content,.important-note .content {
        width: 90%;
    }

    .OpenIdlePopUpBody .pop-up-container{
        z-index: 2;
    }

    #content_type_1{
        max-width: 90%;

    }
    .idle-pop-up-container .post-blog img{
        align-self: flex-start;
    }
    .idle-pop-up-container .blog-info h3{
        font-size: 16px;
        max-width: 100%;
    }
    .idle-pop-up-container .popup-title{
        margin-top:0;
        margin-bottom: 6px;
        max-width: max-content;
    }
    .idle-pop-up-container .post-blog{
        flex-direction: column;
    }
    .idle-pop-up-container .popup-random-posts{
        gap:0;
    }
    .idle-pop-up-container .blog-info .month-posted{
        font-size: 12px;
    }
    #content_type_2{
        max-width: 90%;
        padding: 25px 20px;
    }
    #content_type_2 .popup-reg-form h2{
        font-size: 24px !important;
        margin-bottom: 24px !important;
    }
    #content_type_2 .content-column{
        display: none;
    }
    .idle-pop-up-container .close-popup-btn.hide-random-popup{
        margin-top: -20px;
        margin-right: -10px;
    }
}

@media screen and (min-width: 577px) and (max-width: 1200px){
    .pop-up-container{
        left: 14px;
        bottom: 10%;
    }

    /*.important-announcement-outer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:first-child{*/
    /*    flex-basis: 70% !important;*/
    /*}*/
    /*.important-announcement-outer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2){*/
    /*    flex-basis: 30% !important;*/
    /*    padding-right: 0 !important;*/
    /*}*/

    .idle-pop-up-container .popup-title{
        margin-top:0;
        margin-bottom: 6px;
    }
    .idle-pop-up-container .blog-info{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .idle-pop-up-container .blog-info h3{
        font-size: 16px;
        max-width: 100%;
    }
}

@media screen and (max-width:1024px){
    .important-announcement-outer br{
        display:none;
    }
    .idle-pop-up-container{
        max-width: 90%;
    }
    #content_type_2{
        max-width: 100%;
        width: 72%;
    }
    #content_type_2 .content-column img{
        display:none;
    }
    #content_type_2 .wp-block-columns{
        justify-content: center;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width:685px){
    #content_type_2 {
        width: 90% !important;
    }
}