.vk-shop__list--subject {
  position: relative;
  padding-bottom: 60px;
}
.vk-content {
  /* height: 100vh; */
}
.vk-main-content {
  height: 100%;
}
label[for="amount"]::before {
  content: "VND";
  position: absolute;
  bottom: 8px;
  font-weight: 400;
  right: 14%;
  color: #868686;
  font-size: 15px;
}
.form-control {
  appearance: none;
}
#bank_code,
#language {
  background-image: url(/images/down.jpg);
  background-repeat: no-repeat;
  background-position: 98%;
}
.form-control:disabled,
.form-control[readonly] {
  background: #ffffff;
}
.httt label {
  font-weight: bold;
  color: #363636;
}
.i-check.active label {
  color: #1ccc85;
}
.i-check.active label {
  color: #1ccc85;
}
.pay-online {
  display: inline-block;
  width: 100%;
}
.pay-online .form-group {
  width: 50%;
  padding-left: 0px;
  padding-right: 5%;
  float: left;
  position: relative;
}
.img-nganhang {
  border-bottom: #e5e5e5 solid 1px;
  padding: 5px;
  margin-bottom: 10px;
}
.nganhang {
  display: flex;
  justify-content: flex-start;
  /* padding-bottom: 10px; */
  padding: 10px 0px;
}
.nganhang p:nth-child(2) {
  padding-left: 15px;
  font-weight: 500;
/* text-align: right; */}
.chutk {
  display: flex;
  justify-content: flex-start;
  /* padding-bottom: 10px; */
  padding: 10px 0px;
}
.chutk p:nth-child(2) {
  padding-left: 15px;
  font-weight: 500;
  width: auto;
/* text-align: right; */}
.stk {
  display: flex;
  justify-content: flex-start;
  /* padding-bottom: 10px; */
  padding: 10px 0px;
}
.stk p:nth-child(2) {
  padding-left: 15px;
  font-weight: 500;
/* text-align: right; */}
.stk img {
  margin-left: 25px;
  cursor: pointer;
}
.pay-online table {
  float: right;
  margin-right: 5%;
}
.list-update-user .item .item-info .price .choose-price,
.list-courses .item .item-info .price .choose-price {
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #17b978;
  text-align: center;margin-right: 20px;
display: flex;}
.list-update-user .item .item-info .price .choose-price::after,
.list-courses .item .item-info .price .choose-price::after {
  content: "";
  width: 100%;
  color: #1ccc85;
  font-size: 12px;
  font-family: fontawesome;
  text-align: center;
  opacity: 0;
}
.list-update-user .item.active .item-info .price .choose-price::after {
   content: "\f111";
}
.list-courses .item.active .item-info .price .choose-price::after {
  content: "\f00c";
}
.list-update-user .item.active .item-info .price .choose-price::after,
.list-courses .item .item-info .price .choose-price::after{
  opacity: 1;
}
.vk-page.vk-page-manages .container {
  height: 100%;
}
.box-httt {
  padding: 0px;
}
.content-edit-info1 {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-around;
}
.load-more {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .load-more {
    left: 210px;
  }
}
/** typography **/
.successbox h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: 0.1em 0;
  color: #444;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.successbox h1:before,
.successbox h1:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #1884cd;
}
.successbox h1:before {
  left: -0.5em;
  margin: 0 0 0 -50%;
}
.successbox h1:after {
  left: 0.5em;
  margin: 0 -50% 0 0;
}
.successbox h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.successbox p {
  display: block;
  font-size: 1.35em;
  line-height: 1.5em;
  margin-bottom: 22px;
  text-align: center;
}

/** page structure **/
#w {
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 30px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  padding-bottom: 35px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
/** notifications **/
.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  max-width: 40%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify h1 {
  margin-bottom: 6px;
}

.successbox h1 {
  color: #1884cd;
}
.errorbox h1 {
  color: #6f423b;
}

.successbox h1:before,
.successbox h1:after {
  background: #1884cd;
}
.errorbox h1:before,
.errorbox h1:after {
  background: #d6b8b7;
}

.notify .alerticon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.link-login {
  padding: 5px;
}
.link-login li {
  display: inline-block;
  width: 48%;
}
.link-login li a {
  display: block;
}
.login-btn {
  background: #17b978;
  color: #fff;
}
.login-btn:hover {
  background: #17b978;
  color: #fff;
}
.regis-btn {
  color: #212121;
  background: #fff;
}
.menu-tit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 20px;
}
.white-btn {
  background: #fff;
  border: none;
}
@font-face {
  font-family: robo-light;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: robo-medium;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: robo-bold;
  src: url("../fonts/Roboto-Bold.ttf");
}
.ring-bell {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #757575;
  border-radius: 50%;
  background: #757575;
  color: #fff;
  font-size: 11px;
}
.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.list-update-user .item-bank .col-md-4 {
  padding: 0 15px;
}
.list-update-user .item-bank {
  margin-top: 25px;
}
.list-update-user .item .item-info .price span {
  font-size: 20px;
  position: absolute;
}
.list-update-user .item.active {
  /* top: -30px; */
}
.list-update-user .item.active a.current-box {
  display: none;
}

.list-update-user .item.active a.current {
  display: block !important;
  background: #131313;
}
.banner-manager .info {
  background: url("../images/bn12.jpg");
  background-size: cover;
  padding: 40px 65px 50px 65px;
}
.banner-manager .info h1 {
  font-size: 35px;
  color: #fff;
  line-height: initial;
  font-family: robo-medium;
}

.banner-manager .info p {
  font-size: 15px;
  color: #fff;
}

.banner-manager .dk-manager {
  padding-top: 15px;
  margin-top: 20px;
}

.banner-manager .dk-manager a {
  padding: 20px 45px;
  background: #fff;
  font-size: 14px;
  color: #17b978;
  border-radius: 40px;
}
.item-acc h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 40px;
}

.item-acc {
  text-align: center;
  padding: 50px 0;
}

.item-list .info p {
  margin: 0;
  font-size: 20px;
  padding-top: 15px;
}

.item-list .icon-avar {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  line-height: 100px;
  background: #fff;
  border-radius: 50%;
}
.vk-sidebar--community.left-manager {
  width: 210px;
  background: transparent;
}

.side-left-manager ul {
  margin: 0;
  padding: 0;
}

.side-left-manager ul li {
  list-style: none;
  padding: 0 20px 20px 20px;
}
.side-left-manager ul li:nth-child(2) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.side-left-manager ul li a {
  font-size: 15px;
}
.side-left-manager ul li a.dks {
  color: #888888;
}
.side-left-manager ul li a.kp {
  font-family: robo-medium;
  color: #352961;
}

.side-left-manager ul li a.tg {
  font-family: robo-medium;
  color: #000000;
}
.vk-page.side-right-manager {
  padding-top: 20px;
}

.side-left-manager {
  padding-top: 25px;
}

