<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btnDisabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.model-danger {
    position: relative !important;
    top: -12px !important;
    color: #f9ab00 !important;
}


.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}


/*movie search*/
.movie {
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 4px;
    background-color: #1a191f;
    color: white;
}

    .movie:hover {
        background-color: gray;
        cursor: pointer;
    }

.loading-spinner {
    bottom: 35px;
    right: 10px;
    position: relative;
    float: right;
    width: 20px;
}

.add-spinner {
    display: inline-block;
    bottom: 35px;
    position: relative;
    width: 25px !important;
}

#listMovies {
    text-align: center;
}

.t-center {
    text-align: center;
    width: 100%;
}

.delete-list-link {
    color: red;
}

.search-results-header {
    margin-top: 270px;
    position: fixed;
}

.spinnerHeader {
    margin-left: -40px !important;
    margin-top: 70px;
}
</pre></body></html>