/* --- Menu --- */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
}

.dropdown .dropdown-item:active {
    background-color: transparent !important;
}

.avatar-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #ddd;
}
/* ---------- */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
}

a.dropdown-item {
    color: rgba(0, 0, 0, .55) !important;
}

/* =============
   Loader
============= */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    cursor: wait;
    /* change if the mask should have another color then white */
    z-index: 999999;
}

.animationload .loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url('../images/preloader2.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* =============
   Indicator HTMX
============= */
.indicator {
    display: none;
}

.htmx-request .indicator {
    display: block;
}

.htmx-request.indicator {
    display: block;
}

/* =============
   Tables Style
============= */

table.table tbody tr td,
table.table thead {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

table.table.table-borderless tbody tr td,
table.table.table-borderless thead {
    border: 0px !important;
}

table.table thead tr th {
    border-left: 1px solid #DEDFDE;
    border-right: 1px solid #DEDFDE;
}

.table > tbody > tr > td, th {
    vertical-align: middle !important;
}

.tablehead {
    background-color: #4b545c !important;
    color: #000;
    font-weight: bold;
}

    .tablehead tr th {
        color: #fff;
    }

table.table-headerless thead {
    display: none !important;
}

/* =============
   DataTables Style
============= */
table.dataTable > thead tr {
    font-weight: bold;
}

table.dataTable tr th {
    background-color: #4b545c !important;
    color: #fff;
}

table.dataTable .min-50px {
    min-width: 50px;
}

/* Data table */
#datatable-editable .actions a {
    padding: 5px;
}

#datatable-editable .form-control {
    background-color: #ffffff;
    width: 100%;
}

#datatable-editable .fa-trash-o {
    color: #f05050;
}

#datatable-editable .fa-times {
    color: #f05050;
}

#datatable-editable .fa-pencil {
    color: #29b6f6;
}

#datatable-editable .fa-save {
    color: #33b86c;
}

#datatable td {
    font-weight: normal;
}

div.dataTables_info {
    padding-top: 38px;
}

.dt-buttons {
    float: left;
}

div#datatable-buttons_info {
    float: left;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

.paginate_button.page-item.active a {
    margin: 0px !important;
}

.paginate_button.page-item.active .page-link {
    margin-right: 10px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    padding: 11px 16px !important;
}

.pagination .page-link {
    border: none !important;
    background: #F2EADF;
    margin-right: 10px;
    color: #000;
    border-radius: 2.6px;
    font-size: 14px;
}

.pagination {
    margin: 0;
}

.page-item .page-link {
    background-color: #F2EADF;
    color: #000;
    border-radius: 8px;
    transition: all 0.5s ease;
}

    .page-item .page-link:hover {
        background-color: #ece5db;
    }

.page-item:first-child .page-link {
    background: #68c5c5 !important;
    color: #fff !important;
    margin-right: 10px;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.5s ease;
}

    .page-item:first-child .page-link:hover {
        background: #268888 !important;
        color: #fff;
    }

.page-item:last-child .page-link {
    background: #68c5c5 !important;
    color: #fff !important;
    margin-right: 0;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: all 0.5s ease;
}

    .page-item:last-child .page-link:hover {
        background: #268888 !important;
        color: #fff;
    }

.directory_names-pagination {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.page-item.disabled .page-link {
    background-color: transparent !important;
    color: #ddd !important;
    margin-right: 10px;
}

.page-item.active .page-link {
    background: #68c5c5 !important;
    color: #fff;
    box-shadow: none !important;
    transition: all 0.5s ease;
}

    .page-item.active .page-link:hover {
        background: #268888 !important;
        color: #fff;
    }

.page-link:focus {
    box-shadow: none !important;
}

.directory_names-pagination p {
    font-size: 14px;
    color: #BEBEBE;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_length label {
    color: #BEBEBE;
    font-weight: normal;
    text-align: left;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: rgba(89,141,238, 0.15);
}

/*-------------------*/

/* =============
   Dropzone Style
============= */
.dropzone {
    border: 2px dashed rgba(93, 102, 250, 0.35) !important;
    border-radius: 12px;
    padding: 50px !important;
    cursor: pointer;
}

    .dropzone .dz-message {
        color: rgba(23, 35, 89, 0.6);
    }


/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/