@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
}
body{
    background: #E5F7FF;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

.bodyoverflow {
    overflow: hidden;
}

.smajik_bg{
    /* background: url('../images/img-1.jpg') no-repeat; */
    background: linear-gradient(#133A8B, #132C67);
    background-size: 100% 100%;
    padding-top: 30px;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
}
.smajik_banner{
    position: relative;
}
.smajik_banner img{
    width: 100%;
    border-radius: 10px;
}
.smajik_banner h4{
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.smajik_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.smajik_list ul li{
    margin: 0;
    padding: 10px 0px;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.smajik_list ul li.active{
    border-bottom: 3px solid rgba(255, 255, 255, 1);
}
.smajik_list ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 30px;
    font-weight: 500;

}
.smajik_list ul li.active a{
    color: rgba(255, 255, 255, 1);   
    font-weight: bold;
}
.card_detail{
    padding: 40px 0px 20px 0px;
}
.user_card_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.user_card_list ul li{
    margin: 0;
    padding: 0;
}
.user_card_list ul li img.user_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.user_card_list ul li.user_name{
    padding-left: 10px;
    flex-grow: 1;
    padding-right: 5px;
}
.user_card_list ul li h4{
    font-size: 10px;
    font-weight: 600;
    color: #102746;
    margin: 0px;
    word-break: break-word;
}
.user_card_list ul li h5{
    color: #102746;
    font-size: 9px;
    font-weight: 600;
}
.user_card_list ul li h6.schename{
    text-decoration: none;
    color: #092545;
    font-size: 9px;
    border: 1px solid #29ABE5;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    font-weight: 600;
    max-width: 130px;
    /* text-align: right; */
}
.user_card_list ul li a img{
    width: 30px;
    margin-right: 5px;
}
.user_image_list{
    padding: 20px 0px 0px 0px;
}
.user_image_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.user_image_list ul li{
    margin: 0;
    padding: 5px 5px 0px 0px;
    width: 48%;
    flex: auto;
}
.user_image_list ul li a img{
    width: 100%;
    border-radius: 10px;
    min-height: 170px;
}
.card_detail p{
    font-size: 10px;
    color: #171717;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0px;
    word-wrap: break-word;
}
.share_card{
    padding-top: 20px;
}
.share_card ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share_card ul li{
    margin: 0;
    padding: 0px 10px 0px 0px;
}
.share_card ul li a{
    text-decoration: none;
    font-size: 9px;
    display: flex;
    align-items: center;
    font-weight: 600;
    background: linear-gradient(#F4905B, #EB6A23);
    color: #fff;
    min-width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.share_card ul li button{
    background: none;
    border: none;
    outline: none;
    width: 20px;
}
.share_card ul li a img{
    width: 11px;
    margin-right: 5px;
}
.share_card ul li h6{
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: bold;
    font-family: 'HK Grotesk';
    text-transform: uppercase;
}
.overlay_div2{
    position: relative;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 2%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.overlay_div2 h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: #fff;
    font-size: 46px;
}
.upload_main{
    padding: 40px 0px;
    text-align: center;
    max-width: 200px;
    margin: 0px auto;
}
.upload_div{
    position: relative;
    border: 2px solid #29ABE5;
    border-radius: 30px;
    overflow: hidden;
}
.upload_div input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.upload_div h4{
    display: flex;
    align-items: center;
    /* border: 2px solid rgba(255, 163, 131, 0.5); */
    padding: 10px;
    /* border-radius: 20px; */
    justify-content: center;
    color: #102746;
    font-size: 16px;
    font-weight: 500;
}
.upload_div h4 img{
    width: 20px;
    margin-right: 5px;
}
.upload_main h6{
    padding: 10px 0px;
    font-size: 14px;
    color: #102746;
    font-family: 'HK Grotesk';
    font-weight: 600;
}
.desc_detail h5{
    color: #29ABE5;
    font-size: 16px;
    font-family: 'hk_groteskbold';
    font-weight: bold;
}
.desc_detail textarea{
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 15px;
    background: none;
    font-size: 14px;
    color: #102746;
    font-weight: 400;
    outline: none;
    resize: none;
    font-family: 'Poppins', sans-serif;
    height: 80px;
    box-sizing: border-box;
    line-height: 25px;
}
.desc_detail textarea::placeholder{
    font-weight: 400;
    color: rgba(16, 39, 70, 0.5);
}
.desc_detail input{
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 10px 15px;
    background: none;
    font-size: 14px;
    color: #102746;
    font-weight: 400;
    outline: none;
    resize: none;
    font-family: 'Poppins', sans-serif;
    height: 50px;
    box-sizing: border-box;
    line-height: 25px;
}
.desc_detail input::placeholder{
    font-weight: 400;
    color: rgba(16, 39, 70, 0.5);
}
.next_btn{
    padding: 30px 0px 500px 0px;
}
.next_btn a{
    text-decoration: none;
    color: #fff;
    background: linear-gradient(#F4905B, #EB6A23);
    width: 90%;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    font-size: 16px;
}

.next_btn button{
    text-decoration: none;
    border: none;
    font-size: 18px;
    color: #fff;
    background: #FF855A;
    width: 100%;
    outline: none;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 15px 0px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    border: none;
}
.activity_bg{
    background: url('../images/strip.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 30px 0px;
}
.activity_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.activity_list ul li{
    margin: 0;
    padding: 0;
}
.activity_list ul li.upload_head{
    flex-grow: 1;
}
.activity_list ul li h5{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.profile_img{
    padding: 30px 0px;
}
.profile_img ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.profile_img ul li{
    margin: 0;
    padding: 0px 20px 0px 0px;
}
.profile_img ul li a img.user_profile_img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.upload_div2{
    padding: 0px 20px;
}
.user_form_detail{
    padding-bottom: 20px;
    position: relative;
}
.user_form_detail label{
    font-size: 18px;
    color: #FF855A;
    font-weight: 600;
    display: block;
}
.user_form_detail input{
    width: 100%;
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.user_form_detail input:focus{
    border-bottom: 2px solid #FF855A;
}
.user_form_detail input::placeholder{
    font-weight: 500;
}
.user_form_detail select{
    width: 100%;
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid rgba(112, 112, 112, 0.2);
    outline: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('../images/arrow_down.svg') no-repeat right;
}
.user_form_detail select:focus{
    border-bottom: 2px solid #FF855A;
}
span.otp_span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-0%, -50%);
    font-size: 20px;
    font-weight: 600;
}
.or_head{
    padding: 0px 0px 20px 0px;
}
.or_head h5{
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
}
.event_bg{
    background: url('../images/img-5.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 10px 0px;
}
.event_list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.event_list ul li{
    padding: 10px 0px;
}
.event_list ul li h5{
    color: #FF855A;
    display: flex;
    align-items: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.event_list ul li h5 img{
    width: 50px;
    margin-right: 10px;
}
.event_list ul li h3{
    color:#954012;
    font-size: 36px;
    text-transform: uppercase;
}
.popupslide_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 999;
    background: #fff;
}
.popup_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0px auto;
}
.popup_image img{
    width: 80%;
    border-radius: 10px;
    margin: 0px auto 90px auto;
}
span.cross_icon{
    position: absolute;
    right: 4%;
    top: 2%;
    z-index: 99;
}
.popup_image .slick-prev:before, .popup_image .slick-next:before{
    color: transparent;
}
.popup_image .slick-prev{
    bottom: 0% !important;
    left: 40%;
    transform: translate(-50%, 0%);
    width: 65px;
    height: 65px;
    top: auto;
    z-index: 9;
}
.popup_image .slick-next{
    bottom: 0% !important;
    right: 22%;
    transform: translate(-50%, 0%);
    width: 65px;
    height: 65px;
    top: auto;
}
.popup_image .slick-disabled{
    opacity: 0.25;
}
.loader_bg{
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader_img img{
    width: 60px;
    animation: loader linear 0.8s infinite;
}
@keyframes loader{
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.popup_image h6{
    /* position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0%); */
    font-size: 14px;
    font-weight: bold;
    font-family: 'HK Grotesk';
    margin-top: -80px;
    text-align: center;
}
.success_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.success_content{
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 20px;
    border-radius: 10px;
}
.success_content img{
    margin-left: auto;
    display: block;
}
.success_content h5{
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-top: 20px;
    font-weight: 600;
}
.next_btn_suucess a{
    width: 80%;
}
.crop_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.crop_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px;
    min-height: 200px;
    max-height: 500px;
}
.crop_content .cropper-modal{
    background: transparent;
}
.crop_content .cropper-container{
    width: 100% !important;
}
button.crop_btn{
    background: #FF855A;
    color: #fff;
    border: none;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
button.cros_btn{
    background: #FF855A;
    border: none;
    position: absolute;
    top: -2%;
    right: -2%;
    border-radius: 50%;
    padding: 5px 5px 0px 5px;
}
button.cros_btn img{
    width: 20px;
}

.loader_bg, .success_bg {
    display: none;
  }

  .error_p {
      color: red;
  }

 .img_padding{
      padding: 0px 5px;
  }
  .img_padding img{
      /* /* min-height: 200px; */
      max-height: 500px;
  }
  .popup_fixed_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}
.popup_bg{
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    width: 90%;
}
.popup_bg h4.share_popup_h4{
    position: relative;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}
.popup_bg h4.share_popup_h4 a img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}
ul.social_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
ul.social_list li{
    margin: 0;
    padding: 0px 20px;
}
ul.social_list li:nth-child(2){
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
ul.social_list li a{
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 16px;
}
ul.social_list li a img{
    display: block;
    margin: 10px auto;
    width: 40px;
}
.card_section{
    background: #E5F7FF;
    padding-bottom: 100px;
}
.upload_bg{
    background: #E5F7FF;
}
.upload_img_new{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9;
}
.checkinbg{
    background: #E5F7FF;
    padding: 20px 0px;
    min-height: 100vh;
}
.checkin_content h4{
    color: #1A4BAF;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto;
    text-align: center;
    text-transform: uppercase;
}
.check_sel_div{
    padding-bottom: 60px;
}
.check_sel_div h5{
    color: #2699FB;
    font-size: 14px;
    font-weight: 400;
}
.check_sel_div .select_arrow {
    border: 1px solid #C6ECFD;
    background: #fff;
    height: 50px;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.check_sel_div .select_arrow select{
    width: 100%;
    height: 50px;
    background: none;
    /* padding: 0px 10px; */
    border: none;
    /* margin: 10px 0px;
    border-radius: 10px; */
    color: #102746;
    font-size: 16px;
    position: relative;
    z-index: 9;
    appearance: none;
    outline: none;
}
.check_sel_div .select_arrow img.arrowselect_down{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.checkin_content h6{
    font-size: 12px;
    color: #555A5D;
    font-weight: 400;
    padding-left: 10px;
}
.uploadimg_div{
    padding: 20px 0px;
}
.uploadimg_div h5{
    color: #29ABE5;
    font-size: 16px;
    font-family: 'hk_groteskbold';
    font-weight: bold;
}
ul.upload_img_list{
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
    display: flex;
}
ul.upload_img_list li{
    width: 24%;
    padding: 0px 5px 0px 0px;
    position: relative;
}
ul.upload_img_list li span.cross_tag{
    position: absolute;
    right: 5%;
    top: 0;
}
ul.upload_img_list li span.cross_tag img{
    width: 20px;
}
ul.upload_img_list li a img{
    width: 74px;
    border-radius: 10px;
    height: 74px;
}
ul.upload_img_list li a .up_view_div{
    position: relative;
    width: 74px;
    height: 74px;
    overflow: hidden;
}
ul.upload_img_list li a .up_view_div .up_view_layer{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
ul.upload_img_list li a .up_view_div h6{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}
.checkinpopup_bg{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.checkinpopup_content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.checkinpopup_content img.close_check{
    display: block;
    margin: 10px auto;
    width: 40px;
}
.checkinpopup_inner{
    background: #fff;
    padding: 20px;
    min-height: 60vh;
    border-radius: 24px 24px 0px 0px;
}
ul.swatch_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
ul.swatch_list li{
    margin: 0;
    padding: 0;
}
ul.swatch_list li img{
    width: 50px;
    height: 50px;
}
ul.swatch_list li h5{
    font-size: 18px;
    font-weight: bold;
    color: #021A93;
    padding: 0px 0px 0px 10px;
    margin: 0;
}
h5.swacg_h{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #021A93;
    padding: 0px 0px 0px 10px;
    margin: 0;
}
ul.check_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
ul.check_list li{
    margin: 0;
    padding: 0;
}
ul.check_list li img{
    width: 24px;
}
ul.check_list li h5{
    font-size: 14px;
    font-weight: 400;
    color: #102746;
    padding: 0px 0px 0px 10px;
    margin: 0;
}
img.map_img{
    width: 100%;
    border-radius: 12px;
    margin: 10px 0px 0px 0px;
}

.iframe_map {
    width: 100%;
    border-radius: 12px;
    margin: 10px 0px 0px 0px;
}

.checkin_btn{
    padding: 30px 0px;
}
.otherlabel h5{
    color: #2699FB;
    font-size: 14px;
    font-weight: 400;
}
input.otherform{
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #C6ECFD;
    margin: 10px 0px;
    border-radius: 10px;
    color: #102746;
    font-size: 16px;
    box-sizing: border-box;
}

@media only screen and (max-width: 360px) {
    .img_padding img {
        max-height: 350px;
    }
    span.cross_icon {
        top: 5%;
    }
  } 
  .loc_en{
    
    position: relative;
  }
  .loc_en .overlay_div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
  }
.enloc{
    text-decoration: none;
    color: #021A93;
    font-size: 18px;
    z-index: 99;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enloc img{
    margin-left: 10px;
}
ul.upload_img_list li a .overlay_div_view{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 74px;
  }
  ul.upload_img_list li a .overlay_div_view .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
  }
  ul.upload_img_list li a .overlay_div_view h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .app_head{
    font-size: 18px;
    color: #29ABE5;
    margin: 0;
    padding: 0px 0px 0px 0px;
  }
  .app_set{
    color: #102746;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    /* display: flex;
    flex-wrap: wrap; */
  }
  .app_set span.app_blue{
    color: #021A93;
    font-size: 16px;
    
  }
  .app_set img{
    margin: 0px 5px;
    position: relative;
    top: 6px;
  }
  .btn_submit{
    color: #fff;
    background: linear-gradient(#F4905B, #EB6A23);
    width: 80%;
    display: block;
    margin: 20px auto 80px auto;
    text-align: center;
    padding: 12px 0px;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    font-size: 16px;
    border: none;
  }
  .smajik_banner2{
    padding-bottom: 30px;
  }
  .landing_pge_wrap{
    padding: 20px 0px;
  }
  .loc_label{
    color: #29ABE5;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
  }
  .landing_btm p{
    padding: 10px 0px;
    font-size: 16px;
    color: #102746;
    font-family: 'HK Grotesk';
    font-weight: 600;
  }
  .form-select1{
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #C6ECFD;
    margin: 10px 0px;
    border-radius: 10px;
    color: #102746;
    font-size: 16px;
    outline: none;
  }
  .btn_login{
    color: #fff;
    background: linear-gradient(#F4905B, #EB6A23);
    width: 90%;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 12px 0px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(255, 133, 90, 0.3);
    font-size: 16px;
  }
  ul.backhead{
    list-style-type: none;
    margin: -10px 0px 10px 0px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  ul.backhead li{
    margin: 0;
    padding: 0px 10px 0px 0px;
  }
  ul.backhead li a img{
    width: 10px;
  }
  ul.backhead li h5{
    font-size: 14px;
    margin: 0px 0px 7px 0px;
    color: #fff;
  }
  .checkinback_bg{
    background: #021A93;
  }
  .checkinback_bg ul.backhead{
    margin: 0;
    padding: 15px;
  }
  .footer_celb{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  ul.footer_list{
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
  }
  ul.footer_list li{
    margin: 0;
    padding: 0;
  }
  ul.footer_list li a{
    text-decoration: none;
  }
  ul.footer_list li a img{
    margin: 10px auto;
    width: 16px;
  }
  ul.footer_list li.active a img.homeblack{
    display: none;
  }
  ul.footer_list li.active a img.homeblue{
    display: block;
  }
  ul.footer_list li a img.homeblack{
    display: block;
  }
  ul.footer_list li a img.homeblue{
    display: none;
  }  
 
  ul.footer_list li a h6{
    font-size: 10px;
    color: #646464;
    font-weight: 500;
    margin: 0;
  }
  ul.footer_list li.active a h6{
    color: #021A93;
  }
  /* The containercheck */
.containercheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
  }

  
  /* When the checkbox is checked, add a blue background */
  .containercheck input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .containercheck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containercheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .confirmation_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .confirmation_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
  }
  .confirmation_content h5{
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
}
ul.confirm_list{
    list-style-type: none;
    margin: 0;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}
ul.confirm_list li{
    padding: 0px 10px;
}
ul.confirm_list li button.yes_btn{
    background: #EB6A23;
    border: 1px solid #EB6A23;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
    color: #fff;
    padding: 0px;
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.confirm_list li button.no_btn{
    background: #fff;
    border: 1px solid #EB6A23;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
    outline: none;
    color: #000;
    padding: 0px;
    min-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/***********Report Post ************/
/* The container_post */
.container_post {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .container_post input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark_post {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1.5px solid #707070;
  }
  
  /* On mouse-over, add a grey background color */
  .container_post:hover input ~ .checkmark_post {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container_post input:checked ~ .checkmark_post {
    background-color: #fff;
    border: 1.5px solid #EE7635;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark_post:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container_post input:checked ~ .checkmark_post:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container_post .checkmark_post:after {
      top: 4px;
      left: 4px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #EE7635;
  }
  .report_post_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
  }
  .report_post_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    margin: 0px auto;
  }
  .report_post_content h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0px 20px 0px;
  }
  .report_post_content h6{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 10px 0px;
  }
  ul.repost_post_con{
    list-style-type: none;
    margin: 0;
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
  }
  ul.repost_post_con li{
    margin: 0;
    padding: 0;
  }
  ul.repost_post_con li.rep_canli{
    padding: 0px 10px 0px 0px;
  }
  ul.repost_post_con li button.rep_cancel{
    background: #fff;
    border: 1px solid #EE7635;
    color: #EE7635;
    border-radius: 15px;
    width: 87px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
  }
  ul.repost_post_con li button.rep_next{
    background: linear-gradient(#F4905B, #EB6A23);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #EE7635;
    width: 87px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }