html,
body {
  font-family: "Montserrat", sans-serif;
}

.otp-custom {
  font: normal normal normal 18px/24px Montserrat;
  letter-spacing: 0px;
  color: #1089e2;
}

.otp-custom::placeholder {
  color: #b8aeae;
}

.phone-custom {
  font: normal normal normal 14px/19px Montserrat;
  letter-spacing: 0px;
  color: #5f6064;
}

.btn-biru-custom {
  background-color: #1089e2;
  border-color: #1089e2;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  width: 142px;
  height: 47px;
}
.btn-biru-custom:hover {
  background-color: #1080d3;
  border-color: #1080d3;
  color: #ffffff !important;
}
.btn-biru-custom:focus,
.btn-biru-custom:active {
  background-color: #1075bf !important;
  border-color: #1075bf !important;
  color: #ffffff !important;
}

.btn-hijau-custom {
  background-color: #4bc19e;
  border-color: #4bc19e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  width: 142px;
  height: 47px;
}
.btn-hijau-custom:hover {
  background-color: #44ad8e;
  border-color: #44ad8e;
  color: #ffffff !important;
}
.btn-hijau-custom:focus,
.btn-hijau-custom:active,
.btn-hijau-custom::after {
  background-color: #409b80 !important;
  border-color: #409b80 !important;
  color: #ffffff !important;
}

.color-yellow {
  color: #f0cd16;
}

.color-hijau {
  color: #4bc19e;
}

.hr-custom {
  border-color: #0000004d;
}

.progressbar {
  counter-reset: step;
  text-align: left;
  width: 100%;
  padding-left: 0px !important;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 24%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0px;
  color: #00000080;
  opacity: 1;
}

@media (min-width: 320px) and (max-width: 381px) {
  .progressbar li {
    list-style: none;
    display: inline-block;
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0px;
    color: #00000080;
    opacity: 1;
  }
}

@media (min-width: 1037px) and (max-width: 1192px) {
  .progressbar li {
    font-size: 10px;
  }
}

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #ebedf1;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #ebedf1;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0000004d;
  top: 20px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #00000080;
}
.progressbar li.active:before {
  border-color: #108ae2;
  background-color: #108ae2;
  color: #ffffff;
}
.progressbar li.done:before {
  border-color: #4bc19e;
  background-color: #4bc19e;
  color: #ffffff;
}
.progressbar li.active + li:after {
  background-color: #0000004d;
}

.border-right-col {
  border-right: 1px solid #0000004d !important;
  opacity: 1;
}

.text-bottom {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #3d2727;
  opacity: 1;
}

.select-custom {
  height: 35px;
  border: 1px solid #b8aeae;
  border-radius: 5px;
  opacity: 1;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
  color: #3d2727;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAxIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpzdmdqcz0iaHR0cDovL3N2Z2pzLmNvbS9zdmdqcyI+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwMDIiPjwvZGVmcz48ZyBpZD0iU3ZnanNHMTAwOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC45MTY3LDAsMCwwLjkxNjcsMTEuOTk1MjAxMjcxMDU3MTQxLDExLjk5NTIwMTI3MTA1NzE0MSkiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjg4IiBoZWlnaHQ9IjI4OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjg0LjkyOSAyODQuOTI5IiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEKCQlMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIKCQljMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcKCQljMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBmaWxsPSIjYTNhNmFlIiBjbGFzcz0iY29sb3IwMDAgc3ZnU2hhcGUiPjwvcGF0aD48L3N2Zz48L2c+PC9zdmc+");
  background-size: 13px;
}

.text-header-top {
  text-align: left;
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: 0px !important;
  color: #000000 !important;
  opacity: 1;
  margin-bottom: 0px;
}

.text-header-bottom {
  font: normal normal normal 14px/19px Montserrat;
  letter-spacing: 0px;
  color: #b8aeae;
  margin-bottom: 10px;
}

.text-header-bottom-2 {
  text-align: left;
  font: normal normal normal 14px/19px Montserrat;
  letter-spacing: 0px;
  color: #676b75;
  opacity: 1;
  width: 396px;
}

