/* new custom classes added per page */
html {
    scroll-behavior: smooth;
}
.table-time {
    width: 70%;
    margin: 0 auto;
}
.table-time thead {
    background: #f3e9de;
}
.for-plus {
    padding: 5px 0;
}
.for-register-i {
    font-size: 25px;
    color: #ff552e;
    cursor: pointer;
}
.for-register-i-help {
    font-size: 15px;
    color: #ff552e;
}
.for-register {
    border-color: #a3d4e3;
}
.for-register-notes {
    margin-top: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.error_border {
    border: 1px solid #dc3545 !important;
}
.text-danger {
    color: red !important;
}
footer p a:hover{
  color:#61bdd9;
}