.btn-gitiho {
  background-color: #D91B5C;
  color: white;
  border: solid thin #bb114b;
  border-radius: 20px;
  padding: 5px 20px;
}
.btn-gitiho:hover, .btn-gitiho:focus {
  background-color: #c11751;
  color: white;
  box-shadow: 0px 1px 4px 1px rgba(216, 28, 92, 0.29);
}

.btn-gitiho-secondary {
  background-color: white;
  color: #D91B5C;
  border: solid thin #bb114b;
  border-radius: 20px;
  padding: 5px 20px;
}
.btn-gitiho-secondary:hover, .btn-gitiho-secondary:focus {
  color: #D91B5C;
  box-shadow: 0px 1px 4px 1px rgba(216, 28, 92, 0.29);
}

.el-avatar {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #c0c4cc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
}
.el-avatar.el-avatar--medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.el-avatar.circle {
  border-radius: 50%;
}
.el-avatar.indigo {
  background: var(--indigo);
}

.biz-btn-primary {
  background-color: #7da2c9;
  border-color: #7da2c9;
  color: #fff;
  box-shadow: none;
}
.biz-btn-primary:hover {
  background-color: #6a90b8;
  border-color: #6a90b8;
}

.profile-edit-btn {
  border: none;
  border-radius: 1.5rem;
  width: 70%;
  padding: 5px 10px;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  background: aliceblue;
  display: initial;
  font-size: 15px;
}

.biz-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  padding: 10px 10px 0 10px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.biz-tabs .nav-item {
  white-space: nowrap;
}
.biz-tabs .nav-item .nav-link {
  color: #9FA5B6;
  font-size: 18px;
  font-weight: 500;
}
.biz-tabs .nav-item .nav-link.active {
  color: #2F80ED;
  border-color: transparent;
  border-bottom: solid #2f80ed 3px;
}
.biz-tabs .nav-item .nav-link.active:hover {
  border-bottom-color: #2F80ED;
}
@media (max-width: 576px) {
  .biz-tabs .nav-item .nav-link.active {
    border-bottom: unset;
  }
}
.biz-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
@media (max-width: 576px) {
  .biz-tabs .nav-item .nav-link:first-child {
    padding-left: 0;
  }
}

.rating-course {
  font-size: 14px;
  color: #62748D;
}
.rating-course .on-star {
  color: #F2C94C;
}
.rating-course .off-star {
  color: #e4e4e4;
}

.biz-course-card .course-category {
  font-size: 14px;
}
.biz-course-card .custom-thumbnail {
  border-radius: 6px;
}
.biz-course-card .custom-thumbnail .img-course {
  border-radius: 6px;
}
.biz-course-card .course-title {
  font-size: 15px;
  font-weight: 600;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21px;
}
.biz-course-card .course-title a {
  color: #4B5574;
}
.biz-course-card .biz-size {
  background-color: #eb5757;
  color: white;
  border: solid thin #eb5757;
  padding: 0 3px;
  border-radius: 5px;
  font-weight: 500;
}

.course-media img {
  width: 190px;
  border-radius: 6px;
}
.course-media .course-category {
  font-size: 14px;
}
.course-media .custom-thumbnail {
  padding: 20px 20px 0 20px;
  border-radius: 6px;
}
.course-media .custom-thumbnail .img-course {
  border-radius: 6px;
}
.course-media .course-title {
  font-size: 15px;
  font-weight: 600;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21px;
}
.course-media .course-title a {
  color: #4B5574;
}
@media (max-width: 992px) {
  .course-media {
    flex-direction: column;
  }
  .course-media img {
    width: 100%;
  }
}

.modal-create-team .img-thumb-team {
  width: 145px;
  height: 120px;
  border: 1px solid #ced4da;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modal-create-team .inp-img-teamJs {
  display: none;
}

.team-detail .thumbnail-personnel {
  width: 140px;
  height: 93px;
  margin-right: 30px;
}
.team-detail .tab-content {
  margin-top: 0px;
  border: 1px solid #dee2e6;
  border-top: none;
}
.team-detail .btn-add-personnel {
  background-color: #fff;
  border: none;
  padding: 0;
  color: #2F80ED;
}
.team-detail .delete-user {
  cursor: pointer;
  color: #ae7076;
}
.team-detail .delete-user:hover {
  color: red;
}
.team-detail .responsive-option {
  display: none;
}
.team-detail .option {
  display: flex;
}
@media (max-width: 768px) {
  .team-detail .option {
    display: none;
  }
  .team-detail .responsive-option {
    display: block;
  }
}

