@font-face {
  font-family: "Urbanist-Bold";
  src: local("Urbanist-Bold"),
    url("../font/Urbanist-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Urbanist-Regular";
  src: local("Urbanist-Regular"),
  url("../font/Urbanist-Regular.otf") format("opentype");
  font-weight: bold;
}

@import "./base.css";

@import "~bootstrap/scss/bootstrap.scss";


:root {
  --Primary-color: 25, 81, 117;
  --Container-color: 255, 255, 255;
  --Font-color: 112, 112, 112;
  --Bg-color: 233, 233, 233;
  --Success-color: 98, 188, 0;
  --Danger-color: 255, 0, 0;
  --Just-white: 255, 255, 255;
  --Just-black: 0, 0, 0;
  --navbg-color: 25, 81, 117;
  --success-color: 98, 188, 0;
}

:root .blue {
  --Primary-color: 25, 81, 117;
  --Container-color: 0, 22, 37;
  --Font-color: 255, 255, 255;
  --Bg-color: 4, 16, 21;
  --Success-color: 98, 188, 0;
  --Danger-color: 255, 0, 0;
  --Just-white: 255, 255, 255;
  --Just-black: 0, 0, 0;
  --navbg-color: 0, 22, 37;
}

:root .lightblue {
  --Primary-color: 130, 54, 140;
  --Container-color: 255, 255, 255;
  --Font-color: 112, 112, 112;
  --Bg-color: 221, 216, 238;
  --Success-color: 98, 188, 0;
  --Danger-color: 255, 0, 0;
  --Just-white: 255, 255, 255;
  --Just-black: 0, 0, 0;
  --navbg-color: 130, 54, 140;
}

* {
  scrollbar-color: #fff;
  scrollbar-color: rgba(var(--just-White));
  scrollbar-width: auto;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent !important;
  width: 7px !important;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(var(--Primary-color));
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

a {
  text-decoration: none;
}
.nav-tabs{
  border-bottom: 1px solid rgba(var(--Primary-color)) !important;
  border-radius: 10px;
}
.nav.nav-tabs .nav-item {
  margin-left: 5px;
}
.nav.nav-tabs .nav-item:first-child {
  margin-left: 10px;
}
.tab-content.pastilla {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.widget {
  padding: 25px 15px 15px;
  border-radius: 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.widget p {
  margin-top: 20px;
  margin-bottom: 0;
}
.pasHead {
  margin: -20px -20px 20px;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  font-size: 1.3em;
}
.pasSecNor,
.pasSecDar {
  margin-bottom: 20px;
  padding: 5px 10px;
}
.header {
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  z-index: 4;
}
.header_toggle {
  font-size: 1.5rem;
  cursor: pointer;
}
.header_img img {
  max-height: 40px;
}
select[multiple] {
  height: 355px;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
/* .form-control {
  border-bottom: 1px solid;
background-color: transparent !important;
} */
.pBorrar {
  width: 20px;
  cursor: pointer;
  text-align: center;
}

.modal {
  z-index: 1057;
}

.modal-backdrop.show {

}

.modal-backdrop.show:nth-of-type(odd) {
  z-index: 555 !important;

} 



.overBannerTxt {
  margin-top: 2%;
  border-radius: 10px;
  padding: 4em 2em;
  background: url("/img/fabric_antib.png") no-repeat center center / cover;
  color: rgba(var(--just-White)) !important;
  width: 100%;
  max-height: 40%;
}

.overBannerTxt p {
  color: #fff !important;
}


.bold {
  font-weight: bold;
}

/* Medical */
#msgs {
  position: fixed;
}

input#emctaspl {
  max-width: 50px;
  text-align: center;
  line-height: 2.4;
  border: 1px solid lightgray;
}
#paginacion .page-input {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.45;
  color: #fff;
  background-color: transparent;
  border: 1px solid #dee2e6;
  text-align: center;
  max-width: 4.2em;
  -webkit-clip-path: circle();
  clip-path: circle();
}
#paginacion .page-input:first-child {
  background-color: rgba(var(--Primary-color));
}
#paginacion .text-end select {
  width: auto;
  display: initial;
}
/* Phone styles */
#sip-dialpad.phone-call {
  text-align: center;
  margin: 10px auto;
}

.modal-content{
  background-color: rgba(var(--Container-color)) !important;
}

.pointer {
  cursor: pointer;
}
.height-100 {
  min-height: 90vh;
}
#vidlocal {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
}

label {
  color: gray;
}
thead {
  color: gray;
}
hr {
  color: #00b5ff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: rgba(var(--Just-white)) !important;
  background: rgba(var(--Primary-color)) !important;
}

.nav.nav-tabs .nav-link:not(.active) {
  color: #7c8895;
  background-color: transparent !important;
  /* border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 20px !important; */
}
.nav.nav-tabs .nav-link.active {
  color: rgba(var(--Just-white));
}
.colorAzul {
  color: #13a9be;
}
.colorAzulejo {
  color: #00b5ff;
}
.colorVerde {
  color: #00a354;
}
.colorLimon {
  color: #00ff56;
}
.colorAmarillo {
  color: #eabf00;
}
.colorRojo {
  color: #ff3d3d;
}
.widget {
  border: 1px solid #f3f3f3 !important;
  box-: 0 0 5px lightgray !important;
}
.widget img {
  max-width: 25%;
}
.widget:hover {
  border: 1px solid #00ff56 !important;
}
.secsep {
  width: auto !important;
  padding: 0.25em 1em 0.3em;
  border-radius: 15px;
  z-index: 2;
  background-color: rgba(var(--Primary-color)) !important;
  color: white !important;
}
.bgline {
  margin-top: -1.1em !important;
  height: 3px;
  z-index: 1;
  background-color: rgba(var(--Primary-color)) !important;
}
.pasHead {
  background-color: #00b5ff !important;
  color: white !important;
}
.pasSecDar {
  background-color: rgba(var(--Primary-color)) !important;
  color: white !important;
}
.btn.sm {
  padding: 0 0.6rem !important;
  border-radius: 0.6rem !important;
}
.btn.fark {
  color: #000000 !important;
  border-color: #000000 !important;
}

.btn-secondary,
.input-group-text {
  background-color: rgba(var(--Primary-color)) !important;
  color: white !important;
  border: none !important;
  padding: 0.5em 1em !important;
}

.btn.btn-outlined{
  border: 1px solid rgba(var(--Primary-color)) !important;
  background-color: transparent !important;
  color: rgba(var(--Primary-color)) !important;
  padding: 0.5em 1em !important;
}

