body .loginbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body .loginbox .login-group {
  background: #F6BD10;
  border-radius: 0 50px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .loginbox .login-group .login-form {
  width: 100%;
  max-width: 560px;
  color: white;
}

body .loginbox .login-group .login-form .formValidate {
  padding: 1rem;
}

body .loginbox .login-group .login-form .login-title h2 {
  font-size: 2.25em;
}

body .loginbox .login-group .login-form .login-title p {
  font-size: 1.125em;
  color: #E8E8E8;
}

body .loginbox .login-group .login-form input.form-control {
  color: white;
}

body .loginbox .login-group .login-form input.form-control:focus {
  border-color: white;
}

body .content-wrapper {
  background: transparent;
}

body .form-group {
  position: relative;
}

body .form-group .input-to-box {
  border: 1px solid #ced4da;
  border-radius: 20px;
  overflow: hidden;
}

body .form-group .input-to-box .header {
  padding: 10px 0px;
  background: #fff;
}

body .form-group .input-to-box .header input {
  border: none;
  padding: 0 30px;
}

body .form-group .input-to-box .body {
  border-top: 1px solid #D4D4D4;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

body .form-group label {
  font-size: 1.125em;
  font-family: Muli;
}

body .form-group label span {
  font-family: Poppins;
}

body .form-group label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal;
}

body .form-group select.form-control {
  height: 50px;
  padding: 0 30px;
  border-radius: 20px;
  background: transparent;
}

body .form-group .form-control {
  height: 50px;
  padding: 5px 30px;
  border-radius: 20px;
  background: transparent;
}

body .form-group .form-control:focus {
  border-color: #F6BD10;
}

body .form-group .form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8DCAB7;
  opacity: 1;
  /* Firefox  */
}

body .form-group .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8DCAB7;
  opacity: 1;
  /* Firefox  */
}

body .form-group .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8DCAB7;
  opacity: 1;
  /* Firefox  */
}

body .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8DCAB7;
  opacity: 1;
  /* Firefox  */
}

body .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8DCAB7;
}

body .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8DCAB7;
}

body .form-group .form-control.disabled {
  background: #FFF;
  color: #A6A9B7;
  border: 1px solid #A6A9B7;
  background: rgba(0, 0, 0, 0.07);
}

body .form-group textarea.form-control {
  height: 130px;
  resize: none;
  padding: 18px;
}

body .form-group textarea.form-control.fc-expand {
  resize: vertical;
}

body .form-group .showPassword {
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
}

body .form-group .showPassword img:last-child {
  display: none;
  position: relative;
  top: 5px;
}

body .form-group .showPassword.showed img:first-child {
  display: none;
}

body .form-group .showPassword.showed img:last-child {
  display: block;
}

body .form-group .showPassword:hover:not(.showed) img:first-child {
  display: none;
}

body .form-group .showPassword:hover:not(.showed) img:last-child {
  display: block;
}

body .form-group .showPassword:hover.showed img:first-child {
  display: inline-block;
}

body .form-group .showPassword:hover.showed img:last-child {
  display: none;
}

body .form-group .jErr {
  margin-top: 5px;
  color: #a70000;
}

body .form-group.otp-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .form-group.otp-group input {
  width: 58px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
  font-size: 32px;
  padding: 0px;
}

body .form-group .input-group .input-group-prepend {
  min-width: 70px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  font-size: 26px;
}

body .form-group .input-group .input-group-prepend .input-group-text {
  border-radius: 20px !important;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A6A9B7;
  background: #E8E8E8;
}

body .form-group .input-group input.form-control {
  margin-left: 50px;
  z-index: 1;
}

body .form-group .custom-file {
  height: 50px;
}

body .form-group .custom-file .custom-file-input {
  height: 50px;
}

body .form-group .custom-file label.custom-file-label {
  margin-bottom: 0;
  border-radius: 20px;
  height: 50px;
  padding: 10px 25px;
}

body .form-group .custom-file label.custom-file-label:after {
  border-radius: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  background: #F6BD10;
  color: white;
}

body .form-group .others {
  border: 0;
  border-bottom: 1px solid #A6A9B7;
}

