*
{box-sizing:border-box}
.header_section{
  width: 95%;
  margin:auto;
}
/*.logo_section{
  width: 100%;
  margin-bottom:20px;
}*/
.logo_section{
  width: 100%;
  margin-top:8px;
  margin-bottom:8px;
}
.header_border{
  border-bottom :9px solid #D71432
}
.navigation ul {
  list-style-type: none;
  padding: 0px;
}
.navigation ul li a {
  text-decoration: none;
  font-size: 16px;
}
.navigation h6{
  display: block;
    text-transform: uppercase;
    padding: 0rem 1.5rem;
    color: white;
    /* margin: 0px; */
    font-size:24px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.sidebar-toggle{
  float:right;
  background:transparent;
  color:#19171B;
  border:none;
  font-size:1.5rem;
  /* margin:1em; */
  cursor:pointer;
  outline:none;
}

.sidebar-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 1rem 1.5rem;
}

.close-btn {
  font-size:1.5rem;
  background: transparent;
  border-color: transparent;
  color: white;
  transition: 1s ease all;
  cursor: pointer;
  outline:none;
}
.close-btn:hover {
  color: grey;
  transform: rotate(360deg);
}
.logo {
  justify-self: center;
  align-items:center;
  height: 40px;
  margin:0.6em 1em;
}

.links{
  display:flex;
  flex-direction:column;
}
.links li{
  line-height: 30px;
}
.links a{
  /* display: block; */
  text-transform: capitalize;
  padding: 0px 1.5rem;
  color: white;
  font-family: 'Manrope', sans-serif;
  /* transition: 1s all ease; */
}
.close_icon{
  outline: none !important;
  focus: none !important;
}
.text-reset {
  outline: none !important;
  focus: none !important;
}

.links a:hover{
  color: #fff;
  transform:scale(1.2);
}
.social-icons {
  justify-self: center;
  display: flex;
  padding-bottom: 2rem;
}
.social-icons a {
  margin: 0 0.5rem;
  color: white;
  transition: 1s all ease;
  padding:0px 32px;
  font-family: 'Manrope', sans-serif;
}
.social-icons a:hover {
  color: grey;
}


.sidebar {
  position: fixed;
  top:125px;
  right: 0;
  width:310px;
  margin-top: 0px;
 /* height: 100%;*/
  background: #D71432;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  transition: .5s all ease-in-out;
  transform: translate(310px);
  z-index: 999;
  height: calc(100vh - 125px);
}

.show-sidebar{
   transform: translate(-0px);
  box-shadow: 3px 3px 60px #00000071;
}
/* @media screen and (min-width: 676px) {
  .sidebar {
    width: 250px;
  }
} */
/* 
.col-sm-6{
  width: 50%;
} */
/*------login------section-------csss */
.login_parents{
  margin:7% 0px 5%
}
.welcome_content{
  width: 40%;
  margin:auto;
  text-align:center;
  /* margin:10% 0px; */
  justify-content: center;
  align-items: center;
}
.welcome_content h3{
  font-size:42px;
  color:#969696;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 15px;

}
.welcome_login{
  background-color: #d0122e;
  padding:30px;
  border-radius:20px;
  margin: 30px 0px;

}
.input_border{
  border:1px solid #fff;
  padding:3px;
  margin-bottom: 15px;
  border-radius:15px;
}
.input_login{
  padding:15px;
  border-radius:15px;
  border:none;
  font-weight:500;
  outline: none;
  font-size:18px

}
.login_btn{
  border:none;
  outline:none;
  padding:9px 20px;
  width: 42%;
  border-radius:5px;
  color:#d0122e;
  margin:5px 0px 22px 0px;
  font-size:18px;
  font-family: 'Manrope', sans-serif;
  background-color: #efefef;
}
/*------stafff----login-ccss */
.staff_login_btn{
  margin:10px 0px 0px
}
.staff_login_btn a{
  font-family: 'Manrope', sans-serif;
  font-size:18px;
}
.staff_login_section{
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}
.staff_login_section a{
  color:#575757;
  font-size:16px;
  font-weight: 500;
}
.stafe_login{
  text-align: center;
}
.stafe_login h2{
  font-size:16px;
  cursor: pointer;
}

