/*Add font ================================*/
footer {
  margin: 0;
}

.side_button {
  display: none;
}

#rotate_error {
  display: none;
}

@media screen and (min-width: 100px) and (max-width: 991px) and (orientation: portrait) {
  #rotate_error {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  #rotate_error:before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11111;
  }
  #rotate_error:after {
    content: "";
    background: var(--bg-rotate) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11112;
  }
  #rotate_error .text {
    font-size: 30px;
    text-align: center;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11113;
  }
}
@media (max-width: 768px) {
  #rotate_error .text {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  #rotate_error .text {
    top: 59%;
    font-size: 14px;
  }
}
.full.user {
  padding: 0;
}

.full.signin,
.full.signup {
  background: #f3f3f3 url("../../../../../resources/images/bg_login.png") no-repeat;
  background-size: contain;
  padding: 25px 0;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  background-position: right center;
  position: relative;
}
@media (max-width: 992px) {
  .full.signin,
  .full.signup {
    background-position: right bottom;
  }
}
@media (max-width: 600px) {
  .full.signin,
  .full.signup {
    background-size: cover;
    background-position: 67%;
  }
  .full.signin:after,
  .full.signup:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .full.signin .container,
  .full.signup .container {
    z-index: 9;
    position: relative;
  }
}
.full.signin .nav,
.full.signup .nav {
  display: none;
}

.full.signup .box-layout {
  background: transparent;
}
.full.signup .box-layout .box-layout-title h1 {
  font-family: "MyriadPro-Regular";
  font-size: 47.81px;
  color: #04457A;
}
.full.signup .box-layout .box-layout-title span {
  font: 400 20px/150% "Source Sans Pro";
  color: #383838;
}
.full.signup .box-layout .box-layout-content .user-form .form-group input[type=password] {
  height: 43px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  font-size: 18px;
  color: #818181;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 601px) {
  .full.signup .box-layout .box-layout-content .user-form .form-group input[type=password] {
    width: 70%;
  }
}
@media (min-width: 823px) {
  .full.signup .box-layout .box-layout-content .user-form .form-group input[type=password] {
    width: 40%;
  }
}
.full.signup .box-layout .box-layout-content .code input[type=text] {
  width: 100%;
}

.box-layout {
  border-radius: 0 0 5px 5px;
  width: 100%;
  background: white;
  padding: 20px 15px 5px;
}
@media (min-width: 601px) {
  .box-layout {
    padding: 70px 0;
  }
}
@media (min-width: 993px) {
  .box-layout {
    padding: 20px;
  }
}
.box-layout .box-layout-content p {
  padding: 5px 0;
}
.box-layout .box-layout-content .user-form {
  margin-top: 2rem;
}
.box-layout .box-layout-content .user-form .form-group .title {
  margin-bottom: 0;
  margin-right: 15px;
}
.box-layout .box-layout-content .user-form .form-group input[type=text] {
  height: 43px;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0 15px;
  font-size: 18px;
  color: #818181;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 601px) {
  .box-layout .box-layout-content .user-form .form-group input[type=text] {
    width: 70%;
  }
}
@media (min-width: 823px) {
  .box-layout .box-layout-content .user-form .form-group input[type=text] {
    width: 40%;
  }
}
.box-layout .box-layout-content .user-form .form-group input[type=text]::-moz-placeholder {
  font-size: 18px;
  color: #818181;
  line-height: 43px;
  font-weight: 400;
}
.box-layout .box-layout-content .user-form .form-group input[type=text]::placeholder {
  font-size: 18px;
  color: #818181;
  line-height: 43px;
  font-weight: 400;
}
.box-layout .box-layout-content button {
  text-align: center;
  color: #ffffff;
  background: #FF960B;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 20px 0;
  font-size: 16px;
}
@media (min-width: 601px) {
  .box-layout .box-layout-content button {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  #box_menu_user {
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    width: 100%;
    z-index: 9000;
    margin-bottom: 0;
    background: #fff;
    transform: translateX(100%);
  }
  #box_menu_user.openside {
    transform: translateX(0);
    height: 100%;
    display: block;
    overflow-y: auto;
  }
  #box_menu_user .user-toggler {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.user-toggler {
  background: #f9f9f8;
  border: 1px solid #0057ff;
  border-radius: 6px;
}
.user-toggler i {
  color: #0057ff;
}

#ims-column_left {
  padding: 0 20px;
}
#ims-column_left > .user-tool {
  display: none !important;
}

#ims-content {
  border-radius: 8px;
  margin-bottom: 18px;
}

#user-manager #ims-column_left {
  order: 0;
}
@media (min-width: 992px) {
  #user-manager #ims-column_left {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    padding-right: 22px;
  }
}
#user-manager #ims-content {
  order: 1;
}
#user-manager #ims-content .page_title {
  font: 300 19px/150% "Baloo 2", cursive;
  color: #343434;
  padding: 20px 0;
}
@media (min-width: 992px) {
  #user-manager #ims-content {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0;
  }
}
#user-manager .paginate {
  order: 2;
}

.forget_pass {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .forget_pass {
    padding: 30px;
  }
}

.user_info {
  border-bottom: 6px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.user_info .user_img {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}
.user_info .user_img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.user_info .user_name {
  font: 400 16px/1.2 "Baloo 2", cursive;
  color: #7a7a7a;
  flex: 1 1 auto;
  padding-left: 15px;
}
.user_info .user_name span {
  font: 600 24px/1.2 "SFProDisplay-Semibold";
  color: #0155f5;
  display: block;
}

#user-manager {
  width: 100%;
}
@media (min-width: 451px) {
  #user-manager {
    font-size: 18px;
  }
}
#user-manager #user_profile {
  padding: 20px 0 65px;
}
@media (min-width: 769px) {
  #user-manager #user_profile {
    padding: 60px 0 65px;
  }
}
#user-manager .header_user {
  padding: 10px 15px;
  background: #04457A;
  width: 100%;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}
