html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



html {
    position: relative;
    min-height: 100%;
}

/*body {
    margin-bottom: 60px;
}*/
/* /// */
/* start research design  */
.image-container {
}

.max-h-50 {
    max-height: 50%;
}

.research-img {
    object-fit: cover;
    height: 300px;
}

.bottom-0 {
    bottom: 0;
}

.bottom-7 {
    bottom: -7%;
}

.bottom-4 {
    bottom: 4%;
}

.start-0 {
    left: 20px;
}

.end-0 {
    right: 0 !important;
}

.text-dark {
    color: #3a4752;
}

.fw-semibold {
    font-weight: 600 !important;
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(246, 248, 250) !important;
}

.w-50 {
    width: 50% !important;
}

.flex-1 {
    flex: 1;
}

.gap-5 {
    gap: 5%;
}

.file-input-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    /* Hide the actual file input */
    .file-input-container input[type="file"] {
        display: none;
    }

/* Custom label styling */
.file-input-label {
    padding: 10px 20px;
    background-color: #5f684f;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

    /* Hover effect for the label */
    .file-input-label:hover {
        background-color: #5f684f;
    }

/* Display selected file name */
.file-name {
    font-size: 1rem;
    color: #333;
    font-family: Arial, sans-serif;
}

/* Image preview styling */
.image-preview {
    display: none; /* Hide initially */
    margin-top: 15px;
    max-width: 100%;
    max-height: 300px;
    border: 2px solid #ddd;
    border-radius: 8px;
    object-fit: cover;
}

.xl {
    width: 90%;
}

.w-100 {
    width: 100% !important;
}

.create-post-btn::placeholder {
    color: white;
    opacity: 1;
}

.create-post-btn {
    width: 50%; /* Adjust width as needed */
    padding: 1%;
}

.placeholder-text {
    color: white; /* Set color for the text */
    opacity: 0.8; /* Optional for a placeholder-like effect */
}
