@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/Inter-Black.ttf");
}
/* FONTS */
/* COLORS */
/* COLORS w/ OPACITY */
/* TEXT */
* {
  font-family: "Inter-Regular";
  word-break: break-word;
}
#wrapper {
  min-width: 320px;
}
.hidden {
  display: none !important;
}
.info_message {
  color: #8e97a8 !important;
  font: 12px/14px "Inter-Regular" !important;
  margin-top: 12px !important;
  text-align: right;
}
.fade_out {
  opacity: 0;
}
.tooltip .tooltip-inner {
  background-color: rgba(29, 51, 59, 0.85);
  border-radius: 4px;
  padding: 8px 12px;
}
.tooltip.bs-tooltip-auto[data-popper-placement="right"] .tooltip-arrow::before {
  border-right-color: rgba(64, 78, 108, 0.85) !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="top"] .tooltip-arrow::before {
  border-top-color: rgba(64, 78, 108, 0.85) !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="bottom"] .tooltip-arrow::before {
  border-bottom-color: rgba(64, 78, 108, 0.85) !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="left"] .tooltip-arrow::before {
  border-left-color: rgba(64, 78, 108, 0.85) !important;
}
.fade_in {
  opacity: 1;
  transition: opacity 0.5s;
  /* Adjust the duration as needed */
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  border-top-color: transparent;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-top-color: rgba(64, 78, 108, 0.9) !important;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  border-right-color: transparent;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-right-color: rgba(64, 78, 108, 0.9) !important;
  border-top-color: transparent !important;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  border-bottom-color: transparent;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-bottom-color: rgba(64, 78, 108, 0.9) !important;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  border-left-color: transparent;
}
.popover_confirmation_delete_block.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-left-color: rgba(64, 78, 108, 0.9) !important;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block {
  padding: 24px 24px 12px 24px;
  width: 214px;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block form p {
  color: #e0e0e0;
  font: 14px/20px "Inter-Regular";
  margin: 0;
  text-align: center;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block form .confirmation_block {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block form .confirmation_block button {
  background-color: transparent;
  border: transparent;
  color: #e0e0e0;
  font: 14px/20px "Inter-Regular";
  height: 40px;
  width: 48px;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block form .confirmation_block button:first-child {
  margin-right: 10px;
}
.popover_confirmation_delete_block #popover_confirmation_delete_block form .confirmation_block button:hover {
  color: #49a18b;
}
.doc_privacy_popover,
.doc_title_popover {
  background-color: #404e6c;
  border-radius: 8px !important;
  width: 250px !important;
}
.doc_privacy_popover.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.doc_title_popover.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.doc_privacy_popover .bs-popover-end > .popover-arrow::after,
.doc_title_popover .bs-popover-end > .popover-arrow::after {
  border-top-color: #404e6c !important;
}
.doc_privacy_popover.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.doc_title_popover.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.doc_privacy_popover .bs-popover-end > .popover-arrow::after,
.doc_title_popover .bs-popover-end > .popover-arrow::after {
  border-left-color: #404e6c !important;
}
.doc_privacy_popover.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.doc_title_popover.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.doc_privacy_popover .bs-popover-end > .popover-arrow::after,
.doc_title_popover .bs-popover-end > .popover-arrow::after {
  border-right-color: #404e6c !important;
}
.doc_privacy_popover.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.doc_title_popover.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.doc_privacy_popover .bs-popover-end > .popover-arrow::after,
.doc_title_popover .bs-popover-end > .popover-arrow::after {
  border-bottom-color: #404e6c !important;
}
.doc_privacy_popover .popover-body,
.doc_title_popover .popover-body {
  margin: 0 !important;
  padding: 0;
}
.doc_privacy_popover .popover-body .doc_privacy,
.doc_title_popover .popover-body .doc_privacy,
.doc_privacy_popover .popover-body .document_popover_title,
.doc_title_popover .popover-body .document_popover_title {
  margin: 0;
}
.doc_privacy_popover .popover-body .doc_privacy span,
.doc_title_popover .popover-body .doc_privacy span,
.doc_privacy_popover .popover-body .document_popover_title span,
.doc_title_popover .popover-body .document_popover_title span {
  color: #e0e0e0;
  display: block;
  font: 12px/20px "Inter-Regular";
}
.doc_privacy_popover .popover-body .doc_privacy,
.doc_title_popover .popover-body .doc_privacy {
  padding: 5px 10px !important;
  text-align: left;
}
.doc_privacy_popover .popover-body .document_popover_title,
.doc_title_popover .popover-body .document_popover_title {
  padding: 5px 10px !important;
  text-align: center;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) {
  background: #404e6c;
  border: none;
  border-radius: 8px;
  padding: 20px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover):has(.edit_icon) {
  padding: 0;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body {
  border: none;
  border-radius: 8px;
  color: #e0e0e0;
  padding: 0;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul {
  background: #404e6c;
  border-radius: 8px;
  list-style: none;
  margin: 0 0 0;
  padding: 7px 0;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li {
  width: 100%;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li button,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li div,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li a {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #e0e0e0;
  cursor: pointer;
  display: flex;
  font: 14px/20px "Inter-Medium";
  padding: 15px;
  width: 100%;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li button::before,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li div::before,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li a::before {
  content: "";
  height: 22px;
  margin-right: 14px;
  width: 20px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li a {
  text-decoration: none;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li.edit_icon button::before,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li.edit_icon a::before {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat;
  background-position: -7px -32px;
  content: "";
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li.duplicate_icon button::before {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat;
  background-position: -36px -30px;
  content: "";
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li.remove_icon button::before {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat;
  background-position: -64px -31px;
  content: "";
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li.archive_icon button::before {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat;
  background-position: -92px -31px;
  content: "";
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:last-child button::before {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat -125px -30px;
  content: "";
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover {
  background-color: #13192a;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover button,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover label,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover a,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover span {
  color: #49a18b;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover.edit_icon button::before,
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover.edit_icon a::before {
  background-position: -7px -2px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover.duplicate_icon button::before {
  background-position: -36px -1px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover.remove_icon button::before {
  background-position: -64px -1px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover.archive_icon button::before {
  background-position: -92px -1px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover) .popover-body ul li:hover:last-child button::before {
  background-position: -125px -2px;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover).bs-popover-auto[data-popper-placement="right"] .popover-arrow::after {
  border-right-color: #404e6c;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover).bs-popover-auto[data-popper-placement="top"] .popover-arrow::after {
  border-top-color: #404e6c;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover).bs-popover-auto[data-popper-placement="bottom"] .popover-arrow::after {
  border-bottom-color: #404e6c;
}
.popover:not(.show_user_profile, .doc_privacy_popover, .doc_title_popover).bs-popover-auto[data-popper-placement="left"] .popover-arrow::after {
  border-left-color: #404e6c;
}
.note-group-select-from-files,
.note-statusbar {
  display: none;
}
.note-dropdown-item blockquote {
  border-left: 3px solid #49a18b;
  padding: 0 1.5em;
}
.note-dropdown-item pre {
  background-color: rgba(219, 219, 219, 0.3) !important;
  border-radius: 4px;
  display: block;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 13.5px;
  padding: 13px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
.note-dropdown-item pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.checkbox_label {
  align-items: center;
  display: flex;
  margin-bottom: 21px;
}
.checkbox_label .checkbox_style {
  background: transparent;
  border: 1px solid #49a18b;
  border-radius: 2px;
  cursor: pointer;
  height: 18px;
  margin-right: 13px;
  margin-top: 5px;
  min-width: 18px;
}
.checkbox_label .allow_comments,
.checkbox_label .is_assignment {
  display: none;
}
.checkbox_label .allow_comments:checked ~ .checkbox_style,
.checkbox_label .is_assignment:checked ~ .checkbox_style {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -654px -9px;
}
.ghost_drag_item {
  opacity: 0.2;
}
.show_more_btn {
  display: flex;
}
.loading_animation {
  align-items: center;
  background: rgba(13, 65, 75, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.loading_animation .loading_animation_circle {
  display: inline-block;
  height: 80px;
  position: relative;
  width: 80px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_animation .loading_animation_circle div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loading_animation .loading_animation_circle div::after {
  background: #49a18b;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 7px;
  margin: -4px 0 0 -4px;
  position: absolute;
  width: 7px;
}
.loading_animation .loading_animation_circle div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading_animation .loading_animation_circle div:nth-child(1)::after {
  left: 63px;
  top: 63px;
}
.loading_animation .loading_animation_circle div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading_animation .loading_animation_circle div:nth-child(2)::after {
  left: 56px;
  top: 68px;
}
.loading_animation .loading_animation_circle div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading_animation .loading_animation_circle div:nth-child(3)::after {
  left: 48px;
  top: 71px;
}
.loading_animation .loading_animation_circle div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading_animation .loading_animation_circle div:nth-child(4)::after {
  left: 40px;
  top: 72px;
}
.loading_animation .loading_animation_circle div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading_animation .loading_animation_circle div:nth-child(5)::after {
  left: 32px;
  top: 71px;
}
.loading_animation .loading_animation_circle div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading_animation .loading_animation_circle div:nth-child(6)::after {
  left: 24px;
  top: 68px;
}
.loading_animation .loading_animation_circle div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading_animation .loading_animation_circle div:nth-child(7)::after {
  left: 17px;
  top: 63px;
}
.loading_animation .loading_animation_circle div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading_animation .loading_animation_circle div:nth-child(8)::after {
  left: 12px;
  top: 56px;
}
.loading_animation h4 {
  color: #49a18b;
  font: 22px/28px "Inter-Medium";
  margin: 20px 0 0 0;
  padding: 0;
}
#document_list_container li a:focus-visible,
#document_list_container li button:focus-visible {
  background: #49a18b !important;
  outline: 1px solid #49a18b !important;
}
#document_list_container li a:focus-visible.documents_menu,
#document_list_container li button:focus-visible.documents_menu {
  background: url("/assets/images/admin/admin-sprite-icons.svg") no-repeat 4px -57px !important;
}
@keyframes shake {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
#document_list_container li.is_update_privacy {
  animation: shake 0.5s infinite;
  background: #49a18b;
  transform: rotate(-3deg);
}
.loading {
  position: relative;
}
.loading::after {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #1b253a 8%, #232f49 80%, #1b253a 33%);
  background-color: transparent;
  background-size: 800px 104px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
#call_toast {
  align-items: center;
  background-color: rgba(64, 78, 108, 0.9);
  border: none;
  border-radius: 8px 8px;
  bottom: 30px;
  left: 30px;
  min-height: 58px;
  opacity: 1;
  position: fixed;
  z-index: 999;
}
@keyframes is_show_toast {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 0;
  }
  100% {
    left: 30px;
    opacity: 0.8;
  }
}
#call_toast.show {
  animation: is_show_toast 1s;
  display: flex !important;
}
#call_toast > div {
  align-items: center;
  height: 100%;
  padding: 0 20px;
  width: 100%;
}
#call_toast > div .toast-body,
#call_toast > div .toast_message {
  color: #e0e0e0;
  font: 16px/24px "Inter-Regular";
  padding: 15px 20px 15px 0;
}
#call_toast > div .toast-body.toast_message,
#call_toast > div .toast_message.toast_message {
  margin: 0;
  padding: 0;
}
#call_toast > div .btn-close {
  color: #e0e0e0;
  margin: 0 0 0 auto !important;
  opacity: 0.5;
}
#call_toast > div .btn-close:hover {
  opacity: 0.8;
}
#mode_status_link,
#mobile_mode_status_link {
  align-items: center;
  border-radius: 30px;
  display: flex;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
#mode_status_link::before,
#mobile_mode_status_link::before {
  display: none;
}
#mode_status_link#mobile_mode_status_link span:last-child,
#mobile_mode_status_link#mobile_mode_status_link span:last-child {
  font: 12px/16px "Inter-Medium";
}
#mode_status_link span,
#mobile_mode_status_link span {
  display: block;
}
#mode_status_link span:last-child,
#mobile_mode_status_link span:last-child {
  align-items: center;
  color: #49a18b;
  display: flex;
  font: 14px/18px "Inter-Medium";
}
#mode_status_link span:first-child,
#mobile_mode_status_link span:first-child {
  background: url("/assets/images/user_profile_dropdown_icon.svg") no-repeat 0px 0px / cover;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
#mode_status_link.is_read span:first-child,
#mobile_mode_status_link.is_read span:first-child {
  background-position: -26px 0px;
}
.show_user_profile {
  align-items: center;
  background: #080c16;
  border-radius: 8px;
  display: flex;
  inset: 5px auto auto -20px !important;
  justify-content: center;
  max-width: 180px;
  width: 100%;
}
.show_user_profile .popover-arrow {
  display: none;
}
.show_user_profile .popover-body {
  padding: 7px 0;
  width: 100%;
}
.show_user_profile .popover-body a {
  background: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
.show_user_profile .popover-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.show_user_profile .popover-body ul li {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: flex-start;
  padding: 0 10px;
}
.show_user_profile .popover-body ul li:hover {
  background-color: #13192a;
}
.show_user_profile .popover-body ul li a {
  align-items: center;
  color: #49a18b;
  display: flex;
  font: 14px/18px "Inter-Medium";
  height: 100%;
  width: 100%;
}
.show_user_profile .popover-body ul li a .logout_icon {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -161px -8px;
  display: block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
.show_user_profile .popover-body #user_profile_dropdown > div {
  border-bottom: 1px solid #233243;
  margin-bottom: 8px;
  padding: 0 15px 8px;
}
.show_user_profile .popover-body #user_profile_dropdown > div .user_name {
  color: #e0e0e0;
  display: block;
  font: 14px/18px "Inter-Medium";
}
.show_user_profile .popover-body #user_profile_dropdown > div .user_email {
  color: #8e97a8;
  display: block;
  font: 12px/16px "Inter-Regular";
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#documents_title:focus,
#document_description_input:focus,
#section_title:focus,
#section_details:focus {
  color: #e0e0e0 !important;
}
.input_error {
  border: 1px solid #dd6666;
  border-bottom: 2px solid #dd6666 !important;
}
.input_error span:not(.email_text),
.input_error input {
  color: #dd6666 !important;
}
body {
  background: #131928;
}
nav {
  align-items: center;
  background: #1b253a;
  display: flex;
  height: 64px;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 155;
}
nav #mobile_course_overview_button {
  background: url("/assets/images/svg_icons_stripe.svg");
  background-position: -1041px -10px;
  border: none;
  display: none;
  height: 16px;
  margin-right: 24px;
  outline: none;
  padding: 0 0 0;
  text-decoration: none;
  width: 23px;
}
nav > a {
  height: 30px;
}
nav #user_settings {
  align-items: center;
  display: flex;
  margin-left: auto;
}
nav #user_settings #theme_block {
  align-items: center;
  background: #1b253a;
  border-radius: 30px;
  display: flex;
  height: 30px;
  margin-right: 24px;
  padding: 0 3px;
  position: relative;
  width: 73px;
}
nav #user_settings #theme_block::after {
  background: #1b253a;
  border-radius: 12px;
  content: "";
  height: 24px;
  left: 3px;
  position: absolute;
  width: 24px;
}
nav #user_settings #theme_block button {
  background: none;
  border: none;
  height: 24px;
  outline: none;
  width: 24px;
  z-index: 1;
}
nav #user_settings #theme_block button:first-child {
  position: relative;
}
nav #user_settings #theme_block button:first-child::after {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat 4.5px -5.3px;
  bottom: 0;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  width: 24px;
}
nav #user_settings #theme_block button:last-child {
  margin-left: auto;
  position: relative;
}
nav #user_settings #theme_block button:last-child::after {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -94px -5.3px;
  bottom: 0;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  width: 24px;
}
@keyframes animate_dark_theme {
  0% {
    left: 3px;
  }
  25% {
    left: 15px;
  }
  50% {
    left: 25px;
  }
  75% {
    left: 40px;
  }
  100% {
    left: 46px;
  }
}
@keyframes show_icon {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 10%;
  }
  50% {
    opacity: 35%;
  }
  75% {
    opacity: 65%;
  }
  100% {
    opacity: 100%;
  }
}
nav #user_settings #theme_block.set_dark_mode::after {
  animation: animate_dark_theme 0.2s ease-in-out;
  animation-fill-mode: forwards;
}
nav #user_settings #theme_block.set_dark_mode #dark_mode::after {
  animation: show_icon 0.35s ease-in-out;
  animation-fill-mode: forwards;
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -29px -5.3px;
}
@keyframes change_icon {
  0% {
    background-position: 4.5px -5.3px;
    opacity: 0;
  }
  25% {
    background-position: 4.5px -5.3px;
    opacity: 10%;
  }
  50% {
    background-position: 4.5px -5.3px;
    opacity: 35%;
  }
  75% {
    background-position: -62px -5.3px;
    opacity: 65%;
  }
  100% {
    background-position: -62px -5.3px;
    opacity: 100%;
  }
}
nav #user_settings #theme_block.set_dark_mode #light_mode::after {
  animation: change_icon 0.35s ease-in-out;
  animation-fill-mode: forwards;
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat;
}
@keyframes animate_light_theme {
  0% {
    left: 46px;
  }
  25% {
    left: 40px;
  }
  50% {
    left: 25px;
  }
  75% {
    left: 15px;
  }
  100% {
    left: 3px;
  }
}
@keyframes show_icon {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 10%;
  }
  50% {
    opacity: 35%;
  }
  75% {
    opacity: 65%;
  }
  100% {
    opacity: 100%;
  }
}
nav #user_settings #theme_block.set_light_mode::after {
  animation: animate_light_theme 0.2s ease-in-out;
  animation-fill-mode: forwards;
}
nav #user_settings #theme_block.set_light_mode #dark_mode::after {
  animation: show_icon 0.35s ease-in-out;
  animation-fill-mode: forwards;
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -94px -5.3px;
}
@keyframes change_light_icon {
  0% {
    background-position: 62px -5.3px;
    opacity: 0;
  }
  25% {
    background-position: 62px -5.3px;
    opacity: 10%;
  }
  50% {
    background-position: 62px -5.3px;
    opacity: 35%;
  }
  75% {
    background-position: 4.5px -5.3px;
    opacity: 65%;
  }
  100% {
    background-position: 4.5px -5.3px;
    opacity: 100%;
  }
}
nav #user_settings #theme_block.set_light_mode #light_mode::after {
  animation: change_light_icon 0.35s ease-in-out;
  animation-fill-mode: forwards;
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat;
}
nav #user_settings #user_profile_wrapper {
  align-items: center;
  display: flex;
}
nav #user_settings #user_profile_wrapper img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
nav #user_settings #user_profile_wrapper button {
  align-items: center;
  background: transparent;
  border: none;
  color: #e0e0e0;
  display: flex;
  font: 16px/24px "Inter-Medium";
  outline: none;
}
nav #user_settings #user_profile_wrapper button .caret_arrow {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -123px -7px;
  display: flex;
  height: 24px;
  margin-left: 8px;
  width: 24px;
}
nav #user_settings #user_profile_wrapper #user_profile_dropdown {
  display: none;
}
nav #mobile_menus {
  background-color: #1b253a;
  height: 1000vh;
  left: 0;
  max-width: 273px;
  padding: 24px 16px 0;
  position: fixed;
  top: 0;
  transform: translateX(-280px);
  transition: all 0.21s;
  width: 273px;
  z-index: 10;
}
nav #mobile_menus button {
  background: url("/assets/images/svg_icons_stripe.svg");
  background-position: -929px -11px;
  border: none;
  display: block;
  height: 15px;
  padding: 0 0 0;
  width: 22px;
}
nav #mobile_menus ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
nav #mobile_menus ul li {
  list-style: none;
  margin-bottom: 18px;
  width: 100%;
}
nav #mobile_menus ul li:last-child {
  margin-bottom: 0;
}
nav #mobile_menus ul li a {
  align-items: center;
  color: #49a18b;
  display: flex;
  font: 12px/16px "Inter-Medium";
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
}
nav #mobile_menus ul li a::before {
  background: url("/assets/images/svg_icons_stripe.svg");
  background-position: -967px -10px;
  content: "";
  height: 17px;
  margin-right: 16px;
  width: 19px;
}
nav #mobile_menus ul li#settings_link a::before {
  background-position: -1005px -10px !important;
  height: 20px;
  width: 20px;
}
nav #mobile_menus ul li#logout_link a::before {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -161px -8px;
  height: 20px;
  width: 20px;
}
nav #mobile_menus div {
  align-items: center;
  border-bottom: 1px solid #404e6c;
  display: flex;
  margin: 42px 0 17px;
  padding-bottom: 15px;
}
nav #mobile_menus div img {
  border-radius: 50%;
  height: 48px;
  margin-right: 12px;
  width: 48px;
}
nav #mobile_menus div span {
  -webkit-box-orient: vertical;
  color: #e0e0e0;
  display: block;
  display: -webkit-box;
  font: 16px/20px "Inter-Medium";
  text-overflow: ellipsis;
}
nav #mobile_menus div span span {
  -webkit-box-orient: vertical;
  color: #8e97a8;
  display: -webkit-box;
  font: 12px/16px "Inter-Medium";
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs_block {
  align-items: center;
  background-color: #131928;
  display: flex;
  grid-column: 1 / -1;
  height: 67px;
  list-style: none;
  margin: 0px;
  min-width: 0;
  padding-left: 0;
  position: sticky;
  top: 64px;
  z-index: 2;
}
.breadcrumbs_block:before {
  background-color: #131928;
  content: " ";
  height: 67px;
  position: fixed;
  right: -60px;
  width: 60px;
}
.breadcrumbs_block.is_user_module_page::after {
  background-color: #1b253a;
  border-top-right-radius: 8px;
  bottom: -10px;
  box-shadow: 6px 0px 0px #131928;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  width: 16px;
}
.breadcrumbs_block a {
  color: #49a18b;
  cursor: pointer;
  display: block;
  font: 14px/18px "Inter-Regular";
  text-decoration: none;
}
.breadcrumbs_block p {
  color: #8e97a8;
  font: 16px/20px "Inter-Medium";
  margin: 0;
}
.breadcrumbs_block .module_title {
  color: #8e97a8;
  font: 14px/18px "Inter-Medium";
  text-decoration: none !important;
}
.breadcrumbs_block li {
  margin-left: 45px;
  max-width: 310px;
  min-width: 0;
  position: relative;
}
.breadcrumbs_block li a,
.breadcrumbs_block li p {
  align-items: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs_block li a .breadcrumbs_icon,
.breadcrumbs_block li p .breadcrumbs_icon {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -201px -10px;
  display: none;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}
.breadcrumbs_block li a .breadcrumbs_icon.section_icon,
.breadcrumbs_block li p .breadcrumbs_icon.section_icon {
  background-position: -238px -10px;
}
.breadcrumbs_block li a .breadcrumbs_icon.component_icon,
.breadcrumbs_block li p .breadcrumbs_icon.component_icon {
  background-position: -386px -10px;
}
.breadcrumbs_block li a:hover,
.breadcrumbs_block li p:hover {
  color: #426e63;
}
.breadcrumbs_block li:first-child {
  margin-left: 0;
}
.breadcrumbs_block li .component_section_title:hover {
  text-decoration: none;
}
.breadcrumbs_block li::after {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -423px -9px;
  content: "";
  height: 18px;
  position: absolute;
  right: -33px;
  top: 0;
  width: 18px;
}
.breadcrumbs_block li:last-child::after {
  display: none;
}
label.input_field,
div.input_field {
  background-color: #080c16;
  border-bottom: 2px solid #404e6c;
  border-radius: 8px 8px 0px 0px;
  height: 54px;
  outline: 1px solid #233243;
  padding: 9px 16px 5px;
  position: relative;
  width: 100%;
}
label.input_field span,
div.input_field span,
label.input_field h3,
div.input_field h3 {
  color: #e0e0e0;
  display: block;
  font: 14px/14px "Inter-Regular";
  margin: 0;
}
label.input_field h3,
div.input_field h3 {
  align-items: center;
  color: #e0e0e0;
  display: flex;
}
label.input_field h3 span,
div.input_field h3 span {
  color: #e0e0e0;
  margin-left: 20px;
}
label.input_field input[type="text"],
div.input_field input[type="text"] {
  background: #080c16;
  border: none;
  color: #e0e0e0;
  font: 14px/18px "Inter-Medium";
  outline: none;
  padding: 0;
  width: 100%;
}
label.input_field input[type="text"]::placeholder,
div.input_field input[type="text"]::placeholder {
  color: #8e97a8;
  font: 14px/18px "Inter-Regular";
}
.text_allow_comments {
  color: #8e97a8;
  cursor: pointer;
  font: 16px/17px "Inter-Medium";
}
#component_wrapper#component_wrapper,
#customize_content_container#component_wrapper {
  column-gap: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  margin: 0 auto 20px;
  max-width: 1322px;
  min-height: calc(100vh - 64px - 20px);
  /* 64 - main_nav height, 20 - margin-bottom */
  padding-inline: 32px;
}
#component_wrapper .tab_details,
#customize_content_container .tab_details,
#component_wrapper #customize_content_form,
#customize_content_container #customize_content_form,
#component_wrapper #customize_content,
#customize_content_container #customize_content {
  background: #1b253a;
  border-radius: 0px 12px 12px 12px;
  color: #8e97a8;
  position: relative;
}
#component_wrapper .tab_details pre span,
#customize_content_container .tab_details pre span,
#component_wrapper #customize_content_form pre span,
#customize_content_container #customize_content_form pre span,
#component_wrapper #customize_content pre span,
#customize_content_container #customize_content pre span,
#component_wrapper .tab_details pre a,
#customize_content_container .tab_details pre a,
#component_wrapper #customize_content_form pre a,
#customize_content_container #customize_content_form pre a,
#component_wrapper #customize_content pre a,
#customize_content_container #customize_content pre a,
#component_wrapper .tab_details pre b,
#customize_content_container .tab_details pre b,
#component_wrapper #customize_content_form pre b,
#customize_content_container #customize_content_form pre b,
#component_wrapper #customize_content pre b,
#customize_content_container #customize_content pre b,
#component_wrapper .tab_details pre i,
#customize_content_container .tab_details pre i,
#component_wrapper #customize_content_form pre i,
#customize_content_container #customize_content_form pre i,
#component_wrapper #customize_content pre i,
#customize_content_container #customize_content pre i {
  background-color: transparent !important;
}
#component_wrapper .tab_details#customize_content,
#customize_content_container .tab_details#customize_content,
#component_wrapper #customize_content_form#customize_content,
#customize_content_container #customize_content_form#customize_content,
#component_wrapper #customize_content#customize_content,
#customize_content_container #customize_content#customize_content {
  background: transparent;
  padding: 0;
}
#component_wrapper .tab_details#customize_content::after,
#customize_content_container .tab_details#customize_content::after,
#component_wrapper #customize_content_form#customize_content::after,
#customize_content_container #customize_content_form#customize_content::after,
#component_wrapper #customize_content#customize_content::after,
#customize_content_container #customize_content#customize_content::after {
  display: none;
}
#component_wrapper .tab_details .note-icon-caret,
#customize_content_container .tab_details .note-icon-caret,
#component_wrapper #customize_content_form .note-icon-caret,
#customize_content_container #customize_content_form .note-icon-caret,
#component_wrapper #customize_content .note-icon-caret,
#customize_content_container #customize_content .note-icon-caret {
  display: none !important;
}
#component_wrapper .tab_details .note-editable,
#customize_content_container .tab_details .note-editable,
#component_wrapper #customize_content_form .note-editable,
#customize_content_container #customize_content_form .note-editable,
#component_wrapper #customize_content .note-editable,
#customize_content_container #customize_content .note-editable {
  background-color: #080c16;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  min-height: 150px;
  overflow: hidden;
}
#component_wrapper .tab_details .rx-container img,
#customize_content_container .tab_details .rx-container img,
#component_wrapper #customize_content_form .rx-container img,
#customize_content_container #customize_content_form .rx-container img,
#component_wrapper #customize_content .rx-container img,
#customize_content_container #customize_content .rx-container img,
#component_wrapper .tab_details.user_tab_details img,
#customize_content_container .tab_details.user_tab_details img,
#component_wrapper #customize_content_form.user_tab_details img,
#customize_content_container #customize_content_form.user_tab_details img,
#component_wrapper #customize_content.user_tab_details img,
#customize_content_container #customize_content.user_tab_details img,
#component_wrapper .tab_details .note-editing-area img,
#customize_content_container .tab_details .note-editing-area img,
#component_wrapper #customize_content_form .note-editing-area img,
#customize_content_container #customize_content_form .note-editing-area img,
#component_wrapper #customize_content .note-editing-area img,
#customize_content_container #customize_content .note-editing-area img,
#component_wrapper .tab_details#customize_content img,
#customize_content_container .tab_details#customize_content img,
#component_wrapper #customize_content_form#customize_content img,
#customize_content_container #customize_content_form#customize_content img,
#component_wrapper #customize_content#customize_content img,
#customize_content_container #customize_content#customize_content img {
  background: #426e63 !important;
}
#component_wrapper .tab_details .rx-container hr,
#customize_content_container .tab_details .rx-container hr,
#component_wrapper #customize_content_form .rx-container hr,
#customize_content_container #customize_content_form .rx-container hr,
#component_wrapper #customize_content .rx-container hr,
#customize_content_container #customize_content .rx-container hr,
#component_wrapper .tab_details.user_tab_details hr,
#customize_content_container .tab_details.user_tab_details hr,
#component_wrapper #customize_content_form.user_tab_details hr,
#customize_content_container #customize_content_form.user_tab_details hr,
#component_wrapper #customize_content.user_tab_details hr,
#customize_content_container #customize_content.user_tab_details hr,
#component_wrapper .tab_details .note-editing-area hr,
#customize_content_container .tab_details .note-editing-area hr,
#component_wrapper #customize_content_form .note-editing-area hr,
#customize_content_container #customize_content_form .note-editing-area hr,
#component_wrapper #customize_content .note-editing-area hr,
#customize_content_container #customize_content .note-editing-area hr,
#component_wrapper .tab_details#customize_content hr,
#customize_content_container .tab_details#customize_content hr,
#component_wrapper #customize_content_form#customize_content hr,
#customize_content_container #customize_content_form#customize_content hr,
#component_wrapper #customize_content#customize_content hr,
#customize_content_container #customize_content#customize_content hr {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}
#component_wrapper .tab_details .rx-container iframe,
#customize_content_container .tab_details .rx-container iframe,
#component_wrapper #customize_content_form .rx-container iframe,
#customize_content_container #customize_content_form .rx-container iframe,
#component_wrapper #customize_content .rx-container iframe,
#customize_content_container #customize_content .rx-container iframe,
#component_wrapper .tab_details.user_tab_details iframe,
#customize_content_container .tab_details.user_tab_details iframe,
#component_wrapper #customize_content_form.user_tab_details iframe,
#customize_content_container #customize_content_form.user_tab_details iframe,
#component_wrapper #customize_content.user_tab_details iframe,
#customize_content_container #customize_content.user_tab_details iframe,
#component_wrapper .tab_details .note-editing-area iframe,
#customize_content_container .tab_details .note-editing-area iframe,
#component_wrapper #customize_content_form .note-editing-area iframe,
#customize_content_container #customize_content_form .note-editing-area iframe,
#component_wrapper #customize_content .note-editing-area iframe,
#customize_content_container #customize_content .note-editing-area iframe,
#component_wrapper .tab_details#customize_content iframe,
#customize_content_container .tab_details#customize_content iframe,
#component_wrapper #customize_content_form#customize_content iframe,
#customize_content_container #customize_content_form#customize_content iframe,
#component_wrapper #customize_content#customize_content iframe,
#customize_content_container #customize_content#customize_content iframe {
  aspect-ratio: 16/9;
  border-radius: 8px;
  height: auto;
  width: 100%;
}
#component_wrapper .tab_details .rx-container strong,
#customize_content_container .tab_details .rx-container strong,
#component_wrapper #customize_content_form .rx-container strong,
#customize_content_container #customize_content_form .rx-container strong,
#component_wrapper #customize_content .rx-container strong,
#customize_content_container #customize_content .rx-container strong,
#component_wrapper .tab_details.user_tab_details strong,
#customize_content_container .tab_details.user_tab_details strong,
#component_wrapper #customize_content_form.user_tab_details strong,
#customize_content_container #customize_content_form.user_tab_details strong,
#component_wrapper #customize_content.user_tab_details strong,
#customize_content_container #customize_content.user_tab_details strong,
#component_wrapper .tab_details .note-editing-area strong,
#customize_content_container .tab_details .note-editing-area strong,
#component_wrapper #customize_content_form .note-editing-area strong,
#customize_content_container #customize_content_form .note-editing-area strong,
#component_wrapper #customize_content .note-editing-area strong,
#customize_content_container #customize_content .note-editing-area strong,
#component_wrapper .tab_details#customize_content strong,
#customize_content_container .tab_details#customize_content strong,
#component_wrapper #customize_content_form#customize_content strong,
#customize_content_container #customize_content_form#customize_content strong,
#component_wrapper #customize_content#customize_content strong,
#customize_content_container #customize_content#customize_content strong {
  color: #e0e0e0;
  font-family: "Inter-Bold";
}
#component_wrapper .tab_details .rx-container h1,
#customize_content_container .tab_details .rx-container h1,
#component_wrapper #customize_content_form .rx-container h1,
#customize_content_container #customize_content_form .rx-container h1,
#component_wrapper #customize_content .rx-container h1,
#customize_content_container #customize_content .rx-container h1,
#component_wrapper .tab_details.user_tab_details h1,
#customize_content_container .tab_details.user_tab_details h1,
#component_wrapper #customize_content_form.user_tab_details h1,
#customize_content_container #customize_content_form.user_tab_details h1,
#component_wrapper #customize_content.user_tab_details h1,
#customize_content_container #customize_content.user_tab_details h1,
#component_wrapper .tab_details .note-editing-area h1,
#customize_content_container .tab_details .note-editing-area h1,
#component_wrapper #customize_content_form .note-editing-area h1,
#customize_content_container #customize_content_form .note-editing-area h1,
#component_wrapper #customize_content .note-editing-area h1,
#customize_content_container #customize_content .note-editing-area h1,
#component_wrapper .tab_details#customize_content h1,
#customize_content_container .tab_details#customize_content h1,
#component_wrapper #customize_content_form#customize_content h1,
#customize_content_container #customize_content_form#customize_content h1,
#component_wrapper #customize_content#customize_content h1,
#customize_content_container #customize_content#customize_content h1,
#component_wrapper .tab_details .rx-container h2,
#customize_content_container .tab_details .rx-container h2,
#component_wrapper #customize_content_form .rx-container h2,
#customize_content_container #customize_content_form .rx-container h2,
#component_wrapper #customize_content .rx-container h2,
#customize_content_container #customize_content .rx-container h2,
#component_wrapper .tab_details.user_tab_details h2,
#customize_content_container .tab_details.user_tab_details h2,
#component_wrapper #customize_content_form.user_tab_details h2,
#customize_content_container #customize_content_form.user_tab_details h2,
#component_wrapper #customize_content.user_tab_details h2,
#customize_content_container #customize_content.user_tab_details h2,
#component_wrapper .tab_details .note-editing-area h2,
#customize_content_container .tab_details .note-editing-area h2,
#component_wrapper #customize_content_form .note-editing-area h2,
#customize_content_container #customize_content_form .note-editing-area h2,
#component_wrapper #customize_content .note-editing-area h2,
#customize_content_container #customize_content .note-editing-area h2,
#component_wrapper .tab_details#customize_content h2,
#customize_content_container .tab_details#customize_content h2,
#component_wrapper #customize_content_form#customize_content h2,
#customize_content_container #customize_content_form#customize_content h2,
#component_wrapper #customize_content#customize_content h2,
#customize_content_container #customize_content#customize_content h2,
#component_wrapper .tab_details .rx-container h3,
#customize_content_container .tab_details .rx-container h3,
#component_wrapper #customize_content_form .rx-container h3,
#customize_content_container #customize_content_form .rx-container h3,
#component_wrapper #customize_content .rx-container h3,
#customize_content_container #customize_content .rx-container h3,
#component_wrapper .tab_details.user_tab_details h3,
#customize_content_container .tab_details.user_tab_details h3,
#component_wrapper #customize_content_form.user_tab_details h3,
#customize_content_container #customize_content_form.user_tab_details h3,
#component_wrapper #customize_content.user_tab_details h3,
#customize_content_container #customize_content.user_tab_details h3,
#component_wrapper .tab_details .note-editing-area h3,
#customize_content_container .tab_details .note-editing-area h3,
#component_wrapper #customize_content_form .note-editing-area h3,
#customize_content_container #customize_content_form .note-editing-area h3,
#component_wrapper #customize_content .note-editing-area h3,
#customize_content_container #customize_content .note-editing-area h3,
#component_wrapper .tab_details#customize_content h3,
#customize_content_container .tab_details#customize_content h3,
#component_wrapper #customize_content_form#customize_content h3,
#customize_content_container #customize_content_form#customize_content h3,
#component_wrapper #customize_content#customize_content h3,
#customize_content_container #customize_content#customize_content h3 {
  font-family: "Inter-Bold";
  margin-bottom: 10px !important;
}
#component_wrapper .tab_details .rx-container h1,
#customize_content_container .tab_details .rx-container h1,
#component_wrapper #customize_content_form .rx-container h1,
#customize_content_container #customize_content_form .rx-container h1,
#component_wrapper #customize_content .rx-container h1,
#customize_content_container #customize_content .rx-container h1,
#component_wrapper .tab_details.user_tab_details h1,
#customize_content_container .tab_details.user_tab_details h1,
#component_wrapper #customize_content_form.user_tab_details h1,
#customize_content_container #customize_content_form.user_tab_details h1,
#component_wrapper #customize_content.user_tab_details h1,
#customize_content_container #customize_content.user_tab_details h1,
#component_wrapper .tab_details .note-editing-area h1,
#customize_content_container .tab_details .note-editing-area h1,
#component_wrapper #customize_content_form .note-editing-area h1,
#customize_content_container #customize_content_form .note-editing-area h1,
#component_wrapper #customize_content .note-editing-area h1,
#customize_content_container #customize_content .note-editing-area h1,
#component_wrapper .tab_details#customize_content h1,
#customize_content_container .tab_details#customize_content h1,
#component_wrapper #customize_content_form#customize_content h1,
#customize_content_container #customize_content_form#customize_content h1,
#component_wrapper #customize_content#customize_content h1,
#customize_content_container #customize_content#customize_content h1 {
  font-size: 22px;
}
#component_wrapper .tab_details .rx-container h2,
#customize_content_container .tab_details .rx-container h2,
#component_wrapper #customize_content_form .rx-container h2,
#customize_content_container #customize_content_form .rx-container h2,
#component_wrapper #customize_content .rx-container h2,
#customize_content_container #customize_content .rx-container h2,
#component_wrapper .tab_details.user_tab_details h2,
#customize_content_container .tab_details.user_tab_details h2,
#component_wrapper #customize_content_form.user_tab_details h2,
#customize_content_container #customize_content_form.user_tab_details h2,
#component_wrapper #customize_content.user_tab_details h2,
#customize_content_container #customize_content.user_tab_details h2,
#component_wrapper .tab_details .note-editing-area h2,
#customize_content_container .tab_details .note-editing-area h2,
#component_wrapper #customize_content_form .note-editing-area h2,
#customize_content_container #customize_content_form .note-editing-area h2,
#component_wrapper #customize_content .note-editing-area h2,
#customize_content_container #customize_content .note-editing-area h2,
#component_wrapper .tab_details#customize_content h2,
#customize_content_container .tab_details#customize_content h2,
#component_wrapper #customize_content_form#customize_content h2,
#customize_content_container #customize_content_form#customize_content h2,
#component_wrapper #customize_content#customize_content h2,
#customize_content_container #customize_content#customize_content h2 {
  font-size: 20px;
}
#component_wrapper .tab_details .rx-container h3,
#customize_content_container .tab_details .rx-container h3,
#component_wrapper #customize_content_form .rx-container h3,
#customize_content_container #customize_content_form .rx-container h3,
#component_wrapper #customize_content .rx-container h3,
#customize_content_container #customize_content .rx-container h3,
#component_wrapper .tab_details.user_tab_details h3,
#customize_content_container .tab_details.user_tab_details h3,
#component_wrapper #customize_content_form.user_tab_details h3,
#customize_content_container #customize_content_form.user_tab_details h3,
#component_wrapper #customize_content.user_tab_details h3,
#customize_content_container #customize_content.user_tab_details h3,
#component_wrapper .tab_details .note-editing-area h3,
#customize_content_container .tab_details .note-editing-area h3,
#component_wrapper #customize_content_form .note-editing-area h3,
#customize_content_container #customize_content_form .note-editing-area h3,
#component_wrapper #customize_content .note-editing-area h3,
#customize_content_container #customize_content .note-editing-area h3,
#component_wrapper .tab_details#customize_content h3,
#customize_content_container .tab_details#customize_content h3,
#component_wrapper #customize_content_form#customize_content h3,
#customize_content_container #customize_content_form#customize_content h3,
#component_wrapper #customize_content#customize_content h3,
#customize_content_container #customize_content#customize_content h3 {
  font-size: 16px;
}
#component_wrapper .tab_details .rx-container h3,
#customize_content_container .tab_details .rx-container h3,
#component_wrapper #customize_content_form .rx-container h3,
#customize_content_container #customize_content_form .rx-container h3,
#component_wrapper #customize_content .rx-container h3,
#customize_content_container #customize_content .rx-container h3,
#component_wrapper .tab_details.user_tab_details h3,
#customize_content_container .tab_details.user_tab_details h3,
#component_wrapper #customize_content_form.user_tab_details h3,
#customize_content_container #customize_content_form.user_tab_details h3,
#component_wrapper #customize_content.user_tab_details h3,
#customize_content_container #customize_content.user_tab_details h3,
#component_wrapper .tab_details .note-editing-area h3,
#customize_content_container .tab_details .note-editing-area h3,
#component_wrapper #customize_content_form .note-editing-area h3,
#customize_content_container #customize_content_form .note-editing-area h3,
#component_wrapper #customize_content .note-editing-area h3,
#customize_content_container #customize_content .note-editing-area h3,
#component_wrapper .tab_details#customize_content h3,
#customize_content_container .tab_details#customize_content h3,
#component_wrapper #customize_content_form#customize_content h3,
#customize_content_container #customize_content_form#customize_content h3,
#component_wrapper #customize_content#customize_content h3,
#customize_content_container #customize_content#customize_content h3,
#component_wrapper .tab_details .rx-container h4,
#customize_content_container .tab_details .rx-container h4,
#component_wrapper #customize_content_form .rx-container h4,
#customize_content_container #customize_content_form .rx-container h4,
#component_wrapper #customize_content .rx-container h4,
#customize_content_container #customize_content .rx-container h4,
#component_wrapper .tab_details.user_tab_details h4,
#customize_content_container .tab_details.user_tab_details h4,
#component_wrapper #customize_content_form.user_tab_details h4,
#customize_content_container #customize_content_form.user_tab_details h4,
#component_wrapper #customize_content.user_tab_details h4,
#customize_content_container #customize_content.user_tab_details h4,
#component_wrapper .tab_details .note-editing-area h4,
#customize_content_container .tab_details .note-editing-area h4,
#component_wrapper #customize_content_form .note-editing-area h4,
#customize_content_container #customize_content_form .note-editing-area h4,
#component_wrapper #customize_content .note-editing-area h4,
#customize_content_container #customize_content .note-editing-area h4,
#component_wrapper .tab_details#customize_content h4,
#customize_content_container .tab_details#customize_content h4,
#component_wrapper #customize_content_form#customize_content h4,
#customize_content_container #customize_content_form#customize_content h4,
#component_wrapper #customize_content#customize_content h4,
#customize_content_container #customize_content#customize_content h4 {
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 20px;
}
#component_wrapper .tab_details .rx-container h5,
#customize_content_container .tab_details .rx-container h5,
#component_wrapper #customize_content_form .rx-container h5,
#customize_content_container #customize_content_form .rx-container h5,
#component_wrapper #customize_content .rx-container h5,
#customize_content_container #customize_content .rx-container h5,
#component_wrapper .tab_details.user_tab_details h5,
#customize_content_container .tab_details.user_tab_details h5,
#component_wrapper #customize_content_form.user_tab_details h5,
#customize_content_container #customize_content_form.user_tab_details h5,
#component_wrapper #customize_content.user_tab_details h5,
#customize_content_container #customize_content.user_tab_details h5,
#component_wrapper .tab_details .note-editing-area h5,
#customize_content_container .tab_details .note-editing-area h5,
#component_wrapper #customize_content_form .note-editing-area h5,
#customize_content_container #customize_content_form .note-editing-area h5,
#component_wrapper #customize_content .note-editing-area h5,
#customize_content_container #customize_content .note-editing-area h5,
#component_wrapper .tab_details#customize_content h5,
#customize_content_container .tab_details#customize_content h5,
#component_wrapper #customize_content_form#customize_content h5,
#customize_content_container #customize_content_form#customize_content h5,
#component_wrapper #customize_content#customize_content h5,
#customize_content_container #customize_content#customize_content h5,
#component_wrapper .tab_details .rx-container h6,
#customize_content_container .tab_details .rx-container h6,
#component_wrapper #customize_content_form .rx-container h6,
#customize_content_container #customize_content_form .rx-container h6,
#component_wrapper #customize_content .rx-container h6,
#customize_content_container #customize_content .rx-container h6,
#component_wrapper .tab_details.user_tab_details h6,
#customize_content_container .tab_details.user_tab_details h6,
#component_wrapper #customize_content_form.user_tab_details h6,
#customize_content_container #customize_content_form.user_tab_details h6,
#component_wrapper #customize_content.user_tab_details h6,
#customize_content_container #customize_content.user_tab_details h6,
#component_wrapper .tab_details .note-editing-area h6,
#customize_content_container .tab_details .note-editing-area h6,
#component_wrapper #customize_content_form .note-editing-area h6,
#customize_content_container #customize_content_form .note-editing-area h6,
#component_wrapper #customize_content .note-editing-area h6,
#customize_content_container #customize_content .note-editing-area h6,
#component_wrapper .tab_details#customize_content h6,
#customize_content_container .tab_details#customize_content h6,
#component_wrapper #customize_content_form#customize_content h6,
#customize_content_container #customize_content_form#customize_content h6,
#component_wrapper #customize_content#customize_content h6,
#customize_content_container #customize_content#customize_content h6 {
  font-family: "Inter-Regular";
  font-size: 16px;
  line-height: 20px;
}
#component_wrapper .tab_details .rx-container h1,
#customize_content_container .tab_details .rx-container h1,
#component_wrapper #customize_content_form .rx-container h1,
#customize_content_container #customize_content_form .rx-container h1,
#component_wrapper #customize_content .rx-container h1,
#customize_content_container #customize_content .rx-container h1,
#component_wrapper .tab_details.user_tab_details h1,
#customize_content_container .tab_details.user_tab_details h1,
#component_wrapper #customize_content_form.user_tab_details h1,
#customize_content_container #customize_content_form.user_tab_details h1,
#component_wrapper #customize_content.user_tab_details h1,
#customize_content_container #customize_content.user_tab_details h1,
#component_wrapper .tab_details .note-editing-area h1,
#customize_content_container .tab_details .note-editing-area h1,
#component_wrapper #customize_content_form .note-editing-area h1,
#customize_content_container #customize_content_form .note-editing-area h1,
#component_wrapper #customize_content .note-editing-area h1,
#customize_content_container #customize_content .note-editing-area h1,
#component_wrapper .tab_details#customize_content h1,
#customize_content_container .tab_details#customize_content h1,
#component_wrapper #customize_content_form#customize_content h1,
#customize_content_container #customize_content_form#customize_content h1,
#component_wrapper #customize_content#customize_content h1,
#customize_content_container #customize_content#customize_content h1,
#component_wrapper .tab_details .rx-container h2,
#customize_content_container .tab_details .rx-container h2,
#component_wrapper #customize_content_form .rx-container h2,
#customize_content_container #customize_content_form .rx-container h2,
#component_wrapper #customize_content .rx-container h2,
#customize_content_container #customize_content .rx-container h2,
#component_wrapper .tab_details.user_tab_details h2,
#customize_content_container .tab_details.user_tab_details h2,
#component_wrapper #customize_content_form.user_tab_details h2,
#customize_content_container #customize_content_form.user_tab_details h2,
#component_wrapper #customize_content.user_tab_details h2,
#customize_content_container #customize_content.user_tab_details h2,
#component_wrapper .tab_details .note-editing-area h2,
#customize_content_container .tab_details .note-editing-area h2,
#component_wrapper #customize_content_form .note-editing-area h2,
#customize_content_container #customize_content_form .note-editing-area h2,
#component_wrapper #customize_content .note-editing-area h2,
#customize_content_container #customize_content .note-editing-area h2,
#component_wrapper .tab_details#customize_content h2,
#customize_content_container .tab_details#customize_content h2,
#component_wrapper #customize_content_form#customize_content h2,
#customize_content_container #customize_content_form#customize_content h2,
#component_wrapper #customize_content#customize_content h2,
#customize_content_container #customize_content#customize_content h2,
#component_wrapper .tab_details .rx-container h3,
#customize_content_container .tab_details .rx-container h3,
#component_wrapper #customize_content_form .rx-container h3,
#customize_content_container #customize_content_form .rx-container h3,
#component_wrapper #customize_content .rx-container h3,
#customize_content_container #customize_content .rx-container h3,
#component_wrapper .tab_details.user_tab_details h3,
#customize_content_container .tab_details.user_tab_details h3,
#component_wrapper #customize_content_form.user_tab_details h3,
#customize_content_container #customize_content_form.user_tab_details h3,
#component_wrapper #customize_content.user_tab_details h3,
#customize_content_container #customize_content.user_tab_details h3,
#component_wrapper .tab_details .note-editing-area h3,
#customize_content_container .tab_details .note-editing-area h3,
#component_wrapper #customize_content_form .note-editing-area h3,
#customize_content_container #customize_content_form .note-editing-area h3,
#component_wrapper #customize_content .note-editing-area h3,
#customize_content_container #customize_content .note-editing-area h3,
#component_wrapper .tab_details#customize_content h3,
#customize_content_container .tab_details#customize_content h3,
#component_wrapper #customize_content_form#customize_content h3,
#customize_content_container #customize_content_form#customize_content h3,
#component_wrapper #customize_content#customize_content h3,
#customize_content_container #customize_content#customize_content h3,
#component_wrapper .tab_details .rx-container h4,
#customize_content_container .tab_details .rx-container h4,
#component_wrapper #customize_content_form .rx-container h4,
#customize_content_container #customize_content_form .rx-container h4,
#component_wrapper #customize_content .rx-container h4,
#customize_content_container #customize_content .rx-container h4,
#component_wrapper .tab_details.user_tab_details h4,
#customize_content_container .tab_details.user_tab_details h4,
#component_wrapper #customize_content_form.user_tab_details h4,
#customize_content_container #customize_content_form.user_tab_details h4,
#component_wrapper #customize_content.user_tab_details h4,
#customize_content_container #customize_content.user_tab_details h4,
#component_wrapper .tab_details .note-editing-area h4,
#customize_content_container .tab_details .note-editing-area h4,
#component_wrapper #customize_content_form .note-editing-area h4,
#customize_content_container #customize_content_form .note-editing-area h4,
#component_wrapper #customize_content .note-editing-area h4,
#customize_content_container #customize_content .note-editing-area h4,
#component_wrapper .tab_details#customize_content h4,
#customize_content_container .tab_details#customize_content h4,
#component_wrapper #customize_content_form#customize_content h4,
#customize_content_container #customize_content_form#customize_content h4,
#component_wrapper #customize_content#customize_content h4,
#customize_content_container #customize_content#customize_content h4,
#component_wrapper .tab_details .rx-container h5,
#customize_content_container .tab_details .rx-container h5,
#component_wrapper #customize_content_form .rx-container h5,
#customize_content_container #customize_content_form .rx-container h5,
#component_wrapper #customize_content .rx-container h5,
#customize_content_container #customize_content .rx-container h5,
#component_wrapper .tab_details.user_tab_details h5,
#customize_content_container .tab_details.user_tab_details h5,
#component_wrapper #customize_content_form.user_tab_details h5,
#customize_content_container #customize_content_form.user_tab_details h5,
#component_wrapper #customize_content.user_tab_details h5,
#customize_content_container #customize_content.user_tab_details h5,
#component_wrapper .tab_details .note-editing-area h5,
#customize_content_container .tab_details .note-editing-area h5,
#component_wrapper #customize_content_form .note-editing-area h5,
#customize_content_container #customize_content_form .note-editing-area h5,
#component_wrapper #customize_content .note-editing-area h5,
#customize_content_container #customize_content .note-editing-area h5,
#component_wrapper .tab_details#customize_content h5,
#customize_content_container .tab_details#customize_content h5,
#component_wrapper #customize_content_form#customize_content h5,
#customize_content_container #customize_content_form#customize_content h5,
#component_wrapper #customize_content#customize_content h5,
#customize_content_container #customize_content#customize_content h5,
#component_wrapper .tab_details .rx-container h6,
#customize_content_container .tab_details .rx-container h6,
#component_wrapper #customize_content_form .rx-container h6,
#customize_content_container #customize_content_form .rx-container h6,
#component_wrapper #customize_content .rx-container h6,
#customize_content_container #customize_content .rx-container h6,
#component_wrapper .tab_details.user_tab_details h6,
#customize_content_container .tab_details.user_tab_details h6,
#component_wrapper #customize_content_form.user_tab_details h6,
#customize_content_container #customize_content_form.user_tab_details h6,
#component_wrapper #customize_content.user_tab_details h6,
#customize_content_container #customize_content.user_tab_details h6,
#component_wrapper .tab_details .note-editing-area h6,
#customize_content_container .tab_details .note-editing-area h6,
#component_wrapper #customize_content_form .note-editing-area h6,
#customize_content_container #customize_content_form .note-editing-area h6,
#component_wrapper #customize_content .note-editing-area h6,
#customize_content_container #customize_content .note-editing-area h6,
#component_wrapper .tab_details#customize_content h6,
#customize_content_container .tab_details#customize_content h6,
#component_wrapper #customize_content_form#customize_content h6,
#customize_content_container #customize_content_form#customize_content h6,
#component_wrapper #customize_content#customize_content h6,
#customize_content_container #customize_content#customize_content h6 {
  color: #e0e0e0;
  margin-bottom: 0;
}
#component_wrapper .tab_details .rx-container h1 strong,
#customize_content_container .tab_details .rx-container h1 strong,
#component_wrapper #customize_content_form .rx-container h1 strong,
#customize_content_container #customize_content_form .rx-container h1 strong,
#component_wrapper #customize_content .rx-container h1 strong,
#customize_content_container #customize_content .rx-container h1 strong,
#component_wrapper .tab_details.user_tab_details h1 strong,
#customize_content_container .tab_details.user_tab_details h1 strong,
#component_wrapper #customize_content_form.user_tab_details h1 strong,
#customize_content_container #customize_content_form.user_tab_details h1 strong,
#component_wrapper #customize_content.user_tab_details h1 strong,
#customize_content_container #customize_content.user_tab_details h1 strong,
#component_wrapper .tab_details .note-editing-area h1 strong,
#customize_content_container .tab_details .note-editing-area h1 strong,
#component_wrapper #customize_content_form .note-editing-area h1 strong,
#customize_content_container #customize_content_form .note-editing-area h1 strong,
#component_wrapper #customize_content .note-editing-area h1 strong,
#customize_content_container #customize_content .note-editing-area h1 strong,
#component_wrapper .tab_details#customize_content h1 strong,
#customize_content_container .tab_details#customize_content h1 strong,
#component_wrapper #customize_content_form#customize_content h1 strong,
#customize_content_container #customize_content_form#customize_content h1 strong,
#component_wrapper #customize_content#customize_content h1 strong,
#customize_content_container #customize_content#customize_content h1 strong,
#component_wrapper .tab_details .rx-container h2 strong,
#customize_content_container .tab_details .rx-container h2 strong,
#component_wrapper #customize_content_form .rx-container h2 strong,
#customize_content_container #customize_content_form .rx-container h2 strong,
#component_wrapper #customize_content .rx-container h2 strong,
#customize_content_container #customize_content .rx-container h2 strong,
#component_wrapper .tab_details.user_tab_details h2 strong,
#customize_content_container .tab_details.user_tab_details h2 strong,
#component_wrapper #customize_content_form.user_tab_details h2 strong,
#customize_content_container #customize_content_form.user_tab_details h2 strong,
#component_wrapper #customize_content.user_tab_details h2 strong,
#customize_content_container #customize_content.user_tab_details h2 strong,
#component_wrapper .tab_details .note-editing-area h2 strong,
#customize_content_container .tab_details .note-editing-area h2 strong,
#component_wrapper #customize_content_form .note-editing-area h2 strong,
#customize_content_container #customize_content_form .note-editing-area h2 strong,
#component_wrapper #customize_content .note-editing-area h2 strong,
#customize_content_container #customize_content .note-editing-area h2 strong,
#component_wrapper .tab_details#customize_content h2 strong,
#customize_content_container .tab_details#customize_content h2 strong,
#component_wrapper #customize_content_form#customize_content h2 strong,
#customize_content_container #customize_content_form#customize_content h2 strong,
#component_wrapper #customize_content#customize_content h2 strong,
#customize_content_container #customize_content#customize_content h2 strong,
#component_wrapper .tab_details .rx-container h3 strong,
#customize_content_container .tab_details .rx-container h3 strong,
#component_wrapper #customize_content_form .rx-container h3 strong,
#customize_content_container #customize_content_form .rx-container h3 strong,
#component_wrapper #customize_content .rx-container h3 strong,
#customize_content_container #customize_content .rx-container h3 strong,
#component_wrapper .tab_details.user_tab_details h3 strong,
#customize_content_container .tab_details.user_tab_details h3 strong,
#component_wrapper #customize_content_form.user_tab_details h3 strong,
#customize_content_container #customize_content_form.user_tab_details h3 strong,
#component_wrapper #customize_content.user_tab_details h3 strong,
#customize_content_container #customize_content.user_tab_details h3 strong,
#component_wrapper .tab_details .note-editing-area h3 strong,
#customize_content_container .tab_details .note-editing-area h3 strong,
#component_wrapper #customize_content_form .note-editing-area h3 strong,
#customize_content_container #customize_content_form .note-editing-area h3 strong,
#component_wrapper #customize_content .note-editing-area h3 strong,
#customize_content_container #customize_content .note-editing-area h3 strong,
#component_wrapper .tab_details#customize_content h3 strong,
#customize_content_container .tab_details#customize_content h3 strong,
#component_wrapper #customize_content_form#customize_content h3 strong,
#customize_content_container #customize_content_form#customize_content h3 strong,
#component_wrapper #customize_content#customize_content h3 strong,
#customize_content_container #customize_content#customize_content h3 strong,
#component_wrapper .tab_details .rx-container h4 strong,
#customize_content_container .tab_details .rx-container h4 strong,
#component_wrapper #customize_content_form .rx-container h4 strong,
#customize_content_container #customize_content_form .rx-container h4 strong,
#component_wrapper #customize_content .rx-container h4 strong,
#customize_content_container #customize_content .rx-container h4 strong,
#component_wrapper .tab_details.user_tab_details h4 strong,
#customize_content_container .tab_details.user_tab_details h4 strong,
#component_wrapper #customize_content_form.user_tab_details h4 strong,
#customize_content_container #customize_content_form.user_tab_details h4 strong,
#component_wrapper #customize_content.user_tab_details h4 strong,
#customize_content_container #customize_content.user_tab_details h4 strong,
#component_wrapper .tab_details .note-editing-area h4 strong,
#customize_content_container .tab_details .note-editing-area h4 strong,
#component_wrapper #customize_content_form .note-editing-area h4 strong,
#customize_content_container #customize_content_form .note-editing-area h4 strong,
#component_wrapper #customize_content .note-editing-area h4 strong,
#customize_content_container #customize_content .note-editing-area h4 strong,
#component_wrapper .tab_details#customize_content h4 strong,
#customize_content_container .tab_details#customize_content h4 strong,
#component_wrapper #customize_content_form#customize_content h4 strong,
#customize_content_container #customize_content_form#customize_content h4 strong,
#component_wrapper #customize_content#customize_content h4 strong,
#customize_content_container #customize_content#customize_content h4 strong,
#component_wrapper .tab_details .rx-container h5 strong,
#customize_content_container .tab_details .rx-container h5 strong,
#component_wrapper #customize_content_form .rx-container h5 strong,
#customize_content_container #customize_content_form .rx-container h5 strong,
#component_wrapper #customize_content .rx-container h5 strong,
#customize_content_container #customize_content .rx-container h5 strong,
#component_wrapper .tab_details.user_tab_details h5 strong,
#customize_content_container .tab_details.user_tab_details h5 strong,
#component_wrapper #customize_content_form.user_tab_details h5 strong,
#customize_content_container #customize_content_form.user_tab_details h5 strong,
#component_wrapper #customize_content.user_tab_details h5 strong,
#customize_content_container #customize_content.user_tab_details h5 strong,
#component_wrapper .tab_details .note-editing-area h5 strong,
#customize_content_container .tab_details .note-editing-area h5 strong,
#component_wrapper #customize_content_form .note-editing-area h5 strong,
#customize_content_container #customize_content_form .note-editing-area h5 strong,
#component_wrapper #customize_content .note-editing-area h5 strong,
#customize_content_container #customize_content .note-editing-area h5 strong,
#component_wrapper .tab_details#customize_content h5 strong,
#customize_content_container .tab_details#customize_content h5 strong,
#component_wrapper #customize_content_form#customize_content h5 strong,
#customize_content_container #customize_content_form#customize_content h5 strong,
#component_wrapper #customize_content#customize_content h5 strong,
#customize_content_container #customize_content#customize_content h5 strong,
#component_wrapper .tab_details .rx-container h6 strong,
#customize_content_container .tab_details .rx-container h6 strong,
#component_wrapper #customize_content_form .rx-container h6 strong,
#customize_content_container #customize_content_form .rx-container h6 strong,
#component_wrapper #customize_content .rx-container h6 strong,
#customize_content_container #customize_content .rx-container h6 strong,
#component_wrapper .tab_details.user_tab_details h6 strong,
#customize_content_container .tab_details.user_tab_details h6 strong,
#component_wrapper #customize_content_form.user_tab_details h6 strong,
#customize_content_container #customize_content_form.user_tab_details h6 strong,
#component_wrapper #customize_content.user_tab_details h6 strong,
#customize_content_container #customize_content.user_tab_details h6 strong,
#component_wrapper .tab_details .note-editing-area h6 strong,
#customize_content_container .tab_details .note-editing-area h6 strong,
#component_wrapper #customize_content_form .note-editing-area h6 strong,
#customize_content_container #customize_content_form .note-editing-area h6 strong,
#component_wrapper #customize_content .note-editing-area h6 strong,
#customize_content_container #customize_content .note-editing-area h6 strong,
#component_wrapper .tab_details#customize_content h6 strong,
#customize_content_container .tab_details#customize_content h6 strong,
#component_wrapper #customize_content_form#customize_content h6 strong,
#customize_content_container #customize_content_form#customize_content h6 strong,
#component_wrapper #customize_content#customize_content h6 strong,
#customize_content_container #customize_content#customize_content h6 strong {
  color: #e0e0e0;
}
#component_wrapper .tab_details .rx-container h1 + figure,
#customize_content_container .tab_details .rx-container h1 + figure,
#component_wrapper #customize_content_form .rx-container h1 + figure,
#customize_content_container #customize_content_form .rx-container h1 + figure,
#component_wrapper #customize_content .rx-container h1 + figure,
#customize_content_container #customize_content .rx-container h1 + figure,
#component_wrapper .tab_details.user_tab_details h1 + figure,
#customize_content_container .tab_details.user_tab_details h1 + figure,
#component_wrapper #customize_content_form.user_tab_details h1 + figure,
#customize_content_container #customize_content_form.user_tab_details h1 + figure,
#component_wrapper #customize_content.user_tab_details h1 + figure,
#customize_content_container #customize_content.user_tab_details h1 + figure,
#component_wrapper .tab_details .note-editing-area h1 + figure,
#customize_content_container .tab_details .note-editing-area h1 + figure,
#component_wrapper #customize_content_form .note-editing-area h1 + figure,
#customize_content_container #customize_content_form .note-editing-area h1 + figure,
#component_wrapper #customize_content .note-editing-area h1 + figure,
#customize_content_container #customize_content .note-editing-area h1 + figure,
#component_wrapper .tab_details#customize_content h1 + figure,
#customize_content_container .tab_details#customize_content h1 + figure,
#component_wrapper #customize_content_form#customize_content h1 + figure,
#customize_content_container #customize_content_form#customize_content h1 + figure,
#component_wrapper #customize_content#customize_content h1 + figure,
#customize_content_container #customize_content#customize_content h1 + figure,
#component_wrapper .tab_details .rx-container h2 + figure,
#customize_content_container .tab_details .rx-container h2 + figure,
#component_wrapper #customize_content_form .rx-container h2 + figure,
#customize_content_container #customize_content_form .rx-container h2 + figure,
#component_wrapper #customize_content .rx-container h2 + figure,
#customize_content_container #customize_content .rx-container h2 + figure,
#component_wrapper .tab_details.user_tab_details h2 + figure,
#customize_content_container .tab_details.user_tab_details h2 + figure,
#component_wrapper #customize_content_form.user_tab_details h2 + figure,
#customize_content_container #customize_content_form.user_tab_details h2 + figure,
#component_wrapper #customize_content.user_tab_details h2 + figure,
#customize_content_container #customize_content.user_tab_details h2 + figure,
#component_wrapper .tab_details .note-editing-area h2 + figure,
#customize_content_container .tab_details .note-editing-area h2 + figure,
#component_wrapper #customize_content_form .note-editing-area h2 + figure,
#customize_content_container #customize_content_form .note-editing-area h2 + figure,
#component_wrapper #customize_content .note-editing-area h2 + figure,
#customize_content_container #customize_content .note-editing-area h2 + figure,
#component_wrapper .tab_details#customize_content h2 + figure,
#customize_content_container .tab_details#customize_content h2 + figure,
#component_wrapper #customize_content_form#customize_content h2 + figure,
#customize_content_container #customize_content_form#customize_content h2 + figure,
#component_wrapper #customize_content#customize_content h2 + figure,
#customize_content_container #customize_content#customize_content h2 + figure,
#component_wrapper .tab_details .rx-container h3 + figure,
#customize_content_container .tab_details .rx-container h3 + figure,
#component_wrapper #customize_content_form .rx-container h3 + figure,
#customize_content_container #customize_content_form .rx-container h3 + figure,
#component_wrapper #customize_content .rx-container h3 + figure,
#customize_content_container #customize_content .rx-container h3 + figure,
#component_wrapper .tab_details.user_tab_details h3 + figure,
#customize_content_container .tab_details.user_tab_details h3 + figure,
#component_wrapper #customize_content_form.user_tab_details h3 + figure,
#customize_content_container #customize_content_form.user_tab_details h3 + figure,
#component_wrapper #customize_content.user_tab_details h3 + figure,
#customize_content_container #customize_content.user_tab_details h3 + figure,
#component_wrapper .tab_details .note-editing-area h3 + figure,
#customize_content_container .tab_details .note-editing-area h3 + figure,
#component_wrapper #customize_content_form .note-editing-area h3 + figure,
#customize_content_container #customize_content_form .note-editing-area h3 + figure,
#component_wrapper #customize_content .note-editing-area h3 + figure,
#customize_content_container #customize_content .note-editing-area h3 + figure,
#component_wrapper .tab_details#customize_content h3 + figure,
#customize_content_container .tab_details#customize_content h3 + figure,
#component_wrapper #customize_content_form#customize_content h3 + figure,
#customize_content_container #customize_content_form#customize_content h3 + figure,
#component_wrapper #customize_content#customize_content h3 + figure,
#customize_content_container #customize_content#customize_content h3 + figure,
#component_wrapper .tab_details .rx-container h4 + figure,
#customize_content_container .tab_details .rx-container h4 + figure,
#component_wrapper #customize_content_form .rx-container h4 + figure,
#customize_content_container #customize_content_form .rx-container h4 + figure,
#component_wrapper #customize_content .rx-container h4 + figure,
#customize_content_container #customize_content .rx-container h4 + figure,
#component_wrapper .tab_details.user_tab_details h4 + figure,
#customize_content_container .tab_details.user_tab_details h4 + figure,
#component_wrapper #customize_content_form.user_tab_details h4 + figure,
#customize_content_container #customize_content_form.user_tab_details h4 + figure,
#component_wrapper #customize_content.user_tab_details h4 + figure,
#customize_content_container #customize_content.user_tab_details h4 + figure,
#component_wrapper .tab_details .note-editing-area h4 + figure,
#customize_content_container .tab_details .note-editing-area h4 + figure,
#component_wrapper #customize_content_form .note-editing-area h4 + figure,
#customize_content_container #customize_content_form .note-editing-area h4 + figure,
#component_wrapper #customize_content .note-editing-area h4 + figure,
#customize_content_container #customize_content .note-editing-area h4 + figure,
#component_wrapper .tab_details#customize_content h4 + figure,
#customize_content_container .tab_details#customize_content h4 + figure,
#component_wrapper #customize_content_form#customize_content h4 + figure,
#customize_content_container #customize_content_form#customize_content h4 + figure,
#component_wrapper #customize_content#customize_content h4 + figure,
#customize_content_container #customize_content#customize_content h4 + figure,
#component_wrapper .tab_details .rx-container h5 + figure,
#customize_content_container .tab_details .rx-container h5 + figure,
#component_wrapper #customize_content_form .rx-container h5 + figure,
#customize_content_container #customize_content_form .rx-container h5 + figure,
#component_wrapper #customize_content .rx-container h5 + figure,
#customize_content_container #customize_content .rx-container h5 + figure,
#component_wrapper .tab_details.user_tab_details h5 + figure,
#customize_content_container .tab_details.user_tab_details h5 + figure,
#component_wrapper #customize_content_form.user_tab_details h5 + figure,
#customize_content_container #customize_content_form.user_tab_details h5 + figure,
#component_wrapper #customize_content.user_tab_details h5 + figure,
#customize_content_container #customize_content.user_tab_details h5 + figure,
#component_wrapper .tab_details .note-editing-area h5 + figure,
#customize_content_container .tab_details .note-editing-area h5 + figure,
#component_wrapper #customize_content_form .note-editing-area h5 + figure,
#customize_content_container #customize_content_form .note-editing-area h5 + figure,
#component_wrapper #customize_content .note-editing-area h5 + figure,
#customize_content_container #customize_content .note-editing-area h5 + figure,
#component_wrapper .tab_details#customize_content h5 + figure,
#customize_content_container .tab_details#customize_content h5 + figure,
#component_wrapper #customize_content_form#customize_content h5 + figure,
#customize_content_container #customize_content_form#customize_content h5 + figure,
#component_wrapper #customize_content#customize_content h5 + figure,
#customize_content_container #customize_content#customize_content h5 + figure,
#component_wrapper .tab_details .rx-container h6 + figure,
#customize_content_container .tab_details .rx-container h6 + figure,
#component_wrapper #customize_content_form .rx-container h6 + figure,
#customize_content_container #customize_content_form .rx-container h6 + figure,
#component_wrapper #customize_content .rx-container h6 + figure,
#customize_content_container #customize_content .rx-container h6 + figure,
#component_wrapper .tab_details.user_tab_details h6 + figure,
#customize_content_container .tab_details.user_tab_details h6 + figure,
#component_wrapper #customize_content_form.user_tab_details h6 + figure,
#customize_content_container #customize_content_form.user_tab_details h6 + figure,
#component_wrapper #customize_content.user_tab_details h6 + figure,
#customize_content_container #customize_content.user_tab_details h6 + figure,
#component_wrapper .tab_details .note-editing-area h6 + figure,
#customize_content_container .tab_details .note-editing-area h6 + figure,
#component_wrapper #customize_content_form .note-editing-area h6 + figure,
#customize_content_container #customize_content_form .note-editing-area h6 + figure,
#component_wrapper #customize_content .note-editing-area h6 + figure,
#customize_content_container #customize_content .note-editing-area h6 + figure,
#component_wrapper .tab_details#customize_content h6 + figure,
#customize_content_container .tab_details#customize_content h6 + figure,
#component_wrapper #customize_content_form#customize_content h6 + figure,
#customize_content_container #customize_content_form#customize_content h6 + figure,
#component_wrapper #customize_content#customize_content h6 + figure,
#customize_content_container #customize_content#customize_content h6 + figure {
  margin-top: 15px;
}
#component_wrapper .tab_details .rx-container img,
#customize_content_container .tab_details .rx-container img,
#component_wrapper #customize_content_form .rx-container img,
#customize_content_container #customize_content_form .rx-container img,
#component_wrapper #customize_content .rx-container img,
#customize_content_container #customize_content .rx-container img,
#component_wrapper .tab_details.user_tab_details img,
#customize_content_container .tab_details.user_tab_details img,
#component_wrapper #customize_content_form.user_tab_details img,
#customize_content_container #customize_content_form.user_tab_details img,
#component_wrapper #customize_content.user_tab_details img,
#customize_content_container #customize_content.user_tab_details img,
#component_wrapper .tab_details .note-editing-area img,
#customize_content_container .tab_details .note-editing-area img,
#component_wrapper #customize_content_form .note-editing-area img,
#customize_content_container #customize_content_form .note-editing-area img,
#component_wrapper #customize_content .note-editing-area img,
#customize_content_container #customize_content .note-editing-area img,
#component_wrapper .tab_details#customize_content img,
#customize_content_container .tab_details#customize_content img,
#component_wrapper #customize_content_form#customize_content img,
#customize_content_container #customize_content_form#customize_content img,
#component_wrapper #customize_content#customize_content img,
#customize_content_container #customize_content#customize_content img,
#component_wrapper .tab_details .rx-container .iframe_container,
#customize_content_container .tab_details .rx-container .iframe_container,
#component_wrapper #customize_content_form .rx-container .iframe_container,
#customize_content_container #customize_content_form .rx-container .iframe_container,
#component_wrapper #customize_content .rx-container .iframe_container,
#customize_content_container #customize_content .rx-container .iframe_container,
#component_wrapper .tab_details.user_tab_details .iframe_container,
#customize_content_container .tab_details.user_tab_details .iframe_container,
#component_wrapper #customize_content_form.user_tab_details .iframe_container,
#customize_content_container #customize_content_form.user_tab_details .iframe_container,
#component_wrapper #customize_content.user_tab_details .iframe_container,
#customize_content_container #customize_content.user_tab_details .iframe_container,
#component_wrapper .tab_details .note-editing-area .iframe_container,
#customize_content_container .tab_details .note-editing-area .iframe_container,
#component_wrapper #customize_content_form .note-editing-area .iframe_container,
#customize_content_container #customize_content_form .note-editing-area .iframe_container,
#component_wrapper #customize_content .note-editing-area .iframe_container,
#customize_content_container #customize_content .note-editing-area .iframe_container,
#component_wrapper .tab_details#customize_content .iframe_container,
#customize_content_container .tab_details#customize_content .iframe_container,
#component_wrapper #customize_content_form#customize_content .iframe_container,
#customize_content_container #customize_content_form#customize_content .iframe_container,
#component_wrapper #customize_content#customize_content .iframe_container,
#customize_content_container #customize_content#customize_content .iframe_container,
#component_wrapper .tab_details .rx-container figure,
#customize_content_container .tab_details .rx-container figure,
#component_wrapper #customize_content_form .rx-container figure,
#customize_content_container #customize_content_form .rx-container figure,
#component_wrapper #customize_content .rx-container figure,
#customize_content_container #customize_content .rx-container figure,
#component_wrapper .tab_details.user_tab_details figure,
#customize_content_container .tab_details.user_tab_details figure,
#component_wrapper #customize_content_form.user_tab_details figure,
#customize_content_container #customize_content_form.user_tab_details figure,
#component_wrapper #customize_content.user_tab_details figure,
#customize_content_container #customize_content.user_tab_details figure,
#component_wrapper .tab_details .note-editing-area figure,
#customize_content_container .tab_details .note-editing-area figure,
#component_wrapper #customize_content_form .note-editing-area figure,
#customize_content_container #customize_content_form .note-editing-area figure,
#component_wrapper #customize_content .note-editing-area figure,
#customize_content_container #customize_content .note-editing-area figure,
#component_wrapper .tab_details#customize_content figure,
#customize_content_container .tab_details#customize_content figure,
#component_wrapper #customize_content_form#customize_content figure,
#customize_content_container #customize_content_form#customize_content figure,
#component_wrapper #customize_content#customize_content figure,
#customize_content_container #customize_content#customize_content figure {
  cursor: pointer;
  margin-bottom: 15px;
}
#component_wrapper .tab_details .rx-container img.iframe_container,
#customize_content_container .tab_details .rx-container img.iframe_container,
#component_wrapper #customize_content_form .rx-container img.iframe_container,
#customize_content_container #customize_content_form .rx-container img.iframe_container,
#component_wrapper #customize_content .rx-container img.iframe_container,
#customize_content_container #customize_content .rx-container img.iframe_container,
#component_wrapper .tab_details.user_tab_details img.iframe_container,
#customize_content_container .tab_details.user_tab_details img.iframe_container,
#component_wrapper #customize_content_form.user_tab_details img.iframe_container,
#customize_content_container #customize_content_form.user_tab_details img.iframe_container,
#component_wrapper #customize_content.user_tab_details img.iframe_container,
#customize_content_container #customize_content.user_tab_details img.iframe_container,
#component_wrapper .tab_details .note-editing-area img.iframe_container,
#customize_content_container .tab_details .note-editing-area img.iframe_container,
#component_wrapper #customize_content_form .note-editing-area img.iframe_container,
#customize_content_container #customize_content_form .note-editing-area img.iframe_container,
#component_wrapper #customize_content .note-editing-area img.iframe_container,
#customize_content_container #customize_content .note-editing-area img.iframe_container,
#component_wrapper .tab_details#customize_content img.iframe_container,
#customize_content_container .tab_details#customize_content img.iframe_container,
#component_wrapper #customize_content_form#customize_content img.iframe_container,
#customize_content_container #customize_content_form#customize_content img.iframe_container,
#component_wrapper #customize_content#customize_content img.iframe_container,
#customize_content_container #customize_content#customize_content img.iframe_container,
#component_wrapper .tab_details .rx-container .iframe_container.iframe_container,
#customize_content_container .tab_details .rx-container .iframe_container.iframe_container,
#component_wrapper #customize_content_form .rx-container .iframe_container.iframe_container,
#customize_content_container #customize_content_form .rx-container .iframe_container.iframe_container,
#component_wrapper #customize_content .rx-container .iframe_container.iframe_container,
#customize_content_container #customize_content .rx-container .iframe_container.iframe_container,
#component_wrapper .tab_details.user_tab_details .iframe_container.iframe_container,
#customize_content_container .tab_details.user_tab_details .iframe_container.iframe_container,
#component_wrapper #customize_content_form.user_tab_details .iframe_container.iframe_container,
#customize_content_container #customize_content_form.user_tab_details .iframe_container.iframe_container,
#component_wrapper #customize_content.user_tab_details .iframe_container.iframe_container,
#customize_content_container #customize_content.user_tab_details .iframe_container.iframe_container,
#component_wrapper .tab_details .note-editing-area .iframe_container.iframe_container,
#customize_content_container .tab_details .note-editing-area .iframe_container.iframe_container,
#component_wrapper #customize_content_form .note-editing-area .iframe_container.iframe_container,
#customize_content_container #customize_content_form .note-editing-area .iframe_container.iframe_container,
#component_wrapper #customize_content .note-editing-area .iframe_container.iframe_container,
#customize_content_container #customize_content .note-editing-area .iframe_container.iframe_container,
#component_wrapper .tab_details#customize_content .iframe_container.iframe_container,
#customize_content_container .tab_details#customize_content .iframe_container.iframe_container,
#component_wrapper #customize_content_form#customize_content .iframe_container.iframe_container,
#customize_content_container #customize_content_form#customize_content .iframe_container.iframe_container,
#component_wrapper #customize_content#customize_content .iframe_container.iframe_container,
#customize_content_container #customize_content#customize_content .iframe_container.iframe_container,
#component_wrapper .tab_details .rx-container figure.iframe_container,
#customize_content_container .tab_details .rx-container figure.iframe_container,
#component_wrapper #customize_content_form .rx-container figure.iframe_container,
#customize_content_container #customize_content_form .rx-container figure.iframe_container,
#component_wrapper #customize_content .rx-container figure.iframe_container,
#customize_content_container #customize_content .rx-container figure.iframe_container,
#component_wrapper .tab_details.user_tab_details figure.iframe_container,
#customize_content_container .tab_details.user_tab_details figure.iframe_container,
#component_wrapper #customize_content_form.user_tab_details figure.iframe_container,
#customize_content_container #customize_content_form.user_tab_details figure.iframe_container,
#component_wrapper #customize_content.user_tab_details figure.iframe_container,
#customize_content_container #customize_content.user_tab_details figure.iframe_container,
#component_wrapper .tab_details .note-editing-area figure.iframe_container,
#customize_content_container .tab_details .note-editing-area figure.iframe_container,
#component_wrapper #customize_content_form .note-editing-area figure.iframe_container,
#customize_content_container #customize_content_form .note-editing-area figure.iframe_container,
#component_wrapper #customize_content .note-editing-area figure.iframe_container,
#customize_content_container #customize_content .note-editing-area figure.iframe_container,
#component_wrapper .tab_details#customize_content figure.iframe_container,
#customize_content_container .tab_details#customize_content figure.iframe_container,
#component_wrapper #customize_content_form#customize_content figure.iframe_container,
#customize_content_container #customize_content_form#customize_content figure.iframe_container,
#component_wrapper #customize_content#customize_content figure.iframe_container,
#customize_content_container #customize_content#customize_content figure.iframe_container {
  overflow: hidden;
  position: relative;
}
#component_wrapper .tab_details .rx-container img img,
#customize_content_container .tab_details .rx-container img img,
#component_wrapper #customize_content_form .rx-container img img,
#customize_content_container #customize_content_form .rx-container img img,
#component_wrapper #customize_content .rx-container img img,
#customize_content_container #customize_content .rx-container img img,
#component_wrapper .tab_details.user_tab_details img img,
#customize_content_container .tab_details.user_tab_details img img,
#component_wrapper #customize_content_form.user_tab_details img img,
#customize_content_container #customize_content_form.user_tab_details img img,
#component_wrapper #customize_content.user_tab_details img img,
#customize_content_container #customize_content.user_tab_details img img,
#component_wrapper .tab_details .note-editing-area img img,
#customize_content_container .tab_details .note-editing-area img img,
#component_wrapper #customize_content_form .note-editing-area img img,
#customize_content_container #customize_content_form .note-editing-area img img,
#component_wrapper #customize_content .note-editing-area img img,
#customize_content_container #customize_content .note-editing-area img img,
#component_wrapper .tab_details#customize_content img img,
#customize_content_container .tab_details#customize_content img img,
#component_wrapper #customize_content_form#customize_content img img,
#customize_content_container #customize_content_form#customize_content img img,
#component_wrapper #customize_content#customize_content img img,
#customize_content_container #customize_content#customize_content img img,
#component_wrapper .tab_details .rx-container .iframe_container img,
#customize_content_container .tab_details .rx-container .iframe_container img,
#component_wrapper #customize_content_form .rx-container .iframe_container img,
#customize_content_container #customize_content_form .rx-container .iframe_container img,
#component_wrapper #customize_content .rx-container .iframe_container img,
#customize_content_container #customize_content .rx-container .iframe_container img,
#component_wrapper .tab_details.user_tab_details .iframe_container img,
#customize_content_container .tab_details.user_tab_details .iframe_container img,
#component_wrapper #customize_content_form.user_tab_details .iframe_container img,
#customize_content_container #customize_content_form.user_tab_details .iframe_container img,
#component_wrapper #customize_content.user_tab_details .iframe_container img,
#customize_content_container #customize_content.user_tab_details .iframe_container img,
#component_wrapper .tab_details .note-editing-area .iframe_container img,
#customize_content_container .tab_details .note-editing-area .iframe_container img,
#component_wrapper #customize_content_form .note-editing-area .iframe_container img,
#customize_content_container #customize_content_form .note-editing-area .iframe_container img,
#component_wrapper #customize_content .note-editing-area .iframe_container img,
#customize_content_container #customize_content .note-editing-area .iframe_container img,
#component_wrapper .tab_details#customize_content .iframe_container img,
#customize_content_container .tab_details#customize_content .iframe_container img,
#component_wrapper #customize_content_form#customize_content .iframe_container img,
#customize_content_container #customize_content_form#customize_content .iframe_container img,
#component_wrapper #customize_content#customize_content .iframe_container img,
#customize_content_container #customize_content#customize_content .iframe_container img,
#component_wrapper .tab_details .rx-container figure img,
#customize_content_container .tab_details .rx-container figure img,
#component_wrapper #customize_content_form .rx-container figure img,
#customize_content_container #customize_content_form .rx-container figure img,
#component_wrapper #customize_content .rx-container figure img,
#customize_content_container #customize_content .rx-container figure img,
#component_wrapper .tab_details.user_tab_details figure img,
#customize_content_container .tab_details.user_tab_details figure img,
#component_wrapper #customize_content_form.user_tab_details figure img,
#customize_content_container #customize_content_form.user_tab_details figure img,
#component_wrapper #customize_content.user_tab_details figure img,
#customize_content_container #customize_content.user_tab_details figure img,
#component_wrapper .tab_details .note-editing-area figure img,
#customize_content_container .tab_details .note-editing-area figure img,
#component_wrapper #customize_content_form .note-editing-area figure img,
#customize_content_container #customize_content_form .note-editing-area figure img,
#component_wrapper #customize_content .note-editing-area figure img,
#customize_content_container #customize_content .note-editing-area figure img,
#component_wrapper .tab_details#customize_content figure img,
#customize_content_container .tab_details#customize_content figure img,
#component_wrapper #customize_content_form#customize_content figure img,
#customize_content_container #customize_content_form#customize_content figure img,
#component_wrapper #customize_content#customize_content figure img,
#customize_content_container #customize_content#customize_content figure img {
  margin-bottom: 0px !important;
}
#component_wrapper .tab_details .rx-container figure,
#customize_content_container .tab_details .rx-container figure,
#component_wrapper #customize_content_form .rx-container figure,
#customize_content_container #customize_content_form .rx-container figure,
#component_wrapper #customize_content .rx-container figure,
#customize_content_container #customize_content .rx-container figure,
#component_wrapper .tab_details.user_tab_details figure,
#customize_content_container .tab_details.user_tab_details figure,
#component_wrapper #customize_content_form.user_tab_details figure,
#customize_content_container #customize_content_form.user_tab_details figure,
#component_wrapper #customize_content.user_tab_details figure,
#customize_content_container #customize_content.user_tab_details figure,
#component_wrapper .tab_details .note-editing-area figure,
#customize_content_container .tab_details .note-editing-area figure,
#component_wrapper #customize_content_form .note-editing-area figure,
#customize_content_container #customize_content_form .note-editing-area figure,
#component_wrapper #customize_content .note-editing-area figure,
#customize_content_container #customize_content .note-editing-area figure,
#component_wrapper .tab_details#customize_content figure,
#customize_content_container .tab_details#customize_content figure,
#component_wrapper #customize_content_form#customize_content figure,
#customize_content_container #customize_content_form#customize_content figure,
#component_wrapper #customize_content#customize_content figure,
#customize_content_container #customize_content#customize_content figure {
  margin-bottom: 16px;
}
#component_wrapper .tab_details .rx-container img,
#customize_content_container .tab_details .rx-container img,
#component_wrapper #customize_content_form .rx-container img,
#customize_content_container #customize_content_form .rx-container img,
#component_wrapper #customize_content .rx-container img,
#customize_content_container #customize_content .rx-container img,
#component_wrapper .tab_details.user_tab_details img,
#customize_content_container .tab_details.user_tab_details img,
#component_wrapper #customize_content_form.user_tab_details img,
#customize_content_container #customize_content_form.user_tab_details img,
#component_wrapper #customize_content.user_tab_details img,
#customize_content_container #customize_content.user_tab_details img,
#component_wrapper .tab_details .note-editing-area img,
#customize_content_container .tab_details .note-editing-area img,
#component_wrapper #customize_content_form .note-editing-area img,
#customize_content_container #customize_content_form .note-editing-area img,
#component_wrapper #customize_content .note-editing-area img,
#customize_content_container #customize_content .note-editing-area img,
#component_wrapper .tab_details#customize_content img,
#customize_content_container .tab_details#customize_content img,
#component_wrapper #customize_content_form#customize_content img,
#customize_content_container #customize_content_form#customize_content img,
#component_wrapper #customize_content#customize_content img,
#customize_content_container #customize_content#customize_content img {
  max-width: 100% !important;
}
#component_wrapper .tab_details .rx-container p,
#customize_content_container .tab_details .rx-container p,
#component_wrapper #customize_content_form .rx-container p,
#customize_content_container #customize_content_form .rx-container p,
#component_wrapper #customize_content .rx-container p,
#customize_content_container #customize_content .rx-container p,
#component_wrapper .tab_details.user_tab_details p,
#customize_content_container .tab_details.user_tab_details p,
#component_wrapper #customize_content_form.user_tab_details p,
#customize_content_container #customize_content_form.user_tab_details p,
#component_wrapper #customize_content.user_tab_details p,
#customize_content_container #customize_content.user_tab_details p,
#component_wrapper .tab_details .note-editing-area p,
#customize_content_container .tab_details .note-editing-area p,
#component_wrapper #customize_content_form .note-editing-area p,
#customize_content_container #customize_content_form .note-editing-area p,
#component_wrapper #customize_content .note-editing-area p,
#customize_content_container #customize_content .note-editing-area p,
#component_wrapper .tab_details#customize_content p,
#customize_content_container .tab_details#customize_content p,
#component_wrapper #customize_content_form#customize_content p,
#customize_content_container #customize_content_form#customize_content p,
#component_wrapper #customize_content#customize_content p,
#customize_content_container #customize_content#customize_content p {
  margin-bottom: 15px;
  min-height: 1.3em;
}
#component_wrapper .tab_details .rx-container blockquote,
#customize_content_container .tab_details .rx-container blockquote,
#component_wrapper #customize_content_form .rx-container blockquote,
#customize_content_container #customize_content_form .rx-container blockquote,
#component_wrapper #customize_content .rx-container blockquote,
#customize_content_container #customize_content .rx-container blockquote,
#component_wrapper .tab_details.user_tab_details blockquote,
#customize_content_container .tab_details.user_tab_details blockquote,
#component_wrapper #customize_content_form.user_tab_details blockquote,
#customize_content_container #customize_content_form.user_tab_details blockquote,
#component_wrapper #customize_content.user_tab_details blockquote,
#customize_content_container #customize_content.user_tab_details blockquote,
#component_wrapper .tab_details .note-editing-area blockquote,
#customize_content_container .tab_details .note-editing-area blockquote,
#component_wrapper #customize_content_form .note-editing-area blockquote,
#customize_content_container #customize_content_form .note-editing-area blockquote,
#component_wrapper #customize_content .note-editing-area blockquote,
#customize_content_container #customize_content .note-editing-area blockquote,
#component_wrapper .tab_details#customize_content blockquote,
#customize_content_container .tab_details#customize_content blockquote,
#component_wrapper #customize_content_form#customize_content blockquote,
#customize_content_container #customize_content_form#customize_content blockquote,
#component_wrapper #customize_content#customize_content blockquote,
#customize_content_container #customize_content#customize_content blockquote,
#component_wrapper .tab_details .rx-container pre,
#customize_content_container .tab_details .rx-container pre,
#component_wrapper #customize_content_form .rx-container pre,
#customize_content_container #customize_content_form .rx-container pre,
#component_wrapper #customize_content .rx-container pre,
#customize_content_container #customize_content .rx-container pre,
#component_wrapper .tab_details.user_tab_details pre,
#customize_content_container .tab_details.user_tab_details pre,
#component_wrapper #customize_content_form.user_tab_details pre,
#customize_content_container #customize_content_form.user_tab_details pre,
#component_wrapper #customize_content.user_tab_details pre,
#customize_content_container #customize_content.user_tab_details pre,
#component_wrapper .tab_details .note-editing-area pre,
#customize_content_container .tab_details .note-editing-area pre,
#component_wrapper #customize_content_form .note-editing-area pre,
#customize_content_container #customize_content_form .note-editing-area pre,
#component_wrapper #customize_content .note-editing-area pre,
#customize_content_container #customize_content .note-editing-area pre,
#component_wrapper .tab_details#customize_content pre,
#customize_content_container .tab_details#customize_content pre,
#component_wrapper #customize_content_form#customize_content pre,
#customize_content_container #customize_content_form#customize_content pre,
#component_wrapper #customize_content#customize_content pre,
#customize_content_container #customize_content#customize_content pre,
#component_wrapper .tab_details .rx-container p,
#customize_content_container .tab_details .rx-container p,
#component_wrapper #customize_content_form .rx-container p,
#customize_content_container #customize_content_form .rx-container p,
#component_wrapper #customize_content .rx-container p,
#customize_content_container #customize_content .rx-container p,
#component_wrapper .tab_details.user_tab_details p,
#customize_content_container .tab_details.user_tab_details p,
#component_wrapper #customize_content_form.user_tab_details p,
#customize_content_container #customize_content_form.user_tab_details p,
#component_wrapper #customize_content.user_tab_details p,
#customize_content_container #customize_content.user_tab_details p,
#component_wrapper .tab_details .note-editing-area p,
#customize_content_container .tab_details .note-editing-area p,
#component_wrapper #customize_content_form .note-editing-area p,
#customize_content_container #customize_content_form .note-editing-area p,
#component_wrapper #customize_content .note-editing-area p,
#customize_content_container #customize_content .note-editing-area p,
#component_wrapper .tab_details#customize_content p,
#customize_content_container .tab_details#customize_content p,
#component_wrapper #customize_content_form#customize_content p,
#customize_content_container #customize_content_form#customize_content p,
#component_wrapper #customize_content#customize_content p,
#customize_content_container #customize_content#customize_content p,
#component_wrapper .tab_details .rx-container li,
#customize_content_container .tab_details .rx-container li,
#component_wrapper #customize_content_form .rx-container li,
#customize_content_container #customize_content_form .rx-container li,
#component_wrapper #customize_content .rx-container li,
#customize_content_container #customize_content .rx-container li,
#component_wrapper .tab_details.user_tab_details li,
#customize_content_container .tab_details.user_tab_details li,
#component_wrapper #customize_content_form.user_tab_details li,
#customize_content_container #customize_content_form.user_tab_details li,
#component_wrapper #customize_content.user_tab_details li,
#customize_content_container #customize_content.user_tab_details li,
#component_wrapper .tab_details .note-editing-area li,
#customize_content_container .tab_details .note-editing-area li,
#component_wrapper #customize_content_form .note-editing-area li,
#customize_content_container #customize_content_form .note-editing-area li,
#component_wrapper #customize_content .note-editing-area li,
#customize_content_container #customize_content .note-editing-area li,
#component_wrapper .tab_details#customize_content li,
#customize_content_container .tab_details#customize_content li,
#component_wrapper #customize_content_form#customize_content li,
#customize_content_container #customize_content_form#customize_content li,
#component_wrapper #customize_content#customize_content li,
#customize_content_container #customize_content#customize_content li {
  color: #8e97a8 !important;
  font-size: 16px;
  font-weight: unset !important;
  line-height: 1.5;
  margin-bottom: 10px;
  /* inline tags are followed by a media object */
}
#component_wrapper .tab_details .rx-container blockquote strong,
#customize_content_container .tab_details .rx-container blockquote strong,
#component_wrapper #customize_content_form .rx-container blockquote strong,
#customize_content_container #customize_content_form .rx-container blockquote strong,
#component_wrapper #customize_content .rx-container blockquote strong,
#customize_content_container #customize_content .rx-container blockquote strong,
#component_wrapper .tab_details.user_tab_details blockquote strong,
#customize_content_container .tab_details.user_tab_details blockquote strong,
#component_wrapper #customize_content_form.user_tab_details blockquote strong,
#customize_content_container #customize_content_form.user_tab_details blockquote strong,
#component_wrapper #customize_content.user_tab_details blockquote strong,
#customize_content_container #customize_content.user_tab_details blockquote strong,
#component_wrapper .tab_details .note-editing-area blockquote strong,
#customize_content_container .tab_details .note-editing-area blockquote strong,
#component_wrapper #customize_content_form .note-editing-area blockquote strong,
#customize_content_container #customize_content_form .note-editing-area blockquote strong,
#component_wrapper #customize_content .note-editing-area blockquote strong,
#customize_content_container #customize_content .note-editing-area blockquote strong,
#component_wrapper .tab_details#customize_content blockquote strong,
#customize_content_container .tab_details#customize_content blockquote strong,
#component_wrapper #customize_content_form#customize_content blockquote strong,
#customize_content_container #customize_content_form#customize_content blockquote strong,
#component_wrapper #customize_content#customize_content blockquote strong,
#customize_content_container #customize_content#customize_content blockquote strong,
#component_wrapper .tab_details .rx-container pre strong,
#customize_content_container .tab_details .rx-container pre strong,
#component_wrapper #customize_content_form .rx-container pre strong,
#customize_content_container #customize_content_form .rx-container pre strong,
#component_wrapper #customize_content .rx-container pre strong,
#customize_content_container #customize_content .rx-container pre strong,
#component_wrapper .tab_details.user_tab_details pre strong,
#customize_content_container .tab_details.user_tab_details pre strong,
#component_wrapper #customize_content_form.user_tab_details pre strong,
#customize_content_container #customize_content_form.user_tab_details pre strong,
#component_wrapper #customize_content.user_tab_details pre strong,
#customize_content_container #customize_content.user_tab_details pre strong,
#component_wrapper .tab_details .note-editing-area pre strong,
#customize_content_container .tab_details .note-editing-area pre strong,
#component_wrapper #customize_content_form .note-editing-area pre strong,
#customize_content_container #customize_content_form .note-editing-area pre strong,
#component_wrapper #customize_content .note-editing-area pre strong,
#customize_content_container #customize_content .note-editing-area pre strong,
#component_wrapper .tab_details#customize_content pre strong,
#customize_content_container .tab_details#customize_content pre strong,
#component_wrapper #customize_content_form#customize_content pre strong,
#customize_content_container #customize_content_form#customize_content pre strong,
#component_wrapper #customize_content#customize_content pre strong,
#customize_content_container #customize_content#customize_content pre strong,
#component_wrapper .tab_details .rx-container p strong,
#customize_content_container .tab_details .rx-container p strong,
#component_wrapper #customize_content_form .rx-container p strong,
#customize_content_container #customize_content_form .rx-container p strong,
#component_wrapper #customize_content .rx-container p strong,
#customize_content_container #customize_content .rx-container p strong,
#component_wrapper .tab_details.user_tab_details p strong,
#customize_content_container .tab_details.user_tab_details p strong,
#component_wrapper #customize_content_form.user_tab_details p strong,
#customize_content_container #customize_content_form.user_tab_details p strong,
#component_wrapper #customize_content.user_tab_details p strong,
#customize_content_container #customize_content.user_tab_details p strong,
#component_wrapper .tab_details .note-editing-area p strong,
#customize_content_container .tab_details .note-editing-area p strong,
#component_wrapper #customize_content_form .note-editing-area p strong,
#customize_content_container #customize_content_form .note-editing-area p strong,
#component_wrapper #customize_content .note-editing-area p strong,
#customize_content_container #customize_content .note-editing-area p strong,
#component_wrapper .tab_details#customize_content p strong,
#customize_content_container .tab_details#customize_content p strong,
#component_wrapper #customize_content_form#customize_content p strong,
#customize_content_container #customize_content_form#customize_content p strong,
#component_wrapper #customize_content#customize_content p strong,
#customize_content_container #customize_content#customize_content p strong,
#component_wrapper .tab_details .rx-container li strong,
#customize_content_container .tab_details .rx-container li strong,
#component_wrapper #customize_content_form .rx-container li strong,
#customize_content_container #customize_content_form .rx-container li strong,
#component_wrapper #customize_content .rx-container li strong,
#customize_content_container #customize_content .rx-container li strong,
#component_wrapper .tab_details.user_tab_details li strong,
#customize_content_container .tab_details.user_tab_details li strong,
#component_wrapper #customize_content_form.user_tab_details li strong,
#customize_content_container #customize_content_form.user_tab_details li strong,
#component_wrapper #customize_content.user_tab_details li strong,
#customize_content_container #customize_content.user_tab_details li strong,
#component_wrapper .tab_details .note-editing-area li strong,
#customize_content_container .tab_details .note-editing-area li strong,
#component_wrapper #customize_content_form .note-editing-area li strong,
#customize_content_container #customize_content_form .note-editing-area li strong,
#component_wrapper #customize_content .note-editing-area li strong,
#customize_content_container #customize_content .note-editing-area li strong,
#component_wrapper .tab_details#customize_content li strong,
#customize_content_container .tab_details#customize_content li strong,
#component_wrapper #customize_content_form#customize_content li strong,
#customize_content_container #customize_content_form#customize_content li strong,
#component_wrapper #customize_content#customize_content li strong,
#customize_content_container #customize_content#customize_content li strong {
  color: #8e97a8 !important;
}
#component_wrapper .tab_details .rx-container blockquote::marker,
#customize_content_container .tab_details .rx-container blockquote::marker,
#component_wrapper #customize_content_form .rx-container blockquote::marker,
#customize_content_container #customize_content_form .rx-container blockquote::marker,
#component_wrapper #customize_content .rx-container blockquote::marker,
#customize_content_container #customize_content .rx-container blockquote::marker,
#component_wrapper .tab_details.user_tab_details blockquote::marker,
#customize_content_container .tab_details.user_tab_details blockquote::marker,
#component_wrapper #customize_content_form.user_tab_details blockquote::marker,
#customize_content_container #customize_content_form.user_tab_details blockquote::marker,
#component_wrapper #customize_content.user_tab_details blockquote::marker,
#customize_content_container #customize_content.user_tab_details blockquote::marker,
#component_wrapper .tab_details .note-editing-area blockquote::marker,
#customize_content_container .tab_details .note-editing-area blockquote::marker,
#component_wrapper #customize_content_form .note-editing-area blockquote::marker,
#customize_content_container #customize_content_form .note-editing-area blockquote::marker,
#component_wrapper #customize_content .note-editing-area blockquote::marker,
#customize_content_container #customize_content .note-editing-area blockquote::marker,
#component_wrapper .tab_details#customize_content blockquote::marker,
#customize_content_container .tab_details#customize_content blockquote::marker,
#component_wrapper #customize_content_form#customize_content blockquote::marker,
#customize_content_container #customize_content_form#customize_content blockquote::marker,
#component_wrapper #customize_content#customize_content blockquote::marker,
#customize_content_container #customize_content#customize_content blockquote::marker,
#component_wrapper .tab_details .rx-container pre::marker,
#customize_content_container .tab_details .rx-container pre::marker,
#component_wrapper #customize_content_form .rx-container pre::marker,
#customize_content_container #customize_content_form .rx-container pre::marker,
#component_wrapper #customize_content .rx-container pre::marker,
#customize_content_container #customize_content .rx-container pre::marker,
#component_wrapper .tab_details.user_tab_details pre::marker,
#customize_content_container .tab_details.user_tab_details pre::marker,
#component_wrapper #customize_content_form.user_tab_details pre::marker,
#customize_content_container #customize_content_form.user_tab_details pre::marker,
#component_wrapper #customize_content.user_tab_details pre::marker,
#customize_content_container #customize_content.user_tab_details pre::marker,
#component_wrapper .tab_details .note-editing-area pre::marker,
#customize_content_container .tab_details .note-editing-area pre::marker,
#component_wrapper #customize_content_form .note-editing-area pre::marker,
#customize_content_container #customize_content_form .note-editing-area pre::marker,
#component_wrapper #customize_content .note-editing-area pre::marker,
#customize_content_container #customize_content .note-editing-area pre::marker,
#component_wrapper .tab_details#customize_content pre::marker,
#customize_content_container .tab_details#customize_content pre::marker,
#component_wrapper #customize_content_form#customize_content pre::marker,
#customize_content_container #customize_content_form#customize_content pre::marker,
#component_wrapper #customize_content#customize_content pre::marker,
#customize_content_container #customize_content#customize_content pre::marker,
#component_wrapper .tab_details .rx-container p::marker,
#customize_content_container .tab_details .rx-container p::marker,
#component_wrapper #customize_content_form .rx-container p::marker,
#customize_content_container #customize_content_form .rx-container p::marker,
#component_wrapper #customize_content .rx-container p::marker,
#customize_content_container #customize_content .rx-container p::marker,
#component_wrapper .tab_details.user_tab_details p::marker,
#customize_content_container .tab_details.user_tab_details p::marker,
#component_wrapper #customize_content_form.user_tab_details p::marker,
#customize_content_container #customize_content_form.user_tab_details p::marker,
#component_wrapper #customize_content.user_tab_details p::marker,
#customize_content_container #customize_content.user_tab_details p::marker,
#component_wrapper .tab_details .note-editing-area p::marker,
#customize_content_container .tab_details .note-editing-area p::marker,
#component_wrapper #customize_content_form .note-editing-area p::marker,
#customize_content_container #customize_content_form .note-editing-area p::marker,
#component_wrapper #customize_content .note-editing-area p::marker,
#customize_content_container #customize_content .note-editing-area p::marker,
#component_wrapper .tab_details#customize_content p::marker,
#customize_content_container .tab_details#customize_content p::marker,
#component_wrapper #customize_content_form#customize_content p::marker,
#customize_content_container #customize_content_form#customize_content p::marker,
#component_wrapper #customize_content#customize_content p::marker,
#customize_content_container #customize_content#customize_content p::marker,
#component_wrapper .tab_details .rx-container li::marker,
#customize_content_container .tab_details .rx-container li::marker,
#component_wrapper #customize_content_form .rx-container li::marker,
#customize_content_container #customize_content_form .rx-container li::marker,
#component_wrapper #customize_content .rx-container li::marker,
#customize_content_container #customize_content .rx-container li::marker,
#component_wrapper .tab_details.user_tab_details li::marker,
#customize_content_container .tab_details.user_tab_details li::marker,
#component_wrapper #customize_content_form.user_tab_details li::marker,
#customize_content_container #customize_content_form.user_tab_details li::marker,
#component_wrapper #customize_content.user_tab_details li::marker,
#customize_content_container #customize_content.user_tab_details li::marker,
#component_wrapper .tab_details .note-editing-area li::marker,
#customize_content_container .tab_details .note-editing-area li::marker,
#component_wrapper #customize_content_form .note-editing-area li::marker,
#customize_content_container #customize_content_form .note-editing-area li::marker,
#component_wrapper #customize_content .note-editing-area li::marker,
#customize_content_container #customize_content .note-editing-area li::marker,
#component_wrapper .tab_details#customize_content li::marker,
#customize_content_container .tab_details#customize_content li::marker,
#component_wrapper #customize_content_form#customize_content li::marker,
#customize_content_container #customize_content_form#customize_content li::marker,
#component_wrapper #customize_content#customize_content li::marker,
#customize_content_container #customize_content#customize_content li::marker {
  color: #e0e0e0 !important;
}
#component_wrapper .tab_details .rx-container blockquote + figure,
#customize_content_container .tab_details .rx-container blockquote + figure,
#component_wrapper #customize_content_form .rx-container blockquote + figure,
#customize_content_container #customize_content_form .rx-container blockquote + figure,
#component_wrapper #customize_content .rx-container blockquote + figure,
#customize_content_container #customize_content .rx-container blockquote + figure,
#component_wrapper .tab_details.user_tab_details blockquote + figure,
#customize_content_container .tab_details.user_tab_details blockquote + figure,
#component_wrapper #customize_content_form.user_tab_details blockquote + figure,
#customize_content_container #customize_content_form.user_tab_details blockquote + figure,
#component_wrapper #customize_content.user_tab_details blockquote + figure,
#customize_content_container #customize_content.user_tab_details blockquote + figure,
#component_wrapper .tab_details .note-editing-area blockquote + figure,
#customize_content_container .tab_details .note-editing-area blockquote + figure,
#component_wrapper #customize_content_form .note-editing-area blockquote + figure,
#customize_content_container #customize_content_form .note-editing-area blockquote + figure,
#component_wrapper #customize_content .note-editing-area blockquote + figure,
#customize_content_container #customize_content .note-editing-area blockquote + figure,
#component_wrapper .tab_details#customize_content blockquote + figure,
#customize_content_container .tab_details#customize_content blockquote + figure,
#component_wrapper #customize_content_form#customize_content blockquote + figure,
#customize_content_container #customize_content_form#customize_content blockquote + figure,
#component_wrapper #customize_content#customize_content blockquote + figure,
#customize_content_container #customize_content#customize_content blockquote + figure,
#component_wrapper .tab_details .rx-container pre + figure,
#customize_content_container .tab_details .rx-container pre + figure,
#component_wrapper #customize_content_form .rx-container pre + figure,
#customize_content_container #customize_content_form .rx-container pre + figure,
#component_wrapper #customize_content .rx-container pre + figure,
#customize_content_container #customize_content .rx-container pre + figure,
#component_wrapper .tab_details.user_tab_details pre + figure,
#customize_content_container .tab_details.user_tab_details pre + figure,
#component_wrapper #customize_content_form.user_tab_details pre + figure,
#customize_content_container #customize_content_form.user_tab_details pre + figure,
#component_wrapper #customize_content.user_tab_details pre + figure,
#customize_content_container #customize_content.user_tab_details pre + figure,
#component_wrapper .tab_details .note-editing-area pre + figure,
#customize_content_container .tab_details .note-editing-area pre + figure,
#component_wrapper #customize_content_form .note-editing-area pre + figure,
#customize_content_container #customize_content_form .note-editing-area pre + figure,
#component_wrapper #customize_content .note-editing-area pre + figure,
#customize_content_container #customize_content .note-editing-area pre + figure,
#component_wrapper .tab_details#customize_content pre + figure,
#customize_content_container .tab_details#customize_content pre + figure,
#component_wrapper #customize_content_form#customize_content pre + figure,
#customize_content_container #customize_content_form#customize_content pre + figure,
#component_wrapper #customize_content#customize_content pre + figure,
#customize_content_container #customize_content#customize_content pre + figure,
#component_wrapper .tab_details .rx-container p + figure,
#customize_content_container .tab_details .rx-container p + figure,
#component_wrapper #customize_content_form .rx-container p + figure,
#customize_content_container #customize_content_form .rx-container p + figure,
#component_wrapper #customize_content .rx-container p + figure,
#customize_content_container #customize_content .rx-container p + figure,
#component_wrapper .tab_details.user_tab_details p + figure,
#customize_content_container .tab_details.user_tab_details p + figure,
#component_wrapper #customize_content_form.user_tab_details p + figure,
#customize_content_container #customize_content_form.user_tab_details p + figure,
#component_wrapper #customize_content.user_tab_details p + figure,
#customize_content_container #customize_content.user_tab_details p + figure,
#component_wrapper .tab_details .note-editing-area p + figure,
#customize_content_container .tab_details .note-editing-area p + figure,
#component_wrapper #customize_content_form .note-editing-area p + figure,
#customize_content_container #customize_content_form .note-editing-area p + figure,
#component_wrapper #customize_content .note-editing-area p + figure,
#customize_content_container #customize_content .note-editing-area p + figure,
#component_wrapper .tab_details#customize_content p + figure,
#customize_content_container .tab_details#customize_content p + figure,
#component_wrapper #customize_content_form#customize_content p + figure,
#customize_content_container #customize_content_form#customize_content p + figure,
#component_wrapper #customize_content#customize_content p + figure,
#customize_content_container #customize_content#customize_content p + figure,
#component_wrapper .tab_details .rx-container li + figure,
#customize_content_container .tab_details .rx-container li + figure,
#component_wrapper #customize_content_form .rx-container li + figure,
#customize_content_container #customize_content_form .rx-container li + figure,
#component_wrapper #customize_content .rx-container li + figure,
#customize_content_container #customize_content .rx-container li + figure,
#component_wrapper .tab_details.user_tab_details li + figure,
#customize_content_container .tab_details.user_tab_details li + figure,
#component_wrapper #customize_content_form.user_tab_details li + figure,
#customize_content_container #customize_content_form.user_tab_details li + figure,
#component_wrapper #customize_content.user_tab_details li + figure,
#customize_content_container #customize_content.user_tab_details li + figure,
#component_wrapper .tab_details .note-editing-area li + figure,
#customize_content_container .tab_details .note-editing-area li + figure,
#component_wrapper #customize_content_form .note-editing-area li + figure,
#customize_content_container #customize_content_form .note-editing-area li + figure,
#component_wrapper #customize_content .note-editing-area li + figure,
#customize_content_container #customize_content .note-editing-area li + figure,
#component_wrapper .tab_details#customize_content li + figure,
#customize_content_container .tab_details#customize_content li + figure,
#component_wrapper #customize_content_form#customize_content li + figure,
#customize_content_container #customize_content_form#customize_content li + figure,
#component_wrapper #customize_content#customize_content li + figure,
#customize_content_container #customize_content#customize_content li + figure {
  margin-top: 15px;
}
#component_wrapper .tab_details .rx-container ol li ol,
#customize_content_container .tab_details .rx-container ol li ol,
#component_wrapper #customize_content_form .rx-container ol li ol,
#customize_content_container #customize_content_form .rx-container ol li ol,
#component_wrapper #customize_content .rx-container ol li ol,
#customize_content_container #customize_content .rx-container ol li ol,
#component_wrapper .tab_details.user_tab_details ol li ol,
#customize_content_container .tab_details.user_tab_details ol li ol,
#component_wrapper #customize_content_form.user_tab_details ol li ol,
#customize_content_container #customize_content_form.user_tab_details ol li ol,
#component_wrapper #customize_content.user_tab_details ol li ol,
#customize_content_container #customize_content.user_tab_details ol li ol,
#component_wrapper .tab_details .note-editing-area ol li ol,
#customize_content_container .tab_details .note-editing-area ol li ol,
#component_wrapper #customize_content_form .note-editing-area ol li ol,
#customize_content_container #customize_content_form .note-editing-area ol li ol,
#component_wrapper #customize_content .note-editing-area ol li ol,
#customize_content_container #customize_content .note-editing-area ol li ol,
#component_wrapper .tab_details#customize_content ol li ol,
#customize_content_container .tab_details#customize_content ol li ol,
#component_wrapper #customize_content_form#customize_content ol li ol,
#customize_content_container #customize_content_form#customize_content ol li ol,
#component_wrapper #customize_content#customize_content ol li ol,
#customize_content_container #customize_content#customize_content ol li ol {
  list-style-type: lower-alpha;
}
#component_wrapper .tab_details .rx-container ol li ol li ol,
#customize_content_container .tab_details .rx-container ol li ol li ol,
#component_wrapper #customize_content_form .rx-container ol li ol li ol,
#customize_content_container #customize_content_form .rx-container ol li ol li ol,
#component_wrapper #customize_content .rx-container ol li ol li ol,
#customize_content_container #customize_content .rx-container ol li ol li ol,
#component_wrapper .tab_details.user_tab_details ol li ol li ol,
#customize_content_container .tab_details.user_tab_details ol li ol li ol,
#component_wrapper #customize_content_form.user_tab_details ol li ol li ol,
#customize_content_container #customize_content_form.user_tab_details ol li ol li ol,
#component_wrapper #customize_content.user_tab_details ol li ol li ol,
#customize_content_container #customize_content.user_tab_details ol li ol li ol,
#component_wrapper .tab_details .note-editing-area ol li ol li ol,
#customize_content_container .tab_details .note-editing-area ol li ol li ol,
#component_wrapper #customize_content_form .note-editing-area ol li ol li ol,
#customize_content_container #customize_content_form .note-editing-area ol li ol li ol,
#component_wrapper #customize_content .note-editing-area ol li ol li ol,
#customize_content_container #customize_content .note-editing-area ol li ol li ol,
#component_wrapper .tab_details#customize_content ol li ol li ol,
#customize_content_container .tab_details#customize_content ol li ol li ol,
#component_wrapper #customize_content_form#customize_content ol li ol li ol,
#customize_content_container #customize_content_form#customize_content ol li ol li ol,
#component_wrapper #customize_content#customize_content ol li ol li ol,
#customize_content_container #customize_content#customize_content ol li ol li ol {
  list-style-type: lower-roman;
}
#component_wrapper .tab_details .rx-container ol,
#customize_content_container .tab_details .rx-container ol,
#component_wrapper #customize_content_form .rx-container ol,
#customize_content_container #customize_content_form .rx-container ol,
#component_wrapper #customize_content .rx-container ol,
#customize_content_container #customize_content .rx-container ol,
#component_wrapper .tab_details.user_tab_details ol,
#customize_content_container .tab_details.user_tab_details ol,
#component_wrapper #customize_content_form.user_tab_details ol,
#customize_content_container #customize_content_form.user_tab_details ol,
#component_wrapper #customize_content.user_tab_details ol,
#customize_content_container #customize_content.user_tab_details ol,
#component_wrapper .tab_details .note-editing-area ol,
#customize_content_container .tab_details .note-editing-area ol,
#component_wrapper #customize_content_form .note-editing-area ol,
#customize_content_container #customize_content_form .note-editing-area ol,
#component_wrapper #customize_content .note-editing-area ol,
#customize_content_container #customize_content .note-editing-area ol,
#component_wrapper .tab_details#customize_content ol,
#customize_content_container .tab_details#customize_content ol,
#component_wrapper #customize_content_form#customize_content ol,
#customize_content_container #customize_content_form#customize_content ol,
#component_wrapper #customize_content#customize_content ol,
#customize_content_container #customize_content#customize_content ol,
#component_wrapper .tab_details .rx-container ul,
#customize_content_container .tab_details .rx-container ul,
#component_wrapper #customize_content_form .rx-container ul,
#customize_content_container #customize_content_form .rx-container ul,
#component_wrapper #customize_content .rx-container ul,
#customize_content_container #customize_content .rx-container ul,
#component_wrapper .tab_details.user_tab_details ul,
#customize_content_container .tab_details.user_tab_details ul,
#component_wrapper #customize_content_form.user_tab_details ul,
#customize_content_container #customize_content_form.user_tab_details ul,
#component_wrapper #customize_content.user_tab_details ul,
#customize_content_container #customize_content.user_tab_details ul,
#component_wrapper .tab_details .note-editing-area ul,
#customize_content_container .tab_details .note-editing-area ul,
#component_wrapper #customize_content_form .note-editing-area ul,
#customize_content_container #customize_content_form .note-editing-area ul,
#component_wrapper #customize_content .note-editing-area ul,
#customize_content_container #customize_content .note-editing-area ul,
#component_wrapper .tab_details#customize_content ul,
#customize_content_container .tab_details#customize_content ul,
#component_wrapper #customize_content_form#customize_content ul,
#customize_content_container #customize_content_form#customize_content ul,
#component_wrapper #customize_content#customize_content ul,
#customize_content_container #customize_content#customize_content ul {
  margin: 0 0 10px 1.5em;
}
#component_wrapper .tab_details .rx-container ol p,
#customize_content_container .tab_details .rx-container ol p,
#component_wrapper #customize_content_form .rx-container ol p,
#customize_content_container #customize_content_form .rx-container ol p,
#component_wrapper #customize_content .rx-container ol p,
#customize_content_container #customize_content .rx-container ol p,
#component_wrapper .tab_details.user_tab_details ol p,
#customize_content_container .tab_details.user_tab_details ol p,
#component_wrapper #customize_content_form.user_tab_details ol p,
#customize_content_container #customize_content_form.user_tab_details ol p,
#component_wrapper #customize_content.user_tab_details ol p,
#customize_content_container #customize_content.user_tab_details ol p,
#component_wrapper .tab_details .note-editing-area ol p,
#customize_content_container .tab_details .note-editing-area ol p,
#component_wrapper #customize_content_form .note-editing-area ol p,
#customize_content_container #customize_content_form .note-editing-area ol p,
#component_wrapper #customize_content .note-editing-area ol p,
#customize_content_container #customize_content .note-editing-area ol p,
#component_wrapper .tab_details#customize_content ol p,
#customize_content_container .tab_details#customize_content ol p,
#component_wrapper #customize_content_form#customize_content ol p,
#customize_content_container #customize_content_form#customize_content ol p,
#component_wrapper #customize_content#customize_content ol p,
#customize_content_container #customize_content#customize_content ol p,
#component_wrapper .tab_details .rx-container ul p,
#customize_content_container .tab_details .rx-container ul p,
#component_wrapper #customize_content_form .rx-container ul p,
#customize_content_container #customize_content_form .rx-container ul p,
#component_wrapper #customize_content .rx-container ul p,
#customize_content_container #customize_content .rx-container ul p,
#component_wrapper .tab_details.user_tab_details ul p,
#customize_content_container .tab_details.user_tab_details ul p,
#component_wrapper #customize_content_form.user_tab_details ul p,
#customize_content_container #customize_content_form.user_tab_details ul p,
#component_wrapper #customize_content.user_tab_details ul p,
#customize_content_container #customize_content.user_tab_details ul p,
#component_wrapper .tab_details .note-editing-area ul p,
#customize_content_container .tab_details .note-editing-area ul p,
#component_wrapper #customize_content_form .note-editing-area ul p,
#customize_content_container #customize_content_form .note-editing-area ul p,
#component_wrapper #customize_content .note-editing-area ul p,
#customize_content_container #customize_content .note-editing-area ul p,
#component_wrapper .tab_details#customize_content ul p,
#customize_content_container .tab_details#customize_content ul p,
#component_wrapper #customize_content_form#customize_content ul p,
#customize_content_container #customize_content_form#customize_content ul p,
#component_wrapper #customize_content#customize_content ul p,
#customize_content_container #customize_content#customize_content ul p {
  margin-bottom: 0 !important;
}
#component_wrapper .tab_details .rx-container ol li,
#customize_content_container .tab_details .rx-container ol li,
#component_wrapper #customize_content_form .rx-container ol li,
#customize_content_container #customize_content_form .rx-container ol li,
#component_wrapper #customize_content .rx-container ol li,
#customize_content_container #customize_content .rx-container ol li,
#component_wrapper .tab_details.user_tab_details ol li,
#customize_content_container .tab_details.user_tab_details ol li,
#component_wrapper #customize_content_form.user_tab_details ol li,
#customize_content_container #customize_content_form.user_tab_details ol li,
#component_wrapper #customize_content.user_tab_details ol li,
#customize_content_container #customize_content.user_tab_details ol li,
#component_wrapper .tab_details .note-editing-area ol li,
#customize_content_container .tab_details .note-editing-area ol li,
#component_wrapper #customize_content_form .note-editing-area ol li,
#customize_content_container #customize_content_form .note-editing-area ol li,
#component_wrapper #customize_content .note-editing-area ol li,
#customize_content_container #customize_content .note-editing-area ol li,
#component_wrapper .tab_details#customize_content ol li,
#customize_content_container .tab_details#customize_content ol li,
#component_wrapper #customize_content_form#customize_content ol li,
#customize_content_container #customize_content_form#customize_content ol li,
#component_wrapper #customize_content#customize_content ol li,
#customize_content_container #customize_content#customize_content ol li,
#component_wrapper .tab_details .rx-container ul li,
#customize_content_container .tab_details .rx-container ul li,
#component_wrapper #customize_content_form .rx-container ul li,
#customize_content_container #customize_content_form .rx-container ul li,
#component_wrapper #customize_content .rx-container ul li,
#customize_content_container #customize_content .rx-container ul li,
#component_wrapper .tab_details.user_tab_details ul li,
#customize_content_container .tab_details.user_tab_details ul li,
#component_wrapper #customize_content_form.user_tab_details ul li,
#customize_content_container #customize_content_form.user_tab_details ul li,
#component_wrapper #customize_content.user_tab_details ul li,
#customize_content_container #customize_content.user_tab_details ul li,
#component_wrapper .tab_details .note-editing-area ul li,
#customize_content_container .tab_details .note-editing-area ul li,
#component_wrapper #customize_content_form .note-editing-area ul li,
#customize_content_container #customize_content_form .note-editing-area ul li,
#component_wrapper #customize_content .note-editing-area ul li,
#customize_content_container #customize_content .note-editing-area ul li,
#component_wrapper .tab_details#customize_content ul li,
#customize_content_container .tab_details#customize_content ul li,
#component_wrapper #customize_content_form#customize_content ul li,
#customize_content_container #customize_content_form#customize_content ul li,
#component_wrapper #customize_content#customize_content ul li,
#customize_content_container #customize_content#customize_content ul li {
  color: #e0e0e0;
}
#component_wrapper .tab_details .rx-container li,
#customize_content_container .tab_details .rx-container li,
#component_wrapper #customize_content_form .rx-container li,
#customize_content_container #customize_content_form .rx-container li,
#component_wrapper #customize_content .rx-container li,
#customize_content_container #customize_content .rx-container li,
#component_wrapper .tab_details.user_tab_details li,
#customize_content_container .tab_details.user_tab_details li,
#component_wrapper #customize_content_form.user_tab_details li,
#customize_content_container #customize_content_form.user_tab_details li,
#component_wrapper #customize_content.user_tab_details li,
#customize_content_container #customize_content.user_tab_details li,
#component_wrapper .tab_details .note-editing-area li,
#customize_content_container .tab_details .note-editing-area li,
#component_wrapper #customize_content_form .note-editing-area li,
#customize_content_container #customize_content_form .note-editing-area li,
#component_wrapper #customize_content .note-editing-area li,
#customize_content_container #customize_content .note-editing-area li,
#component_wrapper .tab_details#customize_content li,
#customize_content_container .tab_details#customize_content li,
#component_wrapper #customize_content_form#customize_content li,
#customize_content_container #customize_content_form#customize_content li,
#component_wrapper #customize_content#customize_content li,
#customize_content_container #customize_content#customize_content li {
  margin-bottom: 0px !important;
}
#component_wrapper .tab_details .rx-container ol,
#customize_content_container .tab_details .rx-container ol,
#component_wrapper #customize_content_form .rx-container ol,
#customize_content_container #customize_content_form .rx-container ol,
#component_wrapper #customize_content .rx-container ol,
#customize_content_container #customize_content .rx-container ol,
#component_wrapper .tab_details.user_tab_details ol,
#customize_content_container .tab_details.user_tab_details ol,
#component_wrapper #customize_content_form.user_tab_details ol,
#customize_content_container #customize_content_form.user_tab_details ol,
#component_wrapper #customize_content.user_tab_details ol,
#customize_content_container #customize_content.user_tab_details ol,
#component_wrapper .tab_details .note-editing-area ol,
#customize_content_container .tab_details .note-editing-area ol,
#component_wrapper #customize_content_form .note-editing-area ol,
#customize_content_container #customize_content_form .note-editing-area ol,
#component_wrapper #customize_content .note-editing-area ol,
#customize_content_container #customize_content .note-editing-area ol,
#component_wrapper .tab_details#customize_content ol,
#customize_content_container .tab_details#customize_content ol,
#component_wrapper #customize_content_form#customize_content ol,
#customize_content_container #customize_content_form#customize_content ol,
#component_wrapper #customize_content#customize_content ol,
#customize_content_container #customize_content#customize_content ol,
#component_wrapper .tab_details .rx-container ul,
#customize_content_container .tab_details .rx-container ul,
#component_wrapper #customize_content_form .rx-container ul,
#customize_content_container #customize_content_form .rx-container ul,
#component_wrapper #customize_content .rx-container ul,
#customize_content_container #customize_content .rx-container ul,
#component_wrapper .tab_details.user_tab_details ul,
#customize_content_container .tab_details.user_tab_details ul,
#component_wrapper #customize_content_form.user_tab_details ul,
#customize_content_container #customize_content_form.user_tab_details ul,
#component_wrapper #customize_content.user_tab_details ul,
#customize_content_container #customize_content.user_tab_details ul,
#component_wrapper .tab_details .note-editing-area ul,
#customize_content_container .tab_details .note-editing-area ul,
#component_wrapper #customize_content_form .note-editing-area ul,
#customize_content_container #customize_content_form .note-editing-area ul,
#component_wrapper #customize_content .note-editing-area ul,
#customize_content_container #customize_content .note-editing-area ul,
#component_wrapper .tab_details#customize_content ul,
#customize_content_container .tab_details#customize_content ul,
#component_wrapper #customize_content_form#customize_content ul,
#customize_content_container #customize_content_form#customize_content ul,
#component_wrapper #customize_content#customize_content ul,
#customize_content_container #customize_content#customize_content ul,
#component_wrapper .tab_details .rx-container li,
#customize_content_container .tab_details .rx-container li,
#component_wrapper #customize_content_form .rx-container li,
#customize_content_container #customize_content_form .rx-container li,
#component_wrapper #customize_content .rx-container li,
#customize_content_container #customize_content .rx-container li,
#component_wrapper .tab_details.user_tab_details li,
#customize_content_container .tab_details.user_tab_details li,
#component_wrapper #customize_content_form.user_tab_details li,
#customize_content_container #customize_content_form.user_tab_details li,
#component_wrapper #customize_content.user_tab_details li,
#customize_content_container #customize_content.user_tab_details li,
#component_wrapper .tab_details .note-editing-area li,
#customize_content_container .tab_details .note-editing-area li,
#component_wrapper #customize_content_form .note-editing-area li,
#customize_content_container #customize_content_form .note-editing-area li,
#component_wrapper #customize_content .note-editing-area li,
#customize_content_container #customize_content .note-editing-area li,
#component_wrapper .tab_details#customize_content li,
#customize_content_container .tab_details#customize_content li,
#component_wrapper #customize_content_form#customize_content li,
#customize_content_container #customize_content_form#customize_content li,
#component_wrapper #customize_content#customize_content li,
#customize_content_container #customize_content#customize_content li,
#component_wrapper .tab_details .rx-container em,
#customize_content_container .tab_details .rx-container em,
#component_wrapper #customize_content_form .rx-container em,
#customize_content_container #customize_content_form .rx-container em,
#component_wrapper #customize_content .rx-container em,
#customize_content_container #customize_content .rx-container em,
#component_wrapper .tab_details.user_tab_details em,
#customize_content_container .tab_details.user_tab_details em,
#component_wrapper #customize_content_form.user_tab_details em,
#customize_content_container #customize_content_form.user_tab_details em,
#component_wrapper #customize_content.user_tab_details em,
#customize_content_container #customize_content.user_tab_details em,
#component_wrapper .tab_details .note-editing-area em,
#customize_content_container .tab_details .note-editing-area em,
#component_wrapper #customize_content_form .note-editing-area em,
#customize_content_container #customize_content_form .note-editing-area em,
#component_wrapper #customize_content .note-editing-area em,
#customize_content_container #customize_content .note-editing-area em,
#component_wrapper .tab_details#customize_content em,
#customize_content_container .tab_details#customize_content em,
#component_wrapper #customize_content_form#customize_content em,
#customize_content_container #customize_content_form#customize_content em,
#component_wrapper #customize_content#customize_content em,
#customize_content_container #customize_content#customize_content em,
#component_wrapper .tab_details .rx-container pre,
#customize_content_container .tab_details .rx-container pre,
#component_wrapper #customize_content_form .rx-container pre,
#customize_content_container #customize_content_form .rx-container pre,
#component_wrapper #customize_content .rx-container pre,
#customize_content_container #customize_content .rx-container pre,
#component_wrapper .tab_details.user_tab_details pre,
#customize_content_container .tab_details.user_tab_details pre,
#component_wrapper #customize_content_form.user_tab_details pre,
#customize_content_container #customize_content_form.user_tab_details pre,
#component_wrapper #customize_content.user_tab_details pre,
#customize_content_container #customize_content.user_tab_details pre,
#component_wrapper .tab_details .note-editing-area pre,
#customize_content_container .tab_details .note-editing-area pre,
#component_wrapper #customize_content_form .note-editing-area pre,
#customize_content_container #customize_content_form .note-editing-area pre,
#component_wrapper #customize_content .note-editing-area pre,
#customize_content_container #customize_content .note-editing-area pre,
#component_wrapper .tab_details#customize_content pre,
#customize_content_container .tab_details#customize_content pre,
#component_wrapper #customize_content_form#customize_content pre,
#customize_content_container #customize_content_form#customize_content pre,
#component_wrapper #customize_content#customize_content pre,
#customize_content_container #customize_content#customize_content pre,
#component_wrapper .tab_details .rx-container del,
#customize_content_container .tab_details .rx-container del,
#component_wrapper #customize_content_form .rx-container del,
#customize_content_container #customize_content_form .rx-container del,
#component_wrapper #customize_content .rx-container del,
#customize_content_container #customize_content .rx-container del,
#component_wrapper .tab_details.user_tab_details del,
#customize_content_container .tab_details.user_tab_details del,
#component_wrapper #customize_content_form.user_tab_details del,
#customize_content_container #customize_content_form.user_tab_details del,
#component_wrapper #customize_content.user_tab_details del,
#customize_content_container #customize_content.user_tab_details del,
#component_wrapper .tab_details .note-editing-area del,
#customize_content_container .tab_details .note-editing-area del,
#component_wrapper #customize_content_form .note-editing-area del,
#customize_content_container #customize_content_form .note-editing-area del,
#component_wrapper #customize_content .note-editing-area del,
#customize_content_container #customize_content .note-editing-area del,
#component_wrapper .tab_details#customize_content del,
#customize_content_container .tab_details#customize_content del,
#component_wrapper #customize_content_form#customize_content del,
#customize_content_container #customize_content_form#customize_content del,
#component_wrapper #customize_content#customize_content del,
#customize_content_container #customize_content#customize_content del,
#component_wrapper .tab_details .rx-container u,
#customize_content_container .tab_details .rx-container u,
#component_wrapper #customize_content_form .rx-container u,
#customize_content_container #customize_content_form .rx-container u,
#component_wrapper #customize_content .rx-container u,
#customize_content_container #customize_content .rx-container u,
#component_wrapper .tab_details.user_tab_details u,
#customize_content_container .tab_details.user_tab_details u,
#component_wrapper #customize_content_form.user_tab_details u,
#customize_content_container #customize_content_form.user_tab_details u,
#component_wrapper #customize_content.user_tab_details u,
#customize_content_container #customize_content.user_tab_details u,
#component_wrapper .tab_details .note-editing-area u,
#customize_content_container .tab_details .note-editing-area u,
#component_wrapper #customize_content_form .note-editing-area u,
#customize_content_container #customize_content_form .note-editing-area u,
#component_wrapper #customize_content .note-editing-area u,
#customize_content_container #customize_content .note-editing-area u,
#component_wrapper .tab_details#customize_content u,
#customize_content_container .tab_details#customize_content u,
#component_wrapper #customize_content_form#customize_content u,
#customize_content_container #customize_content_form#customize_content u,
#component_wrapper #customize_content#customize_content u,
#customize_content_container #customize_content#customize_content u,
#component_wrapper .tab_details .rx-container blockquote,
#customize_content_container .tab_details .rx-container blockquote,
#component_wrapper #customize_content_form .rx-container blockquote,
#customize_content_container #customize_content_form .rx-container blockquote,
#component_wrapper #customize_content .rx-container blockquote,
#customize_content_container #customize_content .rx-container blockquote,
#component_wrapper .tab_details.user_tab_details blockquote,
#customize_content_container .tab_details.user_tab_details blockquote,
#component_wrapper #customize_content_form.user_tab_details blockquote,
#customize_content_container #customize_content_form.user_tab_details blockquote,
#component_wrapper #customize_content.user_tab_details blockquote,
#customize_content_container #customize_content.user_tab_details blockquote,
#component_wrapper .tab_details .note-editing-area blockquote,
#customize_content_container .tab_details .note-editing-area blockquote,
#component_wrapper #customize_content_form .note-editing-area blockquote,
#customize_content_container #customize_content_form .note-editing-area blockquote,
#component_wrapper #customize_content .note-editing-area blockquote,
#customize_content_container #customize_content .note-editing-area blockquote,
#component_wrapper .tab_details#customize_content blockquote,
#customize_content_container .tab_details#customize_content blockquote,
#component_wrapper #customize_content_form#customize_content blockquote,
#customize_content_container #customize_content_form#customize_content blockquote,
#component_wrapper #customize_content#customize_content blockquote,
#customize_content_container #customize_content#customize_content blockquote {
  color: #e0e0e0;
}
#component_wrapper .tab_details .rx-container a,
#customize_content_container .tab_details .rx-container a,
#component_wrapper #customize_content_form .rx-container a,
#customize_content_container #customize_content_form .rx-container a,
#component_wrapper #customize_content .rx-container a,
#customize_content_container #customize_content .rx-container a,
#component_wrapper .tab_details.user_tab_details a,
#customize_content_container .tab_details.user_tab_details a,
#component_wrapper #customize_content_form.user_tab_details a,
#customize_content_container #customize_content_form.user_tab_details a,
#component_wrapper #customize_content.user_tab_details a,
#customize_content_container #customize_content.user_tab_details a,
#component_wrapper .tab_details .note-editing-area a,
#customize_content_container .tab_details .note-editing-area a,
#component_wrapper #customize_content_form .note-editing-area a,
#customize_content_container #customize_content_form .note-editing-area a,
#component_wrapper #customize_content .note-editing-area a,
#customize_content_container #customize_content .note-editing-area a,
#component_wrapper .tab_details#customize_content a,
#customize_content_container .tab_details#customize_content a,
#component_wrapper #customize_content_form#customize_content a,
#customize_content_container #customize_content_form#customize_content a,
#component_wrapper #customize_content#customize_content a,
#customize_content_container #customize_content#customize_content a {
  color: #49a18b;
  cursor: pointer;
  word-break: break-all;
  word-wrap: break-word;
}
#component_wrapper .tab_details .rx-container br,
#customize_content_container .tab_details .rx-container br,
#component_wrapper #customize_content_form .rx-container br,
#customize_content_container #customize_content_form .rx-container br,
#component_wrapper #customize_content .rx-container br,
#customize_content_container #customize_content .rx-container br,
#component_wrapper .tab_details.user_tab_details br,
#customize_content_container .tab_details.user_tab_details br,
#component_wrapper #customize_content_form.user_tab_details br,
#customize_content_container #customize_content_form.user_tab_details br,
#component_wrapper #customize_content.user_tab_details br,
#customize_content_container #customize_content.user_tab_details br,
#component_wrapper .tab_details .note-editing-area br,
#customize_content_container .tab_details .note-editing-area br,
#component_wrapper #customize_content_form .note-editing-area br,
#customize_content_container #customize_content_form .note-editing-area br,
#component_wrapper #customize_content .note-editing-area br,
#customize_content_container #customize_content .note-editing-area br,
#component_wrapper .tab_details#customize_content br,
#customize_content_container .tab_details#customize_content br,
#component_wrapper #customize_content_form#customize_content br,
#customize_content_container #customize_content_form#customize_content br,
#component_wrapper #customize_content#customize_content br,
#customize_content_container #customize_content#customize_content br {
  display: block !important;
}
#component_wrapper .tab_details .rx-container pre,
#customize_content_container .tab_details .rx-container pre,
#component_wrapper #customize_content_form .rx-container pre,
#customize_content_container #customize_content_form .rx-container pre,
#component_wrapper #customize_content .rx-container pre,
#customize_content_container #customize_content .rx-container pre,
#component_wrapper .tab_details.user_tab_details pre,
#customize_content_container .tab_details.user_tab_details pre,
#component_wrapper #customize_content_form.user_tab_details pre,
#customize_content_container #customize_content_form.user_tab_details pre,
#component_wrapper #customize_content.user_tab_details pre,
#customize_content_container #customize_content.user_tab_details pre,
#component_wrapper .tab_details .note-editing-area pre,
#customize_content_container .tab_details .note-editing-area pre,
#component_wrapper #customize_content_form .note-editing-area pre,
#customize_content_container #customize_content_form .note-editing-area pre,
#component_wrapper #customize_content .note-editing-area pre,
#customize_content_container #customize_content .note-editing-area pre,
#component_wrapper .tab_details#customize_content pre,
#customize_content_container .tab_details#customize_content pre,
#component_wrapper #customize_content_form#customize_content pre,
#customize_content_container #customize_content_form#customize_content pre,
#component_wrapper #customize_content#customize_content pre,
#customize_content_container #customize_content#customize_content pre {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px;
  display: block;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 13.5px;
  padding: 13px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
