@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
button{
    text-transform: none;
}
p{
    margin: 0;
}
body,html{
    height:100%
}
body {
    background: #fff;
    font-size:15px;
    font-family: "ProximaNova-Regular";
    font-weight: 400;
    background-size: cover !important;
}
body::before, body::after{
    display: none !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.page_template_wraper{
    max-width: 640px;
    background: url('http://localhost/swipe-events/wp-content/uploads/2024/05/bg_1.jpg');
    background-size:cover ;
    height: 100lvh;
    margin: auto;
    overflow: auto;
    padding: 15px 0;
    color: #fff;
}
.page_template_wraper .content_area{
    height: calc(100svh - 30px);
    overflow: auto;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.page_template_wraper .content_area::-webkit-scrollbar { 
    display: none;  
}
.p-16{
    padding: 0 16px;
}
.p-40{
    padding: 0 30px;
}
.btn{
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;    
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    padding: 17px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "ProximaNova-Semibold";
}
.btn-primary{
    background-color: rgba(22, 86, 168, 1);
}
.btn-secondary{
    background-color: rgba(248, 88, 164, 1);
}
.page-loader,.card-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: red;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(248, 88, 164, 1) 3.17%, rgba(13, 93, 195, 0.6) 75.67%);
    color: #fff;
    column-gap: 10px;
    backdrop-filter: blur(5px);
}
.card-loader {
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;   
    bottom: initial;
    padding: 50px;
    flex-direction: column;
    display: none;
    height: auto;
    bottom: 15px;
    border-radius: 15px;
}
.page-loader img,.card-loader img{
    width:50px
}
.page-loader h2,.card-loader h2{
    font-family: "ProximaNova-Regular";
    font-weight: 400;
}
/* Login screens */
.login_screen {
    display: flex;
    flex-direction: column;    
    justify-content: flex-end;
    min-height: 100%;
}
.app_logo_area{
    text-align: center;
    padding-bottom: 5rem;
}
.app_btns .btn:first-child{
    margin-bottom: 20px;
}
.social_icon_btn {
    width: 32px;
    height: 32px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}
.social_icons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    overflow: hidden;
}
.social_icons.big_icons .social_icon_btn{
    width: 62px;   
    height: 62px;   
    line-height: 79px;
}
.social_icons.mid_icons .social_icon_btn{
    width: 48px;   
    height: 48px;   
    line-height: 57px;
}
.social_icons.mid_icons .social_icon_btn svg{
    width:21px;
    height:21px;
}
.or_signin {
    font-family: "ProximaNova-Bold";
    text-align: center;
    font-weight: 700;
    margin: 20px 0;
}
.app_logo_meta {
    margin-bottom: 30px;
    min-height: 170px;
}
.app_logo_meta h2 {
    font-family: "ProximaNova-Light";
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 20px;
}
.app_logo_meta p,.app_logo_meta .p {
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;    
}
/* Login screens end */

/* SIGN UP screen */
.template_signup .app_btns {
    margin-top: 35px;
    margin-bottom: 35px;
}
.template_signup .app_logo_area {   
    padding-bottom: 3rem;
}
.template_signup .or_signin {
    
    font-size: 20px;
}
/* SIGN UP screen end */

/* Sign up email */
.template_signup_email .app_logo_area {
    padding-bottom: 0;
}

