.toast-alert {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 1051;
    min-width: 300px;
    opacity: 0.9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toast-alert.alert-success {
    background-color: #5cb85c;
    color: white;
}

.toast-alert .alert-content {
    display: flex;
    align-items: center;
}
.toast-alert .alert-content .checkmark {
    font-size: 20px;
    margin-right: 10px;
}
.toast-alert .close {
    color: white;
    opacity: 1;
}

.toast-alert {
    border: none;
    border-left-width: 6px;
    border-left-style: solid;
    border-radius: 4px;
    background: #fff !important;
    color: #000 !important;
}
.toast-alert.alert-success {
    /* background-color: #06c755; */
    border-color: var(--secondary);
    font-size: 12px;
}

.toast-alert.alert-danger {
    /* background-color: #de3939; */
    border-color: #de3939;
    color: #fff;
    font-size: 12px;
}

.toast-alert p {
    margin-bottom: 0;
}

.close {
    font-size: 18px !important;
    position: absolute !important;
    top: 4px !important;
    right: 12px !important;
}

.close-message span {
    color: #000;
    font-size: 18px !important;


}

.toast-alert .alert-content .checkmark {
    color: #000 !important;
    width: 24px;
    height: 24px;
}

.am-btn-eye {
    display: flex;
    width: 20px;
    height: 28px;
    align-items: center;
    background: var(--white);
    padding-left: 4px;
}