@media (max-width: 1200px) {
    .btn.btn-softcom .btn-softcom-icon {
        display: none;
    }

    .btn.btn-softcom {
        padding: 6px 12px;
    }
}

.splide__arrow {
    opacity: 1 !important;
    background: #fff !important;
    border-radius: 0% !important;
    border-style: solid !important;
    border-color: #ccc !important;
    top: 0 !important;
    height: 60px !important;
}

.splide__arrow.splide__arrow--next {
    box-shadow: -5px 5px 20px rgba(31, 31, 31, 0.3);
    border-width: 1px 0 1px 1px;
}

.splide__arrow.splide__arrow--prev {
    box-shadow: 5px 5px 20px rgba(31, 31, 31, 0.3);
    border-width: 1px 1px 1px 0;
}

/* COMPONENT - TITLE PAGE */

.title-page {
    width: 100%;
    margin-bottom: 40px;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.title-page .title-page-image-illustration {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-page .title-page-image-illustration img {
    max-width: 120px;
}

.title-page .box-title-page-information {
    display: flex;
    align-items: center;
}

.title-page .title-page-information h3 {
    font-weight: 700;
}

/* COMPONENT - DATEPICKER */

input.daterangepicker {
    display: inline-block !important;
    z-index: 99 !important;
}

/* ERROR */

.has-error label {
    color: #ec4758;
}

.has-error > div {
    border: solid 1px #ec4758;
    border-radius: .25rem;
}

.has-error .text-help-block {
    color: #ec4758;
}

/* DROPDOWN */

.dropdown-toggle:not(.user-information)::after {
    display:none;
}

/* BUTTON */

.btn-softcom-icon {
    position: relative;
    right: -13px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.btn-softcom:not(.btn-sm) {
    margin-left: -100px;
}

.btn-sm .btn-softcom-icon {
    right: -9px;
}

.btn-softcom {
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
}

.btn.btn-warning {
    color: #ffffff;
}

.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active, .btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:hover {
    color: #fff !important;
}

/* TEXT */

span {
    font-weight: 400 !important;
}

h5, h6, table.table th {
    font-weight: 600 !important;
}

/* FORM */

.typeahead-field input {
    background-color: #fff !important;
}

.input-group-text-custom {
    background-color: #fff !important;
    font-size: .800em;
}

.daterangepicker {
    padding: 11px 12px !important;
}

/*.form-control.autocompleter.typeahead {*/
/*    border-radius: .25rem 0 0 .25rem !important;*/
/*    border-width: 1px 0 1px 1px !important;*/
/*}*/

/*.typeahead-field .input-group-addon.btn {*/
/*    border-radius: 0 .25rem .25rem 0 !important;*/
/*    border-width: 1px 1px 1px 0 !important;*/
/*    background-color: #fff !important;*/
/*    border-color: #ced4da !important;*/
/*}*/

/*.typeahead-field .input-group-addon.btn::selection {*/
/*    border: red !important;*/
/*}*/

/*.typeahead-field .input-group-addon.btn svg, .typeahead-field .input-group-addon.btn i, .typeahead-field .input-group-addon.btn span {*/
/*    color: #ced4da !important;*/
/*    font-weight: lighter !important;*/
/*}*/

/*.typeahead-field .input-group-addon.btn .svg-inline--fa.fa-w-14 {*/
/*    width: 0.675em !important;*/
/*}*/

label {
    font-weight: 400 !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: flex;
    align-items: center;
    font-weight: 400 !important;
}

.form-group label small {
    font-weight: 600 !important;
    color: #abaaaa;
    font-size: 7pt;
    margin-left: 5px;
}

.form-group label small::before {
    content: "(";
}

.form-group label small::after {
    content: ")";
}

/* MODAL */

.modal-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-header .modal-title {
    font-size: 19pt;
    margin-bottom: 5px;
}

.modal-header .modal-header-description {
    color: #6c757d;
    flex: 0 100%;
}

.modal-body {
    padding: 50px 30px !important;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.modal-footer-warning {
    justify-content: space-between;
}

.modal-footer-warning #warning {
    width: 50%;
    font-size: 9pt;
}

/* ALERT */

div[data-notify="progressbar"] {
    height: 4px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.alert {
    border-width: 0 0 0 5px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    background-color: #fefefe;
    cursor: pointer;
}

.alert span[data-notify=title] {
    font-size: 13pt !important;
}

.alert span[data-notify=title], .alert span[data-notify=message] {
    color: #2f3c4e !important;
}

.alert .card-body {
    padding: 5px 7px 5px 20px !important;
}

.alert .card-icon-aside {
    padding: 0 10px !important;
}

.alert .card-icon-aside i, .alert .card-icon-aside svg{
    width: 2rem;
    height: 2rem;
}

.alert #alert-close {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    z-index: 100001 !important;
    font-weight: lighter;
    color: #9c9c9c;
}

.card.alert[data-notify=container] {
    width: 500px !important;
}

.alert .card-text {
    color: #9c9c9c;
}

.alert-info {
    border-left-color: #0081cf;
}

.alert-info .progress-bar-info {
    background-color: #002767;
}

.alert-info .card-icon-aside {
    color: #0081cf;
}

.alert-success {
    border-left-color: #43b265;
}

.alert-success .progress-bar-success {
    background-color: #43b265;
}

.alert-success .card-icon-aside {
    color: #00c9a7;
}

.alert-danger {
    border-left-color: #ff1f46;
}

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

.alert-danger .card-icon-aside {
    color: #ff1f46;
}

.alert-warning {
    border-left-color: #ffe21f;
    color: #2f3c4e !important;
}

.alert-warning .card-icon-aside {
    color: #ffe21f;
}

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

div[data-notify="container"] .progress-type-success {
    background-color: #c0c4ca;
}

div[data-notify="container"] .progress-type-info {
    background-color: #0081cf;
}

div[data-notify="container"] .progress-type-warning {
    background-color: #ffe21f;
}

div[data-notify="container"] .progress-type-danger {
    background-color: #ff1f46;
}

/* SELECT CHECKBOX */

.form-group > div {
    position: relative;
}

.softcomSelectCheckBoxInputGroup input {
    border-width: 1px 0 1px 1px !important;
}

.softcomSelectCheckBoxInputGroup .input-group-text {
    background-color: #ffffff !important;
    border-width: 1px 1px 1px 0 !important;
}

.softcomSelectCheckBoxInputGroup .input-group-text svg {
    font-size: 9pt;
    color: #343A40 !important;
}

.softcomSelectCheckBoxList {
    display: none;
    position: absolute;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 99999;
}

.softcomSelectCheckBoxList .containerSearchSelectCheckBox {
    padding: 10px 20px;
}

.softcomSelectCheckBoxList ul {
    padding: 0;
    margin: 0;
}

.softcomSelectCheckBoxList ul li {
    list-style: none;
    padding: 10px 20px;
    border-bottom: solid 1px #eee;
}

.softcomSelectCheckBoxList ul li:first-child {
    border-top: solid 1px #eee;
}

.softcomSelectCheckBoxList ul li:last-child {
    border-bottom: none;
}

.softcomSelectCheckBoxList ul li label {
    margin-left: 10px !important;
}

/* SUMMER */

.note-editing-area {
    background-color: #ffffff !important;
}

/* FORM WIZARD */

.form-wizard-finish .form-wizard-finish-title {
    text-align: center !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
}

.form-wizard-finish .form-wizard-finish-icon {
    text-align: center !important;
    color: #318754 !important;
    margin-bottom: 40px !important
}

.form-wizard-finish .form-wizard-finish-service-description {
    text-align: center !important;
    font-size: 16pt !important;
    margin-bottom: 40px !important;
}

.form-wizard-finish .form-wizard-finish-description {
    text-align: center !important;
    font-size: 18pt !important;
    font-weight: 200 !important;
}

/* LOADING */

.softcom-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.softcom-loading-radar {
    height: auto !important;
    min-height: 100% !important;
    max-height: 100% !important;
    position: absolute !important;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.8) !important;
    text-align: center;
    z-index: 999 !important;
}

.softcom-loading-radar p {
    font-size: .800em !important;
}

#softcom-loading.after-initial {
    background-color: rgba(255, 255, 255, 0.5);
}

@keyframes ldio-xpkgsi6t0i {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes ldio-xpkgsi6t0i {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes ldio-xpkgsi6t0i {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-o-keyframes ldio-xpkgsi6t0i {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes logo {
    0% {
        opacity: 1;
    }
    10% {
        opacity: .8;
    }
    20% {
        opacity: .6;
    }
    30% {
        opacity: .4;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes logo {
    0% {
        opacity: 1;
    }
    10% {
        opacity: .8;
    }
    20% {
        opacity: .6;
    }
    30% {
        opacity: .4;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes logo {
    0% {
        opacity: 1;
    }
    10% {
        opacity: .8;
    }
    20% {
        opacity: .6;
    }
    30% {
        opacity: .4;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes logo {
    0% {
        opacity: 1;
    }
    10% {
        opacity: .8;
    }
    20% {
        opacity: .6;
    }
    30% {
        opacity: .4;
    }
    40% {
        opacity: .2;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0.2;
    }
    70% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

.ldio-xpkgsi6t0i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ldio-xpkgsi6t0i div {
    position: absolute;
    width: 139.87px;
    height: 139.87px;
    border: 5.91px solid #FFBB00;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-xpkgsi6t0i img {
    width: 60px;
    -o-animation: logo 2s linear infinite;
    -moz-animation: logo 2s linear infinite;
    -webkit-animation: logo 2s linear infinite;
    animation: logo 2s linear infinite;
}

.ldio-xpkgsi6t0i div {
    -o-animation: ldio-xpkgsi6t0i 1.55555s linear infinite;
    -moz-animation: ldio-xpkgsi6t0i 1.55555s linear infinite;
    -webkit-animation: ldio-xpkgsi6t0i 1.55555s linear infinite;
    animation: ldio-xpkgsi6t0i 1.55555s linear infinite;
    top: 98.5px;
    left: 98.5px
}

.loadingio-spinner-rolling-4f0aoi9lujz {
    width: 197px;
    height: 197px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-xpkgsi6t0i {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-xpkgsi6t0i div {
    box-sizing: content-box;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #f2f3f5;
}

/* SIDEBAR LEFT */

#sidebar-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    height: 100vh;
    background-color: #ffffff;
}

#sidebar-left .logo {
    display: block;
    text-align: left;
    padding: 30px 50px 30px 30px;
    box-sizing: border-box;
}

#sidebar-left .logo #logo-sm {
    display: none;
}

#sidebar-left .logo img {
    width: 100%;
}

#sidebar-left .sidebar-left-container {
    position: relative;
    width: 100%;
}

#sidebar-left .sidebar-left-container ul, #sidebar-left .sidebar-left-container ul li ul {
    list-style: none;
    padding: 0;
}

#sidebar-left .sidebar-left-container ul li {
    position: relative;
    color: #313131;
    font-weight: 400;
}

#sidebar-left .sidebar-left-container ul li.menu-link.active > a span.menu-text,
#sidebar-left .sidebar-left-container ul li.menu-link:hover > a span.menu-text,
#sidebar-left .sidebar-left-container ul li.menu-link ul li a:hover > span.menu-text {
    font-weight: 600 !important;
}

#sidebar-left .sidebar-left-container ul li.menu-link .menu-line {
    position: absolute;
    width: 4px;
    height: 0;
    top: 0;
    left: 0;
}

#sidebar-left .sidebar-left-container ul li.menu-link:not(.active) .menu-line {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-animation: menu-line .3s ease-in reverse;
    -moz-animation: menu-line .3s ease-in reverse;
    -o-animation: menu-line .3s ease-in reverse;
    animation: menu-line .3s ease-in reverse;
}

#sidebar-left .sidebar-left-container ul li.menu-link.active .menu-line {
    height: 100%;
    background-color: #313131;
}

#sidebar-left .sidebar-left-container ul li.menu-link:not(.active):hover .menu-line {
    height: 100%;
    background-color: #313131;
    -webkit-animation: menu-line .3s ease-in;
    -moz-animation: menu-line .3s ease-in;
    -o-animation: menu-line .3s ease-in;
    animation: menu-line .3s ease-in;
}

@keyframes menu-line {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-moz-keyframes menu-line {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-o-keyframes menu-line {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@-webkit-keyframes menu-line {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

#sidebar-left .sidebar-left-container ul li a {
    padding: 15px 30px;
}

#sidebar-left .sidebar-left-container ul li.menu-link:first-child {
    border-top: 1px solid rgba(163, 163, 163, 0.1);
}

#sidebar-left .sidebar-left-container ul li.menu-link .menu-arrow {
    position: absolute;
    right: 20px;
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 1.5rem;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

#sidebar-left .sidebar-left-container ul li.menu-link .menu-arrow::before {
    content: "\203A";
}

#sidebar-left .sidebar-left-container ul li.menu-link.active .menu-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sidebar-left .sidebar-left-container ul li a {
    display: block;
    color: #313131;
}

#sidebar-left .sidebar-left-container ul li.menu-link .menu-icon {
    margin-right: 10px;
}

#sidebar-left .sidebar-left-container a {
    text-decoration: none;
}

