@media (min-width: 576px) {
    .logo_brand {
        width: 100%;
        height: 100%; 
    } 
}
@media (min-width: 768px) {
    .logo_brand {
        width: 60%;
        height: 60%; 
    } 
}
@media (min-width: 1024px) {
    .logo_brand {
        width: 80%;
        height: 80%; 
    } 
}
@media (min-width: 1200px) {
    .logo_brand {
        width: 100%;
        height: 100%; 
    } 
}
@media (min-width: 1280px) {
  
  .div-block-3-1280fix {  }
  .div-block-1280fix {  }
  .div-block-55-1280fix { }
  .div-block-62-1280fix {  }
  .div-block-83-1280fix { }
  .div-block-86-1280fix { }

}
@media (min-width: 1400px) {
    .logo_brand {
        width: 100%;
        height: 100%; 
    } 
}
@media (min-width: 1600px) {
    .logo_brand {
      width: 100%;
      height: 100%; 
    } 
}

.w-nav-link:visited{
  color: white;
}

.user-link:visited{
  color: white;
}

a:hover{
  text-decoration-line: none;
}

.b-inativo {
  background-color: #fff;
  opacity: 0.64;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}



/* DateRangePicker */


.daterangepicker tbody td.today{
    background: rgba(39, 188, 74, 0.5);
}

.datetimepicker {
  width: 265px;
  padding: 10px;
  left: auto; }
  .datetimepicker.datetimepicker-orient-top {
    margin-top: 8px; }
  .datetimepicker table {
    width: 100%; }
  .datetimepicker td, .datetimepicker th {
    width: 35px;
    height: 35px;
    border-radius: 3px; }
  .datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
    font-weight: 500; }
  .datetimepicker thead th.dow {
    font-weight: 500; }
  .datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 0.85rem; }
  .datetimepicker thead th.next > span:before {
    content: "\f112"; }
  .datetimepicker thead th.prev > span:before {
    content: "\f111"; }
  .datetimepicker tbody tr > td.day.today {
    position: relative; }
    .datetimepicker tbody tr > td.day.today:before {
      content: '';
      display: inline-block;
      border: solid transparent;
      border-width: 0 0 7px 7px;
      border-bottom-color: #ffffff;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 4px;
      right: 4px; }
  .datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
    border-radius: 3px;
    font-weight: 500; }

.input-daterange .input-group-addon {
  min-width: 44px; }

.datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
  background: #CCCCCC; }

