@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700;900&display=swap');

* {
    font-family: 'Roboto', sans-serif !important;
    color: #4D4D4D;
}

.red span {
    color: #F62F2F;
    font-size: 12px;
    padding-left: 7px;
    
}

a, a:hover {
    color: rgba(255, 193, 7, 1) !important;
}

.dialog-width {
    width: 650px;
}

.account-creation-wrap {
    margin: 0 auto;
    background: #ffffff;
    padding: 0 1.5rem;
}

h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

h1 span {
    color: rgba(255, 193, 7, 1);
}


.account-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}
.account-description-light {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #9B9B9B;
}
.account-description span {
    color: rgba(255, 193, 7, 1);
}

.div-50 {
    width: 50%;
}

.company-domain-form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.base-domain {
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    margin-bottom: 3px;
}

.company-domain-validation {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.company-domain-validation img {
    height: 15px;
    width: 15px;
}

.company-domain-validation div {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.company-domain-validation-green {
    color: #7BB56F;

}

.company-domain-validation-red {
    color: #F62F2F !important;
}

.data-confirm-row {
    display: flex;
    flex-direction: row;
}

.account-label {
    width: 30%;
    font-weight:300;
    color: #4D4D4D;
    font-size: 14px;
}

.account-data {
    color: #4D4D4D;
    font-size: 14px;
}

:root .font-bold {
    font-weight: 700;
}

.border-yellow {
    border-top: 1px solid rgba(255, 193, 7, 1);
}

label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    display: inline-block;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control {
    padding: 1rem 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.form-floating {
    position: relative;
}

input, select {
    background: transparent !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 0 !important;
}

.form-control, .form-select {
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 1)!important;
}

.actions {
/*    border-top: 1px solid rgba(255, 193, 7, 1);*/
/*    margin-top: 2.5rem;*/
    padding-top: 1.2rem;
    display: flex;
    justify-content: end;
    gap: 10px;
}

.btn-base {
    border-radius: 6px !important;
    line-height: 16px !important;
    height: 27px !important;
    box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    background-color:#d3d3d3;
    color: #ffffff !important;
    min-width: 6rem;
    font-size: 14px;
    font-weight: 500;
}

.btn-yellow:hover {
    background-color: #F7CC04 !important;
}

.btn-yellow {
    background-color: rgba(255, 193, 7, 1)!important;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.5rem;
    -moz-padding-start: calc(0.75rem - 3px);
    line-height: 1 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select:focus-visible {
    outline: none!important;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.yellow-box {
    border: 0.8px solid #FFFFFF;
    border-radius: 4px;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons {
    max-width: 100%;
    height:auto;
    margin-bottom:20px;
    width:35px;
    color: rgba(255, 193, 7, 1) !important;
}

/*Checkbox*/
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: #ffffff!important;
    height: 20px;
    width: 20px;
    transform: translateY(-0.25em);
    display: grid;
    place-content: center;
}

.form-check {
    position: relative;
}

.form-check-box {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    padding:8px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    cursor: pointer;
    gap: 10px;
}

.form-check-box-eeuu {
    background-color: #f9f9f9;
}

.form-check-label{
    font-size:12px;
    cursor:pointer;
}

.form-check-box.selected {
    background-color: #FFFCEF;
    border: 1px solid rgba(255, 193, 7, 1);
    padding: 8px;
}

.form-check-box:hover:not(.form-check-box-eeuu:hover){
    background-color: #FFFCEF;
}

input[type=checkbox]:checked+label::before {
    content: "";
    display: block;
    position: absolute;
    text-align: center;
    height: 20px;
    width: 20px;
    left: 0;
    top: 5px;
    background-color: rgba(255, 193, 7, 1);
    border-radius: 2px;
    transform: translateY(-0.25em);
}

input[type=checkbox]:checked+label::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #9B9B9B;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: rgba(255, 193, 7, 1);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #9B9B9B;
}