@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --ligth: #ffffff;
    --oro: #E0AE25;
}

.btn-oro {
    background-color: var(--oro);
}

.btn-outline-oro {
    background-color: var(--ligth);
    border-color: var(--oro);
    color: var(--oro);
}

.btn-outline-oro:hover {
    background-color: var(--oro);
    border-color: var(--oro);
    color: var(--ligth);
}

a.btn-outline-dark:hover {
    color: #fff;

}

.bg-oro-light {
    background-color: #F2F2E5;
}

.prescripcion-formula {
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.prescripcion-formula span.align-baseline {
    font-size: 0.7rem;
    font-weight: bold;
}

.prescripcion-formula span.align-middle {
    font-size: 1.5rem;
}

.alert {
    z-index: 999;
}

nav.navbar.shadow {
    z-index: 1;
}

body {
    overflow: hidden;
}

#sidebar-container.hide {
    position: absolute;
    left: -16rem;
}

#sidebar-container {
    min-height: 100vh;
    border-right: #E0AE25 0.5px solid;
}

#sidebar-container .logo {
    padding: .875rem 1.25rem;
}

#sidebar-container .logo img {
    width: 13rem;
}

#sidebar-container .menu {
    width: 16rem;
    height: 100vh;
    padding-bottom: 8rem;
    overflow-y: auto;
}

#content {
    height: 100vh;
    overflow-y: auto;
}

/* @media (max-width: 768px) {
  #sidebar-container {
    display: none;
  }
} */

.contraindicadas-label {
    position: absolute;
    bottom: -.75rem;
    left: 1rem;
    font-size: .65rem;
    font-weight: 900;
}

.goal-priority {
    height: 20px;
    width: 30px;
    border: none;
    border-bottom: 2px solid #E8ECF4;
}

.goal-priority:focus {
    outline: none;
    border-bottom: 2px solid #82ADA9;
}

.comments-box {
    width: 100%;
    color: red;
    background: #F7F8F9;
    border: 1px solid #E8ECF4;
    border-radius: 8px;
}

.answer-input {
    color: red;
    background: #F7F8F9;
    border: 1px solid #E8ECF4;
    border-radius: 5px;
}

.scrollable {
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    overflow-y: auto;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrollable::-webkit-scrollbar:vertical {
    width: 10px;
}

.scrollable::-webkit-scrollbar-button:increment,
.scrollable::-webkit-scrollbar-button {
    display: none;
}

.scrollable::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 3px solid #f1f2f3;
}

.scrollable::-webkit-scrollbar-track {
    border-radius: 10px;
}

#logo {
    width: 300px;
}

body {
    background-color: white;
}

footer hr {
    margin-top: 0;
    width: 100%;
    background-color: #E0AE25;
}

footer {
    position: fixed;
    bottom: 0;
    width: 80%;
    height: 50px;
    margin-top: 50px;
    background-color: white;
}

hr {
    width: 100%;
    background-color: #E0AE25;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #000 !important;
}

.form-check-input {
    appearance: none;
    border: 1px solid #E0AE25;
    border-radius: 2px;
    width: 18px;
    height: 18px;
}

.form-check-input:checked {
    background-color: #E0AE25;
    border: none;
}

.form-check-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 125%;
    color: #6A707C;
}

.form-check-label-2 {
    display: block;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 125%;
    color: #8391A1
}

.input-group-sm>.form-control:not(textarea) {
    font-size: 12px;
    border-color: #444343;
    height: 2rem;
}

.input-group-lg>.form-control:not(textarea) {
    font-size: 14px;
    border-color: #E0AE25;
    height: calc(1.6em + 0.75rem + 15px);
}

label[for="file"],
label[for="filecsv"] {
    border-radius: 50rem;
    border: 1px #E0AE25 solid;
    height: 45px;
    padding-top: 10px;
    padding-left: 65px;
    padding-right: 5px;
    background-color: white;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-file {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E0AE25;
    border: 1px #E0AE25 solid;
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    height: calc(1.6em + 0.75rem + 10px);
    width: 50px;
    padding-top: 10px;
    padding-left: 15px;
}

.btn-show-password {
    position: absolute;
    top: .4rem;
    right: .8rem;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    height: calc(1.6em + 0.75rem + 10px);
    width: 50px;
    /* padding-top: 12px;
  padding-right: 15px; */
    cursor: pointer;
    z-index: 1000;
}

.selectpicker {
    border-radius: 8px;
    border: 1px #E8ECF4 solid;
    color: #495057 !important;
    height: 56px;
    padding-top: 15px;
    padding-left: 15px;
}

.bs-searchbox input,
.card-bono-input {
    color: #495057 !important;
    height: 25px;
    font-size: .7rem;
    background-color: white;
    padding: 2px 15px;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

textarea {
    font-size: 14px !important;
    border-color: #E0AE25;
    resize: none !important;
}

a.btn-main,
button.btn-main {
    font-size: 14px;
    background-color: #E0AE25;
    border-color: #E0AE25;
    height: 3rem;
    padding-top: 10px;
}

a {
    font-size: 14px;
    color: black;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #E0AE25;
}

a.active {
    font-weight: 600;
}

.pipe-right {
    border-right: 1px #E0AE25 solid;
    padding-right: 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: E8ECF4
}

.dropdown-item.active {
    background-color: #E8ECF4;
    color: #000000;
}

.dropdown-menu {
    border: 1px #E8ECF4 solid;
}

.bono-num {
    position: absolute;
    right: 5px;
    top: 3px;
}

.cupones {
    height: 300px;
}

.table-input-sm {
    width: 40px;
    text-align: center;
}

table {
    width: 100%;
}

table thead {
    background-color: #E0AE25;
}

table thead th {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

table tbody td {
    font-size: 14px;
    font-weight: 100;
}

table#respuestas thead th {
    position: sticky;
    background-color: #E0AE25;
    text-align: center;
    border-color: #E0AE25;
    width: 100px;
    z-index: 1000;
    margin-top: 0;
}

table#respuestas thead th {
    top: -17px;
}

table#respuestas tfoot td,
table#respuestas tbody td {
    text-align: center;
    border-color: #E0AE25;
    vertical-align: baseline;
}