#user-manager .header_user i {
  margin-right: 10px;
  font-size: 20px;
}
#user-manager .header_user img {
  margin-right: 10px;
}
#user-manager #form_profile {
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  padding: 10px 15px;
}
@media (min-width: 451px) {
  #user-manager #form_profile {
    padding: 20px 30px;
  }
}
#user-manager #form_profile .form-group {
  margin-bottom: 10px;
}
#user-manager #form_profile .form-group.province_class {
  margin-bottom: 15px;
}
#user-manager #form_profile .picture {
  margin-bottom: 10px;
}
#user-manager #form_profile .picture .form-group {
  margin-bottom: 5px;
  position: relative;
}
#user-manager #form_profile .picture #picture_view .img {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
#user-manager #form_profile .picture .note {
  font-size: 15px;
  color: #818181;
}
#user-manager #form_profile .picture .file-upload-wrapper {
  position: absolute;
  top: 0;
}
#user-manager #form_profile .picture .file-upload-wrapper .file-upload-button {
  width: 107px;
  height: 107px;
  border-radius: 50%;
  opacity: 0;
}
#user-manager #form_profile .user_name {
  margin: 25px 0;
}
#user-manager #form_profile .select2-container .select2-selection--single {
  height: 43px;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
}
#user-manager #form_profile .select2-container .select2-selection__rendered {
  color: #818181;
  line-height: 43px;
  font-size: 16px;
}
@media (min-width: 451px) {
  #user-manager #form_profile .select2-container .select2-selection__rendered {
    font-size: 18px;
  }
}
#user-manager #form_profile input[type=text] {
  height: 43px;
  border: 1px solid #B2B2B2;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
  color: #818181;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 451px) {
  #user-manager #form_profile input[type=text] {
    font-size: 18px;
  }
}
#user-manager #form_profile input[type=text]::-moz-placeholder {
  color: #818181;
  line-height: 43px;
  font-weight: 400;
  font-size: 16px;
}
#user-manager #form_profile input[type=text]::placeholder {
  color: #818181;
  line-height: 43px;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 451px) {
  #user-manager #form_profile input[type=text]::-moz-placeholder {
    font-size: 18px;
  }
  #user-manager #form_profile input[type=text]::placeholder {
    font-size: 18px;
  }
}
#user-manager #form_profile .list_left .form-group {
  margin-bottom: 14px;
}
#user-manager #form_profile .btn_submit {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 601px) {
  #user-manager #form_profile .btn_submit {
    justify-content: end;
  }
}
#user-manager #form_profile .btn_submit .form-group {
  margin: 0;
  color: #ffffff;
}
#user-manager #form_profile .btn_submit .form-group:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 601px) {
  #user-manager #form_profile .btn_submit .form-group:not(:last-child) {
    margin-right: 20px;
  }
}
#user-manager #form_profile .btn_submit .form-group:first-child .btn {
  background: #FF960B;
}
#user-manager #form_profile .btn_submit .form-group:nth-child(2) .btn {
  background: #818181;
}
#user-manager #form_profile .btn_submit .form-group .btn {
  display: flex;
  align-items: center;
  background: #0BB732;
  color: #fff2f2;
  border-radius: 5px;
  padding: 7px 19px;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #user-manager #form_profile .btn_submit .form-group .btn {
    font-size: 18px;
  }
}
#user-manager #form_profile .btn_submit .form-group .btn span, #user-manager #form_profile .btn_submit .form-group .btn img {
  margin-right: 8px;
}

#user-product .box-course .box-course-item .wrap {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#user-product .box-course .box-course-item .wrap .course-item-info {
  background: #ffffff;
  border: 1px #ffffff solid;
}

.swal2-container {
  z-index: 999999 !important;
}

.box_menu_user li a label {
  margin: 0;
  cursor: pointer;
}
.box_menu_user li a label i {
  font-size: 1.2rem;
  color: #a6a6a6;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.box_menu_user li a .noti-count {
  font: 400 13px/1 "Baloo 2", cursive;
  color: #fff;
  background: #9f9f9f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0px;
  margin: 0 5px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 768px) {
  .box_menu_user li a .noti-count {
    display: none;
  }
}

.avatar-preview {
  padding: 0 15px;
  margin-bottom: 15px;
}
.avatar-preview .list_pic {
  width: 100px;
  height: 100px;
}
.avatar-preview .list_pic img {
  width: 100%;
  height: auto;
}

.box-manager {
  padding: 20px 0 65px;
}
@media (min-width: 601px) {
  .box-manager {
    padding: 60px 0 65px;
  }
}
.box-manager .box-content {
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin: 0;
  margin-bottom: 15px;
  background: #fff;
}
@media (max-width: 992px) {
  .box-manager .box-content {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .box-manager .box-content .mobile1 {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .box-manager .box-content .mobile2 {
    order: 2;
  }
}
.box-manager .box-content .top_row, .box-manager .box-content .row_notification {
  display: flex;
  flex-wrap: wrap;
}
.box-manager .box-content .select {
  width: 40px;
  position: relative;
}
.box-manager .box-content .select label:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ea3e00;
  margin: 0;
  transition: 200ms linear;
}
.box-manager .box-content .select label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1;
  font-size: 0.6666666667rem;
  color: #ea3e00;
  position: absolute;
  top: 4px;
  left: 4px;
  background: transparent;
  opacity: 0;
  transition: 200ms linear;
}
.box-manager .box-content .select label:hover:before {
  background: #ea3e00;
  opacity: 0.5;
}
.box-manager .box-content .select label:hover:after {
  color: #fff;
  opacity: 0.5;
}
.box-manager .box-content .select input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.box-manager .box-content .select input[type=checkbox]:checked + label:before {
  background: #ea3e00;
}
.box-manager .box-content .select input[type=checkbox]:checked + label:after {
  color: #fff;
  opacity: 1;
}
.box-manager .box-content .select-all label:before {
  border-color: #676767;
}
.box-manager .box-content .select-all label:after {
  color: #676767;
}
.box-manager .box-content .select-all label:hover:before {
  background: #767676;
}
.box-manager .box-content .select-all input[type=checkbox]:checked + label:before {
  background: #767676;
}
.box-manager .box_sync {
  background: #fff;
  border-radius: 8px;
  padding: 10px 25px;
  margin: 0;
  margin-bottom: 15px;
}
.box-manager .box_sync .list_social .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.box-manager .box_sync .list_social .item .icon {
  width: 36px;
  height: 36px;
}
.box-manager .box_sync .list_social .item .icon img {
  max-width: 100%;
  max-height: 100%;
}
.box-manager .box_sync .list_social .item .title {
  font: 500 16px/150% "Baloo 2", cursive;
  color: #1b1b1b;
  padding-left: 20px;
}
.box-manager .box_sync .list_social .item a {
  font: 500 16px/150% "Baloo 2", cursive;
  color: #1784e1;
  margin-left: auto;
}
.box-manager .box_sync .list_social .item + .item {
  border-top: 1px solid #f9f9f9;
}
.box-manager .top_row {
  padding: 15px 20px;
}
.box-manager .top_row .btn {
  font: 300 14px/150% "Baloo 2", cursive;
  color: #767676;
  background: transparent;
  border-color: #ececec;
  border-radius: 4px;
  margin: 0 5px;
}
.box-manager .top_row .btn i {
  color: #767676;
  padding-right: 15px;
}
.box-manager .top_row .btn:hover, .box-manager .top_row .btn:focus {
  color: #006ee7;
  border-color: #767676;
}
.box-manager #form_change_pass input[type=text] {
  border: 1px solid #B2B2B2;
}
.box-manager #form_change_pass input[type=password] {
  height: 43px;
  border: 1px solid #B2B2B2;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 18px;
  color: #818181;
  font-weight: 400;
}
.box-manager #form_change_pass input[type=password]::-moz-placeholder {
  font-size: 18px;
  color: #818181;
  line-height: 43px;
  font-weight: 400;
}
.box-manager #form_change_pass input[type=password]::placeholder {
  font-size: 18px;
  color: #818181;
  line-height: 43px;
  font-weight: 400;
}
.box-manager #form_change_pass .group_btn {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #ffffff;
  padding-top: 5px;
}
.box-manager #form_change_pass .group_btn a {
  background: #818181;
  border-radius: 5px;
  padding: 7px 19px;
  margin-right: 10px;
}
@media (min-width: 601px) {
  .box-manager #form_change_pass .group_btn a {
    margin-right: 20px;
  }
}
.box-manager #form_change_pass .group_btn a span {
  margin-right: 10px;
}
.box-manager #form_change_pass .group_btn button {
  border-radius: 5px;
  padding: 7px 19px;
  display: flex;
  align-items: center;
  background: #0BB732;
  color: #ffffff;
}
@media (min-width: 601px) {
  .box-manager #form_change_pass .group_btn button {
    font-size: 18px;
  }
}
.box-manager #form_change_pass .group_btn button span {
  margin-right: 10px;
}