.custom-modal-all .modal-dialog {
  max-width: 850px;
}
.custom-modal-all .custom-body {
  padding-top: unset;
  padding-bottom: unset;
}
.custom-modal-all .custom-body .custom-box-show {
  border-top: 1px solid #ced4da;
}
.custom-modal-all .custom-body .custom-box-show .custom-form-check {
  color: #2F80ED;
}
.custom-modal-all .custom-body .custom-box-show .text-create {
  color: #6B7077;
  margin-bottom: 0;
}
.custom-modal-all .custom-body .left-modal-personnal {
  border-right: 1px solid #ced4da;
  padding: 1rem;
}
.custom-modal-all .custom-body .show-user {
  height: 340px;
  overflow: overlay;
  padding-right: 25px;
}
.custom-modal-all .custom-body .show-user::-webkit-scrollbar {
  width: 8px;
}
.custom-modal-all .custom-body .show-user::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.custom-modal-all .custom-body .show-user::-webkit-scrollbar-thumb {
  background: #DCDCDC;
  border-radius: 5px;
}
.custom-modal-all .custom-body .right-modal-personnal {
  padding: 1rem;
}
.custom-modal-all .custom-body .right-modal-personnal .text-per {
  margin: unset;
  color: #495057;
  font-size: 16px;
}
.custom-modal-all .custom-body .right-modal-personnal .text-r-per {
  color: #2F80ED;
}
.custom-modal-all .custom-footer-member {
  justify-content: space-between;
}
.custom-modal-all .noti-course {
  color: #ff3434;
  font-weight: 400;
}
.custom-modal-all .custom-course-selectd {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.custom-modal-all .my-dualist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-modal-all .my-dualist .item-modal-dualist {
  width: calc(50% - 10px);
}
.custom-modal-all .available-items {
  position: relative;
}
.custom-modal-all .available-items:after {
  content: "\f138";
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  background: #c7c6c6;
  color: #5e5555;
  border-radius: 50%;
  padding: 0px;
  position: absolute;
  right: -25px;
  top: 46%;
  width: 27px;
  height: 27px;
  text-align: center;
  font-size: 19px;
}
@media (max-width: 768px) {
  .custom-modal-all .my-dualist .available-items {
    padding-right: 0px;
  }
  .custom-modal-all .my-dualist .available-items:after {
    top: unset;
    transform: rotate(90deg);
    left: 50%;
    bottom: -35px;
  }
  .custom-modal-all .my-dualist .item-modal-dualist {
    width: 100%;
  }
  .custom-modal-all .my-dualist .selected-items {
    padding-left: 0px;
    margin-top: 40px;
  }
  .custom-modal-all .my-dualist .selected-items .selected-body {
    padding: unset;
  }
  .custom-modal-all .my-dualist .selected-items .selected-header {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .modal-create-team .modal-dialog {
    max-width: 650px;
  }
  .modal-add-personnel .modal-dialog {
    max-width: 850px;
  }
}
.biz-breadcrumb .gitiho-breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
}
.biz-breadcrumb .breadcrumb-item {
  color: #4B5574;
  font-size: 20px;
  font-weight: 600;
}
.biz-breadcrumb .breadcrumb-item.last {
  color: #697492;
}
.biz-breadcrumb a {
  color: #6c757d;
}
.biz-breadcrumb a:hover {
  color: #0056b3;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #4B5574;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 35px;
}

.text-color, .biz-setting .custom-form-setting .label-setting, .biz-setting .title-setting {
  color: #363E59;
}

.biz-setting {
  padding: 25px 35px 50px 35px;
}
.biz-setting .title-setting {
  color: #363E59;
  line-height: 24px;
}
.biz-setting .picture-box {
  display: block;
  border: dashed 2px silver;
  width: 150px;
  height: 150px;
  padding: 10px;
  cursor: pointer;
}
.biz-setting .custom-form-setting {
  margin-top: 25px;
}
.biz-setting .custom-form-setting .custom-col-left {
  padding-right: 40px;
}
.biz-setting .custom-form-setting .custom-col-right {
  padding-left: 40px;
}
.click-update-userJs .btn-action {
  color: #96989a;
  transition: 0.3s;
}
.click-update-userJs .btn-action:hover {
  color: #6890b8;
}
.click-update-userJs .link-func-user {
  cursor: pointer;
  color: #4B5574;
  font-weight: 400;
  font-size: 14px;
}
.click-update-userJs {
  width: 20px;
  text-align: center;
}

.btn-setting {
  background-color: #D91B5C;
  padding: 5px 30px;
  color: #fff;
  border-radius: 20px;
}

.custom-btn-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
}
.custom-btn-setting .btn-cancel-setting {
  color: #4B5574;
  margin-right: 20px;
}

