img.product-image {
  height: 50px;
  width: 50px;
}

input.upload-file {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.pagination li.page-placeholder {
  margin-top: 5px;
}

.u-pullRight {
  float: right;
  opacity: 0;
}

.media-messaging li.unseen .u-pullRight {
  opacity: 1;
}

.media-messaging li.unseen {
  background: #dce7f5;
}

/**
* Main content to make footer always in bottom even content is smaller
*/
#page-container.page-header-fixed {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 20px;
}

#page-container .footer {
  position: absolute;
  bottom: 0;
}

.form-group .label-control {
  font-weight: 600;
}

.form-group.required .label-control:after {
  color: #d00;
  content: "*";
  margin-left: 5px;
}

/**
 * Info Box
 */
.info-box {
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  border-radius: .25rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  min-height: 80px;
  padding: .5rem;
  position: relative;
  width: 100%;
}

.info-box .info-box-icon {
  border-radius: .25rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  color: white;
}

.info-box .info-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 120%;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.info-box .info-box-text, .info-box .progress-description {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box .info-box-number {
  display: block;
  margin-top: .25rem;
  font-weight: 700;
}

/*  END of info-box */

/* ///////////// START GENERAL /////////////// */
.text-bold {
  font-weight: bold;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

td.text-ellipsis {
  max-width: 0;
}

table.td-25 tr td {
  width: 25%;
}

.w-100p {
  width: 100% !important;
}

.elem-center {
  margin: auto;
}

.btn-back {
  float: right;
}

.card .card-title {
  line-height: 30px;
  font-weight: bold;
}

.button-form-row>div {
  display: flex;
}

/* ///////////// END GENERAL /////////////// */

/* css list with numeber circle background -------------- */
ul.ec2-history {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-bottom: 4em;
}

ul.ec2-history li {
  margin: 0 0 0 2em;
}

.ec2-history a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #FFF;
  color: #444;
  text-decoration: none;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}

.ec2-history a:hover {
  background: #cbe7f8;
  text-decoration: underline;
}

.ec2-history a:before {
  content: '';
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  color: #FFF;
}

li.ec2-history-item.START a:before {
  background: blue;
}

li.ec2-history-item.STOP a:before {
  background: yellow;
}

li.ec2-history-item.TERMINATE a:before {
  background: red;
}

/* End css list with numeber circle background -------------- */


.w-400 {
  width: 400px;
}

.m-center {
  margin: auto;
}

span.modal-subtitle {
  width: 100%;
  text-align: center;
}

span.subtitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

span.origin-price {
  text-decoration: line-through;
  color: #d4d4d4;
}

table th.action-col-1 {
  width: 50px;
}

table th.action-col-2 {
  width: 100px;
}

table th.switch-col {
  width: 60px;
}

.login-header img {
  width: 50px;
  height: 50px;
}

.btn-view {
  background-color: #fd3985;
  padding: 10px 51px;
  color: white;
  max-width: 150px;
}

.btn-view:hover {
  background-color: #ff0062;
  color: white;
}

/* Start Shop page css list with numeber circle background -------------- */
.shop-row {
  height: 100px;
  border: #87ceeb 1px solid;
  border-radius: 25px;
}

.shop-row>div {
  display: flex;
  align-items: center;
}

.shop-row .view-link {
  flex-direction: row-reverse;
}

.shop-row .view-link>a {
  margin-right: 20px;
}

.shop-row .shop-logo {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  margin-left: 40px;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
  justify-content: center;
}

.shop-row .shop-logo>i {
  font-size: 40px;
  color: #e7136f;
}

/* End Shop page list with numeber circle background -------------- */
/* Start Appointment page css list with numeber circle background -------------- */
#calendar {
  height: 580px;
}

#calendar .toastui-calendar-week-view-day-names {
  overflow-y: unset;
}

#calendar .toastui-calendar-timegrid {
  min-height: 2000px !important;
}

#calendar .toastui-calendar-time {
  height: calc(100% - 25px) !important;
}


.appointment-icon {
  margin: 0 10px;
}

.card-form-input {
  margin: 0 0 20px 0;
}

/* End Appointment page list with numeber circle background -------------- */

/* Start Product page css list with numeber circle background -------------- */
.product-card {
  height: 480px;
}

.product-card-image {
  height: 440px;
}

.product-upload-image {
  text-align: center;
}

.product-image-preview {
  /* background-color: #e64a89; */
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
  margin: 0 0 10px 0;
}

.product-image-preview img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  /* height: 200px;
  max-width: 400px; */
  object-fit: contain;
}

.product-color-option {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* End Product page list with numeber circle background -------------- */


/* Start EditProfile page list with numeber circle background -------------- */
.company-card-image {
  height: 300px;
}
/* End EditProfile list with numeber circle background -------------- */

/* Custom dashboard */
.recent-rating-chart {
  
}

/* End Custom dashboard */

.toastui-calendar-event-time-content{
  padding: 0 !important;
}
.toastui-calendar-template-time{
  height: 100%;
  padding: 0 !important;
}

.toastui-calendar-event-time{
  border: none !important;
  max-width: 160px !important;
}

.toastui-calendar-daygrid-cell{
  background-color: #e3cfb6 !important;
}

/****************************** SELECT2 *****************************/
/* Ẩn select multiple ban đầu */

/****************************** SELECT2 *****************************/