/* poppins-300 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('../plugins/global/fonts/poppins/poppins-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../plugins/global/fonts/poppins/poppins-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../plugins/global/fonts/poppins/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../plugins/global/fonts/poppins/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../plugins/global/fonts/poppins/poppins-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../plugins/global/fonts/poppins/poppins-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../plugins/global/fonts/poppins/poppins-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../plugins/global/fonts/poppins/poppins-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../plugins/global/fonts/poppins/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../plugins/global/fonts/poppins/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.ltr {
    direction: ltr
}

.rtl {
    direction: rtl
}

.validation-summary-errors ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: #F64E60;
    margin-left: 4px;
}

.row.required label:first-child:after :not(.radio) {
    content: "*";
    color: #F64E60;
    margin-left: 4px;
}

.form-control.input-validation-error, .form-control.field-validation-error, .form-control.field-validation-error:focus, .form-control.input-validation-error:focus, .input-validation-error ~ .select2 .select2-selection {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.input-validation-error > .select2 .select2-selection {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .325rem) center;
    background-size: calc(.75em + .65rem) calc(.75em + .65rem);
}

.field-validation-error {
    font-size: .9rem;
    color: #f64e60;
}

.field-validation-valid {
    display: none;
}

.flex-even {
    flex: 1;
}

[v-cloak] {
    display: none
}

.hidden {
    display: none !important;
}

.btn-store {
    color: #777777;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
}

    .btn-store:focus,
    .btn-store:hover {
        color: #ffffff !important;
        background-color: #168eea;
        border-color: #168eea !important;
    }

    .btn-store .btn-label,
    .btn-store .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
    }

    .btn-store .btn-caption {
        font-size: 24px;
    }

.login-1-bg {
    background-image: url(/images/bg.jpg);
}

.login.login-1 .login-signin,
.login.login-1 .login-signup,
.login.login-1 .login-forgot {
    display: none;
}

.login.login-1.login-signin-on .login-signup {
    display: none;
}

.login.login-1.login-signin-on .login-signin {
    display: block;
}

.login.login-1.login-signin-on .login-forgot {
    display: none;
}

.login.login-1.login-signup-on .login-signup {
    display: block;
}

.login.login-1.login-signup-on .login-signin {
    display: none;
}

.login.login-1.login-signup-on .login-forgot {
    display: none;
}

.login.login-1.login-forgot-on .login-signup {
    display: none;
}

.login.login-1.login-forgot-on .login-signin {
    display: none;
}

.login.login-1.login-forgot-on .login-forgot {
    display: block;
}

.client-empty-logo {
    background-image: url(../images/applications/default-gray.png);
    background-size: 80%;
    background-position: center;
}

.img-container img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .login.login-1 .login-aside {
        width: 100%;
        max-width: 600px;
    }

    .login.login-1 .login-form {
        width: 100%;
        max-width: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .login.login-1 .login-aside {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    .login.login-1 .login-form {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 575.98px) {
    .login.login-1 .login-form {
        width: 100%;
        max-width: 100%;
    }
}

.ck-editor__editable {
    min-height: 300px;
}

.offcanvas-80 {
    width: 80% !important;
}

.offcanvas.offcanvas-right-80 {
    right: -80%;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.tag {
    background: hsla(341, 100%, 30%, 0.1);
    color: hsl(341, 100%, 30%);
}

.d-word-wrap {
    word-wrap: break-word;
}

.display-6 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
}

.dataTables_wrapper .text-right .dataTables_filter, .dataTables_wrapper .text-left .dataTables_filter {
    display: inline-block;
}

.dataTables_wrapper .dataTables_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

    .dataTables_wrapper .dataTables_pager .dataTables_length label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        color: #7E8299;
    }

    .dataTables_wrapper .dataTables_pager .dataTables_length .custom-select {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        height: 2.25rem;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .dataTables_wrapper .dataTables_pager .dataTables_length {
        margin: 0.5rem 0;
        margin-right: 1rem;
        display: inline-block;
    }

.case-table-ellipsis td:not(.actions) {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .case-table-ellipsis td:not(.actions) > div > a {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

table.dataTable {
    border-collapse: collapse !important;
}

.table-ellipsis td:not(.actions) {
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-hide {
    color: transparent;
}

.fc-toolbar-title {
    font-size: 1.5rem !important;
}


.note-bg {
    background-color: #fffadf !important; 
}

dropzone {
    min-height: auto;
}

.dropzone.dropzone-default {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3;
    border-radius: 0.42rem;
}

    .dropzone.dropzone-default .dropzone-msg-title {
        color: #3F4254;
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: 500;
        font-size: 1.2rem;
    }

    .dropzone.dropzone-default .dropzone-msg-desc {
        color: #B5B5C3;
        font-weight: 400;
        font-size: 1rem;
    }

    .dropzone.dropzone-default .dz-preview .dz-image {
        border-radius: 0.42rem;
    }

    .dropzone.dropzone-default .dz-error-message {
        top: 145px;
    }

    .dropzone.dropzone-default .dz-remove {
        color: #7E8299;
        font-size: 0.9rem;
        font-weight: 500;
        font-weight: 500;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }

        .dropzone.dropzone-default .dz-remove:hover {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
            color: #3699FF;
        }

    .dropzone.dropzone-default.dropzone-primary {
        border-color: #3699FF;
    }

    .dropzone.dropzone-default.dropzone-secondary {
        border-color: #E4E6EF;
    }

    .dropzone.dropzone-default.dropzone-success {
        border-color: #1BC5BD;
    }

    .dropzone.dropzone-default.dropzone-info {
        border-color: #8950FC;
    }

    .dropzone.dropzone-default.dropzone-warning {
        border-color: #FFA800;
    }

    .dropzone.dropzone-default.dropzone-danger {
        border-color: #F64E60;
    }

    .dropzone.dropzone-default.dropzone-light {
        border-color: #F3F6F9;
    }

    .dropzone.dropzone-default.dropzone-dark {
        border-color: #181C32;
    }

    .dropzone.dropzone-default.dropzone-white {
        border-color: #ffffff;
    }

.dropzone.dropzone-multi {
    border: 0;
    padding: 0;
}

    .dropzone.dropzone-multi .dz-message {
        display: none;
    }

    .dropzone.dropzone-multi .dropzone-panel .dropzone-upload,
    .dropzone.dropzone-multi .dropzone-panel .dropzone-remove-all {
        display: none;
    }

    .dropzone.dropzone-multi .dropzone-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0.75rem;
        border-radius: 0.42rem;
        padding: 0.5rem 1rem;
        background-color: #F3F6F9;
    }

        .dropzone.dropzone-multi .dropzone-item .dropzone-file {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename {
                font-size: 0.9rem;
                font-weight: 500;
                color: #7E8299;
                text-overflow: ellipsis;
                margin-right: 0.5rem;
            }

                .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-filename b {
                    font-size: 0.9rem;
                    font-weight: 500;
                    color: #B5B5C3;
                }

            .dropzone.dropzone-multi .dropzone-item .dropzone-file .dropzone-error {
                margin-top: 0.25rem;
                font-size: 0.9rem;
                font-weight: 400;
                color: #F64E60;
                text-overflow: ellipsis;
            }

        .dropzone.dropzone-multi .dropzone-item .dropzone-progress {
            width: 15%;
        }

            .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
                height: 5px;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

@media (prefers-reduced-motion: reduce) {
    .dropzone.dropzone-multi .dropzone-item .dropzone-progress .progress {
        -webkit-transition: none;
        transition: none;
    }
}

.dropzone.dropzone-multi .dropzone-item .dropzone-toolbar {
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start,
    .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel,
    .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete {
        height: 25px;
        width: 25px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }

        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start i,
        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel i,
        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete i {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
            font-size: 0.8rem;
            color: #7E8299;
        }

        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover,
        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,
        .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
        }

            .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start:hover i,
            .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-cancel:hover i,
            .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-delete:hover i {
                color: #3699FF;
            }

    .dropzone.dropzone-multi .dropzone-item .dropzone-toolbar .dropzone-start {
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }

.timeline.timeline-noline .timeline-items .timeline-item 
{
    border-left: 0!important;
}

.timeline.timeline-noline .timeline-items .timeline-item .timeline-content:before 
{
    border-right: 0!important;
}

.dz-message {
    font-size: 1.175rem !important;
}

.links path {
    fill: none;
    stroke: #666;
    stroke-width: 1.5px;
}

.nodes circle {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 1.5px;
}

.nodes text {
    fill: #000;
    font: 13px sans-serif;
    pointer-events: none;
}

.flow-no-box-shadow {
    box-shadow: none !important;
}

.elsa-top-20 {
    top: 65px !important;
    margin-top: 20px;
}

elsa-workflow-settings-modal {
    z-index: 100 !important;
}

elsa-modal-dialog {
    z-index: 100 !important;
    position: absolute;
}

.workflow-canvas {
}

.otp-input {
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 0 10px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
}

.popover {
    background-color: #FDFD96 !important;
    border-width: 0px !important;
}

.popover > .arrow::before {
    border-left-color: #FDFD96 !important;
    border-right-color: #FDFD96 !important;
}

.popover > .arrow::after {
    border-left-color: #FDFD96 !important;
    border-right-color: #FDFD96 !important;
}

.popover > .popover-body {
    background-color: #FDFD96 !important;
}

.html-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.required span:first-child:after {
    content: "*";
    color: #F64E60;
    margin-left: 4px;
}

.btn.btn-icon.btn-20 {
    height: 22px;
    width: 22px;
}

.hover-close-button-container {
    position: relative;
}

    .hover-close-button-container:hover .hover-close-button {
        display: block !important;
    }

.hover-close-button {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none !important;
}

.overlay:hover .overlay-tile-layer {
    background-color: #3699ff !important;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .border-left-md-2 {
        border-left: 2px solid #ebedf3 !important;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.dashboard-tile {
    position: relative;
}

.navigation-link {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.dashboard-tile:hover .navigation-link {
    opacity: 1;
}