<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhs.ttf)
        format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf)
        format("truetype");
} */

/* @font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    src: url(https://storage.googleapis.com/eloz_devs/material_symbols_outlined_500_v91.woff2)
        format("woff2");
    font-weight: normal;
    font-style: normal;
} */

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&amp;display=swap");

body {
    font-family: "Figtree";
    font-size: var(--e-ft);
    line-height: 1.3856;
    color: #47535f;
    background-color: #fff;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: var(--e-icon-sz);
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    /* display: inline-block; */
    display: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    width: 100%;
    height: 100%;
    letter-spacing: 0.3px !important;
    font-weight: 300;
}

input {
    letter-spacing: 0.3px !important;
    /* overflow-y: scroll; */
}

body &gt; #app-wrapper {
    position: relative;
    height: auto;
    min-height: 100%;
    width: 100%;
    background-color: var(--e-background2);
}

.sidebar-left-open {
    overflow: hidden;
}

.sidebar-left-open body &gt; section#app-wrapper {
    overflow-x: hidden;
}

@media (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

@media (min-width: 970px) {
    .modal {
        overflow-y: auto;
    }

    .modal-open {
        overflow: auto;
    }
}

.csstransforms3d.sidebar-open-ltr {
    -webkit-transform: translate3d(30rem, 0, 0);
    transform: translate3d(30rem, 0, 0);
}

.no-csstransforms3d.sidebar-open-ltr {
    left: 30rem;
}

.app-sidebar .nav-sidebar &gt; .nav &gt; li &gt; a .arrow:after {
    content: "\f0da";
}

.csstransforms3d.sidebar-open-ltr #app-content {
    -webkit-transform: translate3d(30rem, 0, 0);
    transform: translate3d(30rem, 0, 0);
}

.no-csstransforms3d.sidebar-open-ltr #app-content {
    left: 30rem;
}

.csstransforms3d.sidebar-open-rtl #app-content {
    -webkit-transform: translate3d(-30rem, 0, 0);
    transform: translate3d(-30rem, 0, 0);
}

#app-content {
    min-height: 100vh;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#app-content:before,
#app-content:after {
    content: " ";
    display: table;
}

#app-content:after {
    clear: both;
}

#app-content &gt; .content-body {
    margin-right: 1.5rem;
    /* margin-top: 0.75rem; */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#app-content &gt; .content-body .container-fluid.container-xs {
    padding-left: 5px;
    padding-right: 5px;
}

#app-content &gt; .content-body .container-fluid.container-sm {
    padding-left: 10px;
    padding-right: 10px;
}

#app-content &gt; .content-body .container-fluid.container-md {
    padding-left: 15px;
    padding-right: 15px;
}

#app-content &gt; .content-body .container-fluid.container-lg {
    padding-left: 20px;
    padding-right: 20px;
}

#app-content.content-only {
    width: 100%;
}

#app-content.content-only .page-header {
    padding-top: 30px;
    padding-left: 30px;
    margin: -15px -15px 0 -15px;
}

#app-content.content-only.container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    #app-content {
        position: static;
    }

    .sidebar-minimized #app-content {
        margin-left: 60px !important;
    }
}

.csstransforms3d.sidebar-open-ltr #app-footer {
    -webkit-transform: translate3d(30rem, 0, 0);
    transform: translate3d(30rem, 0, 0);
}

.no-csstransforms3d.sidebar-open-ltr #app-footer {
    left: 30rem;
}

.csstransforms3d.sidebar-open-rtl #app-footer {
    -webkit-transform: translate3d(-30rem, 0, 0);
    transform: translate3d(-30rem, 0, 0);
}

.no-csstransforms3d.sidebar-open-rtl #app-footer {
    left: -30rem;
    right: 30rem;
}

#app-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: 46px;
    line-height: 46px;
    background-color: #fbfbfb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#app-footer ~ #app-content &gt; .content-body {
    padding-bottom: 46px;
    position: relative;
}

#app-footer:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -1px;
    height: inherit;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .sidebar-minimized #app-footer {
        margin-left: 60px !important;
    }
}

hr,
.hr-expand {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #ebedf0;
}

hr.hr-w-2,
.hr-expand.hr-w-2 {
    border-width: 2px;
}

hr.hr-w-3,
.hr-expand.hr-w-3 {
    border-width: 3px;
}