.add-role .select2-input {
  padding: 0.375rem 0.75rem;
}

.custom-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #697492;
}

.custom-table .table-hover tbody tr:hover, .custom-table .table-striped tbody tr:nth-of-type(odd):hover {
  background-color: #e0f3ff;
}
.custom-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.custom-table .table .thead-light th {
  color: #697492;
}

.custom-body .bootstrap-duallistbox-container select {
  padding: 10px;
}

.biz-dashboard .item-dashboard {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 30px;
}
.biz-dashboard .item-dashboard .text-intro-dash {
  margin-left: 15px;
}
.biz-dashboard .item-dashboard .text-personnel {
  color: #697492;
  font-size: 18px;
}
.biz-dashboard .item-dashboard .text-count {
  color: #4B5574;
  font-size: 22px;
}
.biz-dashboard .text-intro-dash p {
  margin-bottom: 0;
}
.biz-dashboard .icon-user {
  padding: 16px 18px;
  border-radius: 15px;
  font-size: 22px;
}
.biz-dashboard .bg-user {
  background-color: #FFF2E9;
  color: #f86d0d;
}
.biz-dashboard .bg-course {
  background-color: #EDE8FF;
  color: #bd1bd3;
}
.biz-dashboard .bg-clock {
  background-color: #EAF9FF;
  color: #219653;
}
.biz-dashboard .bg-chart {
  background-color: #FFEBEF;
  color: #ff47b0;
}
.biz-dashboard .bg-poll {
  background-color: #C7DDFB;
  color: #2D9CDB;
}
.biz-dashboard .bg-square {
  background-color: #FFF3D6;
  color: #F2C94C;
}

.report-user .item-dashboard {
  display: flex;
  align-items: center;
}
.report-user .item-dashboard .text-intro-dash {
  margin-left: 15px;
}
.report-user .item-dashboard .text-personnel {
  color: #697492;
  font-size: 18px;
}
.report-user .item-dashboard .text-count {
  color: #4B5574;
  font-size: 22px;
}
.report-user .text-intro-dash p {
  margin-bottom: 0;
}
.report-user .icon-user {
  padding: 14px 18px;
  border-radius: 15px;
  font-size: 22px;
  display: block;
}
.report-user .bg-user {
  background-color: #FFF2E9;
  color: #f86d0d;
}
.report-user .bg-course {
  background-color: #EDE8FF;
  color: #bd1bd3;
}
.report-user .bg-clock {
  background-color: #EAF9FF;
  color: #219653;
}
.report-user .bg-chart {
  background-color: #FFEBEF;
  color: #ff47b0;
}
.report-user .bg-poll {
  background-color: #C7DDFB;
  color: #2D9CDB;
}
.report-user .bg-square {
  background-color: #FFF3D6;
  color: #F2C94C;
}

.report-dashboard .custom-table-status {
  min-height: 400px;
  position: relative;
}
.report-dashboard .custom-sum {
  position: absolute;
  bottom: 10px;
  left: 16px;
  margin: unset;
}
.report-dashboard .custom-sum a {
  color: #17a2b8;
}
.report-dashboard .custom-detail-chart {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
.report-dashboard .custom-detail-chart p {
  margin-bottom: 0;
}

.report-transaction .biz-dashboard {
  margin: unset;
}
.report-transaction .item-dashboard {
  margin: unset;
}

.detail-order .left-order {
  position: relative;
}
.detail-order .custom-card {
  position: sticky;
  top: 56px;
  z-index: 10;
}
.detail-order .right-order {
  position: relative;
}
.detail-order .info-cart {
  position: sticky;
  top: 56px;
}
.detail-order .custom-order {
  padding: 10px;
}
.detail-order .box-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding: unset;
}
.detail-order .box-item .item-order {
  list-style: none;
  font-weight: 700;
}
.detail-order .box-item .item-order:first-child {
  width: 25%;
}
.detail-order .box-item .item-order:nth-child(2) {
  width: 50%;
}
.detail-order .box-item .item-order:last-child {
  width: 25%;
  text-align: center;
}
.detail-order .list-order .custom-card-header {
  background: #d6d6d6;
}
.detail-order .list-order .box-item {
  border-bottom: 1px solid #DBDFEC;
  padding: 5px 0;
}
.detail-order .list-order .box-item:last-child {
  border-bottom: unset;
}
.detail-order .list-order .item-order {
  font-weight: 400;
}
.detail-order .order-bottom {
  padding: 10px;
  border-top: 1px solid #DBDFEC;
  display: flex;
  justify-content: end;
}
.detail-order .order-bottom .total-order {
  margin-bottom: 0;
  text-align: end;
}
.detail-order .order-bottom .price {
  font-weight: 500;
  margin-bottom: 0;
  width: 25%;
  margin-left: 5px;
  text-align: center;
}
.detail-order .all-total {
  margin: unset;
}
.detail-order .all-total .price {
  font-size: 22px;
  font-weight: 700;
}

