@charset "UTF-8";
h1 {
  color: #ac937d;
  font-weight: 700 !important;
}

h2 {
  color: #00a886;
  font-weight: 500 !important;
}

label.radio-inline.no-background {
  background: transparent;
  font-size: 40px;
  padding: 20px;
  border: 2px solid #193f85;
  margin: 25px 0px 25px 0px;
  font-weight: 700 !important;
  width: 100%;
  text-align: center;
  color: #193f85;
  min-height: 167px;
}

label.radio-inline.no-background:hover {
  background: #193f85;
  color: #fff;
}

label.radio-inline.no-background input {
  visibility: hidden;
  position: fixed;
}

.radio-inline .error {
  position: absolute;
  left: 0px;
  top: 32px;
  font-size: 16px;
  font-family: "Archivo Narrow", Arial, Helvetica, sans-serif;
  line-height: 25px;
}

.statement-panel-options {
  margin-bottom: 20px;
}
.statement-panel-options > .col-sm-6 {
  margin: -1px;
}

body.workshop_participant_view #m_header_nav, body.qa_event_view #m_header_nav {
  background: #fff;
  min-height: 60px !important;
  padding: 0 25px;
}
body.workshop_participant_view #m_header_nav h1, body.qa_event_view #m_header_nav h1 {
  font-weight: 400 !important;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-top: 24px;
  margin-right: 80px;
  text-align: left;
  width: 100%;
}
body.workshop_participant_view .statement_title, body.qa_event_view .statement_title {
  text-align: center;
  max-width: 600px;
  margin: 30px auto;
  color: #0F2D52;
}
body.workshop_participant_view .statement_title h1, body.qa_event_view .statement_title h1 {
  font-size: 3rem;
  font-weight: 500 !important;
}
body.workshop_participant_view .statement-panel-options .col-sm-6 label, body.qa_event_view .statement-panel-options .col-sm-6 label {
  background: #fff !important;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  -webkit-transition: 1s;
  padding: 50px;
  min-height: 220px !important;
  font-weight: 500 !important;
  font-size: 2.5rem !important;
  border-radius: 5px;
}
body.workshop_participant_view .statement-panel-options .col-sm-6 label:hover, body.workshop_participant_view .statement-panel-options .col-sm-6 label.active, body.qa_event_view .statement-panel-options .col-sm-6 label:hover, body.qa_event_view .statement-panel-options .col-sm-6 label.active {
  background: #6a9ac2 !important;
  color: white !important;
}
body.workshop_participant_view .submit_button .button_next, body.qa_event_view .submit_button .button_next {
  display: none;
  margin: auto;
}

@media only screen and (max-height: 1024px) {
  .submit_button .button_next {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}
@media only screen and (max-width: 1024px) {
  body.workshop_participant_view #m_header_nav {
    top: 60px;
    position: absolute;
    width: 100%;
  }
  body.workshop_participant_view #m_header_nav h1 {
    font-size: 2rem;
    margin: 20px 0;
    text-align: center;
  }
  body.workshop_participant_view .statement_title {
    margin: 60px auto 15px auto;
  }
  body.workshop_participant_view .statement_title h1 {
    font-size: 2.5rem;
  }
  body.workshop_participant_view .statement-panel-options .col-sm-6 label {
    min-height: 200px !important;
    padding: 30px;
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 575px) {
  body.workshop_participant_view .statement_title {
    margin: 30px auto 15px auto;
  }
  body.workshop_participant_view .statement_title h1 {
    font-size: 1.8rem;
  }
  body.workshop_participant_view .statement-panel-options .col-sm-6 label {
    padding: 20px;
    box-sizing: border-box;
    min-height: 40px !important;
    font-size: 1.6rem !important;
    margin: 10px 20px !important;
    width: auto;
  }
}
body .m-alert.m-alert--icon {
  color: #000000;
}

/* CSS talk bubble */
.talk-bubble {
  margin: 4px;
  margin-left: 40px;
  display: inline-block;
  position: relative;
  max-width: 800px;
  min-width: 400px;
  height: auto;
  background-color: var(--chat-bubble-color);
}

.border {
  border: 1px solid #666;
}

.round {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: var(--chat-bubble-color) transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 32px solid;
  border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 30px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -8px;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 0px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 38px;
  bottom: auto;
  border: 12px solid;
  border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -40px;
  top: -8px;
  bottom: auto;
  border: 32px solid;
  border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -10px;
  top: 0px;
  bottom: auto;
  border: 12px solid;
  border-color: var(--chat-bubble-color) transparent transparent transparent;
}

