/* Dropzone */
.dropzone {
    min-height: 150px;
    border: none;
    background: #fff;
    padding: 43px 20px;
    text-align: center;
}

.dropzone {
    background: #e1e1e1 !important;
    border-radius: 13px !important;
    max-width: 550px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: none !important;
    margin-top: 10px !important;
}

.dropzone-container.svelte-12uhhij.svelte-12uhhij {
    border-radius: 2.5rem;
    border: 3px px solid white;
    background: white;
    width: 21.875rem;
    height: 19.875rem;
    width: 100%;
    max-width: 35.875rem;
    margin: auto;
    box-shadow: 0 0.625rem 1.25rem #8b8b8b1a;
}

.navbar .dropdown-menu {
    margin: 0 -74px !important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 7.5em 0 !important;
}

.page-title {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
}

.subheader {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

.page-pretitle {
    font-size: 1rem !important;
}

.h6,
h6 {
    font-size: 0.8rem !important;
}

.h5,
h5 {
    font-size: 1rem !important;
}

.h4,
h4 {
    font-size: 1.1rem !important;
}

.h3,
h3 {
    font-size: 1.4rem !important;
}

.h2,
h2 {
    font-size: 1.6rem !important;
}

.h1,
h1 {
    font-size: 1.8rem !important;
}

.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show > .nav-link {
    color: #206bc4 !important;
    font-weight: 600 !important;
}

.navbar .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 600 !important;
}

body.theme-dark .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.theme-dark .dropdown-item {
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

body.theme-dark .preloader-wrapper {
    background-color: #1e293b !important;
}

/* Preloader */
.ploader-size {
    height: 200px;
    width: 200px;
}
.loading {
    display: flex;
    justify-content: center;
}

.loading::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 4px solid #dddddd;
    border-top-color: #3bbd6b;
    border-radius: 50%;
    animation: loading 1s ease infinite;
}

@keyframes loading {
    to {
        transform: rotate(2turn);
    }
}

.navbar .navbar-brand {
    color: #000 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

.dropdown-item {
    font-weight: 600 !important;
    color: #000 !important;
}

.dropdown-divider {
    border-top: 1px solid lightgrey !important;
}

.btn {
    border-radius: 8px !important;
    font-size: 1rem !important;
    border: none !important;
    padding: 0.6375rem 1.2rem !important;
}

.btn-custom {
    font-size: 0.8rem !important;
    padding: 2px 10px !important;
}

.card {
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}
.markdown > table,
.table {
    --tblr-table-accent-bg: transparent !important;
    --tblr-table-striped-bg: transparent !important;
}

.markdown > table thead th,
.table thead th {
    background: #f0f2f6 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    line-height: 1.6 !important;
    color: #000 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
    border: 1px solid #e6e8e9 !important;
}

.form-select,
.form-control {
    background-color: transparent !important;
    line-height: 1.8 !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.theme-dark .form-control {
    background-color: #1b2434 !important;
    color: #fafbfc;
}

.theme-dark .page-item:first-child .page-link,
.theme-dark .page-item:last-child .page-link,
.theme-dark code,
.theme-dark .text-muted,
.theme-dark .footer,
.theme-dark .link-secondary,
.theme-dark .subheader,
.theme-dark card-title {
    color: #fafbfc !important;
}

.theme-dark .page-pretitle {
    color: #aeb1b5 !important;
}

.theme-dark .navbar-brand-autodark {
    filter: drop-shadow(0 0 3px white) brightness(1);
}

.theme-dark .form-help {
    color: #fafbfc !important;
    background: #206bc4;
}

.theme-dark input,
.theme-dark select,
.theme-dark textarea {
    color: #fafbfc;
}

.theme-dark .legend,
.theme-dark .progress {
    background: #aeb1b5;
}

.theme-dark .btn-dark {
    background: #fff;
    color: #000;
}

.theme-dark .dropzone {
    color: #000000;
}

.form-label {
    margin-bottom: 0.5rem !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-y: center !important;
    background-size: 15px !important;
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png);
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-y: center !important;
    background-size: 15px !important;
}

.dataTables_filter input {
    background-color: transparent !important;
    line-height: 1.8 !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    margin-left: 10px !important;
}

.dataTables_filter input:focus-visible {
    outline-style: none !important;
}

.dataTables_filter label,
.dataTables_length label,
.dataTables_info,
.paginate_button {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}
.dataTables_length select {
    background-color: transparent !important;
    line-height: 1.8 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    padding: 8px !important;
    margin: 0px 6px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    display: inline-block;
    font-weight: 600 !important;
    line-height: 1.4285714;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: transparent !important;
}

td span button {
    background-color: #f0f2f6 !important;
}

.badge {
    font-size: 0.75rem !important;
}

.dataTables_wrapper {
    padding: 15px !important;
}

table {
    width: 100% !important;
}

.admin-avatar {
    background-image: url("../backend/static/avatars/000m.jpg") !important ;
}

.logout {
    display: none;
}

.authentication {
    z-index: 10;
}

.web-index {
    z-index: 0;
}

.minimal-msg {
    padding: 10px;
}

.mail-header {
    display: inline-block;
}

.web-cookies {
    bottom: 30px;
    left: 20px;
}

.web-nav-top {
    top: -2rem;
    right: 3rem;
    z-index: -1;
}

.web-nav-bottom {
    bottom: -2rem;
    right: -2rem;
    z-index: -1;
}

.web-nav-bottom-3 {
    top: 3rem;
    right: -3rem;
    z-index: -1;
}

.web-nav-bottom-2 {
    bottom: 2.5rem;
    left: -4.5rem;
    z-index: -1;
}

/* g-recaptcha */
.recaptcha {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 87px;
}

/* Register */
a:hover {
    cursor: pointer;
}

.rtl-justify-between {
    justify-content: flex-end;
}

/* Datatable response */
div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 2px;
}

div.table-responsive > div.dataTables_wrapper > div.row:last-child {
    margin-top: 50px;
}

/* Disable container */
.container-disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Custom Logo */
.custom-logo {
    height: 2.5rem !important;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.float-right {
    float: right !important;
}

/* Languages */
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}

/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}

/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}

/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    select#chooseLang {
        padding: 0.2375rem 0.55rem 0.2375rem 0.55rem;
    }
}
