:root {
    --kt-primary: #ea5f27;
    --kt-secondary: #f1946e;
    --kt-input-solid-bg: var(--kt-primary-light);
    --kt-light: var(--kt-primary-light);
    --kt-pagination-active-bg: var(--kt-primary);
    --kt-primary-active: var(--kt-secondary);
    --bs-primary-rgb: var(--kt-secondary);
    --kt-text-primary: var(--kt-primary);
    --kt-menu-link-color-active: var(--kt-secondary);
    --kt-menu-link-color-hover: var(--kt-secondary);
    --kt-menu-link-color-show: var(--kt-secondary);
    --third-color: #666666;
    --kt-table-hover-bg: #ffffff;
}


html {
    font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        position: relative;
        min-height: 100%;
    }
}


.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;
}


body {
    margin-bottom: 60px;
}


.table .text-end .show {
    display: inline-block !important
}

.app-sidebar-footer a {
    font-size: 0.65rem
}

.menu-title {
    gap: 8px;
}

.menu-item .menu-link .menu-bullet {
    display: none;
}

.app-sidebar-logo {
    height: auto;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border: 1px solid #393945;
}

.svg-icon.svg-icon-primary {
    color: inherit;
}

table tr.even, table tr.odd {
    font-size: 14px;
   /* font-weight:600;*/
}



.alert {
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px;
}

    .alert > div:first-child {
        align-items: baseline !important;
    }


[data-theme=dark] .svg-icon,
[data-theme=dark] .btn.btn.btn-light-primary,
[data-theme=dark] .btn.btn-light,
[data-theme=dark] .menu-gray-600 .menu-item .menu-link,
[data-theme=dark] .menu-gray-800 .menu-item .menu-link {
    color: white !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title i {
    color: white;
}

.login {
    max-width: 33.75rem;
    height: auto;
    border-radius: 1.5rem;
    padding: 2.5rem;
    gap: 0.625rem;
}

.login-logo {
    background-image: url("/assets/images/logo.png");
    width: 200px;
    height: 120px;
    background-repeat: no-repeat;
    align-self: baseline;
}

@media (max-width: 768px) {
    .login-logo {
        display: none
    }
}

.image-input {
    width: 100%;
    cursor: pointer;
}

    .image-input .image-input-wrapper {
        width: 100%;
        max-width: 100%;
        background-size: contain;
    }



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-content {
    max-width: 100%;
}

.modal-body {
    text-align: center;
    padding: 5px;
}

.img-fluid {
    max-width: 100%;
    max-height: 80vh;
}

.header-wrapper {
    justify-content: space-between;
}




/*/////////////////////////////////////////////////*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.table.dataTable thead th {
font-size:16px;
}