


.sw-row-textarea {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.sw-label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: left;
}

.sw-eq-dropdown-container {
    position: relative;
    width: 100%;
}

.sw-eq-dropdown {
    width: 100%;
    padding: 10px 40px 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    cursor: pointer;
    height: 44px;
    box-sizing: border-box;
    font-family: inherit;
}

.sw-eq-dropdown-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #007baf;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* За да не пречи на селекта */
    font-size: 16px;
    z-index: 2;
}

.sw-text {
    display: block;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: left;
}



