.flex-left {
  display: flex !important;
}

.ml-24 {
  margin-left: 24px;
}

.pd-unset {
  padding: unset !important;
}

.w-100 {
  width: 100%;
}

.mw-900 {
  max-width: 900px !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

#modal_addgames input:-webkit-autofill {
  transition: background-color 50000000000000000s ease-in-out, color 50000000000000000s ease-in-out;
}
#modal_addgames input:-webkit-autofill:focus {
  background-color: transparent !important;
}

.text-addgame {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ffffff;
  margin-left: 80px;
  white-space: nowrap;
}
.text-addgame:hover {
  color: #fe5e00;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .dkol-page .page-content .ct-block--support .form-group--cartoon .form-control {
    width: 100%;
    max-width: 100%;
  }
  .text-addgame {
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ml-24 {
    margin-left: 0;
  }
  .text-addgame {
    margin-left: 10px;
  }
  .text-addgame {
    font-size: 12px;
  }
}
.dkol-page .page-content .ct-block--news .item .title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

.dkol-page .page-content .ct-block--news .item .desc-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}

/*# sourceMappingURL=styles.css.map */
