div.block-html {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: $font-bold;
    border-left: 4px solid #04248a;
    padding-left: 10px;
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  h3,
  h4,
  h5 {
    line-height: 1.25rem;
    border-left-width: 3px;
  }
  ul {
    padding-left: 30px;
  }
  li {
    line-height: 2.2rem;
    list-style-type: square !important;
    &::marker {
      color: $primary-color !important;
    }
  }
}

.simple-block-html {
  * {
    color: inherit !important;
  }
}

table.normal-table {
  width: 100%;
  text-align: center;
  thead {
    background-color: $primary-color;
    color: #fff;
    font-size: 1rem;
    th {
      padding: 1rem 0.5rem;
      &:first-child {
        padding-left: 2rem;
        text-align: left;
      }
    }
  }
  tbody {
    tr {
      &:nth-child(even) {
        background-color: #f4f4f4;
      }
      &:hover {
        background-color: #f1f3fb;
      }
      td {
        padding: 1.5rem 1rem;
        &:first-child {
          text-align: left;
        }
      }
    }
  }
}
.profile__online-status {
  display: inline-block;
  position: absolute;
  background-color: #bdbdbd;
  border-radius: 50%;
  border: 2px solid #fff;
  width: var(--size);
  height: var(--size);
  bottom: var(--position-bottom);
  right: var(--position-right);
  &.active {
    background-color: #00e530;
  }
}

button.btn-no-padding {
  padding: 0;
}
.congrats-dialog > .el-dialog {
  background-image: url("~@/assets/images/bg_congrats_footer.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: white;
  padding: 0 !important;

  .el-dialog__headerbtn {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background: #ffffff;
    color: #ffffff;
    border: 1px solid #00000033;
    i::before {
      vertical-align: middle;
    }
  }
  &> .el-dialog__header {
    background: url("~@/assets/images/bg_congrats_header.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  &> .el-dialog__body {
    padding: 30px 50px 0 50px;
    min-height: 260px !important;
    background: url("~@/assets/images/bg_congrats_body.png");
    background-repeat: repeat-y;
    background-size: contain;
  }
  &> .el-dialog__footer {
    padding-top: 50px !important;
    padding-bottom: 120px;
    height: 250px;

    .el-button--success {
      color: #FFFFFF;
      background-color: #04248a;
      border-color: #04248a;
    }

  }
}
.el-select-dropdown__item {
  font-size: 1rem !important;
}
.congrats-block {
  background: url("~@/assets/images/bg_congrats.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 700px;
  height: 535px;
  margin: auto;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  //min-height: 54vh;
  color: #fe5e03;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

  .el-button--primary.is-plain{
    background: #05195b;
    color: #fff;
    border-color: #05195b;
    &:hover{
      background: #fe5e03;
      border-color: #fe5e03;
    }
  }
}

//Added 14.08.2021
.forgot-box {
  background-color: #FFFFFF;
  border: 1px solid #eeeeee;
  width: 550px;
  padding: 2rem 2.5rem;
}
