:root {
  --font-Inter: "Inter", sans-serif;

  --mo-bg-1: #F9F9FA;
  --mo-bg-2: #fff;
  --mo-bg-3: #0070e0;
  --mo-bg-4: #edf1ff;
  --mo-bg-5: #f0f8ff;
  --mo-bg-6: #0354A5;
  --mo-bg-7: #FAF7F4;
  --mo-bg-8: #fefefe;
  --mo-bg-9: #F4F4F5;
  --mo-bg-10: #d3681b;
  --mo-bg-11: #b36119;
  --mo-bg-12: #fff7ed;
  --mo-bg-13: #fee9ee;
  --mo-bg-14: #d92653;
  --mo-bg-15: #72727e;
  --mo-bg-16: #4e7c1d;
  --mo-bg-17: #BFBFC8;
  --mo-bg-18: #333d60;  

  --mo-text-1: #121A3C;
  --mo-text-2: #72727e;
  --mo-text-3: #fff;
  --mo-text-4: #1F284F;
  --mo-text-5: #BFBFC7;
  --mo-text-6: #9999a1;
  --mo-text-7: #0070e0;
  --mo-text-8: #D9B72B;
  --mo-text-9: #4e7c1d;
  --mo-text-10: #d92653;
  --mo-text-11: #d3681b;
  --mo-text-12: #333d60;

  --mo-stroke-1: #e7e7e7;
  --mo-stroke-2: #b9c2e2;
  --mo-stroke-3: #0070e0;
  --mo-stroke-4: #7EB9F4;
  --mo-stroke-5: #e7e7e700;
  --mo-stroke-6: #cbe5ff;
  --mo-stroke-7: #D9B72B;
  --mo-stroke-8: #0070E1;
  --mo-stroke-9: #BFBFC8;
  --mo-stroke-10: #72727e;
  --mo-stroke-11: #333d60;


  --mo-hover-bg-1: rgb(7, 89, 171);
  --mo-hover-bg-2: rgba(0, 94, 187, 0.05);
  --mo-hover-bg-3: rgba(0, 0, 0, 0.04);
  --mo-hover-bg-4: rgba(0, 0, 0, 0.03);
  --mo-hover-bg-5: #ebebef;

  --mo-drop-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  --mo-box-shadow: rgba(15, 15, 15, 0.07) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px;
  --mo-box-shadow-2: rgba(15, 15, 15, 0.05) 0px 2px 4px, rgba(15, 15, 15, 0.07) 0px 0px 0px 1px;

  --mo-bg-transperant: #00000000;

  --mo-invoice-aging-color-1: #317f41;
  --mo-invoice-aging-color-2: #84bf68;
  --mo-invoice-aging-color-3: #fdb863;
  --mo-invoice-aging-color-4: #f59174;
  --mo-invoice-aging-color-5: #f46764;
  --mo-invoice-aging-color-6: #6f2621;
}

[data-theme="dark"] {}

input,
textarea {
  border: 1px solid var(--mo-stroke-1);
}

textarea:hover:enabled {
  border: 1px solid var(--mo-stroke-4) !important;
}

input:hover:enabled {
  border: 1px solid var(--mo-stroke-4) !important;
}

input:focus,
.sd_select_area:focus,
textarea:focus {
  border: 1px solid var(--mo-bg-4) !important;
  box-shadow: none !important;
}

.mo_side_nav_wrapper {
  position: fixed;
  background: var(--mo-bg-1);
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 999;
  max-width: 912px;
  width: 100%;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: var(--mo-drop-shadow);
}

.mo_side_nav_wrapper.active {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.mo_side_nav_wrapper:has(.matrixQuestionV2) {
  max-width: 1300px;
}

.mo_side_nav_wrapper:has(.mo_edit_expanded) {
  max-width: 1500px;
}

body:has(.mo_side_nav_wrapper.active) {
  overflow: hidden;
}

.mo_offcanvas_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99;
}

.mo_offcanvas_overlay.active {
  visibility: visible;
  opacity: 1;
}

.mo_side_nav {
  position: relative;
  height: 100%;
}

.mo_bread_crump_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
  font-size: 12px !important;
}

.mo_bread_crump_header_left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mo_custom_pill__blk .mo_pill_dropdown_wrapper {
  top: 93px;
  left: 21px;
}

.mo_pill_dropdown_wrapper {
  background: var(--mo-bg-2);
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  box-shadow: var(--mo-drop-shadow);
  padding: 16px;
  width: 250px;
  position: absolute;
  z-index: 99;
}

.mo_pill_dropdown_wrapper p,
.mo_pill_dropdown_wrapper i {
  color: var(--mo-text-1);
}

.mo_pdw_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
}

.mo_pdw_header p {
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
}

.mo_hr {
  background: var(--mo-stroke-1);
  width: 100%;
  height: 1px;
}

.mo_icon_tooltip_wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 4px;
  flex-shrink: 0;
  width: 40px;
  height: 32px;
}

.mo_pwd_body p {
  color: var(--mo-text-2);
  font-size: 12px;
  margin: 8px 0;
}

.mo_pwd_body p:last-child {
  margin: 0;
}

.mo_pwd_body p span {
  font-weight: 700;
  color: var(--mo-text-1);
}

.mo_pwd_body p input {
  font-size: 12px;
  padding: 8px 10px;
  font-weight: 700;
  color: var(--mo-text-1);
  margin: 8px 0;
  width: 100%;
}

.mo_pwd_body p input::placeholder {
  font-size: 12px;
  color: var(--mo-text-1);
}

.mo_pwd_body .mo_select_area {
  width: 100%;
  height: 32px;
  padding: 0;
}

.mo_select_area {
  border: 1px solid var(--mo-stroke-1);
  display: inline-flex;
  gap: 8px;
  background: var(--mo-text-3);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  align-items: center;
  height: 40px;
}

.mo_select_area span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.mo_select_area.mo_disabled select {
  cursor: auto !important;
  color: var(--mo-text-5);
}

.mo_select_area:hover select {
    background: var(--mo-bg-3) !important;
    color: var(--mo-text-3) !important;
}

.mo_select_area:hover i {
  color: var(--mo-text-3) !important;  
}

.mo_select_no_bg_border
{
  border: none;
  background: var(--mo-bg-transperant);
}

.mo_select_no_bg_border select
{
  background: var(--mo-bg-transperant);
}

.mo_select_no_bg_border:hover select, .mo_select_no_bg_border:hover i
{
  background: var(--mo-bg-transperant) !important;
  color: var(--mo-text-7) !important;
}

.mo_select_light_blue select
{
  background: var(--mo-bg-5);
  color: var(--mo-text-7);
}

.mo_select_light_blue i
{
  color: var(--mo-text-7);
}

.mo_select_light_blue
{
  border: 1px solid var(--mo-stroke-6);
}

.mo_custom_tooltip_mui {
  background: var(--mo-bg-2);
  padding: 16px;
  border: 1px solid var(--mo-stroke-1);
  box-shadow: var(--mo-drop-shadow);
}

.mo_txt_small_muted {
  color: var(--mo-text-2) !important;
  font-family: Inter;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 15px;
}