.btn-secondary.clinica {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  padding: 0.4rem 1rem !important;
}

.btn-secondary.clinica img {
  height: 1.5em;
}

.btn-secondary.clinica.selected img {
  margin-inline-end: 1em;
}

.bg-dark {
  background-color: rgba(var(--Primary-color)) !important;
  color: white !important;
}

.fa-spinner {
  color: #afce35;
}
.pastilla {

  border-radius: 20px;
  margin-bottom: 2vh;
}

.container-login {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/opc1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  width: 100svw;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.logo-login {
  background-color: rgba(var(--Primary-color));
  border-radius: 0 0px 20px 20px;
  position: absolute;
  top: 10%;
  padding: 4vh 2vh;
}

.logo-login img {
  max-width: 80%;
}

.container-login .row {
  background-color: rgba(var(--Just-white));
  height: 80vh;
  height: 80svh;
  width: 75vw;
  padding: 2em 2%;
  border-radius: 20px;
}

/* Login */
img.logoclientelogin {
  max-width: 240px;
  margin-top: 7%;
  margin-bottom: 0px;
}

.form-login input {
  color: rgba(var(--Font-color));
  background-color: rgba(var(--Just-white)) !important;
  border: none !important;
  border-radius: 0% !important;
  border-bottom: 1px solid rgba(var(--Primary-color), 0.3) !important;
}
.form-login input::-webkit-input-placeholder {
  color: #cbd2dd;
}
.form-login input::-moz-placeholder {
  color: #cbd2dd;
}
.form-login input:-ms-input-placeholder {
  color: #cbd2dd;
}
.form-login input::-ms-input-placeholder {
  color: #cbd2dd;
}
.form-login input::placeholder {
  color: #cbd2dd;
}

.btn:not(.btn-danger) {
  padding: 2px 10px;
  background-color: rgba(var(--Primary-color));
}
.btn:hover {
  background-color: rgba(var(--Primary-color));
}

/* .btn-close {
 -webkit-filter: brightness(500%) !important;
  filter: brightness(500%) !important;
  color: rgba(var(--Font-color)) !important;
  background-color: none !important;
  position: relative;

  background: none !important;  
}

.btn-close::before, .btn-close::after {
  content: "";
  position: absolute;
  height: 3px; 
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #fff;
}

.btn-close::before {
  transform: rotate(45deg); 
}

.btn-close::after {
  transform: rotate(-45deg); 
} */


.btn {
  padding: 0.5em 1em !important;
  border: none !important;
}

.btn:disabled {
  background-color: #cfcfcf !important;
  border-color: #efefef !important;
}



.container-contact-buttons,
.permisos,
.quest {
  display: flex;
  flex-wrap: wrap !important;
  width: auto;
  height: 1px;
  width: 1px ;
  opacity: 0;
  overflow: visible;
  align-items: center !important;
  justify-content: center;
  flex-direction: row;
  transition-property: height, opacity, overflow;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  position:absolute;
}

.container-contact-buttons.selected,
.permisos.selected,
.quest.selected {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  overflow: visible;
  transition-property: height, opacity, overflow;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}

.btn-secondary.clinica .historia-clinica {
  display: none;
}

.btn-secondary.clinica.selected .historia-clinica {
  display: flex;
}

.container-user-details p{
  word-break: break-word;
}

.container-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container-user-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1em;
}

.container-user-photo img {
  border-radius: 50%;
  max-width: 45px;
  max-height: 45px;
  padding: 8px;

  cursor: pointer;
  background-color: rgba(var(--Bg-color));
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-property: max-height, max-width;
}

.container-user.selected .container-user-photo img {
  max-width: 5em !important;
  max-height: 5em !important;
}

.btn-link{
  background-color: transparent !important;
  border: none !important;
  color: rgba(var(--Primary-color)) !important;
  padding: 0.5em 1em !important;
  transition: all ease-in-out 0.3s;
}

.table-success{
  background-color: rgba(var(--Success-color)) !important;
  transition: all ease-in-out 0.3s;
  color: rgba(var(--Just-white)) !important;
}

.table-success p.h4{
  color: rgba(var(--Just-white)) !important;
  position: relative;
}


.table-success:hover{
  background-color: rgba(var(--Primary-color)) !important;
  transform: scale(1.1);
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(var(--Primary-color), 0.5) ;
}


.btn-link:hover{
  background-color: rgba(var(--Primary-color)) !important;
  transform: scale(1.1);
}


.btn.btn-contact {
  display: flex ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px ;
  height:  calc(1em + 6vw);
  width: calc(1em + 6vw);
  min-width: 3.8em;
  min-height: 3.8em;
  margin: 0.5em;
  background-color: rgba(var(--Bg-color));
  border: none ;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  -o-transition-timing-function: ease-in-out; 
}

.btn-contact img {
  margin-bottom: 10%;
  width: 2em;
}

.btn-contact p{
  display: none;
}

.btn.digit {
  background-color:  transparent ;
  box-shadow: 2px 2px 5px rgba(var(--Just-black), 0.23);
  width: 65px;
  padding: 3px 1px 0px;
  line-height: 1.3em;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  -o-transition-timing-function: ease-in-out; 
}


.btn.digit:hover, .btn.btn-contact:hover{
  transform: scale(1.2);
  background-color: rgba(var(--Primary-color));
}

.btn.digit span {
  display: block;
}
/* Videollamadas */

.btn-outline-extra {
  color: rgba(var(--Just-white)) !important;
  border-color: #212529 !important;
}
.btn-outline-extra:hover {
  background-color: #212529 !important;
  color: #fff !important;
}
.btn-outline-extra.active {
  background-color: #212529 !important;
  color: #fff !important;
}
.btn,
.input-group-text {
  font-family: "Urbanist-Bold" !important;
}
.nav.nav-tabs .nav-link {
  font-family: "Urbanist-Bold" !important;
}
.urbanistBold {
  font-family: "Urbanist-Bold" !important;
}

#root {
  display: flex;
  padding: 0.3em 0.3em 0.3em 0.3em;
  min-height: 100vh;
  width: 100vw;
  width: 100svw;
}

#one_col {
  width: 100%;
}

body #root.default {
  background-color: rgba(var(--Bg-color)) !important;
}

body #root.blue {
  background-color: rgba(var(--Bg-color)) !important;
}

#body {
  background: rgba(var(--Bg-color)) !important;
}

html,
body {
  margin: 0;
  height: 100% !important;
  margin: 0;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  color: rgba(var(--Font-color)) !important;
  font-family: "Urbanist-Regular" !important;
  background-color: rgb(var(--Bg-color)) !important;
}