.my-dualist .available-items {
  padding-right: 20px;
}
.my-dualist .available-items .available-body {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  height: 300px;
  overflow-y: auto;
}
.my-dualist .available-items .available-body .employer-available {
  margin: 6px 0;
}
.my-dualist .available-items .available-body .employer-available label {
  font-weight: normal;
  cursor: pointer;
}
.my-dualist .selected-items {
  padding-left: 20px;
}
.my-dualist .selected-items .selected-header {
  font-size: 15px;
  font-weight: 500;
  color: #4B5574;
  padding: 0 10px;
}
.my-dualist .selected-items .selected-body {
  padding: 10px;
  margin-top: 5px;
  height: 319px;
  overflow-y: auto;
}
.my-dualist .selected-items .selected-employer {
  border: 1px solid #D5D9E6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 7px;
  margin-bottom: 7px;
}
.my-dualist .selected-items .selected-employer .remove-item {
  float: right;
  color: #EB5757;
  font-size: 13px;
  cursor: pointer;
}
.my-dualist #remove-allJs {
  color: #EB5757;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  display: none;
}

.custom-content-cou .section-title {
  margin-bottom: unset;
  font-size: 17px;
}
.custom-content-cou {
  border: 1px solid #D5D9E6;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.custom-content-cou .custom-item-section {
  border-bottom: 1px solid #D5D9E6;
  background: #F7F8FA;
  padding: 20px;
  margin-bottom: 1px;
}
.custom-content-cou .content-list:first-child .custom-item-section {
  border-radius: 10px 10px 0 0;
}
.custom-content-cou .custom-list-section {
  padding: 10px 15px;
  border-bottom: 1px solid #D5D9E6;
  margin-bottom: 1px;
}
.custom-content-cou .custom-icon-cou {
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .custom-content-cou {
    max-width: 100%;
  }
}

.add-trans-deg {
  transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transition: all 0.5s;
}

.parent-dual option {
  padding: 8px 0;
  cursor: pointer;
}

.biz-user-detail .custom-bor-user {
  border-bottom: 1px solid #DBDFEC;
}

#bizUserDetail .custom-search {
  font-size: 16px;
  color: #363E59;
}
#bizUserDetail .custom-inp-place::-moz-placeholder {
  color: #495057;
}
#bizUserDetail .custom-inp-place::placeholder {
  color: #495057;
}
#bizUserDetail .custom-head-table {
  text-transform: uppercase;
}
#bizUserDetail .text-intro-user {
  margin: 0;
  font-size: 14px;
}
#bizUserDetail .title-employer {
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
}

.biz-user .pagination .page-item {
  margin: 0 10px;
}

.logo-setting {
  width: 200px;
}

.box .box-content .bix-title {
  font-size: 18px;
}
.box .box-content .box-num {
  font-size: 24px;
  font-weight: 500;
}