.side-left-manager ul li a img {
  margin-top: -5px;
  margin-right: 15px;
}
.vk-page.side-right-manager {
  margin-left: 210px;
  padding-bottom: 50px;
}
.banner-manager {
  padding-left: 15px;
}
.vk-login__form .form-group {
  margin-bottom: 15px;
}
.list-update-user .item .title.checkout {
  font-family: robo-light;
}
.vk-page.vk-page--login.login-update {
  background: none;
  margin-top: 80px;
}
.vk-page.vk-page--login.login-update .vk-login__form {
  background: no-repeat;
  box-shadow: 0 0;
  width: 350px;
  padding-top: 0;
}
.vk-page.vk-page--login.login-update .vk-login__wrapper {
  min-height: unset !important;
}
.content-example {
  /* padding:0 50px; */
  height: 100%;
}
.list-update-user .col-md-4 {
  padding: 0 30px;
}
.title-example h1 {
  font-size: 24px;
  font-weight: unset;
}
.title-example {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  margin-bottom: 15px;
}
.raiting .vk-shop-item__rate {
  font-size: 14px;
  color: #ff7800;
}
.view-answer a {
  display: block;
  width: 205px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  background: #343434;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -15px;
  bottom: 50px;
}
.view-answer {
  position: fixed;
  bottom: 0;
  width: 1110px;
}
a.go-home {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  padding-top: 20px;
}
.fogot-pass p {
  text-align: center;
}
.login-facebook a {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background: #6180c0;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
}
.other {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.other:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.other span {
  background: #f8f8f8;
  position: relative;
  z-index: 2;
  padding: 0 15px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}

.vk-page.vk-page--login.login-update .vk-login__form .form-control {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
  font-size: 14px;
}

.vk-page.vk-page--login.login-update
  a.vk-btn.vk-btn--primary.rounded.vk-btn--login {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 15px;
  transition: 0.3s all;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
button.edit-pass {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 15px;
  transition: 0.3s all;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 45px;
  width: 150px;
  cursor: pointer;
  color: #fff;
}
button.btn-login {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 14px;
  transition: 0.3s all;
  font-weight: 400;
  height: 50px;
  width: 100%;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
}
.vk-page.vk-page--login.login-update
  a.vk-btn.vk-btn--primary.rounded.vk-btn--login:hover,
button.btn-login:hover,
button.edit-pass:hover {
  transition: 0.3s all;
  background: #1ccc85;
  border: 1px solid #1ccc85;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.creat-account.account-login a.login-btn {
  background: none;
  box-shadow: 0 0;
}
.creat-account a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  text-transform: uppercase;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  margin: 20px 0;
}
.creat-account a:hover {
  border: 1px solid #ddd;
  text-decoration: none;
  color: #fff;
  border-color: #1ccc85;
  background: #1ccc85;
}
.creat-account {
  text-align: center;
  padding-top: 10px;
}
.creat-account.account-login {
  padding-top: 0;
  margin-top: -15px;
}
.creat-account a.login-btn {
  display: unset;
  border: 0;
  color: #17b978;
  font-weight: 500;
  text-transform: unset;
}
.notice {
  font-size: 12px;
}
.regis-email {
  text-align: center;
}
.regis-email a {
  font-weight: bold;
  display: block;
  margin-top: -13px;
  margin-bottom: 25px;
}
.title-history h1 {
  font-size: 24px;
  color: #17b978;
  font-weight: inherit;
}
.list-update-user .col-md-12 {
  padding: 0 15px 0 30px;
}
.title-history {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-history {
  padding: 30px;
  background: #fff;
  position: relative;
  text-align: right;
}
.search-history input {
  height: 50px;
  border-radius: 35px;
  border: 1px solid #ddd;
  padding: 0 35px;
  width: 250px;
  font-size: 15px;
}
.search-history button {
  position: absolute;
  right: 40px;
  background: transparent;
  border: 0;
  color: #ccc;
  top: 37px;
  font-size: 25px;
}
.list-history table tr {
  padding: 25px 0;
  height: 50px;
  line-height: 50px;
}
.list-history table thead tr {
  font-weight: 700;
}
.list-history table tr td:nth-child(2),
.list-history table tr td:nth-child(1) {
  font-weight: 700;
}
.pagination {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.pagination ul {
  margin: 0;
  text-align: right;
  width: 100%;
  padding: 25px;
  background: #fff;
}
.pagination ul li {
  margin-right: 0 !important;
}
.pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.pagination ul li a.active {
  background: #f1f1f1;
  border-radius: 50%;
}
.list-history table {
  background: #fff;
}
.list-history table tr td:nth-child(1) {
  text-align: center;
}
.table-responsive thead tr {
  background: #f8f8f8;
}
h3.aside-tit.side-left {
  font-size: 16px;
  font-weight: unset;
}
h3.aside-tit.side-left img {
  margin-top: -6px;
  margin-right: 15px;
}
h3.aside-tit.side-left:after {
  display: none;
}
h3.aside-tit.side-left:before {
  display: none;
}
.avarta-user {
  position: relative;
  top: -33px;
  z-index: 1;
  margin-bottom: -40px;
}
.avarta-user img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.content-edit-info {
  width: 780px;
  margin: 0 auto;
}
.list-edit {
  padding: 35px;
  background: #fff;
}
.list-edit .item {
  margin-bottom: 30px;
}
.list-edit .item label {
  color: #888888;
}
.btn-sub input {
  width: 100%;
  border: 0;
  background: #17b978;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  height: 45px;
}
.list-update-user .item .item-info .content {
  padding-top: 20px;
}
.list-update-user .item {
  /* width:320px; */
  background: #fff;
  height: 100%;
  padding: 20px; /* box-shadow:0 0 10px 2px #ddd; */
  position: relative;
  transition: 0.3s all;
  top: 0;
  border: 1px solid #e5e5e5;
}
.list-update-user .item:hover {
  /* position:relative; */ /* top:-30px; */
}
.list-update-user {
  /* margin-top:20px; */ /* margin: 100px 0px; */
}
.list-update-user .item .btn-dk {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.list-update-user .item .btn-dk a {
  font-size: 14px;
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: #17b978;
  border-radius: 35px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
}
.name-bank p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.name-bank span {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #666666;
}
.item-bank p {
  font-size: 16px;
  width: 100px;
}
.note {
  margin-top: 25px;
}
.note .title {
  font-size: 18px;
  color: #e61919;
  padding-bottom: 10px;
}
.note p {
  font-size: 16px;
  margin-bottom: 0;
}
.note p strong {
  font-size: 18px;
}
.note span {
  font-size: 14px;
  display: block;
  padding: 5px 0px;
  color: #777777;
}
.list-edit .item .i-check label {
  padding-left: 40px;
  color: #333;
}
.httt {
  /* margin-top:40px; */
  padding: 40px;
  background: #fff;
}
.list-httt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.list-httt:after {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: -40px;
}
.item-bank .otem {
  position: relative; /* padding-top:20px; */ /* margin-top:5px; */
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 100%;
}
.item-bank .otem img {
  margin-bottom: 10px;
}
.item-bank .otem:after {
  /* content:""; */
  width: 10px;
  height: 10px;
  border: 1px solid #17b978;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.list-update-user .item .item-info {
  padding-top: 20px;
}
.list-update-user .item .title {
  font-size: 24px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.list-update-user .item .title span.del {
  font-size: 13px;
  float: right;
  padding: 6px 10px;
  background: #17b978;
  color: #fff;
  border-radius: 5px;
  margin-top: -1px;
}
.list-update-user .item .item-info .price {
  font-size: 36px;
  font-weight: 700;
  color: #17b978;
  padding: 10px 0;
}
.list-update-user .item .item-info label {
  font-size: 36px;
  font-weight: 700;
  color: #17b978;
}
.list-update-user .item .item-info p {
  font-size: 15px;
  color: #777777;
  margin-bottom: 10px;
}
.list-update-user .item .item-info .content p {
  color: #333;
}
.btn-dk a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.list-update-user .item .item-info .content p {
  padding-left: 30px;
  position: relative;
}
.list-update-user .item .item-info .content p svg {
  display: block;
  width: 30px;
  position: absolute;
  left: -8px;
  top: 3px;
  font-size: 16px;
  color: #17b978;
}
.list-httt .custom-control-label::after {
  background-position: unset;
  top: 8px;
  left: 4px;
}
.httt .title {
  font-size: 24px;
  padding-bottom: 25px;
}
.httt .note .title {
  padding-bottom: 5px;
}
.info-user {
  width: 100%;
}
.info-user .col-md-6 .item-content {
  background: #fff;
  padding: 20px;
  font-size: 15px;
}
.info-user .col-md-6 .item-content label {
  font-size: 14px;
  color: #888888;
  margin: 0;
}
.info-user .col-md-6 .item-content p strong {
  font-size: 18px;
}
.info-user .col-md-6 .item-content .title-us {
  font-size: 20px;
  color: #17b978;
  padding-bottom: 15px;
}
.info-user .col-md-6 {
  padding: 0 10px;
}
.info-user .col-md-6 .item-content .item a {
  padding: 10px 20px;
  border-radius: 30px;
  background: #17b978;
  color: #fff;
}
.info-user .col-md-6 .item-content .item:last-child {
  margin-top: 25px;
  padding-bottom: 15px;
}
.aside-cate-mobile .dropdown a.js-link {
  background: #fff;
  color: #333;
  padding: 10px;
  display: block;
}
.aside-cate-mobile .dropdown ul li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.aside-cate-mobile .dropdown ul {
  padding: 0;
  display: none;
  border-top: 1px solid #ddd;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
}
.aside-cate-mobile .dropdown a.js-link svg {
  float: right;
  margin-top: 4px;
}
.back-g {
  position: fixed;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
.back-g.sh {
  z-index: 1;
  visibility: visible;
  opacity: 0.6;
}
img.img-fluid {
  width: auto;
}
.table-responsive .pagination {
  margin-top: 0;
}
.table-responsive .pagination ul {
  padding: 20px;
}
.table-responsive table.table.table-bordered.table-hover {
  margin-bottom: 10px;
}
.aside-cate-mobile .dropdown a img {
  width: 16px;
  margin-top: -4px;
  margin-right: 10px;
}
.list-edit .item input#r22 {
  background: transparent;
}
.list-edit .item .custom-control-label::after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  top: 3px;
  left: -1px;
}
.table-responsive .table-bordered td {
  border: none;
}
.table-responsive table tr {
  border-bottom: 1px solid #ddd;
}
.table-responsive table tr:last-child {
  border: none;
}
.list-history {
  padding-bottom: 50px;
}
.list-edit .item label.custom-control-label {
  margin-top: 5px;
  margin-left: 10px;
}
.list-edit .item .custom-radio .custom-control-label::before {
  width: 23px;
  height: 23px;
  background: transparent;
}
.list-edit
  .item
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.i-check input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.i-check label {
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
}
.i-check label .choose-price {
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #868686;
  margin-right: 20px;
display: flex;}
.i-check label .choose-price::after {
  content: "\f111";
  position: absolute;
  width: 100%;
  color: #1ccc85;
  font-size: 9px;
  top: 10%;
  font-family: fontawesome;
  text-align: center;
  opacity: 0;
}
.i-check label {
  display: flex;
  align-items: center;
}
.i-check.active label .choose-price::after {
  opacity: 1;
}
.i-check.active label .choose-price {
  border: 1px solid #1ccc85;
}
.i-check input[type="checkbox"]:checked + label .choose-price::after {
  opacity: 1;
}
.aside-cate.aside-manager {
  border-bottom: 0;
}
.aside-cate.aside-manager h3 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 25px;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.aside-cate.aside-manager h3:last-child {
  border: 0;
}
.vk-sidebar.vk-sidebar--community.vk-manages {
  width: 18%;
}
.vk-page.vk-page-manages {
  margin-left: 18%;
}
@media (max-width: 767px) {
  .vk-community__top {
    position: relative;
    z-index: 2;
  }
  .pay-online .form-group {
    width: 100%;
  }
  .vk-sidebar--community.left-manager {
    display: none;
  }

  .vk-page.side-right-manager {
    margin: 0;
    padding-top: 0;
  }

  .banner-manager {
    padding-left: 0;
  }

  .banner-manager .info h1 {
    font-size: 25px;
  }

  .banner-manager .info {
    padding: 30px 25px;
  }

  .banner-manager .dk-manager a {
    padding: 10px 25px;
  }

  .banner-manager .info h1 br {
    display: none;
  }

  .item-acc h2 {
    font-size: 20px;
  }

  .item-acc {
    padding: 20px 0;
  }

  .item-list {
    margin-bottom: 20px;
  }
  .vk-main-content.manager-sideleft {
    padding-top: 10px;
  }
  .aside-cate-mobile.mobile-manager {
    margin-top: 60px;
  }
  a.vk-header__logo.header-logo-manager {
    display: block;
    font-size: 17px;
    padding-left: 0;
  }
  .vk-sidebar.vk-sidebar--community.vk-manages {
    width: 100%;
  }
  .vk-page.vk-page-manages {
    margin: 0;
  }
  .list-edit .item .col-md-3.col-sm-4:nth-child(2) {
    padding: 0 15px;
  }
  .list-edit .item .col-md-3:last-child .i-check {
    margin: 0;
  }
  .aside-cate-mobile .dropdown {
    margin: 0;
    border: 1px solid #ebebeb;
    background: #fff !important;
    padding: 0 10px;
    z-index: 2;
  }
  .list-update-user {
    margin-top: 0;
  }
  .list-update-user .item:first-child {
    margin-top: 0;
  }
  .aside-cate-mobile {
    display: block !important;
  }
  .container {
    max-width: 100% !important;
  }
  .content-example {
    padding: 0;
  }
  .vk-page.vk-page--login.login-update .vk-login__form {
    width: 100%;
  }
  .content-edit-info {
    width: 100%;
  }
  .list-edit {
    padding: 10px;
  }
  .list-edit .item .col-md-3 {
    padding: 0 15px;
  }
  .list-edit .item .col-md-3:nth-child(2) {
    padding: 0;
  }
  .list-edit .item .col-md-7,
  .list-edit .item .col-md-5 {
    padding: 0 15px;
  }
  .title-example {
    padding: 20px 10px;
  }
  .title-example h1 {
    line-height: inherit;
    font-size: 20px;
  }
  .info-example iframe {
    height: 400px !important;
  }
  .view-answer {
    position: unset;
    width: 100%;
  }
  .view-answer a {
    width: 150px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    right: 0;
  }
  .list-update-user .item {
    width: 100%;
    margin-top: 35px;
  }
  .list-update-user .item:hover {
    top: 0 !important;
  }
  .httt {
    margin-right: 0;
    padding: 20px;
  }
  .httt .col-md-4 {
    padding: 0 15px;
  }
  .list-update-user .col-md-4 {
    padding: 0 15px;
  }
  section.vk-content {
    overflow: hidden;
  }
  .list-update-user .col-md-12 {
    padding: 0 15px;
  }
  .info-user .col-md-6 .item-content {
    margin-bottom: 20px;
  }
  .table-bordered td,
  .table-bordered th {
    width: 50px;
    padding: 6px;
    vertical-align: inherit;
    text-align: center;
  }
  .list-history table tr {
    padding: 5px;
    height: auto;
    line-height: inherit;
    font-size: 13px;
  }
  .search-history {
    padding: 10px;
  }
  .search-history input {
    height: 30px;
  }
  .search-history button {
    font-size: 15px;
    top: 14px;
    right: 15px;
  }
  .avarta-user {
    top: 0;
    margin-top: -30px;
    margin-bottom: 0;
    display: none;
  }
  .i-check label {
    padding-left: 40px;
  }
  .i-check {
    margin-bottom: 25px;
  }
  .col-md-4:last-child .i-check {
    margin-bottom: 0;
  }
  .i-check label {
    padding-left: 40px !important;
  }
  label[for="amount"]::before {
    right: 8%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-example {
    padding: 0;
  }
  .info-user .col-md-6 .item-content .item a {
    display: block;
    padding: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .view-answer {
    width: 100%;
    position: unset;
  }
  .view-answer a {
    right: 0;
  }
  .content-edit-info {
    width: 100%;
  }
  .httt {
    margin-right: 0;
    padding: 20px;
  }
  .i-check label {
    padding-left: 47px !important;
  }
  .container {
  }
  .list-update-user .item {
    width: 100%;
  }

  .list-update-user .item .title {
    font-size: 13px;
  }
  .list-update-user .item .title span.del {
    padding: 4px;
    margin-top: -4px;
  }
  .list-update-user .col-md-4 {
    padding: 0 10px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .content-example {
    padding: 0 20px;
  }
  .list-update-user .item {
    width: 100%;
  }
  .list-update-user .col-md-4 {
    padding: 0 10px;
  }
  .list-update-user .item .title {
    font-size: 18px;
  }
  .i-check label {
    padding-left: 40px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .vk-sidebar.vk-sidebar--community.vk-manages {
    width: 100%;
  }
  .vk-page.vk-page-manages {
    margin: 0;
  }
  .banner-manager {
    padding: 0;
  }

  .banner-manager .info h1 {
    font-size: 30px;
  }

  .banner-manager .info {
    padding: 30px;
  }

  .item-acc h2 {
    font-size: 25px;
  }

  .list-update-user .item .btn-dk a {
    height: 30px;
    line-height: 32px;
  }
  .list-update-user .item .title span.del {
    display: none;
  }
  .list-update-user .item .item-info {
    padding-top: 10px;
  }
  a.vk-header__logo.header-logo-manager {
    display: block;
    font-size: 17px;
    padding-left: 0;
  }
}
.messages p.help-block.error {
  color: #f00;
  padding: 5px 10px 0;
}
@font-face {
  font-family: robo-light;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: robo-medium;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: robo-bold;
  src: url("../fonts/Roboto-Bold.ttf");
}
.ring-bell {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #757575;
  border-radius: 50%;
  background: #757575;
  color: #fff;
  font-size: 11px;
}
.bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.list-update-user .item-bank .col-md-4 {
  padding: 0 15px;
}
.list-update-user .item-bank {
  margin-top: 25px;
}
.list-update-user .item .item-info .price span {
  font-size: 20px;
  position: absolute;
}
.list-update-user .item.active {
  /* top: -30px; */
  /* border-color: green; */
  border: green soild 1px;
  border: #1ccc85 solid 1px;
}
.list-update-user .item.active a.current-box {
  display: none;
}

.list-update-user .item.active a.current {
  display: block !important;
  background: #1ccc85;
}
.banner-manager .info {
  background: url("../images/bn12.jpg");
  background-size: cover;
  padding: 40px 65px 50px 65px;
}
.banner-manager .info h1 {
  font-size: 35px;
  color: #fff;
  line-height: initial;
  font-family: robo-medium;
}

.banner-manager .info p {
  font-size: 15px;
  color: #fff;
}

.banner-manager .dk-manager {
  padding-top: 15px;
  margin-top: 20px;
}

.banner-manager .dk-manager a {
  padding: 20px 45px;
  background: #fff;
  font-size: 14px;
  color: #17b978;
  border-radius: 40px;
}
.item-acc h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 40px;
}

.item-acc {
  text-align: center;
  padding: 50px 0;
}

.item-list .info p {
  margin: 0;
  font-size: 20px;
  padding-top: 15px;
}

.item-list .icon-avar {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  line-height: 100px;
  background: #fff;
  border-radius: 50%;
}
.vk-sidebar--community.left-manager {
  width: 210px;
  background: transparent;
}

.side-left-manager ul {
  margin: 0;
  padding: 0;
}

.side-left-manager ul li {
  list-style: none;
  padding: 0 20px 20px 20px;
}
.side-left-manager ul li:nth-child(2) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.side-left-manager ul li a {
  font-size: 15px;
}
.side-left-manager ul li a.dks {
  color: #888888;
}
.side-left-manager ul li a.kp {
  font-family: robo-medium;
  color: #352961;
}

.side-left-manager ul li a.tg {
  font-family: robo-medium;
  color: #000000;
}
.vk-page.side-right-manager {
  padding-top: 20px;
}

.side-left-manager {
  padding-top: 25px;
}
.title.checkout {
  font-size: 24px;
  padding-bottom: 33px;
}
.side-left-manager ul li a img {
  margin-top: -5px;
  margin-right: 15px;
}
.vk-page.side-right-manager {
  margin-left: 210px;
  padding-bottom: 50px;
}
.banner-manager {
  padding-left: 15px;
}
.logo-bamboo {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.vk-login__form .form-group {
  margin-bottom: 15px;
}
.list-update-user .item .title.checkout {
  font-family: robo-light;
}
.vk-page.vk-page--login.login-update {
  background: none; /*margin-top:80px;*/
}
.vk-page.vk-page--login.login-update .vk-login__form {
  background: no-repeat;
  box-shadow: 0 0;
  width: 350px;
  padding-top: 0;
}
.vk-page.vk-page--login.login-update .vk-login__wrapper {
  min-height: unset !important;
}
.content-example {
  /* padding: 0 76px; */
}
.list-update-user .col-md-4 {
  padding: 0 10px;
}
.title-example h1 {
  font-size: 24px;
  font-weight: unset;
}
.title-example {
  text-align: center;
  background: #fff;
  padding: 40px 0;
  margin-bottom: 15px;
}
.raiting .vk-shop-item__rate {
  font-size: 14px;
  color: #ff7800;
}
.view-answer a {
  display: block;
  width: 205px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 18px;
  background: #343434;
  text-align: center;
  color: #fff;
  position: absolute;
  right: -15px;
  bottom: 50px;
}
.view-answer {
  position: fixed;
  bottom: 0;
  width: 1110px;
}
a.go-home {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  padding-top: 20px;
}
.fogot-pass p {
  text-align: center;
}
.login-facebook a {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: 100%;
  background: #6180c0;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
}
.other {
  margin: 25px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.other:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.other span {
  background: #f8f8f8;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}

.vk-page.vk-page--login.login-update .vk-login__form .form-control {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 20px;
  border-radius: 2px;
}

.vk-page.vk-page--login.login-update
  a.vk-btn.vk-btn--primary.rounded.vk-btn--login {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 15px;
  transition: 0.3s all;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
button.edit-pass {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 15px;
  transition: 0.3s all;
  font-weight: 700;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 45px;
  width: 150px;
  cursor: pointer;
  color: #fff;
}
button.btn-login {
  background: #17b978;
  border: 1px solid #17b977;
  border-radius: 35px !important;
  font-size: 15px;
  transition: 0.3s all;
  font-weight: 700;
  height: 45px;
  width: 130px;
  cursor: pointer;
  color: #fff;
}
.vk-page.vk-page--login.login-update
  a.vk-btn.vk-btn--primary.rounded.vk-btn--login:hover,
button.btn-login:hover,
button.edit-pass:hover {
  transition: 0.3s all;
  background: #1ccc85;
  border: 1px solid #1ccc85;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.creat-account.account-login a.login-btn {
  background: none;
  box-shadow: 0 0;
}
.creat-account a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #333333;
  border-radius: 30px;
  text-transform: uppercase;
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  margin: 20px 0;
}
.creat-account a:hover {
  border: 1px solid #ddd;
  text-decoration: none;
  color: #fff;
  border-color: #1ccc85;
  background: #1ccc85;
}
.creat-account {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.creat-account.account-login {
  padding-top: 0;
  margin-top: -15px;
}
.creat-account a.login-btn {
  display: unset;
  border: 0;
  color: #17b978;
  font-weight: bold;
  text-transform: unset;
}
.notice {
  font-size: 12px;
}
.regis-email {
  text-align: center;
}
.regis-email a {
  font-weight: bold;
  display: block;
  margin-top: -13px;
  margin-bottom: 25px;
}
.title-history h1 {
  font-size: 24px;
  color: #17b978;
  font-weight: inherit;
}
.list-update-user .col-md-12 {
  padding: 0 15px 0 30px;
}
.title-history {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.search-history {
  padding: 30px;
  background: #fff;
  position: relative;
  text-align: right;
}
.search-history input {
  height: 50px;
  border-radius: 35px;
  border: 1px solid #ddd;
  padding: 0 35px;
  width: 250px;
  font-size: 15px;
}
.search-history button {
  position: absolute;
  right: 40px;
  background: transparent;
  border: 0;
  color: #ccc;
  top: 37px;
  font-size: 25px;
}
.list-history table tr {
  padding: 25px 0;
  height: 50px;
  line-height: 50px;
}
.list-history table thead tr {
  font-weight: 700;
}
.list-history table tr td:nth-child(2),
.list-history table tr td:nth-child(1) {
  font-weight: 700;
}
.pagination {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.pagination ul {
  margin: 0;
  text-align: right;
  width: 100%;
  padding: 25px;
  background: #fff;
}
.pagination ul li {
  margin-right: 0 !important;
}
.pagination ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.pagination ul li a.active {
  background: #f1f1f1;
  border-radius: 50%;
}
.list-history table {
  background: #fff;
}
.list-history table tr td:nth-child(1) {
  text-align: center;
}
.table-responsive thead tr {
  background: #f8f8f8;
}
h3.aside-tit.side-left {
  font-size: 16px;
  font-weight: unset;
}
h3.aside-tit.side-left img {
  margin-top: -6px;
  margin-right: 15px;
  max-width: 23px;
}
h3.aside-tit.side-left:after {
  display: none;
}
h3.aside-tit.side-left:before {
  display: none;
}
.avarta-user {
  position: relative;
  top: -33px;
  z-index: 1;
  margin-bottom: -40px;
}
.avarta-user img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.content-edit-info {
  width: 780px;
  margin: 0 auto;
}
.list-edit {
  padding: 35px;
  background: #fff;
}
.list-edit .item {
  margin-bottom: 30px;
  position: relative;
}
.list-edit .item a.field-icon.toggle-password {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0.6;
  color: #666666;
  font-size: 12px;
}
.click-show-pass {
  display: none;
}
.list-edit .item label {
  color: #888888;
}
.btn-sub input {
  width: 100%;
  border: 0;
  background: #17b978;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  height: 45px;
}
.list-update-user .item .item-info .content {
  padding-top: 20px;
}
.list-update-user .item {
  /* width:320px; */
  background: #fff;
  height: unset;
  padding: 5px 15px; /* box-shadow:0 0 10px 2px #ddd; */
  position: relative;
  transition: 0.3s all;
  top: 0;
  border-radius: 5px;
  margin-bottom: 22px; /* display: inline-block; */
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.list-update-user .item:hover {
  /* position:relative; */ /* top: -10px; */
}
.list-update-user {
  /* margin-top:20px; */ /* margin-bottom: 20px; */
}
.list-update-user .item .btn-dk {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.list-update-user .item .btn-dk a {
  font-size: 14px;
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  background: #17b978;
  border-radius: 35px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
}
.name-bank p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.name-bank span {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #666666;
}
.item-bank p {
  font-size: 16px;
  color: #363636;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
width: 33%;}
.note {
  margin-top: 25px;
}
.note .title {
  font-size: 18px;
  color: #e61919;
  padding-bottom: 10px;
}
.note p {
  font-size: 16px;
  margin-bottom: 0;
  /* padding: 5px; */
  margin-bottom: 10px;
}
.note p.alert-info {
  background: rgba(209, 236, 241, 0.3);
  border: 1px solid #d1ecf1;
  border-radius: 5px;
  font-size: 15px;
  color: #1f6b79;
}

.note p strong {
  font-size: 18px;
  color: #363636;
  font-weight: 500;
  font-size: 15px; /* color: #363636; */
  line-height: 18px; /* padding-bottom: 15px; */ /* margin-bottom: 15px; */
}
.note span {
  font-size: 14px;
  display: inline-block;
  padding: 5px 0px;
  color: #1f6b79;
}
.list-edit .item .i-check label {
  padding-left: 40px;
  color: #333;
}
.httt {
  /* margin-top:40px; */
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.list-httt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.list-httt:after {
  content: "";
  width: calc(100%);
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.item-bank .otem {
  position: relative; /* padding-top:20px; */ /* margin-top:5px; */
}
.item-bank .otem:after {
  /* content:""; */ /* width:10px; */
  height: 10px;
  border: 1px solid #17b978;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.list-update-user .item .item-info {
  padding-top: 20px;
}
.list-update-user .item .title {
  font-size: 24px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.list-update-user .item .title span.del {
  font-size: 13px;
  float: right;
  padding: 6px 10px;
  background: #17b978;
  color: #fff;
  border-radius: 5px;
  margin-top: -1px;
}
.list-update-user .item .item-info .price {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #17b978;
  display: flex;
  align-content: center;
  align-items: center;
  width: w;
  width: 100%;
  color: #363636;
  padding: 10px 0;
}
.list-update-user .item .item-info label {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #17b978;
  display: flex;
  align-content: center;
  align-items: center;
  width: w;
  width: 100%;
  color: #363636;
  padding: 10px 24px;
}
.list-update-user .item .item-info p {
  font-size: 15px;
  color: #777777;
  margin-bottom: 10px;
}
.list-update-user .item .item-info .content p {
  color: #333;
}
.btn-dk a {
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.list-update-user .item .item-info .content p {
  padding-left: 30px;
  position: relative;
}
.list-update-user .item .item-info .content p svg {
  display: block;
  width: 30px;
  position: absolute;
  left: -8px;
  top: 3px;
  font-size: 16px;
  color: #17b978;
}
.list-httt .custom-control-label::after {
  background-position: unset;
  top: 8px;
  left: 4px;
}
.httt .title {
  font-size: 24px;
  padding-bottom: 25px;
}
.httt .note .title {
  padding-bottom: 5px;
}
.info-user .col-md-6 .item-content {
  background: #fff;
  padding: 20px;
  font-size: 15px;
}
.info-user .col-md-6 .item-content label {
  font-size: 14px;
  color: #888888;
  margin: 0;
}
.info-user .col-md-6 .item-content p strong {
  font-size: 18px;
}
.info-user .col-md-6 .item-content .title-us {
  font-size: 20px;
  color: #17b978;
  padding-bottom: 15px;
}
.info-user .col-md-6 {
  padding: 0 10px;
}
.info-user .col-md-6 .item-content .item a {
  padding: 10px 20px;
  border-radius: 30px;
  background: #17b978;
  color: #fff;
}
.info-user .col-md-6 .item-content .item:last-child {
  margin-top: 25px;
  padding-bottom: 15px;
}
.aside-cate-mobile .dropdown a.js-link {
  background: #fff;
  color: #333;
  padding: 10px;
  display: block;
}
.aside-cate-mobile .dropdown ul li {
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.aside-cate-mobile .dropdown ul {
  padding: 0;
  display: none;
  border-top: 1px solid #ddd;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  z-index: 2;
}
.aside-cate-mobile .dropdown a.js-link svg {
  float: right;
  margin-top: 4px;
}
.back-g {
  position: fixed;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}
.back-g.sh {
  z-index: 1;
  visibility: visible;
  opacity: 0.6;
}
img.img-fluid {
  width: auto;
}
.table-responsive .pagination {
  margin-top: 0;
}
.table-responsive .pagination ul {
  padding: 20px;
}
.table-responsive table.table.table-bordered.table-hover {
  margin-bottom: 10px;
}
.aside-cate-mobile .dropdown a img {
  width: 16px;
  margin-top: -4px;
  margin-right: 10px;
}
.list-edit .item input#r22 {
  background: transparent;
}
.list-edit .item .custom-control-label::after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  top: 3px;
  left: -1px;
}
.table-responsive .table-bordered td {
  border: none;
}
.table-responsive table tr {
  border-bottom: 1px solid #ddd;
}
.table-responsive table tr:last-child {
  border: none;
}
.list-history {
  padding-bottom: 50px;
}
.list-edit .item label.custom-control-label {
  margin-top: 5px;
  margin-left: 10px;
}
.list-edit .item .custom-radio .custom-control-label::before {
  width: 23px;
  height: 23px;
  background: transparent;
}
.list-edit
  .item
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #007bff;
}
.i-check input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.i-check label {
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 5px;
}
.i-check label.choose-price {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  border: 1px solid #868686;
  margin-right: 20px;
}
.i-check label .choose-price::after {
  content: "\f111";
  /* position: absolute; */
  width: 100%;
  color: #1ccc85;
  font-size: 12px;
  /* top: 8%; */
  font-family: fontawesome;
  text-align: center;
  opacity: 0;
}
.i-check input[type="checkbox"]:checked + label .choose-price::after {
  opacity: 1;
}
.aside-cate.aside-manager {
  border-bottom: 0;
}
.aside-cate.aside-manager h3 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
  padding: 25px;
  width: calc(100% + 50px);
  margin-left: -25px;
}
.aside-cate.aside-manager h3:last-child {
  border: 0;
}
.vk-sidebar.vk-sidebar--community.vk-manages {
  width: 18%;
}
.vk-page.vk-page-manages {
  margin-left: 18%;
  height: h;
  height: 100%; /* display: flex; */
}
.content-top-lession {
  width: 895px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
}

.content-top-lession .left {
  width: 510px;
  float: left;
  position: relative;
}
.content-top-lession .left img {
  border-radius: 5px;
}
.content-top-lession .left ul.social li a:hover {
  background: no-repeat;
}
.content-top-lession .right {
  padding-left: 530px;
}
.content-top-lession .right .content-right h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: initial;
}

.content-top-lession .right .content-right .desc p {
  font-size: 15px;
  line-height: inherit;
  height: 46px;
  overflow: hidden;
  position: relative;
}

.content-top-lession .right .content-right .desc p a {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 1px;
  right: 0px;
  background: #fff;
}
.content-top-lession .right .content-right .desc p.active {
  height: auto;
}
.content-top-lession .right .content-right .desc p.active a.add-desc {
  display: none;
}
.start-examp a {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 45px;
  height: 45px;
  background: #ebebeb;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 16px;
}
.comment .titl-cmt {
  font-size: 17px;
  font-family: robo-bold;
  margin-bottom: 16px;
}

.comment .list-cmt .avarta {
  float: left;
}
.comment .list-cmt .info-cmt {
  padding-left: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
}
.comment .list-cmt .info-cmt .name span {
  color: #404040;
  font-size: 15px;
  font-weight: bold;
}
.comment .list-cmt .info-cmt .name span:last-child {
  color: #999999;
  font-size: 12px;
  font-weight: unset;
  padding-left: 25px;
}

.comment .list-cmt .info-cmt .name {
  margin-bottom: 7px;
}

.comment .list-cmt .info-cmt .cmt p {
  line-height: unset;
}
.comment .list-cmt .write-cmt .avarta {
  float: left;
  margin-top: 7px;
}

.comment .list-cmt .write-cmt .info {
  padding-left: 40px;
}
.comment .list-cmt .write-cmt .info input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}
.like-share a {
  color: #aaaaaa;
  display: block;
  padding-right: 10px;
}

.like-share ul li {
  position: relative;
}

.like-share ul li .hide-edit {
  text-align: center;
  position: absolute;
  left: -45px;
  top: 41px;
  display: none;
}

.like-share ul li .hide-edit li {
  list-style: none;
  padding: 0px 0;
}

.like-share li:last-child a {
  padding-right: 0;
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}

.like-share ul li .hide-edit ul {
  width: 125px;
  background: #fff;
  box-shadow: 0px 0px 3px 4px #f1f1f1;
  padding: 7px 0;
}

.like-share ul li .hide-edit li a {
  color: #333333;
  width: 100%;
  background: #fff;
  font-size: 13px;
}
.like-share ul li .hide-edit ul:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 44%;
  top: -5px;
  transform: rotate(45deg);
}

.like-share .col-md-4.pull-right {
  padding-left: 0;
  text-align: right;
}

.like-share .col-md-4.pull-right span {
  font-size: 12px;
  color: #aaaaaa;
  display: block;
  padding-top: 10px;
}
.title-lession {
  font-size: 24px;
  text-align: center;
  padding: 40px 0 30px 0;
}
.comment .list-cmt .write-cmt .info .btn-send {
  text-align: right;
  margin-top: 20px;
  display: none;
}

.comment .list-cmt .write-cmt .info .btn-send a.btn-close {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  background: #efefef;
  padding: 0 20px;
  border-radius: 7px;
}

.comment .list-cmt .write-cmt .info .btn-send button.btn-sub {
  height: 40px;
  background: #efefef;
  border: 0;
  border-radius: 7px;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.comment .list-cmt .write-cmt .info.active .btn-send {
  display: block;
}

.comment .list-cmt .write-cmt .info.active input {
  height: 100px;
}
.comment .list-cmt .write-cmt .info textarea.form-control {
  height: 40px;
}
.comment .list-cmt .write-cmt .info.active textarea.form-control {
  height: 100px;
}
.content-top-lession .left ul.social {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: right;
  margin: 0;
  padding: 15px;
  background-image: linear-gradient(#ffffff00, #4b4b4b);
}

.content-top-lession .left ul.social li a {
  color: #fff;
}
#sidebar {
  transform: translateX(-100%);
}

.vk-page.vk-lession {
  margin-left: 0;
}
@media (max-width: 767px) {
  .vk-community__top {
    position: relative;
    z-index: 2;
  }
  .info-user .col-md-6 .item-content label {
    margin-bottom: 7px;
  }
  .sub-bwrap .sub-choiced-row .del-btn {
    padding: 0;
    top: 5px;
    right: 5px;
  }

  .sub-bwrap .sub-choiced-row .del-btn i {
    font-size: 15px;
  }
  .info-user .col-md-6 .item-content p {
    font-size: 17px;
  }
  .content-top-lession {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-bottom: 20px;
    padding: 0 15px 20px 15px;
  }

  .content-top-lession .left img.img-fluid {
    width: 100% !important;
  }

  .content-top-lession .left {
    width: calc(100% + 30px);
    float: none;
    margin-left: -15px;
  }
  .vk-page.vk-lession {
    padding-top: 0;
  }

  .content-top-lession .left img {
    border-radius: 0;
  }
  .content-top-lession .right {
    padding: 0;
  }
  .row.vk-shop__list.list-other-lession .col-lg-3:nth-child(2n) {
    padding-right: 10px;
  }

  .row.vk-shop__list.list-other-lession .col-lg-3:nth-child(2n + 1) {
    padding-left: 10px;
  }
  .content-top-lession .right .content-right h1 {
    margin-top: 15px;
  }

  .like-share .col-md-4.pull-right {
    display: none;
  }

  .title-lession {
    padding: 15px 0;
    font-size: 20px;
  }

  .vk-sidebar--community.left-manager {
    display: none;
  }

  .vk-page.side-right-manager {
    margin: 0;
    padding-top: 0;
  }

  .banner-manager {
    padding-left: 0;
  }

  .banner-manager .info h1 {
    font-size: 25px;
  }

  .banner-manager .info {
    padding: 30px 25px;
  }

  .banner-manager .dk-manager a {
    padding: 10px 25px;
  }

  .banner-manager .info h1 br {
    display: none;
  }

  .item-acc h2 {
    font-size: 20px;
  }

  .item-acc {
    padding: 20px 0;
  }

  .item-list {
    margin-bottom: 20px;
  }
  .vk-main-content.manager-sideleft {
    padding-top: 10px;
  }
  .aside-cate-mobile.mobile-manager {
    margin-top: 60px;
  }
  a.vk-header__logo.header-logo-manager {
    display: block;
    font-size: 17px;
    padding-left: 0;
  }
  .vk-sidebar.vk-sidebar--community.vk-manages {
    width: 100%;
  }
  .vk-page.vk-page-manages {
    margin: 0;
  }
  .list-edit .item .col-md-3.col-sm-4:nth-child(2) {
    padding: 0 15px;
  }
  .list-edit .item .col-md-3:last-child .i-check {
    margin: 0;
  }
  .aside-cate-mobile .dropdown {
    margin: 0;
    border: 1px solid #ebebeb;
    background: #fff !important;
    padding: 0 10px;
    z-index: 2;
  }
  .list-update-user {
    margin-top: 0;
  }
  .list-update-user .item:first-child {
    margin-top: 0;
  }
  .aside-cate-mobile {
    display: block !important;
  }
  .container {
    max-width: 100% !important;
  }
  .content-example {
    padding: 0;
  }
  .vk-page.vk-page--login.login-update .vk-login__form {
    width: 100%;
  }
  .content-edit-info {
    width: 100%;
  }
  .list-edit {
    padding: 10px;
  }
  .list-edit .item .col-md-3 {
    padding: 0 15px;
  }
  .list-edit .item .col-md-3:nth-child(2) {
    padding: 0;
  }
  .list-edit .item .col-md-7,
  .list-edit .item .col-md-5 {
    padding: 0 15px;
  }
  .title-example {
    padding: 20px 10px;
  }
  .title-example h1 {
    line-height: inherit;
    font-size: 20px;
  }
  .info-example iframe {
    height: 400px !important;
  }
  .view-answer {
    position: unset;
    width: 100%;
  }
  .view-answer a {
    width: 150px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    right: 0;
  }
  .list-update-user .item {
    width: 100%;
    margin-top: 35px;
  }
  .list-update-user .item:hover {
    top: 0 !important;
  }
  .httt {
    margin-right: 0;
    padding: 20px;
  }
  .httt .col-md-4 {
    padding: 0 15px;
  }
  .list-update-user .col-md-4 {
    padding: 0 15px;
  }
  section.vk-content {
    overflow: hidden;
  }
  .list-update-user .col-md-12 {
    padding: 0 15px;
  }
  .info-user .col-md-6 .item-content {
    margin-bottom: 20px;
  }
  .table-bordered td,
  .table-bordered th {
    width: 50px;
    padding: 6px;
    vertical-align: inherit;
    text-align: center;
  }
  .list-history table tr {
    padding: 5px;
    height: auto;
    line-height: inherit;
    font-size: 13px;
  }
  .search-history {
    padding: 10px;
  }
  .search-history input {
    height: 30px;
  }
  .search-history button {
    font-size: 15px;
    top: 14px;
    right: 15px;
  }
  .avarta-user {
    top: 0;
    margin-top: -30px;
    margin-bottom: 0;
    display: none;
  }
  .i-check label {
    padding-left: 40px;
  }
  .i-check {
    margin-bottom: 25px;
  }
  .col-md-4:last-child .i-check {
    margin-bottom: 0;
  }
  .i-check label {
    padding-left: 40px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-example {
    padding: 0;
  }
  .info-user .col-md-6 .item-content .item a {
    display: block;
    padding: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .view-answer {
    width: 100%;
    position: unset;
  }
  .view-answer a {
    right: 0;
  }
  .content-edit-info {
    width: 100%;
  }
  .httt {
    margin-right: 0;
    padding: 20px;
  }
  .i-check label {
    padding-left: 27px !important;
  }
  .container {
  }
  .list-update-user .item {
    width: 100%;
  }
  .list-update-user .item .item-info .price {
    font-size: 25px;
  }
  .list-update-user .item .item-info label {
    font-size: 25px;
  }
  .list-update-user .item .title {
    font-size: 13px;
  }
  .list-update-user .item .title span.del {
    padding: 4px;
    margin-top: -4px;
  }
  .list-update-user .col-md-4 {
    padding: 0 10px;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .content-example {
    padding: 0 20px;
    height: 100%;
  }
  .list-update-user .item {
    width: 100%;
  }
  .list-update-user .col-md-4 {
    padding: 0 10px;
  }
  .list-update-user .item .title {
    font-size: 18px;
  }
  .i-check label {
    padding-left: 20px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .vk-sidebar.vk-sidebar--community.vk-manages {
    width: 100%;
    position: relative;
    position: po;
  }
  .vk-page.vk-page-manages {
    margin: 0;
  }
  .banner-manager {
    padding: 0;
  }
  .content-top-lession {
    width: 100%;
    padding: 0;
  }

  .content-top-lession .left {
    width: 60%;
  }

  .content-top-lession .right {
    padding-left: 62%;
  }
  .banner-manager .info h1 {
    font-size: 30px;
  }

  .banner-manager .info {
    padding: 30px;
  }

  .item-acc h2 {
    font-size: 25px;
  }

  .list-update-user .item .btn-dk a {
    height: 30px;
    line-height: 32px;
  }
  .list-update-user .item .title span.del {
    display: none;
  }
  .list-update-user .item .item-info {
    padding-top: 10px;
  }
  a.vk-header__logo.header-logo-manager {
    display: block;
    font-size: 17px;
    padding-left: 0;
  }
}

/*update 03/06/2019*/
.view-example ul li button {
  padding: 0 !important;
  display: block;
  width: 90px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border: 1px solid #17b978;
  background: #17b978;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.view-example ul li:last-child button {
  border: 1px solid #333333;
  color: #333333 !important;
  background: #ffffff !important;
}
.modal-content.vk-modal__content.popup-endtime {
  width: 680px;
  margin: 0 auto;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.modal-content.vk-modal__content.popup-endtime .title {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 25px;
}

.modal-content.vk-modal__content.popup-endtime .view-example a {
  background: #17b978;
  color: #fff;
  font-size: 17px;
  padding: 10px 34px;
  border-radius: 20px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .modal-content.vk-modal__content.popup-endtime {
    width: 100%;
  }
  .vote-example .btn-vote-example span {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 1350px) {
  .aside-cate.aside-manager h3 {
    width: calc(100% + 60px);
  }
}
@media (max-width: 1250px) {
  .list-update-user .item .item-info .price {
    font-size: 14px;
  }
  .aside-cate.aside-manager h3 {
    width: calc(100% + 60px);
    font-size: 12px;
  }
  .item-bank p {
    font-size: 12px;
  }
}
@media (max-width: 1150px) {
  .stk img {
    margin-left: 10px;
  }
  .item-bank .otem {
    padding: 10px;
  }
}
@media (max-width: 1080px) {
  .aside-cate.aside-manager h3 {
    font-size: 10px;
  }
  .list-update-user .item .item-info .price {
    font-size: 13px;
    padding: 10px 0;
  }
}
@media (max-width: 1000px) {
  .item-bank .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .list-update-user .item .item-info .price {
    font-size: 12px;
  }

  .modal-content.vk-modal__content.popup-endtime {
    width: 100%;
  }
  .modal-content.vk-modal__content.popup-endtime .title {
    font-size: 25px;
  }
  .vote-example .btn-vote-example span {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }

  .vote-example .btn-vote-example button {
    margin-left: 0;
    margin-right: 10px;
  }
  .content-vote-examp.vote-yes .btn-vote-example textarea {
    width: 100%;
  }
}
/*end update 03/06/2019*/
button.btn-login {
  width: 100%;
}
.creat-account a.login-btn,
.creat-account {
  font-weight: normal;
}
.other {
  margin: 20px 0;
}
.vk-page.vk-page--login.login-update {
  margin-top: 0 !important;
  padding-top: 0;
}
.logo-svg {
  border-bottom: 1px solid #dfe0e6;
  padding: 24px 0;
}
.form-group-class .nice-select .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-group-class .nice-select .list li {
  flex: 0 0 50%;
  max-width: 50%;
}
.form-group-class .nice-select .list li:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.vk-quest__top .list-group {
  justify-content: center;
}
.vk-quest__top .list-group .list-group-item {
  border: 1px solid rgb(23, 185, 120);
  border-radius: 25px !important;
  color: #17b978;
  padding: 10px 20px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .vk-quest__top .list-group {
    display: none;
  }
}
.content-vote-examp.vote-yes,
.content-vote-examp.vote-no {
  display: none;
}
.vote-example {
  position: relative;
  padding-top: 30px;
  margin-top: 10px;
}

.vote-example:after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: -30px;
}

.vote-example .title {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
}

.vote-example .btn-vote-example {
  font-size: 17px;
  color: #404040;
  padding-top: 10px;
}

.vote-example .btn-vote-example button {
  margin-left: 20px;
  width: 80px;
  font-size: 15px;
  color: #17b978;
  height: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
}

.vote-example .btn-vote-example span {
  padding-right: 20px;
}
.content-vote-examp.vote-yes p {
  margin-bottom: 0;
  font-size: 15px;
}

.content-vote-examp.vote-yes .btn-vote-example textarea {
  width: calc(200% / 3);
  height: 90px;
  padding: 15px;
  font-size: 15px;
  margin: 5px 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
.vote-example .btn-vote-example input.sub-vote {
  border: 0;
  font-size: 15px;
  background: #17b978;
  color: #fff;
  padding: 7px 22px;
  cursor: pointer;
  border-radius: 20px;
  margin-top: 15px;
}
.content-vote-examp.vote-yes .title,
.content-vote-examp.vote-no .title {
  font-size: 17px;
}
.vk-table__wrapper
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::before {
  /*background-color: #17b978; */
}
.vk-sidebar__box .vk-btn--blue-4 {
  background: #17b978;
  border: 1px solid #17b978;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .modal-content.vk-modal__content.popup-endtime {
    width: 100%;
  }
  .vote-example .btn-vote-example span {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .modal-content.vk-modal__content.popup-endtime {
    width: 100%;
  }
  .modal-content.vk-modal__content.popup-endtime .title {
    font-size: 25px;
  }
  .vote-example .btn-vote-example span {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }

  .vote-example .btn-vote-example button {
    margin-left: 0;
    margin-right: 10px;
  }
  .content-vote-examp.vote-yes .btn-vote-example textarea {
    width: 100%;
  }
}
.vk-list.vk-sidebar__list > li:last-child {
  display: none;
}

/*update 14/06/2019 */
table#testAns input.form-control {
  width: 150px;
}
.view-example ul li button {
  padding: 0 !important;
  display: block;
  width: 90px;
  text-align: center;
  height: 40px;
  line-height: 38px;
  border: 1px solid #17b978;
  background: #17b978;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
}
.view-example ul li:last-child button {
  border: 1px solid #333333;
  color: #333333 !important;
  background: #ffffff !important;
}
@media (max-width: 450px) {
  .note p.alert-info {
    font-size: 12px;
  }
}
h3.aside-tit.side-left.active  > a {
    color: #17b978;
    font-weight: 600;
}
.avatar.user-avatar {
    width: 60px;
    height: 60px;
}
.avatar.user-avatar img {    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flex-align-center {
    align-items: center;
}
.ml-20 {
    margin-left: 20px;
}
label.btnChangeAvatar  {
  border: 1px solid #ccc;
}