.errorMessage::placeholder {
    color: red !important;
}

#profile_photo_error {
    padding-left: 18px;
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

#training_type_error {
    display: none;
    padding-left: 30px;
    padding-top: 10px;
    color: red;
}

#login_error {
    color: red;
    padding-top: 15px;
}

.logout-button {
    display: block;
    width: 10%;
    margin: 20px auto 0 auto;
    background: green;
    padding: 10px;
    color: white;
    text-decoration: none;
    text-align: center;
}

.logout-button:hover {
    background: green;
    color: white;
}

#forgot_password_message {
    padding-left: 30px;
    padding-top: 15px;
    color: green;
}

.training-type-selected {
    color: white !important;
    background-color: #9BCD0D;
}

.password_checker_div {
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 700;
}

#password_policy {
    padding-top: 7px;
    padding-left: 18px;
    font-size: 14px;   
}

#back_to_measurement {
    color: white;
    text-decoration: none;
}

#back_to_measurement:hover {
    color: white;
    text-decoration: none;
}

.social-button {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: black;
}

.social-button svg {
    height: 25px !important;
}

#social-links {
    display: inline-block !important;
}

.pagination {
    width: max-content;
    margin: 70px auto 0 auto;
}

.pagination .page-link {
    color: #000;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: none;
}

.page-item.active .page-link {
    background-color: #3A3A3A1A !important;
    color: #588F01 !important;
    border-radius: 5px !important;
    border: 1px solid #dee2e6 !important;
}

#messages_div::-webkit-scrollbar {
    width: 4px;
  }
   
  #messages_div::-webkit-scrollbar-thumb {
    background-color: lightgrey;
    border-radius: 4px;
  }

#feedback_file_error {
    padding-top: 10px;
    font-size: 16px;
    color: red;
    margin-bottom: 20px;
    text-align: left;
}