.text-security {
    /*noinspection CssUnknownProperty,CssUnknownProperty*/
    text-security: disc;
    -webkit-text-security: disc;
    /*noinspection CssUnknownProperty,CssUnknownProperty*/
    -moz-text-security: disc;
}
.noselect,
.noselect * {
    user-select: none !important;
}
/** region COLORS */
.bg-secondary-1 {
    background-color: #F5F7F8;
}

.text-dark {
    color: #383838!important;
}
/* endregion COLORS */

/* region UTILS */
.max-w-25 {
    max-width: 25% !important;
}

.max-w-50 {
    max-width: 50% !important;
}

.max-w-75 {
    max-width: 75% !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.min-w-25 {
    min-width: 25% !important;
}

.min-w-50 {
    min-width: 50% !important;
}

.min-w-75 {
    min-width: 75% !important;
}

.min-w-100 {
    min-width: 100% !important;
}
.card-body {
    padding: 1.88rem 0.4rem !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.border-radius {
    border-radius: 15px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: #818078;
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.hrIncidence{
    margin-bottom: 0;
}

.paragraphSpacingInTextArea{
    line-height: 1.5;
}
.main-panel .content-wrapper {
    padding: 0;
    background: #F7F7F7;
}

.main-section-container-fluid {
    margin-top: 13px;
}

.footer {
    background: #F0F0F0;
    height: 52px;
}

.form-control{
    font-size: 16px;
    font-weight: 400;
}
.form-control:focus{
    font-size: 16px;
    font-weight: 400;
    border-color: #dee2e6;
}

.form-control::placeholder {
    color: #C5C5C5;
    font-size: 12px;
}

.form-control:-ms-input-placeholder {
    color: #C5C5C5!important;
    font-size: 12px!important;
}


.form-control.mb-0 {
    margin-bottom: 0!important;
}

nav.sidebar.sidebar-offcanvas {
    z-index: 90000;
}

.mobileBackdrop {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-pointer:hover {
    text-decoration: underline;
}
.btn-group.bootstrap-select {
    border: 1px solid #DEE2E6;
}

label.spanInput {
    margin-bottom: 0;
    transform: translateY(4px);
}

.profile-name {
    font-weight: 500;
}

.swal-overlay--show-modal {
    z-index: 99999999!important;
}

.dropdown-menu.dropdown-menu-right.show {
    border-radius: 0;
}

.dropdown-menu.inner {
    max-height: 135px!important;
}

.form-check, .form-radio {
    margin-top: 1px;
    margin-bottom: 1px;
}

.input-group-append {
    margin-bottom: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

[data-courseDisabled="true"] {
    cursor: not-allowed!important;
}

label.switch-label {
    transform: translateY(-6px);
    padding-right: 5px;
}

.text-muted-plus {
    color: #ACACAC;
}

.tooltip.fade {
    z-index: 999999999!important;
}

.jq-toast-wrap {
    z-index: 999999999!important;
}

.cursor-auto {
    cursor: auto;
}

.input-group .input-group-addon {
    height: 38px;
}

.table.table-bordered thead, .jsgrid .table-bordered.jsgrid-table thead {
    border: 1px solid #DEE2E6;
    border-bottom: none;
    background: #F7F7F7;
}

.card-title {
    text-transform: none;
    font-size: 16px!important;
    line-height: 1 !important;
}
/* endregion UTILS */

/* region LOGIN */
.auth.auth-bg-1 {
    position: fixed;
    top:0;
    width:100%;
    z-index:0;
    height:100%;
    background-size: calc(100% + 50px);
}

.auth.theme-one .footer-text, .auth.theme-one .footer-text a{
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.auth.theme-one .auto-form-wrapper{
    box-shadow: 0 0 30px  rgba(0, 0, 0, 0.2);
}

.loginLangItem {
    background: white;
    width: 100%;
    height: 50px;
    padding: 12px;
}

.loginLangItemRadio {
    width: 10%;
    float: right;
    transform: translate(-10px, 11px);
}
/* endregion LOGIN*/

/* region *****RESPONSIVE ADDED CLASSES***** */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /** this fix the icons in the login box */
    #loginForm span.input-group-text  {
        padding-top: 1.32rem;
        padding-bottom: 1.32rem;
    }
}
/* SM */
@media (min-width: 576px) {
    .card-body {
        padding: 0.8rem 1rem 0.8rem !important;
    }

    .content-wrapper {
        padding: 1.5rem 1.7rem;
    }

    .modal-centerInMainSection {
        max-width: 100%;
        margin: 10px;
    }

    .modal-dialog {
        height: 100%;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-auto {
        height: auto !important;
    }
}

/* MD */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-auto {
        height: auto !important;
    }
}
/* LG */
@media (min-width: 992px) {
    label {
        margin-bottom: 0;
    }

    .mobileBackdrop {
        z-index: 0;
    }

    .main-panel.sidebarCollapsed {
        margin-left: 70px;
    }

    .modal-centerInMainSection {
        top: 63px;
        left: 255px;
        min-width: calc(90% - 255px);
        min-height: auto;
        height: 100%;
        margin: 5% 5%!important;
        max-width: calc(90% - 255px);
        max-height: 85%;
    }

    nav.sidebar.sidebar-offcanvas {
        position: fixed;
        max-height: 100%;
        overflow-y: auto;
        z-index: 11;
    }

    .main-panel {
        margin-left: 255px;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-auto {
        height: auto !important;
    }
}
/* XL */
@media (min-width: 1200px) {
    .modal-centerInMainSection.modal-md {
        min-width: auto;
        min-height: auto;
        width: calc(60% - 255px);
        left: calc(255px + 13%);
        margin: 15% 5%!important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-auto {
        height: auto !important;
    }
}

/* XXL */
@media (min-width: 1500px) {
    .on-big-screen-reduction {
        margin-left: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

/* endregion RESPONSIVE ADDED CLASSES */

/* region BOOTSTRAP TABLE */
.table td {
    padding: 6px 12px;
}

th.bs-checkbox label, td.bs-checkbox label {
    margin-bottom: 0!important;
    transform: translateY(2px);
}

button.btn-table-actions {
    width: 30px;
    padding: 7px;
    margin-right: 2px;
    text-align: center;
}

button.btn-sm.btn-table-actions {
    font-size: 0.875rem;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-right: 2px;
    text-align: center;
}

button.btn-sm.btn-table-actions i {
    width: auto;
    font-size: 1.25rem;
}

.btn i, .ajax-upload-dragdrop .ajax-file-upload i, .swal2-modal .swal2-buttonswrapper .swal2-styled i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm i, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel i, .wizard > .actions a i {
    margin-right: 0;
}

.bootstrap-table i {
    font-size: inherit!important;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
    height: 38px;
}

.columns-right .btn-group {
    border-top: none;
    border-bottom: none;
}

.columns-right .btn-group:last-child {
    border-right: none;
}

.columns-right .btn-group:first-child {
    border-left: none;
}
/* endregion END BOOTSTRAP TABLE */

/* region DATETIMEPICKER */
.datepicker-dropdown.datepicker-orient-top::before, .datepicker-dropdown.datepicker-orient-top::after {
    display: none!important; /* This fix a bug of datepicker that not works in top mode sometimes */
}

.datepicker td.disabled.day {
    background: #E9ECEF!important;
}

.datepicker td.day {
    border-radius: 0!important;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:last-child {
    text-align: center!important;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day:first-child, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day:first-child {
    text-align: center!important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.today:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.today:before {
    left: 0!important;
}
.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before, .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.active:before {
    left: 0!important;
}

.datepicker.dropdown-menu {
    position: absolute!important;
}

.datepicker td.new.day, .datepicker td.old.day {
    color: white!important;
    pointer-events: none!important;
}

.datepicker td.disabled.new.day, .datepicker td.disabled.old.day {
    color: #E9ECEF!important;
}

/* THIS IS A FIX PROVIDED BY THE SUPPORT OF THE TEMPLATE MAKER TO FIX THE PROBLEM OF THE PLUGIN IN I.E. DONT REMOVE. */
.datepicker > div {
    display: block;
}


/* endregion END DATETIMEPICKER */

/* region POPOVER */
.popover {
    max-width: 100%;
}
.popover.fade {
    z-index: 300000;
    max-width: 30vw;
    max-height: 300px;
}
/* endregion END POPOVER */

/* region SPINNER */
.lds-spinner {
    color: white;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* endregion END SPINNER */

/* region LOADER WATERWAVE */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/* endregion */

/* region SUMMERNOTE */
/* This is because template overwrite summernote styles. This is a copy of the summernote css padding for toolbar. */
.card .note-toolbar.card-header {
    padding: 0 0 5px 5px;
}

.note-btn {
    padding: 4px 6px 4px 6px;
}
/* endregion */

/* region RELATED TO TICKET */
.related-to-ticket-container ul.container-elements {
    width: 100%;
    display: none;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    max-height: 100px;
    overflow-y: auto;
    padding-left: 0;
}

.related-to-ticket-container div.input-group {
    max-height: 38px;
}

.related-to-ticket-container ul.container-elements li {
    padding: 0 10px 0 10px;
    list-style: none;
}

.related-to-ticket-container ul.container-elements li:not(:last-child) {
    border-bottom: 1px solid lightgrey;
}

#relatedToTicketInputHidden {
    max-width: 80px;
}

#relatedToTicketSpanHidden{
    text-align: center;
    color: #0a0a0a;
    margin-left: 15px;
    margin-top: 5px;
}
/* endregion */

/* region TICKET VIEW */
@media (min-width: 768px) {
    .ticket-body, .ticket-data-info {
        overflow-y: auto;
        max-height: 75vh;
    }
}

.ticket-id{
    font-size: 1.3rem;
}

#ticketIncidenceModal select.form-control {
    padding: 0;
}

#ticketIncidenceModal .modal-content {
    height: auto;
    font-size: 0.8rem;
}

#ticketIncidenceModal a.editable {
    color: #383838;
    font-weight: 700;
}
#ticketIncidenceModal .ticket-title a.editable {
    color: #707070;
    font-weight: 700;
    text-decoration: dashed;
    border-bottom: 1px dashed;
}
#ticketIncidenceModal .ticket-activity label,
#ticketIncidenceModal .ticket-activity textarea {
    display: block;
    margin: 0 !important;
    background: #FAFAFA;
}
#ticketIncidenceModal .ticket-activity textarea.note-codable {
    display: none;
}

#ticketIncidenceModal .ticket-activity .activity-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #FAFAFA 0 0 no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-top: none;
    border-radius: 0 0 9px 9px;
    padding: 10px;
}
#ticketIncidenceModal .ticket-activity .activity-footer > *:not(:last-child) {
    margin-right: 5px;
}

#ticketIncidenceModal .ticket-activity .nav-item .btn::before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f070";
    margin-right: 0.5em;
    vertical-align: middle;
    font-size: 1.2em;
    display: inline-block;
    transition: content 0.2s;
}
#ticketIncidenceModal .ticket-activity .nav-item .btn.active::before {
    content: "\f06e";
}