select.mo_pwd_select {
  height: 40px;
  padding: 8px 10px;
  color: var(--mo-text-1);
}

.mo_primary_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  font-family: var(--font-Inter);
  border: 1px solid transparent;
  font-weight: 600;
  font-style: normal;
  height: 40px;
  border-radius: 6px;
  background: var(--mo-bg-1);
  transition: 0.2s;
}

.mo_primary_btn.mo_disabled span {
  color: var(--mo-text-5) !important;
  background: var(--mo-bg-transperant);
}

.mo_pwd_btn_blk {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}

.mo_pwd_btn_blk .mo_primary_btn {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_pwd_btn_blk .mo_primary_btn_cancel {
  background: transparent;
  color: var(--mo-text-1);
}

.mo_pwd_btn_blk .mo_primary_btn:hover {
  background: var(--mo-hover-bg-1);
}

.mo_pwd_btn_blk .mo_primary_btn_cancel:hover {
  background: var(--mo-hover-bg-2);
}

.mo_survey_pill {
  border-radius: 8px;
  border: 1px solid var(--mo-stroke-2);
  background: var(--mo-bg-4);
  color: var(--mo-text-4);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  max-height: 32px;
  display: inline-block;
  justify-content: center;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 400px;
}

.mo_header_pill_click_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mo_custom_pill__blk .mo_pill_dropdown_wrapper {
  top: 60px;
}

.mo_goT0_btn {
  padding: 8px 16px;
  background: var(--mo-bg-2);
  font-weight: 400;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  transition: 0.2s;
  text-overflow: ellipsis;
  display: flex;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid var(--mo-stroke-1);
}

.mo_goT0_btn i {
  margin-left: 5px;
  /* Adjust space between text and icon */
  flex-shrink: 0;
  /* Prevent the icon from shrinking */
}

.mo_goT0_btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-weight: 400;
}

.mo_goT0_btn:hover {
  color: var(--mo-text-7);
}

.mo_goT0_btn:hover span {
  color: var(--mo-text-7);
}

.mo_choise_select:hover {
  background: var(--mo-hover-bg-2);
  color: var(--mo-text-7);
}

.mo_choise_select:hover span {
  /* color: var(--mo-text-3); */
}

.mo_choise_select:hover span i {
  color: var(--mo-text-3);
}

.mo_goTo_hover_event {
  width: 328px;
  padding: 16px;
  border: var(--mo-stroke-1);
  box-shadow: var(--mo-drop-shadow);
  max-height: 350px;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: var(--mo-bg-2);
  display: none;
  z-index: 10;
}

.mo_goTo_search {
  position: relative;
  width: 100%;
  padding-top: 8px;
}

.mo_goTo_search {
  display: inline-block;
}

.mo_goTo_search input {
  width: 100%;
  padding: 9px 36px 9px 12px;
  background: var(--mo-bg-1);
  border: 1px solid var(--mo-stroke-1);
  border-radius: 6px;
}

.mo_goTo_search input:focus {
  border-color: var(--mo-bg-3);
}

.mo_goTo_search input::placeholder {
  color: var(--text-disabled);
}

.mo_goTo_search .fa-search {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  color: var(--text-disabled);
}

.mo_goTo_item {
  overflow: auto;
  scrollbar-color: var(--mo-stroke-9) transparent;
}

.mo_goTo_item::-webkit-scrollbar {
  display: none;
}

.mo_goTo_item li {
  margin-bottom: 4px;
}

.mo_goTo_item li:hover {
  background: var(--mo-hover-bg-2);
}

.mo_goTo_item li:first-child {
  margin-top: 4px;
}

.mo_goTo_item li a {
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.mo_nav__line {
  flex-grow: 1;
  height: 1px;
  background: var(--mo-stroke-1);
}

.mo_header_right_blk {
  display: flex;
  align-items: center;
}

.mo_header_dots_click_area {
  display: flex;
  align-items: center;
}

.mo_survey_tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 4px;
  flex-shrink: 0;
}

.mo_survey_tooltip:hover {
  color: var(--mo-text-7);
}

.mo_survey_tooltip--penSquare {
  width: 40px;
  height: 32px;
  cursor: pointer;
}

.mo_survey_tooltip--eye {
  width: 42px;
  height: 32px;
}

.mo_disabled {
  cursor: auto !important;
  color: var(--mo-text-5) !important;
  background: var(--mo-bg-transperant);
  pointer-events: none !important;
}

.mo_disabled:hover {
  background: none !important;
}

.mo_prev__btn {
  background: none;
}

.mo_survey_tooltip--x {
  width: 32px;
  height: 32px;
  color: var(--mo-text-6);
}

.mo_edit_answer_upper_area {
  overflow-x: hidden;
  overflow-y: auto;
}

.mo_chosie_area_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  padding: 24px 0;
}

.mo_topic_title {
  color: var(--mo-text-1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.mo_chosie_area_left_wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mo_choise_select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 6px;
  border: 2px solid var(--mo-stroke-3);
  background: var(--mo-bg-2);
  height: 40px;
  transition: 0.2s;
}

.mo_choise_select span {
  color: var(--mo-text-7);
  font-size: 16px;
  font-weight: 700;
}

.mo_choise_select i {
  color: var(--mo-text-7);
}

.mo_choise_area_right_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mo_choise_input_area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mo_choise_input_area input {
  height: 40px;
  max-width: 225px;
  width: 100%;
}

.mo_createQuestion_header_text input.mo_createQuestion_text {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-text-3);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.mo_createQuestion_header_text input.mo_createQuestion_text::placeholder {
  font-size: 20px;
}

.mo_createQuestion_header_text input {
  display: block;
  width: 100%;
  padding: 8px 10px;
  margin-top: 16px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-text-3);
}

.mo_createQuestion_header_text input::placeholder {
  font-family: var(--font-Inter);
  font-size: 12px;
  font-weight: 400;
  color: var(--mo-text-1);
}

.mo-fw-300
{
  font-weight: 300 !important;
}

.mo-fw-400 {
  font-weight: 400 !important;
}

.mo-fw-500 {
  font-weight: 500 !important;
}

.mo-fw-600 {
  font-weight: 600 !important;
}

.mo-fw-700 {
  font-weight: 600 !important;
}

.mo_elem_title .ck.ck-editor__editable_inline>:last-child {
  margin-bottom: 0px !important;
}

.mo_elem_title .ck.ck-editor__editable_inline>:first-child {
  margin-top: 0px !important;
}

.mo_elem_title .ck-read-only {
  padding: 0px !important;
}

.mo_createQuestion_text.calculated_width {
  width: calc(100% - 170px);
}

.mo_createQuestion_text .ck-focused {
  background: var(--mo-bg-2) !important;
  box-shadow: none !important;
}

.mo_element_description .ck-focused {
  background: var(--mo-bg-2) !important;
  box-shadow: none !important;
}