a:hover {
    cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

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

.page-header {
    padding-top: 6.5rem !important;
    padding-bottom: 0rem;
    margin: 0;
    border-bottom: 0;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* z-index: 15; */
    /* pointer-events: none; */
}

.page-header .breadcrumb {
    padding: 5px 0;
    background-color: inherit;
    border-radius: 0;
}

.page-header h3 {
    font-size: 2rem !important;
    font-weight: 500 !important;
    z-index: 15;
}

.container .page-header {
    margin: -15px -15px 15px -15px;
}

.container.container-xs .page-header {
    margin: -5px -5px 5px -5px;
}

.container.container-sm .page-header {
    margin: -10px -10px 10px -10px;
}

.container.container-md .page-header {
    margin: -15px -15px 15px -15px;
}

.container.container-lg .page-header {
    margin: -20px -20px 20px -20px;
}

.tt-u {
    text-transform: uppercase;
}

.text-muted {
    color: #8393a2;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #68798a;
}

.text-white {
    color: #fff;
}

a.text-white:hover {
    color: #e6e6e6;
}

.text-white.light-xs {
    color: #fff;
}

a.text-white.light-xs:hover {
    color: #fff;
}

.text-white.dark-xs {
    color: #d9d9d9;
}

a.text-white.dark-xs:hover {
    color: #ccc;
}

span.dark-sm {
    display: block;
}

.text-white.dark-sm {
    color: #b3b3b3;
}

a.text-white.dark-sm:hover {
    color: #a6a6a6;
}

.text-white.dark-md {
    color: #8c8c8c;
}

a.text-white.dark-md:hover {
    color: #808080;
}

.text-white.dark-lg {
    color: #666;
}

a.text-white.dark-lg:hover {
    color: #595959;
}

.text-primary {
    color: #4e5d9d;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #3d497b;
}

.text-success {
    color: #00b49c;
}

a.text-success:hover {
    color: #008170;
}

.text-success.light-xs {
    color: #01ffdd;
}

a.text-success.light-xs:hover {
    color: #00e7c8;
}

.text-success.dark-xs {
    color: #00685a;
}

a.text-success.dark-xs:hover {
    color: #004e44;
}

.text-success.dark-sm {
    color: #001b17;
}

a.text-success.dark-sm:hover {
    color: #000201;
}

.text-success.dark-md {
    color: #000;
}

a.text-success.dark-md:hover {
    color: #000;
}

.text-success.dark-lg {
    color: #000;
}

a.text-success.dark-lg:hover {
    color: #000;
}

.text-warning {
    color: #fdb933;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #fba702;
}

.text-danger {
    color: #f86b4f;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #f6421e;
}

.text-info {
    color: #35b4b9;
}

a.text-info:hover,
a.text-info:focus {
    color: #2a8d91;
}

.text-twitter {
    color: #55acee;
}

a.text-twitter:hover,
a.text-twitter:focus {
    color: #2795e9;
}

.text-facebook {
    color: #3b5998;
}

a.text-facebook:hover,
a.text-facebook:focus {
    color: #2d4373;
}

.text-google {
    color: #dd4b39;
}

a.text-google:hover,
a.text-google:focus {
    color: #c23321;
}

blockquote {
    padding-left: 40px;
    border-width: 0px;
}

blockquote &gt; p {
    position: relative;
    font-style: italic;
    font-size: 18px !important;
}

blockquote &gt; p:before {
    position: absolute;
    top: -1px;
    margin-left: -25px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f10d";
    color: #ebedf0;
}

blockquote &gt; p:after {
    position: absolute;
    bottom: -1px;
    margin-left: 5px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f10e";
    color: #ebedf0;
}

.blockquote-reverse {
    padding-left: 20px;
    padding-right: 40px;
    border-width: 0px;
}

.touch .scroll-content {
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.touch .scroll-content::-webkit-scrollbar {
    width: 0;
}

.no-touch .scroll-wrapper,
.no-touch .scroll-wrapper &gt; .scroll-content {
    height: 100%;
}

.no-touch .scroll-wrapper &gt; .scroll-rail {
    display: none !important;
}

.btn,
.btn:active,
.btn.active {
    outline: 0;
}

.btn .fa {
    min-width: 13px;
}

.btn &gt; .caret {
    margin-top: -1px;
}

.btn.btn-rounded {
    border-radius: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.btn.btn-circle {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%;
}

.btn.btn-circle.btn-lg {
    width: 43px;
}

.btn.btn-circle.btn-sm {
    width: 27px;
}

.btn.btn-circle.btn-xs {
    width: 19px;
}

.btn.btn-outline {
    background-color: transparent;
    border-width: 1px;
}

.btn.btn-outline.btn-primary {
    color: #4e5d9d;
}

.btn.btn-outline.btn-success {
    color: #00b49c;
}

.btn.btn-outline.btn-warning {
    color: #fdb933;
}

.btn.btn-outline.btn-danger {
    background-color: #fff;
}

.btn.btn-outline.btn-info {
    color: #35b4b9;
}

.btn-link {
    font-weight: 600;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.btn-group .btn ~ .btn,
.btn-group .btn ~ .btn-group,
.btn-group .btn-group ~ .btn,
.btn-group .btn-group ~ .btn-group {
    margin-left: 3px;
}

.alert-dismissible .close,
.alert-dismissible .close {
    top: -1px;
}

.alert-primary {
    background: var(--e-priority1);
}

.alert-secondary {
    background: #ff3d00e0;
    color: var(--e-background);
}

.alert-tertiary {
    background: var(--e-priority1);
    color: var(--e-background);
}

.alert-growl {
    background: var(--e-primary);
    color: var(--e-background);
    border: none;
    box-shadow: 0px 4px 20px rgb(137 133 133 / 72%);
    border-radius: 3px;
    font-size: 1.4rem;
    padding: 2rem;
}

.alert-growl .btn-override {
    background-color: #fff;
    color: #343434;
    padding: 8px 19px;
    border-radius: var(--e-border-radius-sm);
    margin-top: 10px;
}

.div-override {
    margin: 15px;
    display: flex;
    justify-content: end;
}

.alert-growl-container {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    font-size: 16px;
}

.alert-growl .close {
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
}

.alert-growl a {
    color: var(--e-background);
}

.alert .close-flash {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    right: 10px;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert .close-flash:hover {
    filter: opacity(0.8);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
    .xdsoft_timepicker
    .xdsoft_time_box
    &gt; div
    &gt; div.xdsoft_current {
    background: var(--e-primary);
    box-shadow: unset;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
    background: var(--e-button-bg-hover) !important;
}

.content-body .cke_chrome {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
}

.content-body .cke_bottom,
.content-body .cke_top {
    background: #f8f8f8;
}

.ck-mentions span.custom-item {
    color: #000;
}

.ck-mentions span.custom-item.ck-on,
.ck-mentions span.custom-item.ck-on span.custom-item-id {
    color: #fff;
}

.ck-mentions span.custom-item span.custom-item-id {
    margin-left: 10px;
    font-size: smaller;
    color: #ccc;
}

.ck.ck-dropdown__panel {
    max-height: 180px;
    overflow-y: auto;
}

.ck-editor__editable:not(.ck-editor__nested-editable) {
    min-height: 200px;
}

.ck.ck-balloon-panel.ck-balloon-panel_caret_se.ck-balloon-panel_visible {
    z-index: 99999 !important;
}

a.media {
    display: block;
}

.media &gt; a {
    display: block;
}

.media.read {
    opacity: 0.8;
}

.media.read a {
    color: #52606d;
}

.media.new {
    background-color: #f6f7f8;
}

.notification .media-body {
    display: table-cell;
}

.media-body {
    display: block;
    font-size: var(--e-ft-md);
}

.media-heading {
    display: block;
}

.media-heading &gt; .bullet {
    margin-top: -1px;
}

.media-list.media-list-feed {
    position: relative;
}

.media-list.media-list-feed .media {
    overflow: visible;
}

.media-list.media-list-feed .media &gt; .media-object {
    position: relative;
    width: 28px;
    text-align: center;
}

.media-list.media-list-feed .media &gt; .media-object:before {
    content: "";
    position: absolute;
    top: -200%;
    bottom: -200%;
    width: 1px;
    left: 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
}

.media-list.media-list-feed .media &gt; .media-object &gt; .figure {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    background-color: #dce0e5;
}

.media-list.media-list-feed .media &gt; .media-object &gt; .figure.featured {
    width: 20px;
    height: 20px;
    line-height: 19px;
}

.media-list.media-list-feed .media:first-child &gt; .media-object:before {
    top: 0;
}

.media-list.media-list-contact &gt; .media-heading {
    padding: 15px 15px 5px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}

.media-list.media-list-contact &gt; .media {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.media-list.media-list-contact &gt; .media a {
    padding: 10px 15px;
}

.media-list.media-list-contact &gt; .media a:hover,
.media-list.media-list-contact &gt; .media a:focus {
    background-color: transparent;
}

.media-list.media-list-bubble &gt; .media {
    padding: 15px;
}

.media-list.media-list-bubble &gt; .media:after {
    display: none;
}

.media-list.media-list-bubble &gt; .media .media-object {
    position: relative;
    float: left;
    margin-right: 15px;
}

.media-list.media-list-bubble &gt; .media .media-object:after {
    content: "";
    position: absolute;
    top: 7px;
    right: -18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f3f3f3 transparent transparent;
}

.media-list.media-list-bubble &gt; .media .media-body .media-text {
    display: inline-block;
    padding: 8px;
    color: #52606d;
    background-color: #f3f3f3;
    border-radius: 3px;
}

.media-list.media-list-bubble &gt; .media.media-right .media-object {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
}

.media-list.media-list-bubble &gt; .media.media-right .media-object:after {
    left: -18px;
    right: auto;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #4e5d9d;
}

.media-list.media-list-bubble &gt; .media.media-right .media-body {
    text-align: right;
}

.media-list.media-list-bubble &gt; .media.media-right .media-body .media-text {
    color: #f2f2f2;
    background-color: #4e5d9d;
}

.extra-menu {
    height: 60px;
    padding-top: 20px;
    position: absolute;
    right: 15px;
}

.extra-menu a {
    font-size: 1.1em;
    color: rgba(255, 255, 255, 0.55);
}

.extra-menu a:hover {
    color: #fff;
}

.list-group-item &gt; a {
    position: relative;
    z-index: 1;
    display: block;
}

a.list-group-item:hover,
a.list-group-item:focus {
    z-index: 2;
}

label.list-group-item {
    color: #555;
}

label.list-group-item .list-group-item-heading {
    color: #333;
}

label.list-group-item:hover,
label.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

.caret {
    margin-top: -1px;
}

.dropdown-menu i {
    display: none;
}

.dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.dropdown-menu .divider {
    margin: 5px 0;
}

.dropdown-menu .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-width: 0;
    margin-bottom: 0;
    margin-top: -5px;
    margin-bottom: -5px;
}

.dropdown-menu .panel .panel-heading {
    border-radius: 0;
}

.dropdown-menu &gt; li &gt; a {
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 5px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.dropdown-menu &gt; li &gt; a .fa {
    min-width: 15px;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
    color: #596776;
    background-color: #f0f0f0;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

ul.dropdown-menu-form {
    padding: 0 5px 0 30px;
    max-height: 300px;
    overflow-y: auto;
}

.nav &gt; li &gt; a {
    font-weight: normal;
    padding: 1rem;
    padding-left: 1.2rem;
}

.nav &gt; li &gt; a .text,
.nav &gt; li &gt; a .icon,
.nav &gt; li &gt; a .arrow {
    line-height: 18px;
}

.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
    background-color: transparent;
}

.nav .nav-divider {
    background-color: rgba(0, 0, 0, 0.05);
}

.nav .nav-heading {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 18px;
    padding-bottom: 5px;
    color: #a0acb8;
}

.nav-tabs {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 8px -3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -3px 8px -3px rgba(0, 0, 0, 0.05);
}

.nav-tabs &gt; li &gt; a {
    line-height: 20px;
}

.nav-tabs &gt; li.active &gt; a {
    overflow: hidden;
    border-top-color: transparent;
}

.nav-tabs &gt; li.active &gt; a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #f67f31;
}

.nav-pills &gt; li + li {
    margin-left: 5px;
}

.notes {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.notes li &gt; .panel &gt; .panel-body {
    display: block !important;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.notes li &gt; .panel &gt; .panel-body [class*=" icon"],
.notes li &gt; .panel &gt; .panel-body [class^="icon"] {
    position: static;
    padding: 0;
}

.notes li &gt; .panel &gt; .panel-body [class*=" icon"].height-auto:before,
.notes li &gt; .panel &gt; .panel-body [class^="icon"].height-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
}

.notes li &gt; .panel &gt; .panel-body [class*=" icon"].bdr-l.height-auto:before,
.notes li &gt; .panel &gt; .panel-body [class^="icon"].bdr-l.height-auto:before {
    margin-left: -1px;
}

.notes li &gt; .panel &gt; .panel-body [class*=" icon"].bdr-r.height-auto:before,
.notes li &gt; .panel &gt; .panel-body [class^="icon"].bdr-r.height-auto:before {
    margin-right: -1px;
}

.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-1 {
    vertical-align: middle;
}

.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-2,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-3,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-4,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-5,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-6,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-7,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-8,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-9,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-10,
.notes li &gt; .panel &gt; .panel-body &gt; .col-xs-11,
.notes li &gt; .panel &gt; .panel-body &gt; .cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

.notes li &gt; .panel &gt; .panel-body &gt; .cell {
    width: 100%;
}

@media (min-width: 768px) {
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-1,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-2,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-3,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-4,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-5,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-6,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-7,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-8,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-9,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-10,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-sm-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
}

@media (min-width: 992px) {
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-1,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-2,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-3,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-4,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-5,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-6,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-7,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-8,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-9,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-10,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-md-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
}

@media (min-width: 1200px) {
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-1,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-2,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-3,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-4,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-5,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-6,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-7,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-8,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-9,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-10,
    .notes li &gt; .panel &gt; .panel-body &gt; .col-lg-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
}

.bullet {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a0acb8;
}

.bullet.bullet-primary {
    background-color: #4e5d9d;
}

.bullet.bullet-success {
    background-color: #00b49c;
}

.bullet.bullet-info {
    background-color: #35b4b9;
}

.bullet.bullet-warning {
    background-color: #fdb933;
}

.bullet.bullet-danger {
    background-color: #f86b4f;
}

.label {
    display: inline-block;
    line-height: 1.5;
    padding: 0.25em 0.6em 0.15em 0.6em;
    border-radius: 2px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.badge {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.mautic-brand {
    display: block;
    height: 60px;
    padding-left: 35px;
    padding-right: 32px;
    width: 100%;
    overflow: hidden;
}

.mautic-brand.pull-left {
    width: 75%;
}

.mautic-brand.minimized {
    background-size: contain;
}

.mautic-brand &gt; svg.mautic-logo-figure {
    width: 32px;
    height: 60px;
}

.mautic-brand &gt; svg.mautic-logo-figure .circle {
    fill: #fff;
}

.mautic-brand &gt; svg.mautic-logo-figure .m,
.mautic-brand &gt; svg.mautic-logo-figure .m-arrow {
    fill: #fdb933;
}

.mautic-brand &gt; svg.mautic-logo-text {
    height: 60px;
    width: 98px;
}

.mautic-brand &gt; svg.mautic-logo-text .m,
.mautic-brand &gt; svg.mautic-logo-text .a,
.mautic-brand &gt; svg.mautic-logo-text .u,
.mautic-brand &gt; svg.mautic-logo-text .t,
.mautic-brand &gt; svg.mautic-logo-text .i,
.mautic-brand &gt; svg.mautic-logo-text .c {
    fill: #fff;
}

label {
    font-weight: 500;
    font-size: 14px;
    color: var(--e-primary);
}

.label-tag {
    white-space: normal;
    text-align: left;
}

.control-label.text-left {
    text-align: left;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.form-control.form-control-rounded {
    border-radius: 32px;
}

.form-stack .form-control {
    position: relative;
    border-radius: 0;
}

.form-stack .form-control:focus {
    z-index: 1;
}

.form-stack .form-control + .form-control {
    margin-top: -1px;
}

.form-stack .form-control:first-child {
    border-radius: 3px 3px 0 0;
}

.form-stack .form-control:last-child {
    border-radius: 0 0 3px 3px;
}

.form-stack .form-control.input-lg:first-child {
    border-radius: 4px 4px 0 0;
}

.form-stack .form-control.input-lg:last-child {
    border-radius: 0 0 4px 4px;
}

.form-stack .form-control.input-sm:first-child {
    border-radius: 2px 2px 0 0;
}

.form-stack .form-control.input-sm:last-child {
    border-radius: 0 0 2px 2px;
}

.form-stack .form-control-icon:first-child &gt; .form-control {
    border-radius: 3px 3px 0 0;
}

.form-stack .form-control-icon:first-child &gt; .form-control.input-lg {
    border-radius: 4px 4px 0 0;
}

.form-stack .form-control-icon:first-child &gt; .form-control.input-sm {
    border-radius: 2px 2px 0 0;
}

.form-stack .form-control-icon:last-child &gt; .form-control {
    border-radius: 0 0 3px 3px;
}

.form-stack .form-control-icon:last-child &gt; .form-control.input-lg {
    border-radius: 0 0 4px 4px;
}

.form-stack .form-control-icon:last-child &gt; .form-control.input-sm {
    border-radius: 0 0 2px 2px;
}

.form-stack .form-control-icon + .form-control-icon {
    margin-top: -1px;
}

.form-control-icon {
    position: relative;
}

.form-control-icon .form-control {
    padding-left: 32px;
}

.form-control-icon .form-control.input-lg {
    padding-left: 42px;
}

.form-control-icon .form-control.input-lg + .the-icon {
    font-size: 16px;
    line-height: 42px;
    width: 42px;
}

.form-control-icon .form-control.input-sm {
    padding-left: 28px;
}

.form-control-icon .form-control.input-sm + .the-icon {
    font-size: 11px;
    line-height: 28px;
    width: 28px;
}

.form-control-icon .the-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    line-height: 31px;
    width: 32px;
    text-align: center;
}

.form-control-icon.form-control-icon-right .the-icon {
    right: 0;
    left: auto;
}

.form-control-icon.form-control-icon-right .form-control {
    padding-left: 12px;
    padding-right: 32px;
}

.form-control-icon.form-control-icon-right .form-control.input-lg {
    padding-left: 16px;
    padding-right: 42px;
}

.form-control-icon.form-control-icon-right .form-control.input-sm {
    padding-left: 10px;
    padding-right: 28px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
    font-weight: normal;
}

.checkbox[class*=" custom"],
.radio[class*=" custom"],
.checkbox-inline[class*=" custom"],
.radio-inline[class*=" custom"],
.checkbox[class^="custom"],
.radio[class^="custom"],
.checkbox-inline[class^="custom"],
.radio-inline[class^="custom"] {
    position: relative;
}

.checkbox[class*=" custom"] label,
.radio[class*=" custom"] label,
.checkbox-inline[class*=" custom"] label,
.radio-inline[class*=" custom"] label,
.checkbox[class^="custom"] label,
.radio[class^="custom"] label,
.checkbox-inline[class^="custom"] label,
.radio-inline[class^="custom"] label {
    padding-left: 24px;
}

.checkbox[class*=" custom"] label input,
.radio[class*=" custom"] label input,
.checkbox-inline[class*=" custom"] label input,
.radio-inline[class*=" custom"] label input,
.checkbox[class^="custom"] label input,
.radio[class^="custom"] label input,
.checkbox-inline[class^="custom"] label input,
.radio-inline[class^="custom"] label input {
    position: absolute;
    opacity: 0;
}

.checkbox[class*=" custom"] label input + span,
.radio[class*=" custom"] label input + span,
.checkbox-inline[class*=" custom"] label input + span,
.radio-inline[class*=" custom"] label input + span,
.checkbox[class^="custom"] label input + span,
.radio[class^="custom"] label input + span,
.checkbox-inline[class^="custom"] label input + span,
.radio-inline[class^="custom"] label input + span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: -25px;
    margin-right: 4px;
    margin-top: 1px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkbox[class*=" custom"] label input + span:after,
.radio[class*=" custom"] label input + span:after,
.checkbox-inline[class*=" custom"] label input + span:after,
.radio-inline[class*=" custom"] label input + span:after,
.checkbox[class^="custom"] label input + span:after,
.radio[class^="custom"] label input + span:after,
.checkbox-inline[class^="custom"] label input + span:after,
.radio-inline[class^="custom"] label input + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #3c4650;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.checkbox[class*=" custom"] label input:disabled + span,
.radio[class*=" custom"] label input:disabled + span,
.checkbox-inline[class*=" custom"] label input:disabled + span,
.radio-inline[class*=" custom"] label input:disabled + span,
.checkbox[class^="custom"] label input:disabled + span,
.radio[class^="custom"] label input:disabled + span,
.checkbox-inline[class^="custom"] label input:disabled + span,
.radio-inline[class^="custom"] label input:disabled + span {
    opacity: 0.4;
}

.checkbox[class*=" custom"] label input:disabled + span:hover,
.radio[class*=" custom"] label input:disabled + span:hover,
.checkbox-inline[class*=" custom"] label input:disabled + span:hover,
.radio-inline[class*=" custom"] label input:disabled + span:hover,
.checkbox[class^="custom"] label input:disabled + span:hover,
.radio[class^="custom"] label input:disabled + span:hover,
.checkbox-inline[class^="custom"] label input:disabled + span:hover,
.radio-inline[class^="custom"] label input:disabled + span:hover {
    cursor: not-allowed;
}

.checkbox[class*=" custom"] label input:checked + span,
.radio[class*=" custom"] label input:checked + span,
.checkbox-inline[class*=" custom"] label input:checked + span,
.radio-inline[class*=" custom"] label input:checked + span,
.checkbox[class^="custom"] label input:checked + span,
.radio[class^="custom"] label input:checked + span,
.checkbox-inline[class^="custom"] label input:checked + span,
.radio-inline[class^="custom"] label input:checked + span {
    border: 1px solid #3c4650;
}

.checkbox[class*=" custom"] label input:checked + span:after,
.radio[class*=" custom"] label input:checked + span:after,
.checkbox-inline[class*=" custom"] label input:checked + span:after,
.radio-inline[class*=" custom"] label input:checked + span:after,
.checkbox[class^="custom"] label input:checked + span:after,
.radio[class^="custom"] label input:checked + span:after,
.checkbox-inline[class^="custom"] label input:checked + span:after,
.radio-inline[class^="custom"] label input:checked + span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.checkbox[class*=" custom"] label:hover input + span,
.radio[class*=" custom"] label:hover input + span,
.checkbox-inline[class*=" custom"] label:hover input + span,
.radio-inline[class*=" custom"] label:hover input + span,
.checkbox[class^="custom"] label:hover input + span,
.radio[class^="custom"] label:hover input + span,
.checkbox-inline[class^="custom"] label:hover input + span,
.radio-inline[class^="custom"] label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox[class*=" custom"] label:hover input:checked + span,
.radio[class*=" custom"] label:hover input:checked + span,
.checkbox-inline[class*=" custom"] label:hover input:checked + span,
.radio-inline[class*=" custom"] label:hover input:checked + span,
.checkbox[class^="custom"] label:hover input:checked + span,
.radio[class^="custom"] label:hover input:checked + span,
.checkbox-inline[class^="custom"] label:hover input:checked + span,
.radio-inline[class^="custom"] label:hover input:checked + span {
    border: 1px solid #3c4650;
}

.checkbox.custom-primary label input + span:after,
.radio.custom-primary label input + span:after,
.checkbox-inline.custom-primary label input + span:after,
.radio-inline.custom-primary label input + span:after {
    background-color: #4e5d9d;
}

.checkbox.custom-primary label input:checked + span,
.radio.custom-primary label input:checked + span,
.checkbox-inline.custom-primary label input:checked + span,
.radio-inline.custom-primary label input:checked + span {
    border: 1px solid #4e5d9d;
}

.checkbox.custom-primary label:hover input + span,
.radio.custom-primary label:hover input + span,
.checkbox-inline.custom-primary label:hover input + span,
.radio-inline.custom-primary label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox.custom-primary label:hover input:checked + span,
.radio.custom-primary label:hover input:checked + span,
.checkbox-inline.custom-primary label:hover input:checked + span,
.radio-inline.custom-primary label:hover input:checked + span {
    border: 1px solid #4e5d9d;
}

.checkbox.custom-info label input + span:after,
.radio.custom-info label input + span:after,
.checkbox-inline.custom-info label input + span:after,
.radio-inline.custom-info label input + span:after {
    background-color: #35b4b9;
}

.checkbox.custom-info label input:checked + span,
.radio.custom-info label input:checked + span,
.checkbox-inline.custom-info label input:checked + span,
.radio-inline.custom-info label input:checked + span {
    border: 1px solid #35b4b9;
}

.checkbox.custom-info label:hover input + span,
.radio.custom-info label:hover input + span,
.checkbox-inline.custom-info label:hover input + span,
.radio-inline.custom-info label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox.custom-info label:hover input:checked + span,
.radio.custom-info label:hover input:checked + span,
.checkbox-inline.custom-info label:hover input:checked + span,
.radio-inline.custom-info label:hover input:checked + span {
    border: 1px solid #35b4b9;
}

.checkbox.custom-success label input + span:after,
.radio.custom-success label input + span:after,
.checkbox-inline.custom-success label input + span:after,
.radio-inline.custom-success label input + span:after {
    background-color: #00b49c;
}

.checkbox.custom-success label input:checked + span,
.radio.custom-success label input:checked + span,
.checkbox-inline.custom-success label input:checked + span,
.radio-inline.custom-success label input:checked + span {
    border: 1px solid #00b49c;
}

.checkbox.custom-success label:hover input + span,
.radio.custom-success label:hover input + span,
.checkbox-inline.custom-success label:hover input + span,
.radio-inline.custom-success label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox.custom-success label:hover input:checked + span,
.radio.custom-success label:hover input:checked + span,
.checkbox-inline.custom-success label:hover input:checked + span,
.radio-inline.custom-success label:hover input:checked + span {
    border: 1px solid #00b49c;
}

.checkbox.custom-warning label input + span:after,
.radio.custom-warning label input + span:after,
.checkbox-inline.custom-warning label input + span:after,
.radio-inline.custom-warning label input + span:after {
    background-color: #fdb933;
}

.checkbox.custom-warning label input:checked + span,
.radio.custom-warning label input:checked + span,
.checkbox-inline.custom-warning label input:checked + span,
.radio-inline.custom-warning label input:checked + span {
    border: 1px solid #fdb933;
}

.checkbox.custom-warning label:hover input + span,
.radio.custom-warning label:hover input + span,
.checkbox-inline.custom-warning label:hover input + span,
.radio-inline.custom-warning label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox.custom-warning label:hover input:checked + span,
.radio.custom-warning label:hover input:checked + span,
.checkbox-inline.custom-warning label:hover input:checked + span,
.radio-inline.custom-warning label:hover input:checked + span {
    border: 1px solid #fdb933;
}

.checkbox.custom-danger label input + span:after,
.radio.custom-danger label input + span:after,
.checkbox-inline.custom-danger label input + span:after,
.radio-inline.custom-danger label input + span:after {
    background-color: #f86b4f;
}

.checkbox.custom-danger label input:checked + span,
.radio.custom-danger label input:checked + span,
.checkbox-inline.custom-danger label input:checked + span,
.radio-inline.custom-danger label input:checked + span {
    border: 1px solid #f86b4f;
}

.checkbox.custom-danger label:hover input + span,
.radio.custom-danger label:hover input + span,
.checkbox-inline.custom-danger label:hover input + span,
.radio-inline.custom-danger label:hover input + span {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.checkbox.custom-danger label:hover input:checked + span,
.radio.custom-danger label:hover input:checked + span,
.checkbox-inline.custom-danger label:hover input:checked + span,
.radio-inline.custom-danger label:hover input:checked + span {
    border: 1px solid #f86b4f;
}

.radio-inline[class*=" custom"] label input + span,
.radio[class*=" custom"] label input + span,
.radio-inline[class^="custom"] label input + span,
.radio[class^="custom"] label input + span,
.radio-inline[class*=" custom"] label input + span:after,
.radio[class*=" custom"] label input + span:after,
.radio-inline[class^="custom"] label input + span:after,
.radio[class^="custom"] label input + span:after {
    border-radius: 50%;
}

.checkbox-inline[class*=" custom"] label,
.radio-inline[class*=" custom"] label,
.checkbox-inline[class^="custom"] label,
.radio-inline[class^="custom"] label {
    padding-left: 4px;
}

.time-input select {
    margin: 0 3px 0 3px;
}

.legend-container {
    position: relative;
}

.bar-legend,
.line-legend {
    list-style: none;
    position: absolute;
    top: 0;
}

.bar-legend li,
.line-legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 0px 8px 2px 18px;
    font-size: 11px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.bar-legend li:hover,
.line-legend li:hover {
    background-color: #fafafa;
}

.bar-legend li span,
.line-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}

ul.line-legend {
    margin: 0;
    padding: 0;
    position: relative;
}

ul.line-legend li {
    display: inline;
}

.input-group .input-group-btn + .form-control {
    margin-left: -1px;
}

.img-wrapper {
    display: inline-block;
    position: relative;
}

.img-wrapper + .img-wrapper {
    margin-left: 3px;
}

.img-wrapper.pull-right + .img-wrapper {
    margin-right: 3px;
    margin-left: 0;
}

.img-wrapper:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.img-wrapper img {
    border-radius: inherit;
    display: block;
    max-width: 100%;
    height: auto;
}

.img-wrapper &gt; .label,
.img-wrapper &gt; .badge {
    position: absolute;
    z-index: 5;
    top: -10px;
    right: -10px;
}

.img-rounded {
    border-radius: 3px;
}

.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
    vertical-align: middle;
    max-width: 230px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table &gt; thead &gt; tr &gt; th {
    vertical-align: middle;
    border-bottom: 1px solid #ebedf0;
    font-size: var(--e-ft-2);
    font-weight: 700;
    text-transform: uppercase;
}

table &gt; tbody &gt; tr:hover {
    background-color: #f8f8f8;
}

.table-responsive-force {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ebedf0;
    -webkit-overflow-scrolling: touch;
}

.table-responsive-force &gt; .table {
    margin-bottom: 0;
}

.table-responsive-force &gt; .table &gt; thead &gt; tr &gt; th,
.table-responsive-force &gt; .table &gt; tbody &gt; tr &gt; th,
.table-responsive-force &gt; .table &gt; tfoot &gt; tr &gt; th,
.table-responsive-force &gt; .table &gt; thead &gt; tr &gt; td,
.table-responsive-force &gt; .table &gt; tbody &gt; tr &gt; td,
.table-responsive-force &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
}

.table-responsive-force &gt; .table-bordered {
    border: 0;
}

.table-responsive-force &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.table-responsive-force &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
}

.table-responsive-force &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.table-responsive-force &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
}

.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.table-responsive-force &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.table-responsive-force &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
}

.progress {
    background-color: #ebedf0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress.progress-md {
    height: 12px;
    border-radius: 2px;
}

.progress.progress-sm {
    height: 8px;
    border-radius: 2px;
    margin-top: 2px;
}

.progress.progress-xs {
    height: 4px;
    border-radius: 2px;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 4s ease;
    -o-transition: width 4s ease;
    transition: width 4s ease;
}

.progress-bar-success {
    background-color: #00b49c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-info {
    background-color: #35b4b9;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-warning {
    background-color: #fdb933;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.progress-bar-danger {
    background-color: #f86b4f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}

.app-sidebar .progress {
    background-color: #232b34;
}

/* .panel {
    border: 1px solid #ebedf0;
    -webkit-box-shadow: 0px 1px 1px #f3f3f3;
    box-shadow: 0px 1px 1px #f3f3f3;
} */

.row-email-type {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;

    &amp; button {
        width: 100%;
    }
}

.divider-items {
    height: 200px;
    min-width: 1px !important;
    background-color: #00000054;
    border-radius: 3px;
}

.panel-email-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: 1s;
    user-select: none;
}

.panel-email-type-body {
    text-align: center !important;
}

.panel-heading {
    padding: 0 15px;
}

.panel-heading:before,
.panel-heading:after {
    content: " ";
    display: table;
}

.panel-heading:after {
    clear: both;
}

.panel-heading .panel-title {
    padding: 10px 0;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    font-weight: 600;
}

.panel-heading .panel-toolbar {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}

.panel-group .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-footer,
.custom-panel-footer-form {
    overflow: hidden;
    background-color: #fff;
    border: 0;
    width: 100%;
}

.custom-panel-footer-form {
    width: 70%;
}

.panel-toolbar-wrapper {
    display: block;
    background-color: #fbfbfb;
    border-bottom: 1px solid #cfd9db;
    padding: 0px 15px;
}

.box-layout {
    display: table !important;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.box-layout &gt; [class*=" col-"],
.box-layout &gt; [class^="col-"] {
    position: static;
    padding: 0;
}

.box-layout &gt; [class*=" col-"].height-auto:before,
.box-layout &gt; [class^="col-"].height-auto:before {
    content: "";
    position: absolute;
    width: inherit;
    top: 60px;
    bottom: 0;
    z-index: -1;
    background-color: inherit;
    border: inherit;
}

.box-layout &gt; [class*=" col-"] &gt; .panel-body,
.box-layout &gt; [class^="col-"] &gt; .panel-body {
    white-space: nowrap;
    overflow: hidden;
}

.box-layout &gt; [class*=" col-"].bdr-l.height-auto:before,
.box-layout &gt; [class^="col-"].bdr-l.height-auto:before {
    margin-left: -1px;
}

.box-layout &gt; [class*=" col-"].bdr-r.height-auto:before,
.box-layout &gt; [class^="col-"].bdr-r.height-auto:before {
    margin-right: -1px;
}

.box-layout &gt; .col-xs-1,
.box-layout &gt; .col-xs-2,
.box-layout &gt; .col-xs-3,
.box-layout &gt; .col-xs-4,
.box-layout &gt; .col-xs-5,
.box-layout &gt; .col-xs-6,
.box-layout &gt; .col-xs-7,
.box-layout &gt; .col-xs-8,
.box-layout &gt; .col-xs-9,
.box-layout &gt; .col-xs-10,
.box-layout &gt; .col-xs-11,
.box-layout &gt; .cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none;
}

.box-layout &gt; .cell {
    width: 100%;
}

@media (min-width: 768px) {
    .box-layout &gt; .col-sm-1,
    .box-layout &gt; .col-sm-2,
    .box-layout &gt; .col-sm-3,
    .box-layout &gt; .col-sm-4,
    .box-layout &gt; .col-sm-5,
    .box-layout &gt; .col-sm-6,
    .box-layout &gt; .col-sm-7,
    .box-layout &gt; .col-sm-8,
    .box-layout &gt; .col-sm-9,
    .box-layout &gt; .col-sm-10,
    .box-layout &gt; .col-sm-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
}

@media (min-width: 992px) {
    .box-layout &gt; .col-md-1,
    .box-layout &gt; .col-md-2,
    .box-layout &gt; .col-md-3,
    .box-layout &gt; .col-md-4,
    .box-layout &gt; .col-md-5,
    .box-layout &gt; .col-md-6,
    .box-layout &gt; .col-md-7,
    .box-layout &gt; .col-md-8,
    .box-layout &gt; .col-md-9,
    .box-layout &gt; .col-md-10,
    .box-layout &gt; .col-md-11 {
        display: table-cell;
        vertical-align: top;
        float: none;
    }
}

@media (min-width: 1200px) {
    .box-layout &gt; .col-lg-1,
    .box-layout &gt; .col-lg-2,
    .box-layout &gt; .col-lg-3,
    .box-layout &gt; .col-lg-4,
    .box-layout &gt; .col-lg-5,
    .box-layout &gt; .col-lg-6,
    .box-layout &gt; .col-lg-7,
    .box-layout &gt; .col-lg-8,
    .box-layout &gt; .col-lg-9,
    .box-layout &gt; .col-lg-10,
    .box-layout &gt; .col-lg-11 {
        display: table-cell;
        vertical-align: top;
        height: 100%;
        float: none;
    }
}

.tab-pane .box-layout &gt; [class*=" col-"].height-auto:before,
.tab-pane .box-layout &gt; [class^="col-"].height-auto:before {
    top: auto;
}

.modal .box-layout &gt; [class*=" col-"].height-auto:before,
.modal .box-layout &gt; [class^="col-"].height-auto:before {
    width: auto;
}

.modal .box-layout .bg-auto {
    background-color: #f8f8f8 !important;
}

.switch {
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch input ~ .text {
    display: inline-block;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}

.switch input ~ .switch {
    font-size: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #fafafa;
    box-shadow: inset 0 0 0 1px #e5e5e5;
    cursor: pointer;
    height: 24px;
    width: 38.4px;
    border-radius: 28px;
    transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s;
}

.switch input ~ .switch:after {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.01), 0 2px 4px hsla(0, 0%, 0%, 0.05);
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    left: 0;
    top: 0;
    transition: border 0.25s 0.15s, left 0.25s 0.1s, right 0.15s 0.175s;
}

.switch input:checked + .switch {
    border-color: #00b49c;
    box-shadow: inset 0 0 0 0.6em #00b49c;
    transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s;
}

.switch input:checked + .switch:after {
    border-color: #00b49c;
    left: 0.6em;
    right: 0;
    transition: border 0.25s, left 0.15s 0.25s, right 0.25s 0.175s;
}

.switch.switch-primary input:checked + .switch {
    border-color: #4e5d9d;
    box-shadow: inset 0 0 0 0.6em #4e5d9d;
}

.switch.switch-primary input:checked + .switch:after {
    border-color: #4e5d9d;
}

.switch.switch-info input:checked + .switch {
    border-color: #35b4b9;
    box-shadow: inset 0 0 0 0.6em #35b4b9;
}

.switch.switch-info input:checked + .switch:after {
    border-color: #35b4b9;
}

.switch.switch-success input:checked + .switch {
    border-color: #00b49c;
    box-shadow: inset 0 0 0 0.6em #00b49c;
}

.switch.switch-success input:checked + .switch:after {
    border-color: #00b49c;
}

.switch.switch-warning input:checked + .switch {
    border-color: #fdb933;
    box-shadow: inset 0 0 0 0.6em #fdb933;
}

.switch.switch-warning input:checked + .switch:after {
    border-color: #fdb933;
}

.switch.switch-danger input:checked + .switch {
    border-color: #f86b4f;
    box-shadow: inset 0 0 0 0.6em #f86b4f;
}

.switch.switch-danger input:checked + .switch:after {
    border-color: #f86b4f;
}

.switch.switch-lg input ~ .text {
    line-height: 28px;
}

.switch.switch-lg input ~ .switch {
    font-size: 28px;
    height: 28px;
    width: 44.8px;
    border-radius: 28px;
}

.switch.switch-lg input ~ .switch:after {
    border-radius: 28px;
    height: 28px;
    width: 28px;
}

.switch.switch-sm input ~ .text {
    line-height: 20px;
}

.switch.switch-sm input ~ .switch {
    font-size: 20px;
    height: 20px;
    width: 32px;
    border-radius: 20px;
}

.switch.switch-sm input ~ .switch:after {
    border-radius: 20px;
    height: 20px;
    width: 20px;
}

.switch.switch-xs input ~ .text {
    line-height: 16px;
}

.switch.switch-xs input ~ .switch {
    font-size: 16px;
    height: 16px;
    width: 25.6px;
    border-radius: 16px;
}

.switch.switch-xs input ~ .switch:after {
    border-radius: 16px;
    height: 16px;
    width: 16px;
}

.step {
    padding: 0;
    margin: 0;
}

.step &gt; li {
    list-style: none;
}

.step &gt; li + li {
    margin-top: 15px;
}

.step &gt; li + li .steps:after {
    content: "";
    position: absolute;
    left: 32px / 2;
    top: -15px;
    height: 15px;
    width: 1px;
    background-color: #a0acb8;
}

.step &gt; li.active .steps {
    color: #47535f;
}

.step &gt; li.active .steps &gt; .steps-figure {
    border-color: #47535f;
}

.step &gt; li.active a.steps:hover,
.step &gt; li.active a.steps:focus {
    color: #47535f;
}

.step &gt; li.active a.steps:hover &gt; .steps-figure,
.step &gt; li.active a.steps:focus &gt; .steps-figure {
    border-color: #47535f;
}

.step &gt; li a.steps:hover,
.step &gt; li a.steps:focus {
    color: #8392a2;
}

.step &gt; li a.steps:hover &gt; .steps-figure,
.step &gt; li a.steps:focus &gt; .steps-figure {
    border-color: #8392a2;
}

.step .steps {
    position: relative;
    display: inline-block;
    color: #a0acb8;
}

.step .steps &gt; .steps-figure {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #a0acb8;
}

.step .steps &gt; .steps-figure + .steps-text {
    margin-left: 5px;
}

.step .steps &gt; .steps-text + .steps-figure {
    margin-left: 5px;
}

.horizontal-step {
    padding: 0;
    margin: 0;
}

.horizontal-step &gt; li {
    list-style: none;
    display: inline;
}

.horizontal-step &gt; li + li {
    margin-left: 15px;
}

.horizontal-step &gt; li + li .steps:after {
    content: "";
    position: absolute;
    left: -18px;
    top: 32px / 2;
    height: 1px;
    width: 18px;
    background-color: #a0acb8;
}

.horizontal-step &gt; li.active .steps {
    color: #47535f;
}

.horizontal-step &gt; li.active .steps &gt; .steps-figure {
    border-color: #47535f;
}

.horizontal-step &gt; li.active a.steps:hover,
.horizontal-step &gt; li.active a.steps:focus {
    color: #47535f;
}

.horizontal-step &gt; li.active a.steps:hover &gt; .steps-figure,
.horizontal-step &gt; li.active a.steps:focus &gt; .steps-figure {
    border-color: #47535f;
}

.horizontal-step &gt; li a.steps:hover,
.horizontal-step &gt; li a.steps:focus {
    color: #8392a2;
}

.horizontal-step &gt; li a.steps:hover &gt; .steps-figure,
.horizontal-step &gt; li a.steps:focus &gt; .steps-figure {
    border-color: #8392a2;
}

.horizontal-step &gt; li a.steps.disabled {
    color: #bdc5cd;
}

.horizontal-step &gt; li a.steps.disabled &gt; .steps-figure {
    border-color: #bdc5cd;
}

.horizontal-step &gt; li a.steps.disabled:hover {
    color: #bdc5cd;
    cursor: not-allowed;
}

.horizontal-step &gt; li a.steps.disabled:hover &gt; .steps-figure {
    border-color: #bdc5cd;
}

.horizontal-step .steps {
    position: relative;
    display: inline-block;
    color: #a0acb8;
}

.horizontal-step .steps &gt; .steps-figure {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #a0acb8;
}

.horizontal-step .steps &gt; .steps-figure + .steps-text {
    margin-left: 5px;
}

.horizontal-step .steps &gt; .steps-text + .steps-figure {
    margin-left: 5px;
}

.bg-white {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
    color: #47535f !important;
}

.bg-white.bg-light-xs,
.bg-white .bg-light-xs {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
}

.bg-white.bg-light-sm,
.bg-white .bg-light-sm {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
}

.bg-white.bg-light-md,
.bg-white .bg-light-md {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
}

.bg-white.bg-light-lg,
.bg-white .bg-light-lg {
    background-color: #fff !important;
    border-color: #f7f7f7 !important;
}

.bg-white.bg-dark-xs,
.bg-white .bg-dark-xs {
    background-color: #fcfcfc !important;
    border-color: #f7f7f7 !important;
}

.bg-white.bg-dark-sm,
.bg-white .bg-dark-sm {
    background-color: #f7f7f7 !important;
    border-color: #f0f0f0 !important;
}

.bg-white.bg-dark-md,
.bg-white .bg-dark-md {
    background-color: #f2f2f2 !important;
    border-color: #e8e8e8 !important;
}

.bg-white.bg-dark-lg,
.bg-white .bg-dark-lg {
    background-color: #ededed !important;
    border-color: #e0e0e0 !important;
}

.bg-auto {
    background-color: #f8f8f8 !important;
    border-color: #f0f0f0 !important;
    color: #47535f !important;
}

.bg-auto.bg-light-xs,
.bg-auto .bg-light-xs {
    background-color: #fbfbfb !important;
    border-color: #f0f0f0 !important;
}

.bg-auto.bg-light-sm,
.bg-auto .bg-light-sm {
    background-color: #fff !important;
    border-color: #f0f0f0 !important;
}

.bg-auto.bg-light-md,
.bg-auto .bg-light-md {
    background-color: #fff !important;
    border-color: #f0f0f0 !important;
}

.bg-auto.bg-light-lg,
.bg-auto .bg-light-lg {
    background-color: #fff !important;
    border-color: #f0f0f0 !important;
}

.bg-auto.bg-dark-xs,
.bg-auto .bg-dark-xs {
    background-color: #f5f5f5 !important;
    border-color: #f0f0f0 !important;
}

.bg-auto.bg-dark-sm,
.bg-auto .bg-dark-sm {
    background-color: #f0f0f0 !important;
    border-color: #e9e9e9 !important;
}

.bg-auto.bg-dark-md,
.bg-auto .bg-dark-md {
    background-color: #ebebeb !important;
    border-color: #e1e1e1 !important;
}

.bg-auto.bg-dark-lg,
.bg-auto .bg-dark-lg {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

.bg-transparent {
    background-color: transparent !important;
    color: #47535f;
}

.bg-primary {
    background-color: #4e5d9d !important;
    border-color: #495793 !important;
    color: #fff !important;
}

.bg-primary.bg-light-xs,
.bg-primary .bg-light-xs {
    background-color: #505fa0 !important;
    border-color: #495793 !important;
}

.bg-primary.bg-light-sm,
.bg-primary .bg-light-sm {
    background-color: #5363a7 !important;
    border-color: #495793 !important;
}

.bg-primary.bg-light-md,
.bg-primary .bg-light-md {
    background-color: #5868ac !important;
    border-color: #495793 !important;
}

.bg-primary.bg-light-lg,
.bg-primary .bg-light-lg {
    background-color: #5f6eb0 !important;
    border-color: #495793 !important;
}

.bg-primary.bg-dark-xs,
.bg-primary .bg-dark-xs {
    background-color: #4c5b9a !important;
    border-color: #495793 !important;
}

.bg-primary.bg-dark-sm,
.bg-primary .bg-dark-sm {
    background-color: #495793 !important;
    border-color: #445189 !important;
}

.bg-primary.bg-dark-md,
.bg-primary .bg-dark-md {
    background-color: #46538c !important;
    border-color: #3f4b7e !important;
}

.bg-primary.bg-dark-lg,
.bg-primary .bg-dark-lg {
    background-color: #424f85 !important;
    border-color: #3a4574 !important;
}

.bg-success {
    background-color: #00b49c !important;
    border-color: #00a58f !important;
    color: #fff !important;
}

.bg-success.bg-light-xs,
.bg-success .bg-light-xs {
    background-color: #00b9a0 !important;
    border-color: #00a58f !important;
}

.bg-success.bg-light-sm,
.bg-success .bg-light-sm {
    background-color: #00c3a9 !important;
    border-color: #00a58f !important;
}

.bg-success.bg-light-md,
.bg-success .bg-light-md {
    background-color: #00ceb2 !important;
    border-color: #00a58f !important;
}

.bg-success.bg-light-lg,
.bg-success .bg-light-lg {
    background-color: #00d8bb !important;
    border-color: #00a58f !important;
}

.bg-success.bg-dark-xs,
.bg-success .bg-dark-xs {
    background-color: #00af98 !important;
    border-color: #00a58f !important;
}

.bg-success.bg-dark-sm,
.bg-success .bg-dark-sm {
    background-color: #00a58f !important;
    border-color: #009581 !important;
}

.bg-success.bg-dark-md,
.bg-success .bg-dark-md {
    background-color: #009b86 !important;
    border-color: #008674 !important;
}

.bg-success.bg-dark-lg,
.bg-success .bg-dark-lg {
    background-color: #00907d !important;
    border-color: #007767 !important;
}

.bg-info {
    background-color: #35b4b9 !important;
    border-color: #32a8ad !important;
    color: #fff !important;
}

.bg-info.bg-light-xs,
.bg-info .bg-light-xs {
    background-color: #36b8bd !important;
    border-color: #32a8ad !important;
}

.bg-info.bg-light-sm,
.bg-info .bg-light-sm {
    background-color: #38c0c5 !important;
    border-color: #32a8ad !important;
}

.bg-info.bg-light-md,
.bg-info .bg-light-md {
    background-color: #3fc3c8 !important;
    border-color: #32a8ad !important;
}

.bg-info.bg-light-lg,
.bg-info .bg-light-lg {
    background-color: #47c5ca !important;
    border-color: #32a8ad !important;
}

.bg-info.bg-dark-xs,
.bg-info .bg-dark-xs {
    background-color: #34b0b5 !important;
    border-color: #32a8ad !important;
}

.bg-info.bg-dark-sm,
.bg-info .bg-dark-sm {
    background-color: #32a8ad !important;
    border-color: #2e9da1 !important;
}

.bg-info.bg-dark-md,
.bg-info .bg-dark-md {
    background-color: #2fa1a5 !important;
    border-color: #2b9195 !important;
}

.bg-info.bg-dark-lg,
.bg-info .bg-dark-lg {
    background-color: #2d999d !important;
    border-color: #278689 !important;
}

.bg-warning {
    background-color: #fdb933 !important;
    border-color: #fdb424 !important;
    color: #fff !important;
}

.bg-warning.bg-light-xs,
.bg-warning .bg-light-xs {
    background-color: #fdbb38 !important;
    border-color: #fdb424 !important;
}

.bg-warning.bg-light-sm,
.bg-warning .bg-light-sm {
    background-color: #fdbe42 !important;
    border-color: #fdb424 !important;
}

.bg-warning.bg-light-md,
.bg-warning .bg-light-md {
    background-color: #fdc24c !important;
    border-color: #fdb424 !important;
}

.bg-warning.bg-light-lg,
.bg-warning .bg-light-lg {
    background-color: #fdc556 !important;
    border-color: #fdb424 !important;
}

.bg-warning.bg-dark-xs,
.bg-warning .bg-dark-xs {
    background-color: #fdb72e !important;
    border-color: #fdb424 !important;
}

.bg-warning.bg-dark-sm,
.bg-warning .bg-dark-sm {
    background-color: #fdb424 !important;
    border-color: #fdaf15 !important;
}

.bg-warning.bg-dark-md,
.bg-warning .bg-dark-md {
    background-color: #fdb01a !important;
    border-color: #fda906 !important;
}

.bg-warning.bg-dark-lg,
.bg-warning .bg-dark-lg {
    background-color: #fdad10 !important;
    border-color: #f0a002 !important;
}

.bg-danger {
    background-color: #f86b4f !important;
    border-color: #f75f40 !important;
    color: #fff !important;
}

.bg-danger.bg-light-xs,
.bg-danger .bg-light-xs {
    background-color: #f86f54 !important;
    border-color: #f75f40 !important;
}

.bg-danger.bg-light-sm,
.bg-danger .bg-light-sm {
    background-color: #f9775e !important;
    border-color: #f75f40 !important;
}

.bg-danger.bg-light-md,
.bg-danger .bg-light-md {
    background-color: #f98068 !important;
    border-color: #f75f40 !important;
}

.bg-danger.bg-light-lg,
.bg-danger .bg-light-lg {
    background-color: #f98871 !important;
    border-color: #f75f40 !important;
}

.bg-danger.bg-dark-xs,
.bg-danger .bg-dark-xs {
    background-color: #f8674a !important;
    border-color: #f75f40 !important;
}

.bg-danger.bg-dark-sm,
.bg-danger .bg-dark-sm {
    background-color: #f75f40 !important;
    border-color: #f75232 !important;
}

.bg-danger.bg-dark-md,
.bg-danger .bg-dark-md {
    background-color: #f75636 !important;
    border-color: #f64623 !important;
}

.bg-danger.bg-dark-lg,
.bg-danger .bg-dark-lg {
    background-color: #f74e2d !important;
    border-color: #f63a14 !important;
}

.pagination,
.pager {
    margin: 0 0 15px 0;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    10% {
        width: 30%;
        left: 100%;
    }

    19.99% {
        width: 30%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    30% {
        width: 80%;
        left: 100%;
    }

    30.01% {
        width: 0%;
        left: 0%;
    }

    40% {
        width: 5%;
        left: 30%;
    }

    50% {
        width: 50%;
        left: 100%;
    }

    50.01% {
        width: 0%;
        left: 0%;
    }

    60% {
        width: 60%;
        left: 20%;
    }

    70% {
        width: 5%;
        left: 100%;
    }

    70.01% {
        width: 0%;
        left: 0%;
    }

    80% {
        width: 50%;
        left: 30%;
    }

    90% {
        width: 10%;
        left: 80%;
    }

    100% {
        width: 20%;
        left: 100%;
    }
}

@-moz-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    10% {
        width: 30%;
        left: 100%;
    }

    19.99% {
        width: 30%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    30% {
        width: 80%;
        left: 100%;
    }

    30.01% {
        width: 0%;
        left: 0%;
    }

    40% {
        width: 5%;
        left: 30%;
    }

    50% {
        width: 50%;
        left: 100%;
    }

    50.01% {
        width: 0%;
        left: 0%;
    }

    60% {
        width: 60%;
        left: 20%;
    }

    70% {
        width: 5%;
        left: 100%;
    }

    70.01% {
        width: 0%;
        left: 0%;
    }

    80% {
        width: 50%;
        left: 30%;
    }

    90% {
        width: 10%;
        left: 80%;
    }

    100% {
        width: 20%;
        left: 100%;
    }
}

@-o-keyframes after-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    10% {
        width: 30%;
        left: 100%;
    }

    19.99% {
        width: 30%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    30% {
        width: 80%;
        left: 100%;
    }

    30.01% {
        width: 0%;
        left: 0%;
    }

    40% {
        width: 5%;
        left: 30%;
    }

    50% {
        width: 50%;
        left: 100%;
    }

    50.01% {
        width: 0%;
        left: 0%;
    }

    60% {
        width: 60%;
        left: 20%;
    }

    70% {
        width: 5%;
        left: 100%;
    }

    70.01% {
        width: 0%;
        left: 0%;
    }

    80% {
        width: 50%;
        left: 30%;
    }

    90% {
        width: 10%;
        left: 80%;
    }

    100% {
        width: 20%;
        left: 100%;
    }
}

@keyframes after-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    10% {
        width: 30%;
        left: 100%;
    }

    19.99% {
        width: 30%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    30% {
        width: 80%;
        left: 100%;
    }

    30.01% {
        width: 0%;
        left: 0%;
    }

    40% {
        width: 5%;
        left: 30%;
    }

    50% {
        width: 50%;
        left: 100%;
    }

    50.01% {
        width: 0%;
        left: 0%;
    }

    60% {
        width: 60%;
        left: 20%;
    }

    70% {
        width: 5%;
        left: 100%;
    }

    70.01% {
        width: 0%;
        left: 0%;
    }

    80% {
        width: 50%;
        left: 30%;
    }

    90% {
        width: 10%;
        left: 80%;
    }

    100% {
        width: 20%;
        left: 100%;
    }
}

lesshat-selector {
    -lh-property: 0;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    0% {
        width: 60%;
    }

    19.99% {
        width: 40%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    25% {
        width: 10%;
        left: 10%;
    }

    30% {
        width: 40%;
        left: 30%;
    }

    40% {
        width: 60%;
        left: 100%;
    }

    40.01% {
        width: 0%;
        left: 0%;
    }

    50% {
        width: 10%;
        left: 40%;
    }

    60% {
        width: 30%;
        left: 100%;
    }

    60.01% {
        width: 0%;
        left: 0%;
    }

    70% {
        width: 10%;
        left: 40%;
    }

    80% {
        width: 5%;
        left: 100%;
    }

    80.01% {
        width: 0%;
        left: 0%;
    }

    90% {
        width: 70%;
        left: 10%;
    }

    100% {
        width: 10%;
        left: 100%;
    }
}

@-moz-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    0% {
        width: 60%;
    }

    19.99% {
        width: 40%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    25% {
        width: 10%;
        left: 10%;
    }

    30% {
        width: 40%;
        left: 30%;
    }

    40% {
        width: 60%;
        left: 100%;
    }

    40.01% {
        width: 0%;
        left: 0%;
    }

    50% {
        width: 10%;
        left: 40%;
    }

    60% {
        width: 30%;
        left: 100%;
    }

    60.01% {
        width: 0%;
        left: 0%;
    }

    70% {
        width: 10%;
        left: 40%;
    }

    80% {
        width: 5%;
        left: 100%;
    }

    80.01% {
        width: 0%;
        left: 0%;
    }

    90% {
        width: 70%;
        left: 10%;
    }

    100% {
        width: 10%;
        left: 100%;
    }
}

@-o-keyframes before-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    0% {
        width: 60%;
    }

    19.99% {
        width: 40%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    25% {
        width: 10%;
        left: 10%;
    }

    30% {
        width: 40%;
        left: 30%;
    }

    40% {
        width: 60%;
        left: 100%;
    }

    40.01% {
        width: 0%;
        left: 0%;
    }

    50% {
        width: 10%;
        left: 40%;
    }

    60% {
        width: 30%;
        left: 100%;
    }

    60.01% {
        width: 0%;
        left: 0%;
    }

    70% {
        width: 10%;
        left: 40%;
    }

    80% {
        width: 5%;
        left: 100%;
    }

    80.01% {
        width: 0%;
        left: 0%;
    }

    90% {
        width: 70%;
        left: 10%;
    }

    100% {
        width: 10%;
        left: 100%;
    }
}

@keyframes before-anim {
    0% {
        width: 0%;
        left: 0%;
    }

    0% {
        width: 60%;
    }

    19.99% {
        width: 40%;
        left: 100%;
    }

    20% {
        width: 0%;
        left: 0%;
    }

    25% {
        width: 10%;
        left: 10%;
    }

    30% {
        width: 40%;
        left: 30%;
    }

    40% {
        width: 60%;
        left: 100%;
    }

    40.01% {
        width: 0%;
        left: 0%;
    }

    50% {
        width: 10%;
        left: 40%;
    }

    60% {
        width: 30%;
        left: 100%;
    }

    60.01% {
        width: 0%;
        left: 0%;
    }

    70% {
        width: 10%;
        left: 40%;
    }

    80% {
        width: 5%;
        left: 100%;
    }

    80.01% {
        width: 0%;
        left: 0%;
    }

    90% {
        width: 70%;
        left: 10%;
    }

    100% {
        width: 10%;
        left: 100%;
    }
}

lesshat-selector {
    -lh-property: 0;
}

.loading-bar,
.canvas-loading-bar,
.modal-loading-bar {
    opacity: 0;
    position: absolute;
    bottom: -1px;
    z-index: 1;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #adb5d7;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.loading-bar:after,
.canvas-loading-bar:after,
.modal-loading-bar:after,
.loading-bar:before,
.canvas-loading-bar:before,
.modal-loading-bar:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #4e5d9d;
}

.loading-bar.active,
.canvas-loading-bar.active,
.modal-loading-bar.active {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.loading-bar.active:after,
.canvas-loading-bar.active:after,
.modal-loading-bar.active:after {
    left: 50%;
    width: 10%;
    -webkit-animation: after-anim 2.5s infinite linear;
    -moz-animation: after-anim 2.5s infinite linear;
    -o-animation: after-anim 2.5s infinite linear;
    animation: after-anim 2.5s infinite linear;
}

.loading-bar.active:before,
.canvas-loading-bar.active:before,
.modal-loading-bar.active:before {
    left: 0%;
    width: 0%;
    -webkit-animation: before-anim 2.5s infinite linear;
    -moz-animation: before-anim 2.5s infinite linear;
    -o-animation: before-anim 2.5s infinite linear;
    animation: before-anim 2.5s infinite linear;
}

.modal-loading-bar {
    bottom: auto;
    top: 0;
}

.offcanvas-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.offcanvas-container .offcanvas-wrapper {
    position: absolute;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.offcanvas-container .offcanvas-main {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.offcanvas-container .offcanvas-left {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
}

.offcanvas-container .offcanvas-right {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 100%;
    width: 100%;
    height: 100%;
}

.offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
    left: 100%;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
    left: -100%;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.csstransforms3d .offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.csstransforms3d .offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
    left: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.timeline {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.timeline:after {
    position: absolute;
    width: 1px;
    left: 50%;
    margin-left: -1px;
    top: 20px;
    bottom: 0px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #e5e5e5 10%,
        #e5e5e5 90%,
        rgba(229, 229, 229, 0) 100%
    );
}

.timeline .panel {
    position: relative;
    z-index: 1;
}

.timeline .header {
    position: relative;
    z-index: 10;
    clear: both;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: inherit;
    font-size: 14px;
    font-weight: 600;
    max-width: 120px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    color: #4e5d9d;
}

.timeline .events {
    padding-left: 0px;
    overflow: auto;
}

.timeline .events .figure {
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-top: 10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #dce0e5;
    font-size: 12px;
    color: #dce0e5;
}

.timeline .events &gt; .featured {
    list-style: none;
    width: 45%;
    clear: both;
    float: none !important;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.timeline .events &gt; .featured &gt; .panel:after,
.timeline .events &gt; .featured &gt; .panel:before {
    display: none;
}

.timeline .events &gt; .featured .figure {
    margin-top: -30px;
}

.timeline .events &gt; .wrapper {
    list-style: none;
    width: 46%;
    clear: both;
}

.timeline .events &gt; .wrapper:first-child {
    margin-top: 0 !important;
}

.timeline .events &gt; .wrapper:nth-of-type(odd) {
    float: left;
    margin-top: -30px;
}

.timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel {
    z-index: 5;
}

.timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:after,
.timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:after {
    right: -10px;
    top: 10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}

.timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:before {
    right: -11px;
    top: 10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebedf0;
}

.timeline .events &gt; .wrapper:nth-of-type(even) {
    float: right;
    margin-top: -30px;
}

.timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel {
    z-index: 5;
}

.timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:after,
.timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}

.timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:after {
    left: -10px;
    top: 10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:before {
    left: -11px;
    top: 10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ebedf0 transparent transparent;
}

@media (max-width: 767px) {
    .timeline .events {
        padding-left: 0px;
    }

    .timeline .events &gt; .wrapper {
        width: auto;
    }

    .timeline .events &gt; .wrapper:nth-of-type(odd),
    .timeline .events &gt; .wrapper:nth-of-type(even) {
        float: none;
        clear: both;
        margin-top: 48px;
    }

    .timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:after,
    .timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:after,
    .timeline .events &gt; .wrapper:nth-of-type(odd) &gt; .panel:before,
    .timeline .events &gt; .wrapper:nth-of-type(even) &gt; .panel:before {
        display: none;
    }

    .timeline .events &gt; .wrapper &gt; .figure {
        margin-top: -41px;
    }
}

.va-t {
    vertical-align: top !important;
}

.va-m {
    vertical-align: middle !important;
}

.va-b {
    vertical-align: bottom !important;
}

.pull-right-xs {
    float: right;
}

.pull-left-xs {
    float: left;
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }

    .pull-left-sm {
        float: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-left-sm {
        text-align: left;
    }

    .pull-right-xs {
        float: none;
    }

    .pull-left-xs {
        float: none;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }

    .pull-left-md {
        float: left;
    }

    .text-right-md {
        text-align: right;
    }

    .text-left-md {
        text-align: left;
    }

    .pull-right-xs {
        float: none;
    }

    .pull-left-xs {
        float: none;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }

    .pull-left-lg {
        float: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-left-lg {
        text-align: left;
    }

    .pull-right-xs {
        float: none;
    }

    .pull-left-xs {
        float: none;
    }
}

.bdr-a {
    border: 1px solid #ebedf0 !important;
}

.bdr-l {
    border-left: 1px solid #ebedf0 !important;
}

.bdr-r {
    border-right: 1px solid #ebedf0 !important;
}

.bdr-t {
    border-top: 1px solid #ebedf0 !important;
}

.bdr-b {
    border-bottom: 1px solid #ebedf0 !important;
}

.bdr-c-t {
    border-color: transparent !important;
}

.bdr-w-0 {
    border-width: 0 !important;
}

.bdr-l-wdh-0 {
    border-left-width: 0 !important;
}

.bdr-r-wdh-0 {
    border-right-width: 0 !important;
}

.bdr-t-wdh-0 {
    border-top-width: 0 !important;
}

.bdr-b-wdh-0 {
    border-bottom-width: 0 !important;
}

.bdr-rds-0 {
    border-radius: 0 !important;
}

.bdr-rds {
    border-radius: 3px !important;
}

.bdr-rds-lg {
    border-radius: 4px !important;
}

.bdr-rds-sm {
    border-radius: 2px !important;
}

@media (max-width: 767px) {
    .bdr-l-xs {
        border-left: 1px solid #ebedf0;
    }

    .bdr-r-xs {
        border-right: 1px solid #ebedf0;
    }

    .bdr-t-xs {
        border-top: 1px solid #ebedf0;
    }

    .bdr-b-xs {
        border-bottom: 1px solid #ebedf0;
    }
}

@media (min-width: 768px) {
    .bdr-l-sm {
        border-left: 1px solid #ebedf0;
    }

    .bdr-r-sm {
        border-right: 1px solid #ebedf0;
    }

    .bdr-t-sm {
        border-top: 1px solid #ebedf0;
    }

    .bdr-b-sm {
        border-bottom: 1px solid #ebedf0;
    }
}

@media (min-width: 992px) {
    .bdr-l-md {
        border-left: 1px solid #ebedf0;
    }

    .bdr-r-md {
        border-right: 1px solid #ebedf0;
    }

    .bdr-t-md {
        border-top: 1px solid #ebedf0;
    }

    .bdr-b-md {
        border-bottom: 1px solid #ebedf0;
    }
}

@media (min-width: 1200px) {
    .bdr-l-lg {
        border-left: 1px solid #ebedf0;
    }

    .bdr-r-lg {
        border-right: 1px solid #ebedf0;
    }

    .bdr-t-lg {
        border-top: 1px solid #ebedf0;
    }

    .bdr-b-lg {
        border-bottom: 1px solid #ebedf0;
    }
}

.bg-picture {
    position: relative;
    min-height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-picture &gt; .bg-picture-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-picture &gt; .meta {
    position: absolute;
    left: 0;
    right: 0;
}

.bg-picture &gt; .meta.top {
    top: 0;
}

.bg-picture &gt; .meta.bottom {
    bottom: 0;
}

.shd-0,
.shd-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.csr-move {
    cursor: move !important;
}

.no-focus.form-control,
.form-control .no-focus {
    border-color: transparent;
}

.no-focus.form-control:focus,
.form-control .no-focus:focus {
    outline: 0;
}

.ovf-h {
    overflow: hidden;
}

.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.builder,
.builder-slot {
    position: relative;
}

.builder [data-token],
.builder-slot [data-token] {
    cursor: pointer;
}

.builder .btn-block.ui-draggable-dragging,
.builder-slot .btn-block.ui-draggable-dragging {
    width: 104px;
    height: 68px;
    margin: 6px 12px;
    white-space: normal;
}

.builder .builder-panel-top,
.builder-slot .builder-panel-top {
    margin-bottom: 10px;
}

.builder .template-dnd-help,
.builder-slot .template-dnd-help,
.builder .custom-dnd-help,
.builder-slot .custom-dnd-help {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.builder-active {
    background-color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 50px;
    border-radius: 22px 0 0 0;
    width: 100%;
    height: 100%;
    z-index: 1030;
}

.builder-panel {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    padding: 15px;
    background-color: #d5d4d4;
    overflow-y: auto;
}

.builder-content {
    position: fixed;
    padding-top: 45px;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
}

.code-mode .builder-panel {
    width: 50%;
    position: fixed;
}

.code-mode .builder-content {
    width: 50%;
}

.builder-panel .panel a.btn {
    white-space: normal;
}

.builder-active-slot {
    background-color: #fff;
    z-index: 1030;
}

.builder-panel-slot {
    width: 50%;
    padding: 15px;
    background-color: #d5d4d4;
    overflow-y: auto;
}

.builder-content-slot {
    left: 50%;
    width: 50%;
}

.code-mode .builder-panel-slot {
    width: 50%;
}

.code-mode .builder-content-slot {
    width: 50%;
}

.builder-panel-slot .panel a.btn {
    white-space: normal;
}

.ui-draggable-iframeFix {
    z-index: 9999 !important;
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto;
}

.CodeMirror-hints {
    position: absolute;
    z-index: 9999 !important;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 2px;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    border: 1px solid silver;
    background: white;
    font-size: 90%;
    font-family: monospace;
    max-height: 20em;
    overflow-y: auto;
}

.CodeMirror-hint {
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    white-space: pre;
    color: black;
    cursor: pointer;
}

li.CodeMirror-hint-active {
    background: #08f;
    color: white;
}

@media (max-width: 767px) {
    .builder .builder-panel {
        width: 100%;
        bottom: 0;
        top: auto;
        height: 35%;
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-top: 1px solid #757575;
        position: fixed;
    }

    .builder .builder-content {
        right: 0;
        width: 100%;
    }

    .builder .builder-panel-top {
        position: relative;
        width: 100%;
    }

    .builder .builder-tokens {
        margin-top: 10px;
    }
}

.mautic-editable {
    min-height: 75px;
    width: 100%;
    border: dashed 1px #000;
    margin-top: 3px;
    margin-bottom: 3px;
}

.mautic-editable.over-droppable {
    border: dashed 2px #4e5e9e;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
}

.mautic-editable-placeholder {
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

div[contentEditable="true"]:empty:not(:focus):before {
    content: attr(data-placeholder);
    padding: 5px;
    display: table-cell;
}

.inline-token-list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-left: 0;
    width: 240px;
}

.inline-token {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    color: #f7f7f7;
    font-size: 12px;
}

.inline-token:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.inline-token:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.inline-token {
    color: #000;
    text-decoration: none;
    font-family: "FiraSans", Helvetica, Arial, sans-serif;
    line-height: 1.3856;
}

a.inline-token:hover,
a.inline-token:focus {
    background-color: #dbdfec;
}

a.inline-token .text-muted {
    color: #8393a2;
}

.sortable-panels .panel {
    position: relative;
}

.sortable-panels .panel.sortable-has-error {
    border-color: #f86b4f;
}

.sortable-panels .panel .sortable-panel-label {
    font-weight: bold;
}

.sortable-panels .panel .sortable-panel-buttons {
    position: absolute;
    right: 8px;
    top: 8px;
}

.sortable-panels .panel .sortable-panel-content {
    min-height: 50px;
    padding: 10px;
}

.sortable-panels .panel.new-panel {
    border: none;
}

.sortable-panels .panel.new-panel .sortable-panel-wrapper {
    display: none;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1140px;
    }
}

.bg-auto .tabs-left &gt; li.active &gt; a,
.bg-auto .tabs-left &gt; li.active &gt; a:hover,
.bg-auto .tabs-left &gt; li.active &gt; a:focus {
    border-left-width: 0;
}

.bg-auto .tabs-left,
.bg-auto .tabs-right {
    -webkit-box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, 0.05);
}

.bg-auto .tabs-left li:last-child,
.bg-auto .tabs-right li:last-child {
    margin-bottom: -2px;
}

.bg-auto .tabs-right &gt; li.active &gt; a,
.bg-auto .tabs-right &gt; li.active &gt; a:hover,
.bg-auto .tabs-right &gt; li.active &gt; a:focus {
    border-right-width: 0;
}

.tab-button {
    border-bottom: 1px solid #ebedf0 !important;
}

.modal-body.np .tabs-horizontal {
    margin-top: -1px;
}

.modal-body.np .tabs-left li &gt; a,
.modal-body.np .tabs-right li &gt; a {
    border-radius: 0;
}

.confirmation-modal .modal-content {
    width: 450px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10% auto;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.content-overlay {
    position: absolute;
    background: #fbfbfb;
    z-index: 50;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    font-weight: bold;
}

.stat-boxes .panel {
    height: 164px;
}

.has-click-event {
    cursor: pointer;
}

.mautibot-error {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

label.required:after {
    content: " *";
    color: #f86b4f;
}

#app-header .nav &gt; li &gt; a {
    padding: 10px 12px;
}

#app-header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: -1rem;
}

.search-container {
    position: relative;
    line-height: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-container .search {
    border: 1px solid #fff;
    position: absolute;
    left: 0px;
    width: 24px;
    height: 34px;
    padding: 0 0 0 24px;
    margin: 12px 0 0 5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-container a.search-button {
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 12px;
    z-index: 5;
}

.search-container.active .search {
    width: 225px;
    border: 1px solid #d5d5d5;
}

.search-container.active i {
    color: #4e5d9d;
}

.col-actions {
    width: 100px;
}

.shuffle-item .card {
    height: 150px;
}

.equal,
.equal &gt; div[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.mautic-pleasewait {
    width: 200px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -100px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    color: #eee;
    z-index: 9999;
}

body.noscroll {
    overflow: hidden;
}

.form-select-modal .panel-body {
    min-height: 150px;
}

@media (max-width: 768px) {
    .form-select-modal .panel-body {
        min-height: 0;
    }
}

.table .input-group-sm &gt; .input-group-addon {
    font-size: 10px;
    line-height: 1em;
}

.table .input-group-sm .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .input-group-btn button {
    height: 32px;
}

.theme-selected {
    border: 1px solid #4e5e9e;
    -webkit-box-shadow: 0px 0px 40px #f3f3f3;
    box-shadow: 0px 0px 40px #f3f3f3;
}

#app-content.content-only .toolbar-form-buttons.pull-right {
    padding-right: 20px;
}

.fr-toolbar {
    border-top: 2px solid #4e5d9d;
}

.modal-body-content iframe.fr-iframe {
    min-height: 300px;
}

.CodeMirror {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

table.table &gt; tbody &gt; tr &gt; td.long-text {
    max-width: 500px;
    min-width: 300px;
    -ms-word-break: break-all;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.dynamicContentFilterContainer .btn-primary:hover {
    color: #5d6c7c;
}

#dynamicContentContainer .remove-item {
    display: block;
}

#dynamicContentContainer &gt; .tab-pane &gt; .panel &gt; ul {
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
}

#dynamicContentContainer &gt; .tab-pane &gt; .panel &gt; ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
}

div[data-filter-container] .in-group {
    margin-left: 20px;
}

div[data-filter-container] .panel {
    margin-bottom: 0;
    margin-top: 20px;
}

div[data-filter-container] .panel.in-group {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

td.col-id,
th.col-id {
    width: 75px;
}

.badge-wrapper {
    float: right;
    vertical-align: middle;
    margin-right: -10px;
}

span.slot-caption {
    font-size: 12px;
}

.imagecard-caption,
figcaption {
    font-size: 16px;
}

.imagecard {
    background-color: #ddd !important;
}

.imagecard .imagecard-caption {
    background-color: #bbb !important;
}

ul.media-list.media-list-feed div.media-body {
    width: auto;
}

ul.media-list.media-list-feed div.media-object {
    padding: 0px;
    margin: 10px;
}

.ico-email:before {
    font-family: "FontAwesome";
    content: "\f1fa";
}

.ico-sms:before {
    font-family: "FontAwesome";
    content: "\f27b";
}

#globalSearchDropdown .list-group-item &gt; a {
    padding-top: 10px;
}

.col-client-id {
    width: 75px;
}

.thumbnail-preview img {
    height: 100px;
}

.modal-body-content iframe,
.preview-detail iframe {
    height: 400px;
}

.form-group.preview img {
    max-height: 260px;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.mdropzone,
.mdropzone * {
    box-sizing: border-box;
}

.mdropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: white;
    padding: 30px 30px;
    border-radius: 10px;
}

.has-error .mdropzone {
    border: 2px solid #a94442;
}

.is-success .mdropzone {
    border: 2px solid #00a08a;
}

.mdropzone.dz-clickable {
    cursor: pointer;
}

.mdropzone.dz-clickable * {
    cursor: default;
}

.mdropzone.dz-clickable .dz-message,
.mdropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.mdropzone.dz-started .dz-message {
    display: none;
}

.mdropzone.dz-drag-hover {
    border-style: solid;
}

.mdropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.mdropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.mdropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.mdropzone .dz-preview:hover {
    z-index: 1000;
}

.mdropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.mdropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.mdropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.mdropzone .dz-preview.dz-image-preview {
    background: white;
}

.mdropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.mdropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.mdropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.mdropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.mdropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.mdropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.mdropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.mdropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.mdropzone .dz-preview .dz-details .dz-filename span,
.mdropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.mdropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.mdropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.mdropzone .dz-preview .dz-image img {
    display: block;
}

.mdropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.mdropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.mdropzone .dz-preview .dz-success-mark,
.mdropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.mdropzone .dz-preview .dz-success-mark svg,
.mdropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.mdropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mdropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.mdropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.mdropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.mdropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.mdropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.mdropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.mdropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.mdropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a94442;
}

.mdropzone,
.mdropzone * {
    box-sizing: border-box;
}

.mdropzone {
    position: relative;
}

.mdropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}

.mdropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.mdropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
}

.mdropzone .dz-preview .dz-error-message {
    color: #fff;
    display: none;
}

.mdropzone .dz-preview.dz-error .dz-error-message,
.mdropzone .dz-preview.dz-error .dz-error-mark {
    display: block;
}

.mdropzone .dz-preview.dz-success .dz-success-mark {
    display: block;
}

.mdropzone .dz-preview .dz-error-mark,
.mdropzone .dz-preview .dz-success-mark {
    position: absolute;
    display: none;
    left: 30px;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
}

.fc-widget-header table th {
    padding: 8px 15px;
}

div#calendar &gt; .fc-toolbar {
    border-bottom: 1px solid #ebedf0;
    margin: -15px -15px 1em;
    padding: 10px 15px;
}

.col-campaign-id {
    width: 75px;
}

.campaign-builder .btns-builder {
    position: fixed;
    top: 70px;
    right: 30px;
    z-index: 1040;
}

.campaign-builder .builder-content {
    right: 0;
}

.campaign-builder #builder-errors {
    position: fixed;
    top: 52px;
    right: 30px;
    z-index: 1040;
}

#CampaignCanvas {
    height: 10000px;
    width: 10000px;
}

#CampaignEvent_newsource_hide {
    display: none;
}

#CampaignEvent_newsource ~ #CampaignEventPanel {
    &amp;::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid var(--e-primary-focus);
        top: -6px;
        left: 50%;
    }
}

#CampaignEventPanel {
    position: absolute;
    padding: 10px 20px;
    border: 1px solid var(--e-primary);
    border-radius: var(--e-border-radius-xs);
    z-index: 1055;
    height: 100px !important;
    background-color: #113555;
    /* background-color: var(--e-primary-focus); */
    color: var(--e-background);
    width: 355px !important;
}

#CampaignEventPanel:where(:has(#CampaignEventPanelGroups:where(:not(.hide)))) {
    background: unset !important;
    border: unset !important;
}

#CampaignEventPanelLists .disabled-result {
    display: none;
}

#CampaignEventPanelGroups .panel-body {
    height: 150px;
}

#CampaignEventPanelGroups {
    width: 70rem;
}

