body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}.wizard.wizard-3 .wizard-nav .wizard-steps {
  display: flex;
  align-items: flex-end;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-right: 1rem;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child {
  margin-right: 0;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #B5B5C3;
  padding: 2rem 0.5rem;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title span {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar {
  height: 4px;
  width: 100%;
  background-color: #EBEDF3;
  position: relative;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: transparent;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label {
  color: #E65400;
}
.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-bar:after {
  width: 100%;
  background-color: #E65400;
}

@media (max-width: 991.98px) {
  .wizard.wizard-3 .wizard-nav .wizard-steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
  }
  .wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    justify-content: flex-start;
    flex: 0 0 100%;
    padding: 1rem 0;
  }
}
.mt-code {
  padding: 3px;
  color: #E43A45;
  border-radius: 4px !important;
  display: inline;
  word-wrap: normal;
}

.caption-desc {
  font-size: 13px;
  margin-top: 0.5em;
  line-height: 2.3em;
}

.mt-element-step .row {
  margin: 0;
}
.mt-element-step .step-default .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.mt-element-step .step-default .mt-step-number {
  font-size: 26px !important;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto;
  padding: 3px 14px;
  margin-bottom: 20px;
}
.mt-element-step .step-default .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}
.mt-element-step .step-default .active {
  background-color: #32c5d2 !important;
}
.mt-element-step .step-default .active .mt-step-number {
  color: #32c5d2 !important;
}
.mt-element-step .step-default .active .mt-step-title,
.mt-element-step .step-default .active .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-default .done {
  background-color: #26C281 !important;
}
.mt-element-step .step-default .done .mt-step-number {
  color: #26C281 !important;
}
.mt-element-step .step-default .done .mt-step-title,
.mt-element-step .step-default .done .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-default .error {
  background-color: #E7505A !important;
}
.mt-element-step .step-default .error .mt-step-number {
  color: #E7505A !important;
}
.mt-element-step .step-default .error .mt-step-title,
.mt-element-step .step-default .error .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mt-element-step .step-thin .mt-step-number {
  font-size: 26px !important;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
}
.mt-element-step .step-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}
.mt-element-step .step-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}
.mt-element-step .step-thin .active {
  background-color: #32c5d2 !important;
}
.mt-element-step .step-thin .active .mt-step-number {
  color: #32c5d2 !important;
}
.mt-element-step .step-thin .active .mt-step-title,
.mt-element-step .step-thin .active .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-thin .done {
  background-color: #26C281 !important;
}
.mt-element-step .step-thin .done .mt-step-number {
  color: #26C281 !important;
}
.mt-element-step .step-thin .done .mt-step-title,
.mt-element-step .step-thin .done .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-thin .error {
  background-color: #E7505A !important;
}
.mt-element-step .step-thin .error .mt-step-number {
  color: #E7505A !important;
}
.mt-element-step .step-thin .error .mt-step-title,
.mt-element-step .step-thin .error .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: 160px;
}
.mt-element-step .step-background .mt-step-number {
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0.79em;
  color: #dae1e4;
  z-index: 4;
}
.mt-element-step .step-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
  text-align: right;
  padding-right: 25%;
  z-index: 5;
  position: relative;
}
.mt-element-step .step-background .mt-step-content {
  text-align: right;
  padding-right: 25%;
  z-index: 5;
  position: relative;
}
.mt-element-step .step-background .active {
  background-color: #32c5d2 !important;
}
.mt-element-step .step-background .active .mt-step-number {
  color: #2ab4c0 !important;
}
.mt-element-step .step-background .active .mt-step-title,
.mt-element-step .step-background .active .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background .done {
  background-color: #26C281 !important;
}
.mt-element-step .step-background .done .mt-step-number {
  color: #22ad73 !important;
}
.mt-element-step .step-background .done .mt-step-title,
.mt-element-step .step-background .done .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background .error {
  background-color: #E7505A !important;
}
.mt-element-step .step-background .error .mt-step-number {
  color: #e43a45 !important;
}
.mt-element-step .step-background .error .mt-step-title,
.mt-element-step .step-background .error .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background-thin .mt-step-col {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.mt-element-step .step-background-thin .mt-step-number {
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0.79em;
  color: #dae1e4;
  z-index: 4;
}
.mt-element-step .step-background-thin .mt-step-title {
  font-size: 30px;
  font-weight: 100;
  text-align: right;
  padding-right: 25%;
  z-index: 5;
  position: relative;
}
.mt-element-step .step-background-thin .mt-step-content {
  text-align: right;
  position: relative;
  padding-right: 25%;
  z-index: 5;
}
.mt-element-step .step-background-thin .active {
  background-color: #32c5d2 !important;
}
.mt-element-step .step-background-thin .active .mt-step-number {
  color: #2ab4c0 !important;
}
.mt-element-step .step-background-thin .active .mt-step-title,
.mt-element-step .step-background-thin .active .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background-thin .done {
  background-color: #26C281 !important;
}
.mt-element-step .step-background-thin .done .mt-step-number {
  color: #22ad73 !important;
}
.mt-element-step .step-background-thin .done .mt-step-title,
.mt-element-step .step-background-thin .done .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-background-thin .error {
  background-color: #E7505A !important;
}
.mt-element-step .step-background-thin .error .mt-step-number {
  color: #e43a45 !important;
}
.mt-element-step .step-background-thin .error .mt-step-title,
.mt-element-step .step-background-thin .error .mt-step-content {
  color: #fff !important;
}
.mt-element-step .step-no-background .mt-step-col {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.mt-element-step .step-no-background .mt-step-number {
  font-size: 26px !important;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto;
  padding: 3px 14px;
  margin-bottom: 20px;
  border: 1px solid;
  border-color: #e5e5e5;
}
.mt-element-step .step-no-background .mt-step-title {
  font-size: 30px;
  font-weight: 100;
}
.mt-element-step .step-no-background .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background .active .mt-step-title,
.mt-element-step .step-no-background .active .mt-step-content {
  color: #32c5d2 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background .done .mt-step-number {
  color: #26C281 !important;
  border-color: #26C281 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background .done .mt-step-title,
.mt-element-step .step-no-background .done .mt-step-content {
  color: #26C281 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
  font-weight: 700;
}
.mt-element-step .step-no-background .error .mt-step-title,
.mt-element-step .step-no-background .error .mt-step-content {
  color: #E7505A !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .mt-step-col {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mt-element-step .step-no-background-thin .mt-step-number {
  font-size: 26px !important;
  border-radius: 50% !important;
  float: left;
  margin: auto;
  padding: 3px 14px;
  border: 1px solid;
  border-color: #e5e5e5;
}
.mt-element-step .step-no-background-thin .mt-step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -4px;
}
.mt-element-step .step-no-background-thin .mt-step-content {
  padding-left: 60px;
  margin-top: -5px;
}
.mt-element-step .step-no-background-thin .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .active .mt-step-title,
.mt-element-step .step-no-background-thin .active .mt-step-content {
  color: #32c5d2 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .done .mt-step-number {
  color: #26C281 !important;
  border-color: #26C281 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .done .mt-step-title,
.mt-element-step .step-no-background-thin .done .mt-step-content {
  color: #26C281 !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
  font-weight: 700;
}
.mt-element-step .step-no-background-thin .error .mt-step-title,
.mt-element-step .step-no-background-thin .error .mt-step-content {
  color: #E7505A !important;
  font-weight: 700;
}
.mt-element-step .step-line .mt-step-col {
  padding: 30px 0;
  text-align: center;
}
.mt-element-step .step-line .mt-step-number {
  font-size: 26px !important;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto;
  padding: 9px;
  margin-bottom: 5px;
  border: 3px solid;
  border-color: #e5e5e5;
  position: relative;
  z-index: 5;
  height: 60px;
  width: 60px;
  text-align: center;
}
.mt-element-step .step-line .mt-step-number > i {
  position: relative;
  top: 50%;
  transform: translateY(-120%);
}
.mt-element-step .step-line .mt-step-title {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
.mt-element-step .step-line .mt-step-title:after {
  content: "";
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  left: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .mt-step-title:before {
  content: "";
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e5e5e5;
  top: -32px;
  right: 50%;
  z-index: 4;
  transform: translateY(-100%);
}
.mt-element-step .step-line .first .mt-step-title:before {
  content: none;
}
.mt-element-step .step-line .last .mt-step-title:after {
  content: none;
}
.mt-element-step .step-line .active .mt-step-number {
  color: #32c5d2 !important;
  border-color: #32c5d2 !important;
}
.mt-element-step .step-line .active .mt-step-title,
.mt-element-step .step-line .active .mt-step-content {
  color: #32c5d2 !important;
}
.mt-element-step .step-line .active .mt-step-title:after, .mt-element-step .step-line .active .mt-step-title:before {
  background-color: #32c5d2;
}
.mt-element-step .step-line .done .mt-step-number, .mt-element-step .step-line .done i {
  color: #26C281 !important;
  border-color: #26C281 !important;
}
.mt-element-step .step-line .done .mt-step-title,
.mt-element-step .step-line .done .mt-step-content {
  color: #26C281 !important;
}
.mt-element-step .step-line .done .mt-step-title:after, .mt-element-step .step-line .done .mt-step-title:before {
  background-color: #26C281;
}
.mt-element-step .step-line .error .mt-step-number {
  color: #E7505A !important;
  border-color: #E7505A !important;
}
.mt-element-step .step-line .error .mt-step-title,
.mt-element-step .step-line .error .mt-step-content {
  color: #E7505A !important;
}
.mt-element-step .step-line .error .mt-step-title:after, .mt-element-step .step-line .error .mt-step-title:before {
  background-color: #E7505A;
}
[x-cloak] {
  display: none;
}

.btn:not(.btn-text).cursor-wait {
  cursor: wait;
}

.btn:not(.btn-text).cursor-not-allowed {
  cursor: not-allowed;
}

tr.row-selected td {
  background-color: #eceff6;
}
tr.row-selected td:first-child {
  border-left: 3px solid #e65504;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F3F6F9;
  opacity: 1;
}

.aside, .aside-menu, .header-mobile {
  background-color: #1d1d1d !important;
}

.brand {
  background-color: #1d1d1d !important;
}

.brand-logo img, .mobile-logo img {
  max-width: 80px !important;
}

.logo-topbar img {
  max-height: 30px !important;
}

.prioridad {
  display: flex !important;
  justify-content: center;
}

.label-prioridad {
  display: flex;
  width: 15px !important;
  height: 15px !important;
  border-radius: 100% !important;
  margin-right: 5px;
  margin-top: 2px;
}
.label-prioridad.pendiente {
  background-color: #f36a5a;
}
.label-prioridad.parcial {
  background-color: #F3C200;
}
.label-prioridad.terminada {
  background-color: #26C281;
}

.vmiddle tbody tr td, .vmiddle thead tr th {
  vertical-align: middle;
}

small, .small {
  font-size: 85% !important;
}

.etiqueta {
  color: #ffffff;
}
.etiqueta.pendiente {
  background-color: #EF4836;
}
.etiqueta.parcial {
  background-color: #F3C200;
}
.etiqueta.terminado {
  background-color: #26C281;
}

.pull-right {
  float: right;
}

.btn-eliminar {
  font-size: 1rem !important;
  color: #9c9ca0 !important;
}

.hidden {
  display: none !important;
}

/* Overrides */
.alert.alert-custom.alert-light-primary {
  background-color: rgba(230, 84, 0, 0.02);
}

/* BHP Backgrounds */
.bg-orange-1 {
  background-color: rgb(230, 84, 0);
}

.bg-orange-2 {
  background-color: rgb(246, 123, 47);
}

.bg-orange-3 {
  background-color: rgb(250, 182, 54);
}

.bg-orange-4 {
  background-color: rgb(248, 214, 150);
}

.bg-purple-1 {
  background-color: rgb(116, 32, 104);
}

.bg-purple-2 {
  background-color: rgb(159, 41, 150);
}

.bg-purple-3 {
  background-color: rgb(208, 77, 151);
}

.bg-purple-4 {
  background-color: rgb(231, 201, 225);
}

.bg-blue-1 {
  background-color: rgb(35, 68, 131);
}

.bg-blue-2 {
  background-color: rgb(25, 102, 177);
}

.bg-blue-3 {
  background-color: rgb(45, 163, 215);
}

.bg-blue-4 {
  background-color: rgb(173, 210, 244);
}

.bg-turquoise-1 {
  background-color: rgb(12, 99, 124);
}

.bg-turquoise-2 {
  background-color: rgb(14, 145, 172);
}

.bg-turquoise-3 {
  background-color: rgb(79, 219, 231);
}

.bg-turquoise-4 {
  background-color: rgb(171, 231, 228);
}

.bg-green-1 {
  background-color: rgb(1, 137, 130);
}

.bg-green-2 {
  background-color: rgb(1, 171, 139);
}

.bg-green-3 {
  background-color: rgb(179, 222, 104);
}

.bg-green-4 {
  background-color: rgb(226, 242, 154);
}

.bg-blue-gray-1 {
  background-color: rgb(71, 100, 117);
}

.bg-blue-gray-2 {
  background-color: rgb(92, 136, 156);
}

.bg-blue-gray-3 {
  background-color: rgb(144, 177, 192);
}

.bg-blue-gray-4 {
  background-color: rgb(216, 224, 227);
}

.bg-gray-1 {
  background-color: rgb(80, 84, 77);
}

.bg-gray-2 {
  background-color: rgb(131, 138, 142);
}

.bg-gray-3 {
  background-color: rgb(189, 190, 188);
}

.bg-gray-4 {
  background-color: rgb(231, 232, 213);
}

/* BHP Font colors */
.font-orange-1 {
  color: rgb(230, 84, 0);
}

.font-blue-gray-1 {
  color: rgb(71, 100, 117);
}

#form-seguimiento .form-group {
  margin-bottom: 0 !important;
}

.has-danger .select2-container--default .select2-selection--single,
.has-danger .select2-container--default .select2-selection--multiple {
  border-color: #F64E60;
}

.has-success .select2-container--default .select2-selection--single,
.has-success .select2-container--default .select2-selection--multiple,
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
}

.input-group .typeahead {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group .typeahead .form-control:not(:last-child),
.input-group .typeahead .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.btn-sm i {
  font-size: 1rem !important;
}

.fit {
  white-space: nowrap !important;
}

.table-nowrap-header th {
  white-space: nowrap !important;
}

.table-nowrap-body td {
  white-space: nowrap !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none !important;
}

#tablaEstandar.table thead th, .table thead td, #tablaBlanco.table thead th, .table thead td {
  font-size: 12px !important;
}

#stdTab .form-group, #blkTab .form-group {
  margin-bottom: 1rem;
}

.tooltip-inner {
  max-width: 800px;
}

#tablaReportes_wrapper .dt-buttons.btn-group {
  display: none !important;
}

.mapa .container {
  max-width: 100% !important;
}

.gm-style .gm-style-iw-c {
  max-width: 300px !important;
}

.offcanvas {
  width: 480px !important;
}

.offcanvas.offcanvas-right {
  right: -480px;
}

.infolayer {
  display: none !important;
}

.td-destacado {
  background-color: rgba(255, 219, 171, 0.231372549) !important;
  display: none;
}

.aside-fixed {
  transition: all 0.2s ease;
}

/* Dropzone */
.dropzone .dz-preview .dz-details {
  position: relative;
  opacity: 1;
  padding: 1rem 0.5rem;
}

.dropzone .dz-preview .dz-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  left: 20px;
  top: 40px;
}

