.widgetForm .inputs_div {
    width: 100%;
    height: 40px;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #5a646d;
}
.widgetForm input {
    outline: 0;
    width: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    font-weight: 600;
    color: #5a646d;
}
.widgetForm .span_label {
    display: block;
    color: #3e3e40;
    font-size: 16px;
}
.widgetForm select {
    width: inherit;
    border: 0;
    outline: 0;
    font-weight: 600;
    color: #5a646d;
    background-color: #fbfbfb;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjM2EzYTNhIiBkPSJNMTQgMS43NDlMNyA3Ljk5NSAwIDEuNzQ5IDEuMzkxLjUgNyA1LjQ1NCAxMi42MDkuNSAxNCAxLjc0OXoiLz48L3N2Zz4=);
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: 95%;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}
.widgetForm select:not(:-internal-list-box):not([multiple]) option {
    min-inline-size: 24px;
    min-block-size: -internal-auto-base(24px, max(24px, 1lh));
    font-weight: -internal-auto-base(normal, inherit);
    padding-block-end: -internal-auto-base(1px, 0);
    display: -internal-auto-base(block, flex);
    align-items: center;
    padding-inline: -internal-auto-base(2px, 0.5em);
    gap: 0.5em;
}
.widgetForm select:focus-visible {
    outline: 0;
}
.widgetForm .css-btn {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 12px;
    border-radius: 4px
}
.widgetForm .css-btn:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