.jtk-endpoint {
    z-index: 1020;
}

.jtk-endpoint.dragActive {
}

.jtk-label {
    background-color: white;
    opacity: 0.9;
    padding: 0.3em;
    border-radius: 0.5em;
    border: 1px solid #47535f;
    cursor: pointer;
    z-index: 1004;
    color: #47535f;
}

.jtk-connector {
    z-index: 1000;
}

.jtk-connector path {
    stroke: var(--e-primary);
    /* stroke: var(--e-accent); */
}

.jtk-connector path:where([pointer-events="all"]) {
    fill: var(--e-primary);
    /* fill: var(--e-accent); */
}

.jtk-clickable_anchor {
    cursor: pointer;
    z-index: 1050;
}

.jtk-endpoint svg text {
    /* display: none; */
}

.jtk-clickable_anchor svg text {
    display: block;
}

.jtk-surface {
    overflow: hidden !important;
    position: relative;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    touch-action: none;
}

.jtk-surface-nopan {
    overflow: scroll !important;
    cursor: default;
}

.list-campaign-event,
.list-campaign-source {
    /* width: 200px;
    height: 45px;
    position: absolute;
    padding: 10px 15px;
    z-index: 1010;
    background: #fff;
    border-radius: 3px; */

    width: 300px;
    position: absolute;
    /* padding: 0.5rem; */
    z-index: 1010;
    background: #fff;
    border-radius: var(--e-border-radius-input);
    text-align: center;
    font-size: 1.4rem;
    min-height: 65px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: filter 120ms ease;
}

