body.clay-ui-tech .custom-form .single-input,
body.clay-ui-tech .custom-form .single-input-inner,
body.clay-ui-tech .single-profile-settings-form .single-input,
body.clay-ui-tech .identity-verifying-form .single-input,
body.clay-ui-tech .popup-contents-form .single-input,
body.clay-ui-tech .change-password .single-input {
    display: flex;
    flex-direction: column;
    gap: var(--hb-dashboard-form-label-gap);
    margin-bottom: var(--hb-dashboard-form-field-gap);
}

body.clay-ui-tech .custom-form label,
body.clay-ui-tech .single-profile-settings label,
body.clay-ui-tech .identity-verifying label,
body.clay-ui-tech .popup-contents-form label,
body.clay-ui-tech .change-password label,
body.clay-ui-tech .timeTracker-item-contents label {
    margin-bottom: 0;
    font-weight: 700;
}

body.clay-ui-tech .form--control,
body.clay-ui-tech .form-control,
body.clay-ui-tech select,
body.clay-ui-tech .single-input .select2-container .select2-selection,
body.clay-ui-tech .single-input .select2-container--default .select2-selection--single {
    min-height: 48px;
    border-radius: 16px !important;
    border: 1px solid rgba(10, 41, 96, 0.12) !important;
    background: #FFFFFF !important;
    color: #0A2960 !important;
}

body.clay-ui-tech .form--control,
body.clay-ui-tech .form-control,
body.clay-ui-tech select {
    padding: 14px 16px !important;
}

body.clay-ui-tech select:not(.select2-hidden-accessible) {
    min-height: 52px;
    height: 52px;
    padding: 14px 16px !important;
    line-height: 1.2;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    font-size: 16px;
    color: #0A2960 !important;
}

body.clay-ui-tech .form--control:focus,
body.clay-ui-tech .form-control:focus,
body.clay-ui-tech select:focus,
body.clay-ui-tech .single-input .select2-container--default .select2-selection--single:focus {
    border-color: rgba(255, 145, 0, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.14) !important;
}

body.clay-ui-tech .custom-form .btn-wrapper,
body.clay-ui-tech .btn-wrapper,
body.clay-ui-tech .timeTracker-item-contents .btn-wrapper,
body.clay-ui-tech .chat-wrapper-details-footer-btn {
    margin-top: 24px;
    gap: var(--hb-dashboard-button-gap);
}

body.clay-ui-tech .popup-contents-form .single-input .select2-container {
    z-index: 9 !important;
}
