@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
    font-family: "Poppins", sans-serif;
}

.hero-section {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 0.875rem;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    color: white;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
}

.hero-title span {
    color: #318e3c;
}

.hero-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
    max-width: 36rem;
}

.hero-button {
    background-color: #318e3c;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.2s;
}

.hero-button:hover {
    background-color: #226624;
    cursor: pointer;
}
.btn-trash {
    right: 6px;
    top: 33px;
}

.topicModal {
    max-width: 650px;
    width: 100%;
    top: 10%;
}

.needs-validation {
    border: 1px solid red;
}

/* Dropzone styling */
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}