/* Custom styles goes here */
.bg-footer-theme {
    border-top: 1px solid #696cff;
    -webkit-box-shadow: 0 4px 10px -6px #696cff;
    -moz-box-shadow: 0 4px 10px -6px #696cff;
    box-shadow: 0 -4px 10px -6px #696cff;
    background-color: #fff;
}
/*
.bg-navbar-theme {
    border-bottom: 1px solid #696cff;
    -webkit-box-shadow: 0 4px 10px -6px #696cff;
    -moz-box-shadow: 0 4px 10px -6px #696cff;
    box-shadow: 0 4px 10px -6px #696cff;
    background-color: #fff;
    border-radius: 0px;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100% !important;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    position: fixed;
    border-radius: 0px !important;
}*/
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
}
.footable-edit {
    color: #fff;
    background-color: #71dd37;
    border-color: #71dd37;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(113, 221, 55, 0.4);
    height: 35px;
    width: 35px;
    border-radius: 3px;
    margin: 2px;
}

    .footable-edit:hover {
        color: #fff !important;
        background-color: #66c732 !important;
        border-color: #66c732 !important;
        transform: translateY(-1px) !important;
    }

.footable-delete {
    color: #fff;
    background-color: #ff3e1d;
    border-color: #ff3e1d;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 62, 29, 0.4);
    height: 35px;
    width: 35px;
    border-radius: 3px;
    margin: 2px;
}

    .footable-delete:hover {
        color: #fff !important;
        background-color: #e6381a !important;
        border-color: #e6381a !important;
        transform: translateY(-1px) !important;
    }

td.footable-editing {
    padding-left: 5px;
    padding-right: 0px;
    width: 80px !important;
    max-width: 80px !important;
}

tr.footable-filtering th {
    padding-right: 5px;
}

tr.footable-filtering div.footable-filtering-search {
    width: 350px;
    float: inline-end;
}

    tr.footable-filtering div.footable-filtering-search div.input-group-btn button {
        padding-top: 12px;
        padding-bottom: 11px;
    }

        tr.footable-filtering div.footable-filtering-search div.input-group-btn button.btn-default.dropdown-toggle {
            display: none;
        }

table.footable, table.footable-details {
    background-color: #fff;
}

.footable-paging .pagination {
    display: inline-flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .footable-paging .pagination > li:first-child > a,
    .footable-paging .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .footable-paging .pagination > li > a,
    .footable-paging .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

.footable-paging .divider {
    margin: 0 !important;
}

.invalid-feedback {
    font-size: 95%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 39.15px;
}

.select2-container .select2-selection--single {
    height: 39.15px;
    line-height: 1.53;
}

.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39.15px;
    padding-left: 7px;
    padding-right: 7px;
}

#layout-navbar {
    border-bottom: 1px solid #d1cfd4;
    border-radius: 0px;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: auto;
    padding: 1.5rem 1.75rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d1cfd4;
    background-color: var(--bs-primary-light);
    border-radius: .375rem !important;
    padding:0px;
}
.dropzone .dz-preview {
    border-radius: .475rem !important;
    margin: .75rem;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: 15px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: .6em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 40px;
    height: 40px;
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    margin-left: -20px;
    margin-top: 7px;
}
.dropzone .dz-preview .dz-error-message {
    top: -70px;
}
.dropzone .dz-preview .dz-error-message:after {
    display:none;
}
.dropzone .dz-preview .dz-error-message:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #be2626;
}
.upload_current {
    padding: 5px 15px;
}
.upload_current_item {
    padding-top:5px;
    padding-bottom:5px;
}
.upload_current_item_remove {
    float: inline-end;
}
table.footable .upload_current_item_remove {
    display:none !important;
}
.list-group.list-group-timeline .list-group-item.list-group-timeline-success:before {
    border: 3.5px solid #71dd37;
}