*{
    margin:0px;
    padding:0px;
}

:root{
    --var-white:white;
    --var-grey:grey;
    --var-purple:#C576F6;
    --var-primary-color:#098790;
    --var-secondary-color:#FF9C68;
    --var-header-purple:#3f375d;
}
#secondary{
   display: none;
}
#primary{
    width:100% !important;
    /* background-color: pink !important; */
}
#registrationSection{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;


}
 /* #IdTelephone{
    background-color: green !important;
}  */
.registrationSectionInnerDiv{
    width:40%;
    /* margin:50px; */
    height: 400px;
    /* background-color: var(--var-white); */
    background-color: var(--var-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid var(--var-white);
    border-radius: 7px;
    /* margin: auto; */
    margin-top:80px;
    margin-bottom: 80px;

}
#registerFormId{
    width:80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.RegisterHeading{
    color:var(--var-secondary-color);
    font-size:37px;
}

.btn{
    width:65%;
    margin-top:3px;
    background-color: var(--var-secondary-color);
    border:2px solid var(--var-white);
    border-radius:15px;
    font-size: 20px;
    padding:3px;
    color:var(--var-white);
}
.btn:hover{
    background-color: transparent;
    color:var(--var-white);
}
#eyePassShow{
   transform: translate(120px,-35px);
}
#eyePassHide{
    transform: translate(120px,-35px);
}
#confirmPass{
    /* background-color: violet; */
    margin-top:-10px !important;
    /* display: inline-block !important; */
}
/* ========================Responsive================ */