#component_wrapper .tab_details .rx-container pre *,
#customize_content_container .tab_details .rx-container pre *,
#component_wrapper #customize_content_form .rx-container pre *,
#customize_content_container #customize_content_form .rx-container pre *,
#component_wrapper #customize_content .rx-container pre *,
#customize_content_container #customize_content .rx-container pre *,
#component_wrapper .tab_details.user_tab_details pre *,
#customize_content_container .tab_details.user_tab_details pre *,
#component_wrapper #customize_content_form.user_tab_details pre *,
#customize_content_container #customize_content_form.user_tab_details pre *,
#component_wrapper #customize_content.user_tab_details pre *,
#customize_content_container #customize_content.user_tab_details pre *,
#component_wrapper .tab_details .note-editing-area pre *,
#customize_content_container .tab_details .note-editing-area pre *,
#component_wrapper #customize_content_form .note-editing-area pre *,
#customize_content_container #customize_content_form .note-editing-area pre *,
#component_wrapper #customize_content .note-editing-area pre *,
#customize_content_container #customize_content .note-editing-area pre *,
#component_wrapper .tab_details#customize_content pre *,
#customize_content_container .tab_details#customize_content pre *,
#component_wrapper #customize_content_form#customize_content pre *,
#customize_content_container #customize_content_form#customize_content pre *,
#component_wrapper #customize_content#customize_content pre *,
#customize_content_container #customize_content#customize_content pre * {
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  font-size: 14px;
}
#component_wrapper .tab_details .rx-container pre code,
#customize_content_container .tab_details .rx-container pre code,
#component_wrapper #customize_content_form .rx-container pre code,
#customize_content_container #customize_content_form .rx-container pre code,
#component_wrapper #customize_content .rx-container pre code,
#customize_content_container #customize_content .rx-container pre code,
#component_wrapper .tab_details.user_tab_details pre code,
#customize_content_container .tab_details.user_tab_details pre code,
#component_wrapper #customize_content_form.user_tab_details pre code,
#customize_content_container #customize_content_form.user_tab_details pre code,
#component_wrapper #customize_content.user_tab_details pre code,
#customize_content_container #customize_content.user_tab_details pre code,
#component_wrapper .tab_details .note-editing-area pre code,
#customize_content_container .tab_details .note-editing-area pre code,
#component_wrapper #customize_content_form .note-editing-area pre code,
#customize_content_container #customize_content_form .note-editing-area pre code,
#component_wrapper #customize_content .note-editing-area pre code,
#customize_content_container #customize_content .note-editing-area pre code,
#component_wrapper .tab_details#customize_content pre code,
#customize_content_container .tab_details#customize_content pre code,
#component_wrapper #customize_content_form#customize_content pre code,
#customize_content_container #customize_content_form#customize_content pre code,
#component_wrapper #customize_content#customize_content pre code,
#customize_content_container #customize_content#customize_content pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  white-space: pre-wrap;
}
#component_wrapper .tab_details .rx-container b,
#customize_content_container .tab_details .rx-container b,
#component_wrapper #customize_content_form .rx-container b,
#customize_content_container #customize_content_form .rx-container b,
#component_wrapper #customize_content .rx-container b,
#customize_content_container #customize_content .rx-container b,
#component_wrapper .tab_details.user_tab_details b,
#customize_content_container .tab_details.user_tab_details b,
#component_wrapper #customize_content_form.user_tab_details b,
#customize_content_container #customize_content_form.user_tab_details b,
#component_wrapper #customize_content.user_tab_details b,
#customize_content_container #customize_content.user_tab_details b,
#component_wrapper .tab_details .note-editing-area b,
#customize_content_container .tab_details .note-editing-area b,
#component_wrapper #customize_content_form .note-editing-area b,
#customize_content_container #customize_content_form .note-editing-area b,
#component_wrapper #customize_content .note-editing-area b,
#customize_content_container #customize_content .note-editing-area b,
#component_wrapper .tab_details#customize_content b,
#customize_content_container .tab_details#customize_content b,
#component_wrapper #customize_content_form#customize_content b,
#customize_content_container #customize_content_form#customize_content b,
#component_wrapper #customize_content#customize_content b,
#customize_content_container #customize_content#customize_content b {
  font-family: "Inter-Bold";
}
#component_wrapper .tab_details .rx-container b i,
#customize_content_container .tab_details .rx-container b i,
#component_wrapper #customize_content_form .rx-container b i,
#customize_content_container #customize_content_form .rx-container b i,
#component_wrapper #customize_content .rx-container b i,
#customize_content_container #customize_content .rx-container b i,
#component_wrapper .tab_details.user_tab_details b i,
#customize_content_container .tab_details.user_tab_details b i,
#component_wrapper #customize_content_form.user_tab_details b i,
#customize_content_container #customize_content_form.user_tab_details b i,
#component_wrapper #customize_content.user_tab_details b i,
#customize_content_container #customize_content.user_tab_details b i,
#component_wrapper .tab_details .note-editing-area b i,
#customize_content_container .tab_details .note-editing-area b i,
#component_wrapper #customize_content_form .note-editing-area b i,
#customize_content_container #customize_content_form .note-editing-area b i,
#component_wrapper #customize_content .note-editing-area b i,
#customize_content_container #customize_content .note-editing-area b i,
#component_wrapper .tab_details#customize_content b i,
#customize_content_container .tab_details#customize_content b i,
#component_wrapper #customize_content_form#customize_content b i,
#customize_content_container #customize_content_form#customize_content b i,
#component_wrapper #customize_content#customize_content b i,
#customize_content_container #customize_content#customize_content b i {
  font-family: "Inter-Bold";
}
#component_wrapper .tab_details .rx-container i,
#customize_content_container .tab_details .rx-container i,
#component_wrapper #customize_content_form .rx-container i,
#customize_content_container #customize_content_form .rx-container i,
#component_wrapper #customize_content .rx-container i,
#customize_content_container #customize_content .rx-container i,
#component_wrapper .tab_details.user_tab_details i,
#customize_content_container .tab_details.user_tab_details i,
#component_wrapper #customize_content_form.user_tab_details i,
#customize_content_container #customize_content_form.user_tab_details i,
#component_wrapper #customize_content.user_tab_details i,
#customize_content_container #customize_content.user_tab_details i,
#component_wrapper .tab_details .note-editing-area i,
#customize_content_container .tab_details .note-editing-area i,
#component_wrapper #customize_content_form .note-editing-area i,
#customize_content_container #customize_content_form .note-editing-area i,
#component_wrapper #customize_content .note-editing-area i,
#customize_content_container #customize_content .note-editing-area i,
#component_wrapper .tab_details#customize_content i,
#customize_content_container .tab_details#customize_content i,
#component_wrapper #customize_content_form#customize_content i,
#customize_content_container #customize_content_form#customize_content i,
#component_wrapper #customize_content#customize_content i,
#customize_content_container #customize_content#customize_content i {
  font-style: italic;
}
#component_wrapper .tab_details .rx-container i b,
#customize_content_container .tab_details .rx-container i b,
#component_wrapper #customize_content_form .rx-container i b,
#customize_content_container #customize_content_form .rx-container i b,
#component_wrapper #customize_content .rx-container i b,
#customize_content_container #customize_content .rx-container i b,
#component_wrapper .tab_details.user_tab_details i b,
#customize_content_container .tab_details.user_tab_details i b,
#component_wrapper #customize_content_form.user_tab_details i b,
#customize_content_container #customize_content_form.user_tab_details i b,
#component_wrapper #customize_content.user_tab_details i b,
#customize_content_container #customize_content.user_tab_details i b,
#component_wrapper .tab_details .note-editing-area i b,
#customize_content_container .tab_details .note-editing-area i b,
#component_wrapper #customize_content_form .note-editing-area i b,
#customize_content_container #customize_content_form .note-editing-area i b,
#component_wrapper #customize_content .note-editing-area i b,
#customize_content_container #customize_content .note-editing-area i b,
#component_wrapper .tab_details#customize_content i b,
#customize_content_container .tab_details#customize_content i b,
#component_wrapper #customize_content_form#customize_content i b,
#customize_content_container #customize_content_form#customize_content i b,
#component_wrapper #customize_content#customize_content i b,
#customize_content_container #customize_content#customize_content i b {
  font-family: "Inter-Bold";
}
#component_wrapper .tab_details .rx-container p,
#customize_content_container .tab_details .rx-container p,
#component_wrapper #customize_content_form .rx-container p,
#customize_content_container #customize_content_form .rx-container p,
#component_wrapper #customize_content .rx-container p,
#customize_content_container #customize_content .rx-container p,
#component_wrapper .tab_details.user_tab_details p,
#customize_content_container .tab_details.user_tab_details p,
#component_wrapper #customize_content_form.user_tab_details p,
#customize_content_container #customize_content_form.user_tab_details p,
#component_wrapper #customize_content.user_tab_details p,
#customize_content_container #customize_content.user_tab_details p,
#component_wrapper .tab_details .note-editing-area p,
#customize_content_container .tab_details .note-editing-area p,
#component_wrapper #customize_content_form .note-editing-area p,
#customize_content_container #customize_content_form .note-editing-area p,
#component_wrapper #customize_content .note-editing-area p,
#customize_content_container #customize_content .note-editing-area p,
#component_wrapper .tab_details#customize_content p,
#customize_content_container .tab_details#customize_content p,
#component_wrapper #customize_content_form#customize_content p,
#customize_content_container #customize_content_form#customize_content p,
#component_wrapper #customize_content#customize_content p,
#customize_content_container #customize_content#customize_content p {
  color: #8e97a8 !important;
}
#component_wrapper .tab_details .rx-container p code,
#customize_content_container .tab_details .rx-container p code,
#component_wrapper #customize_content_form .rx-container p code,
#customize_content_container #customize_content_form .rx-container p code,
#component_wrapper #customize_content .rx-container p code,
#customize_content_container #customize_content .rx-container p code,
#component_wrapper .tab_details.user_tab_details p code,
#customize_content_container .tab_details.user_tab_details p code,
#component_wrapper #customize_content_form.user_tab_details p code,
#customize_content_container #customize_content_form.user_tab_details p code,
#component_wrapper #customize_content.user_tab_details p code,
#customize_content_container #customize_content.user_tab_details p code,
#component_wrapper .tab_details .note-editing-area p code,
#customize_content_container .tab_details .note-editing-area p code,
#component_wrapper #customize_content_form .note-editing-area p code,
#customize_content_container #customize_content_form .note-editing-area p code,
#component_wrapper #customize_content .note-editing-area p code,
#customize_content_container #customize_content .note-editing-area p code,
#component_wrapper .tab_details#customize_content p code,
#customize_content_container .tab_details#customize_content p code,
#component_wrapper #customize_content_form#customize_content p code,
#customize_content_container #customize_content_form#customize_content p code,
#component_wrapper #customize_content#customize_content p code,
#customize_content_container #customize_content#customize_content p code {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px;
  color: #35b996 !important;
  padding: 2px 5px;
}
#component_wrapper .tab_details .rx-container table,
#customize_content_container .tab_details .rx-container table,
#component_wrapper #customize_content_form .rx-container table,
#customize_content_container #customize_content_form .rx-container table,
#component_wrapper #customize_content .rx-container table,
#customize_content_container #customize_content .rx-container table,
#component_wrapper .tab_details.user_tab_details table,
#customize_content_container .tab_details.user_tab_details table,
#component_wrapper #customize_content_form.user_tab_details table,
#customize_content_container #customize_content_form.user_tab_details table,
#component_wrapper #customize_content.user_tab_details table,
#customize_content_container #customize_content.user_tab_details table,
#component_wrapper .tab_details .note-editing-area table,
#customize_content_container .tab_details .note-editing-area table,
#component_wrapper #customize_content_form .note-editing-area table,
#customize_content_container #customize_content_form .note-editing-area table,
#component_wrapper #customize_content .note-editing-area table,
#customize_content_container #customize_content .note-editing-area table,
#component_wrapper .tab_details#customize_content table,
#customize_content_container .tab_details#customize_content table,
#component_wrapper #customize_content_form#customize_content table,
#customize_content_container #customize_content_form#customize_content table,
#component_wrapper #customize_content#customize_content table,
#customize_content_container #customize_content#customize_content table {
  margin: 0 0 20px 0;
  width: 100%;
}
#component_wrapper .tab_details .rx-container table a,
#customize_content_container .tab_details .rx-container table a,
#component_wrapper #customize_content_form .rx-container table a,
#customize_content_container #customize_content_form .rx-container table a,
#component_wrapper #customize_content .rx-container table a,
#customize_content_container #customize_content .rx-container table a,
#component_wrapper .tab_details.user_tab_details table a,
#customize_content_container .tab_details.user_tab_details table a,
#component_wrapper #customize_content_form.user_tab_details table a,
#customize_content_container #customize_content_form.user_tab_details table a,
#component_wrapper #customize_content.user_tab_details table a,
#customize_content_container #customize_content.user_tab_details table a,
#component_wrapper .tab_details .note-editing-area table a,
#customize_content_container .tab_details .note-editing-area table a,
#component_wrapper #customize_content_form .note-editing-area table a,
#customize_content_container #customize_content_form .note-editing-area table a,
#component_wrapper #customize_content .note-editing-area table a,
#customize_content_container #customize_content .note-editing-area table a,
#component_wrapper .tab_details#customize_content table a,
#customize_content_container .tab_details#customize_content table a,
#component_wrapper #customize_content_form#customize_content table a,
#customize_content_container #customize_content_form#customize_content table a,
#component_wrapper #customize_content#customize_content table a,
#customize_content_container #customize_content#customize_content table a {
  color: #009eff;
  text-decoration: none;
}
#component_wrapper .tab_details .rx-container table td,
#customize_content_container .tab_details .rx-container table td,
#component_wrapper #customize_content_form .rx-container table td,
#customize_content_container #customize_content_form .rx-container table td,
#component_wrapper #customize_content .rx-container table td,
#customize_content_container #customize_content .rx-container table td,
#component_wrapper .tab_details.user_tab_details table td,
#customize_content_container .tab_details.user_tab_details table td,
#component_wrapper #customize_content_form.user_tab_details table td,
#customize_content_container #customize_content_form.user_tab_details table td,
#component_wrapper #customize_content.user_tab_details table td,
#customize_content_container #customize_content.user_tab_details table td,
#component_wrapper .tab_details .note-editing-area table td,
#customize_content_container .tab_details .note-editing-area table td,
#component_wrapper #customize_content_form .note-editing-area table td,
#customize_content_container #customize_content_form .note-editing-area table td,
#component_wrapper #customize_content .note-editing-area table td,
#customize_content_container #customize_content .note-editing-area table td,
#component_wrapper .tab_details#customize_content table td,
#customize_content_container .tab_details#customize_content table td,
#component_wrapper #customize_content_form#customize_content table td,
#customize_content_container #customize_content_form#customize_content table td,
#component_wrapper #customize_content#customize_content table td,
#customize_content_container #customize_content#customize_content table td,
#component_wrapper .tab_details .rx-container table th,
#customize_content_container .tab_details .rx-container table th,
#component_wrapper #customize_content_form .rx-container table th,
#customize_content_container #customize_content_form .rx-container table th,
#component_wrapper #customize_content .rx-container table th,
#customize_content_container #customize_content .rx-container table th,
#component_wrapper .tab_details.user_tab_details table th,
#customize_content_container .tab_details.user_tab_details table th,
#component_wrapper #customize_content_form.user_tab_details table th,
#customize_content_container #customize_content_form.user_tab_details table th,
#component_wrapper #customize_content.user_tab_details table th,
#customize_content_container #customize_content.user_tab_details table th,
#component_wrapper .tab_details .note-editing-area table th,
#customize_content_container .tab_details .note-editing-area table th,
#component_wrapper #customize_content_form .note-editing-area table th,
#customize_content_container #customize_content_form .note-editing-area table th,
#component_wrapper #customize_content .note-editing-area table th,
#customize_content_container #customize_content .note-editing-area table th,
#component_wrapper .tab_details#customize_content table th,
#customize_content_container .tab_details#customize_content table th,
#component_wrapper #customize_content_form#customize_content table th,
#customize_content_container #customize_content_form#customize_content table th,
#component_wrapper #customize_content#customize_content table th,
#customize_content_container #customize_content#customize_content table th {
  border: 1px solid rgba(151, 151, 151, 0.5);
}
#component_wrapper .tab_details .rx-container table thead tr th,
#customize_content_container .tab_details .rx-container table thead tr th,
#component_wrapper #customize_content_form .rx-container table thead tr th,
#customize_content_container #customize_content_form .rx-container table thead tr th,
#component_wrapper #customize_content .rx-container table thead tr th,
#customize_content_container #customize_content .rx-container table thead tr th,
#component_wrapper .tab_details.user_tab_details table thead tr th,
#customize_content_container .tab_details.user_tab_details table thead tr th,
#component_wrapper #customize_content_form.user_tab_details table thead tr th,
#customize_content_container #customize_content_form.user_tab_details table thead tr th,
#component_wrapper #customize_content.user_tab_details table thead tr th,
#customize_content_container #customize_content.user_tab_details table thead tr th,
#component_wrapper .tab_details .note-editing-area table thead tr th,
#customize_content_container .tab_details .note-editing-area table thead tr th,
#component_wrapper #customize_content_form .note-editing-area table thead tr th,
#customize_content_container #customize_content_form .note-editing-area table thead tr th,
#component_wrapper #customize_content .note-editing-area table thead tr th,
#customize_content_container #customize_content .note-editing-area table thead tr th,
#component_wrapper .tab_details#customize_content table thead tr th,
#customize_content_container .tab_details#customize_content table thead tr th,
#component_wrapper #customize_content_form#customize_content table thead tr th,
#customize_content_container #customize_content_form#customize_content table thead tr th,
#component_wrapper #customize_content#customize_content table thead tr th,
#customize_content_container #customize_content#customize_content table thead tr th {
  background-color: #0f0f11 !important;
  color: #e0e0e0;
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 8px;
  position: sticky !important;
  top: 0 !important;
  z-index: 9;
}
#component_wrapper .tab_details .rx-container table tbody tr,
#customize_content_container .tab_details .rx-container table tbody tr,
#component_wrapper #customize_content_form .rx-container table tbody tr,
#customize_content_container #customize_content_form .rx-container table tbody tr,
#component_wrapper #customize_content .rx-container table tbody tr,
#customize_content_container #customize_content .rx-container table tbody tr,
#component_wrapper .tab_details.user_tab_details table tbody tr,
#customize_content_container .tab_details.user_tab_details table tbody tr,
#component_wrapper #customize_content_form.user_tab_details table tbody tr,
#customize_content_container #customize_content_form.user_tab_details table tbody tr,
#component_wrapper #customize_content.user_tab_details table tbody tr,
#customize_content_container #customize_content.user_tab_details table tbody tr,
#component_wrapper .tab_details .note-editing-area table tbody tr,
#customize_content_container .tab_details .note-editing-area table tbody tr,
#component_wrapper #customize_content_form .note-editing-area table tbody tr,
#customize_content_container #customize_content_form .note-editing-area table tbody tr,
#component_wrapper #customize_content .note-editing-area table tbody tr,
#customize_content_container #customize_content .note-editing-area table tbody tr,
#component_wrapper .tab_details#customize_content table tbody tr,
#customize_content_container .tab_details#customize_content table tbody tr,
#component_wrapper #customize_content_form#customize_content table tbody tr,
#customize_content_container #customize_content_form#customize_content table tbody tr,
#component_wrapper #customize_content#customize_content table tbody tr,
#customize_content_container #customize_content#customize_content table tbody tr {
  -webkit-transition: 0.4s;
  transition: all 0.4s;
}
#component_wrapper .tab_details .rx-container table tbody tr:nth-child(even),
#customize_content_container .tab_details .rx-container table tbody tr:nth-child(even),
#component_wrapper #customize_content_form .rx-container table tbody tr:nth-child(even),
#customize_content_container #customize_content_form .rx-container table tbody tr:nth-child(even),
#component_wrapper #customize_content .rx-container table tbody tr:nth-child(even),
#customize_content_container #customize_content .rx-container table tbody tr:nth-child(even),
#component_wrapper .tab_details.user_tab_details table tbody tr:nth-child(even),
#customize_content_container .tab_details.user_tab_details table tbody tr:nth-child(even),
#component_wrapper #customize_content_form.user_tab_details table tbody tr:nth-child(even),
#customize_content_container #customize_content_form.user_tab_details table tbody tr:nth-child(even),
#component_wrapper #customize_content.user_tab_details table tbody tr:nth-child(even),
#customize_content_container #customize_content.user_tab_details table tbody tr:nth-child(even),
#component_wrapper .tab_details .note-editing-area table tbody tr:nth-child(even),
#customize_content_container .tab_details .note-editing-area table tbody tr:nth-child(even),
#component_wrapper #customize_content_form .note-editing-area table tbody tr:nth-child(even),
#customize_content_container #customize_content_form .note-editing-area table tbody tr:nth-child(even),
#component_wrapper #customize_content .note-editing-area table tbody tr:nth-child(even),
#customize_content_container #customize_content .note-editing-area table tbody tr:nth-child(even),
#component_wrapper .tab_details#customize_content table tbody tr:nth-child(even),
#customize_content_container .tab_details#customize_content table tbody tr:nth-child(even),
#component_wrapper #customize_content_form#customize_content table tbody tr:nth-child(even),
#customize_content_container #customize_content_form#customize_content table tbody tr:nth-child(even),
#component_wrapper #customize_content#customize_content table tbody tr:nth-child(even),
#customize_content_container #customize_content#customize_content table tbody tr:nth-child(even) {
  background: transparent !important;
}
#component_wrapper .tab_details .rx-container table tbody tr td,
#customize_content_container .tab_details .rx-container table tbody tr td,
#component_wrapper #customize_content_form .rx-container table tbody tr td,
#customize_content_container #customize_content_form .rx-container table tbody tr td,
#component_wrapper #customize_content .rx-container table tbody tr td,
#customize_content_container #customize_content .rx-container table tbody tr td,
#component_wrapper .tab_details.user_tab_details table tbody tr td,
#customize_content_container .tab_details.user_tab_details table tbody tr td,
#component_wrapper #customize_content_form.user_tab_details table tbody tr td,
#customize_content_container #customize_content_form.user_tab_details table tbody tr td,
#component_wrapper #customize_content.user_tab_details table tbody tr td,
#customize_content_container #customize_content.user_tab_details table tbody tr td,
#component_wrapper .tab_details .note-editing-area table tbody tr td,
#customize_content_container .tab_details .note-editing-area table tbody tr td,
#component_wrapper #customize_content_form .note-editing-area table tbody tr td,
#customize_content_container #customize_content_form .note-editing-area table tbody tr td,
#component_wrapper #customize_content .note-editing-area table tbody tr td,
#customize_content_container #customize_content .note-editing-area table tbody tr td,
#component_wrapper .tab_details#customize_content table tbody tr td,
#customize_content_container .tab_details#customize_content table tbody tr td,
#component_wrapper #customize_content_form#customize_content table tbody tr td,
#customize_content_container #customize_content_form#customize_content table tbody tr td,
#component_wrapper #customize_content#customize_content table tbody tr td,
#customize_content_container #customize_content#customize_content table tbody tr td {
  color: #e0e0e0;
  font-family: "Inter-Regular";
  font-size: 16px;
  height: 40px;
  line-height: 1.5;
  padding: 8px;
  vertical-align: middle;
}
#component_wrapper .tab_details .rx-container table tbody tr td button,
#customize_content_container .tab_details .rx-container table tbody tr td button,
#component_wrapper #customize_content_form .rx-container table tbody tr td button,
#customize_content_container #customize_content_form .rx-container table tbody tr td button,
#component_wrapper #customize_content .rx-container table tbody tr td button,
#customize_content_container #customize_content .rx-container table tbody tr td button,
#component_wrapper .tab_details.user_tab_details table tbody tr td button,
#customize_content_container .tab_details.user_tab_details table tbody tr td button,
#component_wrapper #customize_content_form.user_tab_details table tbody tr td button,
#customize_content_container #customize_content_form.user_tab_details table tbody tr td button,
#component_wrapper #customize_content.user_tab_details table tbody tr td button,
#customize_content_container #customize_content.user_tab_details table tbody tr td button,
#component_wrapper .tab_details .note-editing-area table tbody tr td button,
#customize_content_container .tab_details .note-editing-area table tbody tr td button,
#component_wrapper #customize_content_form .note-editing-area table tbody tr td button,
#customize_content_container #customize_content_form .note-editing-area table tbody tr td button,
#component_wrapper #customize_content .note-editing-area table tbody tr td button,
#customize_content_container #customize_content .note-editing-area table tbody tr td button,
#component_wrapper .tab_details#customize_content table tbody tr td button,
#customize_content_container .tab_details#customize_content table tbody tr td button,
#component_wrapper #customize_content_form#customize_content table tbody tr td button,
#customize_content_container #customize_content_form#customize_content table tbody tr td button,
#component_wrapper #customize_content#customize_content table tbody tr td button,
#customize_content_container #customize_content#customize_content table tbody tr td button {
  align-items: center;
  background: transparent;
  border: none;
  color: #e0e0e0;
  display: flex;
  outline: none;
  padding: 0px;
}
#component_wrapper .tab_details .rx-container ul li input,
#customize_content_container .tab_details .rx-container ul li input,
#component_wrapper #customize_content_form .rx-container ul li input,
#customize_content_container #customize_content_form .rx-container ul li input,
#component_wrapper #customize_content .rx-container ul li input,
#customize_content_container #customize_content .rx-container ul li input,
#component_wrapper .tab_details.user_tab_details ul li input,
#customize_content_container .tab_details.user_tab_details ul li input,
#component_wrapper #customize_content_form.user_tab_details ul li input,
#customize_content_container #customize_content_form.user_tab_details ul li input,
#component_wrapper #customize_content.user_tab_details ul li input,
#customize_content_container #customize_content.user_tab_details ul li input,
#component_wrapper .tab_details .note-editing-area ul li input,
#customize_content_container .tab_details .note-editing-area ul li input,
#component_wrapper #customize_content_form .note-editing-area ul li input,
#customize_content_container #customize_content_form .note-editing-area ul li input,
#component_wrapper #customize_content .note-editing-area ul li input,
#customize_content_container #customize_content .note-editing-area ul li input,
#component_wrapper .tab_details#customize_content ul li input,
#customize_content_container .tab_details#customize_content ul li input,
#component_wrapper #customize_content_form#customize_content ul li input,
#customize_content_container #customize_content_form#customize_content ul li input,
#component_wrapper #customize_content#customize_content ul li input,
#customize_content_container #customize_content#customize_content ul li input {
  display: unset !important;
  height: 11px !important;
  width: unset !important;
}
#component_wrapper .tab_details .rx-container blockquote,
#customize_content_container .tab_details .rx-container blockquote,
#component_wrapper #customize_content_form .rx-container blockquote,
#customize_content_container #customize_content_form .rx-container blockquote,
#component_wrapper #customize_content .rx-container blockquote,
#customize_content_container #customize_content .rx-container blockquote,
#component_wrapper .tab_details.user_tab_details blockquote,
#customize_content_container .tab_details.user_tab_details blockquote,
#component_wrapper #customize_content_form.user_tab_details blockquote,
#customize_content_container #customize_content_form.user_tab_details blockquote,
#component_wrapper #customize_content.user_tab_details blockquote,
#customize_content_container #customize_content.user_tab_details blockquote,
#component_wrapper .tab_details .note-editing-area blockquote,
#customize_content_container .tab_details .note-editing-area blockquote,
#component_wrapper #customize_content_form .note-editing-area blockquote,
#customize_content_container #customize_content_form .note-editing-area blockquote,
#component_wrapper #customize_content .note-editing-area blockquote,
#customize_content_container #customize_content .note-editing-area blockquote,
#component_wrapper .tab_details#customize_content blockquote,
#customize_content_container .tab_details#customize_content blockquote,
#component_wrapper #customize_content_form#customize_content blockquote,
#customize_content_container #customize_content_form#customize_content blockquote,
#component_wrapper #customize_content#customize_content blockquote,
#customize_content_container #customize_content#customize_content blockquote {
  border-left: 3px solid #49a18b;
  padding: 0 1.5em;
}
#component_wrapper #main_panel,
#customize_content_container #main_panel {
  min-width: 0;
}
#component_wrapper #main_panel .section_details,
#customize_content_container #main_panel .section_details {
  background: url("/assets/images/section_bg.png") no-repeat right 0px, #1b253a;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 24px;
}
#component_wrapper #main_panel .section_details .title_block,
#customize_content_container #main_panel .section_details .title_block {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
#component_wrapper #main_panel .section_details .title_block #section_title,
#customize_content_container #main_panel .section_details .title_block #section_title {
  background: transparent;
  border: none;
  color: #e0e0e0;
  font: 22px/28px "Inter-Medium";
  margin: 0;
  outline: none;
}
#component_wrapper #main_panel .section_details .title_block #section_title:focus,
#customize_content_container #main_panel .section_details .title_block #section_title:focus {
  padding-left: 2px !important;
  padding-right: 0px !important;
}
#component_wrapper #main_panel .section_details .title_block a,
#customize_content_container #main_panel .section_details .title_block a {
  align-items: center;
  background: #426e63;
  border: none;
  border-radius: 5px;
  color: #e0e0e0;
  display: flex;
  font: 14px/18px "Inter-Regular";
  height: 34px;
  justify-content: center;
  margin-left: 24px;
  min-width: 80px;
  outline: none;
  text-decoration: none;
}
#component_wrapper #main_panel .section_details .title_block a .update_icon,
#customize_content_container #main_panel .section_details .title_block a .update_icon {
  background: url("/assets/images/preview_update_svg_icon.svg") no-repeat -32px 0px;
  display: block;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}