.campaign-event-name i {
    margin-right: 5px;
}

.campaign-event-header {
    padding: 0.5rem;
    text-align: left;
    background-color: var(--e-primary);
    color: #fff;
}

.live .list-campaign-source .campaign-event-content:hover {
    filter: brightness(0.95);
}

.campaign-event-buttons {
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    gap: 3px;
}

.campaign-event-buttons .btn.btn-edit {
    background-color: var(--e-primary);
    color: #fff;
    border: 1px solid #fff;
}

.btn-campaign-action {
    position: absolute;
    top: -22px;
    left: 0;
    cursor: pointer;
    color: #777777;
}

.campaign-event-buttons .btn {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: #fff;
    border: 1px solid var(--e-primary);
    color: var(--e-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-campaign-source .campaign-event-content {
    min-height: 65px;
}

.campaign-event-content {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;

    &gt; div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;

        &amp; span[data-campaign-trigger-description] {
            margin-top: 10px;
            border-left: 3px solid var(--e-accent);
            padding: 5px;
        }
    }
}

.campaign-event-source-header {
    display: flex;
    gap: 5px;
    align-items: center;

    &amp; span[data-campaign-trigger-icon] {
        display: flex;
    }
}

.campaign-event-content .highlight-jump-target {
    position: absolute;
    bottom: -26px;
    left: 50%;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-left: -10px;
}

.list-campaign-event .campaign-event-name {
    overflow: hidden;
    /* white-space: nowrap; */
}

.list-campaign-decision {
    border: solid 1px #00b49d;
}

.list-campaign-condition {
    border: solid 1px #ffb79f;
}

.list-campaign-action {
    border: solid 1px var(--e-primary);
}

.list-campaign-leadsource {
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#CampaignEventSelector_chosen .list-campaign-action,
#CampaignEventSelector_chosen .list-campaign-condition,
#CampaignEventSelector_chosen .list-campaign-decision,
#CampaignEventSelector_chosen .list-campaign-leadsource {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 5px;
}

#CampaignEventSelector_chosen .disabled-result {
    display: none;
}

