body {
    font-family: 'Roboto', Helvetica, Arial, san-serif;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 1rem;
    line-height: 19px;
    color: #222222;
}
  
.form-input-column, .flyers-column {
    width: 50%;
    flex-grow: 0;
}

.form-input-column {
    overflow-y: auto;
    z-index: 9999;
    background-color: #FFFFFF;
}

label { 
    margin-bottom: 5px;
}

.dr-padding-y { padding: 20px 0px; }

.password-eye {
    position: absolute;
    right: 0;
    margin-top: 8px;
    margin-right: 20px;
    font-size: 20px;
    color: var(--light-colors-light-gray);
    cursor: pointer;
}

.signup-form-fixed {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.signup-wrapper {
    width: 100%;
    height: 100vh;
    flex-direction: row;
    position: relative;
}

.signup-steps {
    display: flex;
}

.signup-common-button {
    border: none;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.signup-blue-button {
    color: var(--dr-white);
    background-color: var(--brand-primary-blue, #0B71DD) !important;
}

.signup-blue-button:hover {
    background-color: var(--dr-soft-blue);
}

.signup-blue-button:focus {
    background-color: var(--dr-soft-blue);
    box-shadow: 0 0 0 0.25rem rgba(11, 113, 221, 0.50);
}

#resend-verification-code-button,
.signup-prev-button {
    color: var(--brand-primary-blue, #0B71DD) !important;
}

#resend-verification-code-button:hover,
.signup-prev-button:hover {
    background: #0b71dd1a;
}

#resend-verification-code-button:focus,
.signup-prev-button:focus {
    background: #0b71dd1a;
    box-shadow: 0 0 0 0.25rem rgba(11, 113, 221, 0.25);
}

.signup-form-container {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: calc(100vh - 76px);
}

.logo-container {
    margin: 1.5rem 0;
}

.signup-heading h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2rem;
    line-height: 48px;
    color: #022041;
}

.signup-text-guide-container {
    width: 500px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.signup-right-text-heading {
    position: relative;
    z-index: 9999;
    height: 48px;
}

.signup-right-text-heading h2 {
    color: #FFFFFF;
    font-size: 24px !important;
}

.signup-right-text-content {
    color: #FFFFFF;
    position: relative;
    z-index: 9999;
}

.arrow-chevron-down {
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    margin: 1.5rem 0;
}

.check-your-email-text {
    height: 57px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    margin-bottom: 2rem;
}

.number-circle {
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    display: block;
    line-height: 34px;
    color: #FFFFFF;
    background-color: #CDCDCD;
}

.signup-tab-content {
    display: flex;
    flex-direction: column;
}

/* password requirements */
.pw-req-list-container {
    display: flex;
    flex-direction: row;
}

.password-requirements-container ul {
    list-style-type: none;
}

.pw-req-list {
    width: 50%;
    display: flex;
}

.pw-req-list .bi-check-circle-fill {
    color: #44AF1D;
}

.pw-req-icon {
    padding-top: 3px;
}

.pw-req {
    font-size: 12px;
    line-height: 14px;
    margin: 6px 0;
}

.copyright {
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

/* nav section  */
.nav-tab-row {
    display: flex;
    margin-right: 10px;
}

.nav-tab-text {
    font-weight: 500;
    font-size: 14px;
    padding: 5px;
    margin-top: 2px;
    color: #CDCDCD;
    display: flex;
}

.nav-tab-text.active {
    color: var(--brand-primary-blue, #0B71DD) !important;
}

.number-circle.active {
    background-color: var(--brand-primary-blue, #0B71DD) !important;
}

.invalid-input {
    border-color: #dc3545;
}

.password-eye-active {
    color: var(--dr-dark-border);
}

#email-verified-title i {
    font-size: 24px;
    color: #2E9615;
    margin-top: 12px;
}

#email-verified-title h2 {
    color: #2E9615;
}

.name-container {
    display: flex;
    flex-direction: row;
}

.blue-bg {
    background: #022041;
}

.nav-tab-link {
    cursor: default;
}

input[type="text"], button, #office_state {
    height: 41px;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: var(--light-colors-soft-light-gray);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--light-colors-light-gray);
}

.gradient-circle-blue-top {
    position: absolute;
    width: 825px;
    height: 825px;
    left: -500px;
    top: -550px;
    background: radial-gradient(50% 50% at 50% 50%, #0B71DD 0%, rgba(11, 113, 221, 0) 100%);
}

.gradient-circle-blue-bottom {
    position: absolute;
    width: 825px;
    height: 825px;
    right: -702px;
    top: 180px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(11, 113, 221, 0.5) 0%, rgba(11, 113, 221, 0) 100%);
}

.gradient-circle-pink-middle {
    position: absolute;
    width: 598px;
    height: 598px;
    left: -470px;
    top: 150px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(222, 33, 175, 0.25) 0%, rgba(222, 33, 175, 0) 88.54%);
}

.gradient-circle-pink-bottom {
    position: absolute;
    width: 598px;
    height: 598px;
    right: -160px;
    top: 500px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(222, 33, 175, 0.375) 0%, rgba(222, 33, 175, 0) 88.54%);
}

/* Practice Type & CBCT Machine Type Select Styles - Same as Subspecialty (Radiologist Dashboard) */
#practice_type, #cbct_machine_type {
    height: auto;
    min-height: 38px;
}

