.rounded-xl {
    border-radius: 10px!important;
}

.chosen-card {
    box-shadow: 0 0.125rem 0.25rem var(--primary) !important;
     /* Animation */
}

.dz-progress {
    /* progress bar covers file name */
    display: none !important;
}

.menu-chosen{
    background: #f8f9fa;
    color: #1b68ff!important;
}
.folder{
    width: 207px;
    height: 110px;
    margin: 1em auto 1em;
    border-radius: 5px 25px 25px 25px;
    background: white;
    position: relative;
}

.folder::before{
    content:  '';
    position: absolute;
    top: -18px;
    width: 200px;
    height: 25px;
    background: white;
    border-radius: 25px 0 0 0;
    clip-path: path('M 0 0 L 160 0 C 185 2, 175 16, 200 18 L 0 50 z');
}


::placeholder{
    color: #adb5bd !important
}

.card-status .card-header:hover{
    box-shadow: 0 0.5rem 1rem rgb(18 38 63 / 14%) !important;
}

.w-10{
    width: 10%!important
}

.select2-selection__placeholder{
    color: #adb5bd !important
}
 .form-control-plaintext:focus-visible {
     border: none!important;
     outline: none!important;
 }

.campaigns-cards .card:hover {
    transform: scale(1.1);
}
.segment-cards .card:hover {
    transform: scale(1.1);
}

.fixed-table {
    overflow: auto;
    height: 80vh!important;
}

.fixed-table::-webkit-scrollbar{
    display: none;
}

.select2-selection--multiple::-webkit-scrollbar{
    display: none;
}

.export-workspace tr.accordion-toggle:hover{
    transform: scale(1.005);
}

.export-workspace tr.accordion-toggle:hover label{
    color: var(--primary);
}

.alert-flow-error {
    z-index: 1051!important;
}

.alert-flow {
    z-index: 1051!important;
}

.status-icon:hover {
    color: var(--success);
}

#sidenav-control {
    position: fixed;
    right: -5px;
    top: 132px;
    transition: all 0.5s ease 0s;
    height: 50px;
    border-top-right-radius: revert;
    border-bottom-right-radius: revert;
}

.card-status tbody tr.active-node{
    color: #6c757d;
    background-color: #dee2e6;
}

.bg-success-lighter {
    background: #b7eedc!important;
}

.table thead th {
    border-bottom: none!important;
    color: #adb5bd!important;
}
.no-border-top thead th{
    border-top: none!important;
}

/*
Hide font selector for email Quill
*/
.ql-toolbar > span:first-child {
    display: none !important;
}
.bg-success-lighter {
    background: #b7eedc!important;
}

.loader{
    background: #ffffff!important;
}

[data-loader-mode="dark"]{
    background:#495057!important;
}

[data-loader-mode="light"]{
    background:#ced4da!important;
}

.skeleton {
    animation: skeleton-loading 0.5s linear infinite alternate;
    border-radius: 0.25rem;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text {
    width: 100%;
    height: 1.7rem;
    margin-bottom: 0.5rem;
}

.skeleton-text__body {
    width: 75%;
}

.skeleton-footer {
    width: 30%;
}

.table thead th {
    border-bottom: none!important;
    color: #adb5bd!important;
}
.no-border-top thead th{
    border-top: none!important;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 15% !important;
    border: 1px solid white!important;
    border-radius: 10px;
    font-weight: bold;
    background-color: #ededed;
}

.ace_editor {
    border-radius: 5px;
}

#dataTable-events .no-sort:before, #dataTable-events .no-sort:after {
    display: none;
}

#dataTable-events .no-sort, #dataTable-events td:last-of-type {
    text-align: right;
}

#dataTable-events td {
    border-top: 1px solid #e9ecef;
}

#dataTable-events tbody td:last-of-type {
    padding-right: 26px;
}

.modal-add-event {
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-add-event .modal-dialog {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.events-button--create.btn.btn-primary {
    display: flex;
    align-items: center;
}

input[type="search"].form-control-sm {
    padding: 0.3rem 0.5rem 0.25rem;
}

.drawflow-events-modals .event_datapreparation_table_t tr {
    cursor: grab;
}

.btn-del-table-body:hover {
    color: #dc3545 !important;
}

.columns-custom-sql .bootstrap-tagsinput input {
    flex: 1 1 auto;
}
.columns-custom-sql .bootstrap-tagsinput {
    display: inline-flex;
    flex-wrap: wrap;
}
.columns-custom-sql .bootstrap-tagsinput .tag [data-role="remove"]:after {
    content:  '\2715';
}
.columns-custom-sql .bootstrap-tagsinput .tag.label {
    height: 25px;
    line-height: inherit;
    padding: 0.1em 0.4em 0 0.6em;
}

.columns-custom-sql .bootstrap-tagsinput {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 36px;
}

.columns-custom-sql .bootstrap-tagsinput input {
    flex: 1 1 140px;
    min-width: 140px;
}

.modal-configure-custom-sql .sql-preview-wrap {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    max-height: 50vh;
    box-sizing: border-box;
    scrollbar-gutter: stable both-edges;
}


.modal-configure-custom-sql .table-preview-sql {
    width: max-content;
    min-width: 100%;
    table-layout: auto;
}

.modal-configure-custom-sql .table-preview-sql thead th {
    position: sticky; top: 0; z-index: 1;
}
