.elementor-11276 .elementor-element.elementor-element-4ac578b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-eeeed83 *//* Dosya yükleme container'ı */
    #form-field-message {
        display: none; /* Dosya inputunu gizler */
    }

    /* Özel container */
    .custom-file-upload-container {
        width: 330px;
        height: auto;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 50px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
    }

    /* SVG Icon */
    .custom-file-upload-container svg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

    /* Üst metin */
    .custom-file-upload-container .file-text {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    /* Alt metin */
    .custom-file-upload-container .browse-text {
        font-size: 12px;
        color: #777;
    }

    /* Hover efekti */
    .custom-file-upload-container:hover {
        border-color: #5a5a5a;
    }

    /* Dosya adı ve çarpı işareti için container */
    #uploaded-file-name-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        padding: 5px 0;
    }

    /* Dosya adı */
    .uploaded-file-name {
        font-size: 14px;
        font-weight: bold;
    }

    /* Çarpı butonu */
    .remove-file-btn {
        font-size: 18px; /* Daha büyük bir boyut */
        color: red; /* Kırmızı renk */
        cursor: pointer;
        padding: 0 5px;
    }

    /* Hover efekti için çarpı işareti */
    .remove-file-btn:hover {
        color: #b30000; /* Koyu kırmızı hover efekti */
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3167dbf */.remove-file{
    color:red!important;
}/* End custom CSS */