.clear {
  clear: both;
}

.btn-dung-thu {
  background-color: #0c79d5;
  color: #fff;
}

.space-list {
  padding: 40px 0;
}

.btn-register {
  position: relative;
}

.header-ring {
  position: absolute;
  top: -13px;
  left: -40px;
}

.dashboard .sibar-dashboard {
  margin-right: -23px;
  border: 1px solid #d9d9d9;
  padding: 30px 0 25px;
}

.dashboard .sibar-dashboard .user {
  padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
  width: 72px;
  height: 72px;
  float: left;
  margin-right: 10px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
  float: left;
  margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000000;
  margin-bottom: 15px;
}

.dashboard .sibar-dashboard .user .info.point {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}

.dashboard .sibar-dashboard ul {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.dashboard .sibar-dashboard ul li {
  padding: 12px 0 12px 20px;
}

.dashboard .sibar-dashboard ul li img {
  margin-right: 10px;
  width: 16px;
  height: auto;
}

.dashboard .sibar-dashboard ul li a {
  color: #333333;
}

.dashboard .sibar-dashboard ul li.active {
  background: #f4f4f4;
}

.dashboard .sibar-dashboard ul li:hover {
  background: #f4f4f4;
}

.dashboard .tab-info {
  margin-left: 33px;
}

.dashboard .dashboard-button {
  border: none;
  background: #0c79d5;
  color: #ffffff;
  padding: 7px 15px;
  transition: 0.3s linear;
  font-weight: 500;
}

/* .dashboard .dashboard-button:hover{
    background-color: #FFDA7A;
    color: var(--primary-color);
} */

.dashboard .tab-info h2.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-align: left;
}

.dashboard .tab-info .info-inner:not(:first-child) {
  margin-top: 40px;
}

.dashboard .tab-info table {
  border: 1px solid #d9d9d9;
  width: 100%;
}

.dashboard .tab-info table th {
  padding: 16px 20px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000000;
  text-align: center;
}

.dashboard .tab-info table td {
  padding: 12px 10px 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.dashboard .tab-info table .price,
.dashboard .tab-info table .point {
  color: #ff0000;
}

.dashboard .tab-info table .watch-now {
  display: inline-block;
  padding: 3px 8px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
}

.dashboard .tab-info table tr:nth-child(even) {
  background-color: #f4f4f4;
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
  text-align: left;
}

table.type-1 th {
  width: 13%;
}

table.type-1 th:nth-child(3) {
  width: 15%;
}

table.type-1 th:first-child {
  width: 46%;
}

table.type-2 th {
  width: 13%;
}

table.type-2 th:first-child {
  width: 74%;
}

.dashboard .tab-info .info-inner .see-more {
  padding: 20px;
}

.dashboard .tab-info .info-inner .see-more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #000000;
}

table.type-3 th.stt {
  width: 5%;
  text-align: center;
}

table.type-3 th {
  width: 10%;
}

table.type-3 th.account {
  width: 30%;
  text-align: left;
}

.dashboard .tab-info table.type-3 td.stt {
  text-align: center;
  padding: 12px 20px;
}

.dashboard .tab-info table.type-3 td.name {
  text-align: left;
}

table.type-3 .status {
  color: #ba9d00;
}

#ref_link_text {
  color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child) {
  margin-bottom: 20px;
}

#form-recover-pass .add-item {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .dashboard .sibar-dashboard {
    margin-right: 0;
    padding: 20px 0 20px;
  }

  .dashboard .tab-info {
    margin-left: 0;
    margin-top: 30px;
  }

  .dashboard .tab-info .table-mobile {
    overflow-x: scroll;
    padding: 0px 0px 20px;
  }

  .dashboard .tab-info .table-mobile table {
    min-width: 600px;
  }

  .dashboard .tab-info table th {
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  table.type-3 th {
    width: 10%;
  }

  .dashboard .sibar-dashboard ul li:hover {
    background: unset;
  }

  /* user-menu-mobile */
  .header-ring {
    position: absolute;
    top: -9px;
    left: -30px;
  }

  .name-user {
    margin-left: 10px;
  }

  .btn-register,
  .login-btn {
    color: #333333;
  }
}

/* ---------------------------------------------login/register---------------------------------------- */
.sign-in {
  width: 100%;
  margin: 100px auto;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(173, 173, 173, 0.25);
  border-radius: 30px;
  max-width: 500px;
}

.sign-in-m {}

.sign-in .tab {
  width: 100%;
  overflow: hidden;
  display: flex;
  border-radius: 20px 20px 0 0;
}

.sign-in .tab a {
  width: 50%;
  padding: 20px;
  border: none;
  cursor: pointer;
  background-color: #f8f8f8;
  transition: 0.3s;
  font-size: 21px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.tab a.active {
  background-color: #ff7a00;
  color: white;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.user-img {
  max-width: 100px;
  max-height: 100px;
  margin: 30px auto;
}

.user-img img {
  width: 100%;
  height: 100%;
}

.input-wrap {
  width: 80%;
  margin: 20px auto;
  display: flex;
  border-radius: 40px;
  background: #f8f8f8;
  padding: 0 20px;
}

.icon-input {
  padding: 10px 0;
  width: 10%;
  min-width: 20px;
}

.icon-input img {
  width: auto;
  height: 100%;
}

.showhide-icon {
  width: 5%;
  min-width: 20px;
  padding: 10px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.showhide-icon img {
  width: 100%;
  height: auto;
}

.white {
  color: red;
}

.input-wrap input {
  border: none;
  background: transparent;
  width: 85%;
  font-size: 16px;
  line-height: 20px;
  min-height: 42px;
  padding-left: 5px;
}

.input-wrap input:focus-visible {
  outline: none;
}

.login_submit {
  width: 80%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  border-radius: 40px;
  background: #ff7a00;
  padding: 12px 20px;
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  border: none;
}

.re-take {
  margin: 30px auto;
  text-align: center;
  /* font-family: 'Roboto'; */
  padding-bottom: 35px;
}

.sign-with {
  width: 80%;
  display: flex;
  margin: 30px auto;
}

.sign-with .social {
  width: 50%;
  border-radius: 150px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
}

.icon-social {
  padding: 10px 0;
  padding-right: 20px;
}

.icon-social img {
  width: 100%;
}

.text-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

#showEye,
#hideEye,
#showEye1,
#hideEye1,
#showEye2,
#hideEye2 {
  display: block;
  transition: all 0.2s;
}

#showEye.hide,
#hideEye.hide,
#showEye1.hide,
#hideEye1.hide,
#showEye2.hide,
#hideEye2.hide {
  display: none;
}

#modal-login .modal-dialog {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 25px;
}

#modal-login .modal-close {
  top: 20px;
  right: 20px;
}

#form-register {
  padding-bottom: 10px;
}