[v-cloak] {
    display: none;
}
.menu {
    border-radius: 10px;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .menu .separator {
    border-top: 1.5px solid #42434a;
  }

  .menu .list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 10px;
  }

  .menu .list .element {
    display: flex;
    align-items: center;
    color: #7e8590;
    gap: 10px;
    transition: all 0.3s ease-out;
    padding: 4px 7px;
    border-radius: 6px;
    cursor: pointer;
  }

  .menu .list .element svg {
    width: 19px;
    height: 19px;
    transition: all 0.3s ease-out;
  }

  .menu .list .element .label {
    font-weight: 600;
  }

  .menu .list .element:hover {
    background-color: #5353ff;
    color: #ffffff;
    transform: translate(1px, -1px);
  }
  .menu .list .delete:hover {
    background-color: #8e2a2a;
  }

  .menu .list .element:active {
    transform: scale(0.99);
  }



  .menu .label_menu{
    margin: 8px !important;
  }
  /* box-admin */
  .w-full {
    width: 100%;
  }
  .w-150 {
    width: 150px;
  }
  .admin-table-list th {
    background: #57BC65;
    color: #ffffff;
  }
  .admin-box-header {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
  }
  .admin-box-header h2 {
    color: #57BC65;
  }
  .admin-box-body {
    padding-top: 15px;
  }
  .admin-hr {
    padding-top: 20px;
    border-top: 1.5px solid #000;
  }
  .f-size-15 {
    font-size: 15px;
  }
  .f-size-20 {
    font-size: 20px;
  }
  .f-size-25{
    font-size: 25px;
  }
  .f-weight-700 {
    font-weight: 700;
  }
  .color-3900DB {
    color: #3900DB !important;
  }
  .color-1E34A3{
    color: #1E34A3 !important;
  }
  .color-000 {
    color: #000;
  }
  .admin-top-sidebar {
    background: #000 !important;
  }
  .gap-8 {
    gap:8px;
  }

  .image-logo {
    height: 52px;
    margin-left: 15px;
  }
  /* css input switch */
  .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 25px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2E2E2;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0; /* Reset margin for label */
    display: block; /* Ensure it fills the container */
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  input:checked + .slider {
    background-color: #81D4FA;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #81D4FA;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 30px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  .btn-background-D9D9D9 {
    background: #D9D9D9;
  }
  .btn-background-F40202{
    background: #F40202;
  }
  .btn-background-CE4740{
    background: #CE4740;
  }
  .btn-background-57BC65{
    background: #57BC65;
  }
  .btn-border-ddd {
    border: 1px solid #ddd !important;
  }
  .bg-000{
    background: #000;
  }

  .color-fff{
    color: #fff;
  }
  .color-D9D9D9{
    color: #D9D9D9;

  }
  .cursor-pointer{
    cursor: pointer;
  }
  .cursor-move {
    cursor: move;
  }
  .btn-background-3900DB {
    background: #3900DB;
  }
  .admin-checkbox {
    width: 20px;
    height: 20px;
    color: #333;
  }
  .admin-btn-delete{
    color: #F40202;
    fill : #F40202;
    cursor: pointer;
  }
  .modal-dialog-create {
    width: 350px;
    height: auto;
  }

  #sortableList li.ui-sortable-helper {
    background-color: #f39c12;
    color: white;
  }
  #sortableList li.ui-state-active {
    background-color: #2980b9;
    color: white;
  }
  .input_number_admin {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

.input_number_admin::-webkit-inner-spin-button,
.input_number_admin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input_number_admin {
    -moz-appearance: textfield;
}
.with-limit {
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  transition: all 0.3s ease;
}

.with-limit-bet {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  transition: all 0.3s ease;
}

.admin-box-btn {
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .9rem;
  line-height: 1.6;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* Hide the arrow icons in input[type="number"] for WebKit browsers (Chrome, Safari) */
.no-arrows::-webkit-outer-spin-button,
.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 ;
}

/* Hide the arrow icons in input[type="number"] for Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

.menu-on-mobile{
  padding: 10px 5px;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .menu-on-pc{
    display: none;
  }
  .menu-on-mobile{
    display: block;
  }
  .btn ,.admin-box-btn{
    padding: 5px 10px !important;
    font-size: 12px;
  }
  .admin-btn-update-category{
    margin-top: 10px;
    margin-left: 15px !important;
  }


}
#toggleMenu {
  cursor: pointer;
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  background-color: #333;
  color: white;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 100;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
}

#menu ul li {
  padding: 15px 20px;
}

#menu ul li a {
  color: white;
  text-decoration: none;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu.visible {
  transform: translateX(0);
}

/* Ẩn menu */
#menu.hidden {
  transform: translateX(-100%);
}

.admin-height-35{
  height: 35px;
}

.radio-custom {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  color: #6D6565;
  gap: 15px;
  cursor: pointer;
}

[v-cloak] {
    display: none;
}

.df-db {
    display: flex;
}

.sp-col-4-8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 500px) {
    .df-db {
        display: block;
    }
    .sp-col-4-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        padding-right: 15px;
        padding-left: 15px;
    }
}



.flatpickr-input {
      font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
      background-color: white;
      border: 1px solid #ced4da;
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 14px;
  }

  .flatpickr-calendar {
      font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }

  .jp-date-input {
      position: relative;
  }

  .jp-date-input .flatpickr-input {
      width: 100%;
  }