#ticketCrudTable .priority .th-inner{
    margin-left: 0.175rem;
    padding: 4px;
    font-size: 30px!important;
}

.ticket-description .card-body .font-weight-bold {
    padding-bottom: 20px;
}

img.ticket-avatar {
    border-radius: 360px;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.comment-pill {
    width: 100%;
}

#modalAttachmentBodyDiv.lightGallery .image-tile img {
    width: auto;
    max-height: 150px;
}

.reply-avatar{
    margin-left: 10px;
}

.activity-header {
    background: #FAFAFA 0 0 no-repeat padding-box;
    border: 1px solid #E1E1E1;
    border-bottom: none;
    border-radius: 9px 9px 0 0;
    padding: 5px;
}

.recipients-container {
    padding-bottom: 8px;
    background-color: #fafafa;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}

div.tagsinput {
    padding: 1px 1px 1px;
    border-radius: 5px;
}

.tagsinput input {
    margin: 0;
    height: 25px;
    line-height: 0.5;
    font-size: 8px;
    border-radius: 3px;
}

.tagsinput .tag,
.tagsinput input {
    margin:0;
}

#emailToInput_tagsinput{
    margin-bottom: 5px;
}

#emailToInput_tagsinput .tag,
#emailToInput_tag,
#emailCCInput_tagsinput .tag,
#emailCCInput_tag {
    margin: 0;
    padding-left: 10px;
}

