
body {
    animation: fadeIn 0.8s ease-in-out forwards;
}


.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in{
    animation: fadeIn 0.8s ease-in-out forwards;
}

.custom-file-button {
    input[type="file"] {
        margin-left: -2px !important;

        &::-webkit-file-upload-button {
            display: none;
        }

        &::file-selector-button {
            display: none;
        }
    }

    &:hover {
        label {
            cursor: pointer;
        }
    }
}

#wordcloudChart {
    width: 100%;
    height: 400px;
    margin: auto;
}


ul.force-bullets {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 1.5rem !important;
    margin: 1rem 0;
}
li.force-bullets {
    display: list-item !important;
}

.fs-7{font-size:0.9rem!important}
.fs-8{font-size:0.8rem!important}
.fs-9{font-size:0.7rem!important}