body .form-group .combine-input {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .form-group .combine-input label {
  width: 75px;
}

body .form-group .combine-input label input {
  width: auto;
}

body .form-group .combine-input input {
  width: 60%;
}

body .form-group .combine-input span {
  width: 15%;
}

body .form-check {
  cursor: pointer;
  padding-left: 0;
}

body .form-check .label-checkbox {
  height: 25px;
  width: 25px;
  border: 1px solid white;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .form-check .label-checkbox img {
  display: none;
}

body .form-check .form-check-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .form-check input.form-check-input {
  display: none;
}

body .form-check input.form-check-input:checked ~ .label-checkbox img {
  display: block;
}

body .btn-calendar {
  min-width: 160px !important;
  text-align: center !important;
}

body .btn-calendar input {
  background: url(../img/ico-calendar.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

body .btn-calendar .daterange {
  z-index: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  color: white;
  width: 150px;
  text-align: center;
  padding-left: 10px;
}

body .btn-calendar .daterange:focus {
  outline: none;
}

body .btn-calendar .daterange::-webkit-input-placeholder {
  color: white;
}

body .btn-calendar .daterange:-ms-input-placeholder {
  color: white;
}

body .btn-calendar .daterange::-ms-input-placeholder {
  color: white;
}

body .btn-calendar .daterange::placeholder {
  color: white;
}

body .daterangepicker {
  font-family: 'Poppins', sans-serif !important;
}

body .daterangepicker .drp-calendar.right {
  display: none;
}

body .daterangepicker .drp-calendar.left {
  float: none;
  margin: auto;
}

body .daterangepicker .drp-calendar.left .month {
  font-family: 'Muli';
}

body .daterangepicker td.active {
  background-color: #F6BD10 !important;
}

body .daterangepicker td.active:hover {
  background-color: #F6BD10;
}

body .daterangepicker td.in-range {
  background-color: #CEF4E8;
}

body .daterangepicker td.off {
  background-color: white !important;
  color: #999 !important;
}

body .daterangepicker td.available:hover {
  background-color: #CEF4E8;
}

body .daterangepicker .drp-buttons {
  text-align: center;
}

body .daterangepicker .drp-buttons .drp-selected {
  display: block;
  background-color: #CEF4E8;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  color: #43424B;
  margin-bottom: 10px;
}

body .daterangepicker .drp-buttons .btn {
  min-width: 120px;
  padding: 10px 7px;
  font-weight: 400;
}

body .daterangepicker .calendar-table thead th {
  font-family: 'Muli';
}

body .btn {
  padding: 25px;
  border-radius: 20px;
  font-weight: 500;
}

body .btn.btn-main {
  background: white;
  border: 1px solid;
  color: #F6BD10;
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
  -webkit-box-shadow: 0 10px 25px rgba(0, 105, 72, 0.37);
          box-shadow: 0 10px 25px rgba(0, 105, 72, 0.37);
}

body .btn.btn-content {
  background: #F6BD10;
  color: white;
  padding: 10px 40px;
  max-width: 160px;
}

body .btn.btn-content-border-cyan {
  background: white;
  border: 1px solid #F6BD10;
  color: #F6BD10;
}

body .btn.btn-content-border-cyan:hover {
  color: white;
}

body .btn:hover {
  background: #F6BD10;
  color: white;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

body .btn:active {
  background: #F6BD10;
  color: white;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

body .btn.main-btn {
  padding: 14px 18px;
  text-align: center;
  background: #F6BD10;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 114px;
}

body .btn.main-btn-white {
  background: white;
  color: #F6BD10;
}

body .btn.main-btn-border-gray {
  background: white;
  color: #707070;
  border: 1px solid #707070;
}

body .btn.main-btn-gray {
  background: #E8E8E8;
  color: #707070;
  border: 1px solid transparent;
}

body .btn.main-btn-border-cyan {
  background: white;
  color: #F6BD10;
  border: 1px solid #F6BD10;
}

body .btn.main-btn-white {
  background: white;
  color: #43424B;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

body:not(.sidebar-mini-md) .main-header {
  margin-left: 295px;
}

body .main-header {
  border-bottom: 0;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  margin-left: 295px;
}

body .main-header .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main-header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}

body .main-header .navbar-nav .nav-item .profile-button {
  color: black;
  padding: 0;
  height: auto;
}

body .main-header .navbar-nav .nav-item .page-title {
  font-size: 30px;
  font-weight: bold;
}

body .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  padding: 0;
}

body .breadcrumb .breadcrumb-item {
  color: #A6A9B7;
}

body .breadcrumb .breadcrumb-item:first-child {
  color: #F6BD10;
}

body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

body .main-sidebar {
  background: #F6BD10;
  border-radius: 0 50px 50px 0;
  width: 295px;
  padding: 70px 0px;
  font-weight: 500;
  position: fixed !important;
}

body .main-sidebar .sidebar {
  overflow-y: auto;
  height: calc(100vh - 270px);
}

body .main-sidebar .sidebar .nav-sidebar .nav-item {
  padding: 0 20px;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item .nav-link {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 10px 16px 25px;
  margin-bottom: 24px;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item .nav-link img {
  width: 16px;
  margin-right: 15px;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item .nav-link img:not(:first-child) {
  display: none;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item.active .nav-link {
  background: white;
  -webkit-box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
          box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
  border-radius: 20px;
  color: #F6BD10;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item.active .nav-link img:not(:first-child) {
  display: initial;
}

body .main-sidebar .sidebar .nav-sidebar .nav-item.active .nav-link img:first-child {
  display: none;
}

body .main-sidebar .sidebar .rightreserved {
  color: white;
  padding-left: 43px;
  position: absolute;
  bottom: 34px;
  font-size: 14px;
}

body .main-sidebar .brand-link {
  padding: 28px;
}

body.sidebar-mini.sidebar-collapse .main-sidebar .brand-link {
  padding: 28px .5em;
}

body.sidebar-mini.sidebar-collapse .main-sidebar .brand-link img {
  width: 55px;
}

body.sidebar-mini.sidebar-collapse .main-sidebar:hover {
  width: 295px;
}

body.sidebar-mini.sidebar-collapse .main-sidebar .sidebar .nav-sidebar .nav-item {
  padding: 0;
}

body.sidebar-mini.sidebar-collapse .main-sidebar .sidebar .rightreserved {
  display: none;
}

body .card {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
}

body .img-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .img-upload.dropzone-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 290px;
  background: #E8E8E8;
  border-radius: 15px;
  border: 4px dashed #A6A9B6;
  margin-bottom: 20px;
}

body .img-upload.dropzone-test .pos-upload img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body .img-upload.dropzone-test-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  width: 160px;
  margin: auto;
  background: #E8E8E8;
  border-radius: 15px;
  border: 4px dashed #A6A9B6;
  margin-bottom: 10px;
  margin-top: 10px;
}

body .img-upload.dropzone-test-square .pos-upload img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  width: 150px;
}

body .img-upload.dropzone-test-square .lb-small {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

body .img-upload.dropzone-admin {
  height: 130px;
  width: 130px;
}

body .img-upload.dropzone-admin .pre-upload {
  display: none;
}

body .img-upload .pre-upload {
  max-width: 150px;
  text-align: center;
}

body .img-upload .pre-upload .hint {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

body .img-upload .pos-upload img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body .img-upload input {
  display: none;
}

body .img-upload .btn-remove {
  position: absolute;
  background-color: #A6A9B7;
  color: white;
  padding: 10px;
  border-radius: 10px;
  display: none;
}

body .content-s2 .icon-arrow-down {
  background-color: white;
  border-radius: 50%;
  color: #F6BD10;
  padding: 9px 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -2%;
  left: 46%;
}

body .content-s2 .fc-expand {
  resize: vertical;
}

body .content-s2 .fa-exclamation-circle {
  cursor: pointer;
}

body .content-s2 .company-logo-img {
  border: 1px solid #A6A9B6;
  border-radius: 20px;
  width: 150px;
}

body .content-s2 .icon-top-left {
  width: 150px;
}

body .content-s2 .company-logo-icon {
  right: -20px;
  bottom: -20px;
}

body .content-s2 .review-progress-bar .row {
  margin-bottom: 10px;
}

body .content-s2 .review-progress-bar .row .lb-4 {
  font-size: 30px;
}

body .content-s2 .review-progress-bar .row .num-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .content-s2 .review-progress-bar .row .progress {
  border-radius: 10px;
  height: 0.6rem;
}

body .content-s2 .review-progress-bar .row .progress .progress-bar {
  background-color: #F9A12C;
}

body .content-s2 .review-progress-bar .row .review-percent {
  text-align: right;
}

body .content-s2 .review-comment {
  font-size: 14px;
}

body .content-s2 .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

body .content-s2 .content-title .welcome-text {
  font-size: 27px;
  font-weight: bold;
  color: #F6BD10;
}

body .content-s2 .form-menu {
  background: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

body .content-s2 .form-menu .section-tab {
  background: white;
  padding: 15px 10px;
  margin: 0 10px;
  color: #A6A9B7;
}

body .content-s2 .form-menu .section-tab.active {
  font-weight: bold;
  border-bottom: 2px solid #F6BD10;
  color: #43424B;
}

body .content-s2 .form-menu .section-tab:first-child {
  margin-left: 0;
}

body .content-s2 .form-menu .section-tab:last-child {
  margin-right: 0;
}

body .content-s2 .form-menu .section-tab:hover {
  color: #F6BD10;
}

body .content-s2 .card .company-logo {
  background: url("../img/example-company-logo.svg");
  background-position: center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 124px;
  height: 124px;
  border: 1px solid #A6A9B6;
  border-radius: 20px;
  position: relative;
}

body .content-s2 .card .company-logo .image-hover-remove {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

body .content-s2 .card .company-logo .image-hover-remove span {
  background: #A6A9B7;
  color: white;
  padding: 6px 14px;
  width: 100px;
  display: block;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

body .content-s2 .card .company-logo .camera {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6BD10;
  color: white;
  border-radius: 99px;
  position: absolute;
  bottom: -16px;
  right: -16px;
  border: 5px solid white;
  z-index: 2;
}

body .content-s2 .card .company-logo:hover .image-hover-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .content-s2 .card .profile-img {
  background: url("../img/profile-img.png");
  background-position: center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  width: 124px;
  height: 124px;
  border: 1px solid #A6A9B6;
  border-radius: 20px;
  position: relative;
}

body .content-s2 .card .profile-img .camera {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F6BD10;
  color: white;
  border-radius: 99px;
  position: absolute;
  bottom: -16px;
  right: -16px;
  border: 5px solid white;
}

body .content-s2 .card .wallpaper {
  height: 230px;
  background: url("../img/example-wallpaper.svg");
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

body .content-s2 .card .wallpaper .company-logo {
  border-color: #F6BD10;
  bottom: -39px;
}

body .content-s2 .card .wallpaper .btn-icon-pencil {
  min-width: 55px;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 20px;
}

body .content-s2 .card .company-details .company-ref {
  color: #F6BD10;
  font-size: 15px;
}

body .content-s2 .card .company-details .company-title {
  font-family: Muli;
  font-size: 27px;
  color: #43424B;
}

body .content-s2 .card .company-details .ranking-list {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}

body .content-s2 .card .company-details .ranking-list .ranking-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

body .content-s2 .card .company-details .ranking-list .ranking-carousel img {
  margin-right: 30px;
  opacity: 0.3;
}

body .content-s2 .card .company-details .ranking-list .ranking-carousel img.active {
  opacity: 1;
}

body .content-s2 .card .company-details .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 15px 0;
}

body .content-s2 .card .company-details .location .location-details span {
  color: #43424B;
  display: block;
}

body .content-s2 .card .company-details .location .location-details span:nth-child(2) {
  color: #A6A9B7;
  font-size: 14px;
}

body .content-s2 .card .company-details .details-group {
  margin: 30px 0;
}

body .content-s2 .card .company-details .details-group label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

body .content-s2 .card .company-details .details-group span {
  color: #43424B;
}

body .content-s2 .card .company-details .details-group .categories-tag span {
  padding: 5px 10px;
  display: inline-block;
  background: #F6BD10;
  color: white;
  min-width: 100px;
  text-align: center;
  border-radius: 10px;
}

body .content-s2 .card hr {
  margin-top: 10px;
}

body .content-s2 .card .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

body .content-s2 .card .social-medias span {
  color: #A6A9B7;
  font-size: 25px;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 37px;
  width: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E8E8E8;
  border-radius: 10px;
}

body .content-s2 .card .card-body {
  padding: 40px;
}

body .content-s2 .card .card-body .title {
  font-size: 22px;
  font-family: Muli;
  font-weight: bold;
}

body .content-s2 .card .course-statistic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .content-s2 .card .course-statistic .statistic-item {
  width: 33%;
  text-align: center;
}

body .content-s2 .card .course-statistic .statistic-item span {
  display: block;
}

body .content-s2 .card .course-statistic .statistic-item span:last-child {
  font-size: 36px;
  font-weight: bold;
}

body .content-s2 .card .course-table table {
  width: 100%;
}

body .content-s2 .card .course-table table td {
  padding: 10px;
}

body .content-s2 .card .crow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

body .content-s2 .card .crow .profile-form-col {
  width: 200px;
  padding: 10px 15px;
}

body .content-s2 .card .crow .profile-form-col2 {
  width: 100%;
  padding: 10px 15px;
}

body .content-s2 .card .dropzone-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 290px;
  background: #E8E8E8;
  border-radius: 15px;
  border: 4px dashed #A6A9B6;
  margin-bottom: 20px;
}

body .content-s2 .card .dropzone-test .template {
  text-align: center;
}

body .content-s2 .card .dropzone-test .template img {
  margin-bottom: 15px;
  width: 35px;
}

body .content-s2 .card .dropzone-test .template span {
  color: #A6A9B7;
  font-size: 14px;
}

body .content-s2 .card .section-title {
  font-family: Muli;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

body .content-s2 .card .eye-icon {
  position: absolute;
  right: 7px;
  top: 9px;
}

body .content-s2 .card .section-subtitle {
  font-size: 1.125em;
  font-family: Muli;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item {
  padding: 23px;
  border: 1px solid #ced4da;
  border-radius: 20px;
  margin-bottom: 30px;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .btn-close {
  cursor: pointer;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group {
  position: relative;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group input {
  padding: 0 100px 0 50px;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group .btn-group {
  position: absolute;
  border-left: 1px solid #A6A9B6;
  right: 30px;
  top: 10px;
  font-size: 20px;
  color: #F6BD10;
  padding-left: 20px;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group .btn-group .option-hour {
  border: none;
  height: 35px;
  padding: 0 3px;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group .btn-group select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group .btn-group .sort-by:before, body .content-s2 .card .operating-hour-group .operating-hour-panel .operating-hour-item .operating-hour-group .btn-group .sort-by:after {
  right: -10px;
}

body .content-s2 .card .address-content {
  padding: 23px;
  border: 1px solid #ced4da;
  border-radius: 20px;
  margin-bottom: 30px;
}

body .content-s2 .card .address-content .btn-close-location {
  cursor: pointer;
}

body .content-s2 .card .item-table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #A6A9B6;
}

body .content-s2 .card .item-table table {
  width: 100%;
}

body .content-s2 .card .item-table table thead tr td {
  background: rgba(51, 173, 136, 0.35);
  padding: 15px;
  text-align: center;
}

body .content-s2 .card .item-table table tbody tr td {
  padding: 15px;
}

body .content-s2 .card .item-table table tbody tr td:not(:first-child) {
  text-align: center;
}

body .content-s2 .card .item-table table tbody tr td:last-child img {
  margin: 0 5px;
}

body .content-s2 .card .image-dropzone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body .content-s2 .card .image-dropzone .image-item {
  width: 241px;
  height: 175px;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 20px;
  margin-top: 20px;
}

body .content-s2 .card .image-dropzone .image-item:not(:last-child) {
  margin-right: 30px;
}

body .content-s2 .card .image-dropzone .image-item .dropzone-test {
  height: 175px;
}

body .content-s2 .checkbox-days .label {
  width: 140px;
}

body .content-s2 .checkbox-days .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

body .content-s2 .checkbox-days label {
  width: 14%;
}

body .content-s2 .checkbox-days label span.checkbox-display {
  display: inline-block;
  width: 100%;
  padding: 13px 0;
  background: transparent;
  text-align: center;
  border-radius: 15px;
  cursor: pointer;
}

body .content-s2 .checkbox-days label input {
  display: none;
}

body .content-s2 .checkbox-days label input:checked + .checkbox-display {
  background: #F6BD10;
  color: white;
}

body .content-s2 .bank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .content-s2 .bank-list .bank-item {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background: #003D7B;
  color: white;
  padding: 25px;
  border-radius: 20px;
  max-width: 380px;
  width: 100%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

body .content-s2 .bank-list .bank-item.addBank {
  height: 180px;
  background: white;
  border: 2px solid #F6BD10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

body .content-s2 .bank-list .bank-item.addBank .template {
  background: #E8E8E8;
  border: 2px dashed #F6BD10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F6BD10;
  border-radius: 20px;
}

body .content-s2 .bank-list .bank-item.addBank:hover {
  background: #F6BD10;
}

body .content-s2 .bank-list .bank-item.addBank:hover .template {
  border-color: white;
  color: white;
  background: #F6BD10;
}

body .content-s2 .bank-list .bank-no {
  font-size: 27px;
}

body .content-s2 .bank-list .default-button {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

body .content-s2 .bank-list .default-button label {
  display: block;
}

body .content-s2 .bank-list .default-button label .default-display {
  display: block;
  height: 20px;
  border-radius: 99px;
  background: white;
  position: relative;
  width: 56px;
  overflow: hidden;
  cursor: pointer;
}

body .content-s2 .bank-list .default-button label .default-display:after {
  content: "";
  position: absolute;
  background: #A6A9B7;
  width: 28px;
  height: 100%;
  border-radius: 99px;
  left: 0;
  right: 28px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body .content-s2 .bank-list .default-button label input {
  display: none;
}

body .content-s2 .bank-list .default-button label input:checked + .default-display:after {
  left: 28px;
  right: 0;
  background: #F6BD10;
}

body .content-s2 .add-course-progress {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .content-s2 .add-course-progress > div {
  width: 20%;
  height: 10px;
  background: #E8E8E8;
  text-align: center;
  position: relative;
}

body .content-s2 .add-course-progress > div .circle-dot {
  display: block;
  height: 20px;
  width: 20px;
  background: #E8E8E8;
  border-radius: 99px;
  margin: auto;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}

body .content-s2 .add-course-progress > div .progress-text {
  margin-top: 30px;
  display: block;
  font-family: Muli;
  font-size: 20px;
  color: #A6A9B7;
}

body .content-s2 .add-course-progress > div:first-child .circle-dot:before {
  background: #F6BD10;
}

body .content-s2 .add-course-progress > div:first-child .circle-dot:after {
  content: "";
  background: #FCFCFC !important;
  position: absolute;
  right: 20px;
  left: -100px;
  height: 20px;
}

body .content-s2 .add-course-progress > div:last-child {
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #E8E8E8), color-stop(50%, #FCFCFC)) !important;
  background: linear-gradient(to right, #E8E8E8 49%, #FCFCFC 50%) !important;
}

body .content-s2 .add-course-progress > div.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #F6BD10), color-stop(50%, #E8E8E8)) !important;
  background: linear-gradient(to right, #F6BD10 49%, #E8E8E8 50%) !important;
}

body .content-s2 .add-course-progress > div.active .circle-dot {
  background: #F6BD10;
}

body .content-s2 .add-course-progress > div.active .circle-dot:before {
  height: 40px;
  width: 40px;
  background: rgba(51, 173, 136, 0.3);
  position: absolute;
  content: "";
  border-radius: 99px;
  left: -10px;
  right: 0px;
  top: -10px;
  z-index: 3;
}

body .content-s2 .add-course-progress > div.active .circle-dot:after {
  content: "";
  background: #F6BD10;
  position: absolute;
  left: -210px;
  right: 0px;
  top: 5px;
  height: 10px;
}

body .content-s2 .add-course-progress > div.active .progress-text {
  font-weight: bold;
  color: #43424B;
}

body .content-s2 .add-course-progress > div.active:first-child .circle-dot:after {
  right: 20px;
}

body .content-s2 .add-course-progress > div.active:last-child {
  background: -webkit-gradient(linear, left top, right top, color-stop(49%, #F6BD10), color-stop(50%, #FCFCFC)) !important;
  background: linear-gradient(to right, #F6BD10 49%, #FCFCFC 50%) !important;
}

body .content-s2 .add-course {
  max-width: 1050px;
  width: 100%;
  margin: auto;
}

body .content-s2 .add-course .package-name {
  color: #43424B;
  display: block;
  cursor: pointer;
}

body .content-s2 .add-course .btn-delete, body .content-s2 .add-course .btn-expand, body .content-s2 .add-course .btn-minimize, body .content-s2 .add-course .btn-close {
  cursor: pointer;
}

body .content-s2 .add-course .address-content {
  padding: 23px;
  border: 1px solid #ced4da;
  border-radius: 20px;
  margin-bottom: 30px;
}

body .content-s2 .add-course .fc-time .btn-group {
  position: absolute;
  border-left: 1px solid #A6A9B6;
  right: 30px;
  top: 42px;
  font-size: 20px;
  color: #F6BD10;
  padding-left: 20px;
}

body .content-s2 .add-course .fc-time .btn-group .option-hour {
  border: none;
  height: 35px;
  padding: 0 3px;
}

body .content-s2 .add-course .fc-time .btn-group select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

body .content-s2 .add-course .fc-time .btn-group .sort-by:before, body .content-s2 .add-course .fc-time .btn-group .sort-by:after {
  right: -10px;
}

body .content-s2 .radio-select {
  border: 1px solid #A6A9B6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

body .content-s2 .radio-select .radio-option {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

body .content-s2 .radio-select .radio-option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
}

body .content-s2 .radio-select .radio-option input {
  display: none;
}

body .content-s2 .radio-select .radio-option input:checked ~ span {
  background: #F6BD10;
  color: white;
}

body .content-s2 .location-group {
  position: relative;
}

body .content-s2 .location-group input {
  padding: 0 100px 0 50px;
}

body .content-s2 .location-group span {
  position: absolute;
}

body .content-s2 .location-group span.marker {
  left: 20px;
  top: 10px;
  font-size: 20px;
  color: #A6A9B7;
}

body .content-s2 .location-group span.map {
  border-left: 1px solid #A6A9B6;
  right: 30px;
  top: 10px;
  font-size: 20px;
  color: #F6BD10;
  padding-left: 20px;
}

body .content-s2 .note-editor .note-toolbar {
  background: transparent;
}

body .content-s2 .note-editor .note-btn-group .note-btn {
  border: 0;
  background: transparent;
}

body .content-s2 .note-editor .note-btn-group .note-btn:hover {
  color: #F6BD10;
  -webkit-transform: unset;
          transform: unset;
}

body .content-s2 .table-upload {
  border: 1px solid #CED4DA;
  border-radius: 20px;
  border-collapse: separate;
}

body .content-s2 .table-upload thead tr {
  background-color: rgba(51, 173, 136, 0.35);
}

body .content-s2 .table-upload thead tr th:first-child {
  border-top-left-radius: 20px;
}

body .content-s2 .table-upload thead tr th:last-child {
  border-top-right-radius: 20px;
}

body .content-s2 .table-upload th, body .content-s2 .table-upload td {
  text-align: center;
}

body .modals2 .modal-body {
  padding: 30px;
}

body .modals2 .modal-body .modal-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 45px;
}

body .tac-counter {
  color: #F9A12C;
  font-size: 18px;
  font-weight: bold;
}

body .select2.select2-container {
  display: block;
}

body .select2.select2-container .select2-selection__choice {
  background: #F6BD10;
  border: 0;
  padding: 5px 10px;
  border-radius: 20px;
  min-width: 150px;
  text-align: center;
}

body .select2.select2-container .select2-selection__choice__remove {
  background: unset;
  border: 0;
  color: white;
}

body .select2.select2-container .select2-selection {
  min-height: 50px;
  border: 1px solid #ced4da;
  border-radius: 20px;
}

body .wrapper .content-wrapper {
  margin-left: 295px;
  min-height: unset !important;
  padding: 50px 25px 15px;
}

body .accordion-body h5 {
  padding: 0 1.25rem;
}

body .accordion-body .accordion {
  background-color: white;
  color: #F6BD10;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

body .accordion-body .accordion:hover {
  background-color: white;
}

body .accordion-body .accordion:after {
  content: '\FF0B';
  color: #F6BD10;
  float: right;
  font-size: 21px;
}

body .accordion-body .accordion.collapsed {
  color: #444;
}

body .accordion-body#accordionGI .card-header:last-child, body .accordion-body#accordionOI .card-header:last-child {
  border-bottom: none;
}

body .navDiv {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .navDiv .cardDiv {
  margin: 10px 0;
}

body .navDiv .cardDiv .card {
  margin-bottom: 0;
}

body .navDiv .cardDiv .card .card-body {
  padding: 0.3rem 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

body .navDiv .cardDiv .card .card-body .form-inline {
  min-height: 40px;
}

body .navDiv .cardDiv .card .card-body .form-inline .form-control {
  border: none;
}

body .navDiv .cardDiv .card .card-body .form-inline .btnSearch {
  color: #F6BD10;
  background-color: white;
}

body .navDiv .cardDiv .card .card-body .form-inline .btnSearch:hover {
  background-color: white;
  color: #F6BD10;
  -webkit-transform: none;
          transform: none;
}

body .navDiv .cardDiv #datepicker {
  display: none;
}

body .navDiv .cardDiv .ui-datepicker-trigger, body .navDiv .cardDiv .btnCourse {
  background-color: #F6BD10;
  padding: 12px 40px;
  color: white;
  border: none;
  border-radius: 20px;
}

body .navDiv .cardDiv .ui-datepicker-trigger:focus, body .navDiv .cardDiv .btnCourse:focus {
  outline: none;
}

body .navDiv .cardDiv .navbar {
  max-width: 600px;
  width: 100%;
  overflow: auto;
}

body #ui-datepicker-div.ui-datepicker {
  top: 220px !important;
  left: 1183px !important;
  padding: 1.25rem;
  border-radius: 10px;
}

body .balanceDate #datepicker {
  display: none;
}

body .balanceDate .ui-datepicker-trigger {
  background-color: #F6BD10;
  padding: 12px 40px;
  color: white;
  border: none;
  border-radius: 20px;
  max-width: 200px;
  margin: 0 0 0 auto;
}

body .balanceDate .ui-datepicker-trigger:focus {
  outline: none;
}

body .balanceDate #ui-datepicker-div.ui-datepicker {
  top: 293px !important;
  left: 1183px !important;
  padding: 1.25rem;
  border-radius: 10px;
}

body .tableDiv .card .btn-content-border-cyan {
  margin: 1.25rem 1.25rem 0 auto;
  border-radius: 10px;
}

body .tableDiv .card .card-body .table th {
  vertical-align: top;
  min-width: 125px;
  color: #43424B;
  border-bottom: none;
}

body .tableDiv .card .card-body .table th.w-335 {
  min-width: 335px;
}

body .tableDiv .card .card-body .table th.w-310 {
  min-width: 310px;
}

body .tableDiv .card .card-body .table th.w-235 {
  min-width: 235px;
}

body .tableDiv .card .card-body .table th.w-165 {
  min-width: 165px;
}

body .tableDiv .card .card-body .table th.w-105 {
  min-width: 105px;
}

body .tableDiv .card .card-body .table th a {
  display: block;
  width: 100%;
  color: #43424B;
}

body .tableDiv .card .card-body .table tbody tr:first-child td {
  border-top: none;
}

body .tableDiv .card .card-body .table tbody tr td {
  vertical-align: middle;
}

body .tableDiv .card .card-body .table tbody tr td a {
  font-weight: 600;
}

body .paginationDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px;
}

body .paginationDiv .pagination .holNext a, body .paginationDiv .pagination .holPrev a {
  font-size: 14px;
}

body .paginationDiv .pagination .holNext .btnPrev, body .paginationDiv .pagination .holNext .btnNext, body .paginationDiv .pagination .holPrev .btnPrev, body .paginationDiv .pagination .holPrev .btnNext {
  color: #F6BD10;
  border: 2px solid #F6BD10;
  padding: 10px 0px;
  min-width: 120px;
  width: 100%;
  border-radius: 17px;
}

body .paginationDiv .pagination .holNext .btnPrev:hover, body .paginationDiv .pagination .holNext .btnNext:hover, body .paginationDiv .pagination .holPrev .btnPrev:hover, body .paginationDiv .pagination .holPrev .btnNext:hover {
  color: white;
}

body .paginationDiv .pagination .holPrev {
  margin-right: 10px;
}

body .paginationDiv .pagination .holNext {
  margin-left: 10px;
}

body .paginationDiv .pagination .pageNumBg {
  background-color: #E8E8E8;
  border-radius: 17px;
}

body .paginationDiv .pagination .pageNumBg .pageNum {
  border-radius: 17px;
  padding: 8px 20px;
  margin: 3px;
  background-color: #E8E8E8;
  color: #43424B;
  font-size: 14px;
}

body .paginationDiv .pagination .pageNumBg .pageNum:hover, body .paginationDiv .pagination .pageNumBg .pageNum:focus, body .paginationDiv .pagination .pageNumBg .pageNum.active, body .paginationDiv .pagination .pageNumBg .pageNum:active {
  color: white;
  background-color: #F6BD10;
  font-weight: 600;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .paginationDiv .pagination .pageNum {
  border-radius: 17px;
  padding: 8px 30px;
  margin: 0 10px;
  background-color: #E8E8E8;
  color: #43424B;
  font-size: 14px;
}

body .paginationDiv .pagination .pageNum:hover, body .paginationDiv .pagination .pageNum:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .paginationDiv .pagination a {
  font-size: 14px;
}

body .paginationDiv .pagination .dropdown-menu {
  min-width: 4.2rem;
  background-color: #E8E8E8;
}

body .paginationDiv .pagination .dropdown-menu .dropdown-item {
  text-align: center;
}

body .paginationDiv .pagination .sort-by:after, body .paginationDiv .pagination .sort-by:before {
  right: 15px;
}

body .card .card-body .navbar li.active a {
  color: #43424B;
  font-weight: 600;
}

body .card .card-body .navbar li a {
  color: #A6A9B7;
  font-weight: 500;
}

body a {
  color: #F6BD10;
}

body a.sort-by {
  position: relative;
}

body a.sort-by:before, body a.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}

body a.sort-by:before {
  border-bottom-color: #43424B;
  margin-top: -9px;
}

body a.sort-by:after {
  border-top-color: #43424B;
  margin-top: 1px;
}

body a:hover {
  color: #009ADB;
}

body a {
  color: #007BFF;
}

body .showHover {
  cursor: pointer;
}

body .showHover:hover img:first-child, body .showHover:active img:first-child {
  display: none;
}

body .showHover:hover img:not(:first-child), body .showHover:active img:not(:first-child) {
  display: block;
}

body .showHover img:first-child {
  display: block;
}

body .showHover img:not(:first-child) {
  display: none;
}

body #orderDetailsModal, body #orderDetailsModal2 {
  padding-top: 30px;
}

body #orderDetailsModal .modal-dialog, body #orderDetailsModal2 .modal-dialog {
  max-width: 620px;
}

body #orderDetailsModal .modal-dialog .modal-content, body #orderDetailsModal2 .modal-dialog .modal-content {
  border-radius: 1.3rem;
  padding: 5px 15px;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header .modal-title, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header .paidLabel, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header .paidLabel {
  background-color: rgba(51, 173, 136, 0.32);
  color: #F6BD10;
  font-weight: 600;
  padding: 5px 15px;
  font-size: 14px;
  border: none;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header .paidLabel:focus, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header .paidLabel:focus {
  outline: none;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header .unredeemedLabel, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header .unredeemedLabel {
  background-color: rgba(249, 161, 44, 0.32);
  color: #F9A12C;
  font-weight: 600;
  padding: 5px 15px;
  font-size: 14px;
  border: none;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-header .unredeemedLabel:focus, body #orderDetailsModal2 .modal-dialog .modal-content .modal-header .unredeemedLabel:focus {
  outline: none;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body .contentDiv, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body .contentDiv {
  border-bottom: 1px solid #E8E8E8;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body .contentDiv img.eyesIcon, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body .contentDiv img.eyesIcon {
  width: 30px;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body a, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body a {
  font-size: 14px;
  font-weight: 600;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body p, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body p {
  margin-bottom: 0;
  font-size: 14px;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-body .p-head, body #orderDetailsModal2 .modal-dialog .modal-content .modal-body .p-head {
  color: #A6A9B7;
  font-weight: 600;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-footer, body #orderDetailsModal2 .modal-dialog .modal-content .modal-footer {
  border-top: 0;
}

body #orderDetailsModal .modal-dialog .modal-content .modal-footer .btn, body #orderDetailsModal2 .modal-dialog .modal-content .modal-footer .btn {
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  background-color: #F6BD10;
}

body #receiptModal, body #invoiceModal {
  overflow: auto;
  padding-top: 30px;
}

body #receiptModal .modal-dialog, body #invoiceModal .modal-dialog {
  max-width: 780px;
}

body .text-red-2 {
  color: #CB0000;
}

body .text-yellow-2 {
  color: #F9A12C;
}

body .text-green-2 {
  color: #F6BD10;
}

body .text-blue-2 {
  color: #0B4C9F;
}

body .lb-title {
  font-size: 20px;
  font-weight: bold;
  font-family: Muli;
}

body .lb-title-2 {
  font-size: 20px;
  font-weight: bold;
}

body .lb-3 {
  color: #A6A9B7;
  font-weight: 500;
}

body .lb-3.active {
  color: #F6BD10;
  font-weight: bold;
}

body .lb-2 {
  font-size: 14px;
  color: #A6A9B7;
  font-weight: 500;
}

body .lb-big {
  font-size: 30px;
  font-weight: bold;
}

body .lb-4 {
  font-size: 30px;
}

body .lb-5 {
  font-size: 14px;
  font-weight: bold;
}

body .fw-500 {
  font-weight: 500;
}

body .fa-star {
  color: #E8E8E8;
}

body .fa-star.checked {
  color: #F9A12C;
}

body .profitDiv {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .profitDiv .card {
  border: 2px solid #F6BD10;
  min-height: 162px;
}

body .profitDiv .card .card-body {
  padding: 1.25rem 3rem 1.25rem 1.5rem;
}

body .profitDiv .card .card-body .btnBalance {
  background-color: #F6BD10;
  color: white;
  padding: 15px 10px;
  border-radius: 10px;
  max-width: 200px;
  width: 100%;
}

body .profitDiv .card .card-body .lb-big {
  font-size: 30px;
}

body .profitDiv .card .card-body .col-md-3 {
  margin-bottom: 20px;
}

body .profit-navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

body .profit-navbar .cardDiv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

body .profit-navbar .cardDiv .card {
  max-width: 1070px;
}

body .profit-navbar .cardDiv .card .navbar {
  max-width: 1030px;
  width: 100%;
}

body .profit-navbar .cardDiv .card .navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .profit-navbar .cardDiv .card .navbar .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

body .tableDiv-balance .card .card-body .table th {
  vertical-align: top;
  min-width: 130px;
  color: #43424B;
}

body .tableDiv-balance .card .card-body .table th a {
  display: block;
  width: 100%;
  color: #43424B;
}

body .tableDiv-balance .card .card-body .table td {
  vertical-align: middle;
}

body .tableDiv-balance .card .card-body .table td a {
  font-weight: 600;
}

body .card.previewCourse .card-body .course-title {
  border-bottom: 2px solid #E5E5E5;
}

body .card.previewCourse .card-body .labelTag {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 10px 15px;
}

body .card.previewCourse .card-body .navDesc .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .card.previewCourse .card-body .navDesc .nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

body .card.previewCourse .card-body .navDesc .nav .nav-item.active {
  color: #000;
  border-bottom: 3px solid #F6BD10;
}

body .card.previewCourse .card-body .navDesc .nav .nav-item.flex-2 {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

body .card.previewCourse .card-body .navDesc .nav .nav-item a {
  color: #6E6E6E;
}

body .card.previewCourse .card-body .submenuDesc {
  overflow-y: scroll;
  max-height: 500px;
}

body .card.previewCourse .card-body .mapBox {
  border-bottom: 2px solid #E5E5E5;
}

body .card.previewCourse .card-body .quesDiv {
  border-bottom: 2px solid #E5E5E5;
}

body .card.previewCourse .card-body .quesDiv textarea {
  resize: none;
  width: 100%;
  border: 2px solid #E5E5E5;
  padding: 10px;
}

body .card.previewCourse .card-body .quesDiv .btnAsk {
  color: white;
  border: 1px solid #F6BD10;
  padding: 10px 15px;
  border-radius: 3px;
  max-width: 250px;
  margin: 1.25rem 0;
  background-color: #F6BD10;
  font-weight: 600;
}

body .card.previewCourse .card-body .quesDiv .btnAsk:hover {
  color: white;
}

body .card.previewCourse .card-body .quesDiv .f-18 {
  font-size: 18px;
}

body .card.previewCourse .card-body .quesDiv .answerBox {
  background-color: #F0F0F0;
  margin: 20px 10px;
  padding: 30px 20px;
}

body .card.previewCourse .card-body .quesDiv .btnAnswer {
  color: #F6BD10;
  border: 1px solid #F6BD10;
  padding: 10px 15px;
  border-radius: 3px;
  max-width: 250px;
  margin: 1.25rem 0;
  background-color: white;
  font-weight: 600;
}

body .card.previewCourse .card-body .quesDiv .btnAnswer:hover {
  color: #F6BD10;
}

body .card.previewCourse .card-body .quesDiv #textAnswer, body .card.previewCourse .card-body .quesDiv #textAnswer2 {
  display: none;
  margin: 30px 0;
}

body .card.previewCourse .card-body .quesDiv .smallText {
  font-size: 14px;
  color: #848484;
}

body .card.previewCourse .card-body .quesDiv .bg-grey {
  background-color: #E2E2E2;
  padding: 0 10px;
  border-radius: 5px;
  max-width: 43px;
  margin: 0 auto;
}

body .card.previewCourse .card-body .quesDiv .text-grey {
  color: #6E6E6E;
}

body .card.previewCourse .card-body .quesDiv .text-grey.hoverBlue:hover, body .card.previewCourse .card-body .quesDiv .text-grey.hoverBlue:focus {
  color: #003CBF;
}

body .card.previewCourse .card-body .quesDiv .text-grey.hoverRed:hover, body .card.previewCourse .card-body .quesDiv .text-grey.hoverRed:focus {
  color: #8F0037;
}

body .card.previewCourse .card-body .quesDiv .text-grey.pointer {
  cursor: pointer;
}

body .card.previewCourse .card-body .btnRecent {
  color: white;
  border: 1px solid #F6BD10;
  padding: 10px 15px;
  border-radius: 3px;
  max-width: 250px;
  margin: 1.25rem 0;
  background-color: #F6BD10;
}

body .card.previewCourse .card-body .btnRecent:hover {
  color: white;
}

body .card.previewCourse .card-body .packageDiv {
  border: 3px solid #EFEFEF;
  margin: 0 1rem;
}

body .card.previewCourse .card-body .packageDiv .bgGreen {
  background-color: #F6BD10;
  color: white;
}

body .card.previewCourse .card-body .packageDiv .descBox {
  border-bottom: 3px solid #EFEFEF;
}

body .card.previewCourse .card-body .packageDiv .descBox .bgRed {
  background-color: #EB1B00;
  color: white;
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}

body .card.previewCourse .card-body .packageDiv .descBox .btnDate, body .card.previewCourse .card-body .packageDiv .descBox .btnCart, body .card.previewCourse .card-body .packageDiv .descBox .btnGift {
  padding: 15px 15px;
  border-radius: 3px;
  width: 100%;
  max-width: 500px;
  margin: 10px 0;
  font-size: 17px;
  font-weight: 600;
  white-space: normal;
}

body .card.previewCourse .card-body .packageDiv .descBox .btnDate {
  color: black;
  border: 2px solid black;
  background-color: white;
}

body .card.previewCourse .card-body .packageDiv .descBox .btnCart {
  color: white;
  border: 2px solid #F6BD10;
  background-color: #F6BD10;
}

body .card.previewCourse .card-body .packageDiv .descBox .btnGift {
  color: #F6BD10;
  border: 2px solid #F6BD10;
  background-color: white;
}

body .card.previewCourse .card-body .packageDiv .descBox .f-14 {
  font-size: 14px;
}

body .content-s1 .text-orange {
  color: #F9A12C;
}

body .content-s1 .text-green-cyan {
  color: #F6BD10;
}

body .content-s1 .btn-red {
  background-color: #CB0000;
}

body .content-s1 .btn {
  min-width: 130px;
}

body .content-s1 .btn-blue {
  background-color: #0B4C9F;
}

body .content-s1 .btn-right {
  float: right;
  margin-left: auto;
}

body .content-s1 .btnSearch {
  min-width: 0;
}

body .content-s1 .notification-card {
  margin-left: 70px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
          box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
}

body .content-s1 .notification-card .card-header:last-child {
  border-bottom: none;
}

body .content-s1 .notification-card .card-header.clicked {
  background-color: #E8E8E8;
}

body .content-s1 .announcement-card {
  min-height: 770px;
}

body .content-s1 .announcement-card .card-body .card-header {
  padding: 1.5rem 1rem;
}

body .content-s1 .announcement-card .card-body .card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

body .content-s1 .announcement-card .card-body .card-header:last-child {
  border-bottom: none;
}

body .content-s1 .announcement-card .card-body .card-header.clicked {
  background-color: #E8E8E8;
}

body .content-s1 .rate-card .card {
  margin: 10px 0;
}

body .content-s1 .rate-card .card .card-body {
  padding: 1rem;
}

body .content-s1 .rev-2 .card {
  min-height: 193px;
}

body .content-s1 .rev-2 .overall-rating .fa-star {
  font-size: 14px;
  padding: 0 5px;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar {
  font-size: 12px;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar .row {
  margin-bottom: 5px;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar .row .num-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar .row .progress {
  border-radius: 10px;
  height: 0.4rem;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar .row .progress .progress-bar {
  background-color: #F9A12C;
}

body .content-s1 .rev-2 .rating-breakdown .review-progress-bar .row .review-percent {
  text-align: right;
  padding: 0;
}

body .content-s1 .mobile-tab-panel .tab .tablinks {
  max-width: 32.33%;
  width: 100%;
  padding: 10px;
  margin: 0;
  min-width: 1px;
}

body .content-s1 .mobile-tab-panel .tab .tablinks.active {
  background-color: #F6BD10;
  color: #FFF;
}

body .content-s1 .mobile-tab-panel .tab .tablinks:focus, body .content-s1 .mobile-tab-panel .tab .tablinks:active, body .content-s1 .mobile-tab-panel .tab .tablinks:hover {
  -webkit-transform: none;
          transform: none;
}

body .content-s1 .db-1 .card .card-body {
  min-height: 190px;
}

body .content-s1 .db-1 .card .card-body .num-counter {
  font-size: 55px;
  font-weight: 500;
}

body .content-s1 .db-1 .card .card-body .lb-1 {
  font-size: 12px;
}

body .content-s1 .db-2 .card .card-body .btn {
  float: right;
  margin-left: auto;
}

body .content-s1 .db-3 .icon-arrow-down {
  background-color: white;
  border-radius: 50%;
  color: #F6BD10;
  padding: 9px 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -2%;
  left: 46%;
}

body .content-s1 .db-3 .review-progress-bar .row {
  margin-bottom: 10px;
}

body .content-s1 .db-3 .review-progress-bar .row .lb-4 {
  font-size: 30px;
}

body .content-s1 .db-3 .review-progress-bar .row .num-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .content-s1 .db-3 .review-progress-bar .row .progress {
  border-radius: 10px;
  height: 0.6rem;
}

body .content-s1 .db-3 .review-progress-bar .row .progress .progress-bar {
  background-color: #F9A12C;
}

body .content-s1 .db-3 .review-progress-bar .row .review-percent {
  text-align: right;
}

body .content-s1 .db-3 .review-comment {
  font-size: 14px;
}

body .content-s1 .db-3 table th {
  font-weight: 500;
  text-align: center;
}

body .content-s1 .db-3 table td {
  padding: 10px;
  text-align: center;
}

body .content-s1 .db-3 table.mobile-optimised td {
  padding: 5px 10px;
}

body .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

body .switch input:checked + .slider {
  background-color: #F6BD10;
}

body .switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #F6BD10;
          box-shadow: 0 0 1px #F6BD10;
}

body .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

body .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CB0000;
  -webkit-transition: .4s;
  transition: .4s;
}

body .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

body .switch .slider.round {
  border-radius: 34px;
}

body .switch .slider.round:before {
  border-radius: 50%;
}

body .f-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .f-inline .fc-box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

body .content-s6 .card .card-body .icon-top-left {
  width: 150px;
}

body .content-s6 .card .card-body .admin-logo-icon {
  right: -20px;
  bottom: -20px;
}

body .content-s6 .card .card-body form .form-row {
  margin-top: 20px;
}

body .content-s6 .card .card-body form .form-row .eye-icon {
  position: absolute;
  right: 2%;
  top: 15%;
}

body .content-s6 .card .card-body form .form-row .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

body .content-s6 .card .card-body form label {
  font-size: 16px;
}

body .status-checkbox .radio-select {
  border: 1px solid #A6A9B6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

body .status-checkbox .radio-select .radio-option {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

body .status-checkbox .radio-select .radio-option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
}

body .status-checkbox .radio-select .radio-option input {
  display: none;
}

body .status-checkbox .radio-select .radio-option input:checked ~ span {
  background: #F6BD10;
  color: white;
}

body .control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  color: var(--text-grey);
  font-weight: 300 !important;
  min-width: 100px;
}

body .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

body .control input:focus ~ .control_indicator {
  background: #fff;
}

body .control input:checked ~ .control_indicator {
  background: #fff;
}

body .control input:checked ~ .control_indicator:after {
  display: block;
}

body .control input:checked:focus ~ .control_indicator {
  background: #fff;
}

body .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

body .control:hover input ~ .control_indicator {
  background: #fff;
}

body .control:hover input:not([disabled]):checked ~ .control_indicator {
  background: #fff;
}

body .control.control-checkbox .control_indicator:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 15px;
  border: solid var(--bg-green);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #F6BD10;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body .control.control-checkbox .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  -webkit-transform: scale(0);
          transform: scale(0);
}

body .control.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

body .control .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #fff;
  border: 1px solid #A6A9B6;
  border-radius: 0px;
  border-radius: 5px;
}

body .control .control_indicator:after {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

body .control-group.mw200 .control {
  min-width: 200px;
}

body .control-group.mw170 .control {
  min-width: 170px;
}

body .content-s7 .fit-screen {
  max-width: 600px;
  margin: auto;
  position: relative;
}

body .content-s7 .fit-screen:hover .overlay {
  display: block;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  width: 600px;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

body .content-s7 .fit-screen:hover .search-icon {
  display: block;
  cursor: pointer;
  color: white;
  bottom: 50%;
  left: 46%;
  position: absolute;
  z-index: 2;
  width: 50px;
}

body .content-s7 .fit-screen .overlay, body .content-s7 .fit-screen .search-icon {
  display: none;
}

body .content-s7 .bottom-btn-group {
  position: fixed;
  right: 0;
  width: calc(100% - 235px);
  bottom: 0;
  padding: 7px;
  background: #fff;
  z-index: 3;
  margin: 10px;
}

body .content-s7-edit .card {
  height: 100%;
}

body .content-s7-edit .card form .form-row {
  margin-top: 20px;
}

body .content-s7-edit .card form .form-row .eye-icon {
  position: absolute;
  right: 2%;
  top: 15%;
}

body .content-s7-edit .card form .form-row .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

body .content-s7-edit .card form label {
  font-size: 16px;
}

body .content-s7-edit .card form .form-group textarea.form-control {
  height: 200px;
  padding-top: 20px;
}

body .content-s7-edit .card form .gray-box {
  width: 150px;
  height: 150px;
  border: 1px solid #A6A9B6;
  background-color: #E8E8E8;
  border-style: dashed;
  margin: 20px auto;
  border-radius: 5px;
  line-height: 1.2;
  cursor: pointer;
}

body .content-s7-edit .card form .gray-box .lb-1 {
  font-size: 12px;
}

body .content-s7-edit .card form .gray-box .lb-2 {
  font-weight: bold;
}

body .content-s7-edit .card form #myFile, body .content-s7-edit .card form .btn-upload-submit {
  display: none;
}

body .content-s7-edit .card .carousel-inner .carousel-item .carousel-img {
  text-align: center;
  max-width: 350px;
  margin: auto;
}

body .content-s7-edit .card .carousel-inner .carousel-item .carousel-img img {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
          box-shadow: 0 10px 25px rgba(0, 59, 7, 0.15);
}

body .content-s7-edit .card .carousel-inner .m-20 {
  margin: 0 20%;
}

body .content-s7-edit .card .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../img/icon-double-left.svg");
  width: 40px;
  height: 40px;
}

body .content-s7-edit .card .carousel-control-next .carousel-control-next-icon {
  background-image: url("../img/icon-double-right.svg");
  width: 40px;
  height: 40px;
}

body .content-s7-edit .btn-add-edit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body .content-s7-edit .bottom-btn-group {
  position: fixed;
  right: 0;
  width: calc(100% - 235px);
  bottom: 0;
  padding: 7px;
  background: #fff;
  z-index: 3;
  margin: 10px;
}

body .notification-box {
  position: absolute;
  top: 85px;
}

body .notification-box.notification-hide {
  display: none;
}

body .notification-box.notification-hide .text-black {
  color: #43424B;
}

body .notification-box .lb-3 {
  color: #A6A9B7;
  font-weight: 500;
}

body .notification-box .lb-3.active {
  color: #F6BD10;
  font-weight: bold;
}

body .notification-box .fw-500 {
  font-weight: 500;
}

body .notification-box .card-body {
  max-width: 350px;
}

body .notification-box .card-body .card-header {
  border-bottom: none;
  padding: 0.75rem 0;
}

body .btn-noti {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

body .btn-noti:hover + .notification-hide {
  display: block !important;
}

body .notification-hide:hover {
  display: block;
}

body .modal#locationModal2 .modal-content, body .modal#locationModal .modal-content {
  border-radius: 20px;
}

body .modal#locationModal2 .modal-content iframe, body .modal#locationModal .modal-content iframe {
  border-radius: 20px;
}

body .modal#locationModal2 .modal-content .location-bar .main-btn, body .modal#locationModal .modal-content .location-bar .main-btn {
  padding: 7px 25px;
}

body .modal#locationModal2 .modal-content .location-bar .btn-icon, body .modal#locationModal .modal-content .location-bar .btn-icon {
  min-width: 40px;
  padding: 5px 0;
}

body .modal#locationModal2 .modal-content .location-bar .location-group, body .modal#locationModal .modal-content .location-bar .location-group {
  position: relative;
  max-width: 530px;
  width: 100%;
}

body .modal#locationModal2 .modal-content .location-bar .location-group a, body .modal#locationModal .modal-content .location-bar .location-group a {
  position: absolute;
}

body .modal#locationModal2 .modal-content .location-bar .location-group a.map, body .modal#locationModal .modal-content .location-bar .location-group a.map {
  border-left: 1px solid #A6A9B6;
  right: 25px;
  top: 4px;
  font-size: 20px;
  color: #F6BD10;
  padding-left: 20px;
}

body .modal#locationModal2 .modal-content .location-bar .location-group input, body .modal#locationModal .modal-content .location-bar .location-group input {
  padding: 0 100px 0 20px;
  border-radius: 20px;
}

body .modal#locationModal2 .modal-content .location-bar .location-group2, body .modal#locationModal .modal-content .location-bar .location-group2 {
  position: relative;
  width: 100%;
}

body .modal#locationModal2 .modal-content .location-bar .location-group2 a, body .modal#locationModal .modal-content .location-bar .location-group2 a {
  position: absolute;
}

body .modal#locationModal2 .modal-content .location-bar .location-group2 a.map, body .modal#locationModal .modal-content .location-bar .location-group2 a.map {
  border-left: 1px solid #A6A9B6;
  right: 25px;
  top: 4px;
  font-size: 20px;
  color: #F6BD10;
  padding-left: 20px;
}

body .modal#locationModal2 .modal-content .location-bar .location-group2 input, body .modal#locationModal .modal-content .location-bar .location-group2 input {
  padding: 0 100px 0 20px;
  border-radius: 20px;
}

body .modal#locationModal2 .modal-content .location-list .box, body .modal#locationModal .modal-content .location-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body .modal#locationModal2 .modal-content .location-list .box .addr, body .modal#locationModal .modal-content .location-list .box .addr {
  font-size: 14px;
  text-align: left;
  margin-right: 10px;
}

body .modal#priceModal .modal-content {
  border-radius: 20px;
}

body .modal#priceModal .modal-content .modal-body {
  padding: 1rem 1rem 10rem 1rem;
}

body .modal#priceModal .modal-content .modal-body .lb-warning-small {
  font-size: 14px;
  color: #a70000;
}

body .modal#priceModal .modal-content .btn {
  width: 100%;
}

body .modal#cashModal .modal-dialog, body .modal#termServiceModal .modal-dialog {
  max-width: 800px;
}

body .modal#cashModal .modal-dialog .modal-content, body .modal#termServiceModal .modal-dialog .modal-content {
  padding: 1rem;
  border-radius: 20px;
}

body .modal#cashModal .modal-dialog .modal-content .modal-header, body .modal#termServiceModal .modal-dialog .modal-content .modal-header {
  display: block;
  border-bottom: none;
}

body .modal#cashModal .modal-dialog .modal-content .modal-body, body .modal#termServiceModal .modal-dialog .modal-content .modal-body {
  height: 500px;
  overflow: auto;
}

body .modal#cashModal .modal-dialog .modal-content .modal-body .lb-warning-small, body .modal#termServiceModal .modal-dialog .modal-content .modal-body .lb-warning-small {
  font-size: 14px;
  color: #a70000;
}

body .modal#cashModal .modal-dialog .modal-content .modal-footer, body .modal#termServiceModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

body .modal#cashModal .modal-dialog .modal-content .btn, body .modal#termServiceModal .modal-dialog .modal-content .btn {
  width: 100%;
}

body .modal#remarkModal .modal-dialog {
  max-width: 530px;
}

body .modal#remarkModal .modal-dialog .modal-content {
  border-radius: 20px;
}