.biz-order-detail .custom-header-order {
  border-bottom: 1px solid #eee;
}
.biz-order-detail .custom-header-order .page-header {
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.biz-order-detail .custom-show-order {
  font-weight: 400;
}
.biz-order-detail .text-show-order {
  color: red;
}
.biz-order-detail .click-delete {
  cursor: pointer;
}

.biz-order-pending .custom-order {
  padding: 10px;
}
.biz-order-pending .item-address {
  display: flex;
  justify-content: space-between;
}
.biz-order-pending .title-order {
  border-bottom: 1px solid #DBDFEC;
}
.biz-order-pending .click-delete {
  cursor: pointer;
  color: #ae7076;
  transition: 0.3s;
  font-size: 14px;
}
.biz-order-pending .click-delete:hover {
  color: red;
}
.biz-order-pending .item-invoice {
  display: flex;
  justify-content: space-between;
}
.biz-order-pending .bottom-invoice {
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 5px;
}

.custom-table-invite tr td {
  vertical-align: middle;
}

.text-course-top {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.custom-paginate-all .pagination {
  justify-content: center;
}
.custom-paginate-all .pagination .page-item {
  margin: 0 2px;
}
.custom-paginate-all .pagination .page-item .page-link {
  border-radius: 5px;
  color: #4B5574;
  font-weight: 500;
}
.custom-paginate-all .pagination .page-item.active .page-link {
  background-color: #fff;
  color: #2F80ED;
}

.custom-title-all {
  font-weight: 600;
  text-transform: uppercase;
}

.sort-complatedJs {
  cursor: pointer;
}

.loginUser .login-custom {
  margin: 0 !important;
  padding: 20px 30px;
}
.loginUser .cursor-pointer {
  cursor: pointer;
}

.custom-tag-email .upload-file {
  position: relative;
  width: 100%;
  min-height: 85px;
  border: 1px solid #ced4da;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.custom-tag-email .upload-file .click-uploadJs {
  cursor: pointer;
  color: #495057;
}
.custom-tag-email .upload-file .icon-upload {
  font-size: 25px;
}
.custom-tag-email .upload-file .upload-excel {
  display: none;
}
.custom-tag-email .import-excel {
  display: none;
}

#inviteModal .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  margin: unset;
  border-radius: unset;
  display: none;
}
#inviteModal .tab-selection {
  border-bottom: 1px solid #e9ecef;
  padding: 16px 16px 0 16px;
  display: flex;
}
#inviteModal .tab-selection .add-email, #inviteModal .tab-selection .add-excel {
  color: #9FA5B6;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -1px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
#inviteModal .tab-selection .active {
  color: #2F80ED;
  border-color: transparent;
  border-bottom: solid #2f80ed 3px;
}

#addLearnPath .custom-thumbnail {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 15px;
  cursor: pointer;
}
#addLearnPath .form-check-input {
  margin-top: 0.4rem;
  margin-left: -1rem;
}

.timeline-learn-path .timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline-learn-path .timeline:before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #2d353c;
  left: 20%;
  margin-left: -2.5px;
}
.timeline-learn-path .timeline > li {
  position: relative;
  min-height: 50px;
  padding: 20px 0;
}
.timeline-learn-path .timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 18%;
  text-align: right;
  top: 30px;
}
.timeline-learn-path .timeline .timeline-time .date,
.timeline-learn-path .timeline .timeline-time .time {
  display: block;
  font-weight: 600;
}
.timeline-learn-path .timeline .timeline-time .date {
  line-height: 16px;
  font-size: 12px;
}
.timeline-learn-path .timeline .timeline-time .time {
  line-height: 24px;
  font-size: 20px;
  color: #242a30;
}
.timeline-learn-path .timeline .timeline-icon {
  left: 15%;
  position: absolute;
  width: 10%;
  text-align: center;
  top: 40px;
}
.timeline-learn-path .timeline .timeline-icon a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background: #d9e0e7;
  line-height: 10px;
  color: #fff;
  font-size: 14px;
  border: 5px solid #2d353c;
  transition: border-color 0.2s linear;
}
.timeline-learn-path .timeline .timeline-body {
  margin-left: 23%;
  margin-right: 17%;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  border-radius: 6px;
}
.timeline-learn-path .timeline .timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
.timeline-learn-path .timeline .timeline-body > div + div {
  margin-top: 15px;
}
.timeline-learn-path .timeline .timeline-body > div + div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 6px 6px;
}
.timeline-learn-path .timeline-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e7eb;
  line-height: 30px;
}
.timeline-learn-path .timeline-header .userimage {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  overflow: hidden;
  margin: -2px 10px -2px 0;
}
.timeline-learn-path .timeline-header .name-level {
  font-size: 18px;
  font-weight: 600;
}
.timeline-learn-path .timeline-header .name-level,
.timeline-learn-path .timeline-header .name-level a {
  color: #2d353c;
}
.timeline-learn-path .timeline img {
  max-width: 100%;
  display: block;
}
.timeline-learn-path .timeline-content {
  letter-spacing: 0.25px;
  line-height: 18px;
  font-size: 16px;
}
.timeline-learn-path .timeline-content:after,
.timeline-learn-path .timeline-content:before {
  content: "";
  display: table;
  clear: both;
}
.timeline-learn-path .timeline-title {
  margin-top: 0;
}
.timeline-learn-path .timeline-footer {
  background: #fff;
  border-top: 1px solid #e2e7ec;
  padding-top: 15px;
}
.timeline-learn-path .timeline-footer a:not(.btn) {
  color: #575d63;
}
.timeline-learn-path .timeline-footer a:not(.btn):focus,
.timeline-learn-path .timeline-footer a:not(.btn):hover {
  color: #2d353c;
}
.timeline-learn-path .timeline-likes {
  color: #6d767f;
  font-weight: 600;
  font-size: 12px;
}
.timeline-learn-path .timeline-likes .stats-right {
  float: right;
}
.timeline-learn-path .timeline-likes .stats-total {
  display: inline-block;
  line-height: 20px;
}
.timeline-learn-path .timeline-likes .stats-icon {
  float: left;
  margin-right: 5px;
  font-size: 9px;
}
.timeline-learn-path .timeline-likes .stats-icon + .stats-icon {
  margin-left: -2px;
}
.timeline-learn-path .timeline-likes .stats-text {
  line-height: 20px;
}
.timeline-learn-path .timeline-likes .stats-text + .stats-text {
  margin-left: 15px;
}
.timeline-learn-path .timeline-comment-box {
  background: #f2f3f4;
  margin-left: -25px;
  margin-right: -25px;
  padding: 20px 25px;
}
.timeline-learn-path .timeline-comment-box .user {
  float: left;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 30px;
}
.timeline-learn-path .timeline-comment-box .user img {
  max-width: 100%;
  max-height: 100%;
}
.timeline-learn-path .timeline-comment-box .user + .input {
  margin-left: 44px;
}
.timeline-learn-path .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.timeline-learn-path .text-danger, .timeline-learn-path .text-red {
  color: #ff5b57 !important;
}