#root.blue .table.table-striped tbody tr td,
#root.blue th.h6,
#root.blue .fas.fa-pen {
  color: #fff !important;
}

#root.blue .table > :not(caption) > * > * {
  color: rgba(var(--Just-white)) !important;
}

.fas.fa-pen {
  color: rgba(var(--Primary-color)) !important;
}

p {
  color: rgba(var(--Font-color));
}

.form-label {
  margin-bottom: 0;
}
.form-control {
  border: 0 !important;
  border-bottom: 1px solid rgba(var(--Primary-color)) !important;
  background-color: transparent !important;
  color: rgba(var(--Font-color));
  border-radius: 10px !important;
  color: rgba(var(--Font-color)) !important;  
}



.badge {
  background-color: rgba(var(--Primary-color), 0.45);
}

.badge.inside{
  position: absolute;
  top: 10%;
  right: 10%;
  transform: scale(120%);
}

.bg-primary {
  background-color: rgba(var(--Primary-color)) !important;
}
.text-bg-primary {
  background-color: rgba(var(--Primary-color)) !important;
}
.text-primary {
  color: rgba(var(--Primary-color)) !important;
}

.container-profile{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1vh;
}


.container-profile .container-user-photo{
  max-height:  10em;
  max-width:  10em;
}

.container-profile .container-user-photo img{
  height: 10em;
  width: 10em;
  max-height:  15vw;
  max-width:  15vw;
}


.section-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.section-icon-inside{
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--Primary-color));

  padding: 1em;
  color: rgba(var(--Font-color));
  box-shadow: 0px 0px 20px rgba(var(--Primary-color), 0.5);
}

.card-body,
a,
.list-group-item,
.card-header {
  color: rgba(var(--Font-color)) !important;
}

.list-group-item.products {
  display: flex !important;
  align-items: center;
  flex-direction: column !important;
  /* justify-content: space-between; */
  transition: all ease-in-out 0.6s;
  cursor: pointer;
  padding: 1em;
  border-radius: 20px !important;
  word-break: break-all;
  
}

.list-group-item.products:hover{ 
  background-color: rgba(var(--Bg-color)) !important;
  box-shadow: 0px 0px 40px rgba(var(--Primary-color), 0.6);
}



.img-list{
   transition: all ease-in-out 0.3s;
   height: 100%;
   border-radius: 20px;
   max-height: 18vh;
   max-width: 95%;
   }


  .card-img-top{
    height: 18em;
    overflow: hidden;
  object-fit: cover !important ;
  transition: 0.7s all ease-in-out;
  border-radius: 20px !important;
  }

  .card-img-top:hover{
    height: 100%;
  }



div#nav-bar i {
  color: rgba(var(--Just-white));
}
.l-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Urbanist-Bold";
  position: relative;
  width: auto;
  height: 98vh;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  top: 0;
  background-color: rgba(var(--navbg-color));
  padding: 0;
  transition: 0.5s;
  z-index: 112;
  margin: 0em;
  margin-right: 0.8em;
  transition: all 0.5s ease-in-out;
}

nav .nav_link:hover:not(.navbar-brand) {
  color: rgba(var(--Just-white));
  background-color: rgba(var(--Bg-color), 0.2);
}
nav .router-link-active {
  color: rgba(var(--Just-white));
  background-color: rgba(var(--Bg-color), 0.2);
}

.l-navbar ~ main {
  margin: 0 0 0 0px;
  padding-left: 0;
  padding-right: 0;
  transition: 0.5s;
}
.text-p1 {
  color: rgba(var(--Font-color));
}

.text-dark {
  color: rgb(112,112,112) !important; 
}

#nav-bar span {
  display: block !important;
}

.nav_name {
  margin-left: 1rem !important;
}

.navbar-brand {
  display: inline;
}
.l-navbar ~ main {
  margin: 0 0 0 0px;
  transition: 0.5s;
}
.l-navbar .nav {
  height: 98vh;
  height: 98svh;
  display: flex;
  justify-content: space-around;
  padding: 0em 0;
  flex-direction: column;
  align-items: center;
  z-index: 110;
}

.l-navbar .nav_link:hover .nav_name {
  display: contents;
}
.l-navbar .nav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(0.3em + 4px) 0;
  width: auto !important;
  -webkit-margin-start: calc(0.1em + 2px);
  margin-inline-start: calc(0.1em + 2px);
  -webkit-margin-end: calc(0.1em + 2px);
  margin-inline-end: calc(0.1em + 2px);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-top: 0;
}

.nav_link {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.nav.nav-tabs .nav-link.active {
  color: rgba(var(--Just-white));
}
.nav.nav-tabs .nav-link:not(.active) {
  color: #7c8895;
  background-color: #efefef;
  /* border-color: rgba(var(--Just-white)) rgba(var(--Just-white))
    rgba(var(--Just-white)); */
}
.l-navbar .nav_link:not(.active) {
  color: rgba(var(--Just-white)) !important;
}
.l-navbar .nav_list {
  padding: 0 1em;
}
.l-navbar a {
  text-decoration: none;
}
.l-navbar .nav_icon img {
  width: 1.5em;
}
.navbar-brand img,
.navbar-brand i {
  max-height: 40px;
  margin-top: 1em;
}

/* #nav_logout {
  margin-bottom: 5vh;
} */

.navbar-brand i {
  display: none;
}

.hidden-sm {
  display: inline;
}
.show-sm {
  display: none;
}

.container-main {
  padding-left: 0;
  padding-right: 0;
  height: 100vh;
  height: 100svh;
  overflow-y: scroll;
}

.container-agenda {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.container-datos {
  display: flex;
  flex-direction: column;
  background-color: rgba(var(--Container-color));
}

#root header {
  display: none;
}

.secsep {
  width: auto !important;
  padding: 0.25em 1em 0.3em;
  border-radius: 15px;
  z-index: 2;
  background-color: rgba(var(--Primary-color));
  color: white;
}
.bgline {
  margin-top: -1.1em !important;
  height: 3px;
  z-index: 1;
  background-color: rgba(var(--Primary-color));
}

.list-group-item,
.card {
  background-color: rgba(var(--Container-color)) !important;
}

.card {
  border-radius: 20px !important;
  overflow: hidden;
}

#root.lightblue .card,
#root.default .card {
  border: none !important;
}

#root.blue .l-navbar {
  border: 1px solid rgba(var(--Primary-color), 0.5) !important;
}