/* .mo_createQuestion_text .ck-blurred {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-1) !important;
  background: var(--mo-bg-2);
}

.mo_element_description .ck-blurred {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-1) !important;
  background: var(--mo-bg-2);
}

.mo_createQuestion_text .ck-blurred:hover {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-4) !important;
  background: var(--mo-bg-2) !important;
}

.mo_createQuestion_text .ck-focused {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-4) !important;
  background: var(--mo-bg-2) !important;
  box-shadow: none !important;
}

.mo_element_description .ck-blurred:hover {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-4) !important;
  background: var(--mo-bg-2) !important;
}

.mo_element_description .ck-focused {
  border-radius: 6px !important;
  border: 1px solid var(--mo-stroke-4) !important;
  background: var(--mo-bg-2) !important;
  box-shadow: none !important;
} */

.ck-content {
  
}

.ck-content p {
  padding: 8px 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mo_question_title_label {
  font-weight: 400;
  color: var(--mo-text-2);
  font-size: 12px;
}

.mo_createQuestion_text {
  width: 100%;
  max-height: 270px;
  overflow: auto;
}

.mo_survey_list_wrapper .mo_custom_tooltip_item {
  transition: margin-right 0.3s ease;
}

.mo_custom_tooltip_item {
  position: relative;
}

.mo_custom_tooltip_item:hover .mo_custom_tooltip.right {
  -webkit-animation: fadeInSlide forwards ease-in 150ms;
  animation: fadeInSlide forwards ease-in 150ms;
  visibility: visible;
}

.mo_custom_tooltip_item:hover .mo_custom_tooltip.left {
  -webkit-animation: fadeInSlideLeft forwards ease-in 150ms;
  animation: fadeInSlideLeft forwards ease-in 150ms;
  visibility: visible;
}

.mo_ai_gen_btn,
.mo_import_btn {
  border-radius: 8px;
  background: var(--mo-bg-2);
  display: flex;
  padding: 11px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  box-shadow: var(--mo-box-shadow);
  color: var(--mo-text-1);
}

.mo_ai_gen_btn:hover {
  color: var(--mo-text-7) !important;
}

.mo_ai_gen_btn i {
  font-size: 20px;
  font-weight: 900;
}

.mo_input_ok {
  width: 46px;
  height: 40px;
  border: 2px solid var(--mo-stroke-3);
  border-radius: 6px;
  color: var(--mo-text-7);
}

.mo_input_ok:hover {
  background: var(--mo-hover-bg-2);
}

.mo_input_cancel {
  width: 44px;
  height: 40px;
}

.mo_createQuestion_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mo_createQuestion_nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.mo_createQuestion_nav ul li {
  display: inline-block;
}

.mo_createQuestion_nav ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  padding-bottom: 4px;
  font-weight: 400;
  color: var(--mo-text-2);
  border-bottom: 4px solid transparent;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.mo_createQuestion_nav ul
{
  border-bottom: 1px solid var(--mo-stroke-1);
}

.mo_createQuestion_nav ul li a:hover {
  border-bottom: 4px solid var(--mo-bg-3);
  color: var(--mo-text-7);
}

.mo_createQuestion_nav ul li a.active {
  border-bottom: 4px solid var(--mo-stroke-11);
  color: var(--mo-text-12);
  font-weight: 600;
}

.mo_survey_tooltip--image {
  width: 40px;
  height: 32px;
}

.mo_answer_module_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-bg-1);
  margin-bottom: 4px;
  cursor: pointer !important;
}

.mo_answer_module_list:last-child {
  margin-bottom: 0;
}

.mo_answer_module_list .mo_survey_Dots_event {
  width: auto !important;
  opacity: 1 !important;
}

.mo_survey_Dots_event {
  position: relative;
  display: inline-block;
}

.mo_survey_Dots_event ul {
  position: absolute;
  padding: 8px;
  width: 192px;
  right: 0;
  background: var(--mo-bg-2);
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-text-3);
  box-shadow: var(--mo-drop-shadow);
  z-index: 10;
}

.mo_survey_Dots_event ul li {
  transition: all 0.3s ease-in-out;
}

.mo_survey_Dots_event ul li:hover {
  background: var(--mo-hover-bg-2);
}

.mo_survey_Dots_event ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
}

.mo_survey_Dots_event ul li a .mo_link_text {
  color: var(--mo-text-1);
  font-family: var(--font-Inter);
  font-size: 12px;
  font-weight: 400;
}

.mo_answer_module_input_area {
  width: 100%;
}

.mo_answer_module_input_area input {
  width: 100%;
  border-radius: 6px;
}

.mo_answer_check_input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mo_answer_image_wrapper {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 40px;
  height: 32px;
  border-radius: 4px;
}

.mo_answer_image_wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.mo_survey_tooltip--Dots {
  width: 31px;
  height: 32px;
}

.mo_add_answer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-bottom: 8px;
  margin-left: 2px;
  border-top: solid 1px var(--mo-stroke-1);
  padding-top: 12px;
}

.mo_add_answer .mo_toggle_area {
  margin-bottom: 0;
}

.mo_add_answer.mo_sm {
  font-size: 12px !important;
}

.mo_add_import_btn_area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mo_add_import_btn_area .mo_primary_btn {
  background: transparent;
  border: 2px solid transparent;
}

.mo_add_import_btn_area .mo_primary_btn:hover {
  background: var(--mo-hover-bg-4);
}

.mo_add_import_btn_area .mo_primary_btn:active {
  border: 1px solid var(--mo-stroke-1);
}

.mo_btn_white {
  background: var(--mo-bg-2) !important;
  box-shadow: var(--mo-box-shadow);
}

.mo_Common_header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.mo_Common_header_wrapper a {
  font-size: 18px;
  font-weight: 700;
}

.mo_Common_header_wrapper a i {
  font-size: 24px;
}

.mo_btn_label_med {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.mo_bottom_part_of_the_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 24px 0;
  border-top: 1px solid var(--mo-stroke-1);
  background: var(--mo-bg-1);
  margin-top: auto;
}

.mo_primary_btn:hover {
  color: var(--mo-text-7) !important;
}

.mo_btn_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  /* border: 1px solid var(--mo-stroke-1); */
  height: 40px;
}

.mo_btn_1:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3) !important;
}

.mo_btn_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-7);
}

.mo_btn_2:hover {
  background: var(--mo-hover-bg-5);
}

.mo_btn_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  background: var(--mo-bg-transperant);
  border-radius: 4px;
  color: var(--mo-text-2);
  border: 1px solid var(--mo-stroke-1);
}

.mo_btn_3:hover {
  background: var(--mo-hover-bg-5);
}

.mo_btn_4 {
  padding: 8px 16px;
  background: var(--mo-bg-1);
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  transition: 0.2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  border: 1px solid var(--mo-stroke-1);
  color: var(--mo-text-2);
  font-weight: 600;
}

.mo_btn_4:hover {
  color: var(--mo-text-7);
}

.mo_btn_5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  background: var(--mo-bg-transperant) !important;
  color: var(--mo-text-2);
}

.mo_btn_5:hover {
  color: var(--mo-text-7);
}

.mo_btn_6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  /* background: var(--mo-bg-1); */
  border-radius: 6px;
  color: var(--mo-text-7);
  /* border: 1px solid var(--mo-stroke-1); */
  height: 40px;
}

.mo_btn_6:hover {
  color: var(--mo-text-7);
}

