:root {
    --map-tiles-filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
}

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;
}*/

html, body {
    width: 100%;
    height: 100%;
}

.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;
}

.page-sidebar {
    margin-top: 68px;
}

@media (min-width: 421px) {
    body.dark-only img.light-logo {
        display: none !important;
    }

    body.dark-only img.dark-logo {
        display: block !important;
    }
}

.user-img {
    background-color: var(--body-color);
    border-radius: 100%;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid var(--shape-border);
    align-content: center;
}

.cursor-pointer:hover {
    cursor: pointer;
}
i.cursor-pointer:hover {
    transform: scale(1.1);
}

#smartwizard .nav.nav-tabs.step-anchor {
    border-bottom: 0 !important;
    padding: 30px;
}

#smartwizard .nav-tabs {
    border-top: 0 !important;
}

#smartwizard .nav-link {
    padding: 8px 40px;
    border-radius: 5px !important;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    background: transparent;
}

#basicwizard .nav-tabs .nav-link {
    padding: 0.8rem 0.8rem;
}

.sw-theme-dots > ul.step-anchor:before {
    top: 46px !important;
}

.sw-theme-dots > ul.step-anchor > li > a:after {
    left: 40% !important;
    bottom: 12px !important;
}

.row + .row:not(#order-data *) {
    margin-top: 25px !important
}

@media(min-width: 768px) {
    .vertical-line-right {
        border-right: 1px solid lightgrey;
    }

    body.dark-only .vertical-line-right {
        border-right: 1px solid #474545;
    }
}

input + input {
    margin-top: 5px !important;
}

.leaflet-control {
    display: none;
}

body.dark-only .map-tiles {
    filter: var(--map-tiles-filter, none);
}

.flatpickr-mobile {
    display: none;
}

.sw-theme-dots > ul.step-anchor, .sw-theme-dots > ul.step-anchor:before {
    z-index: 3 !important;
}

.subicon-container {
    border-radius: 100%;
    position: absolute;
    left: 51.2%;
    top: 73%;
    background-color: var(--bs-card-bg);
    padding: 5px;
}

    .subicon-container.top-subicon {
        left: 47.8%;
        top: -15%;
        padding: 2px;
    }

@media(max-width: 768px){
    .subicon-container {
        left: 57%;
        top: 73%;
    }

        .subicon-container.top-subicon {
            left: 41.5%;
        }
}

.swal2-modal {
    color: var(--bs-card-color) !important;
}

#swal2-html-container {
    overflow-x: hidden;
}

.dz-preview.dz-image-preview {
    background-color: transparent;
}

.dropzone-remove-file {
    position: relative;
    top: -100%;
    left: 40%;
}

    .dropzone-remove-file:hover, .dropzone-remove-file > i:hover {
        cursor: pointer;
        transform: scale(1.1);
    }

.dropzone-remove-file > i {
    font-size: 20px;
}

.dark-only .flatpickr-prev-month, .dark-only .flatpickr-next-month, .dark-only .flatpickr-month {
    color: var(--font-color) !important;
    fill: var(--font-color) !important;
}

.draw-status:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.dropzone.dropzone-s {
    padding-left: 30px;
    padding-right: 30px;
}

.dropzone.dropzone-s .dz-message i{
    font-size: 40px;
}

.dropzone.dropzone-s .dz-message > h6{
    white-space: normal;
}

#draws-table th, #draws-table td {
    border: none;
}

#draws-table th {
    background-color: var(--bg-light);
}

#draws-table td {
    padding-bottom: 0;
}

.draw-validation .check-btn, .draw-validation .cancel-btn {
    min-width: 40px !important;
    border-radius: 7px !important;
    border: 2px solid grey !important;
}

    .draw-validation .check-btn.disabled, .draw-validation .cancel-btn.disabled {
        color: grey !important;
        border: 2px solid grey !important;
    }

.draw-validation .check-btn.checked {
    background-color: limegreen;
    border-color: green;
    color: white !important;
}

    .draw-validation .cancel-btn.checked {
        background-color: red;
        border-color: darkred;
        color: white !important;
    }

#draws-table td {
    align-content: center !important;
}

.draw-image-container {
    border-radius: 7px;
    background-color: rgba(48, 142, 135, 0.1);
    width: 100%;
    border: 2px solid slategrey;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}

    .draw-image-container i {
        vertical-align: middle;
    }

.page-sidebar {
    z-index: 10;
}

.filename-container {
    white-space: normal;
}

.progress-bar {
    border-radius: var(--bs-border-radius);
}

@media(max-width: 767px){
    #smartwizard-mpk {
        overflow-x: scroll;
        overflow-y: hidden;
        max-height: 100px;
        max-width: 100%;
    }
    #smartwizard-mpk > ul {
        display: flex !important;
        padding-top: 20px;
        flex-wrap: inherit;
    }

        #smartwizard-mpk > ul::before {
            top: 60px !important;
            width: 945px;
        }

    #smartwizard-mpk > ul > li {
        display: inline !important;
    }

    #smartwizard-mpk > ul .nav-link {
        white-space: nowrap;
    }

    #smartwizard-mpk > ul .nav-link::after {
        margin-top: 20px;
        bottom: 14px !important;
        left: 39.5% !important;
    }

    .header-brand-img {
        width: 80% !important;
    }

    .login-wrapper-card {
        width: 80% !important;
    }

    #btn-search-order {
        float: right !important;
    }
}

.header-brand-img {
    width: 40%;
}

.login-wrapper-card {
    width: 60%;
}


li.list-group-item > i {
    font-size: 8px;
}

li.list-group-item {
    border: none !important;
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.text-container {
    border: 1px solid var(--bs-border-color);
    border-radius: 10px;
    padding: 1rem;
    background-color: #f5f5f5;
}

    .text-container li, input[readonly] {
        background-color: #f5f5f5;
    }

@media(min-width: 768px) {
    .text-container.text-container-sm {
        width: 50%;
    }

    .text-container.text-container-md {
        width: 75%;
    }
}

body.dark-only .text-container, body.dark-only input[readonly] {
    background-color: #0a0a0a;
}

    body.dark-only .text-container li {
        background-color: #0a0a0a;
    }

a.displaced {
    top: -20px;
}

.sw-theme-dots > ul.step-anchor > li > a:before {
    left: 37%;
}

#smartwizard-mpk > ul.step-anchor {
    background: transparent !important;
}

@media(min-width: 768px) {
    #smartwizard-mpk.displaced > ul.step-anchor:before {
        top: 46px !important;
    }
}

#show-data {
    background-color: var(--theme-default);
    border-radius: 0 0 1.5rem 1.5rem;
    height: 40px;
    align-content: center;
}

    #show-data > i {
        color: var(--bs-body-bg);
        font-size: 20px;
    }

    #show-data:hover {
        cursor: pointer;
    }