form {
  display: inline-block;
}

.field label {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

label {
  padding-left: 5px;
  transition: all 0.3s ease-in;
  transform: translateY(20px);
  pointer-events: none;
}

.sel label {
  transition: none;
  transform: translateY(0px);
}

.field>input,
.field>select {
  height: 30px;
}

.moveUp {
  transform: translateY(5px);
}

.fixedMoveUp {
  transform: translateY(5px);
}

.fixedMoveUp.moveUp {
  transform: translateY(5px);
}

* {
  font-family: Roboto, sans-serif;
}

label {
  font-size: 14px;
}

#picklistCursos {
  background-color: none;
}

input[type="text"],
input[type="number"],
input[type="tel"],
select {
  border: none;
  border-bottom: 1px solid black;
  width: 90%;
  color: #707070;
  background-color: #fff;
}

option:checked,
option:hover,
option:focus,
option:active {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #000000 -webkit-linear-gradient(bottom, #000000 0%, #000000 100%) !important;
}

button {
  width: 90%;
  border: 2px solid #707070;
  padding: 4px 0px;
}

button:hover {
  cursor: pointer;
}

.form_wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*--D Popup*/
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 90%;
  height: 100%;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}

.popup-header {
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;

  h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
}

.close {
  width: auto;
  background: none;
  border: 0px;
  margin: 0px;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* Style the button that is used to open and close the collapsible content */
#collapsible {
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
#collapsible:hover {
  font-weight: bold;
}

#preference_wrapper {
  display: none;
}

.hidden {
  display: none;
}

.footer {
  bottom: 0;
  width: 100%;
  background: white;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .footer {
    position: fixed
  }

  .clear {
    margin-bottom: 60px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Scrollbar styling */
#picklistCursos {
  max-height: 20rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0.25rem;

  ::-webkit-scrollbar-track {
    border-radius: 0.125rem;
    background-color: yellow;
  }

  ::-webkit-scrollbar {
    width: 0.25rem;
    border-radius: 0.125rem;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0.125rem;
    background-color: black;
  }

  ;
}
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* Works on Firefox */
#picklistCursos * {
  scrollbar-width: thin;
  scrollbar-color: rgb(70, 70, 70) auto;
}

/* Works on Chrome, Edge, and Safari */
#picklistCursos *::-webkit-scrollbar {
  width: 7px;
}

#picklistCursos *::-webkit-scrollbar-track {
  background: transparent;
}

#picklistCursos *::-webkit-scrollbar-thumb {
  background-color: rgb(70, 70, 70);
}

/* End scrollbar styling*/


button {
  -webkit-appearance: none;
  background-color: rgb(239, 239, 239);
  color: #646462;
}

select {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#loadingContainer {
  display: none;
}

span[class^="dot-"] {
  opacity: 0;
}

.dot-one {
  animation: dot-one 2s infinite linear
}

.dot-two {
  animation: dot-two 2s infinite linear
}

.dot-three {
  animation: dot-three 2s infinite linear
}

/* #region NO COURSE MESSAGE STYLES */
#messageNoCursoAdmision {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.no-curso-text {
  text-align: left;
  padding: 0px 99px;
  margin-top: 32px;
}

.no-curso-text span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.bottom-image {
  display: block;
  padding: 0px;
  text-align: center;
  height: auto;
  max-width: 650px;
  width: 100%;
  border-top: 47px solid transparent;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  object-fit: none;
}

@media screen and (max-width: 768px) {
  .bottom-image {
    border-top: 15px solid transparent;
  }

  .no-curso-text {
    padding: 0px 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .bottom-image {
    border-top: 10px solid transparent;
  }

  .no-curso-text {
    padding: 0px 15px;
    margin-top: 15px;
  }

  .no-curso-text h3 {
    font-size: 18px;
  }

  .no-curso-text span {
    font-size: 14px;
  }
}
/* #endregion */

@keyframes dot-one {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dot-two {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dot-three {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}