#user_notification .nav-tabs {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f8f8f8;
}
#user_notification .nav-tabs .nav-item .nav-link {
  border: 2px solid transparent;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 15px;
  margin: 0 30px;
  position: relative;
}
@media (max-width: 992px) {
  #user_notification .nav-tabs .nav-item .nav-link {
    margin: 0 15px;
  }
}
#user_notification .nav-tabs .nav-item .nav-link.show, #user_notification .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #0254f4;
}
#user_notification .nav-tabs .nav-item .nav-link .unread {
  background: #ff0000;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
}
#user_notification .nav-tabs .setting {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#user_notification .nav-tabs .setting:after {
  display: none;
}
#user_notification .nav-tabs .setting span {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #ff0000;
  display: inline-block;
  margin-right: 15px;
}
#user_notification .nav-tabs .setting i {
  font-size: 20px;
}
#user_notification .nav-tabs .box_action {
  padding: 0;
}
#user_notification .nav-tabs .box_action > div {
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}
#user_notification .nav-tabs .box_action > div + div {
  border-top: 1px solid #f8f8f8;
}
#user_notification .nav-tabs .box_action > div .no-btn {
  background: transparent;
  border: 0;
  box-shadow: 0;
  padding: 0;
}
#user_notification .nav-tabs .box_action > div:hover {
  background: #f8f8f8;
}
#user_notification .tab-header {
  display: flex;
  font-weight: 500;
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 10px;
}
@media (min-width: 601px) {
  #user_notification .tab-header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
#user_notification .tab-header .name {
  flex: 0 0 24%;
  max-width: 24%;
}
@media (min-width: 601px) {
  #user_notification .tab-header .name {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (min-width: 769px) {
  #user_notification .tab-header .name {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
#user_notification .tab-header .date {
  flex: 0 0 24%;
  max-width: 24%;
}
@media (min-width: 601px) {
  #user_notification .tab-header .date {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
#user_notification .tab-header .title_notification {
  flex: 1;
}
@media (min-width: 992px) {
  #user_notification .tab-header .title_notification {
    flex: 1 1;
    max-width: unset;
    padding: 0 10px;
  }
}
#user_notification .tab-content {
  min-height: 400px;
  padding-bottom: 50px;
  position: relative;
}
#user_notification .tab-content .paginate {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#user_notification .row_notification {
  padding: 20px 0;
}
#user_notification .row_notification.focus {
  background: #f7fcff;
}
#user_notification .row_notification.reading .title_notification, #user_notification .row_notification.reading .date, #user_notification .row_notification.reading .name {
  font-weight: 500;
}
#user_notification .row_notification.reading .title_notification {
  color: #0BB732;
}
#user_notification .row_notification .name {
  flex: 0 0 24%;
  max-width: 24%;
}
@media (min-width: 601px) {
  #user_notification .row_notification .name {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (min-width: 769px) {
  #user_notification .row_notification .name {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
#user_notification .row_notification .date {
  flex: 0 0 24%;
  max-width: 24%;
}
@media (min-width: 601px) {
  #user_notification .row_notification .date {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
#user_notification .row_notification .title_notification {
  cursor: pointer;
  flex: 1;
  padding-right: 10px;
}
@media (min-width: 601px) {
  #user_notification .row_notification .title_notification {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  #user_notification .row_notification .title_notification {
    flex: 1 1;
    max-width: unset;
    padding: 0 10px;
    padding-right: 3rem;
  }
}
@media (max-width: 600px) {
  #user_notification .row_notification .title_notification {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#user_notification .row_notification .title_notification .title {
  font-size: 18px;
  color: #343434;
  flex: 0 0 25%;
  max-width: 25%;
}
#user_notification .row_notification .title_notification .content {
  font-size: 18px;
  color: #343434;
  flex: 1 1;
}
#user_notification .row_notification .group_btn {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  order: 4;
}
@media (min-width: 992px) {
  #user_notification .row_notification .group_btn {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
#user_notification .row_notification .group_btn button {
  font: 400 14px/150% "Baloo 2", cursive;
  background: transparent;
  border: 0;
}
#user_notification .row_notification .group_btn .btn_read {
  color: #0254f4;
}
#user_notification .row_notification .group_btn .btn_delete {
  color: #ff0000;
}
@media (min-width: 992px) {
  #user_notification .row_notification .group_btn .btn_delete {
    align-self: flex-start;
  }
}
#user_notification .row_notification + .row_notification {
  border-top: 1px solid #f8f8f8;
}

#user_promotion_code {
  background: transparent;
  padding: 0;
}
#user_promotion_code .nav-tabs {
  align-items: center;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 4px;
}
#user_promotion_code .nav-tabs .nav-item .nav-link {
  border: 2px solid transparent;
  padding: 15px 2px;
  margin: 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  #user_promotion_code .nav-tabs .nav-item .nav-link {
    margin: 0 30px;
  }
}
#user_promotion_code .nav-tabs .nav-item .nav-link.show, #user_promotion_code .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #0254f4;
}
#user_promotion_code .tab-content {
  padding-top: 10px;
}
#user_promotion_code .tab-content .row_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#user_promotion_code .tab-content .row_item .col_item {
  padding: 10px;
  position: relative;
}
#user_promotion_code .tab-content .row_item .col_item .item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  min-height: 113px;
  display: flex;
  align-items: stretch;
}
#user_promotion_code .tab-content .row_item .col_item .item.disabled {
  position: relative;
}
#user_promotion_code .tab-content .row_item .col_item .item.disabled:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_l {
  flex: 0 0 27%;
  max-width: 27%;
  padding: 14px;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_l .type {
  font: 400 14px/150% "Baloo 2", cursive;
  text-align: center;
  color: #fff;
  background: #1866c7;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_r {
  flex: 0 0 73%;
  max-width: 73%;
  display: flex;
  flex-direction: column;
  padding: 14px;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_r .title {
  font: 600 18px/150% "SFProDisplay-Semibold";
  color: #000;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_r .apply {
  font: 300 13px/150% "SFProDisplay-Light";
  color: #4e4e4e;
}
#user_promotion_code .tab-content .row_item .col_item .item .col_r .date {
  font: 300 13px/150% "SFProDisplay-Light";
  color: #ff0000;
  margin-top: auto;
}
#user_promotion_code .tab-content .row_item .col_item .info {
  font-size: 25px;
  color: #1866c7;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#content_notification {
  border-radius: 20px;
}
@media (max-width: 600px) {
  #content_notification {
    max-width: 95%;
    border-radius: 0;
  }
}
#content_notification .container {
  max-width: 800px;
  padding: 0;
}
#content_notification .container .header_noti {
  text-align: center;
  font-weight: 500;
  color: #04457A;
  padding: 15px 0;
  border-bottom: 1px solid #B2B2B2;
  font-size: 20px;
}
@media (min-width: 601px) {
  #content_notification .container .header_noti {
    font-size: 25px;
  }
}
#content_notification .container .content_noti {
  font-size: 18px;
  padding: 10px 15px;
}
@media (min-width: 601px) {
  #content_notification .container .content_noti {
    padding: 20px 35px;
  }
}
#content_notification .container p {
  font-family: "Roboto", sans-serif;
  padding: unset;
}
#content_notification .container .bottom_noti {
  border-top: 1px solid #B2B2B2;
  padding: 20px 35px;
}
#content_notification .container .bottom_noti button {
  padding: 5px 25px;
  color: #ffffff;
  border-radius: 5px;
  background: #FF960B;
}
#content_notification .fancybox-close-small {
  display: block;
}
@media (max-width: 600px) {
  #content_notification .fancybox-close-small {
    right: 0;
    top: 0;
  }
}