.mo_btn_7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  border: 1px solid transparent;
  font-weight: 400;
  font-style: normal;
  height: 40px;
  border-radius: 6px;
  background: var(--mo-bg-3);
  transition: 0.2s;
  color: var(--mo-text-3);
}

.mo_btn_7:hover {
  background: var(--mo-bg-6);
}

.mo_input_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.mo_input_btn:hover {
  background: var(--mo-bg-6);
}

.mo_check_1 {
  border-radius: 4px;
  background: var(--mo-bg-transperant);
  display: flex;
  min-height: 32px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--mo-text-2);
}

.mo_check_1:hover {
  /* background: var(--mo-hover-bg-5); */
}

.mo_check_1 span {
  color: var(--mo-text-1);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.mo_check_1.mo_check_disabled {
  background: var(--mo-bg-transperant);
  cursor: auto !important;
  pointer-events: none;
  border: 1px solid var(--mo-stroke-1);
}

.mo_check_1.mo_check_disabled span {
  color: var(--mo-text-5) !important;
}

.mo_check_1.active {
  background: var(--mo-bg-3);
}

.mo_check_1.active span {
  color: var(--mo-text-3);
}

.mo_check_1:hover i {
  animation: fa-beat 1s infinite;
}

.mo_check_1.active:hover span {
  color: var(--mo-text-3);
}

.mo_given_answer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--mo-bg-transperant);
  border: 1px solid var(--mo-stroke-1);
  height: 40px;
}

.mo_given_answer.active {
  background: var(--mo-bg-2);
  border-color: var(--mo-stroke-6);
}

.mo_given_answer.active.dark {
  background: var(--mo-bg-2);
  border-color: var(--mo-stroke-1);
}

.dark .mo_given_answer.active {
  color: var(--mo-text-1);
}

.mo_given_answer:hover {
  color: var(--mo-text-7);
}

.mo_given_answer:hover i {
  color: var(--mo-text-7);
}

.mo_given_answer:hover span {
  color: var(--mo-text-7);
}

.mo_fs_12 {
  font-size: 12px !important;
}

.mo_fs_14 {
  font-size: 14px !important;
}

.mo_fs_16 {
  font-size: 16px !important;
}

.mo_fs_18 {
  font-size: 18px !important;
}

.mo_fs_20 {
  font-size: 20px !important;
}

.mo_fs_32{
  font-size: 32px !important;
}

.mo_fs_42 {
  font-size: 42px;
}


.mo_result_outer_wrapper {
  padding: 24px;
  background: var(--mo-bg-2);
}

.mo_createQuestion_text p {
  font-size: 18px;
  font-weight: 600;
}

.mo_qn_full_edit_enabled .mo_answer_module_list {
  margin-bottom: 6px !important;
  background-color: var(--mo-bg-2);
}

.mo_answer_module_list textarea {
  border: 1px solid var(--mo-bg-transperant);
  resize: none !important;
}

.mo_select_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
  background: var(--mo-bg-2);
  border-radius: 6px;
  color: var(--mo-text-1);
  /* border: 1px solid var(--mo-stroke-1); */
  height: 40px;
}

.mo_select_btn:hover {
  background: var(--mo-bg-5);
  color: var(--mo-text-1);
}

.mo_select_btn.mo_disabled {
  color: var(--mo-text-5);
}

.mo_text_highlight {
  color: var(--mo-text-8);
}

.mo_highlight_item {
  color: var(--mo-text-8) !important;
  border: 1px solid var(--mo-stroke-7) !important;
  background: var(--mo-bg-7) !important;
}

.mo_highlight_select {
  /* background: var(--mo-bg-7); */
  color: var(--mo-text-8);
}

.MuiMenuItem-root {
  font-family: 'Inter' !important;
}

.mo_check_answer_text {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px;
  color: var(--mo-text-2);
}

.mo_btn_bg_1 {
  background-color: var(--mo-bg-1);
}

.mo_btn_bg_2 {
  background-color: var(--mo-bg-8);
}

.mo_sample_funnel_result_wrapper {
  border-radius: 4px;
  margin-right: 18px;
  padding-bottom: 2px;
}
.mo_text_1 {
  color: var(--mo-text-1);
}

.mo_text_2 {
  color: var(--mo-text-2) !important;
}

.mo_bg_1 {
  background: var(--mo-bg-1) !important;
}

.mo_bg_2 {
  background: var(--mo-bg-2) !important;
}

.mo_bg_9 {
  background: var(--mo-bg-9) !important;
}

.mo_bg_15 {
  background: var(--mo-bg-15) !important;
}


.mo_bg_transperant {
  background: var(--mo-bg-transperant) !important;
}

.mo_header_item_separator {
  width: 1px;
  height: 40px;
  margin-left: 12px;
  margin-right: 12px;
  background: var(--mo-stroke-1);
  flex-grow: 1;
  max-width: 1px;
}