/*------login-------section----end */
/* dashboard------css------start----- */
.dashboard_parents{
  margin: 10% 0px;
}
.dashboard_section{
  width:100%;
}
.dashbad_section_block{
  background-color: #d0122e;
  width: 100%;
  margin:auto;
  border-radius: 50px;
  text-align: center;
  color:#fff;
  padding: 50px 0px;
  box-shadow: 0px 2px 22px #0000001A;
}
.dashbad_section_block h3{
margin: 20px 0px 0px;
font-size:34px;
color:#fff;
font-family: 'Manrope', sans-serif;
font-weight: 700;
}
.dashboard_selective_img{
  width: 25%;
  margin: auto;
}
.dashboard_selective_img img{
  max-width: 100%;
  min-width: 100%;
}
/* --------tabing-------page-------css-----start */
.search_tab_{
  margin:30px 0px;
}
.search_input{
  border:3px solid #d0122e;
  border-radius:37px;
  outline:none;
  position: relative;
  padding:8px 30px

}
.search_icon{
  position: absolute;
  content: '';
  left: 23px;
  top: 39px;
  width: 20px;
  height: 20px;
}
.new_user{
  background-color: #d0122e;
  border:none;
  outline:none;
  border-radius: 15px;
  padding: 8px 15px;
  color:#fff;
  font-weight: 700;
}
.listing_image_section{
  width: 100%;
  float:left;
}
.g_com_user_text h3{
  font-size:21px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab ul li.active {
  color:#D71432
}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;
  border-top: none;
  margin: 20px 0px;
}