/* Select2 Form Control Styles - Exact copy from Radiologist Dashboard Subspecialty */
.select2-form-control {
    min-height: 38px!important;
    display: flex!important;
    align-items: center!important;
    border: 1px solid #ced4da!important;
    border-radius: .375rem;
}

.select2-form-control .select2-search__field {
    margin-left: 11px!important;
}

.select2-form-control .select2-search__field::placeholder {
    color: #444A51!important;
}

.select2-form-control .select2-selection--single .select2-selection__rendered {
    padding-left: 11px!important;
}

.select2-form-control .select2-selection__rendered {
    margin-bottom: 0px;
}

.select2-form-control .select2-selection__choice__remove {
    display: none;
}

.select2-form-control .select2-selection__choice {
    background-color: unset!important;
    border: unset!important;
    padding-left: 0px!important;
}

.select2-form-control .select2-selection__choice__display {
    padding-right: unset!important;
}

.select2-form-control ul.select2-selection__rendered li.select2-selection__choice:not(:last-child):after {
    content: ", ";
}

.select2-form-control .select2-selection__arrow {
    height: 100% !important;
}

.select2-form-control .select2-selection__arrow::after {
    content: '\F282';
    font-family: 'Bootstrap-icons';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 15px;
}

.select2-selection--multiple::after {
    content: '\F282';
    font-family: 'Bootstrap-icons';
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.3;
    height: 100%;
    margin-right: 15px;
}

.select2-form-control[aria-expanded="true"] .select2-selection--multiple::after {
    content: '\F286'!important;
}

.select2-form-control[aria-expanded="true"] .select2-selection__arrow::after {
    content: '\F286'!important;
}

.select2-form-control .select2-selection__arrow b {
    display: none;
}

/* Dynamic expansion for multiple selections */
.select2-container--default .select2-selection--multiple {
    min-height: 38px!important;
    height: auto!important;
    border: 1px solid #ced4da!important;
    border-radius: .375rem!important;
    padding: 6px 35px 6px 10px!important;
    display: block!important;
    overflow: hidden!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: block!important;
    white-space: normal!important;
    word-wrap: break-word!important;
    padding: 0!important;
    margin: 0!important;
    line-height: 1.5!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline!important;
    float: none!important;
    background-color: transparent!important;
    border: none!important;
    padding: 0!important;
    margin: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 0!important;
    margin: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:not(:last-child)::after {
    content: ", ";
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
    display: none!important;
}

/* Select2 Dropdown Styles - Exact copy from Radiologist Dashboard */
.select2-single-dropdown-control, .select2-multiple-dropdown-control {
    z-index: 9999!important;
    border-radius: 4px!important;
    background-color: var(--dr-dark-gray, #2B2B2D)!important;
}

.select2-single-dropdown-control .select2-results__option--selectable, .select2-multiple-dropdown-control .select2-results__option--selectable {
    color: #fff;
}

.select2-single-dropdown-control .select2-results__option--disabled, .select2-multiple-dropdown-control .select2-results__option--disabled {
    color: #fff!important;
}

.select2-single-dropdown-control .select2-results__option {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
}

.select2-single-dropdown-control .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--dr-blue, #0B71DD)!important;
}

.select2-single-dropdown-control .select2-results__option--selected {
    background-color: var(--dr-blue, #0B71DD)!important;
}

.select2-multiple-dropdown-control ul.select2-results__options li.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    margin-right: 15px;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid var(--dr-light-border, #CCD5E0);
    background: var(--dr-white, #FFF);
}

.select2-multiple-dropdown-control ul.select2-results__options li.select2-results__option.select2-results__option--selected:before {
    font-family: "bootstrap-icons"; 
    content: "\F26E";
    color: var(--dr-blue, #0B71DD);
    border: 0;
    display: inline-block;
    padding: 0;
    line-height: 1.3;
    padding-left: 2px;
}

.select2-multiple-dropdown-control .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--dr-blue, #0B71DD)!important;
}

.select2-multiple-dropdown-control .select2-results__option--selected {
    background-color: var(--dr-blue, #0B71DD)!important;
}

/* Error state for select2 */
.error.form-select + span.select2-container .select2-form-control {
    border-color: #dc3545!important;
}

/* Helper text styling */
.input-small-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 4px;
}

/* Other input container styles */
#practice_type_other_container,
#cbct_machine_type_other_container {
    margin-top: 8px;
}

#practice_type_other_container label,
#cbct_machine_type_other_container label {
    font-size: 14px;
    color: #212427;
}

#practice_type_other,
#cbct_machine_type_other {
    height: 38px;
}

/* Invalid state for select2 */
.signup-tab-content .is-invalid + .select2-container .select2-selection--multiple {
    border-color: #DB2B20;
}

/* Helper text styling */
.form-group .form-text {
    font-size: 14px;
    color: #212427;
    margin-top: 6px;
}

/* Practice Type form group - relative positioning for dropdown */
.practice-type-form-group {
    position: relative;
}

/* Ensure select2 container has proper positioning */
.practice-type-form-group .select2-container {
    position: relative;
}

/* Make sure the selection is clickable */
.signup-tab-content .select2-container--default .select2-selection--multiple {
    cursor: pointer;
    position: relative;
}

/* Hide the clear button */
.signup-tab-content .select2-container--default .select2-selection__clear {
    display: none;
}

/* Ensure dropdown appears below the input */
.signup-select2-dropdown.signup-select2-multiselect {
    z-index: 9999;
}