.mo_title_input_text {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.mo_overview_question_li {
  border: 1px solid var(--mo-stroke-1);
  border-left: 4px solid var(--mo-stroke-9);
  margin-bottom: 6px;
  border-radius: 4px;
  background: var(--mo-bg-9);
  padding-left: 12px !important;
}

.mo_overview_question_li:hover {
  border-top: 1px solid var(--mo-stroke-8) !important;
  border-bottom: 1px solid var(--mo-stroke-8) !important;
  border-right: 1px solid var(--mo-stroke-8) !important;
  border-left: 4px solid var(--mo-stroke-8) !important;
  background: var(--mo-bg-2);
}

.mo_title_input_text::placeholder {
  color: var(--mo-text-6) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.mo_overview_question_li:has(.mo_section_parent) {
  
  
}

.mo_overview_question_li:has(.sd_else_block)
{
  cursor: auto !important;
  pointer-events: none !important;
}

.mo_overview_question_li:has(.mo_logic_wrapper) {
  /* border-top: none ;
  border-bottom: none;
  background: var(--mo-bg-2);
  border-right: none; */
}

.mo_overview_question_li:has(.mo_section_parent:has(.sd_accordion_click_blk .sd_accordion_open)) {
  margin-bottom: 0px !important;
}

.mo_overview_question_li:has(.mo_page_expanded) {
  margin-bottom: 0px !important;
}

.mo_mui_menu ul {
  padding: 8px;
  width: auto !important;
}

.mo_mui_menu li {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 9px 16px;
  color: var(--mo-text-1);
  line-height: 24px;
  text-wrap: nowrap;
}

.mo_mui_header_menu li a {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 9px 16px;
  color: var(--mo-text-1);
  line-height: 24px;
  text-wrap: nowrap;
}

.mo_mui_header_menu li a:hover {
  /* background: var(--mo-bg-1); */
}

.mo_mui_menu li:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
  border-radius: 4px;
}

.mo_survey_language_wrapper {
  border: 1px solid var(--mo-stroke-1);
  border-radius: 5px;
  background: var(--mo-bg-2);
}

.mo_slider_sub_title {
  color: var(--mo-text-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.mo_slider_sub_title_sub {
  color: var(--mo-text-1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.mo_slider_sub_title_description {
  font-size: 12px;
  color: var(--mo-text-2);
  margin: 8px 0;
  display: inline-block;
  text-transform: none;
}

.mo_default_select_1 {
  border: 1px solid var(--mo-stroke-1);
  display: inline-flex;
  gap: 8px;
  background: var(--mo-bg-2);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
}

.mo_default_select_1 select {
  font-size: 16px;
  height: 40px;
  color: var(--mo-text-1);
  width: 100%;
}

.mo_default_select_1 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.mo_default_select_1 span i {
  color: var(--mo-text-6);
}

.mo_disabled_input {
  background: var(--mo-bg-1);
}

.mo_disabled_input:hover {
  border: 1px solid var(--mo-stroke-4) !important;
}

.mo_external_section {
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-bg-9);
  border-radius: 2px;
  padding: 16px 24px;
}

.MuiMenu-list li i {
  width: 28px !important;
}

.mo_no_border_no_bg {
  border: none !important;
  background: transparent !important;
  color: var(--mo-text-1) !important;
}

.mo_project_list_wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.mo_project_list_wrapper .dashboard_single_item_content {
  margin-bottom: 12px;
}

.mo_hr {
  color: var(--mo-stroke-1);
  opacity: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mo_pacing_status_text_wrapper {
  justify-content: center;
  padding: 8px 0;
  display: flex;
}

.mo_pacing_status_text_wrapper .mo_pacing_requested {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: var(--mo-text-9);
  gap: 12px;
}

.mo_pacing_status_text_wrapper .mo_pacing_scheduled_in {
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: var(--mo-text-7);
  gap: 12px;
}

.mo_pacing_regular_text {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: var(--mo-text-1);
  gap: 12px;
}

.mo_translation_wrapper {
  background: var(--mo-bg-2);
  border: 1px solid var(--mo-stroke-1);
  padding: 16px;
  border-radius: 6px;
}

.mo_old_page .mo_old_page_profile_wrapper {
  background: var(--mo-bg-2);
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  padding: 16px;
}

.mo_old_page .card-item {
  background: var(--mo-bg-1) !important;
  border: 1px solid var(--mo-stroke-1) !important;
  border-radius: 4px !important;
  cursor: auto !important;
}

.mo_old_page .badge.bg-success {
  background: var(--mo-bg-3) !important;
}

.mo_border_1 {
  border: 1px solid var(--mo-stroke-1) !important;
  border-radius: 4px;
}

select:disabled {
  pointer-events: none !important;
}

.mo_toggle_style {
  border: 1px solid var(--mo-stroke-3);
  color: var(--mo-text-7);
  background: var(--mo-bg-transperant);
}

.mo_main_title {
  color: var(--mo-text-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.mo_main_title_dark {
  color: var(--mo-text-1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.mo_status_btn {
  background: none;
  border: none;
}

.mo_status_btn:hover {
  padding-right: 16px;
}

.mo_nav_btn_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
  background: var(--mo-bg-transperant);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 40px;
  border: 1px solid var(--mo-bg-transperant);
}

.mo_nav_btn_1:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_nav_btn_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 40px;
  border: 1px solid var(--mo-stroke-1);
}

.mo_nav_btn_2:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_action_btn_disabled
{
  background: var(--mo-bg-17) !important;
  color: var(--mo-text-3) !important;
  border: none !important;
  cursor: auto  !important;
}

.mo_action_btn_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-7);
  height: 36px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_1:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_action_btn_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 36px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_2:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_action_btn_2:hover span {
  color: var(--mo-text-3);
}

.mo_action_btn_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 36px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_3:hover {
  background: var(--mo-bg-3) !important;
  color: var(--mo-text-3) !important;
}

.mo_action_btn_4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--mo-bg-3);
  border-radius: 4px;
  color: var(--mo-text-3) !important;
  height: 40px;
}

.mo_action_btn_4:hover {
  background: var(--mo-bg-6);
}

.mo_action_btn_4_sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-3);
  border-radius: 4px;
  color: var(--mo-text-3) !important;
  height: 36px;
}

.mo_action_btn_4_sm:hover {
  background: var(--mo-bg-6);
}

.mo_action_btn_5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-7);
  height: 40px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_5:hover {
  background: var(--mo-bg-5);
}

.mo_action_btn_6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 40px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_6:hover {
  background: var(--mo-bg-5);
  color: var(--mo-text-1);
}

.mo_action_btn_7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 600;
  background: var(--mo-bg-10);
  border-radius: 4px;
  color: var(--mo-text-3);
  height: 40px;
}

.mo_action_btn_7:hover {
  background: var(--mo-bg-11);
}

.mo_action_btn_8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--mo-bg-10);
  border-radius: 4px;
  color: var(--mo-text-3);
  height: 40px;
}

.mo_action_btn_8:hover {
  background: var(--mo-bg-11);
}

.mo_action_btn_9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-2);
  height: 36px;
  box-shadow: var(--mo-box-shadow-2);
}

.mo_action_btn_9:hover {
  background: var(--mo-bg-3) !important;
  color: var(--mo-text-3) !important;
}

.mo_action_btn_10 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 600;
  background: var(--mo-bg-2);
  border-radius: 4px;
  color: var(--mo-text-1);
  height: 36px;
}

.mo_action_btn_10:hover {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_action_btn_outline{
  border: 1px solid var(--mo-stroke-8);
}

.mo_action_btn_2:has(.fa-toggle-on) {
  background: var(--mo-bg-3);
  color: var(--mo-text-3);
}

.mo_action_btn_bg_1
{
  background: var(--mo-bg-1);
}

.mo-text-blue {
  color: var(--mo-text-7);
}

i p {
  font-family: 'Inter' !important;
}

i div {
  font-family: 'Inter';
  font-size: 12px;
  font-weight: 400;
  color: var(--text-main);
}

.mo_side_nav_section_wrapper {
  padding: 12px;
  background: var(--mo-bg-9);
  border: 1px solid var(--mo-stroke-1);
  border-radius: 4px;
}

.mo_section_wrapper {
  padding: 24px;
  padding-bottom: 24px;
  background: var(--mo-bg-1);
  border: 1px solid var(--mo-stroke-1);
  border-radius: 2px;
}

.mo_section_header_area {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 12px;
}

.mo_text_sm_bold {
  font-size: 12px;
  color: var(--mo-text-1);
  font-weight: 700;
}

.mo_text_sm_muted {
  font-size: 12px;
  color: var(--mo-text-2);
}

.mo_text_muted {
  font-size: 12px;
  color: var(--mo-text-2);
}

.mo_text_sm {
  font-size: 14px;
}

.mo_text_xs {
  font-size: 12px;
}

.mo_text_lg {
  font-size: 16px;
  font-weight: 700;
}

.mo_text_xxxl {
  font-size: 26px;
  font-weight: 700;
}

.mo_text_md {
  font-size: 14px;
  font-weight: 700;
}

.mo_vertical_divider {
  width: 1px;
  background: var(--mo-stroke-1);
  padding: 0;
}

/* text colors */
.mo_text_blue {
  color: var(--mo-text-7) !important;
}

.mo_text_green {
  color: var(--mo-text-9);
}

.mo_text_red {
  color: var(--mo-text-10) !important;
}

.mo_text_orange {
  color: var(--mo-text-11) !important;
}

.mo_left_border_section {
  padding-left: 12px;
  border-left: 4px solid var(--mo-stroke-9);
  border-radius: 0;
}

.mo_alert_wrapper {
  padding: 12px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--mo-stroke-1);
  border-radius: 4px;
  min-height: 62px;
  display: flex;
  align-items: center;
}

