/* -----------------Quick Sand-------------- */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
ol, ul , p , h1, h2 ,h3 ,h4 ,h5 , h6 ,a {
    margin: 0px  !important;
    padding: 0px  !important;
}
/* ------------------Sign up Page ------------------------- */
body{
    font-family: 'Quicksand';
    font-style: normal;
}
.signup_section{
    height: auto;
    min-height: 100vh;
}
.logo_sec{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:#46CE7C;
}
.logo_area{
    background-color:#46CE7C;
}
.signup_card_body_div{
    background-color:#fff;
    height: auto;

}
.log{
    padding-top: 10px;
}
.row>*{
    padding-right: 0;
    padding-left: 0;
}

/* -----form------ */
.logo{
    padding-top: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.signup_h p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    padding-top: 40px !important; 
    color: #515452;
}
.signup_card_body_div{
    height: 100vh;
    overflow-y: scroll;
    max-width: 489px;
    margin: auto;
}
.signup_card_body_div::-webkit-scrollbar{
    width: 0;
}
.lab p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.5%;
    color: #0B2816;
    padding-top: 20px !important;
    padding-bottom: -4px !important;
}
.field_group input{ 
    border: none;
    outline: none;
    background: #F7F7F7;
    border-radius: 11px;
    height: 64px;
    width: 100%;
    padding-left: 12px;
}
.num_in select{
    border: none;
    outline: none;
    background: #F7F7F7;
    margin: 7px 0px;
    width: 90px;
    padding-left: 31px;
    /* border-right: 1px solid #506257; */
}

.num_in  option{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
    color: #000000;
}
.num_in{
    display: flex;
}
.num_in{
    background: #F7F7F7;
    border-radius: 11px;
    width: 100%;
    height: 64px;
}
.filed_number_group input{
    border-top-left-radius: none;
    border-bottom-left-radius: none;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: none;
    outline: none;
    background: #F7F7F7;
    padding: 18px 0px;
    width: 100%;
    padding-left: 10px;
}
span.agree_text{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.5%;
    color: #0B2816;

}
.agree_btn{
   padding-top: 22px;
}
.agree_btn a{
    text-decoration: none;
    color: #46CE7C;
    font-size: 16px;
 
}
.reg input , .gog button{
    border: none;
    outline: none;
    background: #46CE7C;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    width: 295px;
    height: 49px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
    display: flex;
    justify-content: center;
    margin: 17px auto;
}
.gog button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gog img{
    margin-right: 20px;
}
.gog a{
    text-decoration: none;
    color: white;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
}
.alr_hv_ac{
    /* padding:20px 0px; */
    padding-bottom: 10px;
}
.alr_hv_ac p , a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.5%;
    text-align: center;
}
.alr_hv_ac a{
    text-decoration: none;
    color: #46CE7C;
}

@media (max-width:991px){
    .signup_card_body_div{
        padding: 0px 10px;
    }
    .logo_area{
        display: none;
    }
    .logo{
        padding-top: 35px;
    }
}



/* ------------------login Page------------------------ */
.login{
    padding-top: 170px;
}
.login_sign{
  padding-top: 130px;
}
.forgot{
    display: flex;
    justify-content: end;
    padding-top: 33px;
}
.forgot a{
    text-decoration: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.5%;
    color: #0B2816;
}
.reg{
    padding-top: 23px;
}


@media (max-width:990px) {
    .login{
        padding-top: 50px;
    }
    .login_sign{
        padding-top: 20px;
    }
}

/* ---------------------No Card Page----------------------- */

/* --sidebar-- */
header{
    display: flex;
}
.sidebar{
    background-color: #46CE7C;
    padding:43px 10px 0px 26px;
    width: 400px;
    height: 100vh;
}
.profile{
    padding-bottom: 20px;
}
/* hamburger */
.hamburger {
    width: 35px;
    height: 44px;
    margin-right: 10px;
    padding-top: 4px;
    cursor: pointer;
    display: none;
}

