#patient-form form {
    display: flex;
    width: 100%;
}

#patient-form .label-field-code {
    display: none;
}

#patient-form .patient-code-tip {
    color: rgba(50, 71, 92, 0.60);
    font-size: 12px;
    line-height: 16px;
}

#patient-form .main-form {
    flex-grow: 1;
    flex-shrink: 1;
}

#patient-form .inner-box {
    border: 1px solid #B1B9C1;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 26px;
}

#patient-form .inner-box>.title {
    margin-bottom: 16px;
}

#patient-form .inner-box .switch {
    margin-bottom: 20px;
    margin-left: 10px;
}

#patient-form .tfge-box {
    background: rgba(50, 71, 92, 0.08);
    border-radius: 6px;
    padding: 14px;
    line-height: 1;
}

#patient-form .inner-box .switch .switch-label {
    margin-left: 10px;
}

#patient-form .risks-boxes {
    width: 442px;
    background: #F5F5F9;
    border-radius: 6px;
    padding: 32px;
    margin-left: 50px;
    margin-top: -48px;
    flex-shrink: 0;
    flex-grow: 0;
}

#patient-form .risks-boxes>.title {
    color: #439695;
    font-weight: 500;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
}

#patient-form .box {
    margin-bottom: 20px;
    padding: 30px;
    background: rgba(109, 120, 141, 0.12);
    border: 1px solid #8592A3;
    border-radius: 8px;
    display: flex;
    width: 100%;
}

#patient-form .box .icon {
    width: 60px;
    margin-right: 24px;
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

#patient-form .box.bajo {
    background: rgba(114, 225, 40, 0.12);
    border: 1px solid #67C932;
}

#patient-form .box.bajo .value,
#patient-form .box.bajo .icon {
    color: #67C932;
}

#patient-form .box.medio {
    background: rgba(253, 181, 40, 0.12);
    border: 1px solid #ECBE12;
}

#patient-form .box.medio .value,
#patient-form .box.medio .icon {
    color: #ECBE12;
}

#patient-form .box.alto {
    background: rgba(237, 116, 28, 0.13);
    border: 1px solid #ED731C;
}

#patient-form .box.alto .value,
#patient-form .box.alto .icon {
    color: #ED731C;
}

#patient-form .box.muy-alto {
    background: #FFEAE9;
    border: 1px solid #FF2500;
}

#patient-form .box.muy-alto .value,
#patient-form .box.muy-alto .icon {
    color: #FF2500;
}

#patient-form .buttons {
    margin-top: 42px;
    padding-top: 32px;
    border-top: 1px solid rgba(50, 71, 92, 0.12);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#patient-form .form-error {
    margin-top: 5px;
    font-size: 12px;
}