@font-face {
    font-family: "HvDTrial Brandon Grotesque";
    src: url('{{ asset("fonts/ArbFONTS-4_F4.ttf") }}') format("ttf"),
        url('{{ asset("fonts/ArbFONTS-4_F5.ttf") }}') format("ttf"),
        url('{{ asset("fonts/ArbFONTS-BR.ttf") }}') format("ttf"),
        url('{{ asset("fonts/ArbFONTS-riyad-bank-Bold.ttf") }}') format("ttf"),
        url('{{ asset("fonts/ArbFONTS-riyad-bank-Regular.ttf") }}')
            format("ttf");
    font-weight: normal;
    font-style: normal;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    display: none !important;
}

.disabled-field {
    background-color: #fcf9fc;
    padding: 7px;
    border-radius: 12px;
    color: #121212;
}
.dropzone.dz-dashed {
    border: 2px dashed #6c757d;   /* dashed gray border */
    border-radius: 8px;
    background: #f9f9f9;
    padding: 20px;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.dropzone.dz-dashed.dz-drag-hover {
    background: #eef6ff;          /* light blue when dragging */
    border-color: #0d6efd;        /* Bootstrap primary */
}
/* Make Dropzone preview larger */
.dropzone .dz-preview .dz-image {
    width: 200px;   /* adjust width */
    height: 200px;  /* adjust height */
    border-radius: 8px;
    overflow: hidden;
}

/* Make sure image fits without cropping */
.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* <-- keeps full image visible */
}

.label-text {
    color: #121212;
    font-weight: 500;
    font-size: 16px;
}

.text-small {
    font-size: 12px;
}

.tab-button {
    background-color: transparent;
    border-radius: 12px;
    color: #424746;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tab-button.active {
    background-color: #24b094;
    border-radius: 12px;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.primary-text-color {
    color: #24b094;
}
.active-label {
    background-color: #d7eedd;
}
.status-label {
    font-size: 14px;
    font-weight: 500;
    width: 74px;
    height: 24px;
}

#multi-upload-content,
#upload-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.upload-card {
    border: 2px dashed #ced5d4;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.upload-card:hover {
    background: #f8f9fa;
}

.upload-card.dragover {
    background-color: #e9ecef;
}

.image-wrapper {
    position: relative;
    margin-bottom: 20px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.file-info {
    flex-grow: 1;
}

.progress {
    height: 5px;
    margin-top: 8px;
}

.bread-crumb-title {
    font-weight: 500;
    color: #121212;
    font-size: 18px;
}
.bulk-delete-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.delete-container {
    border: 1px solid #ced5d4;
    border-radius: 16px;
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: white;
    margin-bottom: 2px;
    position: fixed;
    bottom: 10px;
}

.fs-16 {
    font-size: 16px;
}
.fs-10 {
    font-size: 10px;
}

.profile-tab {
    border-radius: 0;
    background-color: white;
    border-left: 4px solid #9ea4a3;
    text-align: start;
    padding-left: 8px;
    font-size: 18px;
}
.profile-tab.active {
    border-radius: 0;
    background-color: white;
    border-left: 4px solid #24b094;
    color: #121212;
    padding-left: 8px;
}

.order-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}

.more-images-box {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.status-pill {
    background-color: #fcf8fc;
    color: #4e2775;
    border-radius: 20px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
}

.status-icon {
    width: 24px;
    height: 24px;
    background-color: #dfc2e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lined-btn {
    background: white;
    border: none;
    color: #24b094;
    text-decoration: underline;
    cursor: pointer;
}

.form-check-input:checked {
    accent-color: #24b094 !important;
}

.radio-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.radio-box:hover {
  border-color: #24B094;
}



@media (min-width: 1441px) {
    .custom-4-per-row {
        flex: 0 0 auto;
        width: 25%; /* 100 / 4 = 25% */
    }
}


.option-box {
    cursor: pointer;
    transition: border-color 0.2s ease;
    border: 1px solid #CED5D4;
}

.option-box:hover {
    border-color: #28a745; /* green highlight on hover */
}

.option-box input[type="radio"]:checked + label {
    font-weight: 600;
    color: #28a745;
}