.line1{
    margin-top: 10px;
}
.line1 , .line2 , .line3{
    background-color: #000000;
    margin: 5px 0px;
    height: 2px;
    border-radius: 10px;
    width: 24px;

}
.close_btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: right;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: wheat;
    cursor: pointer;
    margin-top: -15px;
    display: none;
}

.pro_img{
    display: flex;
    justify-content: center;
}
.user_name p ,.menu ul li a{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #F7F7F7;
    text-align: center;
}
.menu{
    padding-top: 60px;
}
.menu ul{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    font-size: 16px;
    
}
.menu ul li a span img {
    padding-right: 12px;
    margin-bottom: 4px;
}
.menu ul li{
    display: flex;
    align-items: center;
    padding: 9.5px 0px 15px 15px;
    border-radius: 4px;
    margin-bottom: 21px;
}
.active{
    background-color:#5DA67A ;
}
@media(max-width:1244px){
    .menu ul li a{
        font-size: 13px;
    }
}
@media(max-width:992px){
    .nave {
        padding: 29px 20px 24px 26px !important;
    }
    
    .sidebar{
        position: absolute;
        width: 300px;
        left: -300px;
        transition: 0.4s all ease-in-out;
        z-index:1;
        }

    .hamburger{
        display: block;
    }

    .menuactive{
        left: 0px;
        transition: 0.4s all ease-in-out;
    }
    .close_btn{
        display: block;
        margin-top: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        }
    .fa-solid, .fas{
        font-size: 20px;
        color: #F7F7F7;
    }
    .menu{
        padding-top: 30px;
    }
}
@media (max-width:320px){
    .reg input, .gog button{
        width: 245px;
    }
    .sidebar{
        width: 260px;
    }
    .nave {
        padding: 29px 3px 24px 11px !important;
    }
    .hamburger{
        margin-right: 0px;
    }
}
/* Nav Bar */
.navb{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
.nave{
    padding: 29px 120px 24px 26px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 81px;
    width: 100%;
}
.nav_menu{
    display: flex;
    justify-content: space-between;
}
.user_profile , .nav_right{
    display: flex;
}
.u_name p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding-top: 4px !important;
}
.noti{
    padding-right: 44px;
}

@media (max-width:375px){
    .u_name p{
        font-size: 15px;
    }
    .noti{
        padding-right: 10px;
    }
}


/* ------------No card --------------- */
.no_card{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 175px;
    padding-bottom: 200px;
}
.wndrw_img{
    width: 421px;
    height: 421px;
    background: rgba(70, 206, 124, 0.14);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w_p p {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 103.5%;
    text-align: center;
    padding-top: 36px !important;
    padding-bottom: 63px !important;
}
.create_card_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
    height: 49px;
    margin: 0 auto;
    background: #46CE7C;
    border-radius: 50px;
}
.create_card_btn a{
    text-decoration: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
    color: #F7F7F7;
}

@media (max-width:425px){
    .wndrw_img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .wndrw_img img{
        width: 200px;
    }
    .w_p p {
        padding:auto 10px !important;
    }
    .no_card{
        padding-top: 80px;
    }
}


/* --------------Create Card ------------ */
.create_card_form{
    max-width: 950px;
    margin: 0 auto;
    padding: 0 10px;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.crate_form_fileds1 input ,.create_label_select ,.Location select  , .crate_form_fileds2 input, .title input{
    background-color: #46CE7C;
    background: #F7F7F7;
    border-radius: 11px;
    border: none;
    outline: none;
    height: 52px;
    padding-left: 10px;
}
.crate_form_fileds1 input, .create_label_select {
    width: 425px;
}
.create_label_select{
    padding-right: 13px;
}
.crate_form_fileds2 input{ 
    width: 400px;
}

.create_label p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.5%;
    color: #0B2816;
    padding-bottom: 11px !important;
    padding-top: 28px !important;
}
.title input , .Location select {
    width: 100%;
}
.aboutme textarea{
    height: 147px;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    background-color: #F7F7F7;
    border-radius: 11px;
    padding: 10px;
}

