:root {
    --COLOR-WHITE: #FFFFFF;
    --COLOR-BLACK: #000000;
    --COLOR-ORANGE: #ff7900;
}

@font-face {
    font-family: FONT-PRIMARY;
    src: url('../fonts/HelveticaNeueMedium.ttf');
}

@font-face {
    font-family: FONT-BOLD;
    src: url('../fonts/HelveticaNeueBd.ttf');
}

body {
    background-color: var(--COLOR-BLACK);
    color: #FFF;
    font-family: FONT-PRIMARY;
    height: 100%;
    padding-bottom: 3em;
    overflow-x: hidden;
}

a {
    width: 50%;
    height: 50px;
    text-align: center;
    padding: 2vmin 5vmax;
    border: 2px solid var(--COLOR-ORANGE);
    margin-top: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
}

img {
    max-width: 70px;
    height: 70px;
}

span {
    color: var(--COLOR-ORANGE);
    font-size: 25pt;
}

hr {
    height: 5px;
    background-color: var(--COLOR-ORANGE);
    border: 3px solid var(--COLOR-ORANGE);
}

a.no-style {
    margin: 0;
    padding: 0;
    border: 0 none;
    width: 70px;
    height: 70px;
}

.separation-radio-btn {
    height: 3px;
    border: none;
}

.small-hr {
    width: 50%;
}

.btn-continuar-img {
    background-image: url(../images/ORANGE-BTN-BG-BIG.png);
    background-position: bottom;
    background-size: 100%;
}

.background-turno {
    font-size: 25pt;
}

.background-cita {
    font-size: 25pt;
}

.btn-check01 {
    background-repeat: no-repeat;
    background-image: url(../images/ORANGE-CHECK-01.png);
    width: 40px;
    margin-left: 0;
    height: 40px;
    background-position: 0 -5px;
    padding: 0;
    margin-right: 1%;
}

.btn-check02 {
    background: url(../images/ORANGE-CHECK-02.png) no-repeat 0 0;
    width: 50px;
    margin-left: 0;
    height: 46px;
    /* background-position: 0 -5px; */
    padding: 0;
    margin-right: 1%;
    margin-top: -10px;
}

.common-header {
    display: flex;
    font-family: FONT-BOLD;
    font-size: 20pt;
    color: var(--COLOR-WHITE);
    text-align: center;
    margin-left: 25%;
    width: 50%;
}

.titular-web {
    font-size: 20pt;
    margin-left: 2.5%;
    margin-bottom: 15px;
}

.contenedor-principal {
    background-color: var(--COLOR-BLACK);
    font-family: FONT-PRIMARY;
    width: 50%;
    position: relative;
    padding-bottom: 25px;
    margin-left: 25%;
    text-align: center;
}

.header-black {
    background-color: var(--COLOR-BLACK);
    width: 100%;
    display: flex;
}