#sidebar-left .sidebar-left-container ul li.menu-link .menu-icon {
    margin-right: 10px;
}

#sidebar-left .sidebar-left-container ul li.menu-link ul {
    display: none;
    flex: 0 0 100%;
    background-color: #e0e0e0;
}

#sidebar-left .sidebar-left-container ul li.menu-link.active ul {
    display: block;
}

#wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link.active ul {
    display: none;
}

#wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link:hover ul {
    display: block !important;
}

#sidebar-left .sidebar-left-container ul li.menu-link ul .menu-text {
    color: #313131;
}

#sidebar-left .sidebar-left-container ul li.menu-link ul li a .menu-text {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

#sidebar-left .sidebar-left-container ul li.menu-link ul li a:hover .menu-text::before {
    content: "\2022";
    margin-right: 10px;
}

#sidebar-left .sidebar-left-container ul li.menu-link.active ul li a.active .menu-text::before {
    content: "\2022";
    margin-right: 10px;
}

#sidebar-left .sidebar-left-container ul li.menu-link.active ul li a.active .menu-text {
    font-weight: 600 !important;
    margin-left: 10px;
}

#sidebar-left .sidebar-left-container ul li.menu-link ul li a:hover .menu-text {
    margin-left: 10px;
}

/* SIDEBAR TOP */