.create_card_img {
    display: flex;
    padding-top: 60px;
}
.user_img img{
    width: 87px;
    height: 87px;
    border-radius:50%;
}
.plus_img{
    position: relative;
    right: -57px;
    bottom: 22px;
}
.upload_img input{
    padding-left: 50px;
    padding-top: 30px;
}
.choose_img{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 103.5%;
    text-decoration-line: underline;
    color: #46CE7C;
    cursor: pointer;
}

@media (max-width:1244px){
    .crate_form_fileds1 input, .create_label_select {
        width: 325px;
    }
    .crate_form_fileds2 input{ 
        width: 300px;
    }
}
@media (max-width:992px){
    .flex{
        display: block;
    }
    .crate_form_fileds1 input, .create_label_select {
        width: 100%;
    }
    .crate_form_fileds2 input{ 
        width: 100%;
    }
}


/* -- ----------------Notificaions Section------------------ */
.page_title p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0B2816;
    padding:38px 0px 55px 60px !important;
}
.notification_box{
    max-width:996px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.07);
    border-radius: 9px;
    padding:9px 16px 50px 18px;
    margin-bottom: 93px !important;
}

.message{
    display: flex;
    padding: 13px 0px 25px 13px;
    border-radius: 9px;
    border-bottom: 1px solid #F7F7F7;
    cursor: pointer;
}
.message:hover{
    background: rgba(164, 230, 255, 0.39);
}
.message:last-child{
    border: none;
}
.ml{
    background: none;
}
.mes_img img{
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #46CE7C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.msg_text p , .msg_text h6 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-left: 19px !important;
}
.msg_text h6{
    line-height: 14px;
    font-size: 14px;
    padding-top: 3px !important;
}

@media (max-width:1324px){
    .notification_box{
        margin: 0px 10px;
    }
}
@media (max-width:767px){
    .page_title p{
        padding: 38px 0px 25px 20px !important;
    }
}
@media (max-width:375px){
    .notification_box{
        padding: 5px 10px 37px 10px;
    }
    .message{
        padding: 9px 0px 17px 13px;
    }
    .msg_text h6 , .msg_text p{
        font-size: 13px;
    }
}

/* ----------------Mycard Page ---------------------*/
.mycard{
    max-width:980px;
    margin: 0 auto;
    padding: 16px 54px 41px 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    margin-bottom: 27px;
}
.card_flex{
    display: flex;
    justify-content: space-between;
}
.card_p{
    display: flex;
}
.card_p_txt h3 , .card_p_txt p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0B2816;
    padding-left: 14px !important;
    padding-top: 8px !important;
}
.card_p_txt p{
    font-weight: 500px;
    line-height: 18px;
    font-size: 14px;
    padding-top: 2px !important;
}
.card_scan_img{
    margin-top: 15px !important;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: white;
}
.card_tilte p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 5px 0px 15px 0px !important;
}
.card_about p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #506257;
}
.card_img img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid rgba(251, 123, 215, 0.28);
}
@media (max-width:1340px){
    .mycard{
        margin-left:10px;
        margin-right: 10px;
    }
}
@media (max-width:600px){
    .mycard{
        padding: 16px 6px 33px 11px !important;
    }
    .card_img img{
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .card_scan_img {
        padding-top: 0px !important;
    }
    .card_p_txt h3, .card_p_txt p{
        font-size: 13px;
    }
    .card_tilte p{
        padding: 9px 0px 8px 0px !important;
    }
}

/* ----------------Card Detail Page ------------------- */
/* card details */

.card_detail_card{
    background-color:#0B2816;
}
.det_card_img img{
    width: 82px;
    height: 82px;
    border: 5px solid #FB7BD7;
}
.det_card h3{
    color: white;
}
.det_card p{
    color: rgba(255, 255, 255, 0.86);
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
.detail_card_about p{
    color: white;
    padding-top: 20px !important;
}
.det_card h4{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding-left: 14px !important;
}
.detail_buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 24px;
}
.det_btn_left{
    display: flex;
    flex-wrap: wrap;
}
.det_btn_left button, .det_btn_right button{
    width: 194px;
    height: 40px;
    background: #F7F7F7;
    border-radius: 43px;
    border: none;
    outline: none;
    margin-right: 12px;
}
.det_btn_left a, .det_btn_right a{
    text-decoration: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 120.3%;
    color: #000000;
}
.det_btn_left a img, .det_btn_right a img{
    padding-right: 9px;
}
/* verifications */
.veri_card{
    padding:11px 38px 35px 21px ;
}
.ver_text h3{
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    padding-left: 7px !important;
}
.ver_img img{
    width: 37px;
    height: 37px;
    border: none;
}

.verify_about p{
    font-size: 12px;
    line-height: 16px;
    padding-top: 9px !important;
}

@media (max-width:767px){
    .detail_buttons , .det_btn_left{
        justify-content: center;
        gap: 10px;
    }
    .det_card p{
        padding: 2px 14px !important;
    }
}
@media (max-width:320px){
    .det_card p{
        padding: 2px 9px !important;
    }
    .det_card h4{
        font-size: 10px;
    }
}

/* -------------Profile --------------------- */
.edit_profile_button{
    display: flex;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 5px;
}
.edit_profile_button button {
    width: 396px;
    height: 49px;
    border-radius: 50px;
    outline: none;
    border: none;
    background-color: #46CE7C;
}
.edit_profile_button button a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
    text-decoration: none;
    color: white;
}
.edit_profile_about_me {
    max-width: 966px;
    margin: 0 auto;
    padding-top: 10px;
}
.profile_my_verifications h2,.edit_profile_about_me h2 , .edit_profile_about_me p{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #0B2816;
}
.edit_profile_about_me p{
    font-size: 14px;
    font-weight: 400;
    line-height: 138.5%;
}
.profile_my_verifications{
    max-width: 966px;
    margin: 0 auto;
}
.profile_my_verifications h2{
    padding-top: 41px !important;
    padding-bottom: 31px !important;
}
@media (max-width:1340px){
    .profile_my_verifications , .edit_profile_about_me {
        padding-left:20px !important;
        padding-right:10px !important;
    }
}