#root.blue .card,
#root.blue .shortcut-button,
#root.blue .container-element,
#root.blue .card-header,
#root.blue .list-group-item {
  margin-bottom: 1em;
  border: 1px solid rgba(var(--Primary-color), 0.5) !important;
}

#root.blue .list-group-item.noticias {
  border: none !important;
  border-bottom: 1px solid rgba(var(--Primary-color), 0.5) !important;
}


.card-header {
  background-color: rgba(var(--Primary-color), 0.3) !important;
  color: rgba(var(--Font-color));
}

.container-element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  background-color: rgba(var(--Container-color));
  border-radius: 20px;
  width: 100%;
  overflow-x: visible;
  overflow-y: scroll;
  /* z-index: 3; */
}

.container-element.pacientes {
  justify-content: space-between;
  max-width: 100%;
  min-height: 98vh;
  min-height: 98svh;
  overflow: hidden;
}

.container-calendario {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 55;
}

/* .container-calendario::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px;
  height: 15%;
  background-color: rgba(var(--Primary-color));
  z-index: 1;
} */

.container-calendario caption {
  color: rgba(var(--Just-white));
}

.container-calendario table{
  height: 100%;
  z-index: 75;
  border-radius: 20px;
  width: 100%;
  background-color: rgba(var(--Container-color));
}


.container-element.principal {
  padding-top: 1em;
  margin-top: 0.3vh !important;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.container-day {
  display: flex;
  flex-direction: column;
  position: relative !important;
  justify-content: center;
  align-items: center;
  height: calc(40vh + 30px);
  z-index: 55;
}

.container-day.mobile {
  margin-top: 1vh !important;
  height: calc(50vh + 30px);
  min-width: 40vw;
}

.container-day-item {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--Primary-color));
  color: rgba(var(--Just-white)) !important;
  padding: 0.5em 1em;
  border-radius: 15px 15px 0px 0px;
  text-transform: capitalize;
  box-shadow: 0px 0px 20px rgba(var(--Primary-color));
}

.container-day-item p {
  font-weight: bold !important;
  text-transform: capitalize;
  color: rgba(var(--Just-white)) !important;
}

.container-day-item.current {
  border-radius: 15px 15px 15px 15px;
  transform: scale(1.4) translate(0%, 20%);
  box-shadow: 0px 0px 20px rgba(var(--Primary-color));
  z-index: 99;
  padding: 0.5em 2em;
}

.cita-fecha{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--Primary-color), 0.3);
}

.agenda-cita {
  display: flex;
  align-items: center;
  width: 100%;
  /* border-top: 1px solid rgba(var(--Primary-color)); */
  transition: all 0.3s ease-in-out;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  padding: 0.3em 0em;
}

.agenda-cita:nth-child(odd) {
  background-color: rgba(var(--Bg-color), 0.7);
  
}



.agenda-cita.active{
  color: #fff;
  background-color: rgba(var(--Success-color), 0.5);
  box-shadow: -3px 3px 15px rgba(var(--Success-color), 0.3);
  color: rgba(var(--Just-white));
  border-radius: 10px;
  padding-right: 0.5em;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: none;
  flex-wrap: nowrap !important;

  width: 100%;
}

.agenda-cita.active:before{
  content: "";
  background-image: url("../img/svg/CheckBoxOutlined.svg");
  height: 30%;
  width: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}




.agenda-cita.current {
  color: #fff;
  background-color: rgba(var(--Success-color));
  box-shadow: -3px 3px 15px rgba(var(--Success-color), 0.3);
  color: rgba(var(--Just-white));
  border-radius: 10px;
  position: relative;
  border: none;

}

.agenda-cita.videollamada:hover {
  display: flex;
  width: 100%;
  align-items: center;
}

.agenda-cita.videollamada:hover::before{
  content: "";
  background-image: url("../img/svg/CheckBoxOutlined.svg");
  height: 30%;
  width: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.agenda-cita:hover.videollamada {
  color: #fff;
  background-color: rgba(var(--Success-color));
  box-shadow: -3px 3px 15px rgba(var(--Success-color), 0.3);
  color: rgba(var(--Just-white));
  border-radius: 10px;
  padding-right: 0.5em;
  position: relative;
  border: none;
}

.agenda-cita.videollamada:checked {
  color: white;
  background-color: rgba(var(--Success-color));
  box-shadow: -3px 3px 15px rgba(var(--Success-color), 0.3);
}

.agenda-cita:checked.videollamada {
  color: white;
  background-color: rgba(var(--Success-color));
  box-shadow: -3px 3px 15px rgba(var(--Success-color), 0.3);
}

.agenda-cita.current > .h5 {
  color: rgba(var(--Just-white));
}

.agenda-cita .info-pill{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--Primary-color));
  color: rgba(var(--Just-white)) !important;
  padding: 0.6em 1em;
  border-radius: 15px;
  text-transform: capitalize;
  box-shadow: 0px 0px 15px rgba(var(--Primary-color));
  margin: 0.35em;
}

.clinica i{
  padding-right: 0.5em;
}

.agenda-cita >.h3 {
  padding: 0.5em 0.5em ;
}

.agenda-cita > .h5 {
  background-color: transparent;
  border-radius: 10px;
  margin: 0;
  color: rgba(var(--Font-color));
  padding: 0.35em;

}
.agenda-cita.current > .h5 {
  display: flex;
  align-items: center;
}

.agenda-cita.current > .h3 {
  background-color: rgba(var(--Primary-color));
  border-radius: 10px;
  /* padding: 0.4em 1.5em !important; */
  margin: 0 !important;
  /* margin-right: 0.5em !important; */
  color: rgba(var(--just-White));
  /* height: 100%; */
}

.agenda-cita > .h3.small {
  background-color: transparent;
  border-radius: 10px;
  padding: 1.2em;
  margin: 0;
  margin-right: 0.5em;
  margin-left: 1em;
}

.container-userlist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.01px solid rgba(var(--Primary-color), 0.3);
  padding: 0em;
  transition-property: background-color, border-radius;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
   order: 2; 
}

.container-userlist:hover {
  background-color: rgba(var(--Bg-color), 0.3);
  border-radius: 20px;
}

.container-userlist.selected {
  flex-wrap: wrap;
  /* background-color: rgba(var(--Bg-color)); */
  border-bottom: 0.01px solid rgba(var(--Primary-color), 1);
  border-radius: 20px;
  order: 1;
}

.container-shortcut-button {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 2em 0em;
}

.shortcut-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(var(--Container-color));
  border-radius: 40px;
  width: 100%;
  margin-bottom: 1em;
  word-break: break-word;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  -o-transition-timing-function: ease-in-out; 
}

