.fontsize20 {
  font-size: 20px;
}

.fontsize40 {
  font-size: 40px;
}

.text-bold {
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-top120 {
  margin-top: 120px;
}

.p-head {
  margin-bottom: 30px;
}

.p-head h1 {
  font-weight: bold;
}

.hborder {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.alert-info {
  background-color: rgba(253, 226, 49, 0.2);
  border: solid 1px rgb(253, 226, 49);
}

.task-container {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
  font-size: 20px;
}

.task-container i {
  font-style: normal;
}

.task-container:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.task-container .task-result {
  margin-top: 15px;
  display: none;
}

.task-container .task-hint {
  margin-top: 15px;
  display: none;
}

.rd-navbar .rd-navbar-main-outer .rd-navbar-main .list-inline
a{
  color: white ;
  background-color: #151515;
  border: none;
}

.selectLanguage .icon{
  font-size: 12px;
  font-weight: bold;
}

div .selectLanguageMain{
  margin-top: 55px;
  font-size: 12px;
  font-weight: bold;
}