.campaign-builder .list-group-item.ui-draggable-dragging {
    width: 206px;
    padding: 10px 15px;
    border-radius: 6px;
}

.campaign-builder .builder-active {
    height: 10000px !important;
}

.campaign-builder .builder-content {
    height: auto;
    width: auto;
    bottom: 0;
    overflow: auto;
}

#CampaignCanvas {
    height: 10000px;
    width: 10000px;
    position: relative;
}

.campaign-event-list .progress-bar {
    position: absolute;
    top: 0;
    height: 3px;
}

.stat-boxes .pie-legend li {
    display: inline;
}

.preview .builder-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.preview .builder-active {
    width: 100%;
    height: auto;
    position: relative;
}

.preview .list-campaign-event,
.preview .list-campaign-source {
    width: auto;
    height: 45px;
    position: absolute;
    padding: 10px 15px;
    z-index: 1010;
    background: #fff;
    border-radius: 3px;
}

.preview .list-campaign-event {
    height: 54px;
}

.preview .list-campaign-source {
    height: 45px;
}

.preview .jtk-endpoint {
    cursor: default;
}

.preview .jtk-endpoint svg {
    display: none;
}

.preview .list-campaign-event .campaign-event-name {
    line-height: 14px;
    overflow: visible;
}

#preview-container {
    width: 100%;
    height: 500px;
    overflow: auto;
}

.campaign-event-logic {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 10px;
}

.list-campaign-decision .campaign-event-logic {
    color: #00b49d;
}

.list-campaign-condition .campaign-event-logic {
    color: #ffb79f;
}

.list-campaign-action .campaign-event-logic {
    color: #9babeb;
}

#EventJumpOverlay {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 10000px;
    height: 10000px;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
}

#leads-container .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px;
}

.col-category-color {
    width: 50px;
}

.input-group-addon label {
    margin-bottom: 0px;
}

.vector-map {
    height: 350px;
    color: transparent;
}

.jvectormap-container {
    height: 100%;
    width: 100%;
}

.dashboard-widgets .sortable-placeholder {
    background-color: #fff;
    border: 1px dashed #4e5d9d;
    flex-grow: 0;
}

.dashboard-widgets.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
}

.dashboard-widgets .card {
    margin: 5px;
    background: #fefefe;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: background-color, box-shadow, -moz-transform;
    -o-transition-property: background-color, box-shadow, text-shadow,
        -o-transform;
    -webkit-transition-property: background-color, box-shadow, text-shadow,
        -webkit-transform;
    transition-property: background-color, box-shadow, text-shadow, transform;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}

.dashboard-widgets .card-header h4 {
    padding: 10px 15px;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
}

.dashboard-widgets .card-header .dropdown {
    position: absolute;
    top: 6px;
    right: 3px;
}

.dashboard-widgets .card-header .dropdown-toggle .fa-ellipsis-v {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    width: 30px;
    text-align: center;
    line-height: 30px;
}

.dashboard-widgets .card-header h4 {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-widgets .card table {
    table-layout: fixed;
}

.dashboard-widgets .card table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-widgets .card table td:last-child {
    width: 30px;
}

.chart-wrapper {
    position: relative;
}

.chart-wrapper .legend {
    background: #000;
    opacity: 0;
    position: absolute;
    bottom: -17px;
    width: 100%;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
}

.chart-wrapper:hover .legend {
    opacity: 0.8;
}

.chart-wrapper .legend ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}

.chart-wrapper .legend li {
    margin: 0 10px;
    padding: 5px 0;
}

.chart-wrapper .legend li span {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-right: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 700px) {
    .dashboard-widgets .widget {
        width: 100% !important;
    }
}

#dashboard-widgets .spinner {
    text-align: center;
    line-height: 250px;
    font-size: 24px;
}

.col-email-id {
    width: 75px;
}

.email-builder .builder-panel .panel-body {
    padding: 5px 0;
}

.table-bordered {
    border-left: 0;
}

.table-bordered.email-list &gt; thead &gt; tr &gt; th:first-child,
.table-bordered.email-list &gt; tbody &gt; tr &gt; td:first-child,
.table-bordered.email-template &gt; thead &gt; tr &gt; th:first-child,
.table-bordered.email-template &gt; tbody &gt; tr &gt; td:first-child {
    border-left: 0px;
}

.table-bordered.email-list &gt; thead &gt; tr &gt; th:last-child,
.table-bordered.email-list &gt; tbody &gt; tr &gt; td:last-child,
.table-bordered.email-template &gt; thead &gt; tr &gt; th:last-child,
.table-bordered.email-template &gt; tbody &gt; tr &gt; td:last-child {
    border-right: 0px;
}

.email-filters {
}

.clickable-stat a {
    color: #fff;
}

.clickable-stat a:hover {
    color: #fff;
}

#emailGraphStats .spinner {
    padding-top: 50px;
    text-align: center;
}

.panel2 {
    border: 1px solid #ebedf0;
    -webkit-box-shadow: 0px 1px 1px #f3f3f3;
    box-shadow: 0px 1px 1px #f3f3f3;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 25px;
    zoom: 0.9;
    width: 70%;
}

.panel2 label {
    font-size: 1em;
}

.form-submitaction-group-header {
    font-size: 1.1em;
    font-weight: bold;
}

.form-field-wrapper {
    position: relative;
}

.form-field-wrapper img {
    max-width: 100%;
}

#mauticforms_fields .mauticform-row,
#mauticforms_actions .mauticform-row {
    padding: 10px;
}

#mauticforms_fields .mauticform-row {
    margin-bottom: 0 !important;
}

#mauticforms_actions .mauticform-row .action-label {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
}

#mauticforms_actions .mauticform-row .action-descr {
    font-size: 0.9em;
    display: block;
}

#mauticforms_actions .form-buttons {
    float: right;
    margin-top: 3px;
}

#mauticforms_fields .form-buttons {
    position: absolute;
    right: 8px;
    top: 8px;
}

#mauticforms_fields input,
#mauticforms_fields textarea,
#mauticforms_fields select {
    background-color: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    padding: 0.5em 0.5em;
    width: 50%;
}

#mauticforms_fields .chosen-container-single .chosen-search input[type="text"] {
    width: 100%;
}

.mauticform-row {
    min-height: 60px;
}

#mauticforms_fields .panel-footer {
    padding: 3px 15px;
}

textarea.form-html {
    height: 200px;
}

.col-form-id,
.col-formresult-id {
    width: 75px;
}

.col-form-submissions {
    width: 100px;
}

.formresult-list th .input-group {
    margin-top: 10px;
}

.formresult-list th:not(.col-formresult-id):not(.col-actions) {
    min-width: 125px;
}

.formresult-list th.col-formresult-id {
    min-width: 125px;
}

.inline-spacer {
    padding-right: 20px;
}

#mauticforms_fields input[type="date"],
#mauticforms_fields input[type="time"],
#mauticforms_fields input[type="datetime-local"],
#mauticforms_fields input[type="month"] {
    line-height: inherit;
}

#mauticforms_fields input.mauticform-radiogrp-radio {
    width: auto;
}

.col-leadfield-id,
.col-leadlist-id,
.col-lead-id {
    width: 75px;
}

.col-leadfield-statusicons,
.col-leadlist-leadcount {
    width: 100px;
}

.col-leadfield-orderhandle {
    width: 25px;
}

.col-leadfield-type {
    width: 125px;
}

.leadfield-list .fa-asterisk:hover,
.leadfield-list .fa-eye:hover,
.leadfield-list .fa-lock:hover,
.leadfield-list .fa-list:hover {
    color: #7d5b71;
}

.leadlist-filter a {
    text-decoration: none;
}

.leadlist-filter:hover {
    background-color: #ecf0f1;
}

