html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

body.show-spinner>main {
    overflow: hidden !important;
}

/* Hide everything under body tag */
body.show-spinner>* {
    opacity: 0;
}

/* Spinner */
body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

.sw .custom-toolbar {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto !important;
    min-height: auto !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.sw-container {
    min-height: 100% !important;
}

.custom-switch .text-label {
    vertical-align: bottom;
}

.responsiv-uploader-fileupload {
    border: 1px solid #f6f8f9;
    padding: 10px;
}

.ui.upload-button {
    background-color: #ed7117;
    border-color: #ed7117;
    color: #fff;
}

body {
    position: unset !important;
}

.food-image {
    height: 200px;
    background-size: cover;
}

.ui.upload-button:before {
    font-family: "iconsminds";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    content: '\e88a';
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rounded .auth-card .image-side {
    border-radius: 0 !important;
}

.auth-card .image-side {
    width: 50% !important;
}

.auth-card .form-side {
    width: 50% !important;
}

.iti {
    width: 100%;
}

.iti input {
    padding-left: 89px !important;
}

.iti__country-list {
    z-index: 3 !important;
}

#register-form div.error {
    top: 120% !important;
}

.pagination {
    justify-content: center;
}

.archive-calendar {
    width: 185px;
}

#manual-div .input-group-prepend .btn,
#manual-div .input-group-append .btn {
    border: none;
    padding: 0 1rem;
    margin: 0 1rem;
    font-size: 2rem;
}

#manual-div .input-group-prepend .btn:hover,
#manual-div .input-group-append .btn:hover {
    color: #184f90;
    background-color: #fff;
}

#manual-div input {
    border-radius: 50%;
    font-size: 2rem;
    width: 100px;
    height: 100px;
}

.notyf__ripple {
    border-radius: unset !important;
}

@media (max-width: 991px) {
    .auth-card .image-side {
        width: 100% !important;
    }

    .auth-card .form-side {
        width: 100% !important;
    }
}

@media (max-width: 767px) {}