#component_wrapper #main_panel .section_details .title_block a:hover,
#customize_content_container #main_panel .section_details .title_block a:hover {
  background: #49a18b;
}
#component_wrapper #main_panel .section_details p,
#customize_content_container #main_panel .section_details p {
  color: #8e97a8;
  font: 16px/28px "Inter-Regular";
  width: 100%;
  word-wrap: break-word;
}
#component_wrapper #main_panel .section_details #section_details,
#customize_content_container #main_panel .section_details #section_details {
  background: transparent;
  border: none;
  color: #8e97a8;
  font: 16px/24px "Inter-Regular";
  outline: none;
  resize: none;
  width: 100%;
}
#component_wrapper #main_panel #component_list .component_block,
#customize_content_container #main_panel #component_list .component_block,
#component_wrapper #main_panel #module_content_container .component_block,
#customize_content_container #main_panel #module_content_container .component_block {
  margin-bottom: 24px;
}
#component_wrapper #main_panel #component_list .component_block .tab_pane_placeholder,
#customize_content_container #main_panel #component_list .component_block .tab_pane_placeholder,
#component_wrapper #main_panel #module_content_container .component_block .tab_pane_placeholder,
#customize_content_container #main_panel #module_content_container .component_block .tab_pane_placeholder {
  color: #8e97a8 !important;
}
#component_wrapper #main_panel #component_list .component_block:last-child,
#customize_content_container #main_panel #component_list .component_block:last-child,
#component_wrapper #main_panel #module_content_container .component_block:last-child,
#customize_content_container #main_panel #module_content_container .component_block:last-child {
  margin-bottom: 0;
}
#component_wrapper #main_panel #component_list .component_block .tab_list,
#customize_content_container #main_panel #component_list .component_block .tab_list,
#component_wrapper #main_panel #module_content_container .component_block .tab_list,
#customize_content_container #main_panel #module_content_container .component_block .tab_list {
  align-items: center;
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li,
#customize_content_container #main_panel #component_list .component_block .tab_list li,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 44px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.add_tab,
#customize_content_container #main_panel #component_list .component_block .tab_list li.add_tab,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.add_tab,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.add_tab {
  background: #426e63;
  border: 1px solid #426e63;
  height: 44px;
  margin: 0 2px 2px 0;
  width: 42.5px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.add_tab:focus-visible,
