.dash-title-three {
    font-family: "gordita";
    font-size: 24px;
    color: #31795a;
    margin: 1.2rem 0;
}
.post-input-wrapper input {
    width: 100%;
    height: 55px;
    letter-spacing: -0.16px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    padding: 0 20px;
}

.post-input-wrapper label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #254035;
    margin-bottom: 10px;
}

.post-input-wrapper textarea.size-lg {
    height: 230px;
    max-height: 200px;
}

.post-input-wrapper .nice-select {
    height: 55px;
    line-height: 55px;
    letter-spacing: -0.16px;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    padding: 0 25px 0 20px;
}

.dash-btn-one {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: #31795A;
    border-radius: 8px;
    line-height: 1.5;
    padding: 12px 20px;
    min-width: 160px;
    background-color: rgba(49, 121, 90, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.dash-btn-one:hover {
    background-color: rgba(49, 121, 90, 0.2);
    color: #245d45;
}

.dash-btn-one i {
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
}

.dash-btn-one input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.logo-upload-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-preview {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

input[type=checkbox], input[type=radio] {
    background: #fff;
    border: 1px solid #b4b9be;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    clear: none;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 0;
    margin: 0 4px 0 0;
    min-width: 20px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    transition: border-color .05s ease-in-out;
    vertical-align: middle;
    width: 20px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-control {
    border: 1px solid #dae1e7;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
}
.dash-btn-two {
    font-weight: 500;
    color: #fff;
    min-width: 125px;
    text-align: center;
    padding: 0 15px;
    line-height: 45px;
    border-radius: 50px;
    background: #007034;
}

.dash-btn-two:hover {
    background: #D2F34C;
    color: #244034;
}

.dash-cancel-btn {
    font-weight: 500;
    color: #31795A;
}

.dash-cancel-btn:hover {
    color: #244034;
}