/* .container-element, .card{
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  -o-transition-timing-function: ease-in-out; 
} */

.shortcut-button:hover{
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(1deg) rotateY(8deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
}

.shortcut-button img {
  box-shadow: 0px 0px 20px rgba(var(--Primary-color), 0.5);
  background-color: rgba(var(--Primary-color));
  border-radius: 35px;
  margin: 0.4em;
  padding: calc(0.5vh + 1em) calc(1vw + 1.5em);
  height: 6em;
  width: auto;
}

.page-link {
  background-color: transparent !important;
  border: none !important;
}

.page-item {
  background-color: rgba(var(--Bg-color));
  overflow: visible !important;
}

.page-item:last-child {
  border-radius: 0em 2em 2em 0em;
}

.page-item:first-child {
  border-radius: 2em 0em 0em 2em;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  background-color: rgba(var(--Primary-color)) !important;
  color: rgba(var(--Just-white)) !important;
  -webkit-clip-path: circle();
  clip-path: circle();
}

.nav .router-link-active {
  display: flex !important;
  align-items: center;
  width: 100%;
}

.button-collapse {
  background-color: rgba(var(--navbg-color));
  border: none;
  clip-path: circle();
  padding: 0.5em;
  position: absolute !important;
  top: 50%;
  left: 83%;
  transition: transform 0.5s ease-in-out;
}

.button-collapse:hover {
  transform: scale(2);
}

.shortcut-button p {
  color: rgba(var(--Font-color));
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% + 1.5em);
}

.swiper {
  overflow: visible !important;
  margin-top: 0.5vh !important;
}

.container-agenda-cita {
  width: 100%;
}
.container-agenda-cita.current {
  width: 100%;
  z-index: 100;
  top: 10%;
}

.current-pill {
  background-color: rgba(var(--Success-color));
  position: absolute;
  top: 1em;
  right: 5%;
  padding: 0.3em;
  border-radius: 5px;
  margin-top: -5%;
}

.agenda-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 90%;
  z-index: 88;
  color: rgba(var(--just-White)) !important;
}

.agenda-buttons button {
  background-color: rgba(var(--Success-color));
  border-radius: 10px;
  padding: 0.5em 1em;
  border: none;
  margin: 0.5em;
  transition: transform 0.5s ease-in-out;
  color: rgba(var(--Just-white)) !important;
  font-weight: 900;
}
.agenda-buttons button p {
  color: rgba(var(--Just-white)) !important;
}

.agenda-buttons button:first-child {
  background-color: rgba(var(--Danger-color));
  border-radius: 10px;
  padding: 0.5em 1em;
  border: none;
  margin: 0.5em;
  transition: transform 0.5s ease-in-out;
}

.button-call{
  border: none;
  background-color: transparent !important;
  text-decoration: underline;  
}

.btn-success.btnCall{
  background-color: rgba(var(--success-color));
  border: none;
}

.texto-horario{
  border-top: 1px solid rgba(var(--Primary-color));
}


#root.dark > .agenda-cita .h3.small {
  color: rgba(var(--Just-white)) !important;
}

#root.dark > .agenda-cita.h5 {
  color: rgba(var(--Just-white)) !important;
}

.swiper-pagination-bullet {
  background-color: rgba(var(--Font-color)) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: rgba(var(--Primary-color)) !important;
  border: 1px solid rgba(var(--Font-color)) !important;
}

#paginacion .page-input {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.45;
  color: #fff;
  background-color: transparent;
  border: 1px solid #dee2e6;
  text-align: center;
  max-width: 4.2em;
  clip-path: circle();
}

#paginacion .page-input :first-child {
  background-color: rgba(var(--Primary-color));
}


.modal-header.pagos{
  background-color: rgba(var(--Primary-color));
  color: rgba(var(--Just-white));
  border-radius: 20px 20px 0px 0px;

}



.modal-header.whatsapp {
  background: #128c7e;
  background-image: url("../img/bg-whatsapp.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(var(--Just-white));
  width: 100%;
}
.modal-header,
.modal-img {
  align-items: center;
  display: flex;
}

.nav_link p {
  color: rgba(var(--Just-white)) !important;
  display: block;
}

div#nav-bar i {
  font-size: 1em;
  width: 25px;
  padding: 0.2rem 0.4rem;
  text-align: center;
}
div.nav_link {
  cursor: pointer;
}
#vidlocal code {
  width: 100%;
  cursor: pointer;
}

.sidemenu__btn {
  display: block;
  /* width: 50px;
  height: 50px; */
  background: transparent;
  border: none;
  position: absolute;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  top: 2%;
  left: 0.7%;
  z-index: 120 !important;
  /* background-color: rgba(var(--Primary-color)); */
  border-radius: 5px;
  margin: 1em 1em;
  mix-blend-mode:difference ;
}
.sidemenu__btn.active {
  background-color: transparent !important;
}
.sidemenu__btn span {
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 13px;
  background: rgba(var(--Font-color));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease;
}
.sidemenu__btn span.top {
  transform: translateY(-8px);
}
.sidemenu__btn span.bottom {
  transform: translateY(8px);
}
.sidemenu__btn.active .top {
  transform: rotate(-45deg);
}
.sidemenu__btn.active .mid {
  transform: translateX(-20px) rotate(360deg);
  opacity: 0;
}
.sidemenu__btn.active .bottom {
  transform: rotate(45deg);
}
.sidemenu__wrapper {
  padding-top: 50px;
}
.sidemenu__list {
  padding-top: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidemenu__item a {
  text-decoration: none;
  line-height: 1.6em;
  font-size: 1.6em;
  padding: 0.5em;
  display: block;
  color: white;
  transition: 0.4s ease;
}
.sidemenu__item a:hover {
  background: lightgrey;
  color: dimgrey;
}

.translateX-enter {
  transform: translateX(-200px);
  opacity: 0;
}

.translateX-enter-active,
.translateX-leave-active {
  transform-origin: top left 0;
  transition: 0.2s ease;
}

.translateX-leave-to {
  transform: translateX(-200px);
  opacity: 0;
}

/* select{
  border: none;
  border-bottom: 1px solid rgba(var(--Font-color));
  background: rgba(var(--Container-color));
  color: rgba(var(--Font-color));
}
*/

.form-select{
  background: rgba(var(--Container-color)) !important;
  color: rgba(var(--Font-color)) !important;
}

select option:checked{
  background: rgba(var(--Primary-color)) !important;
  color: rgba(var(--Just-white)) !important;
  border-radius: 6px ;
}
 

 select option{
  color: rgba(var(--Font-color));
  background: rgba(var(--Container-color));
} 

input[type="time"]{
  color: rgba(var(--Font-color)) !important;
  
}

.form-group.sms{
  position: relative;
}

.sms-form-resto{
  position: absolute;
  top: 70%;
  left: 84%;
}



#wamsgs {
  height: 360px;
  background-color: #E5DCD4;
  overflow-y: auto;
  padding: 20px;
}
#wamsgs .row .max-col {
  min-width: 200px;
  max-width: 80%;
  background-color: rgb(232,254,220);
  padding: 5px 5px 0px 10px;
  border-radius: 15px;
}
#wamsgs .row.justify-content-start .max-col {
  background-color: rgba(255,255,255);
}
#wactos {
  height: 395px;
  padding: 0
}
#emojisKinon .tab-pane {
  font-size: 1.5em;
  padding-top: 10px;
  height: 190px;
}
#emojisKinon .tab-pane span {
  margin-right: 5px;
  cursor: pointer;
}
.listascroll {
  overflow: auto;
  height: 315px;
}
.wacontact {
  padding: 5px;
  margin-bottom: 0 !important;
}
.wacontact.esperando span {
  display: inline-block;
  background-color: #39c228;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  vertical-align: middle;
}
.wacontact.activo {
  background-color: darkgray;
}

