.cookie-policy-wrapper {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  color: #fff;
  display: block;
  left: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  height: auto !important;
  width: 100%;
}
.cookie-policy-wrapper .content-container {
  max-height: 260px;
  overflow-x: hidden;
  margin-bottom: 20px;
  padding-right: 20px;
}
.cookie-policy-wrapper .content-container.hidden {
  display: none;
}
.cookie-policy-wrapper .container {
  background: transparent;
  margin-top: 0;
  color: #fff;
}
.cookie-policy-wrapper .container .cookies-list {
  font-size: 0.8em;
  line-height: 2em;
  margin: 0 10px 10px;
  padding: 0 50px;
}
.cookie-policy-wrapper .container .cookies-list .cookie {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.cookie-policy-wrapper .container .cookies-list .cookie:last-child {
  border-bottom: 0;
}
.cookie-policy-wrapper .container b {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2em;
}
.cookie-policy-wrapper .container input[type=checkbox] {
  margin-right: 10px;
}
.cookie-policy-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cookie-policy-wrapper ul li {
  margin-bottom: 10px;
}
.cookie-policy-wrapper ul li p {
  color: #525252;
  font-size: 0.9em;
  text-align: left;
  padding: 0 25px;
}
.cookie-policy-wrapper ul li .container {
  margin: 10px;
}
.cookie-policy-wrapper .btn-primary {
  background-color: #444444;
  border-color: #333333;
  border-radius: 10px;
  color: #fff;
}
.cookie-policy-wrapper .btn-link:hover {
  background-color: #444444;
  border-color: #333333;
}
.cookie-policy-wrapper .btn-link {
  background-color: transparent;
  box-shadow: none;
  margin-left: 30px;
  border: 0;
  color: #444444;
}
.cookie-policy-wrapper .btn-link:hover {
  color: #333333;
}
.cookie-policy-wrapper label {
  margin: 0;
}
.cookie-policy-wrapper .btn:hover, .cookie-policy-wrapper .btn-primary:hover, .cookie-policy-wrapper button.action:hover {
  color: #fff;
  background-color: #444;
  border-color: #666;
}

.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}

.list-unstyled {
  list-style: none !important;
}

.hidden {
  display: none !important;
}

.margin-auto {
  margin: 0 auto;
}

