@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.font-size-10 {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .font-size-10 {
    font-size: 8px;
  }
}

.font-size-11 {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .font-size-11 {
    font-size: 9px;
  }
}

.font-size-12 {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .font-size-12 {
    font-size: 10px;
  }
}

.font-size-13 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .font-size-13 {
    font-size: 11px;
  }
}

.font-size-14 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .font-size-14 {
    font-size: 12px;
  }
}

.font-size-15 {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .font-size-15 {
    font-size: 13px;
  }
}

.font-size-16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .font-size-16 {
    font-size: 14px;
  }
}

.font-size-17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .font-size-17 {
    font-size: 15px;
  }
}

.font-size-18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .font-size-18 {
    font-size: 16px;
  }
}

.font-size-19 {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .font-size-19 {
    font-size: 17px;
  }
}

.font-size-20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-21 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .font-size-21 {
    font-size: 19px;
  }
}

.font-size-22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .font-size-22 {
    font-size: 20px;
  }
}

.font-size-23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .font-size-23 {
    font-size: 21px;
  }
}

.font-size-24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .font-size-24 {
    font-size: 22px;
  }
}

.font-size-25 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .font-size-25 {
    font-size: 23px;
  }
}

.font-size-26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .font-size-26 {
    font-size: 24px;
  }
}

.font-size-27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .font-size-27 {
    font-size: 25px;
  }
}

.font-size-28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .font-size-28 {
    font-size: 26px;
  }
}

.font-size-29 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .font-size-29 {
    font-size: 27px;
  }
}

.font-size-30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .font-size-30 {
    font-size: 28px;
  }
}

.width-10 {
  width: 10px;
}

.width-11 {
  width: 11px;
}

.width-12 {
  width: 12px;
}

.width-13 {
  width: 13px;
}

.width-14 {
  width: 14px;
}

.width-15 {
  width: 15px;
}

.width-16 {
  width: 16px;
}

.width-17 {
  width: 17px;
}

.width-18 {
  width: 18px;
}

.width-19 {
  width: 19px;
}

.width-20 {
  width: 20px;
}

.width-21 {
  width: 21px;
}

.width-22 {
  width: 22px;
}

.width-23 {
  width: 23px;
}

.width-24 {
  width: 24px;
}

.width-25 {
  width: 25px;
}

.width-26 {
  width: 26px;
}

.width-27 {
  width: 27px;
}

.width-28 {
  width: 28px;
}

.width-29 {
  width: 29px;
}

