.btn-red.btn-detail {
  color: #fff !important;
  background: #2d2d2d;
}
.btn-detail {
  background: #6A2FEA;
}
.color-red {
  color: #b72226;
  fill: #b72226;
}
body {
  font-weight: 300;
  font-size: 21px;
}
.form-control {
  font-size: 21px;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgb(234, 240, 250);
}
.btn-has-i {
  padding: 7px 55px 7px 15px;
}
.dropdown-item {
  font-weight: 300;
}
.header .dropdown-menu {
  top: 0px !important;
}
.btn-upload {
  background: #6A2FEA;
}
.pad-left {
  padding-left: 30px !important;
}
.datepicker-pr15 {
  padding-right: 15px !important;
}
.box-paper .area-texta {
  padding: 15px 25px 15px 15px;
}
.icon-file {
  width: 20px;
  height: 20px;
}
.fwc-400 {
  font-weight: 400;
  color: inherit !important;
}
.box-paper .order-input li .oi-inner i {
  color: #6A2FEA;
}
.form-login .btn-gray {
  padding: 12px 35px;
  background: #9e9e9e;
  color: #fff !important;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  position: relative;
}
.sec-inner-bot15 {
  padding: 12px 25px !important;
}
.sec-inner-bot8 {
  margin-bottom: 8px !important;
}
.marg-label {
  margin-bottom: 3px;
}
.cus-inner-area-upload {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.form-control.fw-420 {
  width: 420px;
}
.cus-area-upload {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cus-area-upload .form-control {
  font-size: 12px !important;
}
.cus-area-upload .order-input li {
  padding-left: 7px !important;
}
.cus-area-upload .oi-inner i {
  right: 2px;
}
.btn-review {
  padding: 5px 8px !important;
  text-transform: none;
}
.wrap-spin-60-cus {
  margin-left: 50px !important;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.datepicker-dropdown {
  background-image: none !important;
  padding: 10px !important;
}
.btn-next-left {
  border-radius: 25px 0px 0px 25px;
  padding: 5px 10px;
  background: #e1e1e1;
  border-radius: 20px 0px 0px 20px;
  margin-right: 8px;
}
.btn-next-right {
  padding: 5px 20px;
  background: #e1e1e1;
  border-radius: 0px 20px 20px 0px;
  margin-right: 8px;
}
.navigator-header {
  float: left !important;
  font-size: 20px;
}
.navigator-header i {
  color: #ccc;
}
.navigator-header a {
  margin-left: 10px;
  color: #444;
  font-family: "Mitr";
}
.sidebarnav {
  overflow: auto;
  scrollbar-color: #cdcdcd #f0f0f0;
  scrollbar-width: thin;
}
.sidebarnav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f0f0f0;
  background-color: #f0f0f0;
}
.sidebarnav::-webkit-scrollbar {
  width: 7px;
}
.sidebarnav::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
}
.mw-auto {
  min-width: auto;
}
.mw-25 {
  min-width: 25%;
}
.mw-85px {
  min-width: 85px;
}
.mh-100-px {
  min-height: 100px;
}
.mh-300-px {
  min-height: 300px;
}
.mw-600-px{
  max-width: 600px!important;
}
.container-fluid {
  max-width: none;
}
.table td,
.table th {
  vertical-align: middle;
}
.table thead th {
  vertical-align: middle;
}
.btn-detail{
  text-transform: unset;
}
.btn-detail:hover {
  color: #fff;
}
.checkbox-badge {
  font-size: 12px;
  font-family: "Mitr";
  display: inline-block;
  background-color: #183d7b;
  color: white;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border-radius: 10rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.box-header .checkbox-badge {
  font-size: 14px;
  padding: 0.3em 0.5em 0.5em 0.5em;
}
.upload-area {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #f5f6f8;
  background-image: url("camera-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px;
}
.upload-btn-delete {
  position: absolute;
  margin-top: 10px;
  margin-left: -30px;
}
.upload-btn-delete i {
  color: #ae1533;
}
.form-group small {
  font-size: 12px;
  font-family: "Mitr";
}
.dropdown-item {
  color: #474849;
  padding: 0.4rem 1.5rem;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-item i {
  font-size: 16px;
}
a[data-toggle="dropdown"] .fa-angle-down {
  font-size: 16px;
}
.page-number .page-n-right .form-control {
  width: 80px;
}
button[disabled] {
  cursor: not-allowed;
}
#content-wrapper {
  overflow: auto;
}
.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.bg-orange {
  background-color: #e67200 !important;
}
.modal-close .modal-content .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  z-index: 1;
}
.btn-close {
  box-sizing: content-box;
  width: 0.5em;
  height: 0.5em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/0.5em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.coupon-code-title {
  font-family: "Mitr";
  font-size: 26px;
}
.import-xlsx-title {
  font-family: "Mitr";
  font-size: 22px;
  margin-bottom: 40px;
}
.pr-checkout-no {
  padding-right: 83px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #1c4489;
}
.dup {
  display: none;
}
.dupload {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
}
.duplicate {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.not-duplicate {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.custom-control-label {
  cursor: pointer;
}
.event_show {
  display: flex;
}
.event_hide {
  display: none;
}
.status.c-gray .dotted {
  background: #ccc;
  border: 2px solid rgb(235, 235, 235);
}
.status.c-gray {
  color: #ccc;
}
.table tfoot td {
  vertical-align: middle;
}
.table-custom tfoot td {
  color: #9e9e9e;
  text-align: center;
  font-family: "DBChuanPimRegular", sans-serif;
  font-weight: normal;
  font-weight: 600;
  font-size: 20px;
}
.table-custom tfoot tr td {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.handle{
  cursor:pointer;
  font-size: 15px;
  color: gray;
}
.day.highlight-range{
  color: #dadada;
  background-color: #777;
}
.t-0{
  top: 0px !important;
}
.cursor-pointer{
  cursor:pointer;
}
.orderupList-enter-active,
.orderupList-leave-active {
    transition: opacity 0.4s ease;
}
.orderupList-enter,
.orderupList-leave-to {
    opacity: 0;
}
[v-cloak] {
  display: none;
}
#toast-container > div{
  width: 100%;
}
.img-404{
  opacity: 0.5;
}
.help-block{
  font-size: 18px;
}
button[disabled]{
  opacity: 0.8;
}
.sidebarnav{
  width:13em;
}
.w-150{
  width: 200px;
}
.bg-green {
  background-color: #00AE3F !important;
}
.json-pretty {
  white-space: break-spaces;
}