.popover-body {
  font: 400 14px/150% "Baloo 2", cursive;
  padding: 0;
}
.popover-body p {
  padding: 5px 10px;
}
.popover-body p + p {
  border-top: 1px solid #f8f8f8;
}
.popover-body .code {
  background: #f8f8f8;
}
.popover-body .code b {
  font: 600 18px/150% "SFProDisplay-Semibold";
  cursor: pointer;
}
.popover-body .apply span {
  text-transform: lowercase;
}
.popover-body .apply .number {
  font-weight: 700;
}
.popover-body .num_use quote {
  font-weight: 700;
  color: #28a745;
}
.popover-body .num_use.invalid quote {
  color: #f00;
}
.popover-body .short {
  font: 300 14px/150% "Baloo 2", cursive;
  background: #f8f8f8;
  border-top: 1px solid #f8f8f8;
}

#user_ordering {
  background: transparent;
  padding: 0;
}
#user_ordering .nav-tabs {
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 4px;
  padding: 0 25px;
}
#user_ordering .nav-tabs .nav-item .nav-link {
  border: 2px solid transparent;
  padding: 15px 2px;
  position: relative;
}
#user_ordering .nav-tabs .nav-item .nav-link.show, #user_ordering .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #0254f4;
}
#user_ordering .tab-content {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 15px 20px 15px;
}

#user_contributor {
  background: transparent;
  padding: 0;
}
#user_contributor .panel {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}
#user_contributor .panel-body {
  padding: 25px 15px;
}
@media (max-width: 992px) {
  #user_contributor .panel-body {
    padding: 20px 5px;
  }
}
#user_contributor .panel-body .row {
  align-items: flex-end;
  margin: 0;
}
#user_contributor .panel-body .row label {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #505050;
}
#user_contributor .panel-body .row input {
  height: 38px;
  padding: 10px;
}
#user_contributor .panel-body .row button {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #000;
  background: #ffe400;
}
#user_contributor .manage {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
}
@media (max-width: 992px) {
  #user_contributor .manage {
    padding: 20px 15px;
  }
}
#user_contributor .manage table th {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #505050;
}
#user_contributor .list_user_contributor .item {
  margin-bottom: 15px;
}
#user_contributor .list_user_contributor .item .pic {
  margin-right: 10px;
}
#user_contributor .list_user_contributor .item .pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#user_contributor .total_contributor_all {
  font: 400 16px/150% "Baloo 2", cursive;
  text-align: right;
  color: #797979;
  padding: 4px 0 0 0;
}
#user_contributor .total_contributor_all b {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
#user_contributor .warning_wcoin {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #434343;
  background: #fff;
  border: 1px solid #1b70da;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
}
@media (max-width: 992px) {
  #user_contributor .warning_wcoin {
    padding: 20px 15px;
  }
}
#user_contributor .warning_wcoin .title {
  padding: 4px 0px;
}
#user_contributor .warning_wcoin .block_l {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #user_contributor .warning_wcoin .block_l {
    flex: 0 0 60%;
    max-width: 60%;
    border-right: 1px solid #dadada;
    padding: 0 20px;
  }
}
#user_contributor .warning_wcoin .block_l #btn_update {
  color: #fff;
  background: #1b70da;
  padding: 10px 40px;
}
#user_contributor .warning_wcoin .block_r {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  #user_contributor .warning_wcoin .block_r {
    flex: 0 0 calc(40% - 3px);
    max-width: calc(40% - 3px);
    border-left: 1px solid #dadada;
    padding: 0 20px;
    margin-left: 3px;
  }
}

#list_contributor {
  padding: 30px 20px;
}
@media (max-width: 992px) {
  #list_contributor {
    padding: 20px 15px;
  }
}
#list_contributor .box_user .row_header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  min-width: 920px;
  padding-bottom: 10px;
  overflow-x: auto;
}
#list_contributor .box_user .row_header .th {
  font: 500 16px/150% "SFProDisplay-Medium";
  color: #242424;
  padding: 0 18px;
}
#list_contributor .box_user .row_header .th:nth-child(1) {
  flex: 0 0 5%;
  max-width: 5%;
  padding-left: 0;
}
#list_contributor .box_user .row_header .th:nth-child(2) {
  flex: 0 0 20%;
  max-width: 20%;
}
#list_contributor .box_user .row_header .th:nth-child(3) {
  flex: 0 0 12%;
  max-width: 12%;
}
#list_contributor .box_user .row_header .th:nth-child(4) {
  flex: 1 1;
  max-width: unset;
}
#list_contributor .box_user .row_header .th:nth-child(5) {
  flex: 0 0 18%;
  max-width: 18%;
}
#list_contributor .box_user .row_header .th:nth-child(6) {
  flex: 0 0 12%;
  max-width: 12%;
  padding-right: 0;
}
#list_contributor .box_user .warning {
  text-align: center;
  padding: 10px;
}

#address_book .address-form {
  padding: 0;
}

#form_ordering_address {
  background: transparent;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
#form_ordering_address .other_address {
  font: 400 16px/150% "Baloo 2", cursive;
  text-align: center;
  color: #0154f4;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #0154f4;
  border-radius: 4px;
  padding: 7px;
  margin-bottom: 15px;
}
#form_ordering_address .other_address i {
  font-size: 24px;
  padding-right: 10px;
}
#form_ordering_address .item .address-item {
  box-shadow: none;
  border: 1px solid #f4f4f4;
  border-radius: 6px;
  margin-bottom: 0;
  position: relative;
}
#form_ordering_address .item .address-item.is-default {
  border: 1px dashed;
}
#form_ordering_address .item .address-item .panel-body {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
@media (max-width: 992px) {
  #form_ordering_address .item .address-item .info {
    padding-left: 5px;
  }
}

.panel-body p {
  font: 400 13px/150% "Baloo 2", cursive;
  color: #2d2d2d;
  padding: 0;
}
.panel-body .name {
  font: 700 15px/150% "Baloo 2", cursive;
  color: #1a1a1a;
}
.panel-body .action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.panel-body .action button {
  margin: 4px;
}
.panel-body .action button.edit-address {
  width: 112px;
}
.panel-body .action button.delete-address {
  color: #ff0000;
  width: 68px;
}
.panel-body .action button.default-address {
  width: 188px;
}
.panel-body .default {
  font: 400 13px/150% "Baloo 2", cursive;
  color: #ff0000;
  background: #ffecec;
  border-radius: 5px;
  padding: 3px 6px;
  position: absolute;
  top: 20px;
  left: 50%;
}