table#respuestas tfoot td {
    border-color: #E0AE25;
    border-top-width: 2px;
}

table.formulas thead th {
    top: -1rem;
    position: sticky;
    background-color: #E0AE25;
    z-index: 1000;
}

.table-formulas thead th,
.table-formulas tbody th,
.table-formulas tbody td {
    background-color: #fff;
    text-align: center;
    border: 1px #000000 solid;
    /* height: 40px; */
    padding-left: 5px;
    padding-right: 5px;
}

.table-formulas thead th {
    font-weight: 900;
    position: sticky;
    background-color: #fff;
    text-align: center;
    border-color: #000;
    width: 100px;
    margin-top: 0;
}

.table.formulas tbody td .verticalText,
.table-formulas tbody td .verticalText {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
    text-transform: uppercase;
}

.table-formulas tbody td input {
    border: none;
    text-align: center;
}

table tbody tr td strong {
    text-align: center;
}

.table-formulas-mensual thead th {
    font-weight: 900;
}

.table-formulas-mensual thead th,
.table-formulas-mensual tbody th,
.table-formulas-mensual tbody td {
    background-color: #fff;
    text-align: center;
    border: 1px #000000 solid;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}

.table-formulas-mensual tbody th {
    width: 80px;
}

.table-formulas-mensual thead th:first-child {
    border-top: none;
    border-left: none;
}

.table-formulas-mensual thead th:nth-child(2) {
    border-right: 3px #000 solid;
}

.table-formulas-mensual tbody td:nth-child(7) {
    border-right: 3px #000 solid;
}

.table-formulas-mensual tbody td input {
    text-align: center;
    border: none;
}

/* #containerFormulas {
  width: 85%;
  height: 450px;
  overflow-y: auto;
}
#containerFormulas::-webkit-scrollbar {
  display: none;
} */
.modal-body.scrollable {
    height: 450px;
    width: 100%;
    overflow-y: auto;
}

.scrollbar-dnone::-webkit-scrollbar {
    display: none;
}

.btn-yellow {
    color: #fff;
    background-color: #E0AE25;
    border-color: #E0AE25;
}

.btn-yellow:hover {
    color: #fff;
    background-color: #e0a607;
    border-color: #e0a607;
}

.btn-simple {
    color: #000;
}

.btn-simple:hover {
    color: #E0AE25;
}

.btn-transparent {
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-color: #E0AE25;
    height: 3rem;
    padding-top: 10px;
}

.pagination .page-item .page-link {
    color: #000;
    background-color: #fff;
    border-color: #E0AE25;
}

.alert {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.85;
    width: 100%;
    height: 50px;
    text-align: center;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 50rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #E0AE25 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    font-size: 14px;
    border-color: #E0AE25;
    height: calc(1.6em + 0.75rem + 15px);
    padding-top: 8px;
    padding-left: 10px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='5' width='4' viewBox='0 0 4 5'%3E%3Cpolygon points='4,0 2,3 0,0' style='fill:black;stroke:black;stroke-width:1' /%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #E0AE25;
    border-radius: 50rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50rem;
}

.select2-dropdown {
    background-color: white;

    border: 1px solid #ccc;
    border-radius: 10px;

    box-sizing: border-box;

    display: block;

    position: absolute;
    left: -100000px;

    width: 100%;

    z-index: 1051;
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.2 !important;
}

.opacity-2 {
    opacity: 0.4 !important;
}

.opacity-3 {
    opacity: 0.6 !important;
}

.opacity-4 {
    opacity: .8 !important;
}

.opacity-5 {
    opacity: 1 !important;
}

/* Consultas  */
.message-unread {
    position: absolute;
    top: 1.2rem;
    right: 0.5rem;
    font-size: 0.5rem;
}



/* Aqui comienza el css para la version 2 de la applicacion */

html,
body {
    height: 100% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-85 {
    width: 85%;
}

.h-40 {
    height: 40% !important;
}

.h-60 {
    height: 60% !important;
}

.mh-40 {
    max-height: 40% !important;
}

.mh-50 {
    max-height: 50% !important;
}

.mh-55 {
    max-height: 55% !important;
}

.mh-60 {
    max-height: 60% !important;
}

.mh-70 {
    max-height: 70% !important;
}

.bg-black {
    background-color: #000000;
}

.form-section-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #1E232C;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 80px;
    background-color: gray;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -40px;

    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/***********************
/* Google Sign In styles
/***********************
/* Style the button */
.google-login-button {
    display: flex;
    align-items: center;
    background-color: #4285F4;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.google-login-button:hover {
    background-color: #357AE8;
}

/* Style the Google icon */
.google-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.icon-button {
    background: #28a745;
    border-radius: 9px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-img {
    max-width: 70%;
    max-height: 70%;
}

/* Estilos para el formulario Test Completo */
.btn-next {
    color: #fff;
    border-color: #E0AE25;
    background-color: #E0AE25;
}

.custom-question-container {
    max-height: 70vh;
    overflow-y: auto;
}

.custom-form-check {
    position: relative;
    display: block;
}

.form-check-input:checked~.form-check-label {
    color: #007bff;
    font-weight: bold;
}

.section {
    display: none;
}

.navigation-buttons {
    margin-bottom: 15px;
}