#customize_content_container #main_panel #component_list .component_block .tab_list li.add_tab:focus-visible,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.add_tab:focus-visible,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.add_tab:focus-visible {
  background: #49a18b;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.add_tab button,
#customize_content_container #main_panel #component_list .component_block .tab_list li.add_tab button,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.add_tab button,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.add_tab button {
  align-items: center;
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -547px 3px;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.add_tab:hover,
#customize_content_container #main_panel #component_list .component_block .tab_list li.add_tab:hover,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.add_tab:hover,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.add_tab:hover {
  box-shadow: 0px 3px 6px rgba(11, 31, 39, 0.2);
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item {
  background: #080c16;
  border: 1px solid transparent;
  margin: 0 3px 0 0;
  padding: 0 8px;
  position: relative;
}
@keyframes set_tab_active_border_width {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item:hover,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item:hover,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item:hover,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item:hover {
  opacity: 1;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .assignment_icon,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .assignment_icon,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .assignment_icon,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .assignment_icon {
  background: url("/assets/images/admin/assignment_icon.svg") no-repeat 0px 0px;
  cursor: pointer;
  display: block;
  height: 20px;
  margin-left: 14px;
  transform: scale(0.85);
  width: 20px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .assignment_icon.hidden + .nav-link,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .assignment_icon.hidden + .nav-link,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .assignment_icon.hidden + .nav-link,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .assignment_icon.hidden + .nav-link {
  padding-left: 16px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item::after,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item::after,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item::after,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item::after {
  animation: 0.15s set_tab_active_border_width;
  background-color: #49a18b;
  content: "";
  display: none;
  height: 2px;
  position: absolute;
  top: -1px;
  width: 100%;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item.active,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item.active,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item.active,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item.active,
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active),
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active),
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active),
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active) {
  background: #1b253a !important;
  opacity: 1;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item.active::after,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item.active::after,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item.active::after,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item.active::after,
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active)::after,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active)::after,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active)::after,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active)::after {
  display: block;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item.active button,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item.active button,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item.active button,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item.active button,
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active) button,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item:has(button.active) button,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active) button,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item:has(button.active) button {
  cursor: default;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .tab_name,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .tab_name,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .tab_name,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .tab_name {
  color: #49a18b;
  cursor: pointer;
  font: 16px/20px "Inter-Regular";
  padding: 8px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .tab_name:focus-visible,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .tab_name:focus-visible,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .tab_name:focus-visible,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .tab_name:focus-visible {
  outline: 1px solid #426e63;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .remove_tab,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .remove_tab,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .remove_tab,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .remove_tab {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -495.5px -10px;
  border: none;
  cursor: pointer !important;
  height: 18px;
  margin-left: 10px;
  margin-right: 5px;
  outline: none;
  width: 18px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item .remove_tab:focus-visible,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item .remove_tab:focus-visible,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item .remove_tab:focus-visible,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item .remove_tab:focus-visible {
  outline: 1px solid #426e63;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item button,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item button,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item button,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item button {
  background-color: transparent;
  border: none;
  color: #49a18b;
  padding: 0 16px 0 8px;
}
#component_wrapper #main_panel #component_list .component_block .tab_list li.tab_item:hover,
#customize_content_container #main_panel #component_list .component_block .tab_list li.tab_item:hover,
#component_wrapper #main_panel #module_content_container .component_block .tab_list li.tab_item:hover,
#customize_content_container #main_panel #module_content_container .component_block .tab_list li.tab_item:hover {
  background: #1b253a;
}
#component_wrapper #main_panel #component_list .component_block .action_btn,
#customize_content_container #main_panel #component_list .component_block .action_btn,
#component_wrapper #main_panel #module_content_container .component_block .action_btn,
#customize_content_container #main_panel #module_content_container .component_block .action_btn {
  align-items: center;
  background-color: #1b253a;
  border-top: 1px solid #404e6c;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 24px;
  transition: 0.25s ease-in-out;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button,
#customize_content_container #main_panel #component_list .component_block .action_btn button,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button {
  align-items: center;
  background: transparent;
  border: transparent;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #e0e0e0;
  display: flex;
  font: 14px/18px "Inter-Regular";
  gap: 3px;
  height: 47px;
  justify-content: center;
  outline: none;
  width: 100px;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button:hover,
#customize_content_container #main_panel #component_list .component_block .action_btn button:hover,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button:hover,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button:hover {
  opacity: 0.9;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button:disabled,
#customize_content_container #main_panel #component_list .component_block .action_btn button:disabled,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button:disabled,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button:disabled {
  opacity: 0.5;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button.active,
#customize_content_container #main_panel #component_list .component_block .action_btn button.active,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button.active,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button.active {
  color: #e0e0e0;
  cursor: pointer;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button.prev_tab,
#customize_content_container #main_panel #component_list .component_block .action_btn button.prev_tab,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button.prev_tab,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button.prev_tab {
  background: #404e6c;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button.next_tab,
#customize_content_container #main_panel #component_list .component_block .action_btn button.next_tab,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button.next_tab,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button.next_tab {
  background: #49a18b;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button span,
#customize_content_container #main_panel #component_list .component_block .action_btn button span,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button span,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button span {
  background: url("/assets/images/arrow_icon.svg") no-repeat 0px 0px;
  display: block;
  height: 18px;
  width: 18px;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button span.next_tab_icon,
#customize_content_container #main_panel #component_list .component_block .action_btn button span.next_tab_icon,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button span.next_tab_icon,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button span.next_tab_icon {
  background-position: -38px -3px;
}
#component_wrapper #main_panel #component_list .component_block .action_btn button span.prev_tab_icon,
#customize_content_container #main_panel #component_list .component_block .action_btn button span.prev_tab_icon,
#component_wrapper #main_panel #module_content_container .component_block .action_btn button span.prev_tab_icon,
#customize_content_container #main_panel #module_content_container .component_block .action_btn button span.prev_tab_icon {
  background-position: -4px -3px;
}
#component_wrapper #main_panel #component_list .component_block .post_block,
#customize_content_container #main_panel #component_list .component_block .post_block,
#component_wrapper #main_panel #module_content_container .component_block .post_block,
#customize_content_container #main_panel #module_content_container .component_block .post_block {
  background: #1b253a;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}
