.nav-link.vertical-tab i {
    color: #53a0e4 !important;
}

.rotate {
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite !important;
    /* animation: rotate 2s linear infinite !important; */
}

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

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

.autocomplete-list {
    /* position: absolute; */
    top: 100%;
    /* left: 0; */
    max-height: 200px;
    /* width: 100%; */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    display: none;
    z-index: 999;
    overflow-y: overlay;
}

.autocomplete-list li {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.autocomplete-list li:hover {
    background-color: #eee;
}
.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;
}
