.nav-header .brand-logo a {
    padding: 1rem 5rem;
    display: block;
}

[data-nav-headerbg="color_1"] .nav-header {
    background-color: #fff !important;
}

ul>li.disabled,
ul>li.disabled>a {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #58585b26;
    color: honeydew;
}

small.help-block {
    border-color: #f6514c;
    color: #f6514c;
}

.col-form-label {
    color: #58585b;
}

.form-control:focus {
    border-color: #0e7ec1;
}

.form-control:active {
    border-color: #0e7ec1;
}

.dataTables_filter input {
    border: 1px solid #ced4da !important;
}

.pagination {
    display: initial;
}

.page-link {
    padding: 0.5rem 0.75rem !important;
}

.dataTables_filter input.form-control-sm {
    height: 36px !important;
}

.dt-buttons .btn {
    margin-bottom: 0 !important;
}

.dt-buttons {
    display: inline-flex;
    margin-bottom: 0;
}

.dataTables_info,
.dataTables_length {
    display: inline-block;
}

.dt-buttons>button.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #ced4da;
}

.dt-buttons>button.btn-secondary:active,
.dt-buttons>button.btn-secondary:focus,
.dt-buttons>button.btn-secondary:hover {
    background: #6f78b2;
    color: #fff;
    border-color: #6f78b2;
}

/* Input Group */

.input-group {
    position: relative !important;
    display: table !important;
    border-collapse: separate !important;
}

.input-group.flex {
    position: relative !important;
    display: flex !important;
    border-collapse: separate !important;
}

.input-group-addon {
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    background-color: #eee !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.input-group-addon:first-child {
    border-right: 0 !important;
}

.input-group-addon:last-child {
    border-left: 0 !important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-addon,
.input-group-btn {
    width: 1% !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell !important;
}

/* Fieldset */

fieldset.fieldset {
    margin: 1rem;
    padding: 1rem;
    min-inline-size: min-content;
    border: 1px solid #d1d1d3;
    border-radius: 5px;
    /* background: #f2f2f9; */
}

.margin-bottom-1px {
    margin-bottom: 1px;
}

.margin-bottom-2px {
    margin-bottom: 2px;
}

.margin-bottom-3px {
    margin-bottom: 3px;
}

.margin-bottom-4px {
    margin-bottom: 4px;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

.margin-bottom-6px {
    margin-bottom: 6px;
}

.margin-bottom-7px {
    margin-bottom: 7px;
}

.margin-bottom-8px {
    margin-bottom: 8px;
}

.margin-bottom-9px {
    margin-bottom: 9px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

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

.margin-top-2px {
    margin-top: 2px;
}

.margin-top-3px {
    margin-top: 3px;
}

.margin-top-4px {
    margin-top: 4px;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-top-6px {
    margin-top: 6px;
}

.margin-top-7px {
    margin-top: 7px;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-top-9px {
    margin-top: 9px;
}

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

.margin-top-15px {
    margin-top: 15px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.padding-15px {
    padding: 15px;
}

.padding-20px {
    padding: 20px;
}

.padding-30px {
    padding: 20px;
}

.button-nav-left {
    padding: 10px 0;
    border-right: 1px solid #d1d1d3;
    border-top: 1px solid #d1d1d3;
}

.content-nav-right {
    padding: 15px;
    min-height: 450px;
    overflow-y: auto;
}

.top-border {
    border-top: 1px solid #d1d1d3;
}

.save-button {
    margin: 30px 0;
}

.save-button>button>i {
    font-size: 20px;
}

.cancel-button {
    margin: 30px 0;
}

.cancel-button>button>i {
    font-size: 20px;
}

.close-button {
    margin: 30px 0;
}

.close-button>button>i {
    font-size: 20px;
}

.edit-pencil-button {
    background: transparent;
    font-size: larger;
    color: #0e7ec1;
}

.edit-pencil-button:hover {
    color: #6fd96f;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.journey-name-title {
    display: inline;
}

.scrollbar {
    height: 300px;
    margin-bottom: 25px;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #0e7ec1;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background: #58585b;
    color: #fff;
    border-color: #58585b;
}

.white-background {
    background: url("../images/logo-80.png") center no-repeat, url("../images/white-background.png") repeat;
    pointer-events: none;
    opacity: 0.4;
}

.background-backdrop {
    backdrop-filter: blur(5px);
    position: relative;
    opacity: 0.1;
}

.stack-top {
    z-index: 999999;
}

img.logo-compact-image {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.hidden {
    display: none;
}

.show-block {
    display: block;
}

.show-inline {
    display: inline;
}

.input-group-addon {
    padding: 8px 17px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    font-size: 0.875rem;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-control-sm {
    min-height: 35px;
    border: 1px solid #ced4da;
    /* width: calc(100% - 25%); */
    border-radius: 0;
    min-width: calc(100% - 42%);
}

.multiselect-clear-filter {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 36px;
}

#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #3f3d4c57;
    opacity: 0.8;
}

/* Drap Drop */

.column {
    width: 170px;
    float: left;
    padding-bottom: 100px;
}

.portlet {
    /* margin: 0 1em 1em 0;
    padding: 0.3em; */
    cursor: move;
}

.portlet-header {
    /* padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative; */
    cursor: move;
}

.portlet-toggle {
    cursor: move;
    /* position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px; */
}

.portlet-content {
    cursor: move;
    /* padding: 0.4em; */
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: auto;
}

.title-italic {
    font-weight: 500;
    padding: 5px 0px;
    color: #0e7ec1;
}

.modal-header {
    display: block;
}