.titular-section {
    font-family: FONT-BOLD;
    font-size: 25pt;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.container-content {
    width: 100%;
    text-align: center;
}

.container-buttons {
    display: flex;
    font-family: FONT-PRIMARY;
    font-size: 16pt;
    margin: 0 0 30px 0;
    justify-content: center;
}

.btn-text {
    font-size: 35pt;
    font-family: FONT-PRIMARY;
    line-height: 1;
    color: var(--COLOR-ORANGE);
    min-height: 100px;
    max-width: 200px;
}

.text-tienda-input {
    margin-top: 5px;
}

.input-tiendas {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    font-size: 25pt;
    border: 3px solid var(--COLOR-ORANGE);
    color: var(--COLOR-ORANGE);
    padding: 2px;
}

input[type="text"]::placeholder { /* Firefox, Chrome, Opera */
    color: var(--COLOR-ORANGE);
    font-family: FONT-PRIMARY;
}

.texto-action-cita-turno {
    margin-top: 10px;
    color: var(--COLOR-ORANGE);
}

.texto-error {
    font-family: FONT-BOLD;
    font-size: 40px;
}

.container-buttons-repeat {
    margin-top: 20px;
    width: 100%;
    display: grid;
    margin-bottom: 5%;
}

.text-titular-section {
    font-size: 16pt;
}

.container-resumen-ticket {
    width: 100%;
    margin-top: 15px;
}

.titular-ticket {
    font-size: 22pt;
    font-family: FONT-BOLD;
}

.subtitulo-ticket {
    font-size: 22pt;
    font-family: FONT-PRIMARY;
}

.contenido-ticket {
    font-size: 20pt;
    font-family: FONT-PRIMARY;
    text-align: justify;
}

.numero-turno {
    font-family: FONT-BOLD;
    font-size: 60pt;
    color: var(--COLOR-ORANGE);
}

.container-button-back {
    display: flex;
    margin-top: -70px;
}

button {
    border: 0 none;
}

.btn-back {
    font-size: 20pt;
    font-family: FONT-PRIMARY;
    background-color: var(--COLOR-ORANGE);
    color: var(--COLOR-WHITE);
    min-height: 40px;
    width: 50%;
    margin-top: 10%;
    text-align: center;
    line-height: 2;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.btn-listados {
    text-align: center;
    padding: 2vmin 5vmax;
    background-color: var(--COLOR-BLACK);
    border: 2px solid var(--COLOR-ORANGE);
    margin-top: 15px;
    color: var(--COLOR-ORANGE);
    cursor: pointer;
    min-height: 30px;
    width: 75%;
    margin-left: 50%;
    font-size: 18pt;
    transform: translateX(-50%);
}

.btn-volver-inicio {
    margin-left: 50%;
    transform: translateX(-50%);
}

.container-rpgd {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    text-align: initial;
}

.contenido-rpgd {
    text-align: justify;
    font-family: FONT-PRIMARY;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -10px;
    font-size: 12.5pt;
}

.text-aceptarTerminos {
    font-size: 16pt;
    margin-top: 0;
}

.text-data-important {
    font-family: FONT-BOLD;
    color: var(--COLOR-ORANGE);
    font-size: 30pt;
}

.container-ui-selector {
    display: flex;
    width: 100%;
    margin-top: 15px;
    font-size: 14pt;
    text-align: initial;
}

.uiSelectElement {
    margin-bottom: 10px;
    font-size: 15pt;
    color: var(--COLOR-BLACK);
    padding: 2px;
    width: 100%;
}

.uiSelectElement input {
    width: 98%;
    height: 26px;
    padding: 0px;
    font-family: FONT-PRIMARY;
    font-size: 12pt;
    color: var(--COLOR-ORANGE);
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
    position: relative;
    height: 0px;
    right: 0px;
    margin-top: 0px;
    background-color: var(--COLOR-ORANGE);
}

span.ui-select-toggle {
    width: 100%;
    display: block;
}

.ui-select-choices-row {
    margin-left: 0;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
    color: var(--COLOR-ORANGE);
    text-decoration: none;
    outline: 0;
    font-size: 16pt;
    background-color: var(--COLOR-BLACK);
    font-family: FONT-PRIMARY;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    cursor: pointer;
    display: block;
    padding: 5px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 16pt;
    font-family: FONT-PRIMARY;
    white-space: nowrap;
    text-align: initial;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
    padding-right: 0.2em;
    font-size: 25pt;
}

input[type="search" i] {
    -webkit-appearance: searchfield;
    box-sizing: border-box;
    padding: 1px;
    width: 100%;
    font-family: FONT-PRIMARY;
    font-size: 20pt;
    color: var(--COLOR-ORANGE);
    background-color: var(--COLOR-WHITE);
}

.ui-select-container {
    color: var(--COLOR-ORANGE);
    width: 100%;
    border: 2px solid var(--COLOR-ORANGE);
    background-color: var(--COLOR-WHITE);
    padding: 3px;
}

.container-services {
    width: 100%;
    border: 2px solid var(--COLOR-ORANGE);
    padding: 10px;
    text-align: initial;
}

.radio-btn-element {
    font-size: 15pt;
    padding-bottom: 5px;
}

input[type="radio"] {
    background-color: var(--COLOR-ORANGE);
    height: 10px;
    border-radius: 11px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
}

.ui-select-choices-group {
    list-style: none;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    width: 96%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
    margin-bottom: 0px;
    position: inherit !important;
    margin-left: 0;
    padding-left: 0;
}

.citaClon-Tittle {
    font-size: 20pt;
    color: var(--COLOR-WHITE);
}

.hrServices {
    border: none;
    height: 2px;
}

.nombre-tienda {
    color: var(--COLOR-ORANGE);
    font-size: 18pt;
}

.espera-aforo {
    display: flex;
    text-align: center;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.contenido-espera {
    font-size: 25pt;
    font-family: FONT-PRIMARY;
    text-align: inherit;
}

.verticalLine {
    width: 5px;
    background-color: var(--COLOR-ORANGE);
    height: 140px;
    margin-top: 18px;
    margin-right: 5%;
    margin-left: 5%;
}

.ui-select-placeholder {
    font-size: 25pt;
}

.ui-select-choices-row:hover {
    background-color: var(--COLOR-ORANGE);
    width: 90%;
}

.btn-CitaRepetida {
    font-size: 25pt;
    color: var(--COLOR-ORANGE);
    line-height: 1;
}

.grandeResult {
    font-size: 25pt;
}

.cliente-services-look {
    font-size: 12pt;
    color: var(--COLOR-ORANGE);
    margin-top: 0px;
    margin-bottom: 15px;
}

.div-btn-horas {
    width: 50%;
    display: grid;
    height: fit-content;
}

.hours-repeat {
    display: flex;
}

.spinner-div {
    position: absolute;
    background-color: var(--COLOR-BLACK);
    z-index: 100;
    width: 100%;
    text-align: center;
    height: 100%;
    opacity: 0.80;
}

.imagen-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    max-width: 150px;
    margin-top: -75px; /* Half the height */
    margin-left: -75px; /* Half the width */
}

.texto-spinner {
    color: var(--COLOR-ORANGE);
    font-size: 32pt;
    margin-top: 30%;
}

.texto-btn-nueva {
    font-size: 30pt;
    line-height: 1.2;
}

.hr-separation-selec-tienda {
    height: 2px;
    border: 1px solid var(--COLOR-ORANGE);
    margin-top: 10%;
}

.btn-cancelar-cita {
    font-size: 24pt;
    line-height: 2.5;
}

ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu {

}