.display-block {
  display: block;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

@font-face {
  font-family: "Wasted";
  src: url(/fonts/wasted.ttf?c33a00075b6ee3388fdf9e8c97b14715) format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, #slide-7-layer-2 {
  font-family: "Spectral", "Open Sans", sans-serif !important;
  color: #231f20;
}

.font-wasted, .sc_title {
  font-family: "Wasted", sans-serif !important;
}

.text-center {
  text-align: center !important;
}

.top_panel_fixed .scheme_dark .top_panel_position_over.top_panel_wrap_inner,
.scheme_original .top_panel_title_inner,
.top_panel_static, .scheme_original .header_mobile .panel_top, .scheme_original .header_mobile .side_wrap {
  background-color: #231f20 !important;
}

.scheme_original .top_panel_title_inner {
  border-color: #231f20 !important;
}

.scheme_original .scroll_to_top, .scheme_original input[type=submit], .scheme_original input[type=reset], .scheme_original input[type=button], .scheme_original button, .scheme_original .sc_button.sc_button_style_filled {
  background-color: #c5a459 !important;
  border-color: #c5a459 !important;
  color: #231f20 !important;
}
.scheme_original .scroll_to_top:hover, .scheme_original input[type=submit]:hover, .scheme_original input[type=reset]:hover, .scheme_original input[type=button]:hover, .scheme_original button:hover, .scheme_original .sc_button.sc_button_style_filled:hover {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #c5a459 !important;
}
.scheme_original .scroll_to_top:hover span.second, .scheme_original input[type=submit]:hover span.second, .scheme_original input[type=reset]:hover span.second, .scheme_original input[type=button]:hover span.second, .scheme_original button:hover span.second, .scheme_original .sc_button.sc_button_style_filled:hover span.second {
  color: #c5a459 !important;
}

.tp-bullet {
  display: none !important;
}

.logo_main {
  width: 230px !important;
}

.scheme_original a,
.scheme_original .sc_list_style_iconed li:before,
.scheme_original .sc_list_style_iconed .sc_list_icon,
.color-main,
.scheme_original .custom_number,
.scheme_dark .menu_main_nav > li > a,
.scheme_original h1, .scheme_original h2, .scheme_original h3, .scheme_original h4, .scheme_original h5, .scheme_original h6, .scheme_original h1 a, .scheme_original h2 a, .scheme_original h3 a, .scheme_original h4 a, .scheme_original h5 a, .scheme_original h6 a {
  color: #c5a459 !important;
}

.color-white {
  color: #fff !important;
}

.scheme_dark .menu_main_nav > li > a {
  border-color: #c5a459 !important;
}

.scheme_dark .menu_main_nav > li.active > a,
.scheme_dark .menu_main_nav > li > a:hover,
.scheme_dark .menu_main_nav > li > a:focus,
.scheme_dark .menu_main_nav > li > a:active,
.scheme_dark .menu_main_nav > li > a.active {
  color: #fff !important;
  border-color: #fff !important;
}

.list.top_panel_image {
  background-image: url("/template/elith/images/banner_list.jpg") !important;
}

.scheme_original .top_panel_image_hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.scheme_original .sc_services_style_services-1.sc_services_type_images .sc_services_item_content {
  background-color: transparent !important;
}

.custom_product_we_use h1 {
  font-size: 2.5em !important;
  font-weight: normal !important;
  margin-bottom: 1em !important;
  color: #c5a459 !important;
  text-transform: none !important;
  text-align: center !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}
.custom_product_we_use ul li {
  padding: 1em 0 !important;
}
.custom_product_we_use ul li h5 {
  margin-bottom: 0;
  font-size: 1.5em !important;
}
.custom_product_we_use ul li span {
  font-size: 1.2em !important;
}

.custom_number {
  line-height: 2.2em !important;
}

.sc_row[data-sc-full-width].sc_hidden {
  opacity: 1 !important;
}

.sc_list_style_iconed li.social-icons-wrapper {
  padding: 5em 0 0 0 !important;
}
.sc_list_style_iconed li.social-icons-wrapper span {
  color: #c5a459 !important;
  font-size: 2em !important;
  margin-right: 1em !important;
}

footer .textwidget li {
  font-size: 14px !important;
}
footer .textwidget li h6 {
  margin-top: 1em !important;
}
footer .textwidget li a {
  color: #fff !important;
  font-size: 16px !important;
}

.post {
  font-size: 14px;
}

.services1 .sc_image {
  height: 245px !important;
}

.widget_socials .logo {
  text-align: center;
}
.widget_socials .logo img {
  float: none !important;
  margin: 0 auto !important;
  width: 220px !important;
}

.dgert {
  text-align: center;
  margin-top: 24px;
}
.dgert img {
  float: none !important;
  width: 80px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  padding: 6px 12px;
  background-color: #fff;
}

.top_panel_wrap .logo_fixed {
  max-height: 55px !important;
}

.logo_mobile {
  max-height: 75px !important;
}

.sc_columns .sc_column_item_inner {
  background-size: auto !important;
}
.sc_columns .sc_column_item_inner.partnership-1 {
  background-image: url("/assets/brands/elith/images/elebe-logo.png") !important;
}
.sc_columns .sc_column_item_inner.partnership-2 {
  background-image: url("/assets/brands/elith/images/indice-logo.png") !important;
}
.sc_columns .sc_column_item_inner.partnership-3 {
  background-image: url("/assets/brands/elith/images/etop-formacao-logo.jpg") !important;
}
.sc_columns .sc_column_item_inner.partnership-4 {
  background-image: url("/assets/brands/elith/images/sittium-logo.png") !important;
}
.sc_columns .sc_column_item_inner.partnership-5 {
  background-image: url("/assets/brands/elith/images/etop-logo.png") !important;
}

.top_panel_title.title_present.breadcrumbs_present .post_navi, .top_panel_title.title_present.breadcrumbs_present .page_title, .top_panel_title.title_present.breadcrumbs_present .breadcrumbs {
  max-width: 75%;
}

.elith_content_layout.has-side-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.elith_content_layout.has-side-form > .content {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  margin: 0 !important;
}
.elith_content_layout.has-side-form .elith_side_form {
  flex: 0 0 380px;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 991px) {
  .elith_content_layout.has-side-form {
    flex-direction: column;
    gap: 50px;
  }
  .elith_content_layout.has-side-form > .content,
  .elith_content_layout.has-side-form .elith_side_form {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100% !important;
  }
}

.elith_register_form {
  background-color: #fff;
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.elith_register_form .sc_title {
  margin-bottom: 6px !important;
}
.elith_register_form .elith_register_form_intro {
  margin-bottom: 24px;
  font-size: 14px;
}
.elith_register_form .elith_form_extra {
  display: none;
}
.elith_register_form.is-open .elith_form_extra {
  display: block;
}
.elith_register_form h5.text-uppercase {
  text-transform: uppercase;
  font-size: 15px !important;
  margin: 22px 0 12px !important;
}
.elith_register_form hr {
  border: 0;
  border-top: 1px solid rgba(35, 31, 32, 0.12);
  margin: 22px 0;
}
.elith_register_form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.elith_register_form .form-group {
  padding: 0 8px;
  margin-bottom: 16px;
  width: 100%;
}
.elith_register_form label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #231f20;
}
.elith_register_form .form-check-label {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.elith_register_form .form-control {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #231f20;
  background-color: #fafafa;
  border: 1px solid rgba(35, 31, 32, 0.18);
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.elith_register_form .form-control:focus {
  outline: none;
  border-color: #c5a459;
  background-color: #fff;
}
.elith_register_form textarea.form-control {
  resize: vertical;
  min-height: 110px;
}
.elith_register_form .form-check-input.mr-10 {
  margin-right: 10px;
}
.elith_register_form #dropzone_medias {
  position: relative;
  border: 2px dashed rgba(35, 31, 32, 0.25);
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  margin-top: 8px;
  background-color: #fafafa;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.elith_register_form #dropzone_medias:hover, .elith_register_form #dropzone_medias.dz-drag-hover {
  border-color: #c5a459;
  background-color: rgba(197, 164, 89, 0.06);
}
.elith_register_form #dropzone_medias .dz-message {
  margin: 0;
  color: rgba(35, 31, 32, 0.7);
  font-size: 14px;
}
.elith_register_form #dropzone_medias .dz-message i {
  color: #c5a459;
}
.elith_register_form #dropzone_medias .dz-preview {
  display: flex;
  align-items: center;
  text-align: left;
  background-color: #fff;
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 6px;
  padding: 10px 12px;
  margin: 12px 0 0;
  min-height: auto;
}
.elith_register_form #dropzone_medias .dz-preview .dz-image {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 48px;
  margin-right: 12px;
  background-color: #f1f1f1;
}
.elith_register_form #dropzone_medias .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elith_register_form #dropzone_medias .dz-preview .dz-details {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  line-height: 1.3;
}
.elith_register_form #dropzone_medias .dz-preview .dz-details .dz-filename {
  font-weight: 600;
  word-break: break-all;
}
.elith_register_form #dropzone_medias .dz-preview .dz-details .dz-filename span {
  background: none;
  padding: 0;
}
.elith_register_form #dropzone_medias .dz-preview .dz-details .dz-size {
  color: rgba(35, 31, 32, 0.6);
  font-size: 12px;
}
.elith_register_form #dropzone_medias .dz-preview .dz-details .dz-size strong {
  font-weight: 400;
}
.elith_register_form #dropzone_medias .dz-preview .dz-progress {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 6px;
  border-radius: 3px;
  background-color: rgba(35, 31, 32, 0.1);
  overflow: hidden;
}
.elith_register_form #dropzone_medias .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  background-color: #c5a459;
  transition: width 0.2s ease;
}
.elith_register_form #dropzone_medias .dz-preview .dz-error-message {
  color: #c0392b;
  font-size: 12px;
  margin-top: 4px;
}
.elith_register_form #dropzone_medias .dz-preview .dz-success-mark,
.elith_register_form #dropzone_medias .dz-preview .dz-error-mark {
  display: none;
}
.elith_register_form #dropzone_medias .dz-preview .dz-remove {
  flex: 0 0 auto;
  margin-left: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #c0392b;
  background-color: transparent;
  border: 1px solid rgba(192, 57, 43, 0.4);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.elith_register_form #dropzone_medias .dz-preview .dz-remove:hover {
  color: #fff;
  background-color: #c0392b;
  border-color: #c0392b;
}
.elith_register_form .btn-primary {
  float: right;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .elith_register_form {
    padding: 22px 18px;
  }
  .elith_register_form .form-group.col-md-6 {
    width: 100%;
  }
}

.post_content b, .post_content b span {
  color: #c5a459 !important;
}

.elith_toast {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999999;
  max-width: 360px;
  padding: 16px 22px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  transform: translateX(calc(100% + 24px));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.elith_toast.is-visible {
  transform: translateX(0);
}
.elith_toast--success {
  background-color: #2e9e5b;
}
.elith_toast--error {
  background-color: #c0392b;
}
@media (max-width: 480px) {
  .elith_toast {
    left: 16px;
    right: 16px;
    max-width: none;
    transform: translateY(calc(-100% - 24px));
  }
  .elith_toast.is-visible {
    transform: translateY(0);
  }
}