.listing_name_section{
  width: 100%;
  float:left;
}
.listing_name_section h3{
  font-size:25px;
  font-weight:700;
}
.listing_name_section p{
  font-size:14px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 8px;
  color:#696969
}
.edit_and_user_section{
  width: 100%;
  float:left;
  margin-bottom: 50px;
}
.edit_and_user_section ul{
  list-style: none;
  display: flex;
  
}
.edit_and_user_section ul li{
  width: max-content;
  margin: 0px 10px 0px 0px;
  /* text-decoration: underline; */
  font-weight:700;
  text-decoration: underline;
}
.edit_and_user_section ul li a{
  text-decoration: none;
}
/* .modal_width{
  max-width:300px
} */
.modal_design{
  border-radius: 20px;
  border:none;
  width: 450px;
  padding-bottom: 15px;
}
.user_details p{
  font-size: 26px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  text-align: center;
}
.modale_paragraph .user_details p, .word_details p{
  font-size: 20px;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  text-align: center;
  color:#000
}
.modal_btn_deleted{
  display: flex;
    justify-content: space-between;
    width:42%;
    margin: auto;
    padding: 8px 0px 0px
}
.modal_btn_deleted .view_btn{
  background-color: #d0122e;
  color:#fff
}
.modal_btn_deleted .view_btn:hover{
  background-color: #d0122e;
  color:#fff
}
.user_details p{
  font-size:20px;
  color:#969696;
  font-weight: 500;
  margin:0PX;
  font-family: 'Manrope', sans-serif;
  margin: 10px 0px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 0rem -1rem auto;
}
.close_btn {
  width: 98%;
  margin: auto;
}
.sure_btn_section .close{
  width: 30px;
  height:30px;
  line-height: 16px;
  padding: 6px 6px !important;
}
.close  {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  border-radius: 50px;
  background-color: #D71432 !important;
  z-index: 9999;
  padding: 6px 10px !important;
    margin: 1px !important;
    color: #fff !important;
    cursor: pointer;
    line-height: 23px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 0rem -1rem auto;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
/* candidates-question---section------Answer---section */

.all_answer_section{
  background-color: #EBEBEB;
  padding: 17px 25px;
  border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.all_answer_section h4{
  font-size:20px;
  font-weight:700;
  margin: 0px;
}

.answer_content h4{
  font-weight:500;
  font-size:24px;
  font-family: 'Manrope', sans-serif;
}
.remove{
  outline: none !important;
  focus: none !important;
}
.edit{
  outline: none !important;
  focus: none !important;
}
.view_btn{
  outline:none !important;
  focus: none !important;
  color:#D71432;
  background-color: #fff;
  border: 2px solid #D71432;
  border-radius: 12px;
  font-size:21px;
  font-family: 'Manrope', sans-serif;
  padding:5px 10px;
  font-size:18px
}
/* selective_-------catregorese-----page-----csss-------start */
.selective_categoreise{
  margin:5% 0px
}

/* chhoose---question---page---css---start */

.choose_question-section, .choose_word-section{
  margin: 3% 0px;
}
.choose_question{
  margin: 0px 0px;
}
.choose_question .view_btn{
  padding:3px 50px;
  margin: 0px;
  transition: .5s;
  width: max-content;
}
.choose_question .view_btn:hover{
  background-color: #d0122e;
  color:#fff
}
.choose_question h3, .choose_word h3, .header_title h3{
  color:#d0122e ;
  font-size:24px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}
.generated_link_section{
  background-color: #EBEBEB;
  padding:20px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin:0px 0px 30px;
  align-items:center;
}
.generated_link_section h2{
  font-size:21px;
  margin: 0px;
  font-family: 'Manrope', sans-serif;
  line-height: 30px;
}
.question_heading_text, .word_heading_text{
  width: 100%;
}
.question_heading_text h2, .word_heading_text h2{
  font-size:21px;
  margin: 0px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
}

.guidance_notese p{
  font-size:18px;
  font-weight: 500;
}
.edit_remove_btn{
  display: flex;
  display: block;
    justify-content: end;
    text-align: end;
}
.edit_btn_other{
  padding: 0px 34px !important;
}
.generated_link_btn{
  padding: 0px 52px !important;
  width: max-content;
}
.add_question_coach{
  width: 42% !important;
}
.add_question_coach a{
  margin:0px
}
.edit_remove_btn .view_btn{
padding: 0px 17px ;
  margin: 0px 8px 0px 0px;
  transition: .5s;
      margin-top: 10px;
}
.edit_remove_btn .view_btn:hover{
  background-color: #d0122e;
  color:#fff;
}

/* chhoose---question---page---css---end */

/*question-define-----select----question---css------start*/
.selective_choose_question{
  margin: 3% 0px;
}
.selective_choose_question h2{
  font-weight: 700;
  font-size:30px;
  font-family: 'Manrope', sans-serif;
  margin: 15px 0px;
}
.inner_section{
  background-color:#EBEBEB;
  padding: 25px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.inner_section h3{
  font-size:23px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  margin: 10px 0px;
  color:#2C2224
}
.details_section{
  margin: 15px 0px 8px;
}
.input_details{
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  outline:none;
  border:2px solid #D71432;
  color:#757575;
  font-weight: 500;
  font-size:18px;
  background-color: #fff;
}
.details_section .view_btn{
  background-color: #d0122e;
  color:#fff;
  padding:8px 40px
}
.adis .row{
  align-items: center;
}
.submit_form .view_btn{
padding:2px 40px ;
}
.close {
  position: absolute;
    right: 11px;
    top: 7px;
} 
.gcom-dropdown{
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  outline: none;
  border: 2px solid #D71432;
  color: #575757;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;

}
.gcom-dropdown.staff_users {
    width: 65%;
    padding: 8px;
    font-size: 15px;
}
.question_tag .gcom-dropdown{
  width: 25%;
  padding:5px;
  margin: 10px 0px;
}
.creted_btn .view_btn{
  padding: 2px 10px;
  margin: 10px 0px 0px;
  transition:.5s
}
.creted_btn .view_btn:hover{
  background-color:#d0122e;
  color:#fff
}

/*question-define-----select----question---css------start*/
.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 10px;
  border:none;
}

.simple-pagination li a,
.simple-pagination li span {
  font-size: 20px;
  border:none;
  color:#000;
  font-weight: 700;
  padding: 0px;
}
.simple-pagination li a:hover{
  color:#d0122e;
  background-color: unset;
}
.simple-pagination .current {
	color: #FFF;
	color:#d0122e;
}
.prev{
  display: none;
}
.next{
  display: none;
}
.tab_section{
  display: flex;
  align-items: center;
  float: right;
}
.tab_section li:last-child {
  display: none;
}
.tab_section ul{
  list-style:none;
  display: flex;
  padding:0px;
  margin: 0px;
  flex-wrap: wrap;
}
.tab_section ul li{
  margin: 0px 5px 0px 0px;
  cursor:pointer;
  font-size: 19px;
  font-weight: 600;
  color:#575757;
  font-family: 'Manrope', sans-serif;
}
.tab_section ul li:nth-child(even) {
    flex: 1;
    text-align: center;
}
.modal_design_form{
  max-width: 500px;
  border:none;
  border-radius: 20px;
}
.choose_question2{
  /*width: 50%;*/
  margin: auto;
}
.generated_btn .view_btn{
  padding:2px 20px;
}
.recipient_btn .view_btn{
  padding:3px 30px;
  margin: 15px 0px 15px;
  transition: .5s;
}
.recipient_btn .view_btn:hover{
 background-color: #d0122e;
 color:#fff
}
.creted_question{
  margin-bottom: 50px;
}
.answer_action {
  align-self: center;
}
.add_more, .remove {cursor: pointer; display: inline-block; margin: 0 5px; }
.btnhide { display: none; }
.waiting {
  position: absolute;
  content: '';
  right: 30px;
  top: 30px;
  width: 40px;
  height: auto;
  display: none;
}
.toast {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.toast-header {
  padding: 25px 20px;font-size: 15px;color: #d0122e;
}
.close_toast, .close_toast:hover {
  background: unset;font-size: 28px;line-height: 0;text-decoration: none;color: #d0122e;
}
.toast {
  max-width: 380px;
}


/* march 10 2022 by mohit */
/* radio button on user create popup in admin  */

.form__radio-input {
    display: none;
}

.form__label-radio {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-left: 36px;
    color: #757575;
    font-weight: 400;
    margin-bottom:0;
    margin-right: 20px;
}
.form__radio-button {
    height: 24px;
    width: 24px;
    border: 2px solid #d82631;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}

.form__radio-button::after {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d82631;
    opacity: 0;
    transition: opacity 0.2s;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
    opacity: 1;
}

.jq_validation{
  box-shadow: 0px 0px 3px #d71432;
}
.error_msg_{
  color: #d82631;
}
input[readonly] {
    cursor: text;
    background-color: #fff;
}


.footer_section{
  position: absolute;
  bottom: 0;
}






/* conversation---csss-------start*/
.converation_page {
  margin: 3% 0px;
}
.converation_page h2 {
  font-size: 28px;
  color: #D71432;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  margin: 22px 0px;
}
.converation_page p {
  font-size: 19px;
  font-family: 'Manrope', sans-serif;
  color: #2C2224;
}
.start_btn_parent .view_btn{
  padding: 3px 50px;
  margin-top: 10%;
}
.start_btn_parent .view_btn:hover{
  background-color: #d0122e;
  color:#fff;
}
.converation_page h3{
  margin: 40px 0px 10px;
}
.footer_sidebbaar{
  position: absolute;
  bottom: 0px;
}
/* conversation---page-----css---end */

/* leadership----skill-----page---csss----start---- */
.leader-ship-text-paragraph{
  width: 100%;
  text-align: center;
  margin:3% 0px;
}
.leader-ship-text-paragraph p{
  font-size:16px;
  color:#969696;
  font-family: 'Manrope', sans-serif;
}
.define_skill_section{
  width: 60%;
  margin: auto;
  text-align: center;
}
.define_skill_section h4{
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}





.icon_shape{
  position: relative;
}
.icon_shape::before{
  content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left:20%;
    right: auto;
    top: auto;
    bottom: -41px;
    border: 21px solid;
    border-color: #d0122e transparent transparent #d0122e;

}

.gal-tabs{
  text-align: center;
  font-size: 22px;
  margin:30px 0px;
}
.gal-tabs .view_btn{
  padding:3px 50px
}
.gal-tabs .view_btn:hover{
  background-color: #d0122e;
  color:#fff !important
}
.gal-tabs a{
  /*margin: 0 12px;*/
  text-decoration: none;
  color:#d0122e !important
}

.gal-tabs_s_words{
  text-align: center;
  font-size: 22px;
  margin:50px 0px;
}
.gal-tabs_s_words .view_btn{
  padding:5px 50px
}
.gal-tabs_s_words .view_btn:hover{
  background-color: #d0122e;
  color:#fff !important
}
.gal-tabs_s_words a{
  margin: 0 12px;
  text-decoration: none;
  color:#d0122e !important
}

.gallery-boxes{
  position: relative;
  margin: 30px 0px 20px;
}
.gal-descrip{
  background:#d0122e;
  overflow: hidden;
  padding:30px 20px;
  color: #fff;
  font-size: 20px;
  width: auto;
  min-width: 80%;
  margin: auto;
  border-radius: 20px;
}
.gal-descrip h3{
  font-size:65px
}
.gallery-boxes .gal-box{
  display: none;
}
.gallery-boxes .gal-box.galcurr{
  display: block;
}
.gallery-boxes .gal-box.galcurr_{
  display: block;
}
.counting_total{
  /*width: 90%;
  margin: auto;*/
  margin-top:2%;
  color:#d0122e
}
.question_check_btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top:10%;
}
.question_check_btn .view_btn{
  background-color: #575757;
  padding: 4px 48px;
  color:#fff;
  border: none;
  width: 100%;
}

.selector_img.view_btn{
  background-color: #d0122e !important;
}
/* leadership----skill-----page---csss----start---- */

/* CSS talk bubble */
.selectiv_answer {
  width:100%;
  height: auto;
  border-radius: 10px;
  background-color: #d0122e;
}
.selectiv_answer:before {
  /*content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: 24px;
  border: 13px solid;
  border-color: #d0122e transparent transparent #d0122e;*/
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -26px;
  border: 13px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #d0122e transparent transparent #d0122e;
}
.selectiv_answer{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  border:none
}

.selectiv_answer p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  color:#fff;
  font-size:16px
}
.unselectiv_answer {
  width:100%;
  height: auto;
  border-radius: 10px;
  background-color: #575757;
}
.unselectiv_answer:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -26px;
  border: 13px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #575757 transparent transparent #575757;
}
.unselectiv_answer{
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  border:none
}
.unselectiv_answer p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  color:#fff;
  font-size:16px
}
.words_selected{
  width:16%;
  margin:auto;
  color:#d0122e;
  font-weight: 700;
}
.selective_words_btn .view_btn{
  padding:5px 50px
}
/* chooosen-----words-----cssss */
.candidates_answer_section {
  width: 100%;
  margin: 20px 0px;
}
.candidates_answer_section h2 {
  font-weight: 700;
  font-size: 35px;
  margin: 0px;
  font-family: 'Manrope', sans-serif;
  margin: 26px 0px;
}
.show_answer_parent {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  align-items: center;
}
.answer_btn {
    background-color: #D71432;
    padding: 6px 27px;
    border: none;
    outline: none;
    color: #fff;
    border-radius:12px;
    min-width: 200px;
    max-width: 200px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    word-wrap: break-word;
}
.card_img_space{
  margin-right: 15px;
}
/* .answer_parents{

} */
.answer_parents h5{
  font-weight: 700;
}
.submit_back_btn_parents .view_btn{
  padding:4px 55px;
  margin: 30px 0px 50px;
  transition: .5s;
}
.submit_back_btn_parents .view_btn:hover{
 background-color: #d0122e;
 color:#fff
}
.thanks_page{
  margin: 5% 0px 2%;
}
.thanks_page h2{
  font-size:32px;
  color:#d0122e;
  font-weight: 700;
}
.thanks_page p{
  font-size:16px;
  color:#000;
  font-weight: 500;
  margin: 15px 0px ;
}
.thanks_close{
  margin-top:30%
}
.thanks_close .view_btn{
  padding: 3px 60px;
  transition: .5s;
}
.thanks_close .view_btn:hover{
  background-color: #d0122e;
  color:#fff
}
.output_section{
  display:flex;
  align-items: center;
}
.output_content h5{
  width:max-content;margin-right: 10px;color:#757575
}
.selectiv_answer_list{
  cursor: pointer;
}