.text-header-bottom-3 {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.text-header-bottom-link {
  color: #1089e2;
}

.col-form {
  margin-bottom: 15px;
}

.col-form-2 {
  margin-bottom: 30px;
}

.btn-green-custom {
  background: #4bc19e 0% 0% no-repeat padding-box;
  border-color: #4bc19e;
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
}

.btn-green-custom:hover {
  background: #44ad8e 0% 0% no-repeat padding-box;
  border-color: #44ad8e;
  color: #ffffff !important;
}

.btn-green-custom:active {
  background: #409b80 0% 0% no-repeat padding-box;
  border-color: #409b80;
  color: #ffffff !important;
}

#otp-form {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #c4bebe;
  width: 40px;
  text-align: center;
  padding: 2px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 33px;
}

body {
  font-size: 15px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#loginButton {
  background-color: #5eb884;
}

input[type="number"] {
  -moz-appearance: textfield;
}

h4 .badge {
  padding: 5px 12px;
  font-size: 16px;
}

.container-count {
  font-size: 14px;
  color: #a3a6ae;
}

.bg-gradient {
  background: linear-gradient(90deg, #1089e2, #4bc19e);
}

.text-gray {
  color: #a3a6ae !important;
}

.btn-light,
.btn-link,
.btn-select,
.btn-profile {
  box-shadow: none !important;
}

.btn-cancel {
  background-color: #fff;
  color: #a3a6ae;
  border: 1px solid #dce0e9;
  box-shadow: none !important;
}

.btn-cancel:hover {
  color: #080d3a;
}

.btn-cancel:hover {
  border: 1px solid #dce0e9;
  color: #5f6064;
}

.btn-filter {
  border: 1px solid #dce0e9;
  text-align: left;
  box-shadow: none !important;
}

.btn-filter .icon {
  margin-top: 4px;
  float: right;
}

.btn-fab {
  display: inline-block;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}

a.btn-fab {
  text-decoration: none !important;
}

.btn-select {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}

.btn-select:hover {
  background-color: transparent;
  color: #fff;
}

.btn-profile {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding-left: 6px;
  font-size: 15px;
  background-color: transparent;
  color: #fff;
}

.btn-profile:hover {
  background-color: transparent;
  color: #fff;
}

.btn-profile .img-place {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e0e3e8;
}

.btn-profile .profile-name {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.icon-container {
  color: #fff;
  font-size: 30px;
  box-shadow: none !important;
}

.icon-container:hover {
  color: #fff;
  opacity: 0.7;
}

.my-dropdown {
  background-color: #fff;
  border: 1px solid #dce0e9;
  box-shadow: none !important;
}

.my-dropdown::after {
  color: #5f6064 !important;
}

.modal .btn-close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #ebedf1;
  color: #5f6064;
  cursor: pointer;
  border: 0;
  font-size: 30px;
  z-index: 1100;
  transition: all 0.2s ease;
}

.modal .btn-close:hover,
.modal .btn-close:focus {
  background-color: #f24343;
  color: #fff;
}

.modal .footer-info .data-product {
  display: inline-block;
  margin-right: 6px;
  font-weight: 500;
  font-size: 14px;
}

.modal .footer-info .data-product span {
  color: #a3a6ae;
}

/*
============   Overlay   ===========
*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 13, 58, 0.6);
  z-index: 100;
}

/* =====  Dialog  ===== */
.open-dialog {
  overflow: hidden;
}

/* =====  Charm  ===== */
.charm {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: #fff;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 7px 0 28px rgba(0, 0, 0, 0.12);
  z-index: 101;
}

.charm.show {
  visibility: visible;
}

.charm-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #1089e2;
  color: #fff;
}

