.page-content-wrapper.breadcrumb {
  padding-top: 50px;
}

.page-content-wrapper.breadcrumb .breadcrumb {
  margin: 0;
}

.help-block {
  font-size: 12px;
  list-style: none;
  color: #ea553d;
  margin-top: 5px;
}

.btn-save-cancel {
  width: 90px;
}

.hide {
  display: none !important;
}

#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: "Uploaded image result";
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.card-header {
  background-color: #ffffff !important;
}

.btn-icon {
  width: 30px;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.table th a {
  color: #000000;
}

.select2-container {
  width: 100% !important;
}

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}

.daterangepicker.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.daterangepicker {
  top: auto !important;
  position: relative !important;
  z-index: auto !important;
}

.side-menu .topbar-left {
  padding-left: 80px;
}

.form-group.has-error .custom-multi-select {
  border: 1px solid #ea553d;
  border-radius: 0.25rem;
}

.form-group.has-error .select2 {
  border: 1px solid #ea553d;
  border-radius: 0.25rem;
}

.p-r-50 {
  padding-right: 50px;
}

.btn-arrow-group {
  display: flex;
}

.btn-arrow-group .btn-arrow-right,
.btn-arrow-group .btn-arrow-left {
  position: relative;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.btn-arrow-group .btn-arrow-right {
  margin-left: 10px;
}

.btn-arrow-group .btn-arrow-left {
  margin-right: 10px;
}

.btn-outline-primary {
  color: #3490dc;
}

.btn-outline-primary-disable {
  color: #3490dc;
  background: #dddddd;
}

.btn-outline-primary-disable:hover,
.btn-outline-primary-disable:focus {
  color: #3490dc;
  cursor: not-allowed;
}

.btn-primary-disable {
  background-color: darkblue;
  color: white;
}

.btn-primary-disable:hover,
.btn-primary-disable:focus {
  color: white;
  background-color: darkblue;
  cursor: not-allowed;
}

.btn-arrow-right,
.btn-arrow-left {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}

.btn-arrow-right {
  padding-left: 36px;
}

.btn-arrow-left {
  padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
  /* make two squares (before and after), looking similar to the button */
  content: "";
  position: absolute;
  top: 5px;
  /* move it down because of rounded corners */
  width: 22px;
  /* same as height */
  height: 22px;
  /* button_outer_height / sqrt(2) */
  background: inherit;
  /* use parent background */
  border: inherit;
  /* use parent border */
  border-left-color: transparent;
  /* hide left border */
  border-bottom-color: transparent;
  /* hide bottom border */
  border-radius: 0px 4px 0px 0px;
  /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
  transform: rotate(45deg);
  /* rotate right arrow squares 45 deg to point right */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
  transform: rotate(225deg);
  /* rotate left arrow squares 225 deg to point left */
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
  /* align the "before" square to the left */
  left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
  /* align the "after" square to the right */
  right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
  /* bring arrow pointers to front */
  z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
  /* hide arrow tails background */
  background-color: white;
}

.calender-div {
  top: auto !important;
  position: relative !important;
  z-index: auto !important;
}

.form-group.has-error .datetime-picker {
  border: 1px solid #ea553d;
  border-radius: 0.25rem;
}

.tb-scroll {
  display: block;
  overflow: auto;
  max-height: 500px;
  width: 100%;
}

.tb-scroll thead th {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
}

.tb-scroll tbody th {
  position: sticky;
  left: 0;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

input[type=checkbox] {
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  padding: 5px;
  margin-right: 5px;
}

.ck.ck-balloon-panel-container,
.ck.ck-balloon-panel {
  z-index: 10000 !important;
}

.form-switch-sm {
  width: 30px !important;
  height: 15px !important;
}

.top-50 {
  top: 50% !important;
}

.right-10px {
  right: 10px !important;
}

.translateY-50 {
  transform: translateY(-50%) !important;
}

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

.rounded-right {
  border-end-end-radius: 0.25rem !important;
  border-start-end-radius: 0.25rem !important;
}

.border-none {
  border: none !important;
}

.border-left-none {
  border-left: none !important;
}

.customer-date-rang {
  margin-left: -10px;
  width: 350px;
}

.overview-title {
  text-align: center;
  margin: 10px 0px 30px 0px;
}

[v-cloak] {
  display: none;
}