.width-30 {
  width: 30px;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ECECEC;
  color: #BBBBBB;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body .container-fluid {
    padding: 0;
  }
  body .container-fluid > .card {
    padding-top: 0 !important;
  }
  body .container-fluid > .card .card-body {
    padding-top: 0 !important;
  }
}
body .card {
  border: 0px;
  border-radius: 25px;
  box-shadow: none;
}
body .green-text {
  color: #65B741;
}
body .blue-text {
  color: #67AADE;
}
body .orange-text {
  color: #E69166;
}
body .light-gray-text {
  color: #BBBBBB;
}
body .font-weight-700 {
  font-weight: 700 !important;
}
body .font-weight-600 {
  font-weight: 600 !important;
}
body .font-weight-500 {
  font-weight: 500 !important;
}
body .font-weight-400 {
  font-weight: 400 !important;
}
body .font-weight-300 {
  font-weight: 300 !important;
}
body .font-weight-200 {
  font-weight: 200 !important;
}
body .font-weight-100 {
  font-weight: 100 !important;
}
body .text-muted {
  color: #BBBBBB !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 600 !important;
}
body .h-0 {
  height: 0 !important;
}
body .page-title {
  color: #656565;
  font-size: 26px;
  line-height: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body .page-title {
    font-size: 20px;
  }
}
body .page-title img {
  position: relative;
  top: -3px;
  margin-right: 10px;
}
body.bg-body-secondary .app-main {
  background-color: #ECECEC;
}
body .w-30px {
  width: 30px !important;
}
body .w-35px {
  width: 35px !important;
}
body .w-40px {
  width: 40px !important;
}
body .w-45px {
  width: 45px !important;
}
body .w-50px {
  width: 50px !important;
}
body .w-100px {
  width: 100px !important;
}
body .w-150px {
  width: 150px !important;
}
body .w-200px {
  width: 200px !important;
}
body .w-250px {
  width: 250px !important;
}
body .w-300px {
  width: 300px !important;
}
body .w-350px {
  width: 350px !important;
}
body .min-w-50px {
  min-width: 50px !important;
}
body .min-w-100px {
  min-width: 100px !important;
}
body .min-w-150px {
  min-width: 150px !important;
}
body .min-w-200px {
  min-width: 200px !important;
}
body .min-w-250px {
  min-width: 250px !important;
}
body .min-w-300px {
  min-width: 300px !important;
}
body .min-w-350px {
  min-width: 350px !important;
}
body .cursor-pointer {
  cursor: pointer !important;
}
body .btn {
  border-radius: 26px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18.67px;
  border: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  body .btn {
    font-size: 12px;
    padding: 11px 24px;
  }
}
body .btn.btn-success {
  background-color: #65B741;
  border: 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18.67px;
  color: #fff;
}
body .btn.btn-success:hover {
  background-color: rgb(160.1612903226, 213.064516129, 136.935483871);
}
body .btn.btn-secondary {
  background-color: #F5F5F5;
  border: 0px;
  padding: 16px 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18.67px;
  color: #3C3C46;
}
body .btn.btn-secondary:hover {
  background-color: rgb(219.5, 219.5, 219.5);
  color: #3C3C46;
}
body .btn.btn-outline-secondary {
  border: 1px solid #ECECEC;
  background-color: #fff;
  color: #ECECEC;
}
body .btn.btn-outline-secondary:hover {
  background-color: #ECECEC;
  border-color: #ECECEC;
  color: #fff;
}
body .btn.btn-light-default {
  background-color: #ECECEC;
  color: #656565;
}
body .btn.btn-light-default:hover {
  background-color: rgb(210.5, 210.5, 210.5);
}
body .btn.btn-light-success {
  background-color: #EFFFE8;
  color: #65B741;
}
body .btn.btn-light-success:hover {
  background-color: rgb(203.5217391304, 255, 181);
}
body .btn.btn-light-warning {
  background-color: #FFE4D7;
  color: #E69166;
}
body .btn.btn-light-warning:hover {
  background-color: rgb(255, 193.575, 164);
}
body .btn.btn-light-danger {
  background-color: #FFEAEA;
  color: #FF8F8F;
}
body .btn.btn-light-danger:hover {
  background-color: #ffb7b7;
}
body .btn.btn-default {
  background-color: #D9D9D9;
  color: #fff;
}
body .btn.btn-default:hover {
  background-color: rgb(242.5, 242.5, 242.5);
}
body .btn.btn-default.btn-w-icon:before {
  background-color: #fff !important;
}
body .btn.btn-success {
  background-color: #65B741;
  color: #fff;
}
body .btn.btn-success:hover {
  background-color: rgb(129.9314516129, 199.6975806452, 99.3024193548);
}
body .btn.btn-success.btn-w-icon:before {
  background-color: #fff !important;
}
body .btn.btn-warning {
  background-color: #FCAA53;
  color: #fff;
}
body .btn.btn-warning:hover {
  background-color: rgb(252.8742857143, 194.7714285714, 133.1257142857);
}
body .btn.btn-warning.btn-w-icon:before {
  background-color: #fff !important;
}
body .btn.btn-danger {
  background-color: #FF8F8F;
  color: #fff;
}
body .btn.btn-danger:hover {
  background-color: #ffc2c2;
}
body .btn.btn-danger.btn-w-icon:before {
  background-color: #fff !important;
}
body .btn.btn-full-default {
  background-color: rgb(242.5, 242.5, 242.5);
  color: #D9D9D9;
}
body .btn.btn-full-default:hover {
  background-color: white;
}
body .btn.btn-full-default.btn-w-icon:before {
  background-color: #D9D9D9 !important;
}
body .btn.btn-full-success {
  background-color: #B6E5A1;
  color: #65B741;
}
body .btn.btn-full-success:hover {
  background-color: rgb(213.025, 240.05, 200.95);
}
body .btn.btn-full-warning {
  background-color: rgb(252.8742857143, 194.7714285714, 133.1257142857);
  color: #FCAA53;
}
body .btn.btn-full-warning:hover {
  background-color: rgb(253.7485714286, 219.5428571429, 183.2514285714);
}
body .btn.btn-full-danger {
  background-color: #ffc2c2;
  color: #FF8F8F;
}
body .btn.btn-full-danger:hover {
  background-color: #fff5f5;
}
body .btn.btn-outline-success {
  background-color: transparent;
  border: 1px solid #65B741;
  color: #65B741;
}
body .btn.btn-outline-success:hover {
  background-color: #65B741;
  border-color: #65B741;
  color: #fff;
}
body .btn.btn-outline-success.btn-w-icon:hover:before {
  background-color: #fff !important;
}
body .btn.btn-outline-success-light {
  background-color: transparent;
  border: 1px solid #EFFFE8;
  color: #65B741;
}
body .btn.btn-outline-success-light:hover {
  background-color: #65B741;
  border-color: #65B741;
  color: #fff;
}
body .btn.btn-outline-success-light.btn-w-icon:hover:before {
  background-color: #fff !important;
}
body .btn.btn-outline-warning {
  background-color: transparent;
  border: 1px solid #FFE4D7;
  color: #E69166;
}
body .btn.btn-outline-warning:hover {
  background-color: #FCAA53;
  border-color: #FCAA53;
  color: #fff;
}
body .btn.btn-outline-warning.btn-w-icon:hover:before {
  background-color: #fff !important;
}
body .btn.btn-outline-danger {
  background-color: transparent;
  border: 1px solid #FFEAEA;
  color: #FF8F8F;
}
body .btn.btn-outline-danger:hover {
  background-color: #FF8F8F;
  border-color: #FF8F8F;
  color: #fff;
}
body .btn.btn-outline-danger.btn-w-icon:hover:before {
  background-color: #fff !important;
}
body .btn.btn-outline-default {
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}
body .btn.btn-outline-default:hover {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  color: #fff;
}
body .btn.btn-outline-default.btn-w-icon:before {
  background-color: #D9D9D9 !important;
}
body .btn.btn-outline-default.btn-w-icon:hover:before {
  background-color: #fff !important;
}
body .btn.btn-w-icon {
  padding-left: 40px !important;
  position: relative;
}
body .btn.btn-w-icon.new-user:before {
  content: "";
  mask: url("../img/new-user.svg") no-repeat center;
  -webkit-mask: url("../img/new-user.svg") no-repeat center;
  background-color: #65B741;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 20px;
}
body .btn.btn-w-icon.new-user.success:before {
  background-color: #65B741;
}
body .btn.btn-w-icon.new-user.warning:before {
  background-color: #E69166;
}
body .btn.btn-w-icon.new-user.danger:before {
  background-color: #FF8F8F;
}
body .btn.btn-w-icon.new-user.default:before {
  background-color: #656565;
}
body .btn.btn-w-icon.add::before {
  content: "";
  mask: url("../img/icons/plus.svg") no-repeat center;
  -webkit-mask: url("../img/icons/plus.svg") no-repeat center;
  background-color: #65B741;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  left: 20px;
}
body .btn.btn-w-icon.add.success:before {
  background-color: #65B741;
}
body .btn.btn-w-icon.add.warning:before {
  background-color: #E69166;
}
body .btn.btn-w-icon.add.danger:before {
  background-color: #FF8F8F;
}
body .btn.btn-w-icon.add.default:before {
  background-color: #656565;
}
body .btn.btn-w-icon.brush:before {
  content: "";
  mask: url("../img/icons/brush.svg") no-repeat center;
  -webkit-mask: url("../img/icons/brush.svg") no-repeat center;
  background-color: #65B741;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 20px;
}
body .btn.btn-w-icon.brush.success:before {
  background-color: #65B741;
}
body .btn.btn-w-icon.brush.warning:before {
  background-color: #E69166;
}
body .btn.btn-w-icon.brush.danger:before {
  background-color: #FF8F8F;
}
body .btn.btn-w-icon.brush.default:before {
  background-color: #656565;
}
body .btn.btn-w-icon.pencil:before {
  content: "";
  mask: url("../img/icons/pencil.svg") no-repeat center;
  -webkit-mask: url("../img/icons/pencil.svg") no-repeat center;
  background-color: #65B741;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: 20px;
}
body .btn.btn-w-icon.pencil.success:before {
  background-color: #65B741;
}
body .btn.btn-w-icon.pencil.warning:before {
  background-color: #E69166;
}
body .btn.btn-w-icon.pencil.danger:before {
  background-color: #FF8F8F;
}
body .btn.btn-w-icon.pencil.default:before {
  background-color: #656565;
}
body .btn.btn-sm {
  font-size: 12px;
  line-height: 16px;
  padding: 9px 21px;
  max-height: 34px;
}
body .btn.btn-sm.h-40 {
  padding: 12px 21px;
  max-height: 40px;
}
body .btn.btn-sm.h-40::before {
  top: 10px;
}
body .btn.btn-sm-round {
  border-radius: 6px;
}
body .border.border-warning {
  border: 1px solid #FCAA53 !important;
}
body .icon {
  float: left;
  margin-right: 15px;
}
body .icon:last-child {
  margin-right: 0px;
}
body .icon.edit-icon {
  display: block;
  width: 16px;
  height: 17px;
  background-image: url("../img/icons/edit.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .icon.dolar-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/dolar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .icon.copy-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/copy.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .icon.remove-icon {
  display: block;
  width: 17px;
  height: 18px;
  background-image: url("../img/icons/remove.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .icon.pricelist-item-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/pricelist-item.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .toggle-set-button input.is-hidden {
  display: none;
}
body .badge {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 24px;
  font-weight: 700;
  padding: 1px 12px;
  border-radius: 4px;
}
body .badge.badge-lg {
  padding: 6px 21px;
  font-size: 12px;
  line-height: 24px;
}
body .badge.badge-light-default {
  background-color: #ECECEC;
  color: #656565;
}
body .badge.badge-light-success {
  background-color: #EFFFE8;
  color: #65B741;
}
body .badge.badge-light-warning {
  background-color: #FFE4D7;
  color: #E69166;
}
body .badge.badge-light-danger {
  background-color: #FFEAEA;
  color: #FF8F8F;
}
body .badge.badge-default {
  background-color: #D9D9D9;
  color: #fff;
}
body .badge.badge-success {
  background-color: #65B741;
  color: #fff;
}
body .badge.badge-warning {
  background-color: #FCAA53;
  color: #fff;
}
body .badge.badge-danger {
  background-color: #FF8F8F;
  color: #fff;
}
body .badge.badge-full-default {
  background-color: rgb(242.5, 242.5, 242.5);
  color: #D9D9D9;
}
body .badge.badge-full-success {
  background-color: #B6E5A1;
  color: #65B741;
}
body .badge.badge-full-warning {
  background-color: rgb(252.8742857143, 194.7714285714, 133.1257142857);
  color: #FCAA53;
}
body .badge.badge-full-danger {
  background-color: #ffc2c2;
  color: #FF8F8F;
}
body .separator {
  border-top: 1px solid #ECECEC;
}
body .separator.dashed {
  border-top: 1px dashed #ECECEC;
}
body a {
  text-decoration: none;
  color: #65B741;
}
body p {
  margin-bottom: 4px;
}
body .text-label {
  color: #BBBBBB;
  margin-bottom: 4px;
}
body .text-success,
body .text-green {
  color: #65B741 !important;
}
body form .form-group {
  margin-bottom: 14px;
  position: relative;
}
body form .transparent-input {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #3C3C46 !important;
  max-height: 16px;
}
body form .transparent-input:focus {
  box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
}
body form .transparent-input:focus-visible {
  outline: none;
  box-shadow: none;
}
body form .transparent-input.text-success {
  color: #65B741 !important;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 16px;
}
body form .transparent-input[type=number] {
  width: auto;
  min-width: 3ch;
  max-width: 10ch;
  box-sizing: content-box;
}
body form input.form-control {
  background-color: #F9F9F9;
  color: #BBBBBB;
  border: 0;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 18px;
}
body form input.form-control.form-control-lg {
  border-radius: 7px;
  padding: 13px 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body form input.form-control.form-control-lg {
    font-size: 12px;
    padding: 8px 20px;
  }
}
body form input.form-control.rounded {
  border-radius: 18px !important;
}
body form input.form-control::-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}
body form input.form-control::placeholder {
  color: #BBBBBB;
  opacity: 1;
}
body form input.form-control:focus {
  box-shadow: none;
  border: 0px;
  background-color: #F9F9F9;
}
body form input.form-control.search-input {
  padding-left: 40px;
  background-image: url("../img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
}
body form input.form-control.max-h-36px {
  max-height: 36px;
}
body form.white-input .form-control {
  background-color: #fff;
  border-radius: 7px;
  padding: 8px 20px;
}
body form.white-input .form-control:focus, body form.white-input .form-control:focus-visible {
  box-shadow: none;
  border: 0px;
  background-color: #fff;
}
body form.white-input label {
  margin-bottom: 10px;
  color: #919191;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
}
body aside {
  background-color: #FBFBFB;
  width: 72px;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  body aside {
    display: none;
  }
  body aside.open-mobile-menu {
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 0 !important;
  }
  body aside.open-mobile-menu .menu-title {
    display: block !important;
    position: relative;
    top: 4px;
  }
  body aside.open-mobile-menu .logo-box {
    padding: 0 !important;
    margin-top: 0;
  }
  body aside.open-mobile-menu a {
    padding: 7px 20px !important;
    background-color: #F9F9F9;
    color: #656565;
  }
  body aside.open-mobile-menu a i {
    float: left !important;
    margin-right: 17px !important;
  }
  body aside.open-mobile-menu a.active {
    background-color: #EFFFE8 !important;
    color: #65B741 !important;
  }
  body aside.open-mobile-menu .mobile-view {
    padding: 53px 0px 42px 0px;
  }
  body aside.open-mobile-menu .mobile-view .left-logo {
    width: 100%;
    float: left;
    vertical-align: bottom;
    position: relative;
    top: 2px;
  }
  body aside.open-mobile-menu .mobile-view .left-logo img {
    float: left;
    max-height: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  body aside.open-mobile-menu .mobile-view .left-logo img {
    max-height: 12px;
  }
}
@media screen and (max-width: 768px) {
  body aside.open-mobile-menu .mobile-view .responsive-menu-toggle {
    width: 24px;
    height: 14px;
    background-image: url("../img/icons/menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body aside.open-mobile-menu .mobile-view .responsive-menu-toggle.open {
    background-image: url("../img/icons/close.svg");
    background-position: left;
  }
  body aside .thin-sidebar-logo {
    display: none;
  }
}
body aside.thin-sidebar .full-sidebar-logo {
  display: none;
}
body aside.thin-sidebar .sidebar-menu {
  margin: 0px 19px;
}
body aside.thin-sidebar .sidebar-menu a {
  width: 32px;
  margin-bottom: 10px;
  display: block;
}
body aside.thin-sidebar .sidebar-menu a span {
  display: none;
}
body aside.thin-sidebar .sidebar-menu a i {
  margin: 0 auto;
  float: none;
}
body aside.thin-sidebar .sidebar-menu a {
  padding: 7px 0px;
}
body aside.thin-sidebar .sidebar-menu a:hover {
  background-color: #ECECEC !important;
  border-radius: 8px;
}
body aside.thin-sidebar .sidebar-menu a.active {
  background-color: #65B741 !important;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  body aside.thin-sidebar .sidebar-menu a.active {
    background-color: #EFFFE8 !important;
    color: #65B741 !important;
  }
}
body aside.thin-sidebar .sidebar-menu a.active i {
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  body aside.thin-sidebar .sidebar-menu a.active i {
    background-color: #65B741 !important;
  }
}
body aside.thin-sidebar .sidebar-menu .submenu-item .title {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  body aside.thin-sidebar .sidebar-menu .submenu-item .title {
    opacity: 1;
    margin: 30px 0 20px 0;
  }
}
body aside.full-sidebar {
  width: 240px;
  padding: 0 28px;
  transition: width 0.3s;
}
body aside.full-sidebar .thin-sidebar-logo {
  display: none;
}
body aside.full-sidebar.full-opened span {
  display: block !important;
  position: relative;
  top: 4px;
}
body aside.full-sidebar .sidebar-menu a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  padding: 4px 0px 4px 12px;
  margin-bottom: 10px;
}
body aside.full-sidebar .sidebar-menu a i {
  float: left;
}
body aside.full-sidebar .sidebar-menu a span {
  display: none;
}
body aside.full-sidebar .sidebar-menu a:hover {
  background-color: #ECECEC !important;
  border-radius: 8px;
  color: #3C3C46 !important;
  text-decoration: none;
}
body aside.full-sidebar .sidebar-menu a.active {
  background-color: #65B741 !important;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
}
body aside.full-sidebar .sidebar-menu a.active i {
  background-color: #fff !important;
}
body aside.full-sidebar .submenu-item {
  margin-top: 20px;
}
body aside.full-sidebar .submenu-item .title {
  color: #BBBBBB;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
body aside.full-sidebar .submenu-item .title:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background-image: url("../img/arrow-up.svg");
  background-size: cover;
  right: 0;
  top: 6px;
  transform: rotate(180deg);
}
body aside.full-sidebar .submenu-item .submenu-links {
  display: none;
}
body aside.full-sidebar .submenu-item.open .title:after {
  transform: rotate(0deg);
}
body aside.full-sidebar .submenu-item.open .submenu-links {
  display: flex;
}
body aside .logo-box {
  margin-top: 6px;
}
body .app-main {
  background-color: #fff;
  min-height: 100vh;
  margin-left: 72px;
  padding: 18px 0px;
}
@media screen and (max-width: 768px) {
  body .app-main {
    margin-left: 0px;
  }
}
body .app-main .page-title {
  color: #656565;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body .app-main .page-title {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 15px;
  }
}
body .app-main .page-title .badge {
  margin-left: 12px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 768px) {
  body .app-main .page-title .badge {
    top: 0;
    margin-left: 0;
    margin-top: 7px;
  }
}
body .app-main .box-title {
  color: #656565;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}
body .app-main .main-content {
  padding: 20px;
  background-color: #FBFBFB;
  border-radius: 10px;
  min-height: 98vh;
}
body .app-main .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
body .app-main .card.gray-bg {
  background-color: #FBFBFB;
}
body .app-main .card .gray-card {
  border-radius: 10px;
  background-color: #F9F9F9;
  color: #656565;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body .app-main .card .gray-card {
    padding: 12px 20px;
  }
}
body .app-main .card .gray-card .set-price-footer {
  padding: 0;
  border-top: 0;
}
body .app-main .card .gray-card .set-price-footer .btn {
  border-radius: 0;
  width: 100%;
  border-right: 2px solid #fff;
}
body .app-main .card .gray-card .set-price-footer .btn:before {
  display: none;
}
body .app-main .card .gray-card .set-price-footer .btn:last-child {
  border-right: 0;
}
body .app-main .card .card-header {
  background-color: #fff;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
body .app-main .card .card-header h3 {
  color: #656565;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
body .app-main .card .card-header .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .app-main .card .card-header .card-toolbar {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}
body .app-main .card .card-body .box-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body .app-main .card .card-body .toolbar .right-toolbar {
    margin-top: 10px;
  }
  body .app-main .card .card-body .toolbar .right-toolbar > * {
    margin-bottom: 10px;
  }
}
body .app-main .card.mobile-card {
  background-color: #F9F9F9 !important;
  border: 1px solid #F9F9F9 !important;
  border-radius: 16px;
  padding: 14px 20px;
}
body .app-main .card.mobile-card .card-body {
  padding: 0px;
  color: #919191;
  font-size: 10px;
}
body .app-main .card.mobile-card .card-body strong {
  color: #656565;
}
body .app-main .card.mobile-card .card-body .form-check-input {
  border: 1px solid #ECECEC;
  background-color: #fff;
}
body .app-main .card.mobile-card .card-body .form-check-input:checked {
  background-color: #65B741;
  border-color: #65B741;
}
body .app-main .card.mobile-card .card-body .form-check-input:focus {
  box-shadow: none;
  border-color: #65B741;
}
body .top-bar {
  margin-left: 72px;
  padding: 22px 0px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body .top-bar {
    margin-left: 0px;
    padding-top: 53px;
    padding-bottom: 32px;
  }
}
body .top-bar .left-logo {
  width: 100%;
  float: left;
  vertical-align: middle;
}
body .top-bar .left-logo img {
  width: 100%;
  float: left;
  max-height: 16px;
}
@media screen and (max-width: 768px) {
  body .top-bar .left-logo img {
    max-height: 12px;
  }
}
@media screen and (max-width: 768px) {
  body .top-bar #search-bar {
    display: none;
  }
}
body .top-bar #messages {
  width: 20px;
  height: 20px;
  position: relative;
}
body .top-bar #messages span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/message-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .top-bar #notifications {
  width: 20px;
  height: 20px;
  position: relative;
}
body .top-bar #notifications .dropdown-toggle span {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/notification-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body .top-bar #notifications.with-notification:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF8F8F;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -2px;
  border: 2px solid #fff;
}
body .top-bar #notifications .dropdown-menu {
  width: 326px;
}
body .top-bar #notifications .notifications-list {
  font-size: 12px;
  line-height: 16px;
  color: #656565;
  display: block;
}
body .top-bar #notifications .notifications-list li {
  margin-bottom: 13px;
  width: 100%;
  float: left;
  font-weight: 500;
}
body .top-bar #notifications .notifications-list li:last-child {
  margin-bottom: 0px;
}
body .top-bar #notifications .notifications-list li .notification-content {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
body .top-bar #notifications .notifications-list li .notification-icon {
  width: 46px;
  height: 46px;
  background-color: #FBFBFB;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-right: 20px;
}
body .top-bar #notifications .notifications-list li .notification-icon.success-bg {
  background-color: #EFFFE8;
}
body .top-bar #notifications .notifications-list li .notification-icon.primary-bg {
  background-color: #E8F0FE;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-order:after {
  content: "";
  mask: url("../img/notification-new-order.svg") no-repeat center;
  -webkit-mask: url("../img/notification-new-order.svg") no-repeat center;
  background-color: #656565;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 12px;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-order.success:after {
  background-color: #34A853;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-order.primary:after {
  background-color: #67AADE;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-order.warning:after {
  background-color: #E69166;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-item:after {
  content: "";
  mask: url("../img/icon-file.svg") no-repeat center;
  -webkit-mask: url("../img/icon-file.svg") no-repeat center;
  background-color: #656565;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 12px;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-item.success:after {
  background-color: #34A853;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-item.primary:after {
  background-color: #67AADE;
}
body .top-bar #notifications .notifications-list li .notification-icon.new-item.warning:after {
  background-color: #E69166;
}
body .top-bar #notifications .notifications-list li .notification-icon.cart-item:after {
  content: "";
  mask: url("../img/icon-cart.svg") no-repeat center;
  -webkit-mask: url("../img/icon-cart.svg") no-repeat center;
  background-color: #656565;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  right: 12px;
}
body .top-bar #notifications .notifications-list li .notification-icon.cart-item.success:after {
  background-color: #34A853;
}
body .top-bar #notifications .notifications-list li .notification-icon.cart-item.primary:after {
  background-color: #67AADE;
}
body .top-bar #notifications .notifications-list li .notification-icon.cart-item.warning:after {
  background-color: #E69166;
}
body .top-bar #user-info img.avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .top-bar #user-info .sign-out-icon {
  float: left;
  margin-top: -3px;
}
body .top-bar .responsive-menu-toggle {
  width: 24px;
  height: 14px;
  background-image: url("../img/icons/menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body .top-bar .responsive-menu-toggle.open {
  background-image: url("../img/icons/close.svg");
  background-position: left;
}
body .dropdown-toggle {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
body .dropdown-toggle:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("../img/gray-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 45%;
  border: 0;
}
@media screen and (max-width: 768px) {
  body .dropdown-toggle:after {
    display: none;
  }
}
body .dropdown-toggle.no-arrow:after {
  display: none;
}
body .dropdown-toggle.show:after {
  transform: rotate(180deg);
}
body .dropdown-menu {
  top: 10px !important;
  border: 0px;
  box-shadow: 0px 0px 21.4px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
  min-width: 200px;
  padding: 20px;
}
body .dropdown-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
body .dropdown-menu .dropdown-header {
  font-size: 12px;
  font-weight: 600;
  color: #656565;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  float: left;
}
body .dropdown-menu .dropdown-header:first-child {
  margin-top: 0px;
}
body .dropdown-menu a.dropdown-item {
  font-size: 14px;
  line-height: 20px;
  color: #3C3C46;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #FBFBFB;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #656565;
}
body .dropdown-menu a.dropdown-item:hover {
  background-color: #F5F5F5;
  color: #3C3C46;
  text-decoration: none;
}
body .toggle-box {
  position: relative;
  cursor: pointer;
}
body .toggle-box:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("../img/light-gray-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .toggle-box.show:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
body .form-check-custom {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}
body .form-check-custom .form-check-input {
  width: 16px;
  height: 16px;
  margin: 0;
  float: none;
  flex-shrink: 0;
  background-color: #FBFBFB;
  border: 0;
}
body .form-check-custom .form-check-input:checked {
  background-color: #65B741;
}
body .form-check-custom .form-check-label {
  margin-left: 0.55rem;
}
body .table {
  border-collapse: separate;
  border-spacing: 0 6px;
  white-space: nowrap;
}
body .table thead th {
  background-color: #ECECEC;
  border: 0px;
  color: #3C3C46;
  font-size: 10px;
  line-height: 24px;
  font-weight: 600;
  padding: 3px 20px;
  margin-bottom: 6px;
  color: #656565;
}
body .table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
body .table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
body .table thead th .form-check-custom .form-check-input {
  background-color: #fff;
}
body .table thead th .form-check-custom .form-check-input:checked {
  background-color: #65B741;
}
body .table thead th.checkbox-column {
  padding: 8px 5px;
}
body .table tbody tr {
  border-style: hidden;
}
body .table tbody tr:nth-child(even) td {
  background-color: #fff;
}
body .table tbody tr td {
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  padding: 3px 20px;
  margin-bottom: 6px;
  color: #656565;
  vertical-align: middle;
  background-color: #F9F9F9;
  box-shadow: none;
  border: 0;
}
body .table tbody tr td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
body .table tbody tr td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
body .table tbody tr td.checkbox-column {
  padding: 8px 5px;
}
body .table tbody tr td .missing-data {
  display: block;
  min-width: 11px;
  height: 11px;
  background-image: url("../img/red-cross.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body .table tbody tr td .check-data {
  display: block;
  min-width: 13px;
  height: 11px;
  background-image: url("../img/green-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body .table tbody tr td .edit-data {
  display: block;
  min-width: 13px;
  height: 13px;
  background-image: url("../img/pencil.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body .table tbody tr td .remove-data {
  display: block;
  min-width: 14px;
  height: 13px;
  background-image: url("../img/trash.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body .table#product-select-table tr.selected td, body .table.product-check-table tr.selected td {
  background-color: #65B741;
  color: #fff;
}
body .table#product-select-table tr.selected td .form-check-input, body .table.product-check-table tr.selected td .form-check-input {
  background-color: #ECECEC;
  color: #65B741;
}
body .table#product-select-table tr.selected td .form-check-input:checked[type=checkbox], body .table.product-check-table tr.selected td .form-check-input:checked[type=checkbox] {
  background-image: url("../img/icons/green-checkbox-check.svg");
  background-size: 9px 7px;
  background-repeat: no-repeat;
}
body .table#product-select-table tr.selected:hover td, body .table.product-check-table tr.selected:hover td {
  background-color: #65B741;
}
body .table#product-select-table tr:hover td, body .table.product-check-table tr:hover td {
  background-color: #B6E5A1;
}
body .table-scroller {
  width: 100%;
}
body .table-scroller__top {
  height: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  border-radius: 8px;
  margin-bottom: 6px;
}
body .table-scroller__top::-webkit-scrollbar {
  height: 16px;
}
body .table-scroller__top::-webkit-scrollbar-thumb {
  background: #B6E5A1;
  border-radius: 4px;
  background-image: url("../img/green-double-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
body .table-scroller__top::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 4px;
}
body .table-scroller__top {
  scrollbar-width: 16px;
}
body .table-scroller__rail {
  height: 1px;
}
body .table-scroller__body {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .table-scroller__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
body .table-scroller__body {
  -webkit-overflow-scrolling: touch;
}
body .table-scroller__body table {
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
}

.signin-card {
  position: relative;
  width: 482px;
  margin: 0 auto;
  border-radius: 25px !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .signin-card {
    width: 100%;
  }
}
.signin-card .card-body {
  padding-left: 60px;
  padding-right: 60px;
}
.signin-card .card-body .logo {
  margin-top: 56px;
  margin-bottom: 40px;
}
.signin-card .card-body .forgot-password {
  color: #BBBBBB;
  margin: 6px 0;
}
.signin-card .card-body .btn {
  margin-bottom: 30px;
}
.signin-card .card-footer {
  background-color: #EFFFE8;
  padding: 30px 50px;
  border: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.pagination-nav {
  width: 100%;
  text-align: center;
  float: left;
}
.pagination-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-nav ul .page-item {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.pagination-nav ul .page-item:last-child {
  margin-right: 0px;
}
.pagination-nav ul .page-item:hover {
  color: #65B741;
}
.pagination-nav ul .page-item.active .page-link {
  background-color: #65B741;
  color: #fff;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  text-decoration: none;
}
.pagination-nav ul .page-item.active .page-link:hover {
  background-color: rgb(129.9314516129, 199.6975806452, 99.3024193548);
}
.pagination-nav ul .page-item .next, .pagination-nav ul .page-item .prev {
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url("../img/gray-arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination-nav ul .page-item .next {
  transform: rotate(180deg);
}

.vertical-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (max-width: 768px) {
  .vertical-nav ul {
    display: block;
  }
}
.vertical-nav ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #BBBBBB;
  padding: 10px 22px;
  cursor: pointer;
}
.vertical-nav ul li.active {
  background-color: #EFFFE8;
  color: #65B741;
  border-radius: 17.5px;
}
.vertical-nav ul li:hover {
  color: #65B741;
}

.profile-box .avatar.avatar-lg {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-box .name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.icon.dashboard {
  mask: url("../img/menu/dashboard.svg") no-repeat center;
  -webkit-mask: url("../img/menu/dashboard.svg") no-repeat center;
  background-color: #333;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.icon.user {
  mask: url("../img/menu/user.svg") no-repeat center;
  -webkit-mask: url("../img/menu/user.svg") no-repeat center;
  background-color: #333;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.icon.sign-out-icon {
  mask: url("../img/menu/sign-out.svg") no-repeat center;
  -webkit-mask: url("../img/menu/sign-out.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-color: #FF9D9D;
  position: relative;
  display: block;
}
.icon.money {
  mask: url("../img/menu/money.svg") no-repeat center;
  -webkit-mask: url("../img/menu/money.svg") no-repeat center;
  background-color: #333;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}
.icon.page {
  mask: url("../img/menu/page.svg") no-repeat center;
  -webkit-mask: url("../img/menu/page.svg") no-repeat center;
  background-color: #333;
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  padding-right: 34px !important;
}
.select-wrapper:after {
  position: absolute;
  content: "";
  mask: url("../img/icons/select-arrow.svg") no-repeat center;
  -webkit-mask: url("../img/icons/select-arrow.svg") no-repeat center;
  background-color: #65B741;
  width: 7px;
  height: 4px;
  right: 20px;
  top: calc(55% - 2px);
  background-size: contain;
  background-repeat: no-repeat;
}
.select-wrapper.select-arrow-warning:after {
  background-color: #E69166;
}

@media screen and (max-width: 768px) {
  .sign-layout {
    max-height: 100vh;
    overflow: hidden;
  }
  .sign-layout .container, .sign-layout .app-main {
    padding: 0;
  }
  .sign-layout .align-items-center {
    min-height: 100vh;
    align-items: flex-start !important;
  }
  .sign-layout .signin-card {
    border-radius: 0 !important;
  }
  .sign-layout .signin-card .card-body {
    padding-left: 38px;
    padding-right: 38px;
  }
  .sign-layout .signin-card .card-footer {
    min-height: 50vh;
  }
  .sign-layout .signin-card .logo {
    padding-top: 96px;
  }
  .sign-layout .signin-card .card-body .btn {
    margin-bottom: 31px;
    font-size: 12px;
  }
  .sign-layout .signin-card .card-footer p {
    font-size: 12px;
  }
  .sign-layout .signin-card .card-footer img {
    max-width: 52px;
  }
}

@media screen and (max-width: 768px) {
  #frm-newPriceListForm .card {
    padding: 0;
  }
  #frm-newPriceListForm .card .card-body {
    padding-top: 0;
  }
}

i.sorting-icon {
  width: 10px;
  height: 10px;
  background-image: url("../img/sorting-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
i.close-gray {
  width: 4.5px;
  height: 4.5px;
  background-image: url("../img/icons/close-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.w-\[5\%\] {
  width: 5%;
}

.w-\[10\%\] {
  width: 10%;
}

.w-\[15\%\] {
  width: 15%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[33\%\] {
  width: 33% !important;
}

.w-\[35\%\] {
  width: 35%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[45\%\] {
  width: 45%;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[55\%\] {
  width: 55%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[75\%\] {
  width: 75%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[85\%\] {
  width: 85%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.font-s-\[10px\] {
  font-size: 10px;
}

.font-s-\[11px\] {
  font-size: 11px;
}

.font-s-\[12px\] {
  font-size: 12px;
}

.font-s-\[13px\] {
  font-size: 13px;
}

.font-s-\[14px\] {
  font-size: 14px;
}

.font-s-\[15px\] {
  font-size: 15px !important;
}

.font-s-\[16px\] {
  font-size: 16px;
}

.font-s-\[17px\] {
  font-size: 17px;
}

.font-s-\[18px\] {
  font-size: 18px;
}

.font-s-\[19px\] {
  font-size: 19px;
}

.font-s-\[20px\] {
  font-size: 20px;
}

.font-s-\[21px\] {
  font-size: 21px;
}

.font-s-\[22px\] {
  font-size: 22px;
}

.font-s-\[23px\] {
  font-size: 23px;
}

.font-s-\[24px\] {
  font-size: 24px;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.text-underline {
  text-decoration: underline;
}

.text-no-underline {
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}/*# sourceMappingURL=design.css.map */