.carousel{
  overflow: hidden !important;
  position: relative;
}
.carousel-item{
  overflow: hidden;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  height: 55vh;
  -o-object-position: top;
  object-position: top;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(var(--Primary-color), 0.5);
  box-shadow: 0px 0px 20px rgba(var(--Primary-color), 0.5)  ;
  transition: all 0.9s ease-in-out !important;

  background-color: #000;
}


.carousel-item img{
  opacity: 0;
  transition: all 0.9s ease-in-out !important;
}



.carousel-item.active img{
  opacity: 1;
}


.carousel-item.active {
  overflow: hidden;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  height: 55vh;
  -o-object-position: top;
  object-position: top;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(var(--Primary-color), 0.5);
  box-shadow: 0px 0px 20px rgba(var(--Primary-color), 0.5)  ;
  opacity: 1 !important;
}

.carousel-item.active img {
    width:  100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.carousel-control-prev, .carousel-control-next{
  position: absolute;
  top: 45% !important;
  bottom: auto !important;
  margin: 1em;


}

.carousel-control-prev-icon, .carousel-control-next-icon{
  padding: 1em !important;
  z-index: 19 !important;
  filter: drop-shadow(3px 3px 3px #000);
  background-size: 60% !important;

}

.carousel-control-next-icon::before, .carousel-control-prev-icon::before{
  position: absolute;
  z-index: -1 !important;
  content: "";
  height: 100%;
  width: 100%;
  mix-blend-mode: color-burn;
  padding: 1em;
  background-color: rgba(0, 22, 37);
  border: 1px solid rgba(25, 81, 117);
  top: 0;
  right: 0;
  border-radius: 50%;
}

.carousel-caption{
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 59%, rgba(0,0,0,0.04805672268907568) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 59%, rgba(0,0,0,0.04805672268907568) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 59%, rgba(0,0,0,0.04805672268907568) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 99;
  width: 100%;
  left:0 !important;
  right: 0 !important;
  bottom: 0 !important;

}

.carousel-caption .h3, .carousel-caption .h5{
  color: rgba(var(--Just-white)) !important;
}

/* .carousel-control-prev-icon::after{
  content: "";
  position: absolute;
  height: 100vh;
  width: 20%;
  background-color: #000;
  top: -30vh;
  overflow: hidden;
} */


@media (max-height: 360px) {
  img.logoclientelogin {
    padding-top: 20vh;
    max-width: 100px;
  }
}
@media (min-height: 361px) {
  img.logoclientelogin {
    margin-bottom: 20px;
    padding-top: 100px;
    max-width: 130px;
  }
}
@media (min-height: 500px) {
  img.logoclientelogin {
    margin-bottom: 30px;
    padding-top: 95px;
    max-width: 180px;
  }
}
@media (min-height: 900px) {
  .logoclientelogin {
    margin-bottom: 40px;
    padding-top: 0px;
    max-width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .list-group-item.products{
    flex-direction: row;
  }

  .btn.btn-contact{
    height: calc(1.8em + 6vw);
    width: calc(1.8em + 6vw);
    min-width: 4.5em;
    min-height: 4.5em;
  }


  .btn-contact {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px !important;
    height:  calc(1em + 6vw);
    width: calc(1em + 6vw);
    min-width: 5em;
    min-height: 5em;
    margin: 0.5em;
    background-color: rgba(var(--Bg-color)) !important;
    border: none !important;
  }
  
  .btn-contact img {
    margin-bottom: 10%;
    width: 2em;
  }

  .btn-contact p{
    display: block;
  }

  .container-user.selected .container-user-photo img {
    max-width: 105px !important;
    max-height: 105px !important;
  }

  #root {
    padding: 1vh 0.5em 0.5em 0.5em;
  }

  /* 0.5em 0.5em 0.5em 0.5em */

  .container-login .row {
    height: 80vh;
    height: 80svh;
    width: 35vw;
    padding: 2em 2%;
    border-radius: 20px;
  }

  .l-navbar {
    width: auto;
  }

  .btn-secondary.clinica {
    padding: 1rem 2rem !important;
  }

  .btn-secondary.clinica img {
    height: 2em;
  }

  .l-navbar {
    left: 0;
  }
}

.container-element-inside{
  width: 100%;
  border-radius: 35px;
}


.btn-outlined.payment-close{
  position: relative !important; 

  z-index: 999;
  background-color: rgba(var(--Primary-color));
}


.payment-process-overlay{
  width: 100vw;
  width: 100svw;
  height: 100vw;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(15px) ;
  background-color: rgba(var(--Just-black), 0.23);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.modal-content.payment {
  height: 100vh !important;
  height: 100svh !important;
  overflow-y: scroll !important;
}

.container-element.payment{
  border: 1px solid rgba(var(--Primary-color));
  overflow: visible !important;
  font-weight: 900 !important;
  border-radius: 35px;
  position: relative !important;
  margin-top: 7vh;
  margin-bottom: 2vh;
  max-width: 70%;
}

.container-element.payment.right{
  min-width: 70%;
  margin-top: 7vh;
  margin-bottom: 2vh
}

.container-payment{
  height: 100%;
  position: relative !important;
}

.btn.btn-secondary.agendar{
  position: fixed;
  right: 15%;
  top: 20%;
  width: auto;
  z-index: 55;
}


.bkng-tb-cntnt{
  width: 100% !important;
}

.container-payment__inside{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 20;
  background-color: rgba(var(--Container-color));
}

.container-payment__inside.left{
  background-color: rgba(var(--Primary-color), 0.3);
}

.payment-header{
  display: flex;
  background-color: rgba(var(--Primary-color));
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em 6em 0.5em;
  width: 100%;
  position: absolute;
  border-radius: 35px;
  z-index: -1;
  top: -3em;
  left: 0;
}

.payment-header-cost{
  background-color: rgba(var(--Container-color));
  border-radius: 25px;
}

.btn.btn-payment{
  background-color:  transparent;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;

}

.btn.btn-secondary.payment{
  position: absolute;
  position: fixed;
  left: 45%;
  bottom: 10%;
}

.btn.btn-payment img{
  max-width: 85%;
  min-height: 65px;
}

.btn.btn-payment:hover, .btn.btn-payment.active{
  background-color: rgba(var(--Primary-color), 0.3);
  height: 100%;
  padding: 20em 0em;
}

.sctn-row{
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 2em;
}

 .sctn-col #cvv{
    width: 38% !important;
}

.sctn-col #expiration_year{
  width: 100% !important;
}

@media screen and (min-width: 1200px) {
  .shortcut-button {
    width: 85%;
  }

  .btn.btn-contact{
    height: calc(1.4em + 5vw);
    width: calc(1.4em + 5vw);
    min-width: 3.8em;
    min-height: 3.8em;
}

}
@media screen and (max-width: 768px) {
  .agenda-cita {
    flex-wrap: wrap;
  }


  .container-userlist {
    justify-content: center;
  }



  
.container-element.payment{
  margin-top: 7vh;
  margin-bottom: 2vh;
  max-width: 95%;
}







  .container-element.payment.right{
    min-width: 95%;
    margin-top: 7vh;
    margin-bottom: 2vh
  }
  



  .overBannerTxt {
    padding: 2em 2em;
  }

  .container-day-item {
    flex-direction: column;
  }

  .container-day {
    margin-top: 4vh !important;
  }

  .current-pill {
    background-color: rgba(var(--Success-color));
    position: absolute;
    top: 13%;
    right: 5%;
    padding: 0.3em;
    border-radius: 5px;
    color: rgba(var(--Just-white));
  }

  .container-agenda {
    width: 100%;
  }

  .l-navbar .nav_icon img {
    width: calc(1vw + 1em);
  }

  .l-navbar .nav_link {
    padding: calc(0.2em + 2px) 0;
    width: auto !important;
    -webkit-margin-start: calc(0.1em + 1px);
    margin-inline-start: calc(0.1em + 1px);
    -webkit-margin-end: calc(0.1em + 1px);
    margin-inline-end: calc(0.1em + 1px);
  }

  .hidden-sm {
    display: none;
  }
  .show-sm {
    display: inline;
  }

  .l-navbar .navbar-brand i {
    display: block;
  }
  .l-navbar:hover .nav-img {
    display: block;
  }
  .l-navbar:hover .navbar-brand i {
    display: none;
  }

  .l-navbar:hover .nav_name {
    display: contents;
  }
}

@media screen and (max-width: 1200px) {
  .l-navbar {
    width: auto;
    margin: 1em;
    height: auto;
    overflow: hidden;
    position: fixed;
  }
}



#wifi-loader {
  --background: #62abff;
  --front-color: #4f29f0;
  --back-color: #c3c8de;
  --text-color: #414856;
  width: 120px;
  height: 120px;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wifi-loader svg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transform: rotate(-100deg);
      -ms-transform: rotate(-100deg);
          transform: rotate(-100deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

#wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#wifi-loader svg circle.front {
  stroke: rgba(var(--Primary-color));
}

#wifi-loader svg.circle-outer {
  height: 120px;
  width:  120px;
}

#wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#wifi-loader svg.circle-outer circle.back {
  -webkit-animation: circle-outer135 1.8s ease infinite 0.3s;
          animation: circle-outer135 1.8s ease infinite 0.3s;
}

#wifi-loader svg.circle-outer circle.front {
  -webkit-animation: circle-outer135 1.8s ease infinite 0.15s;
          animation: circle-outer135 1.8s ease infinite 0.15s;
}

#wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#wifi-loader svg.circle-middle circle.back {
  -webkit-animation: circle-middle6123 1.8s ease infinite 0.25s;
          animation: circle-middle6123 1.8s ease infinite 0.25s;
}

#wifi-loader svg.circle-middle circle.front {
  -webkit-animation: circle-middle6123 1.8s ease infinite 0.1s;
          animation: circle-middle6123 1.8s ease infinite 0.1s;
}

#wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#wifi-loader svg.circle-inner circle.back {
  -webkit-animation: circle-inner162 1.8s ease infinite 0.2s;
          animation: circle-inner162 1.8s ease infinite 0.2s;
}

#wifi-loader svg.circle-inner circle.front {
  -webkit-animation: circle-inner162 1.8s ease infinite 0.05s;
          animation: circle-inner162 1.8s ease infinite 0.05s;
}

#wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2px;
}

#wifi-loader .text::before, #wifi-loader .text::after {
  content: attr(data-text);
}

#wifi-loader .text::before {
  color: var(--text-color);
}

#wifi-loader .text::after {
  color: rgba(var(--Primary-color));
  -webkit-animation: text-animation76 3.6s ease infinite;
          animation: text-animation76 3.6s ease infinite;
  position: absolute;
  left: 0;
}

@-webkit-keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-outer135 {
  0% {
    stroke-dashoffset: 25;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 301;
  }

  80% {
    stroke-dashoffset: 276;
  }

  100% {
    stroke-dashoffset: 276;
  }
}

@-webkit-keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-middle6123 {
  0% {
    stroke-dashoffset: 17;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 204;
  }

  80% {
    stroke-dashoffset: 187;
  }

  100% {
    stroke-dashoffset: 187;
  }
}

@-webkit-keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes circle-inner162 {
  0% {
    stroke-dashoffset: 9;
  }

  25% {
    stroke-dashoffset: 0;
  }

  65% {
    stroke-dashoffset: 106;
  }

  80% {
    stroke-dashoffset: 97;
  }

  100% {
    stroke-dashoffset: 97;
  }
}