#sidebar-top {
    position: fixed;
    top:0;
    right: 0;
    left: 260px;
    background-color: #f1f2f4;
    padding: 14px 20px;
    box-sizing: border-box;
    z-index: 9999;
}

#sidebar-top.sidebar-top-lg {
    left: 70px;
}

#sidebar-top .sidebar-top-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* SIDEBAR LEFT MIN */

.wrapper.sidebar-small #sidebar-left {
    width: 70px;
}

.wrapper.sidebar-small #sidebar-left ul li.menu-link .menu-arrow {
    display: none;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li a {
    padding: 20px;
    text-align: center;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li .menu-icon {
    margin-right: 0;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link .menu-text {
    display: none;
}

.wrapper.sidebar-small #sidebar-left .logo {
    text-align: center;
    padding: 15px;
}

.wrapper.sidebar-small #sidebar-left #logo-lg {
    display: none;
}

.wrapper.sidebar-small #sidebar-left #logo-sm {
    display: block;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link:hover ul {
    display: block;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link ul {
    position: absolute;
    min-width: 250px;
    background-color: #ffffff;
    border-left: 1px solid rgba(163, 163, 163, 0.2);
    top: 0;
    left: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
}

.wrapper.sidebar-small #sidebar-left .sidebar-left-container ul li.menu-link ul li .menu-text {
    text-align: left;
    display: block;
}