.address-form {
  max-width: 550px;
  width: 100%;
  padding: 0;
  margin: auto;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .address-form form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    order: 0px solid #aeaeae;
    border-radius: 6px;
    padding: 30px;
  }
}
.address-form .row_input {
  font: 400 13px/150% "Baloo 2", cursive;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.address-form .row_input label {
  margin-bottom: 5px;
}
.address-form .row_input select {
  font: 400 13px/150% "Baloo 2", cursive;
}
.address-form .row_input .required {
  font-size: 20px;
  color: red;
}
.address-form .row_input .input_text, .address-form .row_input .textarea {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 6px 12px;
  outline: none;
}
.address-form .row_checkbox {
  margin-top: 15px;
}
.address-form .row_checkbox label {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #1a1a1a;
  position: relative;
  padding: 2px;
  padding-left: 30px;
  cursor: pointer;
}
.address-form .row_checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aea8a6;
  margin: 0;
}
.address-form .row_checkbox label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  color: #ff9000;
  position: absolute;
  top: 2px;
  left: 5px;
  background: transparent;
  opacity: 0;
}
.address-form .row_checkbox label:hover {
  background: #fff;
}
.address-form .row_checkbox label:hover::after {
  opacity: 0.5;
}
.address-form .row_checkbox input#default_address {
  visibility: hidden;
  display: none;
}
.address-form .row_checkbox input#default_address:checked + label:before {
  background: #ff9000;
  border-color: #ff9000;
}
.address-form .row_checkbox input#default_address:checked + label div {
  color: #ff9000;
}
.address-form .row_checkbox input#default_address:checked + label:after {
  color: #fff;
  opacity: 1;
}
.address-form .row_btn {
  margin-top: 15px;
}

/*----------------out_info-----------------*/
.out_info {
  float: left;
  width: 50%;
  height: 654px;
  background: url(../images/user_pic.png) no-repeat center center;
  position: relative;
}

.out_info .out_info-content {
  /*width:290px;
  height:235px;
  position:absolute;
  top:333px;
  left:200px;
  text-align:center;
  font-size:16px;
  color:#424242;*/
  text-align: center;
  font-size: 16px;
  color: #424242;
}

.out_info .out_info-title {
  font-size: 18px;
  color: #c10004;
  text-transform: uppercase;
}

.out_info .method_row {
  padding-top: 20px;
}

.out_info .method_row.first {
  margin: 0px -20px;
}

.out_info .method_row .method-short {
  font-size: 12px;
}

.out_info .out_info p {
  margin: 0px;
  padding: 5px 0px;
}

/*----------------------user_signup-------------------*/
.user_signup {
  margin: 25px auto;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 10px;
  background: #fff;
  max-width: 740px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
@media (min-width: 992px) {
  .user_signup {
    padding: 35px 60px;
  }
}

.user_signup .user_signup-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 20px;
}

.user_signup .user_signup-content {
  max-width: 700px;
  margin: 0px auto;
}

.user_signup .input_text,
.user_signup select,
.user_signup .textarea {
  width: 100%;
}

.user_signup .captcha {
  float: right;
  width: 76%;
}

.user_signup .row_btn {
  text-align: right;
}

/*----------------------user_signin-------------------*/
.user_signin {
  display: flex;
  flex-wrap: wrap;
  max-width: 443px;
  min-height: 580px;
}
@media (min-width: 992px) {
  .user_signin {
    max-width: 60%;
  }
}
.user_signin .col_left {
  background: #fff;
  padding: 45px 30px;
  display: none;
}
@media (min-width: 992px) {
  .user_signin .col_left {
    flex: 0 0 40%;
    max-width: 40%;
    display: block;
  }
}
.user_signin .col_left h2 {
  font: 300 32px/150% "Baloo 2", cursive;
  color: #343434;
  margin-top: 0px;
  margin-bottom: 10px;
}
.user_signin .col_left p {
  font: 300 16px/150% "Baloo 2", cursive;
  color: #343434;
  margin: 0px 0px 10px;
}
.user_signin .col_left .banner_item img {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.user_signin .col_right {
  background: #fff;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 45px 30px;
}
@media (min-width: 992px) {
  .user_signin .col_right {
    flex: 0 0 calc(60% - 15px);
    max-width: calc(60% - 15px);
    margin-left: 15px;
  }
}
.user_signin .forget_password {
  color: #000000;
  position: relative;
  z-index: 1;
  text-align: right;
  margin: 1rem 0;
  max-width: 75%;
}
.user_signin .row_btn .btn {
  font: 400 18px/150% "Source Sans Pro";
  text-align: center;
  color: #ffffff;
  background: #FF960B;
  min-width: 121px;
  height: 45px;
  margin: auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 13px;
  border: 2px solid #FF960B;
}
.user_signin .row_btn .btn:hover {
  border: 2px solid #ffffff;
}
.user_signin .row_btn a.signup {
  display: inline-block;
  font: 400 18px/150% "Source Sans Pro";
  text-align: center;
  color: #ffffff;
  background: #04457A;
  width: 121px;
  height: 45px;
  margin: auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
  border-radius: 0;
  margin-right: 13px;
  padding-left: 0.75rem;
  border: 2px solid #04457A;
}
.user_signin .row_btn a.signup:hover {
  background: #000000;
  border: 2px solid #000000;
}
.user_signin .row_btn a:not(signup) {
  font: 400 15px/150% "Source Sans Pro";
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 25px;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  box-shadow: 0 1px 3px #9b9b9b;
}
.user_signin .row_btn a:not(signup) i {
  font-size: 1.0666666667rem;
  width: 40px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
}
.user_signin .row_btn a:not(signup) i.fa-mail {
  width: 29px;
  height: 29px;
  background: url("../../../../../resources/images/icon_mail.png") no-repeat;
}
.user_signin .row_btn a:not(signup) i.fa-phone {
  width: 29px;
  height: 28px;
  background: url("../../../../../resources/images/icon_phone.png") no-repeat;
}
.user_signin .row_btn a:not(signup).btn-google, .user_signin .row_btn a:not(signup).btn-phone {
  color: #000000;
  background: #ffffff;
}

.user_signin-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 20px;
}

.user_signin-content {
  width: 100%;
  margin: 0px auto;
  padding-top: 6.5rem;
  position: relative;
  perspective: 800px;
  perspective-origin: 100% 100%;
}
.user_signin-content:before {
  content: "";
  background: url("../../../../../resources/images/icon_log.png") no-repeat;
  position: absolute;
  width: 125px;
  height: 136px;
  top: -7%;
  left: 27%;
  display: none;
  animation: floatZ 3s ease-in-out infinite;
}
.user_signin-content .header-title {
  margin-bottom: 30px;
}
.user_signin-content .header-title h1 {
  font-family: "MyriadPro-Regular";
  font-size: 47.81px;
  color: #04457A;
}
.user_signin-content .header-title h2 {
  font-family: "MyriadPro-Bold";
  font-size: 68.13px;
  color: #FF960B;
  line-height: 1;
}
.user_signin-content .header-title span {
  font: 400 20px/150% "Source Sans Pro";
  color: #383838;
}
.user_signin-content .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 601px) {
  .user_signin-content .form-group {
    max-width: 75%;
  }
}
.user_signin-content .form-group label {
  margin: 0;
}
.user_signin-content .form-group .title {
  flex: 0 0 75px;
  max-width: 75px;
}
.user_signin-content .form-group span {
  color: #707070;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.user_signin-content .form-group span input {
  font: 400 18px/150% "Source Sans Pro";
  height: 44px;
  border: 0;
  padding: 10px 15px;
  border-radius: 0;
}
.user_signin-content .form-group span input:focus-visible, .user_signin-content .form-group span input:focus {
  outline: 0;
  border: 0;
  border-left: 5px solid #04457A;
}
@media (max-width: 600px) {
  .user_signin-content .form-group span input {
    border: 1px solid #d5d5d5;
  }
}
.user_signin-content .form-group span label {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 5px;
}