/* =======================Consultant_Registration_Form_CSS========================================== */
.CregistrationSection{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.CregistrationSectionInnerDiv{
    width:50%;
    height: auto;
    background-color: var(--var-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid var(--var-white);
    border-radius: 7px;
    margin-top:80px;
    margin-bottom: 80px;

}
#ConsultantRegisterFormId{
    width:90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.CRegisterHeading{
    color:var(--var-secondary-color);
    font-size:30px;
}
#CwebsiteID{
    margin-top:-10px !important;
}
.consultantBioTextarea{
    width:90%;
    height: 100px;
    margin:5px !important;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.consultantEyePassShow{
    transform: translate(180px,-35px);
 }
 .consultantEyePassHide{
     transform: translate(180px,-35px);
 }
 .consultantLabel{
     color:var(--var-white);
     font-size: 20px;
     margin-left:-223px;
 }
 #consultantTypes{
     width:90%;
     height: 70px;
     margin:5px !important;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
 }
 #ConsultantRegisteFormId label{
    color:white;
    font-size: 20px;

}
#ConsultantRegisteFormId{
    width:90%;
    margin-left: 40px;
}
.incompleteBtn{
    margin-left: 70px;
    margin-top: 10px;
}
/* ==================PageTemplate==========CSS==Start=========== */
.mainDivQuestionTab{
    width:60vw;
    height: auto;
    background-color:var(--var-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border:2px solid lightgray;
    flex-direction: column;
    padding: 10px;
}
.showQuestionsDiv{
    width:80%;
    height: auto;
    /* background-color: chocolate; */
    background-color: #c1e1e3;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    border:1px solid transparent;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fetchedDataQuestionOnRoles{
    /* background-color: turquoise; */
    /* border: 1px solid red; */
    height: auto;
    margin-top: 23px !important;
    width: 100%;
    margin-bottom: 5px !important;
}
.showw_grp_descpClass{
    font-size: 15px;
    line-height: 22px !important;
}
.inputTypeClassShowRoles{
    /* background-color: gray !important; */
    /* width: %; */
    background-color: transparent !important;
    border:1px solid #4DEEEA !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color:white !important;
}
.questionAtUserRoles{
    font-size: 20px !important;
    color:black !important;
}
.questionAnsSendBtnClass{
    color: white;
    /* background-color: cadetblue; */
    background-color: var(--var-secondary-color);
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 5px;
}
.headingColor{
    color: var(--var-secondary-color);
    font-size: 3em;
}
.showCHkBox{
    /* background-color: wheat; */
    width: 500px !important;
}
.inputShowChkAtUser{
    background-color:red !important;
    width: 40px;
}
.Field_descriptionClass{
    margin-top:5px !important;
    margin-bottom: 8px !important;
    line-height: 21px !important;
    /* font-size: 10px !important; */
}
/* --------------new side bar-------------------- */

/* =======================Profile-Fileds=============End====== */
/* ------------------NEw Tab_---Start N------- */
.site_container{
    width:100%;
    display: flex;
    justify-content: center;
  }
  .slides {
      float: left;
      /* width: 100px; */
      width: 150px;
      /* width: 100%; */

      /* padding:7px; */
      background-color: purple;
      /* height:300px; */
      /* clear: both; */
      /* border: 1px solid black; */
  }
  .slides img {
      width: 100%;
      height:100%;
      float: left;
  }
  .slider_parent {
      position: relative;
      width: 2640px;
      /* width: 100%; */
      left: 0px;
      /* background-color: red; */
      display: inline-block;
      transition: left .5s;

      /* clear: both; */
  }
  .grand_parent{
      width: 100%;
      overflow: hidden;
  }
  .btn_class{
    text-align: center;
  }
  .prev, .next{
    /* width:100px; */
    width:50px;
    /* height:40px; */
    height:47px;
    border:1px solid black;
  }
  .prev{
    /* background-color: red; */
    background-color:var(--var-header-purple);
    color:white;
  }
  .next{
    /* background-color: green; */
    background-color: var(--var-header-purple);
    color:white;
  }
/* ------------------NEw Tab_---End N------- */

.BtnShowGrpName{
   width:100%;
   color:var(--var-header-purple);
   border:none;
}
.BtnShowGrpName:hover{
    border-top:3px solid var(--var-header-purple);
}
.BtnShowGrpNameActive{
    border-top:3px solid var(--var-header-purple);
    border-bottom: none !important;
    /* box-sizing: border-box; */
    /* border-right: 2px solid lightgray; */
}
.BtnShowGrpName:focus{
    outline:none;
}
.spanHeadingQuestion{
    /* background-color: red; */
    display:block;
    margin-top: 5px;
    margin-bottom: 5px;
    /* font-family: Montserrat; */
    font-size: 1em !important;
    font-weight: bold;
    /* color: black; */
    color: #1D1D1D ;
}
.BtnSaveClassQues{
    background-color: black;
    margin-top:15px;
    color:white;
    border-radius: 5px;
    padding-top:3px;
    padding-bottom:3px;
}
.inputhkAtUser{
    /* margin-top: 22px; */
    outline:none !important;
}

.showCHkBoxQuest{
    /* background-color:#4DEEEA; */
    width:100% !important;
    position: relative;
    height: auto;
    /* display: flex; */
    flex-wrap: wrap;
    align-items:center !important;
    flex-direction: row !important;
    /* margin-left: 20px; */
}
.inputhkAtUserSelect{
    width:100%;
    padding:3px;
    height: 38px !important;
}
.Chk_Box_SpanShow{
    /* position:absolute; */
    /* background-color: red; */
    /* padding-bottom: 100px !important; */
    /* padding-top:50px !important; */
    margin-top:20px !important;
    /* margin-right: 35px !important; */
    margin-right: 25px !important;
}

.txtBoxInput{
    /* border:1px solid rgb(155, 147, 147); */
    border:1px solid #B7B7B7 !important;
    background-color: transparent !important;
    height: 38px !important;
    width: 100% !important;

}
.textareaClass_Ic_user{
    width:99% !important;
    height: 100px !important;
    border:1px solid #B7B7B7;
    background-color: transparent !important;
    border-radius: 5px;
}
.classMultiSelect_ic{
    width:100%;
    height: 100px;
    border:1px solid #B7B7B7 !important;
    /* background-color: transparent; */
}
/* -----Accordian New Css -----------Start----- */
.BtnShowGrpNameAccordion {
    background-color: white;
    color:black;
    cursor: pointer;
    padding: 14px !important;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(64, 64, 64, 0.16);
    text-align: left;
    outline: none !important;
    font-size: 15px;
  }
.BtnShowGrpNameAccordion .show_Btn_header_color{
    background-color: #eee;
}
.BtnShowGrpNameAccordion button{
    background-color: transparent !important;
}
.BtnShowGrpNameAccordion button:focus{
   outline: none;

}
  .active, .BtnShowGrpNameAccordion:hover {
    /* background-color: #ccc;  */
    background-color: gainsboro;
    /* color: white; */
    /* color: ; */
    /* background-color: #404040 !important; */
  }

  .MainContentDiv_panel {
    /* padding: 0 18px; */
    /* padding: 20px; */
    padding-left: 25px;
    padding-right: 25px;
    width:100% !important;
    display: none;
    /* display:block; */
    /* background-color: white; */
    /* background-color: burlywood; */
    height: auto;
    overflow: hidden;
    border:1px solid lightgrey;
  }
  /* .show_Btn_header_color{
    /* background-color: #404040; */
    /* color:white;
    font-size: 19px;
    font-weight: bold;
  } */
  .MainContentDiv_panel_show{
    background-color: #FAFAFA;
    width:100% !important;
    /* height: 100%; */
    /* padding:20px; */
    padding-left:25px;
    padding-right:25px;
}

/* -----Accordian New Css -----------End----- */


.spinner {
    background: url("../images/spinner.gif") no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    /* float: right; */
    vertical-align: middle;
    opacity: .7;
    width: 20px;
    height: 20px;
    margin: 4px 10px 0;
}
.profile_loader {
    width: 5%;
}
.profile_loader:hover {
    background-color: transparent !important;
}

/* ------Notification-----CSS---Start- */
.notification_bell_icmatch{
	outline: none !important;
    cursor: pointer;

}
.No_new_notificationClass{
    width:20px;
    height: 20px;
    background-color: burlywood;
}
.fa-bell{
	color:white;
	outline: none !important;
}
.notification_div_wrapper{
	position: relative;
}
.count_notification_icmatch{
	position: absolute;
	background-color: #3f375d;
	/* top: -3px;
    right: -2px; */
	top: -2px;
    right: 12px;
	border:1px solid white;
	border-radius: 50% 50%;
	/* font-size:12px !important; */
	font-size:10px !important;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 12px;
} 
.showing_notificationOuterClass{
	position: absolute;
	width: 350px;
	/* top: 58px; */
	top: 53px;
	/* left: -115px; */
	left: -140px;
	background-color:white;
	background-color:#3f375d;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.showing_notificationOuterClassInner{
	max-height:400px;
	overflow: auto;
    flex-direction: column;
    width:95%;
}

.showing_notificationOuterClassInner::-webkit-scrollbar {
    width: 6px;
}
.showing_notificationOuterClassInner::-webkit-scrollbar-track {
    background: #faf7f7; 
  }
  .showing_notificationOuterClassInner::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .showing_notificationOuterClassInner::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

.notification_Div_icmatch{
	line-height: 18px;
	padding-left:8px;
	padding-top:8px;
    margin-bottom:10px;
   	background-color: white;
    border:1px solid #ededed;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
	color:#3a3a3a;
}
.no_new_notificationsClass{
    line-height: 18px;
	padding-left:8px;
    padding-top:8px;
	padding-bottom:10px;
    margin-bottom:14px;
   	background-color: white;
    border:1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color:#3a3a3a;
}
.no_new_notificationsClassFirst{
    line-height: 18px;
	padding-left:8px;
    padding-top:8px;
	padding-bottom:10px;
    width: 96%;
    margin-bottom:14px;
   	background-color: white;
    border:1px solid #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color:#3a3a3a;
}
.notify_view_more_btn{
    margin-top: 10px;
    background-color: black;
    color: white;
    font-size: 12px;
    padding:3px 9px !important;
    align-self: flex-end;
    border-radius: 4px;
    font-weight: 600;
}
.dismissAllBtnClass{
    background-color: black;
    color: white;
    width: 100%;
    padding: 5px;
	justify-content: center;
	align-items: center;
    outline: none !important;
}
.dismissAllBtnClass:hover{
	background-color: black !important;
	color: white !important;

}
.notify_view_more_btn:focus {
    outline: none;
}
.notify_content {
    margin: 0;
}
.heading_notificationClass{
	margin-top:10px;
	margin-bottom:10px;
    color: black;
    font-size: 18px;
    color: white;
    display: none;
}
.loadMoreBtnClass{
    background-color: black;
    color: white;
    width: 100%;
    padding: 5px;
	display: none;
	justify-content: center;
	align-items: center;
    border-bottom: 1px solid white;
    outline:none !important;
}
.loadMoreBtnClass:hover{
	background-color: black !important;
	color: white !important;

}
.No_new_notificationClass{
    width:20px;
    height: 20px;
    background-color: burlywood;
} 
.notification_div_OuterDiv{
    margin-left: 1em;
	 margin-right: 1em;
}
/* ------Notification CSS End---------- */
.header_account_wrapper .header_login {
    color: #fff;
    font-weight: 500;
    border: 2px solid #dcdcdc;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 16px;
	white-space: nowrap;
}
.header_account_wrapper .header_login:focus {
    outline: none;
}
@media screen and (max-width: 767px) {
    .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce {
        margin: 12px;
    }
    .header_account_wrapper {
        display: none;
    }
	.showing_notificationOuterClass{
		left: 0px;
    	top: 14px;
		width:100%;
	}
	.notification_bell_icmatch {
        position: relative;
		padding: 13px;
		background: black;
		border-radius: 50% 50%;
        height: 60px;
        width: 60px;
        text-align: center;
	}
	.count_notification_icmatch{
	/* position: absolute; */
    /* background-color: #3f375d; */
    right: 12px;
    top: 10px; 
    
    /* border: 1px solid white; */
    /* /* display: flex;
    justify-content: center;
    width: 30%;
    border-radius: 50% 50%;
    font-size: 10px !important; */
	}
    .notification_bell_icmatch .svg-inline--fa{
        height: 1.5em;
    }
    .notification_div_OuterDiv{
        position: fixed;
        bottom: 80px;
        right: 27px;
		z-index:999;
    }
	.BtnShowGrpNameAccordion button{
		text-align:left;
	}
}
#loading_notification {
  display: inline-block;
/* 	display:none; */
  width: 25px;
  height: 25px;
/*   border: 2px solid rgb(26 108 97 / 56%); */
	border:2px solid #727775;
  border-radius: 50%;
	margin-left:10px;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
/*   position: fixed; */
  top: 0;
  left: 0;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.load_more_notifications{
    /* background:red; */
    /* display:none; */
    /* width:80px; */
    /* height: 80px; */
    /* border:1px solid #fff; */
    /* border-radius:20px; */
    /* margin:0px auto 10px auto; */
    text-align: center;
}
#loading_notification_onArrowBtn {
/*   display: inline-block; */
	display:none;
  width: 25px;
  height: 25px;
/*   border: 2px solid rgb(26 108 97 / 56%); */
	border:2px solid #727775;
  border-radius: 50%;
	margin-left:10px;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
/*   position: fixed; */
  top: 0;
  left: 0;
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.pop_up_for_questions_wrapper{
    display: none; 
    position: fixed; 
    z-index: 999; 
    padding-top:5%;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
/*     overflow: auto;  */
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    /* background-color: red; */
  }
  
  .pop_up_question_modal{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 42%;
    position: relative;
	max-height:88vh;
	overflow:auto;
  }
  .pop_up_modal_open_button{
      /* background-color: #000; */
      padding:0px 5px;
      color:#fff;
      border-bottom:1px solid #000;
      /* border-radius:5px; */
      margin:3px;
      background-color:transparent;
      color:#000;
  }
  .close_popUpques_ModalDiv{
    position: absolute;
    top: 4px;
    right: 12px;
    font-size: 1.3em;
    cursor: pointer;
  }
  .fetched_ques_for_popUpModal{
      padding:35px 5px;
  }
  .pop_modal_text_input_class{
    width: 100%;
    border: 1px solid #c4c4bedb !important;
    background-color: transparent !important;
    height: 35px;
    margin-top:5px;
  }
  .question_pop_modal_heading{
    font-size: 18px;
    font-weight: 600;
  }
  .pop_ip_modal_questions_response{
      margin-bottom: 20px;
  }
  .question_popUp_description{
      font-size: 14px;
      display: block;
  }
  .next_fetch_pop_up_modal_question{
    padding: 3px 25px;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
  }
  .save_btn_popUp_modal_ques{
    padding: 3px 25px;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
  }
  .save_next_btn_div{
      text-align: right;
      padding-top: 10px;
  }
  .previous_fetch_pop_up_modal_question{
    padding: 3px 12px;
    color: #fff;
    border-radius: 5px;
    background-color: #000;
  }
 .checkbox_span_popUp{
     margin-right:20px;
 }
 .check_box_child_field_pop_up{
     margin-left:2px !important;
 }
.checkBox_span_popUp_modal_class{
    display: inline-block;
    margin-top: 8px;
    width:100% !important;
}
.fieldset_for_checkbox_popUp{
    padding:0;
    margin:0;
    background-color: transparent ;
}
.fieldset_for_radiobtn_popUp{
    padding:0;
    margin:0;
    background-color: transparent ;
}
.fieldset_for_selectbox_popUp{
    padding:0;
    margin:0;
    background-color: transparent ;
}
.selectBoxPopUp{
    height: 35px;
    width: 100%;
    font-size: 15px;
    padding: 6px;
}
.multiselect_pop_class{
    width:100%
}
.fieldset_for_multiselect_popUp{
    padding:0;
    margin:0;
    background-color: transparent ;
}
.pop_modal_textarea_class{
    width:100%;
    height: 100px;
}
.progressBarModal{
    margin-top:14px;
    display: inline-block;
    height:3px;
    width:100%;
    background-color:rgb(99 91 91 / 25%);
    margin-right: 8px;
}
.progressBarModal_outer_div{
    display: flex;
}
.progressBarModal_active{
    background-color: #000;
}
.congo_msg_pop_complete{
    border: 2px solid green;
    border-radius: 50% 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    padding: 8px;
    color: green;
    margin: auto;
}
.congo_msg_pop_complete_outer_div{
    margin: 20px auto;
    width: 50%;
}
.congo_heading_pop_up_save h2{
    color:green;
}
.congo_heading_pop_up_save h4{
    color:green;
    margin-top:25px;
    font-size: 18px;
}
.congo_heading_pop_up_save{
    text-align:center;
    
}

.congo_msg_pop_complete_outer_div .circular{
    height:100px;
    width: 100px;
    position: relative;
    transform:scale(1.2);
    margin: auto;
    
  }
  .congo_msg_pop_complete_outer_div .circular .inner{
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
    margin: -40px 0 0 -40px;
    background: #fff;
    border-radius: 100%;
   
  }
  .congo_msg_pop_complete_outer_div .circular .number{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:10;
    font-size:18px;
    /* font-weight:500; */
    color:green;
  }
  .congo_msg_pop_complete_outer_div .circular .bar{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 100px, 100px, 50px);
  }
  .congo_msg_pop_complete_outer_div .circle .bar .progress{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px);
    background: green;
  }
  .congo_msg_pop_complete_outer_div .circle .left .progress{
    z-index:1;
    animation: left 0.5s linear both;
  }
  @keyframes left{
    100%{
      transform: rotate(180deg);
    }
  }
  .congo_msg_pop_complete_outer_div .circle .right {
    transform: rotate(180deg);
    z-index:3;
   
  }
  .congo_msg_pop_complete_outer_div .circle .right .progress{
    animation: right 0.5s linear both;
    animation-delay:0.5s;
  }
  @keyframes right{
    100%{
      transform: rotate(180deg);
    }
  }
  

  @media screen and (max-width: 768px) {
      .pop_up_question_modal{
          width:98%;
      }
      .congo_msg_pop_complete_outer_div{
          width: 100%;
      }
      .congo_msg_pop_complete_outer_div .circular .number{
          font-size: 11px;
      }
  }

  #loading_popUp_questions_modal{

    display:block;
    width: 80px;
    height: 80px;
    margin:130px auto;
    border: 2px solid rgb(26 108 97 / 56%);
      /* border:2px solid #727775; */
    border-radius: 50%;
      /* margin-left:10px; */
    border-top-color: #fff;
    animation: spinPopUp 1s ease-in-out infinite;
    -webkit-animation: spinPopUp 1s ease-in-out infinite;
  /*   position: fixed; */
    /* top: 0; */
    /* left: 0; */
  }
  
  @keyframes spinPopUp {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spinPopUp {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  .pop_up_modal_button_div{
    text-align: right;
    margin-bottom: 10px;
  }
  .staring_message_to_popUp{
      /* width: 300px;
      height: 300px;
      border:1px solid red;*/
       position: absolute; 
      top: 30%;
      left: 10%;
      /* background-color:#fff;  */
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.7);
      margin: 0 0 1rem;
      display: flex;
      width: 80%;
      /* height: 200px; */
      flex-direction: column;
      /* position: relative; */
      border-radius: 12px;
      box-shadow: 0 10px 15px rgb(0 0 0 / 65%);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      transition: opacity 256ms ease-in;
      /* animation: move 0.4s ease 3; */
      animation: slide-down 0.3s ease-out;
  -webkit-animation: slide-down 0.3s ease-out;
-moz-animation: slide-down 0.5s ease-out;
  }



  @keyframes slide-down  {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

  }

   .message_div_popUp_start_msg{
       padding:20px;
   }
   .close_start_msg_div{
       text-align: right;
       padding:20px 20px 0px;
       /* display: block; */
   }

   #close_staring_msg_popUp{
    cursor: pointer;
   }

   #outerDiv_ID_profile_completeness{
       /* background-color:red; */
       padding:7px;
   }

   #outerDiv_ID_profile_completeness .circle-wrap {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    background: rgba(164, 166, 168, 0.938);
    border-radius: 50%;
    border: 1px solid #ece6f5;
    transform: scale(0.85)
  }
  
  #outerDiv_ID_profile_completeness .circle-wrap .circle .mask,
  #outerDiv_ID_profile_completeness .circle-wrap .circle .fill {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
  }
  
  #outerDiv_ID_profile_completeness .circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 75px);
  }
  
  #outerDiv_ID_profile_completeness .circle-wrap .inside-circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    background: #feffff;
    line-height: 120px;
    text-align: center;
    margin-top: 14px;
    margin-left: 14px;
    color: green;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
  }
  
  /* color animation */
  
  /* 3rd progress bar */
  #outerDiv_ID_profile_completeness .mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: green;
  }
  
  /* #outerDiv_ID_profile_completeness .mask.full,
  #outerDiv_ID_profile_completeness .circle .fill {
    animation: fill ease-in-out 3s;
    transform: rotate(180deg);
  }
  
  @keyframes fill{
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  } */
  #outerDiv_ID_profile_completeness .profile_complete_line{
    font-size: 16px;
    margin: 5px;
  }
  .profile_completeness_circularBar_widget_Div{
    width:100%;
    /* height: 200px; */
    background-color:white;
    /* border:1px solid rgb(151, 153, 151); */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    /* margin-top:50px; */
    /* padding-top:50px; */
    transform: translateY(25px);
  }
  .profile_complteness_widget_heading{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    margin:0px;
  }

  .profile_complete_line_add_more{
    font-size: 14px;
    margin:0px;
    color:#000;
  }

  .profile_complteness_widget_heading_add_moreDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
  }
  .link_to_profile_fields{
    background: transparent;
    color: #000;
    padding: 0px 7px;
    border-bottom: 1px solid #000;
  }