html {
    background: #f5f5f7;
}

.elementScrollMargin {
    scroll-margin-top: 50px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

/* Global Styles ============================ */

.spinner {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: calc( 50% - ( 40px / 2) );
    right: calc( 50% - ( 40px / 2) );
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.form-check.form-switch .form-check-input.form-check-input-danger:checked {
    background-color: #f1416c;
    border-color: #f1416c;
}

    .form-check.form-switch .form-check-input.form-check-input-danger:checked ~ label {
        color: var(--kt-text-danger) !important;
    }


/* Products Drag and Drop ============================ */

/* Categories */

.category-dropzone {
    padding-top: 0.825rem;
    padding-bottom: 0.825rem;
}

    .category-dropzone:first-child {
        padding-top: 0rem;
        padding-bottom: 0.825rem;
    }

    .category-dropzone:last-child {
        padding-top: 0.825rem;
        padding-bottom: 1.25rem;
    }

/*.category-grabed {
    opacity: 0.5;
}*/

.category-drop-allowed {
    padding-top: 6rem !important;
}

.category-grabed ~ .category-drop-allowed {
    padding-top: 0.825rem !important;
    padding-bottom: 6rem;
}

/* Products */

.products-dropzone {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: -2px;
}

    .products-dropzone:hover {
        background: #f2f2f2;
    }

/*.products-dropzone:first-child {
    padding-top: 0rem;
}*/

/*.products-dropzone:not(:last-child) {
        border-bottom: 2px dashed #E4E6EF;
    }*/

.products-dropzone {
    border-bottom: 2px dashed #E4E6EF;
}

.product-grabed {
    background-color: #f684a0 !important;
}

.product-drop-allowed {
    padding-top: 3rem;
    border-top: 2px solid #f1416c;
}

.product-grabed ~ .product-drop-allowed {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
    border-top: none;
    border-bottom: 2px solid #f1416c;
}


/* Custom tabs ============================ */
.menu-tabs-custom .tab-content {
    border-radius: 0.5rem !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0rem !important;
}

.menu-tabs-custom .tab-pane {
    border-radius: 0.5rem !important;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%) !important;
    padding: 1.5rem !important;
}

    .menu-tabs-custom .tab-pane.pane-no-borders {
        border: 0;
        background: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transition: transform 0.2s ease-in-out !important;
    transition-property: transform !important;
    transition-duration: 0.2s !important;
    transition-timing-function: ease-in-out !important;
    transition-delay: 0s !important;
}

/* Buttons ============================ */
.btn-add-categoria {
    width: 100%;
    background: #f5f5f7;
    border: 3px dashed #f1416c;
    padding: 1.3rem 2rem;
    border-radius: 10px;
    transition: all 0.2s;
}

    .btn-add-categoria,
    .btn-add-categoria * {
        color: #f1416c;
        font-size: calc(1.275rem + .3vw) !important;
    }

        .btn-add-categoria:hover {
            background: #f1416c;
        }

            .btn-add-categoria:hover,
            .btn-add-categoria:hover * {
                color: #fff;
            }

/*.btn-remove-categoria {
    border-color: #fff !important;
    background: none !important;
    color: #fff;
    cursor: pointer;
}

    .btn-remove-categoria * {
        color: #fff;
    }

    .btn-remove-categoria:hover {
        background: #fff !important;
        color: #f1416c;
    }

        .btn-remove-categoria:hover * {
            color: #f1416c;
        }*/


/* Confirm Modal ============================ */
#kt_app_content ~ .modal.fade.show {
    z-index: 99999;
}

#kt_app_content ~ .modal-backdrop.fade.show {
    z-index: 9999;
}

.validation-message {
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}


/* Animation ============================ */
.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out 0.5s both;
    animation: heartbeat 1.5s ease-in-out 0.5s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-11-11 15:23:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}



/* Pagination ============================ */
.pagination .page-item.active .page-link {
    color: #fff !important;
    border-radius: 0.5rem;
    background-color: #f1416c !important;
}


/* Button Outline Correction ============================ */
.btn.btn-outline-light {
    color: var(--kt-light) !important;
    border-color: var(--kt-light) !important;
    background-color: transparent !important;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}

.card .card-header .btn {
    font-size: 1.1rem !important;
}

ul.custom-ul {
    list-style: none;
}

    ul.custom-ul li::before {
        content: "\2022";
        color: #A1A5B7;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1.3em;
    }


/* Fake Input ============================ */
/* form starting stylings ------------------------------- */
/*.group-material-input {
    position: relative;
    margin-bottom: 1.5rem;
}

    .group-material-input input,
    .group-material-input textarea {*/