/*====================-Affiliate-====================*/
.affili h4 {
  font: 500 16px/150% "SFProDisplay-Medium";
  color: #242424;
  padding-bottom: 10px;
}
.affili #form_deeplink {
  margin-bottom: 15px;
}
.affili #form_deeplink .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.affili #form_deeplink .form-group label {
  margin: 0;
}
.affili #form_deeplink .form-group span {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #343434;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .affili #form_deeplink .form-group span {
    flex: 1 1;
    padding-right: 7px;
  }
}
.affili #form_deeplink .form-group span input {
  height: unset;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
}
.affili #form_deeplink .form-group span label {
  font: 300 14px/150% "Baloo 2", cursive;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.affili #form_deeplink .form-group .btn-add {
  font: 400 15px/150% "Baloo 2", cursive;
  color: #000000;
  background: #ffe400;
  width: 150px;
  height: 43px;
}
.affili .table .dropdown-menu button {
  position: relative;
}
.affili .table th {
  font: 500 16px/150% "SFProDisplay-Medium";
  color: #242424;
}
.affili .table td input {
  color: #1270c8;
  background: transparent;
  width: 100%;
  border: none;
}
.affili .table tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.affili .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.affili .table .btn-action {
  color: #000;
  background: #b1b1b1;
  border: 0;
  width: 28px;
  height: 28px;
}
.affili.statistics .row {
  align-items: flex-end;
}
.affili.statistics .btn-search {
  color: #000;
  background: #ffe400;
  padding: 5px 30px;
}
.affili.statistics .table tbody tr {
  background: unset;
}
.affili.statistics .table tbody tr:nth-of-type(even) {
  background: #f8f8f8;
}
.affili.statistics .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.affili.statistics .table tbody tr td a.deeplink {
  color: #1270c8;
}
.affili #form_profile .birthday {
  display: flex;
  flex-wrap: wrap;
}
.affili #form_profile .birthday select {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  flex: 1 1;
  height: 35px;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .affili #form_profile .birthday select {
    flex: 0 0 105px;
    max-width: 105px;
  }
}

#embed_box {
  min-width: 96%;
}
@media (min-width: 992px) {
  #embed_box {
    min-width: 500px;
  }
}
#embed_box textarea {
  font: 400 15px/1.75 "Verdana", sans-serif;
  color: rgba(17, 17, 17, 0.8);
  border: 0;
  border-bottom: 1px solid #343434;
  width: 100%;
  min-height: 180px;
}
#embed_box button {
  font: 400 14px/150% "Baloo 2", cursive;
  display: flex;
  align-items: center;
  width: 100px;
  padding: 0;
  margin-top: 15px;
  margin-left: auto;
}
#embed_box button i {
  font-size: 1.0666666667rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#embed_box button span {
  padding: 0 15px;
}

/*====================-Ordering-====================*/
.order_code {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
  margin: 0;
  margin-top: 1rem;
}

.order_detail {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
}
.order_detail .box_left {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .order_detail .box_left .table-responsive {
    overflow: unset;
  }
}
.order_detail .box_left, .order_detail .order_log {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 70px;
}
.order_detail .col_right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .order_detail .col_right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.order_detail .order_log .list_log {
  background: #fff;
  padding: 15px 0;
  margin: 15px 0;
}
.order_detail .order_log .list_log h3 {
  font: 500 16px/150% "Baloo 2", cursive;
  color: #343434;
  padding: 0 15px;
}
.order_detail .order_log .log_item {
  padding: 0 15px;
}
.order_detail .order_log .log_item .message {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order_detail .order_log .log_item .message .log {
  font: 300 14px/150% "Baloo 2", cursive;
  flex: 1 1;
  border-left: 1px solid #999;
  padding: 10px 0;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
}
.order_detail .order_log .log_item .message .log i {
  position: absolute;
  top: 50%;
  left: -7.5px;
  transform: translateY(-50%);
  color: #ddd;
}
.order_detail .order_log .log_item .message .datetime {
  font: 300 14px/150% "Baloo 2", cursive;
  width: 150px;
  margin-left: auto;
}

.box_left > h3 {
  display: none;
}
.box_left .invoice {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin: 15px 0;
}
.box_left .invoice > h3 {
  font: 500 16px/150% "Baloo 2", cursive;
  color: #343434;
  padding-bottom: 5px;
}
.box_left .invoice p {
  padding: 5px 0;
}

.manage-table {
  color: #343434;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .manage-table {
    font-size: 18px;
  }
}
.manage-table thead th {
  border-bottom: 1px solid #B2B2B2;
}
.manage-table tbody tr:last-child td {
  border-bottom: 0;
}
.manage-table th, .manage-table td {
  vertical-align: middle;
  color: #484545;
  border-bottom: 1px solid #B2B2B2;
  border-top: 0;
  padding: 5px 0px;
}
@media (min-width: 601px) {
  .manage-table th, .manage-table td {
    padding: 12px 0px;
  }
}
.manage-table th.picture_product img, .manage-table td.picture_product img {
  max-height: 70px;
  margin: auto;
}
.manage-table th.title_product, .manage-table td.title_product {
  padding-left: 10px;
}
.manage-table th.total_product, .manage-table td.total_product {
  text-align: center;
}
@media (min-width: 768px) {
  .manage-table th.total_product, .manage-table td.total_product {
    text-align: right;
  }
}
.manage-table th {
  font-weight: 500;
  border-top: 0;
}
.manage-table tr.cancel_order td {
  text-decoration: line-through;
  color: #db7878 !important;
}
.manage-table tr.cancel_order td span {
  color: #db7878 !important;
  border-color: #db7878 !important;
  background: #fff !important;
}
.manage-table .note_plus_wcoin {
  font-weight: 400 !important;
  color: #2d9be0 !important;
  background: #f8f8f8;
  border: 1px #2d9be0 dashed;
  padding: 10px;
}
.manage-table input.code {
  text-align: center;
  border: none;
}
.manage-table .promo_status span {
  border-radius: 4px;
  padding: 5px 10px;
}
.manage-table #row_total td b {
  color: #fe0000;
  background: #fff2f2;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 12px;
}
.manage-table #row_total td .price_format {
  color: #fe0000;
}

.info_contributor b {
  min-width: 150px;
  display: inline-block;
}
@media (max-width: 992px) {
  .info_contributor b {
    min-width: 100px;
  }
}