div.tagsinput span.tag,
div.tagsinput span.tag a{
    background: #F7F7F7;
    color: #383838
}
/* endregion TICKET VIEW */
/* region TICKET PRIORITY */
.priority {
    font-size: 30px;
}
.bg-priority-1 {
    background: #a51717;
    color: #FFFFFF;
}
.priority-1{
    color: #a51717;
}
.bg-priority-2 {
    background: #f0cd0d;
}
.priority-2 {
    color: #f0cd0d;
}
.bg-priority-3 {
    background: #5ba235;
    color: #FFFFFF;
}
.priority-3 {
    color: #5ba235;
}
/* endregion TICKET PRIORITY */

/* region TICKET STATUS */
#ticketCrudTable .badge,
.ticket-information .badge{
    padding: 8px;
    font-size: 12px;
}

.badge.bg-state-1{
    background: #ed7373;
}

.ticket-information .state-1 {
    box-shadow: -8px 0 #ed7373;
    border-radius: 0.5rem;
}

.badge.bg-state-2,
.badge.bg-state-3 {
    background: #7fa8ea;
}

.ticket-information .state-2,
.ticket-information .state-3 {
    box-shadow: -8px 0 #7fa8ea;
    border-radius: 0.5rem;
}

.badge.bg-state-4 {
    background: #e3cb14;
}
.ticket-information .state-4{
    box-shadow: -8px 0 #e3cb14;
    border-radius: 0.5rem;
}