.dropzone .dz-preview .dz-error-message {
  color: #fff;
  background: #e08283;
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #e08283;
}

.dropzone .dz-preview .dz-image img {
  max-width: 100%;
}

.dropzone-file-area {
  border: 2px dashed #5b9bd2;
  padding: 40px;
}

.dropzone .dz-preview {
  width: 120px !important;
}

.dropzone .dz-preview .dz-image {
  height: 55px !important;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 0;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  background: #ffffff;
}

button:hover:disabled {
  cursor: not-allowed;
}

.control-label .required, .form-group .required {
  color: inherit;
  font-size: inherit;
}

.control-label > span.required {
  color: #e02222 !important;
  font-size: 12px;
}

.btn-xs {
  padding: 0.475rem 0.7rem;
  font-size: 1rem;
  border-radius: 0.35rem;
}

.btn.btn-xs i {
  font-size: 1.25rem;
}

.esri-compass {
  width: 50px !important;
  height: 50px !important;
}

.esri-compass .esri-compass__icon {
  font-size: 24px !important;
}

.spinner.spinner-left:before {
  left: 0.7rem !important;
}

.spinner.spinner-left.btn:not(.btn-block).spinner-sm {
  padding-left: 2.5rem !important;
}

#btn-buscar {
  min-width: 88px !important;
}

