@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");

* {
  font-family: "Roboto", sans-serif;
}

body {
  background-image: url(../img/background.jpg);
}

a{
  text-decoration: none;
  color: #0000;
}

.styleCard {
  max-width: 40rem;
  color: #000; /* Color del texto */
}

.divSpanVolver {
  padding-top: 8px;
  height: 40px;
}

.progress {
  height: 6px;
}

.fs {
  font-size: 12px;
  font-weight: 700;
  margin-left: 13px;
}

h2 {
  font-size: 24px;
  margin-left: 15px;
}

.input-group-append {
  cursor: pointer;
}

.accordion-button {
  box-shadow: none !important;
  background-color: transparent !important;
  outline: none !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
}

.accordion-button:hover {
  background-color: transparent !important;
  color: inherit !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-header {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.spanUltimo {
  font-size: 10px;
  padding-right: 5px;
}

.spanJump {
  font-size: 14px;
}

.btn-time {
  background-color: white !important;
  color: #616161 !important;
  border: 0.01px solid #616161 !important;
}

.btn-time.active {
  background-color: #28a745 !important;
  color: white !important;
}

.buttonStyle {

    align-items: center;
  -webkit-text-size-adjust: 100%;
    font: 1em/1.5 sans-serif;
    --progressPercent: 25%;
    font-family: Roboto;
    color: #383838;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1;
    box-sizing: border-box;
    display: flex;
    width: auto;
    border: 1px solid #DDDDDF;
    border-radius: 4px;
    background: #fff;
}

.buttonStyle1 {
  cursor: pointer;
  background: none;
  color: #383838;
  width: 36px;
  height: 36px;
}


:root {
  --color-green: #11BD62;
  --color-error: #D8222B;
}

* {
  font-family: "Roboto", sans-serif;
  color: #383838;
}

.arrow-back-icon {
  cursor: pointer;
}

.arrow-back-icon:hover {
  color: rgb(63, 63, 199);
}

.text-green {
  color: var(--color-green)
}

.text-red {
  color: var(--color-error)
}
.label-input {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 700;
  color: #383838;
}

.input-style {
  padding: 12px;
  border: 1px solid #DDDDDF;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 300;
  border-radius: 4px;
  height: 42px;
  cursor: pointer;
  width: 100%;
}

.input-style:focus {
  border-color: #2E87CD;
  outline: 0;
  box-shadow: 0 0 0 1px #2E87CD;
}

.input-style-dni {
  padding: 12px;
  border: 1px solid #DDDDDF;
  font-size: 16px;
  -webkit-appearance: none;
  font-weight: 300;
  border-radius: 4px;
  height: 46px;
  cursor: pointer;
  width: 100%;
  padding: 13px 18px;
}

.input-style-dni:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #2e88cd00;
}

.button-grey {
  background: #EBEBEB;
  color: #383838;
  border: 0;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  height: 51px;
  padding: 16px 20px;
}

.button-grey:hover {
  background: #EBEBEB;
  color: #383838;
  border: 0;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
}

#button-green {
  border-radius: 4px;
  color: #fff;
  height: 51px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  background-color: #11BD62;
  /* border-color: #146c43; */
  box-shadow: 3px 3px 0 0 rgba(0,0,0,.1);
}

#datepick{
  width: 200px;
  margin-left: 5%;
  margin-top: 2%;
  cursor: pointer;
}


/* SUCCESS PHP FILE */

.custom-line {
  border: 0;
  height: 2px;
  background-color: #333; /* Customize color */
  margin-top: 20px;
  margin-bottom: 20px;
}