/* ------------------Manage Verifications ----------------------- */
.manage_verification_Card{
    max-width: 991px;
    padding: 16px 30px 40px 22px;
}
.form-switch .form-check-input {
    background-color: #46CE7C !important;
    /* border: 1px solid #46CE7C !important; */
}
.ch p{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 6px !important;
}
.manage_card_title p{
    padding-top: 17px !important;
    padding-bottom: 25px !important;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.verification_check_buttons {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 40px;
}
.accept , .cancel{
    display: flex;
    align-items: center;
}
.accept a,  .cancel a , .accept span,  .cancel span{
    font-weight: 600;
    font-size: 18px;
    line-height: 103.5%;
    color: #46CE7C;
    text-decoration: none;
}
.cancel{
    padding-left: 75px;
}
.cancel a , .cancel span{
    color:  #CE4646;
    ;
}
.accept span,  .cancel span {
    padding-right: 2px !important;
}

/* -----MOdal Qr Code ------ */
.my_modal{
    max-width: 557px !important; 
}
.model_c{
    display: flex;
    justify-content: end;
    padding-top: 16px;
    padding-right: 28px;
}
.modal-body{
    padding: 0px !important;
}
.modal-content {
    border-radius: 21px !important;
}
.qr_img , .model_footer_close {
    display: flex;
    justify-content: center;
}
.model_footer_close {
    padding-bottom: 21px;
}
.model_footer_close button , .genuine_button button{
    background: #46CE7C;
    border-radius: 50px;
    width: 319px;
    height: 49px;
    border: none;
    outline: none;   
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 103.5%;
    color: #FFFFFF;
}
/* ------ADD VERIFICATION MODEL---------- */
.modal_container{
    padding-left: 73px;
    padding-right: 85px;
}
.modal2{
    max-width: 703px !important;
}
.model_c2{
    display: flex;
    justify-content: space-between;
    padding-top: 29px;
}
.model_c2 h4{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 103.5%;
    color: #0B2816;
}
.add_verification_form  label{
    padding-top: 25px;
    padding-bottom: 16px;
}
.add_verification_form textarea{
    height: 236px;
    outline: none;
    border: none;
    background: #F7F7F7;
    border-radius: 11px;
    width: 100%;
    resize: none;
    padding: 14px;
}
.genuine_button{
    display: flex;
    justify-content: center;
    padding-top: 31px;
    padding-bottom: 34px;
}
.page_title{
    max-width: 991px;
    margin: 0 auto;
}
.page_title p{
    padding-left: 0px !important;
}
@media (max-width:1324px){
    .page_title p{
        padding-left: 10px !important;
    }
}
@media (max-width:767px){
    .modal_container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cancel{
        padding-left: 15px;
    }
}
@media (max-width:425px){
    .page_title p{
        font-size: 20px;
    }
    .qr_img img{
        max-width:425px;
        width: 100%;
    }
}

/* -----------------Messages Page ------------------------ */
.messages_box {
    padding: 11px 0px 16px 5px !important;
}
.msg_search{
}
.msg_search_form{
    padding-top: 12px;
    padding-bottom: 8px;
}
.msg_search_form input{
    border: none;
    outline: none;
    border: 1px solid #E6E6E6;
    border-radius: 50px;
    padding-left: 10px;
    width: 244px;
    height: 40px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #585858;
}
.msg_person{
    display: flex;
    /* justify-content: space-between; */
    padding-top: 21px;
    align-items: center;
}
.sender_img img{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 18px;
}
.sender_info p , .sender_info h6 ,.sender_notification_time p , .sender_notification_time h6{
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.sender_info h6{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding-top: 7px;
}
.sender_notification_time p{
    padding-left: 28px !important;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: rgba(88, 88, 88, 0.82);
}
.sender_notification_time h6{
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FA2104;
}
.chat_p {
    display: flex;
    padding: 1px 0px 19px 0px;
    margin-left: 18px;
    margin-right: 6px;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
}
.chat_p h5{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-left: 18px !important;
}
.mesg_date{
    padding-top: 20px;
    padding-bottom: 42px;
}
.mesg_date p {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #585858;
    text-align: center;
    position: relative;
    padding-right: 30px !important;
}
.msg_container{
    max-width: 628px;
    margin: 0 auto;
}
.mesg_date p::before{
    content: '';
    position: absolute;
    left: 12px;
    width: 199px;
    height: 1px;
    top: 5px;
    background: rgba(88, 88, 88, 0.82);
} 
.mesg_date p::after{
    content: '';
    position: absolute;
    right: 0px;
    width: 249px;
    height: 1px;
    top: 5px;
    background: rgba(88, 88, 88, 0.82);
}
.reciever_message {
    max-width: 362px;
    background: #D9D9D9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px; 
    padding: 13px 10px 11px 17px;    
}
.reciever_message p , .sen_message p{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
.msg_t p{
    display: flex;
    justify-content: center;
    padding-top: 17px !important;
    padding-left: 53px !important;
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #585858;
}
.rec{
    display: flex;
    justify-content: end;
    padding-top: 35px;
}
.sen_message {
    width: 262px;
    background: #46CE7C;
    border-radius: 50px;
    padding: 13px 10px 11px 17px !important;
}
.sen_message p{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: white;
}
.rec_t p{
    display: flex;
    justify-content: end;
}
.open_chat{
    border-left: 1px solid #D9D9D9;
}

.send_msg{
    max-width: 628px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 9px;
    padding: 16px 22px 14px 18px;
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.send_msg input{
    border: none;
    outline: none;
}
.snd_btn button{
    border: none;
    outline: none;
    background: none;
    width: 90px;
    height: 26px;
    background: #46CE7C;
    border-radius: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.snd_btn button img{
    margin-right: 3px;
    margin-top: 2px;
}
.snd_btn{
    padding-top: 13px;
}
.msg_emojis{
    padding-top: 10px;
} 
.msg_emojis img:first-child{
    margin-right: 12px;
    margin-left: 7px;
}
.lefcol{
    margin-right: 40px;
}

@media (max-width:1324px){
    .msg_container{
        padding: 10px;
    }
    .msg_search_form input{
        width: 215px;
    }
}