.icon-cart {
  font-size: 22px;
  cursor: pointer;
  position: relative;
}
.icon-cart .count-course {
  font-size: 11px;
  background-color: red;
  color: #fff;
  position: absolute;
  top: 0;
  right: -14px;
  padding: 0 6px;
  border-radius: 50%;
  font-weight: 600;
}

.add-course-card {
  transition: 0.3s;
}
.add-course-card .card-body {
  border: 1px solid rgba(138, 169, 210, 0.5019607843);
  border-radius: 3px;
}
.add-course-card:hover {
  background-color: #e9f6ff;
}
.add-course-card:hover .card-body {
  border: 1px solid rgba(47, 128, 237, 0.5);
}

.create-course {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
}

.system-setting .item-setting p {
  margin: 0;
}
.system-setting .item-setting .title {
  font-size: 16px;
  font-weight: 700;
}

.detail-course .text-description {
  width: 60%;
}
@media (max-width: 768px) {
  .detail-course .text-description {
    width: 100%;
  }
}
.detail-course .border-done {
  border: 1px solid #28a745;
}
.detail-course .border-pending {
  border: 1px solid #adb5bd;
}
.detail-course .status-course {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  vertical-align: middle;
}
.detail-course .status-course .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #28a745;
  border-color: #145523;
}
.detail-course .status-course .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #86e29b;
}
.detail-course .status-course .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
  background-color: #dee2e6;
  border-color: #adb5bd;
}
.detail-course .status-course .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
  background-color: #adb5bd;
}
.detail-course .status-course .custom-switch .custom-control-label {
  cursor: pointer;
}
.detail-course .status-course .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 1.5px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 5px);
  height: calc(1rem - 5px);
}
.detail-course .status-course .custom-switch .custom-control-label::before {
  height: 0.9rem;
}
.detail-course .status-course .custom-control {
  min-height: unset;
}

.list-notify .item-notify {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  border-bottom: 1px solid #e2e7eb;
}
.list-notify .item-notify .link-detail-notify {
  color: #212529;
}
.list-notify .item-notify .tick-read {
  display: none;
}
.list-notify .item-notify:hover {
  background-color: #f8f9fa;
}
.list-notify .item-notify:hover .tick-read {
  display: block;
}

.filter-report .select2-container .select2-selection--single {
  height: calc(2.25rem + 2px);
  border: 1px solid #ced4da;
}
.filter-report .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

