/* AmirHSD */
@media (min-width: 992px) {
    .rounded-lg-3 {
        border-radius: .3rem;
    }
}

.navbar {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h1 {
    color: white;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 200px;
    background-image: linear-gradient(43deg, #021da0 15%, #026fd4 50%, #00e1ff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: transparent;
}

#input-file {
    border-color: #464b4d;
    background-color: #2f3334 !important;
}

#input-file::placeholder {
    color: white;
}

#title {
    background-image: linear-gradient(43deg, #021da0 15%, #026fd4 50%, #00e1ff 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

input[type="file"] {
    display: none;
}

/* استایل برای label */
.custom-file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

/* نمایش نام فایل انتخاب شده */
#file-chosen {
    margin-left: 10px;
    font-style: italic;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(24, 25, 26);
    display: none;
    /* پیش‌فرض مخفی */
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    z-index: 9999;
    /* مطمئن می‌شیم که روی بقیه محتوای صفحه باشه */
}