.br-8 {
    border-radius: 8px !important;
}

#sidebar .theme-brand div.theme-logo img {
    width: 165px;
    height: 45px;
}

#sidebar .theme-brand {
    justify-content: center;
}

/* DROPIFY && CROPPIE */
.croppie-container .cr-boundary {
    background-image: url(assets/img/transparent.jpg);
    background-position: center;
    background-size: cover;
}

.dropify-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 110px !important;
    padding: 5px 10px;
    font-size: 14px !important;
    line-height: 22px;
    color: #777;
    background-color: #fff;
    background-image: none;
    text-align: center;
    border: 0 !important;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
}

.dropify-message .file-icon p {
    font-size: 14px;
}
body.dark .dropify-wrapper, body.dark .dropify-wrapper .dropify-preview {
    background-color: #0e1726;
}

/* FLATPICKR */
.flatpickr-calendar {
    z-index: 10000 !important;
}

.form-control:disabled:not(.flatpickr-input), .form-control[readonly]:not(.flatpickr-input) {
    background-color: #fff;
    cursor: pointer;
    color: #3b3f5c;
}

/* FEATHER ICONS */
.feather-size-10 {
    width: 10px;
    height: 10px;
}

.feather-size-18 {
    width: 18px;
    height: 18px;
}

.feather-size-24 {
    width: 24px;
    height: 24px;
}

/* COUNTER */
.counter button {
    border: 0;
    background-color: #4361ee;
}
.counter input {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    width: 4.5rem;
    border: 0;
    background-color: transparent;
}
.counter input::-webkit-outer-spin-button, .counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body.dark .form-booking input {
    background-color: transparent;
    color: #e0e6ed !important;
}

/* BOOTSTRAP */
body.dark .form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: transparent;
}

body.dark .form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #888ea8;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded=true] {
    background: #003b78;
}

.btn-primary, .page-item.active .page-link {
    border-color: #003b78 !important;
    background-color: #003b78 !important;
    box-shadow: 0 10px 20px -10px rgba(0, 59, 120, 0.59);
}

.btn-primary:hover, .page-item.active .page-link:hover {
    background-color: #003b78 !important;
    box-shadow: 0 10px 20px -10px rgba(0, 59, 120, 0.59);
}

.btn-primary:focus, .page-item.active .page-link:focus {
    background-color: #003b78 !important;
    box-shadow: 0 10px 20px -10px rgba(0, 59, 120, 0.59);
}

.form-switch-custom.form-switch-primary .switch-input:checked {
    background-color: #003b78;
    border-color: #003b78;
}

.table:not(.dataTable) tbody tr td svg {
    color: #003b78;
}

.badge-primary {
    background-color: #003b78;
}

.text-primary {
    color: #003b78;
}

.bg-gray {
    background-color: #878787;
}

.dt-button {
    margin-top: 10px;
}