/* talk bubble contents */
.talktext {
  padding: 1em;
  padding-bottom: 1px;
  text-align: left;
  line-height: 1.5em;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.chatwindow {
  height: 60vh;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  display: block;
  overflow: auto;
  background: #e0e0e0;
}

.chatwindow-width {
  width: 100%;
}

@media only screen and (min-width: 1280px) {
  .chatwindow-width {
    width: 40vw;
  }
}
.replyMsg {
  background-color: #e0e0e0;
  border-radius: 10px;
  padding: 8px;
  padding-left: 16px;
  position: relative;
}

.tab-content .m-form__group {
  align-items: center;
}

.modal-body .m-form__group {
  margin: 0px 0px !important;
  align-items: center;
}

.modal-body .m-form__help {
  font-size: 1em !important;
  margin: 0px 0px !important;
  padding-top: 0px;
}

.modal-body .col-12 {
  padding: 4px;
}

.dataTables_standard .col-12 {
  padding: 0px 1.1rem;
}

.modal-body {
  max-width: 100vw;
}

.modal .modal-content .modal-body {
  padding: 10px;
}

.m-form.m-form--fit .m-form__content, .m-form.m-form--fit .m-form__heading, .m-form.m-form--fit .m-form__group {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1024px) {
  .modal-footer {
    justify-content: flex-start;
    padding: 8px !important;
  }
}
.disabled {
  color: #d0d0d0 !important;
}

.cke_required {
  border: 1px solid orange !important;
}

.col-xl-5 > .m-portlet {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d0d0d0;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.col-xl-3 > .m-portlet {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d0d0d0;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.col-xl-4 > .m-portlet {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d0d0d0;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.col-lg-6 > .m-portlet {
  border-radius: 10px;
  box-shadow: 10px 10px 10px #d0d0d0;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
}

.m-portlet__head {
  padding: 0rem 1.2rem !important;
}

.m-portlet .m-portlet__head {
  min-height: 2.5rem !important;
}

.m-portlet__head-caption {
  font-size: 1.2em;
  font-weight: 500;
}

.m-portlet__body {
  padding: 0.2rem 1.2rem !important;
}

.readonly-checkbox {
  opacity: 0.5 !important;
}

.readonly-checkbox:after {
  border-color: #6a9ac2 !important;
}

.skill {
  margin-bottom: 16px;
  position: relative;
  overflow-x: hidden;
}

.skill > p {
  font-size: 14px;
  font-weight: 500;
  color: #1a1716;
  margin: 0;
}

.skill:before {
  width: 100%;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  background: #e0e0e0;
  border: 1px solid #c0c0c0;
  bottom: 0;
  border-radius: 10px;
  overflow-x: hidden;
}

.skill-bar {
  width: 100%;
  height: 20px;
  background: #6a9ac2;
  display: block;
  position: relative;
  overflow-x: hidden;
  border-radius: 10px;
}

.skill-bar span {
  position: absolute;
  top: 1px;
  color: white;
  right: 0px;
  font-size: 12px;
  padding: 0px 8px;
  font-weight: 500;
  overflow-x: hidden;
}

.skill-bar {
  position: relative;
  overflow-x: hidden;
}

.skill1 .skill-count1 {
  right: 0;
}

.skill1 {
  width: 95%;
}

.skill2 {
  width: 85%;
}

.skill2 .skill-count2 {
  right: 0;
}

.skill3 {
  width: 75%;
}

.skill3 .skill-count3 {
  right: 0;
}

.label-wrapper {
  top: -3px !important;
}

.dz-image {
  margin: auto;
}

.dz-preview {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 8px;
}

.filenameClass {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;
  height: 24px;
}

.formbuilder-wrapper .svg-loader {
  display: flex;
  position: relative;
  align-content: space-around;
  justify-content: center;
}

.formbuilder-wrapper .loader-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke: #6a9ac2;
}

.formbuilder-wrapper .loader-svg.bg {
  stroke-width: 8px;
  stroke: white;
}

.formbuilder-wrapper .animate {
  stroke-dasharray: 242.6;
  animation: fill-animation 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
}

.selected2 {
  background-color: #4881B1 !important;
  color: white !important;
}

@keyframes fill-animation {
  0% {
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 282.6;
  }
  50% {
    stroke-dasharray: 141.3;
    stroke-dashoffset: 141.3;
  }
  100% {
    stroke-dasharray: 40 242.6;
    stroke-dashoffset: 0;
  }
}
.row-group label {
  font-weight: 600 !important;
}

table.dataTable thead .sorting_asc:before {
  opacity: 0.6;
  bottom: 50% !important;
  content: "▲" !important;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead .sorting_asc:after {
  top: 50% !important;
  content: "▼" !important;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead .sorting_desc:before {
  bottom: 50% !important;
  content: "▲" !important;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead .sorting_desc:after {
  top: 50% !important;
  content: "▼" !important;
  opacity: 0.6;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead .sorting:before {
  top: 50% !important;
  content: "▼" !important;
  opacity: 0.6;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead .sorting:after {
  bottom: 50% !important;
  content: "▲" !important;
  opacity: 0.6;
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

.m-subheader__title {
  color: #000104 !important;
}

div.definition_matrix td {
  border: 1px solid black;
  font-size: 1em;
}

div.definition_matrix th {
  border: 1px solid black;
  font-size: 1em;
}

div.definition_matrix td {
  text-align: left;
  vertical-align: top;
  padding: 8px 8px;
}

div.definition_matrix th {
  text-align: center;
  padding: 8px 8px;
}

.m-subheader {
  background: #fafafa !important;
}

.m-content {
  background: #fafafa !important;
}

.m-portlet {
  border: 1px solid #e5e7eb;
  border-radius: 5px !important;
}

.m-wrapper {
  background: #fafafa !important;
}

.select2-selection {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.m-select {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.m-footer {
  background: #fafafa !important;
}

.btn {
  font-family: roboto !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
  color: white !important;
}

.m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover {
  background: #00a886;
  color: #ffffff;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
  color: #000104 !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
  color: #ffffff !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
  color: #ffffff !important;
}

.m-menu__heading:hover > .m-menu__link-text,
.m-menu__heading:hover > .m-menu__link-icon,
.m-menu__link:hover > .m-menu__link-text,
.m-menu__link:hover > .m-menu__link-icon {
  color: white !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__ver-arrow {
  color: white !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
  color: white !important;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
  font-size: 14px !important;
}

.col-form-label {
  text-align: right;
  vertical-align: middle;
}

.dataTable tr:hover .cell__string th, .dataTable tr:hover .cell__string td {
  background: #00a886;
}

.dataTable tr:hover .cell__string table,
.dataTable tr .cell__string table {
  border: 1px solid white;
  vertical-align: top;
  width: 100%;
}

.dataTable tr .cell__string[data-attribute_key=old_value],
.dataTable tr .cell__string[data-attribute_key=new_value] {
  vertical-align: top;
}

.dataTable tr:hover .cell__string table th,
.dataTable tr .cell__string table th,
.dataTable tr:hover .cell__string table td,
.dataTable tr .cell__string table td {
  width: 50%;
}

.dataTable tr:hover .cell__string a {
  color: white;
}

.dropdown-menu1 .dropdown-item {
  padding: 8px 8px;
}

.dropdown-menu1 .dropdown-item span i {
  padding-left: 8px;
}

.e-toolbar-items {
  height: auto !important;
}

.e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn,
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn {
  border: none !important;
}

.e-richtexteditor .e-dlg-content .e-radio:checked + label::before {
  border-color: #00a886;
}

.e-richtexteditor .e-dlg-content .e-radio:checked + label::after {
  background-color: #00a886;
  border-color: #00a886;
  color: #00a886;
}

.e-richtexteditor .e-btn.e-flat.e-primary:focus {
  color: #fff;
  background-color: #00a886;
}

.e-richtexteditor .e-btn.e-flat.e-primary, .e-richtexteditor .e-btn.e-flat.e-primary:hover {
  color: #fff;
  background-color: #00a886;
}

.e-richtexteditor .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before, .e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after, .e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, .e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before, .e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, .e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after, .e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before, .e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after, .e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before, .e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before, .e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after, .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before, .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after, .e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before, .e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after, .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before, .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after {
  background: #00a886;
}

/* To change font color for toolbar icon */
.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret),
.e-richtexteditor .e-toolbar-item .e-icon-btn,
.e-richtexteditor .e-control,
.e-richtexteditor .e-toolbar-item .e-icon-btn:active {
  font-size: 12px !important;
}

.e-richtexteditor button:not([class=close]) {
  border: none !important;
}

.e-richtexteditor .e-toolbar .e-toolbar-items.e-toolbar-multirow {
  margin-left: 0;
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
  background: #00a886 !important;
  color: white !important;
}

.e-richtexteditor h1 {
  color: black !important;
}

.e-richtexteditor h2 {
  color: black !important;
}

a.page-link:hover {
  background: #ac937d !important;
}

.e-richtexteditor {
  border: 0 !important;
  padding: 0 !important;
}

.inject .e-rte-image {
  max-width: 100% !important;
}

.select2-results__group {
  background: none !important;
  color: #ac937d !important;
  font-size: 1.25em !important;
  font-weight: bold !important;
  padding-bottom: 0 !important;
}

.select2-results__option {
  padding-bottom: 2px !important;
  padding-top: 2px !important;
}

.btn-ai {
  background: #ff57be;
}

.aiAssist-response-icon {
  background: url("/img/raidar-ai-small.png");
  width: 24px;
}

.ai-dlg-header .e-dlg-header-content {
  background: #ff57be;
  color: #fff;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

#aiDialog {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ai-dlg-header .e-dlg-header {
  color: #fff;
}

.ai-dlg-header .e-dlg-closeicon-btn {
  color: #fff;
}

.ai-dlg-header .e-suggestion-list li {
  background: #ff57be;
  color: #fff !important;
  text-wrap: auto !important;
}

.e-stop-response .e-btn-active {
  background: #ed2052;
}

.m-switch-on {
  color: #00a886;
  font-weight: bold;
}

.m-switch-off {
  color: #ed2052;
}

.m-datatable__row:hover .m-switch-on,
.m-datatable__row:hover .m-switch-off {
  color: #ffffff;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:active span, .e-dialog .e-btn.e-dlg-closeicon-btn span {
  color: white !important;
}

.general_info .m-alert__text,
.general_info .m-alert__icon {
  color: #5e8a8a;
}

/*# sourceMappingURL=bog.css.map */