#btn-buscar.btn.btn-sm i {
  padding-right: 0.5rem !important;
}

.fila-seleccionada {
  background-color: rgba(171, 255, 202, 0.5607843137) !important;
}

.swal2-validation-message {
  background: #FFE2E5;
  border-radius: 5px;
  color: #F64E60;
  font-weight: 500;
}

.wizard [data-wizard-type=action-next] {
  display: none !important;
}

.wizard.done[data-wizard-state=first] [data-wizard-type=action-next] {
  display: inline-block !important;
}

.wizard.done[data-wizard-state=between] [data-wizard-type=action-next] {
  display: inline-block !important;
}

.wizard [data-wizard-type=action-prev] {
  display: none !important;
}

.wizard.done[data-wizard-state=between] [data-wizard-type=action-prev] {
  display: inline-block !important;
}

.wizard.done[data-wizard-state=last] [data-wizard-type=action-prev] {
  display: inline-block !important;
}

.color-rechazo-deshabilitado {
  background-color: rgba(246, 78, 96, 0.1882352941) !important;
}

.color-aprobado-deshabilitado {
  background-color: rgba(27, 197, 189, 0.2509803922) !important;
}

.tabla-procesos-sondajes td {
  min-width: 120px !important;
  padding: 5px !important;
  font-size: 85% !important;
}
.tabla-procesos-sondajes td span {
  min-width: 45px;
  display: inline-block;
}
.tabla-procesos-sondajes .status-terminada {
  border-left: 3px solid !important;
  border-color: #78ce70 !important;
  background: #d6f0d4 !important;
  color: #487c43 !important;
}
.tabla-procesos-sondajes .status-terminada i.fad {
  color: #487c43 !important;
  right: -2px;
}
.tabla-procesos-sondajes .status-parcial {
  border-left: 3px solid !important;
  border-color: #fecd1e !important;
  background: #fef0bb !important;
  color: #7f660f !important;
  padding-left: 5px !important;
}
.tabla-procesos-sondajes .status-parcial i.fad {
  color: #7f660f !important;
  right: -2px;
}
.tabla-procesos-sondajes .status-pendiente {
  border-left: 3px solid !important;
  border-color: #f76c6c !important;
  background: #fde1e1 !important;
  color: #944040 !important;
  padding-left: 5px !important;
}
.tabla-procesos-sondajes .status-pendiente i.fad {
  color: #944040 !important;
  right: -2px;
}
.tabla-procesos-sondajes .status-na {
  background: repeating-linear-gradient(135deg, #d7d7d7, #d7d7d7 10px, #cacaca 10px, #cacaca 20px);
}

.border-bottom-bold {
  border-bottom: 1px solid #c1c1c1 !important;
}

.btn-light-primary {
  background-color: rgba(230, 84, 0, 0.168627451) !important;
}

.label.label-light-secondary {
  color: #3699FF;
  background-color: #E1F0FF;
}

.aside-menu .menu-nav > .menu-item.menu-item-active i {
  color: #E65400;
}

.label.label-light-done {
  color: #3699FF;
  background-color: #E1F0FF;
}