.compass-fpm--backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-9999;
    opacity:0;
    transition:all ease .3s;
}
.compass-fpm--backdrop.fpm--active{
    opacity:1;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.compass-fpm--content{
    width: 90%;
    height: 90%;
    top: 5%;
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translate(-50%);
    max-width:1200px;
    position: absolute;
}
.compass-fpm--inner{
    height: calc(100% - 50px);
    width: 100%;
}
.compass-fpm--header{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FFF;
    width:100%;
}
.compass-fpm--header a.compass-fpm--close{
    color:#FFF;
    font-weight:bold;
}
.compass-fpm--body-active{
    overflow-y:hidden !important;
}
.compass-fpm--loader{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-weight: bold;
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* border: 1px solid #ffffff4f; */
    /* background: #ffffffd4; */
    text-align: center;
    transform: translate(-50%,-50%);
    z-index:1;
}
.compass-fpm--inner iframe{
    z-index:2;
    position:relative;
}
.compass-fpm--close{
    background: transparent !important;
    width: fit-content !important;
    padding: initial;
    font-weight: 600;
}