#component_wrapper #main_panel #component_list .component_block .post_block .input_field,
#customize_content_container #main_panel #component_list .component_block .post_block .input_field,
#component_wrapper #main_panel #module_content_container .component_block .post_block .input_field,
#customize_content_container #main_panel #module_content_container .component_block .post_block .input_field {
  caret-color: #49a18b;
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
#component_wrapper #main_panel #component_list .component_block .post_block .input_field.user_input_block,
#customize_content_container #main_panel #component_list .component_block .post_block .input_field.user_input_block,
#component_wrapper #main_panel #module_content_container .component_block .post_block .input_field.user_input_block,
#customize_content_container #main_panel #module_content_container .component_block .post_block .input_field.user_input_block {
  opacity: 1;
  pointer-events: unset;
}
#component_wrapper #main_panel #component_list .component_block .post_block .input_field .char_count,
#customize_content_container #main_panel #component_list .component_block .post_block .input_field .char_count,
#component_wrapper #main_panel #module_content_container .component_block .post_block .input_field .char_count,
#customize_content_container #main_panel #module_content_container .component_block .post_block .input_field .char_count {
  bottom: -25px;
  color: #8e97a8;
  display: none;
  position: absolute;
  right: 5px;
}
#component_wrapper #main_panel #component_list .component_block .post_block .input_field.is_focused,
#customize_content_container #main_panel #component_list .component_block .post_block .input_field.is_focused,
#component_wrapper #main_panel #module_content_container .component_block .post_block .input_field.is_focused,
#customize_content_container #main_panel #module_content_container .component_block .post_block .input_field.is_focused {
  border-bottom: 2px solid #49a18b;
}
#component_wrapper #main_panel #component_list .component_block .post_block ul,
#customize_content_container #main_panel #component_list .component_block .post_block ul,
#component_wrapper #main_panel #module_content_container .component_block .post_block ul,
#customize_content_container #main_panel #module_content_container .component_block .post_block ul {
  margin: 0;
  padding: 0;
}
#component_wrapper #main_panel #component_list .component_block .post_block ul .post_item:first-child,
#customize_content_container #main_panel #component_list .component_block .post_block ul .post_item:first-child,
#component_wrapper #main_panel #module_content_container .component_block .post_block ul .post_item:first-child,
#customize_content_container #main_panel #module_content_container .component_block .post_block ul .post_item:first-child {
  margin-top: 20px;
}
#component_wrapper #main_panel #component_list .component_block .post_block_preview,
#customize_content_container #main_panel #component_list .component_block .post_block_preview,
#component_wrapper #main_panel #module_content_container .component_block .post_block_preview,
#customize_content_container #main_panel #module_content_container .component_block .post_block_preview {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
}
#component_wrapper #right_panel,
#customize_content_container #right_panel {
  height: 100%;
  margin: 0 0 0 auto;
  padding-top: 67px;
  position: sticky;
  top: 0;
  width: 201px;
}
#component_wrapper #right_panel h3,
#customize_content_container #right_panel h3 {
  align-items: center;
  color: #e0e0e0;
  display: flex;
  font: 16px/24px "Inter-Medium";
  margin-bottom: 12px;
}
#component_wrapper #right_panel h3 .info_icon,
#customize_content_container #right_panel h3 .info_icon {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -462px -10px;
  display: inline-block;
  height: 18px;
  margin-left: 8px;
  width: 18px;
}
#component_wrapper #right_panel #section_list,
#customize_content_container #right_panel #section_list {
  border-left: 1px solid #404e6c;
  list-style: none;
  padding: 12px 0 12px 0;
}
#component_wrapper #right_panel #section_list li,
#customize_content_container #right_panel #section_list li {
  cursor: pointer;
  margin-bottom: 18px;
  padding-left: 25px;
  transition: 0.25s ease-in-out;
}
#component_wrapper #right_panel #section_list li:last-child,
#customize_content_container #right_panel #section_list li:last-child {
  margin-bottom: 0;
}
#component_wrapper #right_panel #section_list li:hover a,
#customize_content_container #right_panel #section_list li:hover a {
  color: #49a18b;
  opacity: 1;
}
#component_wrapper #right_panel #section_list li a,
#customize_content_container #right_panel #section_list li a {
  color: #8e97a8;
  display: block;
  font: 14px/22px "Inter-Medium";
  opacity: 0.9;
  text-decoration: none;
}
#component_wrapper #right_panel #section_list li.active,
#customize_content_container #right_panel #section_list li.active {
  border-left: 2px solid #49a18b;
  cursor: text;
  padding-left: 23px;
  transition: 0.25s ease-in-out;
}
#component_wrapper #right_panel #section_list li.active a,
#customize_content_container #right_panel #section_list li.active a {
  color: #49a18b;
  cursor: text;
  opacity: 1;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content {
  background-color: #1b253a;
  padding: 0px;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .modal-header {
  padding: 24px 24px 0px 24px;
  border: none;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .modal-header h5 {
  color: #e0e0e0;
  font: 20px/24px "Inter-Bold";
  margin: 0;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .modal-header h5 .module_type_text {
  text-transform: capitalize;
  color: #e0e0e0;
  font: 20px/24px "Inter-Bold";
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .modal-header .btn-close {
  filter: brightness(0) saturate(100%) invert(37%) sepia(10%) saturate(913%) hue-rotate(188deg) brightness(94%) contrast(92%);
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content p {
  color: #8E97A8;
  font: 16px/24px "Inter-Medium";
  margin: 24px;
  text-align: left;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .button_container {
  display: flex;
  gap: 16px;
  flex-direction: row;
  padding: 16px 24px 16px;
  border-top: 1px solid #334155;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .button_container button {
  border-radius: 40px;
  width: 100%;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .button_container button:hover {
  opacity: 0.8;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .button_container button.btn-primary {
  background-color: #426e63;
  border: 1px solid #426e63;
}
.confirm_modal#change_module_type_modal .modal-dialog .modal-content .button_container button.btn-secondary {
  background-color: transparent;
  border: 1px solid #426e63;
}
.confirm_modal#remove_user_access_modal {
  background: rgba(39, 39, 39, 0.5);
}
.confirm_modal#remove_post_reply_modal .message_content {
  margin-left: 5px;
}
.confirm_modal#error_message_modal .modal-dialog .modal-content {
  background-color: #1b253a;
}
.confirm_modal#error_message_modal .modal-dialog .modal-content p {
  color: #e0e0e0;
  font: 16px/24px "Inter-Medium";
  margin: 35px 0 33px;
}
.confirm_modal#error_message_modal .modal-dialog .modal-content button:hover {
  opacity: 0.8;
}
.confirm_modal#public_private_document_modal .checkbox_label {
  display: block;
}
.confirm_modal#public_private_document_modal .checkbox_label #privacy_update_change_check:checked ~ .checkbox_style {
  background: url("/assets/images/svg_icons_stripe.svg") no-repeat -1326px -13px;
  border: 1px solid #49a18b;
}
.confirm_modal#public_private_document_modal .checkbox_label .checkbox_style {
  border: 1px solid #e0e0e0;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  min-width: 12px;
}
.confirm_modal#remove_module_modal .modal-dialog,
.confirm_modal#remove_section_modal .modal-dialog,
.confirm_modal#remove_document_modal .modal-dialog,
.confirm_modal#archive_document_modal .modal-dialog,
.confirm_modal#duplicate_document_modal .modal-dialog,
.confirm_modal#public_private_document_modal .modal-dialog,
.confirm_modal#duplicate_section_modal .modal-dialog,
.confirm_modal#remove_user_access_modal .modal-dialog,
.confirm_modal#remove_post_modal .modal-dialog,
.confirm_modal#remove_reply_modal .modal-dialog,
.confirm_modal#delete_quiz_question_modal .modal-dialog {
  max-width: 385px;
  width: 385px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content,