.leadlist-filter {
    height: 40px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.leadlist-filter-name {
    font-size: 1.1em;
}

.available-filters .rounded-corners {
    height: 300px;
    overflow: auto;
}

.selected-filters .rounded-corners {
    height: 300px;
    overflow: auto;
}

.selected-filters .in-group {
    margin-left: 20px;
}

.selected-filters .glue-select {
    margin-top: 2px;
}

.selected-filters .panel {
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
}

.selected-filters .panel.in-group {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.col-leadpoints-date {
    width: 175px;
}

.col-leadpoints-delta {
    width: 75px;
}

.panel-foursquare .panel-heading {
    background: #0072b1;
    color: #fff;
}

.panel-facebook .panel-heading {
    background: #3b5998;
    color: #fff;
}

.panel-linkedin .panel-heding {
    background: #007bb6;
    color: #fff;
}

.panel-twitter .panel-heading {
    background: #00aced;
    color: #fff;
}

.panel-instagram .panel-heading {
    background: #517fa4;
    color: #fff;
}

.btn-leadnote-add {
    margin-left: 0 !important;
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
}

ul.tag-cloud li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
    height: 35px;
}

#social-container div.tab-pane {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.card.highlight {
    background-color: #faf2cc;
    border: 3px solid #4e5d9d !important;
}

.lead-avatar-panel {
    position: relative;
}

.lead-avatar-panel .avatar-collapser a.arrow {
    position: absolute;
    top: 0;
    right: 0px;
    margin: 0 3px 0 0;
    padding: 0 10px;
}

.lead-avatar-panel .img-responsive {
    min-width: 100%;
}

.lead-merge-options {
    position: relative;
}

.contact-cards .panel-body {
    max-height: 150px;
}

.contact-cards .img {
    max-height: 115px;
}

#lead_merge_lead_to_merge_chosen .chosen-search {
    display: none;
}

.history-search {
    overflow: visible !important;
    min-height: 53px;
}

.timeline-icon {
    width: 50px;
    text-align: center;
}

.timeline-featured td,
.timeline-featured th {
    background: rgba(78, 94, 158, 0.1);
    border-right: 1px solid rgba(78, 94, 158, 0.1) !important;
}

#contact-timeline td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#contact-timeline .dl-horizontal dt {
    width: auto;
    text-align: left;
    margin-right: 10px;
}

#contact-timeline .dl-horizontal dd {
    margin-left: 0px;
}

#contact-timeline tr.timeline-row-highlighted {
    background-color: #fafafa;
}

#contact-timeline tr.timeline-details img {
    max-height: 200px;
}

.frequency {
    width: 45px !important;
}

.contact {
    display: inline !important;
}

.frequency-table,
.frequency-table td {
    border-bottom: none !important;
    border-top: none !important;
}

.frequency-values {
    padding-left: 10px;
    padding-top: 27px;
    padding-bottom: 15px;
}

.frequency-select {
    width: 145px !important;
    float: right;
    padding-right: 5px;
}

.frequency-label {
    padding: 8px;
}

.frequency-date {
    width: 100px;
    float: left;
}

.panel-companies .primary {
    color: #fdb933;
}

.building::before {
    content: "\f1ad";
    font-family: "FontAwesome";
    padding-right: 3px;
}

.money::before {
    content: "\f0d6";
    font-family: "FontAwesome";
    padding-right: 3px;
}

.user::before {
    content: "\f007";
    font-family: "FontAwesome";
    padding-right: 3px;
}

.col-page-id {
    width: 75px;
}

.page-builder .builder-panel .panel-body {
    padding: 5px 0;
}

.symbol-hashtag:before {
    content: "#";
}

.shuffle-item.integration {
    width: 100px;
}

.integration-disabled img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
}

.integration-disabled img:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}

.field-selector {
    width: 500px;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

.placeholder {
    position: relative;
}

.placeholder::after {
    position: absolute;
    right: 3px;
    top: 19px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.3;
    font-size: 9px;
}

.integration-fields {
    font-size: 12px;
    padding-left: 7px;
}

.col-point-id,
.col-pointtrigger-id {
    width: 75px;
}

.trigger-event-group-header {
    font-size: 1.1em;
    font-weight: bold;
}

#triggerEvents .trigger-event-row {
    padding: 20px;
    margin-bottom: 0 !important;
    border: 1px solid #ecf0f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#triggerEvents .trigger-event-row .event-label {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
}

#triggerEvents .trigger-event-row .event-descr {
    font-size: 0.9em;
    display: block;
}

#triggerEvents .trigger-event-row:hover {
    background-color: #ecf0f1;
}

#triggerEvents .trigger-event-row.bg-danger:hover {
    background-color: #f2d4d2;
}

#triggerEvents .form-buttons {
    float: right;
    display: flex;
    align-items: center;
}

#triggerEvents .form-buttons &gt; a + * {
    margin-left: 10px;
}

.col-pointtrigger-color {
    width: 50px;
}

.col-report-actions,
.col-report-count {
    width: 25px;
}

#reportTable th:not(.col-report-count) {
    min-width: 125px;
}

.columnSelectorButtons {
    padding-top: 40px;
}

.columnSelectorButtons div:not(:last-child) {
    margin-bottom: 10px;
}

#report_columns_chosen {
    width: 100% !important;
}

#ms-report_groupBy ul {
    height: 115px;
}

#report_filters .panel {
    margin-bottom: 0;
    margin-top: 20px;
}

#report_filters &gt; .in-group {
    margin-top: 5px;
}

#report_filters .panel-heading {
    margin-bottom: 0;
    padding-top: 10px;
}

#report_filters .panel-heading .form-group {
    margin: 0;
}

#report_filters &gt; .in-group:first-child &gt; .panel-heading {
    display: none;
}

#report_filters &gt; .in-group:not(:first-child) {
    margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 20px;
}

#report_filters &gt; .in-group:not(:first-child) &gt; .panel-heading {
    display: block;
    padding-left: 10px;
}

#report_filters &gt; .in-group:not(:first-child) &gt; .panel-body &gt; .row &gt; div {
    padding-left: 10px;
    padding-right: 10px;
}

.profile-details {
    margin-bottom: 20px;
}

.col-user-id,
.col-role-id {
    width: 75px;
}

.col-user-avatar {
    width: 75px;
}

.mautic-logo {
    width: 150px;
    margin: 0 auto;
    background: #fff;
}

.mautic-logo &gt; svg.mautic-logo-figure .circle {
    fill: #4e5e9e;
}

.mautic-logo &gt; svg.mautic-logo-figure .m,
.mautic-logo &gt; svg.mautic-logo-figure .m-arrow {
    fill: #fdb933;
}

span.input-group-addon i.fa {
    width: 20px;
}

.inline-login .login-form {
    margin: 20px;
}

.focus-builder .website-preview .viewport-switcher {
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 1025;
}

.focus-builder .website-preview .viewport-switcher .btn-viewport {
    height: 50px;
    width: 50px;
    display: table;
}

.focus-builder .website-preview .viewport-switcher .btn-viewport i {
    display: table-cell;
    vertical-align: middle;
}

.focus-builder .website-preview .website-placeholder {
    z-index: 1020;
}

.focus-builder .website-preview .website-placeholder.has-error input,
.focus-builder .website-preview .website-placeholder.has-error button {
    border-color: #a94442;
}

.focus-builder #websiteScreenshot {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.focus-builder #websiteScreenshot.css-device .screenshot-container {
    height: 392px;
}

.builder-panel-focus {
    overflow-y: scroll;
}

.builder-panel-focus #focusFormContent {
    min-height: 1000px;
}

.builder-panel-focus .panel-title a {
    display: block;
}

.builder-panel-focus .nav &gt; li &gt; a {
    padding: 8px 16px;
}

.builder-panel-focus .focus-hide {
    display: none;
}

.builder-panel-focus .focus-style.list-group-item,
.builder-panel-focus .focus-type.list-group-item {
    background-color: #f5f5f5;
    color: #555;
    cursor: pointer;
}

.builder-panel-focus
    .focus-style.list-group-item:not(.focus-active):not(.focus-hover)
    i.fa,
.builder-panel-focus
    .focus-type.list-group-item:not(.focus-active):not(.focus-hover)
    i.fa {
    color: #8393a2 !important;
}

.builder-panel-focus .focus-active,
.builder-panel-focus .focus-hover {
    background-color: #fff !important;
}

.builder-panel-focus .focus-type-form .visible-focus-type-form {
    display: block !important;
}

.builder-panel-focus .focus-type-form .hidden-focus-type-form {
    display: none !important;
}

.builder-panel-focus .focus-type-notice .visible-focus-type-notice {
    display: inherit !important;
}

.builder-panel-focus .focus-type-notice .hidden-focus-type-notice {
    display: none !important;
}

.builder-panel-focus .focus-type-link .visible-focus-type-link {
    display: inherit !important;
}

.builder-panel-focus .focus-type-link .hidden-focus-type-link {
    display: none !important;
}

.builder-panel-focus .focus-type-all .focus-type {
    display: block !important;
}

.builder-panel-focus .focus-type-all .visible-focus-type-all {
    display: inherit !important;
}

.builder-panel-focus .focus-type-all .hidden-focus-type-all {
    display: none !important;
}

.builder-panel-focus .focus-style-bar .visible-focus-style-bar {
    display: block !important;
}

.builder-panel-focus .focus-style-bar .hidden-focus-style-bar {
    display: none !important;
}

.builder-panel-focus .focus-style-modal .visible-focus-style-modal {
    display: inherit !important;
}

.builder-panel-focus .focus-style-modal .hidden-focus-style-modal {
    display: none !important;
}

.builder-panel-focus
    .focus-style-notification
    .visible-focus-style-notification {
    display: inherit !important;
}

.builder-panel-focus
    .focus-style-notification
    .hidden-focus-style-notification {
    display: none !important;
}

.builder-panel-focus .focus-style-page .visible-focus-style-page {
    display: inherit !important;
}

.builder-panel-focus .focus-style-page .hidden-focus-style-page {
    display: none !important;
}

.builder-panel-focus .focus-style-all .focus-style {
    display: block !important;
}

.builder-panel-focus .focus-style-all .visible-focus-style-all {
    display: inherit !important;
}

.builder-panel-focus .focus-style-all .hidden-focus-style-all {
    display: none !important;
}

.builder-panel-focus .label-site-color {
    width: 25px;
    height: 10px;
    display: block;
    float: left;
    margin-right: 3px;
    cursor: hand;
}

.css-device {
    position: relative;
    margin: 0 auto;
}

.css-device__image {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.css-device--mobile {
    width: 270px;
    height: 500px;
    border-top: solid 24px #ddd;
    border-left: solid 12px #ddd;
    border-right: solid 12px #ddd;
    border-bottom: solid 48px #ddd;
    border-radius: 12px;
}

.css-device--mobile::before {
    display: block;
    position: absolute;
    top: 12px;
    left: -14px;
    width: 2px;
    height: 12px;
    background-color: #bbb;
    box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
    border-radius: 2px 0 0 2px;
    content: "";
}

.css-device--mobile::after {
    display: block;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background-color: #bbb;
    border-radius: 12px;
    content: "";
}

@media all and (min-width: 720px) {
    .css-device--mobile {
        width: 270px;
        border-top: solid 36px #ddd;
        border-left: solid 18px #ddd;
        border-right: solid 18px #ddd;
        border-bottom: solid 72px #ddd;
        border-radius: 18px;
    }

    .css-device--mobile::before {
        top: 18px;
        left: -21px;
        width: 3px;
        height: 18px;
        background-color: #bbb;
        box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
        border-radius: 3px 0 0 3px;
        content: "";
    }

    .css-device--mobile::after {
        bottom: -54px;
        margin-left: -18px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        content: "";
    }
}

#websiteScreenshot.mobile .screenshot-container {
    position: absolute;
    left: 50%;
    width: 320px;
    margin: 0px;
    margin-top: 20px;
}

#websiteScreenshot.mobile .preview-body,
#websiteScreenshot.mobile #websiteCanvas {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 2;
    left: -50%;
    width: 320px;
    height: 568px;
}

#websiteScreenshot.mobile #websiteCanvas {
    z-index: 0;
    border: 1px solid #000;
}

#websiteScreenshot.mobile #websiteCanvas iframe {
    height: 100%;
    width: 320px;
    border: 0;
}

.citrix-start-button {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 12px 18px;
    background-color: #4e5e9e;
    display: inline-block;
}

.header-fixed #app-header.navbar {
    z-index: 99;
}

#modalAlert {
    position: fixed;
    top: 65px;
    left: 20%;
    width: 60%;
    z-index: 9999 !important;
    opacity: 1;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    border-radius: 10px;
    padding: 10px;
    color: #000000;
}

#modalAlert.hidden {
    opacity: 0 !important;
}

.lead-avatar-panel {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.lead-avatar-panel .contact-infos {
    display: flex;
    align-items: center;
}

.lead-simple-info .contact-info {
    display: flex;
    flex-direction: column;
}

.lead-simple-info .contact-info span {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: var(--e-primary);
    width: 70%;
    /* white-space: normal;
    text-overflow: ellipsis; */
    word-break: break-all;
}

.lead-simple-info .contact-actions {
    margin-top: 20px;
}

.lead-simple-info .contact-actions .buttons {
    display: flex;
    align-items: center;
}

.contact-actions {
    padding: 10px;
}

.contact-actions .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-actions .buttons a {
    margin: 0 5px;
}

.contact-actions .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.contact-actions .buttons a:hover {
    color: var(--e-background);
}

.lead-avatar-panel img {
    min-width: 80px !important;
    height: 80px;
    border-radius: 50%;
}

.lead-simple-info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex-grow: 1;
}

.lead-simple-info .entity-name {
    font-weight: bold;
    font-size: 20px;
}

.no-shadow {
    box-shadow: none;
}

.label-default {
    background-color: #f67f31;
}

.nice-timeline {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.nice-timeline .header-timeline {
    font-size: var(--e-ft-h2);
    color: var(--e-primary);
    font-weight: bold;
}

.round-timeline {
    width: 45px;
    height: 45px;
    background: #efefef;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.round-timeline .dot {
    width: 20%;
    height: 20%;
    background: #f67f31;
    border-radius: 50%;
}

.table-timeline {
    margin-bottom: 15px;
}

#lead_whatsapp_api {
    display: none;
}

[for="lead_whatsapp_api"] {
    display: none;
}

.template-quick-replies {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

span.template-quick-reply {
    padding: 10px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #dadde1;
    color: #00a5f4;
    user-select: none;
}

span.template-quick-reply .material-symbols-outlined {
    font-size: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 5px;
}

.first-loading.loading-action {
    background-color: var(--e-background-opacity);
    z-index: 9999999;
}

/* .loading-action {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: var(--e-background-opacity);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-action div img {
    display: block;
    width: 5rem;
    height: 5rem;
} */

.loading-action-sm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: var(--e-background1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 10rem;
}

.loading-action-sm div img {
    display: block;
    width: 5rem;
    height: 5rem;
}

label.btn.btn-default.btn-no,
label.btn.btn-default.btn-yes {
    border-radius: 100vh !important;
    background-color: transparent;
    color: #9e9e9e;
    border: 1px solid #9e9e9e;
    padding: 5px 20px !important;
}

label.btn.btn-default.btn-no.active {
    background-color: #9e9e9e !important;
    color: #fff !important;
}

label.btn.btn-default.btn-yes.active {
    color: #fff;
    background-color: #f58634;
    border-color: #f58634;
}

button[id^="campaign_buttons"] i,
button[id^="report_buttons"] i,
button[id^="point_buttons"] i,
button[id^="pointtrigger_buttons"] i,
button[id^="asset_buttons"] i,
button[id^="emailform_buttons"] i,
button[id^="page_buttons"] i,
button[id^="dwc_buttons"] i,
button[id^="mauticform_buttons"] i,
button[id^="focus_buttons"] i,
button[id^="company_buttons"] i,
button[id^="lead_buttons"] i,
button[id^="leadlist_buttons"] i,
button[id^="tag_entity_buttons"] i {
    display: none;
}

#lead_preferred_profile_image_chosen {
    display: none;
}

.btnContactTokenCampaign {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0;
    width: 50%;
}

/* NEW UI */
.app-sidebar.sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    /* border-radius: 16px 16px 32px 32px; */
    z-index: 9999;
}

.sidebar-content {
    height: 95%;
    font-size: 1.25rem;
}

.sidebar-content .material-symbols-outlined {
    font-size: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.sidebar-header #logo1 {
    width: 2.5rem;
}

.app-sidebar.sidebar-left ~ #app-content {
    margin-left: 6rem;
}

.app-sidebar.sidebar-left {
    background: #000;
    z-index: 9999;
}

#logo2 {
    max-height: 24px;
    display: none;
}

.app-sidebar .sidebar-header,
.app-sidebar .sidebar-content {
    /* margin-left: 0.1rem; */
}

.app-sidebar a {
    color: var(--e-background);
    width: 100%;
}

.sidebar-header a {
    display: flex;
    align-items: center;
    margin-top: var(--e-gap);
    margin-left: 1.25rem;
}

.app-sidebar img {
    max-height: 5rem;
}

a {
    text-decoration: none;
    color: var(--e-foreground1);
}

.nav-sidebar {
    /* margin-left: var(--e-gap); */
    height: 100%;
}

.nav-sidebar &gt; .nav {
    height: 100%;
}

.app-sidebar.sidebar-left {
    width: 5rem;
}

.nav-group {
    margin-top: 0.5rem;
    height: 4rem;
    /* padding-left: 1rem;
    margin-left: -1.45rem; */
    display: flex;
    align-items: center;
}

.nav-group:hover,
.nav-group.show-item {
    background-color: #171717;
    /* border-radius: 24px; */
}

.nav-group &gt; a {
    display: flex;
    align-items: center;
    position: relative;

    padding: 1rem;
}

.nav-group &gt; a &gt; .icon {
    font-size: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    width: 2.5rem;
    text-align: center;
}

/* .app-sidebar.sidebar-left .nav-sidebar &gt; .nav &gt; li:last-child {
    margin-bottom: 6rem;
    margin-top: auto;
} */

.app-sidebar .nav-sidebar &gt; .nav &gt; li &gt; a .arrow {
    -webkit-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
    -o-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
    transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
    opacity: 1;
    font-family: "FontAwesome";
}

.app-sidebar.sidebar-left.show-submenu {
    -webkit-animation: scale-up-hor-left cubic-bezier(0.39, 0.575, 0.565, 1)
        both;
    animation: scale-up-hor-left cubic-bezier(0.39, 0.575, 0.565, 1) both;
    width: 23rem;
}

.app-sidebar.sidebar-left {
    animation-direction: reverse;
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}
@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0.4);
        transform: scaleX(0.4);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}
@-webkit-keyframes scale-down-hor-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}
@keyframes scale-down-hor-left {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.nav-submenu {
    background-color: #353535;
    border-radius: 0 var(--e-border-radius) var(--e-border-radius) 0;
    z-index: 999999999999;
    position: fixed;
    right: -20rem;
    width: 20rem;
    align-self: baseline;
    padding: 0;
}

.nav-submenu .nav-group {
    margin-top: 0.25rem;

    &amp; a {
        padding: 1.25rem;
    }
}

.nav-submenu &gt; .first {
    margin-top: 0px;
}

.nav-submenu .nav-group:hover {
    background-color: #171717;
    border-radius: 0 16px 16px 0;
}

.nav-group &gt; a &gt; .arrow {
    position: absolute;
    right: 0;
    margin-right: 3rem;
}

.has-submenu a:where([data-toggle="submenu"]) {
    pointer-events: none;
}

.has-submenu.show-item .nav-submenu {
    -webkit-animation: swing-in-left-fwd 0.5s
        cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-left-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
        both;
    display: block;
}

@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

.navbar-nocollapse {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.app-version {
    position: fixed;
    top: 98%;
    left: 98%;
}

.csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--e-primary);
    z-index: 1800;
    width: 30rem;
}