@-webkit-keyframes text-animation76 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }


  }







  @charset "US-ASCII";
  @import "http://fonts.googleapis.com/css?family=Lato:300,400,700";
  ::-webkit-input-placeholder {
     font-style: italic;
  }
  :-moz-placeholder {
     font-style: italic;
  }
  ::-moz-placeholder {
     font-style: italic;
  }
  :-ms-input-placeholder {
     font-style: italic;
  }

  body {
     float: left;
     margin: 0;
     padding: 0;
     width: 100%;
  }
  strong {
     font-weight: 700;
  }
  button.button {
     border-radius: 5px 5px 5px 5px;
     -webkit-border-radius: 5px 5px 5px 5px;
     -moz-border-radius: 5px 5px 5px 5px;
     text-align: center;
     font-size: 21px;
     font-weight: 400;
     padding: 12px 0;
     width: 100%;
     display: table;
     background: #E51F04;
     background: -moz-linear-gradient(top,  #E51F04 0%, #A60000 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E51F04), color-stop(100%,#A60000));
     background: -webkit-linear-gradient(top,  #E51F04 0%,#A60000 100%);
     background: -o-linear-gradient(top,  #E51F04 0%,#A60000 100%);
     background: -ms-linear-gradient(top,  #E51F04 0%,#A60000 100%);
     background: linear-gradient(top,  #E51F04 0%,#A60000 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E51F04', endColorstr='#A60000',GradientType=0 );
  }
  button.button i {
     margin-right: 10px;
  }
  button.button:disabled {
     background: none repeat scroll 0 0 #ccc;
     /* cursor: default; */
  }
  .bkng-tb-cntnt {
     float: left;
     /* width: 800px; */
  }
  .bkng-tb-cntnt button.button {
     color: #fff;
     float: right;
     font-size: 18px;
     padding: 5px 20px;
     width: auto;
  }
  .bkng-tb-cntnt button.button.o {
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
     color: #e51f04;
     border: 1px solid #e51f04;
  }
  .bkng-tb-cntnt button.button i {
     color: #fff;
  }
  .bkng-tb-cntnt button.button.o i {
     color: #e51f04;
  }
  .bkng-tb-cntnt button.button.right i {
     float: right;
     margin: 2px 0 0 10px;
  }
  .bkng-tb-cntnt button.button.left {
     float: left;
  }
  .bkng-tb-cntnt button.button.disabled.o {
     border-color: #ccc;
     color: #ccc;
  }
  .bkng-tb-cntnt button.button.disabled.o i {
     color: #ccc;
  }
  .pymnts {
     float: left;
     /* width: 800px; */
  }
  .pymnts * {
     float: left;
  }

  .sctn-row {
     margin-bottom: 35px;
     /* width: 800px; */
  }
  .sctn-col {
     /* width: 375px; */
  }
  .sctn-col.l {
     /* width: 425px; */
  }
  .sctn-col input, .sctn-col select {
     border: 1px solid #ccc;
     font-size: 18px;
     line-height: 24px;
     padding: 10px 12px;
     /* width: 333px; */
  }
  .sctn-col label {
     font-size: 24px;
     line-height: 24px;
     margin-bottom: 10px;
     width: 100%;
  }
  .sctn-col.x3 {
     /* width: 300px; */
  }
  .sctn-col.x3.last {
     /* width: 200px; */
  }
  .sctn-col.x3 input, .sctn-col.x3 select {
     /* width: 210px; */
  }
  .sctn-col.x3 button {
     float: right;
  }
  .pymnts-sctn {
     /* width: 800px; */
  }
  .pymnt-itm {
     margin: 0 0 3px;
     /* width: 800px; */
  }
  .pymnt-itm p.h2 {
     background-color: rgba(var(--Primary-color));
     font-size: 24px;
     line-height: 24px;
     margin: 0;
     padding: 28px 0 28px 20px;
  }
  .pymnt-itm.active h2 {
     cursor: default;
  }
  .pymnt-itm div.pymnt-cntnt {
     display: none;
  }




  .pymnt-itm.active div.pymnt-cntnt {
     /* background-color: #f7f7f7; */
     display: block;
     padding: 0 0 30px;
     width: 100%;
  }

  .pymnt-cntnt div.sctn-row {
     margin: 20px 30px 0;
     /* width: 740px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col {
     /* width: 345px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.l {
     /* width: 395px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col input, .pymnt-cntnt div.sctn-row div.sctn-col select {
     /* width: 303px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.half {
     /* width: 155px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.half.l {
     float: left;
     /* width: 190px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.half input, .pymnt-cntnt div.sctn-row div.sctn-col.half select {
     /* width: 113px; */
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.cvv {
     background-image: url("../img/openpay/cvv.png");
     background-position: 100% center;
     background-repeat: no-repeat;
     padding-bottom: 30px;
     padding-right: 10px;
  }
  .pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input, .pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half select {
     /* width: 110px; */
  }
  .openpay {
     float: right;
     height: 60px;
     display: flex;
     flex-wrap: wrap;
     margin: 10px 30px 0 0;
     /* width: 435px; */
  }
  .openpay div.logo {
     background-image: url("../img/openpay/openpay.png");
     background-position: right bottom;
     background-size: 25%;
     background-repeat: no-repeat;
     border-right: 1px solid #ccc;
     font-size: 12px;
     font-weight: 400;
     height: 45px;
     padding: 15px 20px 0 0;
  }
  .openpay div.shield {
     background-image: url("../img/openpay/security.png");
     background-position: left bottom;
     background-repeat: no-repeat;
     font-size: 12px;
     font-weight: 400;
     margin-left: 20px;
     padding: 20px 0 0 40px;
     /* width: 200px; */
  }
  .card-expl {
     float: left;
     height: 80px;
     margin: 20px 0;
     /* width: 800px; */
  }
  .card-expl div {
     background-position: left 45px;
     background-repeat: no-repeat;
     height: 70px;
     padding-top: 10px;
  }
  .card-expl div.debit {
     background-image: url("../img/openpay/cards2.png");
     margin-left: 20px;
     width: 22em;
     background-size: contain; 
  }
  .card-expl div.credit {
     background-image: url("../img/openpay/cards1.png");
     border-right: 1px solid #ccc;
     margin-left: 30px;
     background-position: start center;
     width: 22em;
     background-size: 70%; 
  }
  .card-expl h4 {
     font-weight: 400;
     margin: 0;
  }
  .is-invalid, .is-invalid:focus, .is-invalid:focus-visible {
     border-color: #dc3545 !important;
     outline-color: #dc3545 !important;
  }


  .pymnt-cntnt, .card-expl, .stcn-row {
     display: flex;
     width: 100% !important;
     flex-wrap: wrap;
  }