*{
    font-family: 'Mulish';
  }
  body {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  input {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    outline: none;
    border: none;
    background-repeat: no-repeat;
    font-weight: inherit;
  }
  select {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    -webkit-appearance: none;
    box-shadow: none !important;
    outline: none;
    font-weight: inherit;
  }
  
  .radioBtn {
    -webkit-appearance: radio;
    font-weight: inherit;
  }
  
  textarea {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  
  .centeredContent {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    height: auto;
    overflow: hidden;
  }
  
  #alertMessageFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1001;
  }
  #alertMessageDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
  }
  #alertMessageDiv {
    position: relative;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 0;
    width: 338px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
  }
  #alertMessageLogoDiv {
    position: relative;
    width: 70px;
    height: 149px;
    margin: 0 auto;
    margin-top: 34px;
  }
  
  #alertMessageLogo {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 110px;
  }
  #alertMessageBkgImg {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  
  #alertMessageMessage {
    position: relative;
    width: 80%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #3C3C3C;
    /* font-family: 'Montserrat'; */
  }
  
  #alertMessageAceptarWrapper {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  
  #alertMessageAceptar.button-green{
    background: #30A443 !important;
    padding: 9px 30px;
    font-size: 14px;
    width: fit-content;
    border-radius: 5px;
  }
  
  #alertMessageAceptar.button-green:hover{
    background: transparent !important;
  }
  
  .alertMessageClose {
    width: 16px;
    height: 15px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    text-align: center;
    color: #163049;
    padding-top: 1px;
    font-size: 14px;
    font-family: 'Montserrat';
  }
  
  .alertMessageClose:hover {
    opacity: 0.8;
  }
  
  #loaderFixedContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1002;
  }
  #loaderDivContainer {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
  }
  #loaderDiv {
    position: relative;
    margin: 0px auto;
    margin-top: 20%;
    width: 40px;
  }
  
  .fullBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
  }
  
  .blackOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: black;
  }
  
  .whiteOpacity {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background-color: white;
  }
  
  .fullRelative {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .centeredLogon {
    position: relative;
    width: 720px;
    margin: 0 auto;
    background-color: white;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  
  #registerUserBtn {
    margin-top: 20px;
  }
  
  #loginUserBtn:hover {
    cursor: pointer;
  }
  
  #registerUserBtn {
    cursor: pointer;
  }
  
  #loginTopMenu:hover {
    cursor: pointer;
  }
  .unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  .pointedBlueLine {
    background-image: url("/images/pointedBlueLine.png");
    background-repeat: repeat-x;
  }
  
  .sexRadioBtn {
    float: left;
    width: 25px;
    margin-top: 10px;
  }
  
  .sexTypeText {
    float: left;
    margin-right: 12px;
    margin-top: 8px;
  }
  
  .adminSwitch {
    position: relative;
    height: 30px !important;
    background-image: none !important;
  }
  .adminSwitchBkg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
  }
  .adminSwitchBkgOn {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
  }
  .adminSwitchHandle {
    position: absolute;
    left: 22px;
    top: 0px;
    height: 100%;
  }
  
  .studio4dSprite {
    background-image: url(/files/layouts/studio4dsprite.png);
    overflow: hidden;
    position: absolute;
  }
  .blackBkg75 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.75;
  }
  .blackBkg50 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
  }
  
  .button-green {
    padding: 14px 60px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #33b940;
    transition: 0.5s all ease-in-out;
    width: fit-content;
    background: #33b940;
    margin-top: 20px;
  }
  
  .button-green:hover {
    color: #33b940;
    background: transparent;
  }
  @media screen and (max-width: 770px) {
    #alertMessageDiv {
      width: 85%;
      margin-top: 0%;
    }
    #alertMessageAceptar {
      width: 80%;
    }
  }
  
  @-webkit-keyframes arrow {
    0% {
      -webkit-transform: scale(0.8);
    }
    55% {
      -webkit-transform: scale(1.3);
    }
  
    100% {
      -webkit-transform: scale(0.8);
    }
  }