.charm-header > .btn-back {
  margin-left: auto;
  width: 50px;
  height: 100%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.right .btn-back {
  margin-left: 0;
}

.charm-header > .btn-back:hover {
  background: rgba(0, 0, 0, 0.1);
}

.charm-content {
  position: relative;
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.charm .nav-menus {
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}

.charm .nav-menus .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #080d3a;
  opacity: 0.5;
}

.charm .nav-menus .nav-link .badge {
  float: right;
}

.charm .nav-menus .active .nav-link,
.charm .nav-menus .nav-link.active,
.charm .nav-menus .nav-link:hover {
  opacity: 1;
}

.charm .profile-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.charm .profile-info .img-place {
  margin-right: 8px;
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ebedf1;
}

.charm .profile-info .profile-name {
  font-weight: 500;
}

.charm .profile-info .profile-email {
  font-size: 13px;
  color: #080d3a;
  opacity: 0.5;
}

/* Charm animation */
.charm.left {
  left: -100%;
  transition: all 0.3s linear;
}

.charm.left.show {
  left: 0;
}

.charm.right {
  left: auto;
  right: -100%;
  transition: all 0.3s linear;
}

.charm.right.show {
  right: 0;
}

/* ===== Navbar ===== */
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link {
  font-size: 15px;
}

/* ===== Form ===== */
.search-form .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  width: 260px;
}

.search-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* ===== Button ===== */
.btn {
  transition: all 0.2s ease;
}

.btn:hover {
  box-shadow: 0px 4px 8px rgba(95, 96, 100, 0.3);
}

/* =====  Input  ===== */
/* .form-control {
  padding: 8px 12px;
  border-radius: 4px;
  height: 56px;

  transition: all 0.2s ease;
} */

.custom-control-label::before,
.custom-control-label::after {
  width: 16px;
  height: 16px;
}

.input-theme {
  position: relative;
}

.input-theme .form-control:focus {
  border-color: #1089e2;
  box-shadow: 0px 2px 4px #5f606433;
}

.input-theme .floating-label {
  font-size: 14px;
  position: absolute;
  top: 15px;
  left: 8px;
  padding: 0 5px;
  background-color: #fff;
  color: #8a8b8f;
  cursor: text;
  transition: all 0.3s ease;
}

.floating-label1 {
  font-size: 14px;

  position: absolute;
  top: 15px;
  right: 8px;
  padding: 0 5px;
  background-color: #fff;
  color: #8a8b8f;
  cursor: text;
  transition: all 0.3s ease;
}

.input-theme .form-control:focus + .floating-label,
.input-theme .form-control:valid + .floating-label {
  top: -9px;
  font-size: 12px;
}

.input-theme .form-control:focus + .floating-label {
  color: #1089e2;
  font-weight: bold;
}

.input-theme .form-control-sm + .floating-label {
  font-size: 14px;
  top: 4px;
}

.input-theme .form-control-sm:focus + .floating-label,
.input-theme .form-control-sm:valid + .floating-label {
  top: -7px;
  font-size: 10px;
}

.input-theme .form-control-lg + .floating-label {
  font-size: 18px;
  top: 10px;
}

.input-theme .form-control-lg:focus + .floating-label,
.input-theme .form-control-lg:valid + .floating-label {
  top: -10px;
  font-size: 14px;
}

/* ===== Select ===== */
.theme-select {
  display: inline-block;
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 42px;
}

.select2-container--default .select2-selection--single {
  border-color: #dee2e6;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.25;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: unset;
  top: 20px;
  width: 30px;
}

.select2-results__option span {
  text-transform: capitalize;
}

.phone-select {
  width: 80px;
}

.phone-select + .select2-container--default .select2-selection--single {
  border-radius: 4px 0 0 4px;
}

/* ===== Images ===== */
.img-place {
  position: relative;
  display: block;
  overflow: hidden;
}

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

.img-flag {
  width: 20px;
}

/* ===== Stepper ===== */
.stepper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: center; */
  width: 100%;
  margin-bottom: -9%;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ebedf1;
  z-index: -1;
}

.step-item {
  display: block;
  cursor: pointer;
  padding-right: 11%;
}

.step-item .number {
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #ebedf1;
  color: #a3a6ae;
  font-size: 15px;
  text-align: center;
  justify-content: center;

  box-shadow: 0 0 0 4px #fff;
}

.step-item.current .desc,
.step-item.complete .desc {
  color: #5f6064;
}

.step-item.current .number {
  background-color: #1089e2;
  color: #fff;
}

.step-item.complete .number {
  background-color: #4bc19e;
  color: #fff;
}