.datetimepicker tbody tr > td.day {
  color: #707070; }
  .datetimepicker tbody tr > td.day:hover {
    background: #CCCCCC; }
  .datetimepicker tbody tr > td.day.old {
    color: #969696; }
  .datetimepicker tbody tr > td.day.new {
    color: #707070; }
  .datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
    background: #5867dd;
    color: #ffffff; }
  .datetimepicker tbody tr > td.day.today {
    background: #828ee6;
    color: #ffffff;
    position: relative; }
    .datetimepicker tbody tr > td.day.today:before {
      border-bottom-color: #ffffff;
      border-top-color: rgba(0, 0, 0, 0.2); }
  .datetimepicker tbody tr > td.day.range {
    background: #d4d4d4; }

.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
  color: #707070; }
  .datetimepicker tbody tr > td span.hour.focused, .datetimepicker tbody tr > td span.hour:hover,
  .datetimepicker tbody tr > td span.minute.focused,
  .datetimepicker tbody tr > td span.minute:hover,
  .datetimepicker tbody tr > td span.month.focused,
  .datetimepicker tbody tr > td span.month:hover {
    background: #CCCCCC; }
  .datetimepicker tbody tr > td span.hour.active:hover, .datetimepicker tbody tr > td span.hour.active,
  .datetimepicker tbody tr > td span.minute.active:hover,
  .datetimepicker tbody tr > td span.minute.active,
  .datetimepicker tbody tr > td span.month.active:hover,
  .datetimepicker tbody tr > td span.month.active {
    background: #5867dd;
    color: #ffffff; }

.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
  background-color: #CCCCCC; }

.datetimepicker.datetimepicker-inline {
  border: 1px solid #d4d4d4; }

.daterangepicker {
  padding: 0px; }
  .dropdown-menu {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -1px;
  }
  .daterangepicker .daterangepicker_input .input-mini {
    height: auto;
    padding: 0.85rem 1.15rem;
    padding-left: 2.35rem;
    line-height: 1.25; }
  .daterangepicker .daterangepicker_input i {
    top: 10px; }
  .daterangepicker td, .daterangepicker th {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 0;
    vertical-align: middle;
    line-height: 0; }
  .daterangepicker thead .fa.fa-chevron-right,
  .daterangepicker thead .fa.fa-chevron-left {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased; }
  .daterangepicker thead .fa.fa-chevron-left:before {
    content: ""/*rtl:""*/; }
  .daterangepicker thead .fa.fa-chevron-right:before {
    content: ""/*rtl:""*/; }
  .daterangepicker thead th {
    font-weight: 500; }
    .daterangepicker thead th.prev, .daterangepicker thead th.next {
      font-size: 1.3rem; }
  .daterangepicker tbody td.in-range.start-date.today {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker tbody td.in-range.end-date.today {
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker tbody td.today.in-range, .daterangepicker tbody td.today {
    border-radius: 3px;
    position: relative; }
    .daterangepicker tbody td.today.in-range:before, .daterangepicker tbody td.today:before {
      content: '';
      display: inline-block;
      border: solid transparent;
      border-width: 0 0 7px 7px;
      border-bottom-color: #ffffff;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 4px;
      right: 4px; }
  .daterangepicker select.monthselect,
  .daterangepicker select.yearselect,
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.ampmselect {
    border-radius: 3px;
    padding: 0.45rem 0.8rem;
    outline: none !important; }
  .daterangepicker .calendar-time {
    margin: 15px 0 5px 0; }
    .daterangepicker .calendar-time select.hourselect,
    .daterangepicker .calendar-time select.minuteselect,
    .daterangepicker .calendar-time select.ampmselect {
      width: 70px; }
    .daterangepicker .calendar-time i {
      left: 3px;
      top: 5px;
      display: inline-block;
      font: normal normal normal 16px/1 "LineAwesome";
      font-size: 1.4rem;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }
      .daterangepicker .calendar-time i:before {
        content: "\f18f"; }
  .daterangepicker .ranges {
    padding: 0px;
    margin: 0px; }
    .daterangepicker .ranges ul {
      width: 207px; }
      .daterangepicker .ranges ul li {
        border-radius: 0px;
        background: transparent;
        padding: 5px 3px;
        margin-bottom: 0px;
        font-weight: 400;
        border-color: transparent; }
    .daterangepicker .ranges .range_inputs {
      margin-top: 0; }
      .daterangepicker .ranges .range_inputs .btn {
        padding: 0.6rem 1.6rem;
        border-radius: 40px;
        margin-right: 6px; }

.daterangepicker .daterangepicker_input .input-mini {
  height: auto;
  border: 1px solid #CCCCCC; }
  .daterangepicker .daterangepicker_input .input-mini.active, .daterangepicker .daterangepicker_input .input-mini:focus {
    border: 1px solid #34b133; }

.daterangepicker .daterangepicker_input i {
  color: #b2b1c5; }

.daterangepicker thead th.prev:hover, .daterangepicker thead th.next:hover {
  background: #CCCCCC; }

.daterangepicker tbody td.available:hover, .daterangepicker tbody td:hover {
  background: rgba(39, 188, 74, 0.5); }

.daterangepicker tbody td.off {
  color: #969696; }

.daterangepicker tbody td.available {
  color: #707070; }

.daterangepicker tbody td.today {
  background: transparent;
  color: #ffffff; }
  .daterangepicker tbody td.today:before {
    border-bottom-color: #ffffff;
    border-top-color: rgba(0, 0, 0, 0.2); }
  .daterangepicker tbody td.today.in-range {
    border-radius: 0; }

.daterangepicker tbody td.in-range, .daterangepicker tbody td.active {
  background:rgba(39, 188, 74, 0.5);
  color: #ffffff; }
  .daterangepicker tbody td.in-range:hover, .daterangepicker tbody td.active:hover {
    background: rgba(39, 188, 74);
    color: #ffffff; }

.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  border: 1px solid #CCCCCC; }
  .daterangepicker select.monthselect.active, .daterangepicker select.monthselect:focus,
  .daterangepicker select.yearselect.active,
  .daterangepicker select.yearselect:focus,
  .daterangepicker select.hourselect.active,
  .daterangepicker select.hourselect:focus,
  .daterangepicker select.minuteselect.active,
  .daterangepicker select.minuteselect:focus,
  .daterangepicker select.ampmselect.active,
  .daterangepicker select.ampmselect:focus {
    border: 1px solid #34b133; }

.daterangepicker .calendar-time i {
  color: #b2b1c5; }

.daterangepicker .ranges li {
  border: 1px solid #CCCCCC;
  color: #969696; }
  .daterangepicker .ranges li:hover {
    background: transparent;
    color: #969696;
    background-color: rgba(0, 0, 0, .05); }
  .daterangepicker .ranges li.active {
    background: #34b133;
    color: #ffffff;
    border: 1px solid #34b133; }

    .drop-toggle-periodo:focus{
      outline: none;
    }

.columns-publico-campanha.row{
  margin-right: 0px;
  margin-left: 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.campanha-loja-warning{
  padding: 20px;
  background-color: #FFDD57;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.custom-apply-bt-right{
  float: right;
  position: relative;
  right: -430px;
}

.custom-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Notify */

  .alert[data-notify] {
    min-width: 300px; }
    .alert[data-notify] .close {
      right: 10px !important; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .alert[data-notify] {
        max-width: 70%; } }
    @media (max-width: 768px) {
      .alert[data-notify] {
        max-width: 90%; } }
    .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
      width: 30%; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
          width: 70%; } }
      @media (max-width: 768px) {
        .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
          width: 90%; } }
    .alert[data-notify] .close {
      padding: 0.25rem 0 0 2rem;
      font-size: 1rem; }
    .alert[data-notify] .icon {
      position: absolute; }
    .alert[data-notify] [class^="la-"],
    .alert[data-notify] [class*=" la-"] {
      font-size: 1.8rem; }
    .alert[data-notify] [class^="fa-"],
    .alert[data-notify] [class*=" fa-"] {
      font-size: 1.6rem; }
    .alert[data-notify] [class^="flaticon-"],
    .alert[data-notify] [class*=" flaticon-"] {
      font-size: 1.8rem; }
    .alert[data-notify] [class^="la-"],
    .alert[data-notify] [class*=" la-"] {
      margin-top: -0.1rem; }
    .alert[data-notify] [class^="fa-"],
    .alert[data-notify] [class*=" fa-"] {
      margin-top: -0.1rem; }
    .alert[data-notify] [class^="flaticon-"],
    .alert[data-notify] [class*=" flaticon-"] {
      margin-top: -0.4rem; }
    .alert[data-notify] [data-notify=title] {
      display: block;
      font-weight: 500; }
    .alert[data-notify] .icon ~ [data-notify=title] {
      padding-left: 2.85rem; }
    .alert[data-notify] .icon ~ [data-notify=message] {
      display: inline-block;
      padding-left: 2.85rem; }
    .alert[data-notify] [data-notify=title]:not(:empty) ~ [data-notify=message] {
      margin-top: 0.2rem; }
    .alert[data-notify] .progress {
      margin-top: 0.5rem;
      line-height: 0.5rem; }
      .alert[data-notify] .progress .progress-bar {
        height: 0.5rem; }

        .alert {
          background: #ffffff; }
          .alert .close {
            color: #cfcedb; }
          .alert.m-alert--default {
            background: #d6d6d6;
            color: #707070; }
            .alert.m-alert--default .m-alert__icon i {
              color: #8a8a8a; }
            .alert.m-alert--default .close {
              color: #8a8a8a; }
          .alert.m-alert--air {
            -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) ; }
            .alert.m-alert--air:not(.m-alert--outline) {
              border: 0; }
          .alert.m-alert--outline.alert-brand {
            color: #707070;
            background-color: #ffffff;
            border-color: #34b133;
            color: #34b133;
            font-weight: 400; }
            .alert.m-alert--outline.alert-brand hr {
              border-top-color: #2e9d2d; }
            .alert.m-alert--outline.alert-brand .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-brand .close {
              color: #34b133; }
            .alert.m-alert--outline.alert-brand .m-alert__icon i {
              color: #34b133; }
            .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #34b133; }
              .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #34b133/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-metal {
            color: #707070;
            background-color: #ffffff;
            border-color: #c4c5d6;
            color: #c4c5d6;
            font-weight: 400; }
            .alert.m-alert--outline.alert-metal hr {
              border-top-color: #b5b6cc; }
            .alert.m-alert--outline.alert-metal .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-metal .close {
              color: #c4c5d6; }
            .alert.m-alert--outline.alert-metal .m-alert__icon i {
              color: #c4c5d6; }
            .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #c4c5d6; }
              .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #c4c5d6/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-light {
            color: #707070;
            background-color: #ffffff;
            border-color: #ffffff;
            color: #ffffff;
            font-weight: 400; }
            .alert.m-alert--outline.alert-light hr {
              border-top-color: #f2f2f2; }
            .alert.m-alert--outline.alert-light .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-light .close {
              color: #ffffff; }
            .alert.m-alert--outline.alert-light .m-alert__icon i {
              color: #ffffff; }
            .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #ffffff; }
              .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon i {
                color: #282a3c; }
              .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #ffffff/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-accent {
            color: #707070;
            background-color: #ffffff;
            border-color: #00c5dc;
            color: #00c5dc;
            font-weight: 400; }
            .alert.m-alert--outline.alert-accent hr {
              border-top-color: #00aec3; }
            .alert.m-alert--outline.alert-accent .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-accent .close {
              color: #00c5dc; }
            .alert.m-alert--outline.alert-accent .m-alert__icon i {
              color: #00c5dc; }
            .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #00c5dc; }
              .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #00c5dc/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-focus {
            color: #707070;
            background-color: #ffffff;
            border-color: #9816f4;
            color: #9816f4;
            font-weight: 400; }
            .alert.m-alert--outline.alert-focus hr {
              border-top-color: #8b0be6; }
            .alert.m-alert--outline.alert-focus .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-focus .close {
              color: #9816f4; }
            .alert.m-alert--outline.alert-focus .m-alert__icon i {
              color: #9816f4; }
            .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #9816f4; }
              .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #9816f4/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-primary {
            color: #707070;
            background-color: #ffffff;
            border-color: #5867dd;
            color: #5867dd;
            font-weight: 400; }
            .alert.m-alert--outline.alert-primary hr {
              border-top-color: #4354d9; }
            .alert.m-alert--outline.alert-primary .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-primary .close {
              color: #5867dd; }
            .alert.m-alert--outline.alert-primary .m-alert__icon i {
              color: #5867dd; }
            .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #5867dd; }
              .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #5867dd/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-success {
            color: #707070;
            background-color: #ffffff;
            border-color: #34b133;
            color: #34b133;
            font-weight: 400; }
            .alert.m-alert--outline.alert-success hr {
              border-top-color: #2e9d2d; }
            .alert.m-alert--outline.alert-success .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-success .close {
              color: #34b133; }
            .alert.m-alert--outline.alert-success .m-alert__icon i {
              color: #34b133; }
            .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #34b133; }
              .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #34b133/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-info {
            color: #707070;
            background-color: #ffffff;
            border-color: #36a3f7;
            color: #36a3f7;
            font-weight: 400; }
            .alert.m-alert--outline.alert-info hr {
              border-top-color: #1d98f6; }
            .alert.m-alert--outline.alert-info .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-info .close {
              color: #36a3f7; }
            .alert.m-alert--outline.alert-info .m-alert__icon i {
              color: #36a3f7; }
            .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #36a3f7; }
              .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #36a3f7/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-warning {
            color: #707070;
            background-color: #ffffff;
            border-color: #ffb822;
            color: #ffb822;
            font-weight: 400; }
            .alert.m-alert--outline.alert-warning hr {
              border-top-color: #ffb009; }
            .alert.m-alert--outline.alert-warning .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-warning .close {
              color: #ffb822; }
            .alert.m-alert--outline.alert-warning .m-alert__icon i {
              color: #ffb822; }
            .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #ffb822; }
              .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon i {
                color: #111111; }
              .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #ffb822/*rtl:ignore*/; }
          .alert.m-alert--outline.alert-danger {
            color: #707070;
            background-color: #ffffff;
            border-color: #f4516c;
            color: #f4516c;
            font-weight: 400; }
            .alert.m-alert--outline.alert-danger hr {
              border-top-color: #f23958; }
            .alert.m-alert--outline.alert-danger .alert-link {
              color: #575757; }
            .alert.m-alert--outline.alert-danger .close {
              color: #f4516c; }
            .alert.m-alert--outline.alert-danger .m-alert__icon i {
              color: #f4516c; }
            .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon {
              position: relative;
              background: #f4516c; }
              .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff; }
              .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #f4516c/*rtl:ignore*/; }
          .alert.m-alert--outline-2x {
            border-width: 2px; }
        
        .alert-brand:not(.m-alert--outline) {
          color: #eaf9ea;
          background-color: #3dc73c;
          border-color: #37bd36; }
          .alert-brand:not(.m-alert--outline) hr {
            border-top-color: #32a931; }
          .alert-brand:not(.m-alert--outline) .alert-link {
            color: #c3eec2; }
          .alert-brand:not(.m-alert--outline) .close {
            color: #eaf9ea; }
        
        .alert-metal:not(.m-alert--outline) {
          color: white;
          background-color: #d6d7e3;
          border-color: #cdcedc; }
          .alert-metal:not(.m-alert--outline) hr {
            border-top-color: #bebfd2; }
          .alert-metal:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-metal:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-light:not(.m-alert--outline) {
          color: white;
          background-color: white;
          border-color: white; }
          .alert-light:not(.m-alert--outline) hr {
            border-top-color: #f2f2f2; }
          .alert-light:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-light:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-accent:not(.m-alert--outline) {
          color: #dcfbff;
          background-color: #00e0fb;
          border-color: #00d3eb; }
          .alert-accent:not(.m-alert--outline) hr {
            border-top-color: #00bcd2; }
          .alert-accent:not(.m-alert--outline) .alert-link {
            color: #a9f6ff; }
          .alert-accent:not(.m-alert--outline) .close {
            color: #dcfbff; }
        
        .alert-focus:not(.m-alert--outline) {
          color: white;
          background-color: #a533f5;
          border-color: #9e25f5; }
          .alert-focus:not(.m-alert--outline) hr {
            border-top-color: #940cf4; }
          .alert-focus:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-focus:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-primary:not(.m-alert--outline) {
          color: white;
          background-color: #717ee2;
          border-color: #6573e0; }
          .alert-primary:not(.m-alert--outline) hr {
            border-top-color: #505fdb; }
          .alert-primary:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-primary:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-success:not(.m-alert--outline) {
          color: #eaf9ea;
          background-color: #3dc73c;
          border-color: #37bd36; }
          .alert-success:not(.m-alert--outline) hr {
            border-top-color: #32a931; }
          .alert-success:not(.m-alert--outline) .alert-link {
            color: #c3eec2; }
          .alert-success:not(.m-alert--outline) .close {
            color: #eaf9ea; }
        
        .alert-info:not(.m-alert--outline) {
          color: white;
          background-color: #53b0f8;
          border-color: #45aaf8; }
          .alert-info:not(.m-alert--outline) hr {
            border-top-color: #2c9ff7; }
          .alert-info:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-info:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-warning:not(.m-alert--outline) {
          color: white;
          background-color: #ffc241;
          border-color: #ffbd31; }
          .alert-warning:not(.m-alert--outline) hr {
            border-top-color: #ffb518; }
          .alert-warning:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-warning:not(.m-alert--outline) .close {
            color: white; }
        
        .alert-danger:not(.m-alert--outline) {
          color: white;
          background-color: #f66e84;
          border-color: #f55f78; }
          .alert-danger:not(.m-alert--outline) hr {
            border-top-color: #f34764; }
          .alert-danger:not(.m-alert--outline) .alert-link {
            color: #e6e6e6; }
          .alert-danger:not(.m-alert--outline) .close {
            color: white; }