/* SIDEBAR TOP MIN */

.wrapper.sidebar-small #sidebar-top {
    left: 70px;
}

/* CONTENT */

#main {
    margin-left: 260px;
    min-height: 100vh;
}

.wrapper.sidebar-small #main {
    margin-left: 70px;
}

#main #content-page {
    padding: 100px 80px 70px 40px;
    box-sizing: border-box;
}

/* CHAT */

#blip-chat-open-iframe {
    top: 50% !important;
    right: 0 !important;
    margin-top: -20px;
    border-radius: 6px 0 0 6px !important;
}


/* PAGINATION */

.container-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.container-pagination .pagination .page-link {
    color: #313131;
}

.container-pagination .pagination .page-item.active .page-link {
    background-color: #ccc;
    border-color: #ccc;
}

/* FORM FILTER */

.form-filter .form-group {
    margin-bottom: 0;
}

.form-filter > div:nth-child(2) > .row > div {
    background-color: #f1f1f1;
    border-style: solid;
    border-color: #dcdcdc;
    border-width: 1px 0 1px 0;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

.form-filter > div:nth-child(2) > .row > div:first-child {
    border-width: 1px 0 1px 1px;
    margin-left: 10px;
}

.form-filter > div:nth-child(2) > .row > div:last-child {
    border-width: 1px 1px 1px 0;
}

.form-filter .btn-filter {
    width: auto;
    display: flex;
    align-items: flex-end;
}

.title-underline {
    font-weight: 600 !important;
    border-bottom: solid 2px #f4c004;
}

/* PAGE */

.page {
    width: 100%;
    margin-bottom: 40px;
}

.page .page-content {
    background-color: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: .25rem !important;
    padding: 2rem !important;
    box-sizing: border-box;
}

.page .page-title {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px 0;
}

/* GLIDE */

.glide-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    height: 60px;
    background-color: #ffffff;
    margin: auto;
    border: none;
    font-size: 25pt !important;
    display: flex;
    align-items: center;
}

.glide-arrow:disabled {
    display: none;
}

.glide-arrow.glide-prev {
    left: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: 4px 1px 7px rgba(0,0,0,0.2)!important;
}

.glide-arrow.glide-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    box-shadow: -4px 1px 7px rgba(0,0,0,0.2)!important;
}

.glide-arrow.glide-prev::after {
    content: "\2039";
}

.glide-arrow.glide-next::after {
    content: "\203A";
}

/* LABEL TEXT */

.label-text-danger {
    background-color: #ffb7b79c !important;
    color: #fd5b5b !important;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 15px;
}

.label-text-success {
    background-color: #d1fbb4 !important;
    color: #1d8600 !important;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 15px;
}

.label-text-warning {
    background-color: #fbf7b4 !important;
    color: #867000 !important;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 15px;
}

/* ANTICIPATION */

.list-simulation-active {
    border: solid 1px rgb(49,135,84);
    border-radius: 3px;
    box-shadow: 0 0 1rem rgba(49, 135, 84, .20);
}


/* RESPONSIVE */

@media (max-width: 500px)
{
    .title-page-image-illustration {
        display: none !important;
    }
}