.step-item .desc {
  margin-top: 6px;
  color: #a3a6ae;
  font-size: 10px;
}

/* otp  */
#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(
    to left,
    black 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
}

#otp-input {
  padding: 0px;
  padding-left: 4px;
  letter-spacing: 24px;
  border: 0;
  background-image: linear-gradient(
    to left,
    #167ffc 70%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 33px 1px;
  background-repeat: repeat-x;
  background-position-x: 19px;
  width: 100%;
  min-width: 220px;
  margin-bottom: 0px;
}

#otp-content {
  left: 0;
  position: sticky;
  text-align: center;
}

#otp-holder {
  width: 190px;
  overflow: hidden;
}
/* Auth */
.auth-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.auth-config {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.auth-container .img-wrap {
  min-height: 100vh;
}

.auth-container .img-wrap {
  display: flex;
  align-items: center;
}

.auth-container .img-place {
  width: 320px;
  height: 320px;
}

.auth-container .select-lang {
  align-items: center;
  font-size: 14px;
  color: #a3a6ae;
}

.auth-container .select-lang label {
  margin-right: 14px;
  margin-bottom: 0;
}

.auth-container .select-lang select {
  flex: auto 0 0;
  width: auto;
  border-radius: 4px !important;
}

.auth-container .custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
}

.auth-container .custom-control-label {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #b8aeae;
  opacity: 1;
}

.auth-container .stepper {
  transform: translateY(-30px);
}

.auth-container .btn {
  min-width: 120px;
}

.login_area > .row > *,
.register_area > .row > * {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.login_area .auth-content-wrapper,
.register_area .auth-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.align-items-center {
  /* position: absolute; */
}

.login_area .auth-content-wrapper {
  position: absolute;
  top: 115px;
  left: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 475px;
}

.login_area .auth-content-wrapper-2 {
  position: absolute;
  top: 45px;
  left: 40px;
  right: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.login_area .auth-content-wrapper2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 475px;
}

@media (min-width: 992px) {
  .login_area > .row > :nth-child(1) {
    border-right: none;
  }

  .register_area > .row > :nth-child(2) {
    border-left: none;
  }

  .register_area .auth-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.icon-helper {
  position: absolute;
  top: 6px;
  right: 5px;
  visibility: hidden;
}

.icon-helper .btn {
  display: none;
  padding: 0 10px;
  min-width: unset;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #5f6064;
  box-shadow: none;
}

.icon-helper .btn.active {
  display: block;
}

.icon-helper .btn i {
  margin: 0;
}

.password-rules {
  background-color: #f5f6f8;
  border-radius: 4px;
  padding: 15px;
}

.password-rules ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 13px;
}

.password-rules ul li {
  color: #a3a6ae;
}

.password-rules ul li::before {
  content: "\e994";
  display: inline-block;
  margin-right: 6px;
  font-family: "maicons";
  font-size: 16px;
  vertical-align: middle;
}

.password-rules ul li.active {
  color: #1089e2;
}

.file-tax-wrapper {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 24px;
  width: 120px;
  height: 110px;
  border-radius: 12px;
  border: 1px solid #dce0e9;
}

/* ===== Banner ===== */
.promotional-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #080d3a;
  color: #fff;
  height: 35px;
}

.promotional-banner p {
  margin-bottom: 0;
  color: inherit;
  font-size: 14px;
}

.promotional-banner .btn-close {
  display: inline-block;
  margin-left: 8px;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: #e0e3e8;
  color: #5f6064;
}

/* ===== Page ===== */
.home-slideshow {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
  background-color: #ebedf1;
}

.page-section {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .page-section .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.form-search-filter .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px !important;
}

.form-search-filter button {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: none;
  background-color: #ebedf1;
  color: #5f6064;
  border-radius: 2px;
}

.wrap-filter {
  display: block;
  width: 100%;
  padding: 16px 24px;
  box-shadow: 0px 4px 16px #080d3a1a;
}

.wrap-filter .custom-control {
  margin-bottom: 8px;
}

.row-card-category .item {
  padding: 16px;
}

.row-card-category .item .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #e0e3e8;
}

.row-card-category .item .img-item {
  margin-right: 12px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #eee;
}

