/* input date fix icon trên ios */
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 2.2rem;
  background-color: transparent;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.icon-ios {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
  color: var(--gray-700, #6c757d);
  font-size: 18px;
}

/*end input date fix icon trên ios */


/* fix mau checkbox */
.form-check-input {
  background-color: #bdbdbd;
}

/*icon smm cam xuc */
.reactions input[name="reaction"]:checked+img {
  box-shadow: 0 0 12px #078aff;
  position: relative;
  top: -3px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

/*end icon smm */


/* ẩn block info account trên mobile */
@media (max-width: 1199.98px) {
  #info-account-block {
    display: none !important;
  }
}

/*end ẩn block info account trên mobile */