.template_signup_email .or_signin{
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    font-weight: 600;
    margin: 10px 0;
}
.template_signup_email .already_account a{
    color: #fff;
    font-family: "ProximaNova-Bold";
    font-weight: 700;
}
.uploadImage {
    display: flex;
    width: 74px;
    height: 74px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: auto;
    /* overflow: hidden; */
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4px;
}
#image-preview{
    height: 100%;
    object-fit: cover;    
    border-radius: 50%;
}
.uploadImage.selected span{
    transform: rotate(45deg);
}
.uploadImage.selected svg{
    display: none;
}
.uploadImage input{
    visibility: hidden;
    opacity: 0;
    position: absolute;

}
.uploadImage span{
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    color: rgba(33, 67, 114, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    font-family: "ProximaNova-Bold";
    right: -1px;
    bottom: 7px;
}
.form-field {
    margin-bottom: 15px;
    position: relative;
}
.form-field input:not([type="checkbox"]){
    border-radius: 33px;
    height: 45px;
    background: rgba(255,255,255,.3) !important;
    text-indent: 15px;
    color: #fff !important;
    font-size: 16px;
    font-family: "ProximaNova-Semibold";
    border: none !important;
}
label.termsApproval {
    font-size: 14px;
    font-weight: 600;
    font-family: "ProximaNova-Semibold";
}
label.termsApproval input[type=checkbox]{
    position: absolute;
    opacity: 0;
}
label.termsApproval input[type=checkbox] ~ span{    
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    background: rgba(255,255,255,.5);
    vertical-align: middle;
    margin-right: 20px;
}
label.termsApproval input[type=checkbox]:checked ~ span{
    background: #fff;
    position: relative;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
label.termsApproval input[type=checkbox]:checked ~ span:after{
    content: "\f00c";
    color: #040404;
    font-size: 33px;
    position: absolute;
    top: -22px;
}
label.termsApproval a{
    color: #fff
}
.form-field input::placeholder{
    color: #fff;
    opacity: 1;
    font-family: "ProximaNova-Semibold";
    font-size: 14px;
}
.form-field input::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
    font-family: "ProximaNova-Semibold";
    font-size: 14px;
}
.form-field input::-moz-placeholder{
    color: #fff;
    opacity: 1;
    font-family: "ProximaNova-Semibold";
    font-size: 14px;
}
/* Sign up email end */

/* Success card  */
.success_card {
    margin-top: 3rem;
    min-height: 402px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    transition: all .1s ease-in-out;
    transform: scale(1, 0);
    visibility: hidden;
    position: absolute;
}
.success_card.show {
    transform: scale(1);
    visibility: visible;
    position: inherit;
}
.success_card h2 {
    font-family: "ProximaNova-Bold";
    font-size: 25px;
    color: #214372;
    font-weight: 700;
}
.success_card p {
    font-family: "ProximaNova-Semibold";
    font-size: 16px;
    color: #858E9B;
    font-weight: 600;
    margin-bottom: 20px;
}
.success_card .btn{
    margin-top: 20px;
}
.login_screen.show_sucess_box{
    justify-content: center;
}
.login_screen.show_sucess_box .pre_register{
    display: none;
}

.success_card.show svg {
    transform: scale(0);
    transform-origin:center;
    animation: scalestar .3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
}


@keyframes scalestar {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
/* Success card end */

/* Login */
.form-field.fp{
    color: #fff;
    text-align: right
}
.form-field.fp a{
    color: #fff;
}
.template_login h4 {
    font-size: 25px;
    font-family: "ProximaNova-Bold";
    text-align: center;
    margin-bottom: 30px;
}
.template_login .app_logo_area {
    text-align: center;
    padding-bottom: 3rem;
}
.template_login .or_signin.already_account {
    font-size: 14px;
    font-weight: 600;
    font-family: "ProximaNova-Semibold";
    margin-top: 30px;
}
.template_login .or_signin.already_account a{
    font-family: "ProximaNova-Bold";
    font-weight: 700;
    color: #fff;
}
.template_login .social_icons {    
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px !important;
}

.toast {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    top: -100%;
    z-index: 999999;
    border-bottom: 6px solid #a5ac6e;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.toast.error{
    border-bottom-color: #f00;
}
.toast.show{
    top:0
}
.toast-message {
    flex: 1;
}
.toast-dismiss {
    width: 30px;
    text-align: center;
}
/* Login end */

/* template_forget_password */
.template_forget_password{
    justify-content: center;
}
.forget_password_form .form-field input{
    background: #DDEBFF  !important;
    color:#7A97C1 !important
}
.forget_password_form .form-field input::placeholder{
    color: #7A97C1;   
}
.forget_password_form .btn-send{    
    width: 175px;
    height: 45px;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
}
.animation_wrap{
    display: flex;
    flex-wrap: wrap;
}
#cursor{display: inline-block;}
.btn-round {
    width: 45px;
    height: 45px;
    box-shadow: 0px 6px 10px 0px #0000000F;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 0 0;
    margin-top: 42px !important;
}
.template_signup.template_forget_password .app_logo_area {
    padding-bottom: 0;
}
.template_forget_password .success_card h2{
    text-align: left;
}
.template_forget_password .success_card p {
    
    text-align: left;
    line-height: 22px;
}
/* template_forget_password end */
.topic_chips {    
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 15px;
    max-height: 280px;
    overflow: auto;
}
.topic_chip {      
    display: inline-block;    
}
.topic_chip input{
    position: absolute;
    visibility: hidden;
}
.topic_chip  span{
    display: block;
    border: 1px solid #DDEBFF;
    border-radius: 100px; 
    padding: 10px 15px;
    color: #7A97C1;   
    font-family: "ProximaNova-Semibold";
    font-size: 14px;
    line-height: 19px;
}
.topic_chip input:checked ~ span{
    background: #F858A4;
    border-color: #F858A4;
    color: #fff;
}
.success_card.topics_card{
    padding: 15px;
    overflow: hidden;
    flex: 1;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.success_card.topics_card form{
    flex: 1;
}
.success_card.topics_card p {
    font-family: "ProximaNova-Regular";
    font-size: 14px;
    line-height: 19px;
    color: #858E9B;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}
.success_card.topics_card .btn-send{
    line-height: normal;
    margin-top: 0px;
}
/* zipcode_form */
.zipcode_card {
    padding-bottom: 0;
    position: initial !important;
    max-width: 345px;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.zipcode_form .form-field input{
    border-radius: 10px;
}
.zipcode_form .form-field label{
    display: block;
    text-align: left;
    color: #214372;
    font-size: 16px;
    font-family: "ProximaNova-Bold";
}
.zipcode_card img{
    margin-bottom: 20px;
}
.zipcode_card form{
    margin-top: 20px;
}
.go_back_area {
    width: calc(100% + 60px);    
    transform: translateX(-30px);
    margin-top: 20px;
}
.go_back_area a{
    display: block;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #D9D9D9;
    color: #858E9B;
    font-size: 14px;
    font-family: "ProximaNova-Bold";
}
.zip_popup_area,.date_popup_area {
    position: absolute;
    left: 0;
    width: 100%;   
    padding: 15px;    
    top: 0%;
    /* transform: translateY(-50%); */
    
    z-index: 99;
    transition: all .1s ease-in-out;
    transform: scale(1, 0) ;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: auto;
    right: 0
}
button#get_date {
    width: 120px;
    padding: 8px;
    margin: 20px auto auto auto;
}
.zip_overlay, .date_overlay {
    position: absolute;
    background: #073976cf;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(4px);
    max-width: 640px;
    margin: auto;
}
body.showZipPopup,body.showDatePopup{
    overflow: hidden;
}

body.showZipPopup .zip_overlay,body.showDatePopup .date_overlay{
    opacity: 1;
    visibility: visible;
}
body.showZipPopup .zip_popup_area:not(.date_popup_area),body.showDatePopup .date_popup_area{
    transform: scale(1) ;
    visibility: visible;
}
.zipcode_card.has_bottom_padding{
    padding-bottom: 30px;
}
/* zipcode_form end */

/* toggle_password_field */
.toggle_password_field .hide_view{
    display: none;
}
.toggle_password_field{
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.has_show_hide_icon input{
    padding-right: 60px;
}
.toggle_password_field.visible svg.view{
    display: none;
}
.toggle_password_field.visible svg.hide_view{
    display: block;
}
/* toggle_password_field end */

.template_forget_password.select_topics_template {
    justify-content: space-between;
    padding: 30px 0;
}
.template_forget_password.video_screen .success_card.topics_card{
    margin-bottom: 30px;
}
.video-container {
    position: relative;
    
}

.responsive-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures the video covers the entire div */
    transform: translate(-50%, -50%);
}

/* MAIN DASHBOARD STARTS */
.page_template_wraper.main-dashbord-template {
    padding: 0;
    background-size: 100% !important;
}
.page_template_wraper.main-dashbord-template .content_area {
    height: 100svh;
    padding: 0px;
}
.content_inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
}
.app-footer {
    background: linear-gradient(53.4deg, #1588DD 4.42%, #0D5DC4 95.54%);
    border-radius: 30px 30px 0 0;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 45px;
    position: relative;
    z-index: 9;
}
ul.app_footer_nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.app_footer_nav a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-header{
    height: 60px;  
    padding: 0 15px;  
    padding-top: 15px;
}
.app-header a{
    display: block;
}
.app-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-header-container .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.app-header-container .right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.app_content_main {
    flex: 1;
    padding: 15px;
}
.btn-postcode {
    font-family: "ProximaNova-Semibold";
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #6DBAFF;
    border-radius: 100px;
    color: #fff !important;
    padding: 5px 10px;
    line-height: normal;
    display: block;
    margin: 0;
    margin-top: -10px;
}
#notificaiton-indicator{
    display: none;
}
.menu_overlay{  
    position: absolute;
    background: #214372F5;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    max-width: 640px;
    margin: auto;
}

.menu_wraper {
    background: linear-gradient(180deg, #1656A8 0%, #0D5DC4 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
    z-index: 999;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 0 0 auto;
    right: -100%;
    padding: 15px;
}
.showMenuNav .menu_overlay{ 
    visibility: visible;
    opacity: 1;
}
.showMenuNav .menu_wraper{
    right: 0;
}
.menu-header {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.menu-header a{
    display: block;
}
.menu-header a svg.menu_logo path{
    fill:  #FFFFFF4A;    
}
a.menu_back_btn {
    margin-top: -10px;
}
.app-menu-content {
    margin-top: 30px;
}
.app-menu-content ul {
    list-style: none;
    margin: 0;
    text-align: center;    
}
.app-menu-content ul li a{    
    color: #fff;
}
.app-menu-content ul li a {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #6DBAFF80;
    display: block;
    padding: 8px;
}
.app-menu-content ul li:last-child a{
    border-bottom: none;
}
.app_content_main{
    position: relative;
}
/* Card */
.swipeable_card {
    height: calc(100vh - 175px);
    border-radius: 15px;
    /* overflow: hidden; */
    position: relative;
    /* box-shadow: 0px 4px 20px 0px #00000026;     */
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
}
.past_event_card.swipeable_card{
    margin-top: 50px;
    height: calc(100vh - 225px);
}
.swipe_image_wraper {
    height: 100%;
    width: auto;
    position: relative;
    overflow: hidden;
}
.swipe_image_wraper img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
}
.swipt_card_content{
    background: linear-gradient(180deg, rgba(13, 93, 195, 0) 3.17%, rgba(13, 93, 195, 0.9) 54.67%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;    
    /* z-index: 2; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.swipt_card_content h2{
    font-size: 35px;
    line-height: 42px;
    font-family: "ProximaNova-Bold";
    margin-bottom: 30px;
}
.past_event_card .swipt_card_content h2{
    text-shadow: -3px -3px 0 #1656A8, 3px -3px 0 #1656A8, -3px 3px 0 #1656A8, 3px 3px 0 #1656A8, 0 -3px 0 #1656A8, 0 3px 0 #1656A8, -3px 0 0 #1656A8, 3px 0 0 #1656A8;
    margin-bottom: 15px;
}
.swipt_card_content p{
    font-size: 12px;
    line-height: 19px;
    font-family: "ProximaNova-Thin";
    margin-bottom: 30px;
}
.event_time{
    display: flex;
    align-items: center;
    justify-content:center;
    column-gap: 10px;
    
}
.card_item_categories {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.card_item_categories span{
    font-family: "ProximaNova-Light";
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 15px;
    line-height: normal;
    border-radius: 100px;
}
.flip-card *{
    line-height: normal;
}
.swipe_image_wraper_back {
    position: relative;
    height: 250px;
}

.swipe_image_wraper_back:after {
    content: '';
    background: linear-gradient(180deg, rgba(13, 93, 195, 0.2) 0.67%, rgba(13, 93, 195, 0.8) 28.67%, rgba(13, 93, 195, 0.8) 74.67%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.swipe_image_wraper_back h2 {
    position: absolute;
    z-index: 2;
    font-size: 35px;
    line-height: 42px;
    font-family: "ProximaNova-Bold";
    bottom: 30px;
    padding: 0 20px;
    left: 0;
    right: 0;
    text-shadow: -3px -3px 0 #1656A8, 3px -3px 0 #1656A8, -3px 3px 0 #1656A8, 3px 3px 0 #1656A8, 0 -3px 0 #1656A8, 0 3px 0 #1656A8, -3px 0 0 #1656A8, 3px 0 0 #1656A8;
}
.swipe_content_wraper_back {
    height: calc(100% - 250px);
    overflow: hidden;
    background: #fff;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swipe_content_wraper_back .event_time{
    font-size: 13px;
    color: #1656A8
}
.swipe_content_wraper_back .event_time svg path {
    fill: #F858A4;
}

.swipe_main_description p {
    color: #858E9B;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 22px;
}
.swipe_main_description {
    margin-top: 30px;
    margin-bottom: 20px;    
    /* max-height: 111px; */
    overflow: auto;
    flex: 1;
}
.swipe_bottom { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address_wrap {
    display: flex;
    color: #1656A8;
    font-size: 15px;
    column-gap: 15px;
    font-weight: 600;
    flex: 1;
    max-width: 60%;
}
.address_wrap p{
    width: 100%;
    flex: 1;
    text-align: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.btn.btn-border {
    background: transparent;
    color: #6DBAFF;   
    border: 1px solid #6DBAFF;
    padding: 10px 15px;
}



.tinder_love button#love{
    visibility: visible;
    opacity: 1;
    transform: scale(2);
  }
  
  .tinder_nope button#nope {
    visibility: visible;
    opacity: 1;
    transform: scale(2);
  }
  
  .tinder--buttons {
    flex: 0 0 100px;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 60px;
    height: 60px;
  }
  
  .tinder--buttons button {
    border-radius: 50%;
    line-height: normal;
    width: 60px;
    height: 60px;
    border: 0;
    background: linear-gradient(53.4deg, #1588DD 4.42%, #0D5DC4 95.54%);
    display: block;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border: 2px solid #fff;
  }
  
  .tinder--buttons button:focus {
    outline: 0;
  }
  
  .tinder--buttons i {
    font-size: 28px;
    vertical-align: middle;
    color: #ffffff;
  }
    
  .tinder--buttons button#nope{
    background:linear-gradient(53.4deg, #eb2c2c 4.42%, #c40d0d 95.54%);
  }  
 

  .flip-card{
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
  }


    .scene {  
    perspective: 600px;
    }

    .flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
   
    border-radius: 15px;
    }
    .swipeable_card:first-child .flip-card{
        box-shadow: 0px 4px 20px 0px #00000026;
    }

    .flip-card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
    }

    .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 260px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    backface-visibility: hidden;
    border-radius: 15px;
    overflow: hidden;
    }

    .card__face--front {
    background: crimson;
    }

    .card__face--back {
    background: slateblue;
    transform: rotateY(180deg);
    }
    li.active_menu svg path {
        fill: #6DBAFF;
    }
    .how_is_event {
        position: relative;
    }
    .how_is_event #how_arrow{
        position: absolute;
        z-index: 999999;
        top: 17px;
        right: 12%;
        height: 17px;
        overflow: hidden;
        animation: inventory-pulse 2s linear infinite;
        transform-origin: left top;
    }
    @keyframes inventory-pulse{
        0% {
            height: 17px;
            transform: scale(0.5) rotate(-30deg);
        }
        40% {
            height:70px;
            transform: scale(1.1) rotate(10deg);
        }
        60% {
            height:70px;
            transform: scale(1.1) rotate(10deg);
        }
        100% {
            height:17px;
            transform: scale(0.5) rotate(-30deg);
        }
        
    }
    .past_card_cta_links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        max-width:100%;
        margin: auto;
    }
    .past_card_cta_links a {
        font-size: 11px;
        vertical-align: middle;
        padding: 7px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 3px;
    }
    .past_card_cta {
        padding-bottom: 30px;
        border-top: 2px solid #6DBAFF;
        padding-top: 30px;
    }
    .swipe_card_content {
        padding: 0 30px;
    }
    .past_card_cta h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }
    .past_event_card .swipe_image_wraper.swipe_image_wraper_back {
        height: 100%;
    }
    .past_event_card .swipe_image_wraper_back:after {
        background: linear-gradient(180deg, rgba(126, 13, 195, 0.69) 10.67%, rgba(13, 93, 195, 0.9) 99.67%);
    }
    .past_event_card .swipe_content_wraper_back {       
        position: absolute;
        top: 0;
        width: 100%;
        background: transparent;
        padding: 30px;
        height: 100%;
    }
    .past_event_card .swipe_content_wraper_back h2 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .past_event_card .address_wrap {        
        max-width: 100%;
        align-items: flex-start;
        justify-content: center;
    }
    .past_event_card .swipe_content_wraper_back .past_card_cta {
        padding-bottom: 0;
    }
    .past_event_card .swipe_content_wraper_back .address_wrap p {
        color: #fff !important;
        width: auto;
        flex: initial;
    }
    .past_event_card .swipe_content_wraper_back .address_wrap svg path,  .past_event_card .swipe_content_wraper_back .event_time svg path{
        fill: #fff  !important;
    }
    .past_event_card .swipe_content_wraper_back .swipe_main_description {
        margin-top: 30px;
        margin-bottom: 20px;        
        overflow: auto;
        flex: auto;
    }
    .past_event_card .swipe_content_wraper_back .swipe_main_description p{
        color: #fff;
    }
    .past_event_card .swipe_content_wraper_back .event_time {        
        color: #fff;
        margin-bottom: 30px;
    }
    .btn svg {
        pointer-events: none;
    }
    .blank_card .swipt_card_content{
        justify-content: center;
        background: transparent;
    }
    .past_event_card.blank_card .swipt_card_content h2{
        font-size: 35px;
    }