.row-card-category .item .category-name {
  font-weight: 500;
}

.row-card-category .item .category-name a {
  color: #5f6064;
  text-decoration: none !important;
}

.row-card-category .item .category-name a:hover {
  color: #1089e2;
}

.row-card-category .item .product-count {
  font-size: 12px;
  color: #a3a6ae;
}

.grid-flags {
  text-align: center;
}

.grid-flags .item {
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  padding: 16px 10px;
  width: 140px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  transition: all 0.2s ease;
}

.grid-flags .item:hover {
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(8, 13, 58, 0.102);
}

.grid-flags img {
  width: 32px;
}

.grid-flags .flag-name {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #a3a6ae;
}

.supplier-card {
  display: block;
  margin: 0 auto;
  padding: 20px;
  max-width: 220px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0e3e8;
}

.supplier-card .img-place {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e0e3e8;
}

.supplier-card .supplier-name {
  text-align: center;
  color: #080d3a;
  margin-bottom: 0;
}

.title-strip {
  padding: 16px;
  background: linear-gradient(90deg, #1089e2, #4bc19e);
  color: #fff;
  width: 100%;
  text-align: center;
}

.title-strip h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

/* Filter */
.filter-view .btn {
  box-shadow: none !important;
}

.card-product {
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 auto;
}

.card-product .img-place {
  display: block;
  height: 160px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 16px;
}

.card-product .floating-menu {
  position: absolute;
  right: 6px;
  transform: translateY(-50%);
  margin-top: -25%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.card-product:hover .floating-menu {
  opacity: 1;
  visibility: visible;
}

.card-product .floating-menu .btn {
  display: block;
  padding: 0;
  margin-bottom: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  box-shadow: none !important;
  background-color: #f5f6f8;
  color: #5f6064;
}

.card-product .floating-menu .btn:hover,
.card-product .floating-menu .btn:focus {
  background-color: #1089e2;
  color: #fff;
}

.card-product .product-name {
  color: #5f6064;
  font-size: 18px;
  font-weight: 500;
}

.card-product .product-name a {
  color: #5f6064;
}

.card-product .product-name a:hover {
  color: #1089e2;
  text-decoration: none;
}

.card-product .product-price {
  color: #a3a6ae;
  font-size: 14px;
}

.list-view .card-product {
  display: flex;
  flex-direction: row;
  padding: 16px;
  max-width: unset;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 9px #676b751f;
}

.list-view .card-product .product-img {
  flex-shrink: 0;
  display: block;
  width: 220px;
}

.list-view .card-product .product-content {
  margin-left: 20px;
  width: 100%;
}

.list-view .card-product .product-name {
  font-size: 24px;
}

.card-product .data-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card-product .footer-meta {
  display: block;
}

.card-product .footer-meta > * {
  display: inline-block;
  color: #1089e2;
  font-weight: 500;
  font-size: 16px;
}

.card-product .footer-meta > *:last-child::before {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  color: #5f6064;
}

.card-product .footer-meta span {
  color: #a3a6ae;
}

.card-product .footer-info .data-product {
  display: inline-block;
  margin-right: 6px;
  font-weight: 500;
  font-size: 14px;
}

.card-product .footer-info .data-product span {
  color: #a3a6ae;
}

.side-filter {
  padding: 20px 15px;
  border-radius: 4px;
  box-shadow: 0px 4px 16px #080d3a1a;
}

.side-filter .custom-control {
  margin-bottom: 8px;
}

.wrap-product-single .product-img {
  position: relative;
  display: block;
  width: 100%;
  height: 380px;
  background-color: #ebedf1;
  border-radius: 4px;
}

.wrap-product-single .product-img-thumb {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrap-product-single .product-img-thumb .item {
  display: inline-block;
  margin-right: 6px;
  width: 110px;
  height: 80px;
  background-color: #ebedf1;
  border-radius: 4px;
}

.wrap-product-single .product-img-thumb .item.active {
  box-shadow: 0 0 0 2px #1089e2;
}

.wrap-product-single .product-price {
  color: #1089e2;
  font-weight: 500;
}

.ref-code {
  display: inline-block;
  padding: 4px 8px;
  background-color: #f5f6f8;
  color: #5f6064;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.card-data-quotation {
  display: inline-block;
  padding: 6px 8px;
  background-color: #1089e2;
  border-radius: 4px;
  text-align: left;
  min-width: 120px;
}

.card-data-quotation .card-title {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  opacity: 0.6;
}

.card-data-quotation .card-caption {
  color: #fff;
}

.row-data-container {
  background-color: #f5f6f8;
}

.card-data-container .card-title {
  margin-bottom: 4px;
  color: #080d3a;
  font-weight: 500;
  font-size: 12px;
}

.card-data-container .card-caption {
  color: #1089e2;
  font-weight: 500;
}

.my-datatables thead tr th,
.my-datatables tbody tr td {
  font-size: 14px;
}

/* Buyer dashboard */
.dash-side-content {
  display: block;
  padding: 30px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(8, 13, 58, 0.102);
}

.dash-side-content .header {
  text-align: center;
  margin-bottom: 30px;
}

.dash-side-content .header .img-place {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e0e3e8;
}

.dash-side-content .header .buyer-name {
  display: block;
  font-size: 18px;
  color: #080d3a;
}

.dash-side-content .header .buyer-email {
  display: block;
  font-size: 14px;
  color: #a3a6ae;
}

.dash-side-content .menus .nav-menus {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0;
}

.dash-side-content .menus .nav-menus .nav-link {
  padding-left: 0;
  padding-right: 0;
  color: #676b75;
  transform: color 0.2s ease;
}

.dash-side-content .menus .nav-menus .nav-item {
  position: relative;
}

.dash-side-content .menus .nav-menus .active .nav-link::before,
.dash-side-content .menus .nav-menus .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 3px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background-color: #1089e2;
}

.dash-side-content .menus .nav-menus .nav-link:hover,
.dash-side-content .menus .nav-menus .active .nav-link,
.dash-side-content .menus .nav-menus .nav-link.active {
  color: #1089e2;
}

.dash-side-content .menus .nav-menus .nav-link .icon {
  padding: 0 6px;
}

.dash-main-content {
  display: block;
  margin-bottom: 24px;
  padding: 16px 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 8px 24px rgba(8, 13, 58, 0.102);
}

.dash-main-content .btn {
  font-size: 14px;
}

.dash-form p {
  font-size: 14px;
  color: #a3a6ae;
}

.page-footer {
  border-top: 1px solid #e0e3e8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link {
  position: relative;
  list-style: none;
  display: block;
  padding-left: 0;
}

.footer-link a {
  color: #a3a6ae;
}

.footer-link a:hover {
  color: #5f6064;
}

.listing-product {
  position: relative;
  display: block;
}

.listing-product .item {
  display: flex;
  margin-bottom: 15px;
  flex-direction: row;
  align-items: center;
}

.listing-product .item .data-product {
  flex: 1 1 auto;
  width: auto;
  max-width: auto;
}

.listing-product .item .data-img {
  flex-basis: 100px;
  width: 100px;
  max-width: 100px;
}

.listing-product .item .img-place {
  width: 80px;
  height: 60px;
  border-radius: 4px;
  background-color: #ebedf1;
}

.listing-product .item .product-code {
  font-size: 13px;
  font-weight: 500;
  color: #1089e2;
}

.listing-product .item .product-name {
  font-size: 18px;
  font-weight: 500;
  color: #080d3a;
}

.listing-product .item .product-meta {
  font-size: 13px;
  font-weight: 500;
  color: #a3a6ae;
}

.listing-product .item .meta-name {
  font-size: 18px;
  font-weight: 500;
  color: #080d3a;
}

/* ===== Plugins ===== */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-nav {
  display: block;
  margin: 15px auto;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: inline-block;
  padding: 6px 0 !important;
  background-color: #1089e2;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  padding-right: 14px !important;
  padding-left: 7px !important;
  border-radius: 0 40px 40px 0;
}

.owl-carousel .owl-nav button.owl-prev {
  padding-right: 7px !important;
  padding-left: 14px !important;
  border-radius: 40px 0 0 40px;
}

.owl-carousel .owl-dots {
  display: block;
  margin: 16px auto;
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  margin: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dce0e9;
  transition: all 0.2s ease;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background-color: #1089e2;
}
/* .modal-full{
  min-width: 100%;
  margin-left: 80;
}
.modal-full .modal-content {
  min-height: 10hv;
} */
.custom-modal-dialog {
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.custom-modal-content {
  height: 100%;
  /* min-height: 100%; */
  border-radius: 0;
}
.panel-transparent {
  background: none;
  border: none;
}
.green-soft {
  background-color: #7feecd79;
  padding: 10px;
  color: #4bc19e;
}
.blue-soft {
  background-color: #7fcbee79;
  padding: 10px;
  color: #4b8cc1;
}
.red-soft {
  background-color: #ee7f7f79;
  padding: 10px;
  color: #c14b4b;
}
.yellow-soft {
  background-color: #eedd7f79;
  padding: 10px;
  color: #c1ab4b;
}
.rotate {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 0.5s linear;
}
.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.table_custom tr th {
  width: 8.33%;
  font-size: 12px;
}
.table_custom th {
  width: 8.33%;
  font-size: 12px;
}
.table_custom td {
  width: 8.33%;
  font-size: 14px;
}
.table td img:not(.thumb-image),
.jsgrid .jsgrid-table td img:not(.thumb-image),
.table th img:not(.thumb-image),
.jsgrid .jsgrid-table th img:not(.thumb-image) {
  border-radius: 5px;
}
.table .thead-light th,
.jsgrid .jsgrid-table .thead-light th {
  color: #95a296;
}
.bg-note {
  background-color: #eef1f8;
}
.input-center {
  width: 100px;
  height: 40px;
}
* {
  padding: 0;
  margin: 0;
}

/* .btn-floating{
	position:fixed;
	width:120px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#1089E2;
  color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 10px #999;
}

.my-floating {
  color: #1089E2;
  padding: 5px;
  border-radius: 15px;
  margin-top: 18px;
  background-color: #fff;
} */
.titleCC {
  color: #1089e2;
}
.action ul hr {
  background-color: #fff;
}
.action {
  position: fixed;
  width: 120px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #1089e2;
  color: black;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 2px 2px 10px #999;
}
.action span {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2em;
  transition: 0.3s ease-in-out;
}
.action span i {
  font-size: 20px;
}
/* .action.active span {
  transform: rotate(135deg);
} */
.action ul {
  width: 100px;
  margin-right: 10%;
  position: absolute;
  bottom: 55px;
  background: #fff;
  min-width: 250px;
  padding: 20px;
  border-radius: 10px;
  opacity: 1;
  margin-left: -100px;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  box-shadow: 2px 2px 10px rgba(2, 2, 2, 0.432);
}
.action ul li {
  list-style: none;
  text-decoration: none;
}
.action.active ul {
  bottom: 65px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  margin-bottom: 10%;
}
.action.active ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
}
.action.active ul li a {
  text-decoration: none;
  list-style: none;
}
.whatsapp {
  color: #075e54;
}
.action ul li:hover {
  font-weight: 600;
}
.action ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.action ul li img {
  margin-right: 3px;
  opacity: 0.5;
  transform: scale(0.6);
}
.action ul li:hover img {
  opacity: 0.8;
}
.icon-product-tags {
  margin-left: 160px;
  position: absolute;
  top: 1px;
  z-index: 2;
  color: #fff;
  border-radius: 5px;
}
.icon-product-tags a i {
  color: #fff;
}
.icon-product-tg {
  margin-left: 140px;
  position: absolute;
  top: 1px;
  z-index: 2;
  color: #fff;
  border-radius: 5px;
}
.icon-product-tg a i {
  color: #fff;
}
.icon-product-star {
  margin-left: 170px;
  position: absolute;
  top: 1px;
  z-index: 2;
  color: #fff;
  border-radius: 5px;
}
.icon-product-star a i {
  color: #fff;
}
.side-nav {
  height: auto;
  width: auto;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.9;
  overflow-x: hidden;
  transition: 0.5s;
}
.rotateFilter {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 0.5s linear;
}
.rotateFilter.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotates {
}