.mo_alert_wrapper > div
{
  width: 100%;
}

.mo_alert_wrapper.mo_alert_info {
  background: var(--mo-bg-5);
  color: var(--mo-text-7);
  border-left: 4px solid var(--mo-bg-3);
}

.mo_alert_wrapper.mo_alert_warning {
  background: var(--mo-bg-12);
  color: var(--mo-text-11);
  border-left: 4px solid var(--mo-bg-10);
}

.mo_alert_wrapper.mo_alert_danger {
  background: var(--mo-bg-13);
  color: var(--mo-text-10);
  border-left: 4px solid var(--mo-bg-14);
}

.mo_alert_wrapper button {
  white-space: nowrap !important;
}

.mo_alert_wrapper a {
  white-space: nowrap !important;
}

.mo_btn_bg_grey {
  background: var(--mo-bg-1);
}

.mo_left_border_blue {
  border-left: 4px solid var(--mo-bg-3);
}

.mo_left_border_small{
  border-left: 1px solid var(--mo-stroke-1);
}

.mo_right_border_grey {
  border-right: 4px solid var(--mo-stroke-9);
}

.mo_page_title_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-default);
  padding: 12px;
  border-radius: 4px;
  border: solid 1px var(--border-color);
  padding-right: 30px;
  padding-left: 30px;
}

.mo_text_danger {
  color: var(--mo-text-10);
}

.project_add_question .survey_parent_li {
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
  border-left: 4px solid var(--mo-stroke-9);
  margin-bottom: 4px;
  background: var(--mo-bg-9);
}

.project_add_question .survey_parent_li:has(input[type="checkbox"]:checked) {
  border: 1px solid var(--mo-stroke-4);
  border-left: 4px solid var(--mo-stroke-4);
  background: var(--mo-bg-2);
}

.project_add_question .survey_parent_li:has(input[type="checkbox"]:checked) .answer-search-library {
  background: var(--mo-bg-1);
}

.project_add_question .survey_parent_li:has(input[type="checkbox"]:checked) .mo_action_btn_3 {
  background: var(--mo-bg-1);
}


.audienceQuestion_filter_area #question-library-search {
  background: var(--mo-bg-1);
}

.mo_bg_1_btn {
  background: var(--mo-bg-1);
}

.mo_standard_select {
  height: 40px;
  font-size: 16px;
}

.mo_scenario_item {
  border-top: 1px solid var(--border-color);
  padding-top: 6px;
}

.mo_settings_item {
  padding: 8px 16px 8px 16px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background: var(--mo-bg-9);
  border: 1px solid var(--mo-stroke-1);
  margin-top: 8px;
}

.mo_settings_item.checked {
  background: var(--mo-bg-2);
  border: 1px solid var(--mo-stroke-6);
}

.mo_settings_title {
  color: var(--mo-text-1);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.mo_settings_title.checked {
  color: var(--mo-text-7);
}

.mo_settings_pill {
  display: flex;
  min-height: 32px;
  padding: 7px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--mo-stroke-6);
  background: var(--mo-bg-5);
  color: var(--mo-text-7);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
}

.mo_settings_top_area {
  height: 45px;
  align-items: center;
  border-bottom: 2px dotted var(--mo-stroke-1);
}

.mo_settings_description {
  color: var(--mo-text-2);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.mo_check_disabled .mo_custom_check {
  border: 1px solid var(--mo-text-2);
  background: var(--mo-bg-15);
}

.mo_check_disabled .mo_settings_pill {
  border: 1px solid var(--mo-stroke-10);
  color: var(--mo-text-2);
}

.mo_settings_top_area.mo_no_description {
  border-bottom: none !important;
}

.mo_custom_check i {
  font-size: 24px;
  cursor: pointer;
  color: var(--mo-stroke-1);
  background: var(--mo-bg-2);
}

.mo_custom_check.active i {
  color: var(--mo-bg-3);
}

.mo_checkEvent_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mo_checkEvent_area .mo_survey_pill {
  border-radius: 1000px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-bg-5);
  color: var(--mo-text-7);
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.mo_checkEvent_area input {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.mo_settings_item .mo_settings_sub_area {
  display: none !important;
}

.mo_settings_item.checked .mo_settings_sub_area {
  display: flex !important;
}

.mo_feasible_status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-flex;
}

.mo_feasible_status.mo_status_success {
  background-color: var(--mo-bg-16);
}

.mo_feasible_status.mo_status_warning {
  background-color: var(--mo-bg-10);
}

.mo_feasible_status.mo_status_danger {
  background-color: var(--mo-bg-14);
}

.mo_feasible_table-display {
  display: grid;
  grid-template-columns: repeat(9, auto) 1fr repeat(5, auto);
  /* 8 left columns, 1fr for empty space, 6 right columns */
  width: 100%;
}

.mo_feasible_table-row {
  display: contents;
  /* Makes the row act as part of the grid */
}

.mo_feasible_table-row.mo_feasible_table-row-selected .mo_feasible_table-cell, .mo_feasible_table-row.mo_feasible_table-row-selected .mo_feasible_empty-space
{
  background: var(--mo-bg-5);
}

.mo_feasible_table-cell {
  padding: 6px;
  border-bottom: 1px solid var(--mo-stroke-1);
  /* border-right: 1px solid #dee2e6; */
  /* border-bottom: 1px solid #dee2e6; */
  text-align: end;
}

.mo_feasible_right-columns {
  text-align: right;
  /* Right-align the last 6 columns */
}

.mo_feasible_empty-space {
  border-bottom: 1px solid var(--mo-stroke-1);
  /* Empty space takes up the remaining space */
}

.mo_checkbox_option_w_label {
  display: flex;
  min-height: 40px;
  padding: 0px 12px;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid var(--mo-stroke-1);
  background: var(--mo-bg-2);
}

.mo_checkbox_option_w_label i {
  font-size: 20px;
  color: var(--mo-text-5);
}

.mo_checkbox_option_w_label:hover {
  border: 1px solid var(--mo-stroke-6);
  background: var(--mo-bg-5);
}

.mo_checkbox_option_w_label span {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.mo_checkbox_option_w_label:hover span {
  color: var(--mo-text-7);
}

.mo_checkbox_option_w_label:hover i {
  color: var(--mo-text-7);
}

.mo_checkbox_option_w_label.checked {
  border: 1px solid var(--mo-stroke-6);
  /* background: var(--bg-primary-2, #F0F8FF); */
  color: var(--mo-text-7);
}

.mo_checkbox_option_w_label.checked span {
  color: var(--mo-text-7);
}

.mo_checkbox_option_w_label.checked i {
  color: var(--mo-text-7);
}

.mo_progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: var(--mo-bg-2);
  border-radius: 4px;
  border: 1px solid var(--mo-stroke-1);
}

.mo_progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--mo-text-3);
  text-align: center;
  white-space: nowrap;
  background-color: var(--mo-bg-3);
  transition: width .6s ease;
}

