/* fix */
#content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  #content .container-hero .banner-end-add-waiting .waiting-time-widget .waiting-time .waiting-info-cont .waiting-text {
    font-size: 16px;
  }
}
/* end fix */
.wrap-wait-qpass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.wrap-qpass {
  width: 74px;
  height: 74px;
  background-color: red;
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent linear-gradient(90deg, rgba(48, 145, 76, 0) 0%, #2D8D4E 0%, #085581 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px;
  margin-right: 20px;
}

.wrap-qpass a {
  display: block;
}

.wrap-qpass__link-button {
  display: block;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #3180EE;
  padding: 0 4px;
  border-radius: 12px;
  font-size: 0;
  width: 24px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2Ljc2OCIgaGVpZ2h0PSIxMi4wNyI+CiAgICA8cGF0aCBkYXRhLW5hbWU9Ikljb24gaW9uaWMtaW9zLWFycm93LWZvcndhcmQiIGQ9Ik00LjcyOCA2LjAzMy4yNDkgMS40NjlhLjg3MS44NzEgMCAwIDEgMC0xLjIxOC44NDEuODQxIDAgMCAxIDEuMiAwbDUuMDc1IDUuMTcxYS44NzMuODczIDAgMCAxIC4wMjUgMS4xODlsLTUuMSA1LjIwN2EuODM5LjgzOSAwIDAgMS0xLjIgMCAuODcxLjg3MSAwIDAgMSAwLTEuMjE4WiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K);
}

.wrap-qpass__link-button:hover {
  color: #fff;
  opacity: 0.8;
}

@media only screen and (min-width: 750px) {
  .wrap-wait-qpass {
    padding: 0;
  }
  .wrap-qpass {
    height: 70px;
    width: 100%;
    max-width: fit-content;
    flex-flow: row;
    border-radius: 0;
    gap: 20px;
    background: transparent linear-gradient(90deg, rgba(48, 145, 76, 0) 0%, #2D8D4E 47%, #085581 100%) 0% 0% no-repeat padding-box;
    margin-right: 0;
  }
  .wrap-qpass__link-button {
    height: 32px;
    line-height: 32px;
    width: fit-content;
    padding: 0 20px 0 10px;
    border-radius: 16px;
    font-size: 14px;
    text-overflow: initial;
    overflow: initial;
    background-position: center right 8px;
  }
  .wrap-qpass__link-logo {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1080px) {
  .wrap-qpass {
    max-width: 540px;
  }
}
.cont-modal-dialog-cards-security {
  position: fixed;
}
.cont-modal-dialog-cards-security .modal-header {
  border: 0px solid transparent !important;
}
.cont-modal-dialog-cards-security .modal-body {
  border: 0px solid transparent !important;
}