body .modal#remarkModal .modal-dialog .modal-content .modal-body {
  padding: 1rem;
}

body .modal#remarkModal .modal-dialog .modal-content .modal-body .lb-warning-small {
  font-size: 14px;
  color: #a70000;
}

body .modal#remarkModal .modal-dialog .modal-content .modal-body .fc-expand {
  border-radius: 20px;
  height: 400px;
}

body .modal#remarkModal .modal-dialog .modal-content .modal-body .lb-2 {
  font-size: 16px;
}

body .modal#remarkModal .modal-dialog .modal-content .btn {
  width: 48%;
}

body .modal#reorderModal .modal-dialog {
  max-width: 800px;
}

body .modal#reorderModal .modal-dialog .modal-content {
  border-radius: 20px;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body {
  padding: 1rem;
  overflow: auto;
  max-height: 500px;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .lb-2 {
  font-size: 16px;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .table {
  background-color: #E8E8E8;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .table td {
  border-left: 0 !important;
  border: 1px solid #A6A9B7;
  border-top: 0 !important;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .table td:nth-child(2) {
  border-right: 0 !important;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .table td:last-child {
  border-right: 0 !important;
  border-left: 0 !important;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-body .table tr:last-child td {
  border-bottom: 0 !important;
}

body .modal#reorderModal .modal-dialog .modal-content .modal-footer {
  border-top: none;
}

body .modal#reorderModal .modal-dialog .modal-content .btn {
  width: 30%;
}

@media screen and (max-width: 1680px) {
  body {
    font-size: 12px;
  }
  body .content-wrapper > .content-s7 {
    padding-bottom: 55px;
  }
  body .content-wrapper > .content-s7 .bottom-btn-group {
    margin: 0;
  }
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 200px;
  }
  body .main-header {
    height: 70px;
  }
  body .main-sidebar .sidebar .nav-sidebar .nav-item.active .nav-link {
    border-radius: 12px;
  }
  body .img-upload .pre-upload .hint {
    font-size: 12px;
  }
  body .wrapper .content-wrapper {
    margin-left: 200px;
    padding: 10px 15px 15px;
  }
  body #collapseSidebar img {
    width: 20px;
  }
  body .main-sidebar {
    width: 200px;
  }
  body .main-sidebar .brand-link {
    padding: 10px;
  }
  body .main-sidebar .brand-link img {
    width: 50px;
  }
  body .main-sidebar .sidebar .nav-sidebar .nav-item {
    padding: 0 10px;
  }
  body .main-sidebar .sidebar .nav-sidebar .nav-item .nav-link {
    padding: 10px 10px 10px 15px;
    margin-bottom: 15px;
  }
  body .main-sidebar .sidebar .nav-sidebar .nav-item .nav-link img {
    height: 14px;
    margin-right: 10px;
  }
  body .main-sidebar .sidebar .rightreserved {
    font-size: 9px;
    padding-left: 25px;
  }
  body .lb-title {
    font-size: 16px;
  }
  body .lb-2 {
    font-size: 12px;
  }
  body .content-s1 .btn {
    font-size: 12px;
  }
  body .content-s1 .db-1 .card .card-body {
    min-height: 127px;
    padding: 1em;
  }
  body .content-s1 .db-3 .review-comment {
    font-size: 12px;
  }
  body .content-s1 .course-table td img {
    width: 100px;
  }
  body .content-s1 .system-update {
    padding: 10px 20px;
  }
  body .content-s1 .system-update img {
    width: 40px !important;
  }
  body #myChart2 {
    height: 298px !important;
  }
  body .content-s1 .db-1 .card .card-body .num-counter {
    font-size: 30px;
  }
  body .content-s1 .db-1 .card .card-body img {
    width: 45px;
  }
  body .content-s1 .db-1 .card .card-body .lb-1 img {
    width: 10px;
  }
  body .btn {
    padding: 10px;
    font-size: 12px;
    border-radius: 13px;
  }
  body .btn.main-btn {
    padding: 10px;
    font-size: 12px;
    border-radius: 13px;
    min-width: 100px;
  }
  body .btn.main-btn i {
    margin-right: 5px;
  }
  body .profile-button img {
    width: 40px;
  }
  body .form-inline .form-control {
    font-size: 12px;
  }
  body #orderDetailsModal .modal-dialog .modal-content, body body #orderDetailsModal2 .modal-dialog .modal-content {
    max-height: 620px;
  }
  body .content-s2 .add-course-progress > div .progress-text {
    font-size: 16px;
  }
  body .form-group .form-control {
    font-size: 12px;
  }
  body .profitDiv .lb-big {
    font-size: 22px;
  }
  body .profitDiv h5 {
    font-size: 20px;
  }
  body .profitDiv h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  body .content-s7-edit .carousel-img {
    max-width: 240px !important;
  }
  body .content-s7-edit .carousel-control-prev, body .content-s7-edit .carousel-control-next {
    top: -75px;
  }
}

