.wybe-addons-form form{
    font-family: "Circular", Sans-serif, serif !important;
    font-weight: normal !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    color: white;
}
.wybe-addons-form form input[type="text"],
.wybe-addons-form form input[type="email"],
.wybe-addons-form form input[type="tel"],
.wybe-addons-form form select,
.wybe-addons-form form textarea {
    padding: 1.2em !important;
}
.wybe-addons-form form .wybe-column-lg{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    width: 60%;
}

.wybe-addons-error{
    color: white;
}
.wybe-addons-form form .wybe-row{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}
.wybe-addons-form form>.wybe-row>.wybe-column{
    display:flex;
    flex-direction: column;
}
.wybe-addons-form form>.wybe-row .wybe-column.grid{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: start;
}
.wybe-addons-form form .wybe-column{
    width: 30%;
}
.wybe-addons-form form .wybe-column-lg .wybe-column {
    width: 50%;
}
.wybe-addons-form form .wybe-files{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wybe-addons-form form .wybe-files .wybe-addons-input-wrapper{
    margin-top: 10px;
}
.wybe-addons-form form .wybe-files small{
    margin-top: 5px;
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Dropzone */
.wybe-dropzone {
    margin-top: 8px;
    border: 2px dashed #FFFFFF;
    border-radius: 20px;
    opacity: 1;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.2s;
}
.wybe-dropzone:hover,
.wybe-dropzone.dragover {
    background-color: rgba(255, 255, 255, 0.05);
}
.wybe-dropzone input[type="file"] {
    display: none;
}
.wybe-dropzone .wybe-dropzone-title {
    text-align: center;
    font: normal normal normal 1em/1.25 "Circular";
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.wybe-dropzone .wybe-dropzone-subtitle {
    text-align: center;
    font: normal normal normal 1em/1.25 "Circular";
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.wybe-dropzone .wybe-dropzone-info {
    text-align: center;
    font: normal normal 300 0.8em/1.3 "Circular Book", "Circular";
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 0;
}
.wybe-dropzone-link {
    text-decoration: underline;
    cursor: pointer;
    color: #FFFFFF;
}

/* Filelist */
.wybe-dropzone-filelist-title {
    text-align: left;
    font: normal normal bold 20px/25px Circular;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin: 10px 0 4px;
}
.wybe-dropzone-filelist {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    max-height: calc(3 * 2.2em);
    overflow-y: auto;
}
.wybe-dropzone-filelist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wybe-dropzone-filelist li .wybe-file-remove {
    background: none;
    border: none !important;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0 4px;
    line-height: 1;
}
.wybe-dropzone-filelist li .wybe-file-remove:hover {
    color: #fff;
}
.wybe-addons-form form .wybe-addons-inline-checkbox{
    align-items: center;
    display: flex;
    gap: 10px;
}
.wybe-addons-form form .wybe-addons-inline-checkbox input{
    margin-top: 0 !important;
}
.wybe-addons-form form textarea{
    height: 130px;
    min-height: 130px !important;
    padding: .5rem 1rem;
}
.wybe-addons-form form .wybe-addons-input-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Field-level error styles */
.wybe-addons-input-wrapper.has-error input,
.wybe-addons-input-wrapper.has-error select,
.wybe-addons-input-wrapper.has-error textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 2px solid #EF4343 !important;
    opacity: 1;
}
.wybe-addons-input-wrapper.has-error .phone-wrapper input {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 2px solid #EF4343 !important;
    opacity: 1;
}
.wybe-addons-input-wrapper.has-error input[type="file"] + label {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    border: 2px solid #EF4343 !important;
    opacity: 1;
}
.wybe-addons-input-wrapper.has-error .wybe-dropzone {
    border: 2px solid #EF4343 !important;
    opacity: 1;
}
.field-error {
    text-align: left;
    font: normal normal normal 14px/18px Circular;
    letter-spacing: 0px;
    color: #EF4343;
    opacity: 1;
    margin-top: 4px;
    display: block;
}
.wybe-addons-form form .wybe-submit-button{
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px
}

.wybe-addons-form input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.wybe-addons-form input[type="file"] + label {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.wybe-addons-form input[type="file"]:focus + label,
.wybe-addons-form input[type="file"].has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.wybe-addons-form input[type="file"] + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.wybe-addons-form input[type="file"] + label {
    color: #fff;
}

.wybe-addons-form input[type="file"] + label {
    border: 1px solid #fff;
    background-color: #00263E;
    padding: 0;
}

.wybe-addons-form input[type="file"]:focus + label,
.wybe-addons-form input[type="file"].has-focus + label,
.wybe-addons-form input[type="file"] + label:hover {
    border-color: #667D8B;
}

.wybe-addons-form input[type="file"] + label span,
.wybe-addons-form input[type="file"] + label strong {
    padding: 2%;
}

input[type="file"] + label span {
    min-height: 2em;
    display: inline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: white;
}

.wybe-addons-form input[type="file"] + label strong {
    height: 100%;
    color: #00263E;
    background-color: #fff;
    display: inline-block;
}

.wybe-addons-form input[type="file"]:focus + label strong,
.wybe-addons-form input[type="file"].has-focus + label strong,
.wybe-addons-form input[type="file"] + label:hover strong {
    background-color: #667D8B;
}

.phone-wrapper {
    display: flex;
}

.phone-prefix-wrapper {
    width: 20% !important;
}

.phone-number-wrapper {
    width: 80% !important;
}

.phone-number-input {
    width: 100%;
    margin-top: 0 !important;
}

@media screen and (max-width: 64em) {
    .wybe-addons-form input[type="file"] + label strong {
        display: block;
    }
    .wybe-addons-form form .wybe-column-lg,
    .wybe-addons-form form .wybe-column {
        width: 100%;
    }
    .wybe-addons-form form .wybe-row {
        flex-direction: column;
    }

    input[type="file"] + label span {
        display: inline-block;
    }

    .wybe-addons-form input[type="file"] + label span,
    .wybe-addons-form input[type="file"] + label strong {
        padding: 6%;
    }

    .phone-prefix-wrapper {
        width: 30% !important;
    }

    .phone-number-wrapper {
        width: 70% !important;
    }
}

@media screen and (max-width: 50em) {
    .wybe-addons-form form .wybe-column-lg,
    .wybe-addons-form form .wybe-column-lg .wybe-column,
    .wybe-addons-form form .wybe-column {
        width: 100%;
    }
    .wybe-addons-form form .wybe-row {
        flex-direction: column;
    }
    .wybe-addons-form form>.wybe-row .wybe-column.grid{
        grid-template-columns: repeat(1, 1fr);
    }

    .phone-prefix-wrapper {
        width: 40% !important;
    }

    .phone-number-wrapper {
        width: 60% !important;
    }
}
select {
    -webkit-appearance: none;  /* Override default CSS by Apple */
    -moz-appearance: none;  /* Override default CSS by Mozilla */
    appearance: none;
    /* Add your custom styles here */
    background-color: #ffffff;  /* change this to your preferred color */
    color: #00263E;  /* change this to your preferred color */
}
.sigma-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}
.sigma-select-wrapper {
    position: relative;
    width: 100%;
}
.sigma-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 10px;
    pointer-events: none;
    font-size: 19px;
    color: black;
}
.sigma-select-wrapper select.sigma-select {
    width: 100%;
    height: 100%;
}

.wybe-addons-form .wybe-addons-inline-checkbox input[type="checkbox"] {
    width: 15px !important;
    height: 15px;
    min-width: 15px;
    box-sizing: border-box;
}
.wybe-addons-form .third-column textarea{
    min-height: 175px;
}
.wybe-addons-form .third-column {
    flex-direction: column;
}
