.btn-submit {
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    outline: none;
    padding: 15px 20px 15px 20px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    transition: background 300ms;
    letter-spacing: 1.4px;
    border: solid 1px #fff;
    border-radius: 0;
}

.btn-submit:hover {
    background: #e57e62;
}

.mt-5 {
    margin-top: 50px;
}

.mt-3 {
    margin-top: 30px;
}

.grid-item-inner {
    margin: 15px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.progress {
    position: relative;
    width: 100%;
    /* border: 1px solid #ddd; */
    padding: 1px;
    border-radius: 3px;
    margin-bottom: 50px;
}

.bar {
    background-color: #444444;
    width: 0;
    height: 26px;
    border-radius: 3px;
}

.percent-label {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry-description {
    font-size: 25px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    transform: translateY(5px);
    margin-right: 5px;
}

.badge {
    background-color: black;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
}

.icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.125em;
    fill: white;
}

.sorting-icon {
    margin: 0 0 30px 15px;
}

.sorting-icon .icon:hover {
    fill: gray;
    cursor: pointer;
}

.swal-height {
    height: 10vh;
}

.btn-header {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 650px;
    z-index: 99;
}

.btn-header:hover {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.6);
}

.button-download {
    right: 20px;
}

.button-select {
    right: 200px;
}

.button-qr {
    left: 20px;
}

.liza_js_margin {
    margin-bottom: 25px;
}

.progress-bar {
    width: 100%;
    margin: 0 45px;
}

.custom-button {
    opacity: 0;
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
    top: calc(100% - 60px);
    z-index: 99;
    display: inline-flex;
    justify-content: center;
    gap: 20px;
}

.custom-button > a {
    color: white;
    background-color: transparent;
    cursor: pointer;
}

.liza_grid_inner > div:hover .custom-button {
    opacity: 1;
}

#terms-condition-modal {
    border-radius: 0%;
    max-height: 600px;
    overflow-y: scroll !important;
}

@media only screen and (max-width: 800px) {
    .progress-bar {
        width: auto;
        margin: 0 15px;
    }

    /* !important is needed sometimes */
    ::-webkit-scrollbar {
        width: 10px !important;
        -webkit-overflow-scrolling: auto;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px !important;
        border-radius: 5px !important;
        background: rgba(0, 0, 0, 0.6) !important;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.6) !important;
    }
}

@media only screen and (max-width: 600px) {
    .btn-header {
        font-size: small;
        position: block;
        top: 360px;
        padding: 8px;
    }
    .cbx {
        font-size: small;
    }

    .button-qr {
        left: auto;
        right: 20px;
        top: 250px;
    }

    .sorting-icon {
        margin: 0 0 14px 0;
    }

    .percent-label {
        font-size: small;
    }

    .upload-form {
        margin-bottom: 75px;
    }

    .liza_js_bg_image {
        padding: 0 0 65px 0;
    }

    .progress-bar {
        width: auto;
        margin: 0 25px;
    }

    .entry-description {
        font-size: 15px;
    }

    #terms-condition-modal {
        max-height: 350px;
    }

    .custom-button {
        top: calc(100% - 45px);
    }

    .image-container {
        padding-bottom: 510px !important;
    }
}

@media only screen and (max-width: 320px) {
    .cbx {
        font-size: x-small;
    }

    .percent-label {
        font-size: x-small;
    }

    #terms-condition-modal {
        max-height: 300px;
    }
}

@media only screen and (max-width: 760px) {
    .entry-title {
        font-size: 20px;
    }
}

.liza_title_breadcrumb_wrapper {
    background-position: center 20%;
    position: relative;
}
.liza_title_breadcrumb_wrapper .liza_title_breadcrumb_inner {
    padding: 100px 0;
}

.btn-header {
    bottom: 10px;
    padding: 8px;
    top: auto;
}

.button-qr {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 65px;
}

.button-select {
    right: 160px;
}
.liza_mobile_header_wrapper {
    text-align: center;
    padding-left: 0;
}
.slide.current {
    pointer-events: none;
}

.swal2-container {
    z-index: 1000000 !important;
}