.mo_border_top {
  border-top: 1px solid var(--mo-stroke-1);
}

.mo_border_left {
  border-left: 1px solid var(--mo-stroke-1);
}

.mo_border_right {
  border-right: 1px solid var(--mo-stroke-1);
}

.mo_input_sm
{
  width: 65px !important;
}

.mo_input_md
{
  width: 200px;
}


/* Overlay */
.mo_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: visible;
  z-index: 1;
}

/* Loading Spinner */
.mo_loader {
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.mo_table{
  border: 1px solid var(--mo-stroke-1);
}

.mo_table th
{
  font-size: 12px;
  color: var(--mo-text-1);
  font-weight: 700;
  border-right: 1px solid var(--mo-stroke-1);
}

.mo_table td
{
  border-right: 1px solid var(--mo-stroke-1);
  font-size: 12px;
  color: var(--mo-text-1);
  font-weight: 500;

}

.mo_table tr
{
  border-bottom: 1px solid var(--mo-stroke-1);
  border-style: double;
}

.mo_table th
{
  white-space: break-spaces;
}
.mo_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional: Adds "..." when text overflows */
}

.mo_quota_row:has([name="target-disabled-label"]:not([style*="display: none"])) {
  color: var(--mo-text-2);
}

.mo_quota_row:has([name="target-disabled-label"]:not([style*="display: none"])) input{
  color: var(--mo-text-2);
}

.mo_settings_item:has(.mo_disabled)
{
  background: var(--mo-bg-9);
}

.mo_feasibility_pending .custom_check_checkmark
{
  background: var(--mo-bg-1);
  border: solid 1px var(--mo-stroke-1);
}
.mo_feasibility_pending
{
  color: var(--mo-text-2);
}

.mo_tag_1
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  background: var(--mo-bg-1);
  border-radius: 4px;
  color: var(--mo-text-2);
  box-shadow: var(--mo-box-shadow-2);
}

.mo_br_2
{
  border-radius: 2px;
}

.mo_action_btn_1 i, .mo_action_btn_2 i, .mo_action_btn_3 i, .mo_action_btn_4 i, .mo_action_btn_5 i, .mo_action_btn_6 i, .mo_action_btn_7 i{
  font-size: 16px;
}

.mo_table .audience_name_label
{
  color: var(--mo-text-7);
  font-weight: 700;
  max-width: 150px;
  text-align: left;
}

.mo_table tr:hover
{
  background: var(--mo-bg-5);
}

.mo_table thead tr
{
  background: var(--mo-bg-1);
}

.mo_overview_wrapper .dohp_count
{
  white-space: nowrap;
}