/*padding: 5px 5px;*/
/*padding: .775rem .5rem;
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #E4E6EF;
        border-radius: 0;
        line-height: 1rem;
        color: #5E6278 !important;
        font-size: 1.1rem;
        margin-top: 1.4rem;
    }

        .group-material-input input:focus,
        .group-material-input textarea:focus {
            outline: none;
            box-shadow: none;
        }

    .group-material-input.group-material-input-append input {
        padding-left: 2.2rem;
    }

    .group-material-input .pre-append {
        font-size: 0.9rem;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 12px;
        color: #5E6278;
        display: none;
    }*/

/* LABEL ======================================= */
/*.group-material-input label {
        color: #999;
        font-size: 1.1rem;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 5px;
        top: 5px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }*/

/* active state */
/*.group-material-input input:focus ~ label,
    .group-material-input input:not(:placeholder-shown) ~ label,
    .group-material-input textarea:focus ~ label,
    .group-material-input textarea:not(:placeholder-shown) ~ label {
        top: -15px;
        font-size: 12px;
        color: #f1416c;
    }

    .group-material-input input:focus ~ .pre-append,
    .group-material-input input:not(:placeholder-shown) ~ .pre-append,
    .group-material-input textarea:focus ~ .pre-append,
    .group-material-input textarea:not(:placeholder-shown) ~ .pre-append {
        display: block;
    }*/

/*.group-material-input input:focus,
    .group-material-input input:not(:placeholder-shown),
    .group-material-input textarea:focus,
    .group-material-input textarea:not(:placeholder-shown) {
        margin-top: 1.4rem;
    }
*/
/* BOTTOM BARS ================================= */
/*.group-material-input .bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .group-material-input .bar:before,
        .group-material-input .bar:after {
            content: '';
            height: 2px;
            width: 0;
            bottom: 0px;
            position: absolute;
            background: #f1416c;
            transition: 0.2s ease all;
            -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
        }

        .group-material-input .bar:before {
            left: 50%;
        }

        .group-material-input .bar:after {
            right: 50%;
        }*/

/* active state */
/*.group-material-input input:focus ~ .bar:before,
    .group-material-input input:focus ~ .bar:after,
    .group-material-input textarea:focus ~ .bar:before,
    .group-material-input textarea:focus ~ .bar:after {
        width: 50%;
    }*/

/* HIGHLIGHTER ================================== */
/*.group-material-input .highlight {
        position: absolute;
        height: 70%;
        width: 100%;*/
/*top: 25%;*/
/*top: 19%;
        left: 0;
        pointer-events: none;
        opacity: 0.5;
    }*/

/* hover state */
/*.group-material-input:hover input:not(:focus) ~ .highlight,
    .group-material-input:hover textarea:not(:focus) ~ .highlight {
        background: #ed7203;
    }*/


/* active state */
/*.group-material-input input:focus ~ .highlight,
    .group-material-input textarea:focus ~ .highlight {
        -webkit-animation: inputHighlighter .3s ease;
        -moz-animation: inputHighlighter .3s ease;
        animation: inputHighlighter .3s ease;
    }*/


/* RichText ================================== */
.ql-editor {
    max-height: 80px;
}

.ql-toolbar.ql-snow {
    background: #fef5f8;
    border-radius: 5px;
}

.ql-toolbar.ql-snow,
.ql-container.ql-snow {
    border: none !important;
}

.ql-container.ql-snow {
    border-bottom: 1px solid #E4E6EF !important;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    border: 1px solid var(--kt-text-danger) !important;
    border-radius: 5px !important;
}

    .ql-snow.ql-toolbar button:not(:first-child),
    .ql-snow .ql-toolbar button {
        margin-left: 0.8rem !important;
    }


.ql-snow .ql-stroke {
    stroke: var(--kt-text-danger) !important;
}

.ql-snow .ql-fill {
    fill: var(--kt-text-danger) !important;
}

button.ql-active {
    background: var(--kt-text-danger) !important;
}

    button.ql-active .ql-stroke {
        stroke: #fff !important;
    }

    button.ql-active .ql-fill {
        fill: #fff !important;
    }


