label {
    font-size: 16px;
    line-height: 22px;
    color: #414444;
    margin-top: 18px;
    margin-bottom: 6px !important;
    font-weight: 500;
}

label .required {
    color: #F2545B;
}

label .required_grey {
    color: #898787;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
    color: #414444 !important;
}

.form-control {
    height: 46px;
    background-color: #F5F8FA;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    padding: 9px 10px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

.form-control:disabled {
    background-color: #E3E3E3;
    border-color: #D3D3D3;
}

.form-control.short_input {
    max-width: 200px;
}

.error {
    color: #F2545B;
    font-size: 15px !important;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}


/* select2 dropdown */

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single {
    height: 46px;
    background-color: #F5F8FA;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #414444;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 20px;
    top: 35%;
}

/* Target the arrow container */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    background: url('/wp-content/uploads/custom-dropdown-arrow.png') no-repeat center center;
    background-size: contain;
}

/* Hide the default arrow icon */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-results__option--highlighted,
.select2-container--default .select2-results__option--selected {
    background-color: #16C9D9 !important;
    color: #fff !important;
}

.select2-results__option {
    font-size: 16px !important;
    line-height: 22px;
    text-align: left;
}

/* Buttons */

button {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    margin: 10px 5px 10px 0;
    padding: 10px 13px;
    line-height: 22px;
}

button.acu-solid-blue-btn {
    background-color: rgba(0, 160, 175, 1);
    /* #00a0af */
    border-color: rgba(0, 160, 175, 1);
    /* #00a0af */
    color: #fff !important;
}

button.acu-solid-orange-btn {
    background-color: rgba(246, 140, 52, 1);
    /* #f68c34 */
    border-color: rgba(246, 140, 52, 1);
    /* #f68c34 */
    color: #fff !important;
}

button.acu-solid-gray-btn {
    background-color: rgb(166, 166, 166);
    /* #a6a6a6 */
    border-color: rgb(166, 166, 166);
    /* #a6a6a6 */
    color: #fff;
}

button.acu-outline-blue-btn {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0, 160, 175, 1);
    /* #00a0af */
    color: rgba(0, 160, 175, 1);
    /* #00a0af */
}

button.acu-outline-orange-btn {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(246, 140, 53, 1);
    /* #f68c35 */
    color: rgba(246, 140, 53, 1);
    /* #f68c35 */
}

button.acu-solid-blue-btn:hover,
button.acu-outline-blue-btn:hover {
    background-color: rgba(0, 81, 88, 1);
    /* #005158 */
    border-color: rgba(0, 81, 88, 1);
    /* #005158 */
    color: #fff;
}

button.acu-solid-orange-btn:hover,
button.acu-outline-orange-btn:hover {
    background-color: rgba(219, 127, 15, 1);
    /* #db7f0f */
    border-color: rgba(219, 127, 15, 1);
    /* #db7f0f */
    color: #fff;
}

button.acu-solid-gray-btn:hover {
    background-color: rgba(94, 94, 94, 1);
    /* #5e5e5e */
    border-color: rgba(94, 94, 94, 1);
    /* #5e5e5e */
}

button.acu-50-btn {
    width: 50%;
}

button.acu-70-btn {
    width: 70%;
}

button.close-btn,
a.close-btn {
    color: #414444 !important;
    border: none;
    background: #E3E3E3;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
}

button.close-btn:hover,
a.close-btn:hover {
    background-color: #E44747;
    color: #fff !important;
}

/* Buttons End */