.mo_overview_wrapper .dohp_number
{
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mo_table_equal_widths
{
  width: 100%;
  table-layout: fixed;
}

.mo_fade_in {
  opacity: 0;
  animation: fadeIn 0.4s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.mo_table_normal_space td
{
  white-space: normal !important;
}

.mo_section_active
{
  background: var(--mo-bg-2) !important;
  border: 1px solid var(--mo-stroke-6);
}

.mo_text_ellipsis
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mo_qid_text
{
  font-size: 16px;
  font-weight: 700;
  color: var(--mo-text-1);
}

.mo_glossy_bg
{
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(249, 249, 250, 0.8) !important;
  backdrop-filter: blur(12px);
}

.mo_box_shadow_border
{
  border: none !important;
  box-shadow: var(--mo-box-shadow-2);
}

.rdrStaticRange.rdrStaticRangeSelected
{
  color: var(--mo-text-7) !important;
}

/* date-range-custom.css */

/* Selected range background */
.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
  background: var(--mo-bg-3) !important; /* Custom purple */
  color: var(--mo-text-3) !important;
}

/* Hover color */
.rdrDay:hover {
  /* background: var(--mo-bg-3) !important; */
}

/* Preview (when hovering to select range) */
/* .rdrDay.rdrDayHovered .rdrDayNumber span {
  background: var(--mo-bg-3) !important;
} */

/* Active (selected) day text color */
.rdrDayNumber span {
  color: var(--mo-text-1);
}

/* Active edge styling (start/end dates in range) */

.rdrInputRanges .rdrInputRange:nth-child(2) {
  display: none !important;
}

.rdrInputRangeInput
{
  width: 50px !important;
}

.mo_hr_gradient_line
{
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, var(--mo-stroke-1) 30%, transparent 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 1px;
}

.mo_sortable_header:hover
{
  color: var(--mo-text-7);
}

.mo_section_gap
{
  margin-top: 16px;
  margin-bottom: 32px;
}

.mo_border_bottom
{
  border-bottom: 1px solid var(--mo-stroke-1);
}

.mo_id_input
{
  width: 65px !important;
}

.mo_radio
{
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  width: 100%;
}

.mo_radio input[type="radio"]
{
    position: absolute;
    visibility: hidden;
}

.mo_radio label
{
    position: relative;
    z-index: 9;
    cursor: pointer;
    margin-left: 35px;
    margin-top: 2px;
}

.mo_radio input[type="radio"]:checked~label 
{
  color: var(--mo-text-1);
  font-weight: 700;
}

.mo_radio .mo_radio_icon
{
    position: absolute;
    border: 1px solid var(--mo-stroke-1);
    border-radius: 100%;
    height: 25px;
    width: 25px;
    z-index: 5;
    background: var(--mo-bg-2)
}

.mo_radio input[type="radio"]:checked~.mo_radio_icon {
    border: 1px solid var(--mo-stroke-3);
}

.mo_radio .mo_radio_icon::before {
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 15px;
    width: 15px;
    inset: 0;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.mo_radio input[type="radio"]:checked~.mo_radio_icon::before {
    background: var(--mo-bg-3);
}

.mo_alert_info p i::before
{
  content: "\f05a" !important;
}

.mo-no-style
{
  all: unset;
  display: contents;
}

.mo_nav_menu
{
  display: flex;
  align-items: center;
  gap: 4px;
}

.mo_nav_menu li
{
  display: inline-block;
}

.mo_nav_menu li span
{
    border-bottom: 4px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    padding-bottom: 4px;
    font-weight: 400;
    color: var(--mo-text-2);
    transition: all 0.3s ease-in-out;
    font-family: 'Inter';
}

.mo_nav_menu li.active span
{
    border-bottom: 4px solid var(--mo-stroke-11) !important;
    color: var(--mo-text-12) !important;
    font-weight: 600 !important;
}

.mo_nav_menu li:hover span{
    border-bottom: 4px solid var(--mo-stroke-3);
    color: var(--mo-text-7);
}

.mo_custom_screener_option:not(.mo_section_active) span , .mo_custom_screener_option:not(.mo_section_active) i{
  color: var(--mo-text-2) !important;
}

body:has(.mo_feasibility_login)
{
  background-color: var(--mo-text-1) !important;
  color: var(--mo-text-3);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding-bottom: 0px !important;
}

.mo_feasibility_login_box
{
  background-color: var(--mo-bg-2);
  color: var(--mo-text-1);
  border-radius: 12px;
  padding: 2rem;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.mo_feasibility_login_box h5{
  font-weight: 700;
}

.mo_feasibility_footer {
      margin-top: 2rem;
      font-size: 0.9rem;
      color: #ccc;
}

.mo_px_28
{
  padding-left: 28px;
  padding-right: 28px;
}

.mo_py_16
{
  padding-top: 16px;
  padding-bottom: 16px;
}

.mo_pt_16
{
  padding-top: 16px;
}

.mo_pt_24
{
  padding-top: 24px;
}

.mo_pb_4
{
  padding-bottom: 4px;
}

.mo_pb_6
{
  padding-bottom: 6px;
}

.mo_mb_8
{
  margin-bottom: 8px;
}

.mo_mb_24
{
  margin-bottom: 24px;
}

.mo_mb_xl
{
  margin-bottom: 36px;
}

.mo_mt_8
{
  margin-top: 8px;
}

.mo_mt_12
{
  margin-top: 12px;
}

.mo_mt_24
{
  margin-top:24px;
}

.mo_mt_xl
{
  margin-top: 36px;
}

.mo_ml_32
{
  margin-left: 32px;
}

.mo_lh_0
{
  line-height:0 !important;
}

.mo_my_2
{
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 12px;
}

.mo_my_24
{
  margin-top:24px;
  margin-bottom: 24px;
}

.mo_pl_12
{
  padding-left: 12px;
}
.mo_pt_12
{
  padding-top: 12px;
}
.mo_question_overview_not_selected
{
  color: var(--mo-text-2) !important;
  border-left: 4px solid var(--mo-stroke-1);
}

.mo_question_overview_not_selected .mo_qid_text, .mo_question_overview_not_selected .v2-filter-elem-text
{
  color: var(--mo-text-2) !important;
}

.mo_question_overview_selected
{
  border-left: 4px solid var(--mo-stroke-11);
}

.mo_badge_indicator
{
  color: var(--mo-text-3);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  display: flex;
}

.mo_badge_indicator i
{
  font-size: 16px;
  margin-right: 6px;
}
.mo_badge_dark_blue
{
  background: var(--mo-bg-18);
}

.mo_badge_danger
{
  background: var(--mo-bg-14);
}

.mo_overview_question_li:hover .audience_hover_pill
{
  background: var(--mo-bg-1);
}

.mo_text_area_unfocused
{
  font-size: 14px !important;
}

.mo_invoice_badge
{
  color: var(--mo-text-3);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
}

.mo_badge_grey
{
  background: var(--mo-bg-15);
}

.mo_badge_yellow
{
  background: var(--mo-bg-10);
}

.mo_badge_green
{
  background: var(--mo-bg-16);
}

.mo_closing_list_item
{
    border: 1px solid var(--mo-stroke-1);
    border-left: 4px solid var(--mo-stroke-9);
    border-radius: 6px;
    background: var(--mo-bg-2);
    padding-left: 18px !important;
}

.mo_closing_status_item_padding
{
  padding-top:16px;
  padding-bottom: 0.25rem;
}

.mo_question_overview_not_selected .mo_question_type_selector .mo_action_btn_1
{
  background: var(--mo-bg-transperant);
}

.mo_question_overview_not_selected .sd_given_answer
{
  background: var(--mo-bg-transperant);
}

.mo_audience_list_item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 6px;
    border: 1px solid var(--mo-stroke-1);
    border-radius: 4px;
    background: var(--mo-bg-1);
}

.mo_audience_list_item_selected
{
  background: var(--mo-bg-2);
  border: 1px solid var(--mo-stroke-6);
  border-left: 4px solid var(--mo-stroke-3);
}
.mo_audience_list_item_selected .mo_audience_name_text
{
  color: var(--mo-text-7);
  font-weight: 700;
}

.mo_audience_list_item_selected .mo_audience_id
{
  font-weight: 600;
}


.mo_audience_list_item_disabled
{
  color: var(--mo-text-2);
}

.mo_min_width_0
{
  min-width: 0 !important;
}

.mo_audience_list_item div img {
    width: 29.33px;
}

.mo_slider_title_section
{
  height: 40px;
}

.mo_slider_title_closing
{
  border-top: 1px solid var(--mo-stroke-1);
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 18px;
}

.mo_audience_survey_wrapper
{
  border: 1px solid var(--mo-stroke-1);
  border-radius: 2px;
  background: var(--mo-bg-9);
}

.mo_toggle_btn:hover i
{
  color: var(--mo-text-3);
}

.mo_audience_survey_gradient_bg
{
  background: linear-gradient(to bottom, white, #F4F4F5 100%) top / 100% 50px no-repeat, #F4F4F5;
}

.mo_lang_flag_wrapper
{
  font-size: 26px;
  background: var(--mo-bg-17);
  color: var(--mo-text-3);
  border-radius: 8px;
  font-weight: 400;
  width: 50.66px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.mo_audience_survey_header
{
  margin: 12px 8px 0px 8px;
  border: 1px solid var(--mo-stroke-1);
}

.mo_overview_question_li:has(.mo_grandchildren_section)
{
  margin-left: 70px !important;
}

.mo_ck_toolbar_title
{
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 14px;
  color: var(--mo-text-2);
}

.mo_result_single_column
{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.mo_invoice_aging_border_dark_green
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-1) !important;
}

.mo_invoice_aging_border_light_green
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-2) !important;
}

.mo_invoice_aging_border_yellow
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-3) !important;
}

.mo_invoice_aging_border_orange
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-4) !important;
}

.mo_invoice_aging_border_red
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-5) !important;
}

.mo_invoice_aging_border_dark_red
{
  border-bottom: 4px solid var(--mo-invoice-aging-color-6) !important;
}

.mo_invoicing_text_dark_green
{
  color: var(--mo-invoice-aging-color-1);
}

.mo_invoicing_text_light_green
{
  color: var(--mo-invoice-aging-color-2);
}

.mo_invoicing_text_yellow
{
  color: var(--mo-invoice-aging-color-3);
}

.mo_invoicing_text_orange
{
  color: var(--mo-invoice-aging-color-4);
}

.mo_invoicing_text_red
{
  color: var(--mo-invoice-aging-color-5);
}

.mo_invoicing_text_dark_red
{
  color: var(--mo-invoice-aging-color-6);
}

.mo_font_family_inter
{
  font-family: 'Inter' !important;
}

.ck.ck-balloon-panel {
  z-index: 10 !important; /* pick a value lower than your header or modal */
}

.mo_table_padding td
{
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.mo_border_radius_4
{
  border-radius: 4px !important;
}

@media (max-width: 767px) {

  .mo_bottom_part_of_the_body {
    flex-direction: column;
    gap: 16px;
  }

  .mo_bottom_left_part_of_the_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mo_add_answer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .mo_chosie_area_wrapper .mo_topic_title {
    font-size: 18px;
  }

  .mo_header_right_blk {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .mo_bread_crump_header_left {
    flex-direction: column;
    align-items: flex-start;
  }

  .mo_custom_pill__blk .mo_pill_dropdown_wrapper {
    top: 93px;
    left: 21px;
  }
}
