.swal2-container {
    z-index: 9999;
}

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

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

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

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

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

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

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

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

.stats-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1400px) {
    .stats-icon {
        margin-left: 20px;
    }

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