.confirm_modal#remove_section_modal .modal-dialog .modal-content,
.confirm_modal#remove_document_modal .modal-dialog .modal-content,
.confirm_modal#archive_document_modal .modal-dialog .modal-content,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content,
.confirm_modal#remove_post_modal .modal-dialog .modal-content,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content {
  background: #1b253a;
  padding: 31px 28px 32px 28px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content p,
.confirm_modal#remove_section_modal .modal-dialog .modal-content p,
.confirm_modal#remove_document_modal .modal-dialog .modal-content p,
.confirm_modal#archive_document_modal .modal-dialog .modal-content p,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content p,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content p,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content p,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content p,
.confirm_modal#remove_post_modal .modal-dialog .modal-content p,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content p,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content p {
  color: #e0e0e0;
  margin: 22px 0 0 0;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .note_text_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .setting_text,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_section_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_document_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_document_message {
  color: #8e97a8;
  font: 14px/22px "Inter-Regular" !important;
  margin-top: 14px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .note_text_message.note_text_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .setting_text.note_text_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_section_message.note_text_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_document_message.note_text_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .note_text_message.remove_section_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .setting_text.remove_section_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_section_message.remove_section_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_document_message.remove_section_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .note_text_message.remove_document_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .setting_text.remove_document_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_section_message.remove_document_message,
.confirm_modal#remove_module_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#remove_section_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#remove_document_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#archive_document_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#remove_post_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content .remove_document_message.remove_document_message,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content .remove_document_message.remove_document_message {
  opacity: 0.6;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form {
  margin-top: 30px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button {
  border: 1px solid transparent;
  font: 14px/16px "Inter-Regular";
  height: 34px;
  opacity: 0.6;
  width: 100px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:first-child,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:first-child {
  background: transparent;
  color: #8e97a8;
  margin-right: 8px;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:last-child,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:last-child {
  background: #49a18b;
  margin-left: 0;
  opacity: 0.8;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:last-child:disabled,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:last-child:disabled {
  opacity: 0.5;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:hover,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:hover {
  opacity: 1;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:hover:first-child,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:hover:first-child {
  background-color: #13192a;
}
.confirm_modal#remove_module_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#remove_section_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#remove_document_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#archive_document_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#duplicate_document_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#public_private_document_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#duplicate_section_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#remove_user_access_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#remove_post_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#remove_reply_modal .modal-dialog .modal-content form div button:hover:last-child,
.confirm_modal#delete_quiz_question_modal .modal-dialog .modal-content form div button:hover:last-child {
  background: #49a18b;
}
.confirm_modal .modal-dialog {
  background-color: #1b253a;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin: 160px auto;
  max-width: 328px;
}
.confirm_modal .modal-dialog .modal-content {
  border: none;
  padding: 35px 35px 38px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container {
  background: url("/assets/images/confirm-modal-sprite.svg") no-repeat;
  display: block;
  height: 58px;
  margin: 0 auto;
  opacity: 12%;
  width: 58px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.private_document_icon {
  background-position: 3px -6px;
  height: 63px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.public_document_icon {
  background: url(/assets/images/admin/admin-sprite-icons.svg) -122px 0px;
  height: 25px;
  margin-block: 15px;
  transform: scale(2.52);
  width: 25px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.remove_document_icon,
.confirm_modal .modal-dialog .modal-content #action_icon_container.delete_section,
.confirm_modal .modal-dialog .modal-content #action_icon_container.error_message_icon,
.confirm_modal .modal-dialog .modal-content #action_icon_container.remove_tab_item,
.confirm_modal .modal-dialog .modal-content #action_icon_container.remove_section_icon {
  background-position: -160px 0;
  height: 59px;
  opacity: 30%;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.error_message_icon {
  background-position: -159px 0;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.archive_document_icon {
  background-position: -246px 0;
  height: 59px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.favorite_document_icon {
  background-position: -343px 0;
  height: 59px;
  width: 50px;
}
.confirm_modal .modal-dialog .modal-content #action_icon_container.duplicate_document_icon,
.confirm_modal .modal-dialog .modal-content #action_icon_container.duplicate_section_icon {
  background-position: -332px 0;
  height: 59px;
  opacity: 30%;
  width: 50px;
}
.confirm_modal .modal-dialog .modal-content p {
  color: #4b626a;
  font: 14px/24px "Inter-Regular";
  margin: 33px 0 17px;
  text-align: center;
}
.confirm_modal .modal-dialog .modal-content p span {
  font: 14px/24px "Inter-Bold" !important;
}
.confirm_modal .modal-dialog .modal-content #error_ok_button {
  background-color: #426e63;
  border: 1px solid #426e63;
  border-radius: 4px;
  color: #e0e0e0;
  font: 16px/24px "Inter-Medium";
  height: 40px;
  width: 100%;
}
.confirm_modal .modal-dialog .modal-content form div {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.confirm_modal .modal-dialog .modal-content form div button {
  background-color: transparent;
  border: 1px solid #49a18b;
  border-radius: 4px;
  color: #e0e0e0 !important;
  font: 16px/24px "Inter-Medium";
  height: 40px;
  width: 80px;
}
.confirm_modal .modal-dialog .modal-content form div button:last-child {
  background-color: #49a18b;
  border-radius: 4px;
  color: #e0e0e0;
  margin-left: 44px;
  transition: 0.21s;
}
.confirm_modal .modal-dialog .modal-content form div button:last-child:hover {
  background: #49a18b;
}
.confirm_modal .modal-dialog .modal-content form div .btn-secondary {
  color: #e0e0e0;
}
.confirm_modal .modal-dialog .modal-content form div .btn-secondary:hover {
  background: #49a18b;
}
.confirm_modal .modal-dialog .modal-content form .checkbox_label {
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 16px 24px 20px 23px;
}
.confirm_modal .modal-dialog .modal-content form .checkbox_label .text_allow_privacy_update {
  color: #e0e0e0;
  font: 14px/20px "Inter-Medium";
}
.confirm_modal .modal-dialog .modal-content form .checkbox_label #privacy_update_change_check {
  margin-right: 6px;
}
.confirm_modal .modal-dialog .modal-content form .checkbox_label #privacy_update_change_check.error {
  border: 1px solid #dd6666;
}
.confirm_modal .modal-dialog .modal-content form .checkbox_label:hover {
  cursor: pointer;
}
.confirm_modal .modal-dialog .modal-content form #privacy_checkbox_cont {
  align-items: flex-start;
  background: #233243;
  border: 1px solid transparent;
  display: flex;
}
.confirm_modal .modal-dialog .modal-content form #privacy_checkbox_cont.error {
  border: 1px solid #dd6666;
}
#finished_course_modal .modal-dialog {
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin: 160px auto;
  max-width: 422px;
}
#finished_course_modal .modal-dialog .modal-content {
  background-color: #1b253a;
  border: none;
  padding: 35px 35px 38px;
  text-align: center;
}
#finished_course_modal .modal-dialog .modal-content .modal-body img {
  height: 105px;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: 5px -6px;
  width: 111px;
}
#finished_course_modal .modal-dialog .modal-content .modal-body h2 {
  color: #fff;
  font: 24px/32px "Inter-Bold";
  margin-bottom: 10px;
}
#finished_course_modal .modal-dialog .modal-content .modal-body p {
  color: #e0e0e0;
  font: 14px/18px "Inter-Regular";
}
#finished_course_modal .modal-dialog .modal-content .modal-body p strong {
  color: #fff;
  font-family: "Inter-Bold";
}
#finished_course_modal .modal-dialog .modal-content .modal-footer {
  border: none;
  display: flex;
  flex-direction: column;
  padding-top: 0px;
}
#finished_course_modal .modal-dialog .modal-content .modal-footer a {
  align-items: center;
  background: #49a18b;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font: 14px / 16px "Inter-Regular";
  height: 34px;
  justify-content: center;
  margin-left: 0;
  opacity: 0.8;
  padding: 10px 50px;
  text-decoration: none;
}
#finished_course_modal .modal-dialog .modal-content .modal-footer a:hover {
  opacity: 1;
}
#finished_course_modal .modal-dialog .modal-content .modal-footer button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #e0e0e0 !important;
  font: 14px / 16px "Inter-Regular";
  height: 34px;
  opacity: 0.6;
}
.comment_mobile_input {
  border-bottom: 2px solid #49a18b !important;
}
.rx-container,
.note-frame {
  border: 1px solid #49a18b;
  border-radius: 0px 0px 8px 8px;
  margin-top: 12px;
  position: relative;
}
.rx-container .note-toolbar,
.note-frame .note-toolbar {
  background: #131928;
  position: sticky;
  top: 131px;
  z-index: 1;
}
.rx-container .note-toolbar .note-btn,
.note-frame .note-toolbar .note-btn {
  color: #233243 !important;
}
.rx-container .note-toolbar .note-btn:hover,
.note-frame .note-toolbar .note-btn:hover {
  background-color: #233243 !important;
  border: 1px solid #233243 !important;
  border-radius: 4px !important;
  color: #e0e0e0 !important;
}
.rx-container .note-toolbar .note-btn:hover img,
.note-frame .note-toolbar .note-btn:hover img {
  filter: invert(91%) brightness(200%);
}
.rx-container .note-toolbar .note-btn.active,
.note-frame .note-toolbar .note-btn.active {
  background-color: #233243 !important;
  border: 1px solid #233243 !important;
  border-radius: 4px !important;
  color: #e0e0e0 !important;
}
.rx-container .note-toolbar .note-btn.active img,
.note-frame .note-toolbar .note-btn.active img {
  filter: invert(91%) brightness(200%);
}
.rx-container .note-toolbar .note-icon-caret,
.note-frame .note-toolbar .note-icon-caret {
  display: none !important;
}
.rx-container .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu,
.note-frame .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu {
  min-width: 145px;
}
.rx-container .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu .note-align,
.note-frame .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu .note-align {
  margin-right: 0;
}
.rx-container .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu .note-list,
.note-frame .note-toolbar .note-btn-group.note-para .note-btn-group.open .note-dropdown-menu .note-list {
  display: none;
}
.rx-container .note-editing-area .note-editable,
.note-frame .note-editing-area .note-editable {
  min-height: 150px;
  overflow: hidden;
}
.rx-container .rx-toolbar-container,
.note-frame .rx-toolbar-container {
  background: #1b253a;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.rx-container .rx-editor-container p,
.note-frame .rx-editor-container p {
  color: #e0e0e0;
  font: 16px/24px "Inter-Regular";
}
.tooltip {
  opacity: 100 !important;
  z-index: 1;
}
.tooltip .tooltip-inner {
  background: #242a3e;
  border-radius: 8px;
  padding: 20px;
}
.tooltip.bs-tooltip-auto[data-popper-placement="right"] .tooltip-arrow::before {
  border-right-color: #242a3e !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="top"] .tooltip-arrow::before {
  border-top-color: #242a3e !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="bottom"] .tooltip-arrow::before {
  border-bottom-color: #242a3e !important;
}
.tooltip.bs-tooltip-auto[data-popper-placement="left"] .tooltip-arrow::before {
  border-left-color: #242a3e !important;
}
.note-editor .note-dropdown-menu {
  background-color: #131928 !important;
  border-color: #131928;
}
.note-editor .note-dropdown-menu .note-dropdown-item {
  color: #e0e0e0;
}
.note-editor .note-dropdown-menu .note-dropdown-item:hover {
  background-color: #334155;
  color: #94a3b8;
}
.note-editor .note-dropdown-menu .note-dropdown-item .note-icon-menu-check {
  color: #49a18b !important;
}
.note-editor .note-popover {
  background-color: #131928 !important;
  border-color: #131928 !important;
}
.note-editor .note-popover a {
  color: #49a18b;
}
.note-editor .note-popover i {
  color: #233243 !important;
}
.note-editor .note-popover .note-btn:hover {
  background-color: #8e97a8;
  border-color: #8e97a8;
}
.note-editor .note-popover .note-popover-arrow {
  border-bottom-color: #131928 !important;
}
.note-editor .note-popover .note-popover-arrow::after {
  border-bottom-color: #131928 !important;
}
.note-editor .note-tooltip .note-tooltip-arrow {
  border-bottom-color: #8e97a8 !important;
}
.note-editor .note-tooltip .note-tooltip-arrow::after {
  border-bottom-color: #8e97a8 !important;
}
.note-editor .note-tooltip .note-tooltip-content {
  background-color: #8e97a8 !important;
  color: #e0e0e0 !important;
}
.note-tooltip .note-tooltip-arrow {
  border-bottom-color: #8e97a8 !important;
}
.note-tooltip .note-tooltip-arrow::after {
  border-bottom-color: #8e97a8 !important;
}
.note-tooltip .note-tooltip-content {
  background-color: #8e97a8 !important;
  color: #e0e0e0 !important;
}
.note-modal-content {
  background-color: #1b253a !important;
}
.note-modal-content .note-modal-header {
  border-color: #1b253a;
}
.note-modal-content .note-modal-header h4 {
  color: #e0e0e0;
}
.note-modal-content .note-modal-header .note-icon-close {
  color: #e0e0e0 !important;
}
.note-modal-content .note-modal-body {
  scrollbar-color: #e0e0e0 #1b253a !important;
}
.note-modal-content .note-modal-body span {
  color: #e0e0e0;
}
.note-modal-content .note-modal-body input[type="checkbox"] {
  position: relative;
}
.note-modal-content .note-modal-body input[type="checkbox"]:checked:before {
  background: url(/assets/images/svg_icons_stripe.svg) no-repeat -654px -9px;
  background-color: white;
  border-radius: 5px;
  bottom: 3px;
  content: "";
  height: 18px;
  left: -1px;
  position: absolute;
  transform: scale(0.9);
  width: 18px;
}
.note-modal-content label {
  color: #e0e0e0;
}
.note-modal-content small {
  color: #8e97a8 !important;
}
.note-modal-content input {
  background-color: #080c16;
  border-color: #080c16;
  color: #e0e0e0;
}
.note-modal-content input:focus {
  background-color: #080c16;
  border-color: #49a18b;
  box-shadow: none !important;
  color: #e0e0e0;
}
.note-modal-content .note-modal-footer input[type="button"] {
  background-color: #426e63 !important;
  border-radius: 5px;
  display: block;
  padding: 8px 12px;
}
.note-modal-content .note-modal-footer input[type="button"]:disabled {
  border: 1px solid #426e63;
}
.note-modal-content .note-modal-footer input[type="button"]:hover {
  background-color: #49a18b !important;
  border: 1px solid #49a18b;
}
