/*# sourceMappingURL=custom.min.css.map */

.text-transform-none {
    text-transform: none !important;
}

.file-drop-area {
    height: 65px;
}

.toast_style {
    background: white !important;
    color: black !important;
    padding: 0px !important;
    opacity: 100% !important;
    box-shadow: none !important;
    border-bottom: 2px solid green;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#toast-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1055;
    max-width: 300px;
}

.toast {
    margin-bottom: 10px;
}

.pr-8{
    padding-right: 8px;
}

.noedit-text {
    background-color: lightgray !important;
}