.ordering_address > div {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .ordering_address > div.panel.address-form form {
    padding: 15px;
    margin-bottom: 0;
  }
}
.ordering_address > div h3 {
  font: 500 16px/150% "Baloo 2", cursive;
  color: #343434;
  padding-bottom: 5px;
}
.ordering_address .row_c {
  display: flex;
  align-items: center;
}
.ordering_address .row_c .title {
  font: 400 13px/150% "Baloo 2", cursive;
  color: #343434;
  flex: 0 0 75px;
  max-width: 75px;
}
.ordering_address .row_c .content {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #343434;
  flex: 1 1;
}
.ordering_address .ordering_method .row_c {
  display: block;
}
.ordering_address .ordering_method .row_c .title, .ordering_address .ordering_method .row_c .content {
  font: 400 14px/150% "Baloo 2", cursive;
  max-width: unset;
}
.fancybox-content h4 {
  font: 500 18px/150% "Baloo 2", cursive;
}
.fancybox-content p {
  font: 400 16px/150% "Baloo 2", cursive;
  padding: 10px;
}
.fancybox-content .tright {
  padding: 0;
  margin-top: 15px;
}
.fancybox-content .tright .btn-ok {
  color: #fff;
  background: #dc3545;
}

#ims-content.order-review {
  padding: 0;
  margin: auto;
}

.info-print {
  display: none;
}

.print_page {
  background: #c30005;
  color: #fff;
  border: 1px solid #c30005;
}

/*====================-Print Order-====================*/
@media print {
  @page {
    /*size: A4; */
    margin: 10mm;
  }
  html, body {
    width: 100%;
    /*height: 297mm; */
    /*height: 282mm;*/
    font-size: 15px;
    background: #fff;
    color: #000;
    margin: auto;
    overflow: visible;
  }
  #ims-wrapper, .full.user {
    background: unset;
  }
  body > *:not(#ims-wrapper), footer {
    display: none !important;
  }
  #ims-wrapper > *:not(.full),
  #container > *:not(.user-manager):not(.order-review),
  #ims-column_left, #ims-content > *:not(.order_detail) {
    display: none !important;
  }
  #ims-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order_detail {
    border: 0 !important;
    padding: 30px !important;
  }
  .order_detail .box_left {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    padding-right: 15px !important;
  }
  .order_detail .col_right {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .box_left h3 {
    font: 500 16px/150% "Baloo 2", cursive;
    color: #343434;
    display: block;
    border-bottom: 2px solid #2e6da4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .box_left .manage {
    border: 0;
  }
  .info-print {
    display: block;
    margin-bottom: 15px;
  }
  .ordering_address > div {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .ordering_address > div > h3 {
    border-bottom: 2px solid #2e6da4;
    margin-bottom: 10px;
  }
}
.warning_wcoin {
  margin-top: 15px;
  padding: 10px;
  border: 1px orange solid;
  font-size: 12px;
  color: #555;
}

@media (min-width: 992px) {
  #form_change_pass .order1 {
    order: 1;
  }
}
@media (min-width: 992px) {
  #form_change_pass .order2 {
    order: 2;
  }
}
#form_change_pass .order2 a {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #0154f3;
  display: inline-block;
  padding-bottom: 15px;
}
#form_change_pass .security_note {
  font-family: "UTMHelve";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.share_link {
  font: 300 14px/150% "Baloo 2", cursive;
  color: #343434;
  margin: 12px 0 7.5px;
}

.share_link .link {
  background: #f5f8ff;
  padding: 12px 25px;
  /*margin-top: 10px;*/
  /*margin-bottom: 20px;*/
  color: #0f33e0;
  font-size: 14px;
  text-decoration: underline;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .share_link .link {
    padding: 12px 15px;
    position: relative;
  }
  .share_link .link:after {
    content: "";
    width: 15px;
    height: 100%;
    background: #f5f8ff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.share_link .promotion_box .row_item {
  padding: 15px;
  border: 1px solid #f3f3f3;
}

.share_link .promotion_box .row_item:nth-child(2n+1) {
  background: #f3f3f3;
}

.form_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  .form_link {
    margin: 10px -25px 20px;
  }
}
.form_link .link {
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .form_link .link {
    flex: 1 1 auto;
  }
}
.form_link .button_copy {
  font-size: 14px;
  color: #fff;
  background: #ed3237;
  border-radius: 0;
  padding: 12px 28px;
  margin-left: auto;
  cursor: pointer;
}

.btn_copy_code {
  position: absolute;
  right: 0;
  top: 0;
  background: #ed3237;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
.btn_copy_code:hover, .btn_copy_code:focus {
  background: #f00;
}

#form_shorten_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#form_shorten_link .link_root, #form_shorten_link .link_shorten {
  font-size: 14px;
  text-decoration: underline;
  color: #0f33e0;
  background: #ddd;
  height: 31px;
  padding: 5px 10px;
}
#form_shorten_link .link_root {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #form_shorten_link .link_root {
    flex: 0 0 auto;
    padding-right: 0;
  }
}
#form_shorten_link .link_shorten {
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  #form_shorten_link .link_shorten {
    flex: 1 1 auto;
    padding-left: 0;
  }
}
#form_shorten_link .btn {
  color: #fff;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 14px;
}
#form_shorten_link .save_code {
  background: #28a745;
  margin-left: auto;
}
#form_shorten_link .button_copy {
  background: #ed3237;
  position: unset;
}