td {
    position: relative;
}

.btn-action-table,
td .btn-default {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: var(--e-background) !important;
    color: var(--e-primary);
    border: 1px solid var(--e-primary);
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    bottom: 0;
    margin: auto 0;
    height: 2.5rem;
}

.btn-action-table {
    position: unset;
}

tr:hover .btn-default {
    display: flex;
}

td .btn-default [class^="material-"] {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.dropdown-menu {
    border-radius: var(--e-border-radius-sm);
}

.dropdown-menu &gt; li &gt; a {
    border-radius: var(--e-border-radius-xs);
}

.dropdown-menu &gt; li &gt; a:hover {
    color: var(--e-primary) !important;
    background-color: #f1f1f1;
}

.dropdown-menu &gt; li span {
    transition: none !important;
}

.select-checkbox {
    width: 2.5rem !important;
}

.select-checkbox::before {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.select-checkbox::after {
    margin-top: -8px !important;
    margin-left: -5px !important;
    font-size: 1.15rem !important;
}

tr {
    line-height: 2rem !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    /* border: hidden !important; */
}

tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

tr.odd &gt; * {
    box-shadow: inset 0 0 0 9999px var(--e-background2) !important;
}

tr.selected &gt; * {
    box-shadow: inset 0 0 0 9999px var(--e-primary-focus) !important;
}

tr.odd.selected &gt; * {
    box-shadow: inset 0 0 0 9999px var(--e-primary) !important;
}

.dropdown-toggle::after {
    display: none;
}

.e-input,
.e-textarea {
    /* border: none;
    background-color: var(--e-background2);
    line-height: 2.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: var(--e-border-radius-sm);
    padding-left: 2rem;
    padding-right: 4rem;
    width: 100%;
    font-size: 1.5rem; */
}

.form-field:has(#table-search) {
    min-width: unset !important;
    max-width: unset !important;
    width: unset !important;
}

#table-search {
    width: 35rem !important;
    padding: var(--e-input-padding);
    background-color: #fff;
    color: #323338;
    border: 1px solid #c3c6d4;
    font-size: 14px;
    font-weight: 400;
    transition: border-color 322ms ease-in-out;
    height: var(--e-input-height);
}

#table-search:focus,
#table-search:active,
#table-search:focus-visible {
    border: 1px solid #454854;
}

.form-field {
    position: relative;
    width: var(--e-min-width-input);
    min-width: var(--e-min-width-input);
    max-width: var(--e-min-width-input);
}

.suffix {
    /* position: absolute;
    top: 25%;
    right: 5%; */
    position: absolute;
    top: 50%;
    right: 10px;
    background: transparent;
    transform: translateY(-50%);
    pointer-events: none;
}

.test::part {
    background-color: red !important;
}

.login-container {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.login-container &gt; div {
    flex-basis: 100%;
}

.login-form {
    width: 350px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: var(--e-input-mt);
}

.login-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
}

.login-actions a {
    font-size: var(--e-ft-sm);
}

.login-submit {
    margin: 30px auto 0 auto;
    width: 100%;
}

.disable-button {
    opacity: 50%;
    cursor: not-allowed;
}

