html,
body {
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 15px 2%;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.main-title {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
}

.css-selector {
    background: linear-gradient(304deg, #b38cb4, #a7cecb, #f8f272, #faa489, #41dc91);
    /* background: linear-gradient(304deg, #FFAF45, #5F5D9C, #A4CE95, #F4EDCC, #6196A6); */
    background-size: 1000% 1000%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.main-class {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
}

.loader {
    width: 2rem;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #0078ff;
    border-bottom: 16px solid #0078ff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-modal {
    width: fit-content;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30%;
}

.img-list-item {
    height: 3rem;
    margin-left: 1rem;
}

.p-list-item {
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
    margin-left: auto;
    margin-right: auto;
}

.li-list-item {
    white-space: nowrap;
    cursor: all-scroll;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.li-list-item::before {
    margin-right: 1rem;
    font-weight: bold;
}

.i-list-item {
    margin-right: 1rem;
}

.canvas {
    width: -webkit-fill-available;
    width: -moz-available;
}