.blank_card .card__face--front {
    background: transparent;
}    
  
.app_search_bar{
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    height: 55px;
}
.app_search_bar .search_wraper{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.app_search_bar .search_wraper form{
    flex: 1;
    display: flex;
    position: relative;
}
.app_search_bar .search_wraper form input {
    background-color: #E9F2FF;
    border-radius: 10px;
    font-size: 14px;
    min-height: 45px;
    text-indent: 15px;
    padding-right: 45px;
}
.app_search_bar .search_wraper form input::placeholder {
    color: #A5B7D2;
    opacity: 1; /* Firefox */
  }
  
  .app_search_bar .search_wraper form input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #A5B7D2;
  }
.app_search_bar .search_wraper form button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0 15px;
    background: transparent;
    outline: none;
}
.template-with-search-header .app_content_main {
    position: relative;
    background: #fff;
    margin-top: 20px;
    color: #000;
}
.topics_list_area {
    height: calc(100vh - 255px);
    overflow: auto;
}
ul.list_topics_dashboard {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 20px;
    list-style: none;
    margin: 0;    
    padding: 0 15px;
    padding-bottom: 15px;
}
li.topic_item {
    box-shadow: 0px 4px 10px 0px #00000026;
    border-radius: 15px;
    min-height: 48px;
    padding-left: 60px;
    padding-right: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #858E9B;
    position: relative;
    width: 100%;
}
li.topic_item button {
    position: absolute;
    right: 15px;
    padding: 0;
    background-color: transparent;
    outline: none;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.pb-0 .topics_list_area {
    height: calc(100vh - 245px);    
}
li.topic_item.selected {
    background: #F858A4;
    color: #fff;
}
li.topic_item span.done {
    position: absolute;
    left: 15px;
    top: 10px;
}

li.topic_item.selected button svg path, li.topic_item.selected button svg circle {   
    stroke: #fff;
}
li.topic_item .topic_description{
    position: absolute;
    background: #1656A8;
    right: 49px;
    width: 200px;
    z-index: 2;
    border-radius: 15px;
    top: 0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.topic_description:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #1656a8;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);

}
li.topic_item:first-child .topic_description{
    top: 0;
    transform: none;
}
li.topic_item:first-child .topic_description:after{
    top: 15px;
    transform: none;
}
li.topic_item.show_tooltip .topic_description{
    display: block;
}
li.topic_item.show_tooltip button svg path, li.topic_item.show_tooltip button svg circle {   
    stroke: #1656A8;
}
.text-center {
    text-align: center;
}
.past_event_card.swipeable_card.blank_card {
    margin-top: 0;
}
.topic_card .card_item_categories{
    margin-bottom: 10px;
}
.topic_card .swipt_card_content h2{
    margin-bottom: 10px;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content{
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker-inline select {
    background: transparent;
    border: none;
    appearance: none;
    outline: none;
    text-align: center;
    color: #214372 !important;
    margin: 1px 5px !important;
    width: auto !important;
    font-size: 22px !important;
}
.ui-widget-header {
    font-family: "ProximaNova-Bold";
    color: #214372;
    background: transparent;
    border: none;
}
.ui-datepicker table {
   
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    color: #858E9B;
    border: none;
    background: #fff;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ui-state-active{
    background: #F858A4 !important;
    color: #ffffff !important;
    border-radius: 50%;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary{
    opacity: .3;
    font-weight: normal;
}
.ui-datepicker th {   
    color: #858E9B;
    font-size: 14px;
    text-transform: uppercase;
}
.ui-icon-circle-triangle-e {
    background: url(../images/arrow_right.png) top left no-repeat !important;
}
.ui-icon-circle-triangle-w {
    background: url(../images/arrow_left.png) top left no-repeat !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {    
    top: 10px;
}
.zip_popup_area.date_popup_area .zipcode_card{
    padding-bottom: 15px;
}
.event_tabs{
    padding: 0 15px;
}
.event_tabs > ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
}
.event_tabs > ul li{
   width: 50%;
   text-align: center;
   color: #858E9B;
   font-family: "ProximaNova-Bold";
   font-size: 14px;
   border-bottom: 2px solid transparent;
   padding-bottom: 10px;
   position: relative;
}
.event_tabs > ul li > span{
    position: relative;
}
span.note_dot {
    background: #F858A4;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -5px;
}
.event_tabs > ul li svg{
    margin-right: 10px
}
.event_tabs > ul li.active{
    color: #214372;
    border-bottom: 2px solid #DF5A99;
}
.event_tabs > ul li.active svg path{
    fill: #214372;
}
.card_event_item {
    position: relative;
    height: 211px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}
.card_event_item:last-child{
    margin-bottom: 0;
}
.item_event_content {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(180deg, rgba(13, 93, 195, 0) 0%, rgba(13, 93, 195, 0.9) 69%);
    height: 58%;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 13px;
}
.item_event_content h5 {
    font-size: 16px;
    font-weight: 700;
}
.evnt_meta span {
    position: relative;
}
.evnt_meta span:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 5px;
}
.evnt_meta span:last-child::after {
    display: none;
}
.card_event_items h4 {
    color: #1656A8;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0;
    font-family: "ProximaNova-Bold";
}
.list_events {
    height: calc(100vh - 283px);
    overflow: auto;
}
.event_tabs .list_events{
    display: none;
}
.event_tabs .list_events.active{
    display: block;
}
.no_data{
    padding-top: 20px;
    text-align: center;
}
/* Dynamic event modal */

.dynamicEventModal , .dynamicEventShareModal{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #073976;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .3s ease-in-out;
}
.dynamicEventModalInner, .dynamicEventShareModalInner{
    transition: all .3s ease-in-out;
    height: 100%;
    transform: translateY(100px);
    opacity: 0;
    filter: blur(5px);
    transition-delay: .03s;
}
.dynamicEventModalInner .main_card,.dynamicEventShareModalInner .main_card{
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.dynamicEventModal .swipe_content_wraper_back {
    height: calc(100% - 315px);
    overflow: unset;
}
.dynamicEventModal_back_to_evnts , .dynamicEventModal_back_to_event_details, .dynamicEventModal_back_to_share_modal, .dynamicEventModal_back_to_chats{
    background: #fff;
    color: red;
    border-radius: 0;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    color: #858E9B;
    font-size: 14px;
    font-weight: 700;
    padding: 25px;
    letter-spacing: normal;
    outline: none !important;
}
.dynamicEventModal_back_to_evnts:active,.dynamicEventModal_back_to_evnts:hover,.dynamicEventModal_back_to_evnts:focus,
.dynamicEventModal_back_to_event_details:active,.dynamicEventModal_back_to_event_details:hover,.dynamicEventModal_back_to_event_details:focus,
.dynamicEventModal_back_to_share_modal:active,.dynamicEventModal_back_to_share_modal:hover,.dynamicEventModal_back_to_share_modal:focus,
.dynamicEventModal_back_to_chats:active,.dynamicEventModal_back_to_chats:hover,.dynamicEventModal_back_to_chats:focus{
    color: #fff;
}
.dynamicEventModal .swipe_image_wraper_back h2 {   
    text-align: center;
    color: #fff;
}
.dynamicEventModal .swipe_content_wraper_back .event_time {
   
    font-weight: 700;
}
.dynamicEventModal .eventOptions ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    margin-top: -58px;
    position: relative;
    z-index: 99999;
    margin-bottom: 25px;
}
.dynamicEventModal .eventOptions ul li {
    box-shadow: 0px 4px 10px 0px #0000001A;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}
.dynamicEventModal .swipe_image_wraper_back h2{
    bottom: 50px;
}
.showDynamicEventModal .dynamicEventModal,.showDynamicEventShareModal .dynamicEventShareModal{
    display: block;
    opacity: 1;
    visibility: visible;
}
.showDynamicEventModal .dynamicEventModalInner, .showDynamicEventShareModal .dynamicEventShareModalInner{    
    transform: translateY(0);
    opacity: 1;
    filter: blur(0px);
}


p.event_time {
    text-transform: capitalize;
}
p.event_time time{
    text-transform: uppercase;
}
.page-template-templatestemplate-events-php .event_tabs {
    padding: 0 15px;
}
.swipe_image_wraper.swipe_image_wraper_back img{
    width: 100%;
}
.dynamicEventShareModal .swipe_content_wraper_back{
    height: 100%;
    padding: 0;
}
.swipe_main_description.share_desc_area {
    padding: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.share_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share_head h2{
    font-family: "Pacifico", cursive;
    color:#1656A8;
    font-size:40px;
    line-height: 40px;
    font-weight: 400;
}
.friend_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.friend_list li {
   
    width: 47%;
}
.friend_list li .friend_item{
    position: relative;
    height: 205px;
    border-radius: 18px;
    max-width: 158px;
    margin: auto;
    overflow: hidden;
}
.friend_list li .friend_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.friend_meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: red;
    text-align: center;
    background: linear-gradient(53.4deg, rgba(21, 136, 221, 0.9) 4.42%, rgba(13, 93, 196, 0.9) 95.54%);
    /* backdrop-filter: blur(3px); */
    color: #fff;
    padding: 10px 15px;
}
.friend_meta p{    
    color: #fff;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.share_body ul li input{
    position: absolute;
    visibility: hidden;
}
.share_body ul li input:checked ~ .friend_item .friend_meta{
    background: #F858A4;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.share_body ul li input:checked ~ .friend_item{   
    border: 5px solid #F858A4;
}
.share_body {
    overflow: auto;
    margin-top: 20px;
    flex: 1;
}
.share_footer{
    padding-top: 15px;
}
.btn-share-invite {
    background: #1656A8 !important;
    color: #fff;
}
.qr_area {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: rgb(7 57 118 / 90%);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.show_qr_area .qr_area{
    opacity: 1;
    visibility: visible;
}

.qr_area_bottom_sheet {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    background: #fff;    
    transition: all .3s ease-in-out;
    bottom: -100%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;    
}
.qr_area.show_bottom_sheet .qr_area_bottom_sheet{
    bottom: 0;
}
.qr_area_bottom_sheet_head {
    background: #F858A4;
    padding: 15px;
    text-align: center;
}
.qr_area_bottom_sheet_head h4{
    font-size: 24px;
    color: #fff;
}
.qr_area_bottom_sheet_body {
    padding: 30px;
    text-align: center;
}
.qr_area_bottom_sheet_footer {
    padding: 0 30px 30px 30px;
}
.qr_area_bottom_sheet_body img{
    width: 100% !important;
    max-width: 100% !important;
}
.friends_area_temp .topics_list_area{
    overflow: hidden;
}
.event_tabs.friends_tab .evnt_tab_head{
    margin-bottom:15px
}
span.name_a {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 3.5rem;
    background: rgb(255 255 255 / 22%);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    margin: auto;
    margin-top: 10%;
    color: #fff;
    overflow: hidden;
}
span.name_a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.friend_req_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.friend_req_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 0;
    position: relative;
}
ul.friend_req_list >li:last-child .friend_req_item{
    border-bottom: none;
}
.friend_req_item span.name_a {
    width: 50px;
    height: 50px;
    margin: 0;
    font-size: 30px;
    line-height: 50px;
    
}
.friend_req_item p {
    color: #214372;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    flex: 1;
    padding-left: 20px;
    text-align: left;
}
.actions_area{
    display: flex;
    gap: 15px;
}
.actions_area button {
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.friend_req_item .time {
    position: absolute;
    color: #858E9B;
    font-size: 13px;
    right: 0;
    top: 0;
}

.confirmation_dialog {
    position: absolute;
    background: #073976cf;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(4px);
    max-width: 640px;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}
.cd_inner {
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    text-align: center;
    transition: all .2s ease-in-out;
    transform:scale(0,0);
    transform-origin: center;
    transition-delay: .2s;
}
.confirmation_dialog h2 {
    font-family: "ProximaNova-Bold";
    font-size: 25px;
    color: #214372;
    font-weight: 700;
}
.confirmation_dialog p {
    font-family: "ProximaNova-Semibold";
    font-size: 16px;
    color: #858E9B;
    font-weight: 600;
    margin-bottom: 20px;
}
.confirmation_dialog .btn-send {
    width: 175px;
    height: 45px;
    padding: 14px;
    margin-left: auto;
    margin-right: auto;
}
.show_confirmation_dialog .confirmation_dialog{
    visibility: visible;
    opacity: 1;
}
.show_confirmation_dialog .cd_inner{
    transform:scale(1);
}
.add_friends_modal{
    position: absolute;
    background: #073976cf;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(4px);
    max-width: 640px;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}
.show_add_friends_modal .add_friends_modal{
    visibility: visible;
    opacity: 1;
}
.afm_inner {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;    
    height: 100%;
    display: flex;
    flex-direction: column;
}
.afm_inner h2 {
    font-family: "ProximaNova-Bold";
    font-size: 25px;
    color: #214372;
    font-weight: 700;
}
.afm_header form{
    display: flex;
    position: relative;
}
.afm_header form input {
    background-color: #E9F2FF;
    border-radius: 10px;
    font-size: 14px;
    min-height: 45px;
    text-indent: 15px;
    padding-right: 45px;
}
.afm_header form button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0 15px;
    background: transparent;
    outline: none;
}
.afm_body {
    min-height: 200px;
    overflow: auto;
    /* max-height: 200px; */
    flex: 1;
}

.friend_details_modal {
    position: absolute;
    background: #073976cf;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(4px);
    max-width: 640px;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}
.show_friend_details_modal .friend_details_modal{
    visibility: visible;
    opacity: 1;
}
.fdm_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 333px;
}
.fdm_inner_wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.fdb_head {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.fdb_head img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    max-width: inherit;
    left: 50%;
    transform: translateX(-50%);
}
.fdb_head:after {
    content: '';
    background: linear-gradient(180deg, rgba(13, 93, 195, 0) 0%, rgba(13, 93, 195, 0.9) 69%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
}
.fdm_inner .go_back_area {
    text-align: center;
}
.fdm_meta {
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 9;
    color: #fff;
    align-items: center;
}
.fdm_meta {
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 9;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 20px;
    width: 100%;
}
.fdm_meta h2{
    font-size: 20px;
    max-width: 100%;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fdb_profile_segments ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.fdb_profile_segments li{
    cursor: pointer;
}
.fdb_profile_segments li svg path {
    fill: #fff; 
}
.fdb_profile_segments li.active svg path {
    fill: #f858a4;
    stroke: #f858a4;   
}
.fdb_body {
    flex: 1;
    overflow: auto;
    padding: 15px;
    padding-bottom: 0;
}
.general_tab_header > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
}
.general_tab_header > ul li {
    width: 50%;
    text-align: center;
    color: #858E9B;
    font-family: "ProximaNova-Bold";
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.general_tab_header > ul li.active {
    color: #214372;
    border-bottom: 2px solid #DF5A99;
}
.general_tab_contents .general_tab_content, .profile_segment_tabs .profile_segment_tab{
    display: none;
}
.general_tab_contents .general_tab_content.active, .profile_segment_tabs .profile_segment_tab.active{
    display: block;
}
.friend_event_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
}
.fei_img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 10px;
}
.fei_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fei_meta {
    flex: 1;
}
.fei_meta ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.fei_meta ul li:first-child {
    list-style: none;
}
.fei_meta h4 {
    color: #214372;
    font-size: 16px;
}
.fei_meta ul li {
    font-size: 13px;
    color: #858E9B;
    font-weight: 500;
    white-space: nowrap;
    max-width: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.friend_events_items{
    overflow: auto;
}

.friends_event_details {
    position: absolute;
    background: #073976cf;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    transition: all .3s ease-in-out;
    backdrop-filter: blur(4px);
    max-width: 640px;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 99;
    overflow: hidden;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    
}
.show_friends_event_details .friends_event_details{
    visibility: visible;
    opacity: 1;
}
.fev_inner {
    width: 100%;
    height: 90%;
    background: #fff;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 4px 10px 0px #00000080;
    max-width: 333px;
    transform: scale(0);
    transform-origin: bottom;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.show_friends_event_details .fev_inner{
    opacity: 1;
    transform: scale(1);
}
.fev_card_area .card__face--back {
    background: transparent;
    transform: none;
    line-height: inherit;
    position: inherit;
}
.fev_card_area {
    /* flex: 1; */
    max-height: calc(100% - 90px);
}
.friends_event_details .go_back_area{
    text-align: center;
}
button.thumb {
    position: absolute;    
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 4px 15px 0px #00000040;
    width: 70px;
    height: 72px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    margin-top: -66px;
}
button.thumb.thumb_down{
    left: 0;
}
button.thumb.thumb_up{
    right: 0;
    border-radius: 50px 0 0 50px;
}
ul.app_footer_nav li {
    position: relative;
}
li.active_menu {
    position: relative;
}
li.active_menu .note_dot {    
    width: 8px;
    height: 8px;    
    right: 50%;
    top: inherit;
    margin-right: -4px;
    bottom: -15px;
}
/* chats */
.events_chats_list{
    padding-top: 20px;
}
.event_meta_wrap{
    display: flex;
    gap:20px
}
.event_meta_wrap .evnt_meta{
    width: calc(100% - 20px)
}
.has_chat{
    width: 12px;
    height: 12px;
    display: block;
    background: #F858A4;
    border: 1px solid #fff;
    border-radius: 50%;
}
.chatModal{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #073976;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .3s ease-in-out;
}
.showChatModal .chatModal{
    display: block;
    opacity: 1;
    visibility: visible;
}
.chatModalInner{
    box-shadow: 0px 4px 20px 0px #0000000D;
    border-radius: 15px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.chatModalHeader .swipe_image_wraper.swipe_image_wraper_back{
    height: 130px;
}
.chatModalHeader .swipe_image_wraper_back h2{
    text-shadow: none;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}
.chatModalHeader .swipe_image_wraper_back p{
    text-shadow: none;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    position: absolute;    
    bottom: 12px;
    padding: 0 20px;
    z-index: 2;
}
.chatModalHeader .swipe_image_wraper_back:after{
    background: linear-gradient(180deg, rgba(13, 93, 195, 0) 0%, rgba(13, 93, 195, 0.9) 53%);
}
.chatModalHeader  .has_chat {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}
.chatModalFooter {
    background: #1656A8;
    padding: 20px 30px;
}
form#sendChatForm {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DDECFF;
    outline: none;
    padding: 0;
}
#sendChatForm input, #sendChatForm button{
    display: block;
    border: none;outline: none;
    margin: 0 !important;
    background: transparent;
    height: 45px;
}
#sendChatForm input::placeholder{
    color: #90A9CD;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}
.chatModalArea {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.chatModalBody {
    width: 100%;
    height: calc(100vh - 322px);
    overflow: auto;
    background: #F1F7FF;
    padding: 15px;
    position: relative;
}
ul.chatBubbles {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chatBubbleText {
    background: #fff;
    border: 1px solid #DDECFF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    color: #214372;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;    
}
.chatBubbleMeta {
    color: #A3B3C9;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    gap: 10px;
    margin: 6px 0px
}
li.sent_chat_bubbles {
    text-align: right;
}
li.sent_chat_bubbles .chatBubbleText {
    background: #597CA8;
    border-color: #597CA8;
    color: #fff;
    border-bottom-right-radius: 0;
}
li.sent_chat_bubbles .chatBubbleMeta{
    justify-content: end;
}
.card_event_item.card_topic_caht_item {
    height: 100px;
}
.card_event_item.card_topic_caht_item .item_event_content{
    background: linear-gradient(53.4deg, rgba(21, 136, 221, 0.9) 4.42%, rgba(13, 93, 196, 0.9) 95.54%);
}
.card_event_item.card_topic_caht_item .item_event_content h5{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-shadow: -3px -3px 0 #1656A8, 3px -3px 0 #1656A8, -3px 3px 0 #1656A8, 3px 3px 0 #1656A8, 0 -3px 0 #1656A8, 0 3px 0 #1656A8, -3px 0 0 #1656A8, 3px 0 0 #1656A8;
}
.card_event_item.card_topic_caht_item .event_meta_wrap {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.friend_item_chat_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.ficw_img {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    overflow: hidden;
}
.card_event_item.card_friend._caht_item.open_chat_item {
    height: auto;
    box-shadow: 0px 4px 20px 0px #00000040;
}
.list_events.friends-chats.active .events_chats_list{
    padding-left: 20px;
    padding-right: 20px;
}
.ficw_meta .name {
    color: #214372;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
span.last_chat {
    font-size: 13px;
    line-height: 22px;
    color: #214372;
}
.has_chat{
    margin-right: 15px;
    margin-left: auto;
}
span.last_chat {
    font-size: 13px;
    line-height: 22px;
    color: #214372;
    display: block;
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.profile_segment_tab.friend_chat .chatModalBody {    
    height: calc(100vh - 452px);
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-top: -15px;
}
.profile_segment_tab.friend_chat .chatModalFooter{
    margin-left: -15px;
    width: calc(100% + 30px);
}
.chatLoader {
    position: absolute;
    background: #1656a8;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.chatLoader img {
    width: 40px;
}
.chatLoader.show{
    opacity: 1;
    visibility: visible;
}
.profile_segment_tab.friend_chat .chatLoader {
    bottom: 187px;
    top: 265px;
    z-index: 9;
    position: fixed;
}
.ficw_img span.name_a {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin: 0;
    line-height: 55px;
    font-size: 37px;
    text-transform: capitalize;
}
.profile_segment_tab.friend_topics.active .topics_list_area {
    height: calc(100vh - 419px);
    overflow: auto;
}
.profile_segment_tab.friend_topics.active li.topic_item{
    width: 100%;
    pointer-events: none;
}
.profile_segment_tab.friend_topics.active li.topic_item.selected{
    font-weight: bold;
    background-color: transparent;
    color: #F858A4;
}
.profile_segment_tab.friend_topics.active li.topic_item.selected .done svg path{
    stroke: #F858A4;
}
.profile_segment_tab.friend_topics.active .topic_tooltip_trigger.cta{
    display: none;
}