@media screen and (max-width: 1199px) {
  body .content-s1 .db-2 .card .card-body .btn {
    float: none;
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  body .wrapper .content-wrapper {
    margin-left: 0;
    height: auto !important;
  }
  body .sidebar-mini.sidebar-collapse .main-sidebar:hover {
    width: 240px;
  }
  body:not(.sidebar-mini-md) .main-header {
    margin-left: 10px;
  }
  body .sidebar-collapse .main-sidebar {
    margin-left: -320px;
  }
  body .sidebar-collapse .main-sidebar:before {
    margin-left: -320px;
  }
  body .main-sidebar {
    width: 250px;
  }
  body .content-s2 .lb-title {
    font-size: 20px;
    font-weight: bold;
    font-family: Muli;
  }
  body .content-s2 .lb-3 {
    color: #A6A9B7;
    font-weight: 500;
  }
  body .content-s2 .lb-3.active {
    color: #F6BD10;
    font-weight: bold;
  }
  body .content-s2 .lb-2 {
    font-size: 14px;
    color: #A6A9B7;
    font-weight: 500;
  }
  body .content-s2 .lb-big {
    font-size: 30px;
    font-weight: bold;
  }
  body .content-s2 .lb-5 {
    font-size: 14px;
    font-weight: bold;
  }
  body .content-s2 .lb-4 {
    font-size: 30px;
  }
  body .content-s2 .course-table table td {
    padding: 10px;
  }
  body .content-s2 .cp-2 i {
    background-color: white;
    border-radius: 50%;
    color: #F6BD10;
    padding: 9px 10px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -2%;
    left: 46%;
  }
  body .content-s2 .cp-2 .fa-star {
    color: #E8E8E8;
  }
  body .content-s2 .cp-2 .fa-star.checked {
    color: #F9A12C;
  }
  body .content-s2 .cp-2 .review-progress-bar .row {
    margin-bottom: 10px;
  }
  body .content-s2 .cp-2 .review-progress-bar .row .num-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .content-s2 .cp-2 .review-progress-bar .row .progress {
    border-radius: 10px;
    height: 0.6rem;
  }
  body .content-s2 .cp-2 .review-progress-bar .row .progress .progress-bar {
    background-color: #F9A12C;
  }
  body .content-s2 .cp-2 .review-progress-bar .row .review-percent {
    text-align: right;
  }
  body .content-s7 .bottom-btn-group {
    width: calc(100%);
  }
}

@media screen and (max-width: 799px) {
  body .loginbox .login-group {
    border-radius: 0;
  }
  body .loginbox .login-group .mgb60 {
    margin-bottom: 15px;
  }
  body .loginbox .login-group .mgt60 {
    margin-top: 15px;
  }
  body .loginbox .login-group .mgt40 {
    margin-top: 10px;
  }
  body .content-s1 .db-2 .card .card-body .btn {
    float: none;
    margin-top: 0;
  }
  body .content-s1 .notification-card {
    margin-left: 0px;
  }
  body .btn-noti:hover + .notification-hide {
    display: none !important;
  }
  body .notification-hide:hover {
    display: none;
  }
  body .navDiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  body .navDiv .cardDiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
  body .navDiv .cardDiv .form-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  body .navDiv .cardDiv .form-inline .form-search-bar {
    width: 100%;
  }
  body .navDiv .cardDiv .card {
    margin-bottom: 20px;
  }
  body .navDiv .cardDiv .btnCourse {
    max-width: 265px;
    border-radius: 10px;
  }
  body .navDiv .cardDiv .ui-datepicker-trigger {
    max-width: 50%;
    width: 100%;
  }
  body .navDiv .cardDiv .btn-content {
    max-width: 50%;
    width: 100%;
    padding: 23px 0;
  }
  body .navDiv .cardDiv .btn-content-border-cyan {
    margin-left: 2%;
  }
  body .navDiv .cardDiv .navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .navDiv .cardDiv .navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  body .paginationDiv.pagination-mobile .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .paginationDiv.pagination-mobile .pagination .btnPrev, body .paginationDiv.pagination-mobile .pagination .btnNext {
    min-width: 50px;
  }
  body .paginationDiv.pagination-mobile .pagination .btnPrev .mr-3, body .paginationDiv.pagination-mobile .pagination .btnNext .mr-3 {
    margin-right: 0 !important;
  }
  body .paginationDiv.pagination-mobile .pagination .btnPrev .ml-3, body .paginationDiv.pagination-mobile .pagination .btnNext .ml-3 {
    margin-left: 0 !important;
  }
  body .packageDiv {
    margin: 0 !important;
  }
  body .add-course-progress .progress-text {
    display: none !important;
  }
  body .status-checkbox .switch-button {
    width: 300px;
    padding-right: 150px;
  }
  body .status-checkbox .switch-button:before {
    width: 150px;
  }
  body .status-checkbox .switch-button-checkbox + .switch-button-label:before {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  body .content-s6 .icon-top-left {
    margin: auto;
  }
}

@media screen and (max-width: 576px) {
  body .content-s7-edit .carousel-control-prev, body .content-s7-edit .carousel-control-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: unset;
  }
  body .content-s7-edit .text-sm-center {
    text-align: center;
    margin-top: 20px;
  }
  body .content-s7-edit .m-20 {
    margin: 0 !important;
  }
  body .profitDiv .card {
    border: none;
  }
  body .tableDiv-balance tr:first-child td {
    border-top: none;
  }
  body .profile-button.dropdown-toggle::after {
    display: none;
  }
  body .navbar-nav .mgr20 {
    margin-right: 0 !important;
  }
  body .navbar-nav .mgr20 .btn {
    padding: 15px;
  }
  body .wrapper .content-wrapper {
    padding: 40px 15px;
  }
  body .content-s7-edit .btn-add-edit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .content-s1 .btn-right {
    float: none;
    margin-left: 0;
  }
  body .content-s1 .db-2 .card .card-body .btn {
    float: right;
  }
  body .content-s1 .revenue-label {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  body .content-s1 .revenue-label .lb-3 {
    margin: 0 15px;
  }
  body .mobile-optimised {
    word-wrap: break-word;
    font-size: 1rem;
    border: none;
  }
  body .mobile-optimised thead {
    display: none;
  }
  body .mobile-optimised td {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    background: white;
    padding: 0px 10px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body .mobile-optimised tbody {
    display: block;
  }
  body .mobile-optimised tr {
    display: inline-block;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
    position: relative;
    width: 100%;
    border-radius: 20px;
    margin: 15px 0;
  }
  body .mobile-optimised tr .img-card {
    width: 100%;
    max-width: 576px;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  body .mobile-optimised tr .img-square {
    -o-object-fit: cover;
       object-fit: cover;
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }
  body .mobile-optimised tr .lb-category {
    position: absolute;
    left: 0;
    margin: 15px;
    background-color: #F6BD10;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
  }
  body .mobile-optimised tr td:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  body .mobile-optimised tr td:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
  }
  body .mobile-optimised .lb-status {
    background-color: rgba(51, 173, 136, 0.32);
    color: #F6BD10;
    font-weight: 600;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    border: none;
  }
  body .mobile-optimised .lb-status:focus {
    outline: none;
  }
  body .mobile-optimised .dropdown-toggle:after {
    content: none;
  }
  body .mobile-optimised .dropdown-menu {
    -webkit-transform: translate3d(-180px, 29px, 0px);
            transform: translate3d(-180px, 29px, 0px);
  }
}