.badge.bg-state-5,
.badge.bg-state-6,
.badge.bg-state-7 {
    background: #7ecc58;
}

.ticket-information .state-5,
.ticket-information .state-6,
.ticket-information .state-7{
    box-shadow: -8px 0 #7ecc58;
    border-radius: 0.5rem;
}


/* endregion */

/* region SCROLLBARS */
::-webkit-scrollbar {
    width: 8px;
    background: #F7F7F7;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #DEE2E6;
    border-radius: 4px;
    border: 2px solid #F7F7F7;
}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-thumb {
    background: #DEE2E6;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
}
/* endregion */

/* region LIGHT GALLERY */
.lg-outer {
    z-index: 99999998;
}

.lg-backdrop {
    z-index: 99999997;
}
/* endregion LIGHT GALLERY */

/* region SIDEBAR RIGHT */
.settings-panel .settings-close {
    top: 20px;
    right: 17px;
}
#right-sidebar {
    background: #F0F0F0;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 25px;
}
/* endregion SIDEBAR RIGHT */
/* region SIDEBAR */
.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .profile-image img {
    border-radius: 0;
}

.sidebar .nav .nav-item .collapse.show {
    background: #F0F0F0;
}

.sidebar .nav.sub-menu .nav-item .nav-link{
    background: #F0F0F0;
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    background: #F0F0F0;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"]{
    background: #F0F0F0;
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"].collapsing{
    background: #F0F0F0;
}
.sidebar .nav .nav-item .nav-link {
    white-space: normal;
}

.sidebar .nav .nav-item .nav-link:last-child {
    white-space: normal;
    border-top: 1px solid #EEEEEE;
}

