
/*SweetAlert Admin Panel Genel Mesaj Kutusu Css Ayarları*/


.swal2-popup {
    width: 400px !important;
    height: 287px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #0da487 !important;
    color: #fff;
}

 
.swal2-title {
    font-size: 16px;
    margin-bottom: 9px;
}

.swal2-text {
    font-size: 10px;
}

.swal2-icon {
    font-size: 15px;
}

.swal2-confirm {
    font-size: 10px;
    background-color: #fff;
    color: #0da487;
    border-radius: 8px;
    padding: 0.5rem 2rem;
    margin-right: 1rem;
}

.swal2-cancel {
    font-size: 8px;
    background-color: #fff;
    color: #dc3545;
    border-radius: 8px;
    padding: 0.5rem 2rem;
}

.swal2-confirm:focus {
    box-shadow: none;
}

.swal2-cancel:focus {
    box-shadow: none;
}

.swal2-confirm:hover {
    background-color: #449d44;
    border-color: #398439;
}

.swal2-cancel:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}


/*//------------------------------------------------------------------------------------------------------------------//
// SweetAlert İletişim Mesajı Okuma  Kutusu CSS Ayarları //*/

.swal2-popup.iletisim-goster-ozel {
    background-color: #ffffff !important;
    color: #333;
    width: 470px !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: auto;
}

    .swal2-popup.iletisim-goster-ozel .swal2-title {
        font-size: 24px;
        font-weight: 600;
        color: #2a3748;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0; 
        margin: 5px;
        
    }

    .swal2-popup.iletisim-goster-ozel .swal2-html-container {
        background-color: #f5f5f5;
        display: flex;
        align-items: center; 
        justify-content: center; 
        padding: 0;
    }

        .swal2-popup.iletisim-goster-ozel .swal2-html-container.iletisim-content {
            padding: 20px;
            margin: 0;
            font-size: 18px;
            color: #7f8c8d;
            background-color: #449d44;
            border-radius: 10px 10px 0 0;
            margin-top: 10px;
        }

    

    .swal2-popup.iletisim-goster-ozel .swal2-confirm {
        font-size: 15px;
        background-color: #0da487 !important;
        border: none;
        border-radius: 5px;
        padding: 10px 25px;
        margin-right: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
        margin-bottom:-2px;
    }

        .swal2-popup.iletisim-goster-ozel .swal2-confirm:hover {
            background-color: #0c8a6a !important;
        }

  

/*//------------------------------------------------------------------------------------------------------------------//