/*new*/
.all_section_g-com{
  padding: 20px 0px;
}
.first_step{
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}
.first_step p{
  font-size:30px;
}
.discription_box{
  width:64%;
  margin: auto;
  background-color: #cdcbcb;
  padding: 40px;
  border-radius:20px;
}
.discription_box p{
  font-size: 19px;
  font-family: 'Manrope', sans-serif;
  color: #2C2224;
}
.discription_box h3{
  font-size: 25px;
  font-weight: 700;
}
.next_section_btn .btn_start{
  padding: 2px 43px !important;
}
.btn_start:hover{
  background-color: #d71432;
  color:#fff
}

.disabled{
  border-color: grey !important;
  color: white !important;
  background-color: #575757 !important;
  cursor: not-allowed !important;
}
.disabled:hover{
  border-color: grey !important;
  color: white !important;
  background-color: #575757 !important;
  cursor: not-allowed !important;
}
.error_msgs{
  color: #b90510;
  margin-left: 11px;
}
.add_question_height{
  min-height: 118px !important;
  max-height: 118px !important;
}
.responses_img_{ width: 100px; }
.responses_img{ width: 74px; }
.edit_q_note{
  min-height: 108px;
  max-height: 108px;
}
.talktext{ word-wrap: break-word; }
.submit_tab{
  width: 84%;
}
.galcount,.galtotal{
  font-size: 18px;
}
/*.active_btn:hover{
  background-color: #d0122e;
}
*/.counting_total__{
  margin:auto;
}
.quantity_t{
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}
.live_session_btn{
  padding: 0px 35px !important;
  width: max-content;
}