.info-part {
    width: 100%;
    height: 100%;
    background: url(../images/info-login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-part .info-gb {
    width: 100%;
    height: 100%;
    background: #12385b;
    mix-blend-mode: soft-light;
    opacity: 0.8;
    position: relative;
}

.info-gb img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.form-check-input:checked {
    background-color: var(--e-primary) !important;
}

.form-check-input[type="checkbox"]:where(:not([role="switch"])) {
    border: 0.1rem solid currentColor;
    border-radius: var(--e-border-radius-xs);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 0.2rem;
    margin-top: 0px;
}

.form-check-input[type="checkbox"]:where([role="switch"]) {
    height: 1.95rem;
    width: 3rem;
    border: none !important;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: unset !important;
    background-color: #8c8c8c;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    cursor: pointer;
}

.form-switch .form-check-input[value="0"] {
    background-position: unset;
}

.form-check-input[value="1"] {
    /* background-color: var(--e-primary) !important; */
}

.form-check-input:focus {
    box-shadow: none !important;
}

.e-primary {
    color: var(--e-primary) !important;
}

.e-view-objects {
    display: flex !important;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    height: calc(100vh - 170px);
}

.e-view-objects form {
    display: flex;
    flex: 1;
}

.e-view-details {
    width: 350px;
    background-color: var(--e-background);
    border-radius: 8px;
    /* border-radius: var(--e-border-radius); */
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    /* padding: 15px; */
}

.e-view-details e-select {
    width: 325px;
}

.e-view-details.right {
    margin-left: 10px;
    overflow: hidden;
}

.e-view-details.no-bg {
    background-color: unset;
    margin-right: -10px;
    border-radius: 8px 0 8px 8px;
    /* border-radius: var(--e-border-radius) 0 var(--e-border-radius)
        var(--e-border-radius); */
}

.e-view-timeline {
    flex: 1;
    background-color: var(--e-background);
    margin-left: 10px;
    border-radius: 8px;
    /* border-radius: var(--e-border-radius); */
    padding: 15px;
    overflow: auto;
}

.e-view-timeline.no-mg {
    margin: 0;
}

.config-input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

.config-input-group.column {
    flex-direction: row;
    justify-content: space-between;
}

.e-view-timeline.no-bg {
    background-color: unset;
}

.object-detail dt {
    color: var(--e-primary);
}

.chosen-container {
    font-size: var(--e-input-ft);
}

.chosen-container-single .chosen-single {
    background-color: var(--e-background);
    border: none;
    border: 1px solid #c3c6d4;
    border-radius: var(--e-input-border-radius);
    box-shadow: unset;
    -webkit-box-shadow: unset;
    height: var(--e-input-height);
    padding: var(--e-input-padding);
    color: var(--e-primary);
    line-height: unset;
    display: flex;
    align-items: center;
}

.chosen-container-single.invalid .chosen-single {
    border: 1px solid var(--e-priority3);
}

.chosen-container-multi.invalid .chosen-choices {
    outline: none;
    border: 1px solid var(--e-priority3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid var(--e-primary);
    background-color: var(--e-background);
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.chosen-container-single .chosen-single div b {
    background: url("../../app/bundles/CoreBundle/Assets/css/libraries/chosen/chosen-sprite.png");
    background-position: 2px 6px;
    background-repeat: no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 6px;
}

.chosen-container .chosen-drop {
    top: calc(100% + 5px);
    border-radius: var(--e-border-radius-sm);
    padding: 1rem 0px;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: none;
    font-size: var(--e-input-ft);
    background-color: var(--e-input-bg-primary) !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    border: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--e-input-bg-primary-hex);
    padding: var(--e-input-padding) !important;
    border-radius: var(--e-input-border-radius);
    height: var(--e-input-height);
}

.chosen-container .chosen-results li.highlighted {
    background-color: #f1f1f1;
    color: var(--e-primary);
}

.chosen-container-single .chosen-single span {
    color: #323338;
}

.modal-backdrop {
    backdrop-filter: blur(var(--e-blur));
    background: var(--e-background-opacity);
}

.modal-backdrop.in {
    opacity: 1;
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

.modal-header {
    justify-content: space-between;
    border-bottom: none;
}

.modal-body-description {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.modal-header:before,
.modal-header:after {
    content: "" !important;
    display: none !important;
}

.modal-content {
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 5px;
    /* border-radius: var(--e-border-radius); */
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

.modal-footer {
    justify-content: flex-end;
    position: sticky;
    z-index: 9;
    bottom: 0;
    background: var(--e-background);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.modal-footer button + button {
    margin-left: 5px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.alert-info {
    margin: 10px 0;
    font-size: var(--e-ft);
}

.chosen-container-multi .chosen-results {
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid var(--e-primary) !important;
}

.chosen-container-multi .chosen-choices {
    border: none;
    outline: 1px solid #c3c6d4;
    min-height: var(--e-input-height) !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.col-xs-12 {
    padding: 0 !important;
}

.row &gt; * {
    padding: 0;
}

.row &gt; .col-md-6 + .col-md-6 {
    padding-left: 10px;
}

.row &gt; .col-md-6.no-pd {
    padding-left: 0 !important;
}

#triggerEvents .trigger-event-row {
    margin-bottom: 0 !important;
}

#triggerEvents .trigger-event-row {
    margin-top: 10px;
}

a.e-button-circle:hover {
    color: var(--e-background);
}

.e-button-circle {
    font-size: var(--e-ft);
}

.e-button-circle:where([disabled]) {
    background-color: var(--e-background-opacity) !important;
}

.e-button-no-bg:hover {
    /* color: var(--e-background); */
}

.e-button-no-bg {
    font-size: var(--e-ft);
    background-color: transparent;
    color: var(--e-primary);
    border: none;
    padding: 0;
}

.e-range-date-filter {
    margin: 15px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.e-view-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.e-view-subheader h3 {
    display: flex;
}

.e-view-subheader__details {
    display: flex;
    flex-direction: column;
    font-size: var(--e-ft);
}

.e-panel-header {
    margin: 10px 0;
}

.variant-chart {
    font-size: var(--e-ft);
    text-align: right;
}

.variant-chart a:not(.disabled) {
    font-weight: bold;
}

.variant-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.variant-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.variant-detail-row {
    display: flex;
    align-items: center;
    font-size: var(--e-ft);
}

.variant-detail-item {
    margin-left: 10px;
}

.variant-data {
    text-align: right;
}

.variant-data div {
    font-size: var(--e-ft);
    color: #fff;
}

.variant-data span[class^="label"] {
    padding: 2px 12px;
}

.e-input-group-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.alert-warning {
    background-color: #fff2d0;
    color: #000;
    font-size: var(--e-ft);
}

.alert-warning h4 {
    font-weight: bold;
}

.e-text-dark {
    color: #d9d9d9 !important;
}

.panel,
.panel2 {
    padding: 10px !important;
}

.modal-content {
    /* max-height: 90vh !important; */
    /* min-height: 40vh; */
}

.modal-content .modal-body {
    /* overflow-y: auto; */
}

.adjust-footer-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.e-buttons-group {
    display: flex !important;
    flex-direction: column;
}

.e-buttons-group .e-button-input {
    display: flex !important;
    align-items: center !important;
}

.e-button-input input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    background-color: var(--e-background);
    /* For iOS &lt; 15 */
    /* Not removed via appearance */
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid var(--e-primary);
    border-radius: 50%;
    margin-right: 5px;

    display: grid;
    place-content: center;
}

.e-button-input input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: var(--e-primary);
}

.e-button-input input[type="radio"]:checked::before {
    transform: scale(1);
}

.e-button-input input[type="radio"]:focus {
    /* outline-offset: max(2px, 0.15em); */
}

.contact-item,
.company-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 8px;
}

.list-contacts,
.list-companies .contact-item:first-child,
.company-item:first-child {
    /* border-top: 1px solid #e5e5e5; */
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 1rem;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.select-checkbox::before {
    top: unset !important;
}

th &gt; .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataTables_wrapper {
    margin-bottom: 2rem;
}

.sidebar-content .scroll-bar {
    display: none !important;
}

.panel-default {
    margin-bottom: 2rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px !important;
}

.page-list,
.dataTables_wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.e-accent {
    &amp; .material-symbols-outlined {
        background: -webkit-linear-gradient(
            #8ec67e,
            #7f68b0,
            #d08643
        ) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
}

.toolbar-standard {
    display: flex;
    gap: 0.5rem;
}

.entity-edit-container {
    width: 60%;
}

.drop-here .form-field-wrapper + .form-field-wrapper {
    border-top: 1px solid #e5e5e5;
}

.e-link-icon {
    position: relative;
}

.e-link-icon:hover {
    text-decoration: underline !important;
}

.e-link-icon-right:hover {
    text-decoration: underline !important;
}

.e-link-icon-right::after {
    font-family: "Material Symbols Outlined";
    content: "\e89e";
}

.e-link-icon::before {
    position: absolute;
    right: -1.5rem;
    font-family: "Material Symbols Outlined";
    content: "\e89e";
    bottom: auto;
    top: auto;
}

table &gt; tbody &gt; tr:hover .dtfc-fixed-left {
    background-color: #f8f8f8 !important;
}

.dtfc-fixed-left {
    /* background-color: var(--e-background) !important; */
}

.m-left {
    left: 1000% !important;
}

.e-link-whatsapp::before {
    position: absolute;
    left: -1.5rem;
    font-family: "FontAwesome";
    content: "\f232";
    bottom: auto;
    top: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.e-link-instagram::before {
    position: absolute;
    left: -1.5rem;
    font-family: "FontAwesome";
    content: "\f16d";
    bottom: auto;
    top: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.e-link-facebook::before {
    position: absolute;
    left: -1.5rem;
    font-family: "FontAwesome";
    content: "\f09a";
    bottom: auto;
    top: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.e-link-webchat::before {
    position: absolute;
    left: -1.5rem;
    font-family: "Material Symbols Outlined";
    content: "\e0bf";
    bottom: auto;
    top: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.inbox-message-content {
    display: flex;
    flex-direction: column;
    white-space: break-spaces;
    word-break: break-word;
}

.e-status-data {
    position: relative;
}

.e-status-data::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.e-status-data.activated::before {
    background-color: #22cc4d;
}

.e-status-data.disable::before {
    background-color: #ef3939;
}

.input-switch-group {
    display: flex;
    align-items: center;
}

.input-switch-group input {
    margin: 0;
}

.input-switch-group label {
    margin: 0 0 0 5px;
}

.stage_props_container {
    height: 40vh;
    display: flex;
    margin-top: 10px;
}

.stage_props_container .stage_props {
    width: 40%;
    overflow: auto;
}

.stage_props_container .stage_props input[type="text"] {
    width: 100%;
}

.stage_props_container .stage_props label {
    /* font-size: 1.5rem; */
    margin-left: 10px !important;
}

.stage_props_container .objects_stage_properties {
    height: 100%;
    margin-top: 15px;
}

.stage_props_container .selected_props {
    width: 60%;
    overflow-y: auto;
}

.stage_props_container .selected_props .table_stage_props button span {
    margin: 0;
}

.stage_change_warning {
    /* margin-bottom: 3rem; */
    display: block;
    font-size: 1.5rem;

    &amp; span {
        display: block;
    }
}

th:not(:first-child),
td:not(:first-child) {
    min-width: 15rem;
}

.xdsoft_calendar th,
.xdsoft_calendar td {
    min-width: 0px !important;
}

.dataTables_wrapper {
    overflow-x: auto;
}

@media (max-width: 650px) {
    .app-sidebar.sidebar-left ~ #app-content {
        margin-left: 6.5rem;
    }

    .app-sidebar.sidebar-left {
        left: 0;
    }

    tr {
        position: relative !important;
    }

    th {
        display: none;
    }

    td {
        display: block;
        left: unset !important;
        position: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        line-height: initial !important;
    }

    td:first-child {
        padding-top: 1.5rem !important;
    }

    td:last-child {
        padding-bottom: 1.5rem !important;
    }

    td::before {
        content: attr(data-cell) ": ";
        font-weight: 700;
    }

    td.select-checkbox {
        height: 2rem;
    }

    .table &gt; thead &gt; tr &gt; th,
    .table &gt; tbody &gt; tr &gt; th,
    .table &gt; tfoot &gt; tr &gt; th,
    .table &gt; thead &gt; tr &gt; td,
    .table &gt; tbody &gt; tr &gt; td,
    .table &gt; tfoot &gt; tr &gt; td {
        padding: 0.35rem 1rem;
    }

    table.dataTable &gt; tbody &gt; tr &gt; td.select-checkbox::before,
    table.dataTable &gt; tbody &gt; tr &gt; th.select-checkbox::before {
        margin-top: unset !important;
        margin-left: unset !important;
    }

    table.dataTable &gt; tbody &gt; tr &gt; td.select-checkbox::before,
    table.dataTable &gt; tbody &gt; tr &gt; td.select-checkbox::after,
    table.dataTable &gt; tbody &gt; tr &gt; th.select-checkbox::before,
    table.dataTable &gt; tbody &gt; tr &gt; th.select-checkbox::after {
        display: block;
        /* position: unset !important; */
        box-sizing: unset !important;
        height: 2rem;
    }

    td.select-checkbox::before,
    th.select-checkbox::before {
        position: absolute;
        top: 1.5rem !important;
        left: 1rem !important;
    }

    td.select-checkbox::after,
    th.select-checkbox::after {
        position: absolute;
        top: 2.35rem !important;
        left: 1.75rem !important;
    }

    .dtfc-fixed-left {
        /* background-color: unset !important; */
    }

    .select-checkbox {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.text_alert {
    font-size: 22px;
    color: var(--e-priority3);
    font-weight: 600;
}

.property-history {
    margin-top: 15px;
}

.contact_property_field {
    position: relative;
}

.contact_property_field button[data-detail-property] {
    border: 1px solid #eee;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.contact_property_field:hover button[data-detail-property] {
    display: block;
}

.table-property-details tr {
    line-height: normal !important;
}

.table-property-details th {
    font-size: 12px !important;
}

.table-property-details td {
    font-size: 14px;
    white-space: unset !important;
}

.table-property-details td span,
.table-property-details td a {
    display: block;
    font-size: 14px;
}

.table-property-details td small {
    font-size: 12px;
}

.fb_iframe_widget {
    display: none !important;
}

.connect-instagram-btn {
    padding: 8px;
    border-radius: 4px;
    font-size: 16px;
    background: linear-gradient(
        15deg,
        #405de6,
        #5851db,
        #833ab4,
        #c13584,
        #e1306c,
        #fd1d1d
    );
    border: none;
    color: #fff;
    font-weight: 500;
}

.table-eloz {
    border-collapse: collapse;
}

.table-eloz tr {
    position: relative !important;
}

.table-eloz td {
    position: unset !important;
}

.table-eloz th,
.table-eloz td {
    padding: 10px;
}

/* 
.object-table tr:nth-child(odd) {
    background-color: #f5f5f5;
} */

.object-table td {
    position: relative;
}

.object-table tr div[data-record-table-show=""] {
    display: flex;
}

.object-table tr:hover div:not([data-record-table-show=""]) {
    display: flex;
}

.object-table td div {
    display: none;
    /* position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2; */
}

e-modal e-select::part(e-select-options) {
    position: fixed !important;
}

table.dataTable &gt; tbody &gt; tr.selected &gt; td.select-checkbox::after,
table.dataTable &gt; tbody &gt; tr.selected &gt; th.select-checkbox::after {
    text-shadow: none !important;
}

table.dataTable &gt; tbody &gt; tr.selected a,
table.dataTable
    &gt; tbody
    &gt; tr.selected
    button
    span:not(.material-symbols-outlined) {
    color: #fff;
}

.first-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    cursor: wait !important;

    &amp; .block-content-actions {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none !important;
        user-select: none !important;
    }
}

.first-loading img {
    width: 7.5rem;
    height: 7.5rem;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.btn-table-link {
    display: flex !important;
    justify-content: flex-start;
}

.btn-table-link &gt; .btn {
    display: flex !important;
    position: relative;
}

.btn-table-link &gt; .btn-default {
    right: unset !important;
}

table.dataTable &gt; tbody &gt; tr.selected .btn-default {
    color: var(--e-primary) !important;
}
/* 
table.dataTable &gt; tbody &gt; tr.selected .btn-default:disabled {
    color: #fff !important;
} */

.total-items {
    font-size: 19px;
    font-weight: bold;
}

.total-items strong {
    font-size: 16px;
    font-weight: normal;
}

.e-button-date-clear {
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.e-button-date-clear span {
    pointer-events: none;
}

/* e-date-range {
    min-width: var(--e-min-width-input);
    max-width: var(--e-min-width-input);
    width: var(--e-min-width-input);
} */

e-date-range:where([custom_class="max-width-none"]) {
    min-width: unset;
    max-width: unset;
    width: unset;
}

.view-container-lp {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

e-date-range .material-symbols-outlined {
    font-size: var(--e-icon-sz);
    width: var(--e-icon-sz);
    height: var(--e-icon-sz);
}

.module-item-divider {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.module-item-divider &gt; h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.quantity-estimated {
    font-size: 13px;
}

.quantity-estimated &gt; span {
    font-size: 32px;
    font-weight: 600;
}

.select-checkbox::after {
    margin-top: -9px !important;
    margin-left: -4px !important;
    font-size: 1.35rem !important;
}

e-pagination {
    position: fixed;
    bottom: -32px;
    width: 90%;
    height: 115px;
    background-color: transparent;
    z-index: 1;
}

.dataTables_scrollBody,
.dataTables_scroll,
div.dataTables_wrapper {
    position: relative !important;
    width: 100% !important;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.inserted_field_define {
    position: relative;
    margin-bottom: 15px;
}

.no-border {
    border: none !important;
}

.alignDropIcon .material-symbols-outlined {
    position: unset !important;
    right: unset !important;
}

.no-bg {
    background-color: transparent !important;
}

.no-border:not(.no-hover):hover {
    border-bottom: 1px solid #454854d4 !important;
}

.table-header {
    background-color: var(--e-background2);
    padding: 1.5rem;
    border-radius: 1rem 1rem 0 0;
    margin-top: 1rem;
}

.table-header input,
.table-header form,
.table-header .form-field {
    background-color: #fff !important;
    border-radius: var(--e-border-radius-sm);
    width: 35rem !important;
    min-width: 35rem !important;
    max-width: 35rem !important;
}

.table-header button {
    background-color: transparent;
}

div.dataTables_scrollBody {
    border: none !important;
    border-left: unset !important;
}

.material-symbols-outlined {
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

/* @media (max-width: 899px) {
    :root {
        font-size: 12px !important;
        --e-ft: 12px;
        --e-ft-2: 13px;
    }
} */
/* @media (min-width: 600px) {
    :root {
        font-size: 6px !important;
        --e-ft: 6px;
        --e-ft-2: 8px;
    }
}
@media (min-width: 700px) {
    :root {
        font-size: 8px !important;
        --e-ft: 8px;
        --e-ft-2: 10px;
    }
}
@media (min-width: 800px) {
    :root {
        font-size: 10px !important;
        --e-ft: 10px;
        --e-ft-2: 11px;
    }
} */
/* @media (min-width: 900px) {
    :root {
        font-size: 11px !important;
        --e-ft: 11px;
        --e-ft-2: 12px;
    }
}
@media (min-width: 1000px) {
    :root {
        font-size: 14px !important;
        --e-ft: 14px;
        --e-ft-2: 16px;
    }
} */

.dataTables_scrollHead,
table.dataTable thead tr &gt; .dtfc-fixed-left,
table.dataTable thead tr &gt; .dtfc-fixed-right,
table.dataTable tfoot tr &gt; .dtfc-fixed-left,
table.dataTable tfoot tr &gt; .dtfc-fixed-right {
    background-color: #ededed !important;
}

table.dataTable thead tr:first-child {
    position: sticky;
    top: 0;
    background: #f5f5f5;
    z-index: 9;
}

table.dataTable tr {
    line-height: 4rem !important;
}

table thead {
    background-color: #f5f5f5 !important;
    /* position: sticky;
    top: 0; */
}

table.dataTable {
    margin-top: 0px !important;
}

.header-page-detail {
    margin-top: -3px;
}

.table &gt; tbody,
td {
    font-size: var(--e-ft);
}

.table &gt; thead,
th {
    font-size: var(--e-ft-2);
}

.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
    flex: unset !important;
}

table.dataTable thead tr &gt; .dtfc-fixed-left,
table.dataTable thead tr &gt; .dtfc-fixed-right,
table.dataTable tfoot tr &gt; .dtfc-fixed-left,
table.dataTable tfoot tr &gt; .dtfc-fixed-right {
    top: unset;
}

.modal-form-buttons {
    display: flex;
}

input::placeholder {
    color: #888 !important;
    opacity: 1;
}

#expand-timeline,
#colapse-timeline {
    padding: 0;
    font-size: 1rem !important;
}

#expand-timeline span,
#colapse-timeline span {
    padding: 0;
    font-size: 2rem !important;
    width: 2rem !important;
    height: 2rem !important;
}

.call-modal-choice-number,
.choose-caller-modal {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 12px;
    padding-top: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border-left: 10px solid var(--e-accent); */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.choose-caller-modal {
    padding-top: 15px;
}

.header-call-modal,
.header-caller-modal {
    position: absolute;
    top: -3px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
}

.number-to-call-info &gt; .hidden-item-call {
    opacity: 0;
    position: absolute;
    right: 50px;
}

.number-to-call:hover .number-to-call-info &gt; .hidden-item-call {
    opacity: 1;
    right: 20px;
    transition: 0.5s;
}

.list-numbers-options-without-scroll {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

#list-numbers-options {
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 220px;
    overflow-y: auto;
}

.number-to-call-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.number-to-call-info &gt; div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.number-to-call-info &gt; span:nth-child(1) {
    color: var(--e-primary);
    font-size: 12px;
}

.number-to-call-info .material-symbols-outlined {
    font-size: 26px;
    color: var(--e-accent) !important;
}

.number-to-call {
    border-radius: 15px;
    cursor: pointer;
    transition: filter 0.5s;
}

.number-to-call:hover {
    background-color: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    transition: filter 0.5s;
}

/* #deals-table_wrapper,
#chats-table_wrapper {
    height: 1px;
} */

.dataTables_scrollBody,
.dataTables_wrapper &gt; div:nth-child(1) {
    height: 1px;
    /* height: 67vh; */
}

.disabled,
[disabled],
.disabled:hover,
[disabled]:hover {
    pointer-events: auto !important;
    cursor: not-allowed;
    opacity: 0.5;
}

.view-details-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.limit-height-item {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.limit-height-item &gt; div &gt; .panel-body {
    max-height: 320px;
    min-height: 120px;
    overflow-y: scroll;
}

.inline_view_items {
    display: flex;

    &amp; button {
        display: flex;
        width: 100%;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        align-items: center;
        color: var(--e-primary);

        &amp; input {
            cursor: pointer;
            flex-grow: 1;
            border: none;

            &amp;:hover {
                text-decoration: underline;
            }

            &amp;:focus {
                border: none;
            }
        }
    }
}

.view-items-object {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

#data-new-file {
    display: grid;
    counter-reset: grid-items;
    position: relative;
    grid-template-columns: 1fr;
    grid-gap: var(--e-input-group-gap);
}

e-text-editor {
    &amp; .cke {
        display: none !important;
    }
}

.content-table-config {
    overflow-x: scroll;
}

.show-icon-to-hover:hover {
    &amp; .material-symbols-outlined {
        opacity: 1 !important;
    }
}

.pe-none {
    pointer-events: none !important;
}

.properties-stage-many {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: rgb(223, 227, 235) rgb(223, 227, 235) rgb(223, 227, 235)
        var(--e-accent);
    padding: 16px;
    width: 550px;

    &amp; &gt; div:first-child {
        margin-bottom: 25px;
    }
}

.pipeline-edit-many {
    font-size: 13px;
    padding: 8px 20px;
    border: 1px solid #ccc;
}

.container-more-properties {
    position: relative;

    &amp; &gt; button {
        margin: 10px 0 0 auto;
    }
}

div[data-select-properties] {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: -5px 0 10px 0px rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
    left: calc(500px - 4rem);
    width: 250px;

    &amp;::before {
        content: "";
        position: absolute;
        z-index: 99;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
    }

    &amp; div[data-remaint-properties] {
        max-height: 300px;
        overflow: auto;
        margin-top: 10px;
    }

    &amp; .select-remaint-properties {
        padding: 5px;
        border-radius: 4px;
        margin: 15px 0 0 auto;
        font-size: 13px;
        border: 1px solid var(--e-primary);
        background: #fff;
        color: var(--e-primary);

        &amp;:hover {
            filter: brightness(0.96);
        }
    }
}

.new-property-added {
    margin-top: var(--e-input-group-gap);
    display: flex;
    align-items: center;
    &gt; div {
        flex: 1;
    }

    &gt; span {
        margin-left: 5px;
        height: var(--e-input-height);
        margin-top: auto;
        display: flex !important;
        align-items: center;
        cursor: pointer;
    }
}

form[name="campaign_leadsource"] {
    margin-top: 10px;
}

.list-sortable .sortable + .sortable {
    margin-top: 5px;
}

.sortable-no-reorder {
    &amp; span[data-sortable-icon] {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 10px;
        cursor: pointer;
        width: 20px;
        justify-content: center;

        &amp;.ui-sortable-handle {
            cursor: grabbing;
        }

        &amp;:hover {
            color: #a9a9a9;
        }
    }
}

/* MODAL GERAL PARA SELECIONAR ITENS */
.eloz-modal-chose {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.eloz-modal-chose.hide {
    display: none;
}
.eloz-modal-chose__container {
    z-index: 10000;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 85%;
    overflow: auto;
    background-color: var(--e-background);
    border-radius: var(--e-border-radius-sm);
    display: flex;
    flex-direction: column;
    padding: 3rem;
    gap: 30px;
}
.eloz-modal-chose__header {
    text-align: center;
    margin-bottom: 20px;
}
.eloz-modal-chose__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.eloz-modal-chose__content-item {
    position: relative;
    width: 200px;
    border: 1px solid var(--e-primary);
    background-color: #fff;
    border-radius: var(--e-border-radius-sm);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    user-select: none;
    cursor: pointer;
}
.eloz-modal-chose__content-item *:not(input) {
    pointer-events: none;
}
.eloz-modal-chose__content-item::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: var(--e-border-radius-sm);
    transition: opacity 0.1s ease-in-out;
    box-shadow: 0 0 12px 0 rgba(26, 39, 54, 0.3);
    transform: scale(1.007);
}
.eloz-modal-chose__content-item:hover::after {
    opacity: 1;
}
.eloz-modal-chose__content-item.active::after {
    opacity: 1;
}
.eloz-modal-chose__content-item.active {
    background-color: #12385b12;
}
.eloz-modal-chose__content-item .eloz-modal-chose__content-item__selection {
    position: absolute;
    top: 10px;
    right: 10px;

    &amp; input {
        display: none;
    }
}
.eloz-modal-chose__content-item__icon &gt; span.material-symbols-outlined {
    font-size: 6rem;
    width: 5rem;
    height: 5rem;
}

.eloz-modal-chose__content-item__description {
    text-align: center;

    &amp; span:first-child {
        display: block;
        margin: 10px;
    }

    &amp; span:last-child {
        font-size: 13px;
        color: #516f90;
    }
}
.eloz-modal-chose__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
/* MODAL GERAL PARA SELECIONAR ITENS */

input[type="checkbox" i]:focus-visible {
    outline-offset: 0;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline-offset: 0;
}

#filter-container-company,
#filter-container-deal,
#filter-container-contact {
    overflow-y: auto;
    max-height: 740px;
}

.main-filters {
    &amp; e-select {
        /* min-width: 13rem; */
        max-width: 15vw;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.jtk-endpoint-anchor-yes svg circle {
    fill: #00b49c;
}

.jtk-endpoint-anchor-no svg circle {
    fill: #f86b4f;
}

div[id^="cke_editor"] {
    display: none !important;
}

.eloz-default-warning {
    background-color: #fef8f0;
    border-color: #fae0b5;
    color: #000 !important;
    margin: 10px 0;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    border-style: solid;
    border-width: 1px;
    min-height: 60px;
    padding: 8px 20px;
    position: relative;
    text-align: left;
}

div.default-eloz &gt; * {
    color: #ccc;
}

.field-invalid {
    color: var(--e-priority3);
    font-size: 10px;
    margin-top: 5px;
}

.contact-companies {
    padding-top: 10px !important;
}

.list-campaign-jump {
    width: 100%;
    border: 1px solid var(--e-primary);
}

.container-input-chip-hint {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background-color: rgba(18, 56, 91, 0.2);
    border-radius: 5px;
    border-left: solid 5px var(--e-primary);
    color: var(--e-primary);
    padding: 5px;

    &amp; h2 {
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;

        &amp; span {
            font-size: 16px;
        }
    }

    &amp; p {
        font-size: 13px;
        margin: 0;
    }
}

.input-group-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input-item-button {
    margin-left: 5px;
    height: var(--e-input-height);
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
}

.input-item-button button {
    cursor: pointer;
    display: flex !important;
    align-items: center;
    border: none;
    background: none;
}

.input-item-button button .material-symbols-outlined {
    pointer-events: none;
}

.input-group-item + .input-group-item {
    margin-top: var(--e-input-group-gap);
}

.input-group-item + a {
    margin-top: var(--e-input-group-gap);
}

.input-group-item .input-item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

#example_send_emails_list .input-group input {
    width: 100%;
}

.modal-container-columns &gt; div div:first-child {
    margin-top: var(--e-input-group-gap);
}

.tr-assiciation &gt; span {
    font-size: 15px;
}

h3[data-campaign-name] {
    position: absolute;
    left: 1%;
    top: 1.5rem;
}

.container-permissions {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.instructions-permissions {
    margin-top: 20px;
    background-color: #ffeb3b;
    padding: 10px;
    border-radius: 5px;
}
.error-permissions {
    margin-top: 20px;
    color: #dd3030;
}
.step-permissions {
    margin-bottom: 10px;
}

.info-column-datatable {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;

    &amp; .material-symbols-outlined {
        font-size: 18px;
        color: #3d3d3d;
    }
}

.row .form-group .checkbox {
    margin: 0 !important;
}
.iti__search-input {
    padding: 8px;
}

.tooltip-table {
    position: relative;
    display: flex;
    cursor: help;
    align-items: center;
    margin-bottom: 4px;
}

.tooltip-table:before {
    content: attr(data-text);
    position: absolute;
    transform: translateY(-50%) translateX(0);
    padding: 10px;
    border-radius: 7px;
    background: #265582;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: 0.3s opacity, 0.3s transform;
    pointer-events: none;
    display: -webkit-box;
    min-width: 300px;
    white-space: normal;
    pointer-events: none;
    line-height: 17px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
    text-wrap: pretty;
    text-align: start;
    top: 8rem;
    right: 20px;
    border-left: 5px solid var(--bs-orange);
}

.tooltip-table:hover:before {
    opacity: 1;
    transform: translateY(-50%) translateX(10px);
}

.object-found {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: var(--e-input-group-gap) 0;

    &gt; div {
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        width: 70%;

        &amp;:hover {
            box-shadow: 0 0 5px 0px rgb(135 135 135 / 40%);
        }
    }
}

.kanban-stage-name-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__modal_components {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}

div.dataTables_processing {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    margin: 0;
}

.total-records-content {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.download-audio-container {
    position: relative;

    &amp; .download-audio-player {
        position: absolute;
        right: 5px;
        height: 40px;
        width: 40px;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        border: none;

        &amp;:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }

        &amp; span {
            pointer-events: none;
            margin: 0;
            padding: 0;
        }
    }
}

.sidebar-mask-container {
    position: relative;
    top: 45px;
}

.sidebar-mask-design {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    left: 50px;
    top: 0px;
}

.sidebar-mask-design-ball {
    position: absolute;
    width: 46px;
    height: 45px;
    background-color: #f5f5f5;
    left: 50px;
    top: 0px;
    border-radius: 50px;
}

.app-header-toolbar {
    width: 100%;
    background-color: #000;
    height: 45px;
    position: fixed;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 5px 30px;
    z-index: 9999;
    /* z-index: 50; */
}

.app-header-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;

    &amp; a {
        padding: 8px;
        line-height: 8px;
        border-radius: 4px;

        &amp;:hover {
            background-color: #353535;
        }
    }
}

.app-header-toolbar-divider {
    height: 30px;
    width: 1px;
    background-color: #fff;
    margin: 0 20px;
}

.app-header-toolbar-expand-actions {
    position: relative;

    &amp; button {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        gap: 5px;

        &amp;:focus + .expand-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
    }

    .expand-content {
        position: absolute;
        top: 35px;
        left: -100px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease-in-out;
        box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.4);
        width: 200px;
        display: flex;
        flex-direction: column;

        &amp; .user-info-container {
            display: flex;
            flex-direction: column;
            margin-bottom: 10px;

            &amp; p {
                font-size: 16px;
                font-weight: 500;
                margin: 0;
                color: #000;
            }

            &amp; span {
                font-size: 14px;
                color: #000;
            }
        }

        .option {
            padding: 8px;
            font-size: 14px;
            transition: background-color 0.2s;
            display: flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
            font-weight: 400;
            color: #000;

            &amp; span {
                pointer-events: none;
                font-size: 14px;
            }

            &amp;:hover {
                background-color: #f4f4f4;
            }
        }
    }
}

.confirm-message-visit-revops-academy {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 13px;

    &amp; &gt; h1 {
        font-size: 18px;
        font-weight: 500;
    }

    &amp; &gt; p {
        margin: 0;
    }

    &amp; &gt; div {
        display: flex;
        align-items: center;
        gap: 5px;

        &amp; input {
            margin: 0;
        }
    }
}

.emoji-picker__wrapper {
    z-index: 9;
}

.container-rules-deal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 510px;

    &amp; &gt; div {
        display: flex;
        flex-direction: column;
        gap: 5px;

        &amp; &gt; h1 {
            font-size: 18px;
            font-weight: 500;
            display: flex;
            align-items: center;
            /* margin: 0 0 0 20px; */
        }

        &amp; &gt; p {
            /* margin: 0 0 0 20px; */
        }

        &amp; &gt; div {
            display: flex;
            flex-direction: column;
            gap: 5px;
            min-height: 50px;
            max-height: 150;
            overflow: auto;
            margin-left: 20px;

            &amp; &gt; a {
                color: #000;
                font-size: 14px;
                font-weight: 500;
                display: flex;
                align-items: center;
                gap: 5px;

                &amp; span {
                    font-size: 14px;
                }
            }
        }
    }
}

.coming-soon {
    font-size: 10px;
    padding: 0px 3px;
    border-radius: 4px;
    background-color: green;
    color: #fff;
}
</pre></body></html>