@media (max-width: 768px) {
  .biz-category .list-category {
    display: none;
  }
}
.biz-category .text-size {
  font-size: 14px;
}
.biz-category .list-group {
  padding: 10px 5px;
}
.biz-category .list-group .link-cate {
  color: #4B5574;
  display: block;
  font-size: 0.9rem;
}
.biz-category .list-group .list-group-item {
  border-radius: 5px;
  cursor: pointer;
  border: none;
  padding: 8px 10px;
  margin-bottom: 8px;
  transition: 0.3s;
}
.biz-category .list-group .list-group-item:last-child {
  margin-bottom: unset;
}
.biz-category .list-group .list-group-item:hover {
  background-color: #eceff5;
}
.biz-category .list-group .list-group-item:hover .cate-icon {
  color: #fff;
}
.biz-category .list-group .cate-icon {
  color: #e8ecf4;
  transition: 0.3s;
  margin-right: 4px;
}
.biz-category .list-group .active .link-cate {
  color: #fff;
}
.biz-category .list-group .active {
  background-color: #2F80ED;
}
.biz-category .list-group .active .cate-icon {
  color: #fff;
}
.biz-category #respon-menu {
  display: none;
  padding: 10px 10px 5px 10px;
}
.biz-category #respon-menu .title-category {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #4B5574;
}
.biz-category #respon-menu .title-category .all-category {
  font-weight: 400;
  cursor: pointer;
  color: #007bff;
}
.biz-category #respon-menu .fa-circle {
  display: none;
}
.biz-category #respon-menu .list-group {
  padding: 10px 0 0 0;
}
.biz-category #respon-menu .list-group .list-group-item {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #B4B9C8;
  border-radius: unset;
}
.biz-category #respon-menu .list-group .active {
  background-color: unset;
}
.biz-category #respon-menu .list-group .active .link-cate {
  color: #007bff;
}
.biz-category #respon-menu .list-group .cate-icon {
  display: none;
}
@media (max-width: 768px) {
  .biz-category #respon-menu {
    display: block;
  }
}

.drop-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
  transition: all 0.2s;
}

#hide-menu {
  display: none;
  position: fixed;
  height: 70%;
  bottom: -70%;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1019607843);
  z-index: 999;
}
#hide-menu .text-size {
  font-size: 12px;
}
#hide-menu .title-category {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #4B5574;
}
#hide-menu .title-category {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #4B5574;
}
#hide-menu .title-category .all-category {
  font-weight: 400;
  cursor: pointer;
  color: #007bff;
}
#hide-menu .active {
  background-color: unset;
  border-color: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#hide-menu .active .link-cate {
  display: block;
  color: #007bff;
}
#hide-menu .list-group {
  height: 100%;
  overflow-y: auto;
}
#hide-menu .link-cate {
  color: #4B5574;
}
#hide-menu .link-cate .fa-circle {
  display: none;
}
#hide-menu .list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#hide-menu .cate-icon {
  display: none;
}

@media (max-width: 768px) {
  .biz-breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    line-height: 24px;
    font-size: 9px;
  }
  .mr-top-10 {
    margin-top: 10px;
  }
  .biz-new-business .box-left {
    width: 100%;
  }
  .biz-new-business .box-right {
    display: none;
  }
  .biz-new-business .business-body .title-resgis {
    font-size: 26px;
  }
  .biz-new-business .business-head {
    padding: 20px 20px 0 20px;
  }
  .biz-new-business .business-body {
    padding: 20px 20px 0px 20px;
  }
  .biz-new-business .bussiness-footer {
    padding: 0 20px 40px 20px;
  }
  .biz-new-business .bussiness-footer .list-group-company {
    margin-top: 10px;
  }
  .biz-new-business .form-inner {
    padding: 20px 0px 10px 0px;
  }
  .biz-new-business .form-inner .form-control {
    padding: 0.75rem 0.75rem;
    height: auto;
  }
  .biz-new-business .btn-gitiho {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .biz-course-card .card-body .wp-course {
    display: flex;
    justify-content: space-between;
  }
  .biz-course-card .card-body .wp-course .custom-thumbnail {
    width: 40%;
  }
  .biz-course-card .card-body .wp-course .description-course {
    width: 57%;
  }
  .biz-course-card .card-body .wp-course .description-course .course-title {
    -webkit-line-clamp: 1;
    height: 20px;
  }
}
.biz-exam-card {
  border: solid thin #d2cccc;
  background: #f5f5f5;
}
.biz-exam-card .exam-title {
  font-size: 18px;
}
.biz-exam-card .exam-status {
  font-size: 14px;
}