/* Color Tabs ================================== */
.phone-top-mockup {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.phone-left-mockup {
    position: absolute;
    top: 6%;
    left: 0;
    bottom: 5.9%;
    z-index: 1;
    width: 2.7%;
}

.phone-right-mockup {
    position: absolute;
    top: 6%;
    right: 0;
    bottom: 5.9%;
    z-index: 1;
    width: 2.7%;
}

.phone-bottom-mockup {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.phone-iframe-mockup {
    padding-top: 11%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
}


/* Menu Layout Select ============================ */

.layout-theme {
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: .625rem !important;
    overflow: hidden;
    height: 350px
}

    .layout-theme.selected-theme {
        border: 2px solid #f1416c;
    }

.theme-layout-image {
    width: 100%;
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
}

    .theme-layout-image:hover {
        -webkit-animation: slide-top 15s ease-in infinite both;
        animation: slide-top 15s ease-in infinite both;
    }

@media(min-width: 576px) and (max-width: 671px) {
    .theme-selector-fixed-height {
        height: 586px;
        overflow-y: auto;
    }
}

@media(min-width: 672px) and (max-width: 767px) {
    .theme-selector-fixed-height {
        height: 675px;
        overflow-y: auto;
    }
}

@media(min-width: 768px) and (max-width: 879px) {
    .theme-selector-fixed-height {
        height: 760px;
        overflow-y: auto;
    }
}

@media(min-width: 880px) and (max-width: 991px) {
    .theme-selector-fixed-height {
        height: 863px;
        overflow-y: auto;
    }
}

@media(min-width: 992px) and (max-width: 1095px) {
    .theme-selector-fixed-height
    {
        height: 606px;
        overflow-y: auto;
    }
}

@media(min-width: 1096px) and (max-width: 1199px) {
    .theme-selector-fixed-height {
        height: 706px;
        overflow-y: auto;
    }
}

@media(min-width: 1200px) and (max-width: 1299px) {
    .theme-selector-fixed-height {
        height: 787px;
        overflow-y: auto;
    }
}

@media(min-width: 1300px) and (max-width: 1399px) {
    .theme-selector-fixed-height {
        height: 882px;
        overflow-y: auto;
    }
}

@media(min-width: 1400px) {
    .theme-selector-fixed-height {
        height: 811px;
        overflow-y: auto;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-2-7 12:5:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        /*-webkit-transform: translateY(calc(-100% + 320px));*/
        transform: translateY(calc(-100% + 350px - 0.75em));
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(calc(-100% + 350px - 0.75em));
        transform: translatey(calc(-100% + 350px - 0.75em));
    }

    100% {
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}



.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #F1416C;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Carregando");
    }



/*Theme Sr.Menu*/


body {
    background: #eff3f9 !important;
}

html {
    background: #eff3f9 !important;
}

.highlight {
    position: relative;
    background: transparent !important;
    border-radius: .475rem;
    padding: 1.75rem 1.5rem 1.75rem 1.5rem;
}

.menu-nav:hover {
    color: #221D31 !important;
}

.app-content {
    background: #eff3f9 !important;
}

.gradient-icon {
    line-height: 1;
    font-size: 1rem;
    background: #8A59E9;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

@media(max-width: 992px) {
    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: #f72585 !important;
    }

    .menu-state-primary .menu-item.show > .menu-link .menu-title {
        color: #f72585 !important;
    }
}

@media (min-width: 992px) {
    .app-header .app-header-secondary .app-header-menu .menu > .menu-item > .menu-link.active .menu-title {
        background: #f72585;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

@media (min-width: 992px) {
    .app-header .app-header-secondary .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        color: #ffffff !important;
    }

    @media (min-width: 992px) {
        .app-header .app-header-secondary {
            background: #221d31 !important;
            height: 80px;
        }
    }

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        background: #8A59E9;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .menu-state-primary .menu-item .menu-link.active .menu-title {
        color: #221d31 !important;
    }

    .menu-state-color .menu-item .menu-link.active .menu-title {
        color: #f1416c;
    }

    .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
        color: #221D31 !important;
    }

    .bg-gradient-color {
        background: linear-gradient(270deg, #524577 0%, #8A59E9 0.01%, #F1416C 100%) !important;
    }

    @media(max-width: 993px) {
        .bg-gradient-color {
            background: linear-gradient(270deg, #524577 0%, #8A59E9 0.01%, #F1416C 100%) !important;
        }
    }

    .btn-dark {
        background-color: #221D31;
        color: white;
    }

    .bg-dark-purple {
        background-color: #221D31 !important;
    }

    .flatpickr-calendar.static.open {
        background-color: white;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }

    .flatpickr-calendar.static {
        position: absolute;
        top: calc(100% + 2px);
        right: -4rem;
    }

    @media(max-width: 603px) {
        .flatpickr-calendar.static {
            position: absolute;
            top: calc(100% + 2px);
            right: -7rem;
        }
    }

    .form-select {
        color: #f1416c !important;
        background-color: white;
        background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 16px 12px;
        border: 2px solid #f1416c !important;
    }    

/*    .profileImageInitials {
        background: linear-gradient(270deg, rgb(82, 69, 119) 0%, rgb(138, 89, 233) 0.01%, rgb(241, 65, 108) 100%) !important;
    }

    @media(max-width: 993px) {
        .profileImageInitials {
            background: linear-gradient(270deg, rgb(82, 69, 119) 0%, rgb(138, 89, 233) 0.01%, rgb(241, 65, 108) 100%) !important;
        }
    }*/

    .label-wrap-border {
        border-radius: 0 !important;
        border-width: 0 !important;
        border-style: none !important;
        border-color: none !important;
    }

        .label-wrap-border img {
            border-radius: 8px;
        }

    .span-text {
        width: 95% !important;
        background: #f1416c;
        position: absolute;
        border-radius: 0px 0px 8px 8px;
        bottom: -50px;
        left: 5px !important;
        color: #fff;
        text-align: center;
        padding: 0.1rem;
        transition: all 0.2s;
    }


    .nav-line-tabs .nav-item .nav-link {
        color: black !important;
        border: 0;
        font-weight: 800;
        border-bottom: 1px solid transparent;
        transition: color .2s ease;
        padding: .5rem 0;
        margin: 0 1rem;
    }

    .highlight {
        position: relative;
        background: none !important;
        border-radius: .475rem;
        padding: 1.75rem 1.5rem 1.75rem 1.5rem;
    }

    .image-input-wrapper canvas {
        width: 100%;
    }

    .image-input [data-kt-image-input-action=change] {
        left: 50% !important;
        top: 0;
    }

    .app-default, body {
        background: #eff3f9 !important;
    }

    .app-content {
        background: #eff3f9 !important;
    }

    .accordion-button:not(.collapsed)::after {
        filter: invert(1) !important;
        transition: transform 0.2s ease-in-out !important;
        transition-property: transform !important;
        transition-duration: 0.2s !important;
        transition-timing-function: ease-in-out !important;
        transition-delay: 0s !important;
    }

    .btn-dark, .bg-dark {
        background-color: #221d31!important;
    }

    @media(max-width: 993px){
        .btn-dark, .bg-dark {
            background-color: #221d31 !important;
        }
    }

/*    .btn:hover {
        background: linear-gradient(270deg, #524577 0%, #8A59E9 0.01%, #F1416C 100%) !important;
    }*/
}

span.flatpickr-day.startRange {
    background: #f1416c !important;
    color: white!important;
}

span.flatpickr-day.inRange {
    background: #f1416c !important;
    color: white !important;
}

span.flatpickr-day.endRange {
    background: #f1416c !important;
    color: white !important;
}

.div-top {
    height: 70px;
    width: 300px;
    border-radius: 50px;
    margin-bottom: 1.75rem;
    background: linear-gradient(45deg, rgba(241,65,108,1) 0%, rgba(138,89,233,1) 70%, rgba(138,89,233,1) 100%);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease-in-out infinite;
  }

  .div-center {
    height: 70px;
    width: 300px;
    border-radius: 50px;
    margin-bottom: 1.75rem;
    background: linear-gradient(225deg, rgba(241,65,108,1) 0%, rgba(138,89,233,1) 70%, rgba(138,89,233,1) 100%);
    background-size: 180% 180%;
    animation: gradient-animation 2.5s ease-in-out infinite;
  }

  .div-bottom {
    height: 70px;
    width: 300px;
    border-radius: 50px;
    margin-bottom: 1.75rem;
    background: linear-gradient(45deg, rgba(241,65,108,1) 0%, rgba(138,89,233,1) 70%, rgba(138,89,233,1) 100%);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease-in-out infinite;
  }
  
  @keyframes gradient-animation {
    0% {
      background-position: 0% 20%;
    }
    50% {
      background-position: 100% 20%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.form-switch .form-check-input:focus {
    background-image: var(--bs-form-switch-bg) !important;
}


.loading-text {
    color: #a852c4;
    font-weight: bold;
    font-size: 2em;
}


.item-menu {
    color: var(--bs-info) !important;
}

.item-efect-hover:hover {
    transition: color 1s ease !important;
    color: var(--bs-info) !important;
}


.image-qr-code {
    width: 100%;
    height: 220px !important;
}
@media(min-width: 768px) {
    .image-qr-code{
        height: 290px !important;
        width: 50% !important;
    }
}
@media(min-width: 1024px) {
    .image-qr-code {
        height: 220px !important;
        width: 100% !important;
    }
}



.qrcode > canvas {
    width: 100%;
}
.img-qr-code {
    height: 100% !important;
    width: 100%!important;
}
