﻿.text-large{font-size:16px;color:#000;}.text-large{font-size:16px;color:#000;}body{background-color:#fff;}@media(max-width:767px){h1{font-size:32px;}}.account-type-container{max-width:700px;}.account-option-list{display:flex;flex-direction:column;gap:1rem;}.portal-box{border:1px solid #cdcdcd;background-color:#fff;margin-bottom:30px;border-radius:3px;border-radius:20px;}.portal-box .portal-box-header{padding:10px 20px;font-weight:bold;font-size:18px;border-bottom:1px solid #cdcdcd;}.portal-box .portal-box-search{padding:10px 20px;border-bottom:1px solid #cdcdcd;}.portal-box .portal-box-body{padding:30px 20px;}.portal-box .portal-box-body .directory-inclusion-line{display:flex;}@media(max-width:767px){.portal-box .portal-box-body .directory-inclusion-line{flex-wrap:wrap;}}.portal-box .portal-box-body .directory-inclusion-line label{width:400px;max-width:100%;}@media(max-width:767px){.portal-box .portal-box-body .directory-inclusion-line label{width:100%;}}.portal-box .portal-box-body .directory-inclusion-line div{margin-left:auto;display:flex;align-items:center;}.portal-box .portal-box-body .directory-inclusion-line div input{margin-left:20px;margin-top:0;display:inline-block;margin-right:5px;}.account-option input[type=radio]{display:none;}.account-option .account-option-card{display:flex;align-items:center;justify-content:space-between;padding:25px;border:2px solid #cdcdcd;border-radius:50px;background-color:#fff;cursor:pointer;transition:all .3s ease;position:relative;}.account-option .account-option-card:hover{background-color:#f8f8f8;}.account-option .account-option-card .icon{width:50px;min-width:50px;height:50px;border-radius:50%;margin-right:1rem;background-repeat:no-repeat;background-size:contain;background-position:center;}.account-option .account-option-card .text{flex-grow:1;padding-left:1rem;padding-right:10px;}@media(max-width:767px){.account-option .account-option-card .text{padding-left:0;}}.account-option .account-option-card .text .icon-title{margin:0;font-size:18px;color:#000;}.account-option .account-option-card .text .icon-text{margin:0;font-size:14px;color:#707070;}@media(max-width:767px){.account-option .account-option-card .text .icon-text{display:none;}}.account-option .account-option-card .icon-box{font-size:1.5rem;color:#5dc4ee;}.account-option .account-option-card .checked{display:none;}.account-option .account-option-card .unchecked{display:inline-block;}.account-option input[type=radio]:checked+.account-option-card{border-color:#5dc4ee;background-color:#e8f9ff;box-shadow:0 0 0 3px rgba(93,196,238,.3);}.account-option input[type=radio]:checked+.account-option-card .checked{display:inline-block;}.account-option input[type=radio]:checked+.account-option-card .unchecked{display:none;}#registerForm{overflow:hidden;}#registerForm h2{font-size:28px;color:#5dc4ee;font-weight:400;margin-bottom:.25rem;}#registerForm h3{font-size:35px;color:#000;margin-bottom:1rem;font-weight:normal;}#registerForm p{font-size:14px;color:#707070;margin-bottom:1rem;}#registerForm label{color:#000;}#registerForm .form-check{display:flex;align-items:center;}#registerForm .form-control{margin-bottom:20px;}#registerForm .enter-address-manually{display:none;}#registerForm .enter-address-manually.show-address{display:block;}#registerForm .form-check-input{border-radius:50%;border:1px solid #cdcdcd;font-size:1rem;padding:8px;margin-right:15px;}#registerForm .form-check-input[type=checkbox]{border-radius:0;}#registerForm .form-check-input label{margin-bottom:0;}#registerForm .form-check-input:focus{border-color:#5dc4ee;box-shadow:0 0 0 2px rgba(93,196,238,.25);}#registerForm .form-check-input.is-invalid{border-color:#f00;background-color:#fff0f0;}#registerForm .form-check-input:checked{background-color:#5dc4ee;border-color:#5dc4ee;}#registerForm .validation-summary-errors{color:#f00;font-weight:500;}#registerForm .alert-danger ul{margin-bottom:0;color:#842029;}#registerForm .btn-success{margin-top:25px;}#registerForm .btn-success[type=submit]{border-color:#7cde93;background-color:#7cde93;}#registerForm .btn-prev{color:#707070;font-weight:600;font-size:1rem;position:absolute;top:33px;left:-150px;padding:0;}@media(max-width:992px){#registerForm .btn-prev{left:30px;top:-20px;font-size:25px;}}#registerForm .btn-prev:hover{color:#5dc4ee;}#registerForm .step-wrapper{max-width:600px;margin:0 auto;position:relative;min-height:360px;margin-top:50px;}#registerForm .step-wrapper.wider-step-wrapper{max-width:1000px;}#registerForm .step-wrapper.wider-step-wrapper .btn-prev{color:#707070;font-weight:600;font-size:1rem;position:absolute;top:33px;left:-50px;padding:0;}@media(max-width:1200px){#registerForm .step-wrapper.wider-step-wrapper .btn-prev{left:30px;top:-20px;font-size:25px;}}#registerForm .step{position:absolute;top:0;left:0;width:100%;padding:30px;background-color:#fff;border-radius:10px;opacity:0;transform:translateX(100%);transition:transform .4s ease,opacity .4s ease;pointer-events:none;z-index:1;}#registerForm .step.active{position:relative;opacity:1;transform:translateX(0%);pointer-events:auto;z-index:2;}#registerForm .step.slide-out-left{transform:translateX(-100%);opacity:0;}#registerForm .step.slide-in-right{transform:translateX(100%);opacity:0;}#registerForm .step.slide-in-left{transform:translateX(-100%);opacity:0;}#registerForm .step.animate-in{opacity:1;transform:translateX(0%);}.input-tooltip{align-self:center;margin-bottom:20px;margin-left:10px;}