@media screen and (max-width: 991px) {
  .user_signin .row_btn {
    float: none;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 15px;
}
.panel .panel-body {
  padding: 15px;
}

.panel-default {
  border-color: #dddddd;
}

.box_user .item .name .view a {
  color: #428bca;
}

.share {
  display: inline-flex;
  align-items: center;
  background: #009032;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  padding: 5px 12px;
  margin-right: 8px;
  margin-bottom: 10px;
  position: relative;
  transition: 300ms ease-in-out;
}
.share.mail {
  background: #df2a2a;
}
.share.fb {
  background: #145ce7;
}
.share.zl {
  background: #0c9efb;
}
.share .icon-user {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}
.share .icon-user img {
  max-width: 100%;
  max-height: 100%;
}
.share a {
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: inherit;
}
.share:hover {
  color: #fff;
  background: #555;
  border-color: #000;
}
.share:hover a {
  color: #fff;
}

.share.banner:hover {
  background: #f05358;
}

.send_no_product textarea {
  width: 100%;
  min-height: 95px;
  border-radius: 2px;
  max-height: 150px;
  resize: vertical;
  margin-top: 10px;
  border: 1px #e6e6e6 solid;
  font-family: arial;
  margin-bottom: 20px;
  outline: none;
  padding: 5px 10px;
}

.box_manager_gift .profile_title {
  color: #444;
  font-size: 17px;
  text-transform: unset;
  padding: 10px;
  font-family: Arial;
  margin-bottom: 20px;
  background: #F4F4F4;
  border-bottom: none;
}

ul.bankList {
  clear: both;
  height: 202px;
  width: 636px;
}

ul.bankList li {
  list-style-position: outside;
  list-style-type: none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  padding: 5px 2px;
  text-align: center;
  width: 90px;
}

.list-content li {
  list-style: none outside none;
  margin: 0 0 10px;
}

.list-content li .boxContent {
  display: none;
  width: 636px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.list-content li.active .boxContent {
  display: block;
}

.list-content li .boxContent ul {
  height: 280px;
}

i.VISA, i.MASTE, i.AMREX, i.JCB, i.VCB, i.TCB, i.MB, i.VIB, i.ICB, i.EXB, i.ACB, i.HDB, i.MSB, i.NVB, i.DAB, i.SHB, i.OJB, i.SEA, i.TPB, i.PGB, i.BIDV, i.AGB, i.SCB, i.VPB, i.VAB, i.GPB, i.SGB, i.NAB, i.BAB {
  width: 80px;
  height: 30px;
  display: block;
  background: url(https://www.nganluong.vn/webskins/skins/nganluong/checkout/version3/images/bank_logo.png) no-repeat;
}

i.MASTE {
  background-position: 0px -31px;
}

i.AMREX {
  background-position: 0px -62px;
}

i.JCB {
  background-position: 0px -93px;
}

i.VCB {
  background-position: 0px -124px;
}

i.TCB {
  background-position: 0px -155px;
}

i.MB {
  background-position: 0px -186px;
}

i.VIB {
  background-position: 0px -217px;
}

i.ICB {
  background-position: 0px -248px;
}

i.EXB {
  background-position: 0px -279px;
}

i.ACB {
  background-position: 0px -310px;
}

i.HDB {
  background-position: 0px -341px;
}

i.MSB {
  background-position: 0px -372px;
}

i.NVB {
  background-position: 0px -403px;
}

i.DAB {
  background-position: 0px -434px;
}

i.SHB {
  background-position: 0px -465px;
}

i.OJB {
  background-position: 0px -496px;
}

i.SEA {
  background-position: 0px -527px;
}

i.TPB {
  background-position: 0px -558px;
}

i.PGB {
  background-position: 0px -589px;
}

i.BIDV {
  background-position: 0px -620px;
}

i.AGB {
  background-position: 0px -651px;
}

i.SCB {
  background-position: 0px -682px;
}

i.VPB {
  background-position: 0px -713px;
}

i.VAB {
  background-position: 0px -744px;
}

i.GPB {
  background-position: 0px -775px;
}

i.SGB {
  background-position: 0px -806px;
}

i.NAB {
  background-position: 0px -837px;
}

i.BAB {
  background-position: 0px -868px;
}

ul.cardList {
  margin-bottom: 30px;
}

ul.cardList li {
  cursor: pointer;
  float: left;
  margin-right: 0;
  padding: 5px 4px;
  text-align: center;
  width: 110px;
}

.manager_save_later {
  padding: 0 !important;
}
.manager_save_later .list_item_product .row_item .col_item {
  padding: 0;
}

.cart-responsive .col-cart {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
}
.cart-responsive .col-cart .col-i {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 10px;
}
.cart-responsive .col-cart .col1 {
  position: relative;
}
.cart-responsive .col-cart .col1 .color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cart-responsive .col-cart .col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-responsive .col-cart .col2 .title_product_cart {
  padding: 0;
}
.cart-responsive .col-cart .col2 .title_product_cart .out_stock {
  font: 600 12px/150% "Baloo 2", cursive;
  font-style: italic;
  color: #f00;
}
.cart-responsive .col-cart .col2 .title_product_cart .title {
  font: 400 14px/150% "Baloo 2", cursive;
  color: #3d3d3d;
}
.cart-responsive .col-cart .col2 .title_product_cart .code_pro {
  font: 300 14px/150% "Baloo 2", cursive;
  color: #3d3d3d;
}
.cart-responsive .col-cart .col2 .row_btn {
  justify-content: flex-start;
}
.cart-responsive .col-cart .col2 .row_btn > div {
  color: #0072bc;
  padding: 0;
  cursor: pointer;
}
.cart-responsive .col-cart .col3 {
  justify-content: flex-end;
}
.cart-responsive .col-cart .col3 .price {
  font: 500 18px/1 "Baloo 2", cursive;
  color: inherit;
}
.cart-responsive .col-cart .col3 .discount {
  font: 500 14px/1 "Baloo 2", cursive;
  text-align: right;
  color: #4c4c4c;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.cart-responsive .col-cart .col3 .discount > span {
  font: 300 14px/150% "Baloo 2", cursive;
  color: #7c7c7c;
}
.cart-responsive .col-cart .col3 .add_cart {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.cart-responsive .col-cart .col3 .add_cart .css_bo {
  font: 500 14px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  color: #fff;
  background: #0154f5;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cart-responsive .col-cart .col3 .add_cart .css_bo {
    flex: 0 0 130px;
    max-width: 130px;
    margin-left: 5px;
  }
}
.cart-responsive .col-cart .col3 .add_cart .css_bo i {
  margin-right: 10px;
}
.cart-responsive .col1 {
  flex: 0 0 10%;
  max-width: 10%;
}
.cart-responsive .col2 {
  flex: 1 1;
}
.cart-responsive .col3 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cart-responsive .col3 {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (max-width: 767.98px) {
  .cart-responsive > ul {
    align-items: center;
    position: relative;
  }
  .cart-responsive > ul.thead {
    display: none;
  }
  .cart-responsive > ul li.col-img {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .cart-responsive > ul li.col-img span {
    width: 100%;
    padding-top: 115%;
    display: block;
    position: relative;
  }
  .cart-responsive > ul li.col-img span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .cart-responsive > ul li.col-cart {
    flex: 0 0 65%;
    max-width: 65%;
    justify-content: flex-start;
    border-right: 0;
    padding-right: 5px;
    padding-bottom: 10px;
  }
  .cart-responsive > ul li.col-cart .col-i {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
    padding: 0;
    padding-top: 10px;
  }
  .cart-responsive > ul li.col-cart .col-i label {
    margin: 0;
  }
  .cart-responsive > ul li.col-cart .col1 {
    order: 1;
  }
  .cart-responsive > ul li.col-cart .col1 img {
    display: none;
  }
  .cart-responsive > ul li.col-cart .col1 .title_product_cart {
    padding: 0;
  }
  .cart-responsive > ul li.col-cart .col3, .cart-responsive > ul li.col-cart .col4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .cart-responsive > ul li.col-cart .col3.up_total, .cart-responsive > ul li.col-cart .col4.up_total {
    font-size: 0.9333333333rem;
    font-weight: 600;
  }
  .cart-responsive > ul li.col-cart .col3 {
    order: 4;
  }
  .cart-responsive > ul li.col-cart .col4 {
    order: 3;
  }
  .cart-responsive > ul li.col-cart .col5 {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
  }
}
#user-product .list_item_product .row_item .col_item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  #user-product .list_item_product .row_item .col_item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  #user-product .list_item_product .row_item .col_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#user-product .list_item_product .row_item .col_item .item {
  border: 0;
}
#user-product .list_item_product .row_item .col_item .item .img .discount {
  font: 400 12px/150% "Baloo 2", cursive;
  color: #fff;
  background: #e90000;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
#user-product .list_item_product .row_item .col_item .item .img a:hover img {
  transform: translate(-50%, -50%);
}
#user-product .list_item_product .row_item .col_item .item .info {
  padding: 5px;
}
#user-product .list_item_product .row_item .col_item .item .info .info-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#user-product .list_item_product .row_item .col_item .item .info .info-price .price, #user-product .list_item_product .row_item .col_item .item .info .info-price .price_buy {
  line-height: 150%;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .table-responsive .tr_item {
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .table-responsive tr:nth-child(odd) {
    background: #f8f8f8;
  }
}
.manage_table .wrap_table {
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 900px) {
  .manage_table .wrap_table table {
    width: 900px;
  }
}/*# sourceMappingURL=user.css.map */