@charset "utf-8";
body,
html {
  font: 14px BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, Averta Regular, sans-serif !important;
  color: #000 !important;
  line-height: 1.5 !important;
}
strong {
  font-size: 14px;
  font-weight: bold;
}
button {
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: unset;
}
.title14 {
  font-size: 14px;
  font-weight: bold;
}
.title16 {
  font-size: 16px;
  font-weight: bold;
}
.title18 {
  font-size: 18px;
  font-weight: bold;
}
.title20 {
  font-size: 20px;
  font-weight: bold;
}
.title32 {
  font-size: 32px;
  font-weight: bold;
}
.title40 {
  font-size: 40px;
  font-weight: bold;
}
.m-0 {
  margin: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-5 {
  padding: 5px !important;
}
.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg-white {
  background: #fff !important;
}
.bg-gray {
  background: #f5f5f5 !important;
}
.bg-green {
  background: #11967e !important;
}
.color-green {
  color: #11967e !important;
}
.color-gray {
  color: #afafaf !important;
}
.color-white {
  color: #fff !important;
}
.color-red {
  color: red !important;
}
.text-bold {
  font-weight: bold !important;
}
.rounded-10 {
  border-radius: 10px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-20 {
  gap: 20px !important;
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hover-green:hover {
  background: #0B705D !important;
}
.hover-orange:hover {
  background: #d9471d !important;
}
.help-block {
  color: #f0506e;
}
.shadow-home {
  box-shadow: 0px 4px 16px 0px #00000026;
}
#header {
  background-color: #fff !important;
  padding: 10px 40px;
  border-bottom: 1px solid #ebebeb;
}
#header a {
  font-size: 14px !important;
}
#header .uk-navbar-nav > li > a {
  font: 14px Open Sans Bold !important;
}
#header .header_affiliate {
  color: #11967e;
  border: 1px solid #11967e;
  padding: 2px 5px;
  border-radius: 5px;
}
#header .header_box {
  border-radius: 100px;
  border: 1px solid #11967e;
  padding: 7px 15px;
  color: #11967e !important;
  transition: 0.2s ease;
}
#header .header_box.right {
  background-color: #11967e;
  color: #fff !important;
}
#header .boxlang .uk-dropdown {
  padding: 15px !important;
  border-radius: 10px;
  min-width: 150px !important;
}
#header .user-box {
  border: 1px solid #10ac90;
  box-shadow: 0px 0px 8px 0px #00000033;
  border-radius: 100px;
  padding: 4px;
  cursor: pointer;
}
#footer {
  background: #1a242d;
  padding-top: 55px;
  color: #fff;
  line-height: 24px;
}
#footer h3,
#footer h6 {
  color: #fff;
}
#footer a,
#footer h4 {
  color: #fff !important;
  font-size: 14px;
}
#footer a:hover {
  color: #00947d;
  font-size: 14px;
}
#footer .social-icon {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
}
#sendsubcribe {
  padding-left: 20px;
  border: none !important;
}
#copyright {
  background: #4c4c4c;
  margin-top: 20px !important;
}
#copyright a {
  padding-right: 5px;
  color: #a7a7a7 !important;
}
#copyright .uk-container {
  color: #a7a7a7;
  padding-top: 14px;
  height: 46px;
}
.send-footer {
  border-radius: 8px;
  padding: 0 12px !important;
  margin-left: 5px;
}
.error-page {
  display: block;
  margin: 0 auto;
  max-width: 880px;
  padding-top: 50px;
  margin-bottom: 80px;
}
.error-page .content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.error-page .box-img {
  display: flex;
  align-items: center;
}
.error-page .box-img img {
  width: calc(min(90%, 40vh, 240px));
  margin: auto;
}
.error-page .box-text {
  display: flex;
  flex-direction: column;
  color: rgba(3, 18, 26, 1);
  position: relative;
}
.error-page .box-text:before {
  content: "";
  width: 1px;
  background-color: rgba(45, 158, 223, 0.13);
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
}
.error-page .box-text .code {
  font-size: 50px;
  font-weight: bold;
}
.error-page .box-text .title {
  font-size: 30px;
  font-weight: bold;
}
.error-page .box-text .des {
  font-size: 15px;
  margin: 10px 0 5px;
}
.error-page .box-text .btn-back-home {
  color: #fff !important;
  background-color: #ea5a35;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 15px;
  margin-top: 10px;
}
.home .modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.15s linear, transform 0.15s ease-out;
}
.home .modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.home .modal .modal-overlay {
  backdrop-filter: blur(10px);
  background: #00000080;
}
.home .modal .modal-register-dialog {
  background: #d4fcf8;
  border: 1px solid #8bdac5;
}
.dashboard .box {
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  overflow: hidden;
}
.dashboard .box .box-title {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
}
.dashboard .box .box-info {
  padding: 15px;
}
.dashboard .day-block {
  padding: 10px 15px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background: #fff;
  border-radius: 30px;
  transition: 0.1s;
}
.dashboard .day-block.active {
  background: #11967e;
  border: 1px solid #11967e;
  color: #fff;
}
.ads .uk-table th,
.ads .uk-table td {
  border: 1px solid #ddd !important;
}
.ads .uk-table th {
  color: #333;
  text-transform: none !important;
  font-weight: bold;
}
.ads .uk-table td {
  padding: 8px 8px;
  vertical-align: top;
}
.ads .uk-table th,
.ads .uk-table td {
  border: 1px solid #ddd !important;
}