.btn-biz-secondary {
  transition: all 300ms cubic-bezier(0.1, 0.7, 0.1, 1), border-width 1ms;
  max-width: 100%;
  letter-spacing: normal;
  color: rgb(28, 30, 33);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 6px;
  border-width: 0px;
}
.btn-biz-secondary:hover {
  background-color: rgba(0, 0, 0, 0.0705882353);
}

.biz-new-business {
  display: flex;
}
.biz-new-business .box-left {
  width: 50%;
}
.biz-new-business .box-right {
  width: 50%;
}
.biz-new-business .box-right .title-intro {
  color: #fff;
  padding: 40px 40px 0 40px;
  text-align: center;
}
.biz-new-business .background-bussiness {
  background-image: url("/frontend/img/biz/artboard.png");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.biz-new-business .container-bussiness {
  margin: 0 auto;
  max-width: 620px;
}
.biz-new-business .business-head {
  padding: 25px 40px 0 40px;
}
.biz-new-business .business-body {
  padding: 25px 40px 0px 40px;
}
.biz-new-business .business-body .title-resgis {
  font-size: 32px;
}
.biz-new-business .bussiness-footer {
  padding: 0 40px 40px 40px;
}
.biz-new-business .bussiness-footer .list-group-company {
  margin-top: 16px;
}
.biz-new-business .form-inner {
  padding: 30px 0px 20px 0px;
}
.biz-new-business .form-inner .text-label {
  font-size: 16px;
}
.biz-new-business .form-inner .form-control {
  padding: 1rem 0.75rem;
  height: auto;
}
.biz-new-business .form-inner .custom-select {
  padding: 1rem 0.75rem;
  height: auto;
}
.biz-new-business .btn-gitiho {
  padding: 15px 40px;
}
.biz-new-business .logo-gitiho {
  display: flex;
  align-items: center;
  gap: 10px;
}
.biz-new-business .logo-gitiho .logo-img-gitiho {
  display: block;
}
.biz-new-business .logo-gitiho .logo-img-gitiho img {
  height: 27px;
}
.biz-new-business .logo-gitiho .slash {
  font-size: 20px;
  color: #f0f0f0;
}
.biz-new-business .logo-gitiho .text-title-bussiness {
  margin-bottom: 0;
}
@media (min-width: 1920px) {
  .biz-new-business .container-bussiness {
    margin: 0 auto;
    max-width: 920px;
  }
}
@media (max-width: 768px) {
  .biz-new-business .box-left {
    width: 100%;
  }
  .biz-new-business .box-right {
    display: none;
  }
  .biz-new-business .business-body .title-resgis {
    font-size: 26px;
  }
  .biz-new-business .business-head {
    padding: 20px 20px 0 20px;
  }
  .biz-new-business .business-body {
    padding: 20px 20px 0px 20px;
  }
  .biz-new-business .bussiness-footer {
    padding: 0 20px 40px 20px;
  }
  .biz-new-business .bussiness-footer .list-group-company {
    margin-top: 10px;
  }
  .biz-new-business .form-inner {
    padding: 20px 0px 10px 0px;
  }
  .biz-new-business .form-inner .form-control {
    padding: 0.75rem 0.75rem;
    height: auto;
  }
  .biz-new-business .btn-gitiho {
    padding: 10px 30px;
  }
}

[class*=sidebar-dark] {
  background-color: #2C344E !important;
}

.animated {
  z-index: 9999 !important;
}

.biz-well-green {
  color: #27AE60;
}

.custom-biz-resgis {
  width: 70%;
  margin: 100px auto 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(43, 45, 51, 0.1);
  border-radius: 10px;
}
.custom-biz-resgis .form-header {
  text-align: center;
}
.custom-biz-resgis .biz-form {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}

.shadow-btn {
  box-shadow: 0 16px 26px -10px #567cdc;
}

.custom-biz-wellcome {
  width: 60%;
  margin: 100px auto 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(43, 45, 51, 0.1);
  border-radius: 10px;
}
.custom-biz-wellcome .biz-wellcome-body {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .custom-biz-wellcome {
    width: 80%;
  }
  .custom-biz-resgis {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .custom-biz-wellcome {
    width: 100%;
  }
  .custom-biz-resgis {
    width: 100%;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media (max-width: 576px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 2px;
  }
}

::-webkit-scrollbar-track {
  background: #e9ecef;
}

::-webkit-scrollbar-thumb {
  background: #cccfd2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

a {
  font-weight: 500;
}
