.error
{
  color:red !important;
}
.clock {
  font-size: 26px;
  padding: 13px;
  color: #8c5ff9;
  border-radius: 10px;
}
.d-flex
{
  display: flex !important;
}
.pd-lr
{
  padding:0px 10px;
}
.actions>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.actions a {
    border-radius: 3px;
}

.actions a.next,
.actions a.submit {
    display: block;
    background-color: var(--primary-bg-color);
    padding: 9px 25px;
    line-height: 1.573;
    color: var(--fixed-white);
    cursor: pointer;
}

.actions a.prev {
    display: block;
    background-color: var(--secondary);
    padding: 9px 25px;
    line-height: 1.573;
    color: var(--fixed-white);
    cursor: pointer;
}

.actions a.next:hover,
.actions a.submit:hover {
    color: var(--fixed-white);
    cursor: pointer;
}

.actions a.prev:hover {
    color: var(--fixed-white);
    cursor: pointer;
}
.fullwidth-secondary-ribbons .bar {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  box-shadow:none;
}
.fullwidth-primary-ribbons .bar {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  box-shadow:none;
}
.form-check-input {
    border: 1px solid #000;
}