/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
*/
.modal-backdrop {
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.3) !important; /* Adjust opacity */
}

    .modal-backdrop.show {
        backdrop-filter: blur(30px) !important; /* Even stronger blur */
        background: rgba(0, 0, 0, 0.4) !important; /* Darker overlay */
    }

.remove-file-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Image preview box */
.image-preview {
    display: none;
    border: 2px dashed #ccc;
    padding: 10px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 15px auto;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .image-preview img {
        max-width: 100%;
        max-height: 150px;
        border-radius: 5px;
        /*display: none;*/
    }

/* File info card */
.file-card {
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

#blackScreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 2;
    display: block; /* Initially visible */
}

#phone_number {
    margin-right: 18rem !important;
}

#phone_number_secondary {
    margin-right: 18rem !important;
}

#company_contact {
    margin-right: 18rem !important;
}

#nok_contact_1 {
    margin-right: 18rem !important;
}

#nok_contact_2 {
    margin-right: 18rem !important;
}