.sidebar .nav .nav-item .collapsing{
    background: #F0F0F0;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper{
    margin-top: 20px;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper .profile-name{
    margin-top: 30%!important;
}

.sidebar .profile-image{
    display: flex;
}

.sidebar .profile-image img{
    max-width: none!important;
}

.sidebar-user-image{
    height: 40px;
    width: 100%;
}

.sidebar-user-image img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

/* endregion SIDEBAR */
/* region TABS */
.tab-activity .nav-item a,
.tab-activity .nav-item a.active {
    color: #707070 !important;
}
.tab-activity a.nav-link {
    background: #FBFBFB 0 0 no-repeat padding-box;
    border: 1px solid #EEEEEE !important;
    border-radius: 9px;
}
.tab-activity a.nav-link.active {
    background: #F6F6F6 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 9px;
}
.tab-basic .nav-item .nav-link.active {
    border-bottom: 2px solid #9BBF1D;
    color: #9BBF1D;
}
/* endregion TABS */
/* region MODAL */
.modal-dialog .modal-content {
    height: 100%;
}

.modal-dialog .modal-content .modal-body {
    overflow: auto;
}

.modal.show {
    z-index: 10000;
}

.modal-dialog {
    height: 400px;
    max-height: 80%;
    min-height: 40%;
    z-index: 10002;
}

.modal-centerInMainSection {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 90%;
    min-height: 85%;
}

.modal-header {
    padding: 15px 26px !important;
}
.modal-header .close {
    margin: -17px -26px -25px auto !important;
}

.modal-content {
    max-width: 95vw;
}

.modal-dialog.modal-scrollable {
    height: 80%;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 16px 26px;
    overflow: auto;
    max-height: 75vh;
}

/* endregion MODAL */
/* region *****SELECTPICKER***** */
body > div.container-scroller > div > div.main-panel > div > div > form > div:nth-child(2) > div > button {
    padding-left: 13px;
}

.bootstrap-select span.filter-option.pull-left {
    width: auto!important;
    min-width: 80%;
    display: block;
    float: left;
    max-height: 100%;
}
.bootstrap-select span.bs-caret {
    width: auto!important;
    display: block;
    float: right;
}

.bootstrap-select div.bs-actionsbox > div {
    border: none;
}

.bootstrap-select button.actions-btn {
    border: none;
    margin: 5px;
}

.btn-group.bootstrap-select.form-control {
    height: calc(2.25rem + 2px);
}
/* endregion END SELECTPICKER */

/* region REPLY PILL */
.reply-pill {
    width: 100%;
    margin-bottom: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    border: 3px solid;
}

.reply-pill .card-header {
    padding: 0;
    border: none;
    background-color: #EEEEEE;
}

.reply-pill .card-header a:before {
    font-family: "Material Design Icons";
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #000;
}

.reply-pill .card-header a[aria-expanded="true"]:before {
    content: "\F143";
}

.reply-pill .card-header a[aria-expanded="false"]:before {
    content: "\F140";
}

.reply-pill .reply-pill-image {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.reply-pill .reply-pill-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    width: 95%;
}

.reply-pill .reply-pill-header .reply-item-info {
    display: flex;
    align-items: center;
}

.reply-pill .reply-pill-header .reply-item-buttons button {
    width: 50px;
}

.reply-pill .reply-pill-content {
    background-color: #FFFFFF;
}
.reply-pill .reply-pill-content .reply-email-info {
    width: 95%;
    padding: 1rem;
    border: 2px solid #d9d9d9;
    border-radius: 0.375rem;
    margin: 0 auto;
}

/* endregion END REPLY PILL */

/* region DRAGBAR */
#ticketIncidenceModal .dragbar-ticket {
    display: none;
}
#ticketIncidenceModal .sidebar-ticket,
#ticketIncidenceModal .main-ticket {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    #ticketIncidenceModal .container-ticket {
        display: flex;
        flex-wrap: wrap;
    }
    #ticketIncidenceModal .sidebar-ticket {
        width: 500px;
        min-width: 350px;
        max-width: 1200px;
        background: #f8f9fa;
        transition: width 0.2s;
        flex-shrink: 0;
    }
    #ticketIncidenceModal .main-ticket {
        flex: 1 1 0;
        width: auto;
    }
    #ticketIncidenceModal .dragbar-ticket {
        display: block;
        width: 4px;
        margin: 0 10px;
        cursor: col-resize;
        background: #DDDDDD;
        z-index: 10;
        transition: background 0.2s;
    }
    #ticketIncidenceModal .dragbar-ticket:hover {
        background: #BBBBBB;
    }
/* endregion END DRAGBAR */

    ul.file-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .file-list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.1rem 1.2rem;
        border: 1px solid #E1E1E1;
        transition: background .12s;
        background: #fafafa;
    }

    .file-list li:hover {
        background: #f2f8ff;
    }

    .file-list li span {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.8rem;
        color: #333;
    }

    .file-list li .remove-file {
        flex: none;
        background: none;
        border: none;
        color: #c33;
        font-weight: bold;
        font-size: 1rem;
        cursor: pointer;
        padding: 0.1rem 0.1rem;
        transition: color .1s;
    }

    .file-list li .remove-file:hover {
        color: #a00;
    }
}