﻿/*submenu*/
.v-navigation-drawer .user-box {
  border-bottom: 1px solid #555e81;
}
.v-navigation-drawer .user-box .username {
  font-size: 18px !important;
}
.v-navigation-drawer .v-list .v-list-item {
  color: #fff;
}
.v-navigation-drawer .v-list .v-list-item .v-list-item-title {
  font-size: 15px;
  font-weight: 400;
}
.v-navigation-drawer .v-list .v-list-item .btn-logout {
  height: 30px;
  width: 80px;
  text-align: center;
}
.v-navigation-drawer .v-list .btn-logout {
  cursor: pointer;
}
.v-navigation-drawer .v-list .btn-logout:hover {
  background: #363c51;
}

/*header tab menu*/
.nav-tab .nav-item a {
  color: #000;
  position: relative;
  min-width: 50px;
  padding: 0;
  font-size: 16px;
  padding-bottom: 10px;
  margin-right: 40px;
}
.nav-tab .nav-item .router-link-exact-active::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 30px;
  background: #2144db;
}

/*table filter*/
.filter-box {
  border-bottom: 1px solid #dfe0e5;
}
.filter-box select {
  padding: 0 10px;
  height: 40px;
  min-width: 150px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-position: calc(100% - 12px) center !important;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-color: #d7dce1;
}
.filter-box .date-box {
  margin-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-box .date-box input {
  position: relative;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  background: #eaeff3;
}
.filter-box .date-box input::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  color: #555;
}
.filter-box .date-box input:hover:after {
  color: #0166b5;
}
.filter-box .date-box input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
.filter-box .date-box input::-webkit-inner-spin-button {
  z-index: 1;
}
.filter-box .date-box input::-webkit-clear-button {
  z-index: 1;
}
.filter-box .date-box span {
  margin: 0 10px;
}
.filter-box .v-btn {
  height: 40px;
}

.v-table td {
  font-weight: 500;
}
.v-table td img {
  width: 30px;
  margin: 0 3px;
}
.v-table td a, .v-table td button {
  height: 30px !important;
  font-weight: 400 !important;
}
.v-table td .ball-box {
  position: relative;
}
.v-table td .ball-box .ball-num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.v-table td .form-check-input:checked {
  background-color: #6d91e2;
  border-color: #6d91e2;
}
.v-table td.order {
  width: 100px;
}
.v-table td span.board {
  color: #d7731a !important;
}
.v-table td span.mini {
  color: #01b3b5 !important;
}
.v-table td span.slots {
  color: #5ec5f0 !important;
}
.v-table td span.forex {
  color: #7e4eaf !important;
}

.info-box {
  width: 800px;
}
.info-box .form-group .input-group .form-control {
  height: 45px;
  max-width: 100%;
}
.info-box .form-group .input-group .v-btn {
  height: 45px;
  box-shadow: none;
  background: rgb(107, 116, 129);
  color: #fff;
  margin-left: 10px !important;
}
.info-box .save-btn-box .v-btn {
  width: 150px !important;
  height: 45px;
  font-size: 14px;
}

/*bottom pagination*/
.pagination-box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.pagination-box button {
  border-radius: 5px;
  width: 35px;
  border: none;
  height: 35px;
  font-size: 16px;
  transition: 0.2s;
}
.pagination-box button.btn-prev {
  margin: 0 10px;
  margin-left: 20px;
}
.pagination-box button.btn-next {
  margin: 0 10px;
  margin-right: 20px;
}
.pagination-box button:hover {
  background: #0166b5;
}

/*category-box*/
.category-box {
  height: 70px;
}
.category-box .form-check {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.category-box .form-check .form-check-label {
  color: #494949;
  font-weight: 500;
  font-size: 16px;
  margin-left: 20px;
}
.category-box .form-check input {
  width: 25px;
  height: 25px;
  border: 1px solid #94a4b0;
  margin-top: 0;
}
.category-box .form-check .form-check-input:checked {
  background-color: #0166b5;
  border: none;
}

/*table top-btn-box*/
.top-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
}
.top-btn-box .total-box {
  position: relative;
}
.top-btn-box .total-box .title {
  margin-right: 20px;
  color: #0b416c;
}
.top-btn-box .total-box .title svg {
  width: 20px;
}
.top-btn-box .total-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 7px;
  width: 1px;
  height: 20px;
  background: #0b416c;
}
.top-btn-box .btn-box .total-check .title {
  margin-right: 10px;
  color: #6d6d6d;
}
.top-btn-box .btn-box .total-check .title svg {
  width: 20px;
}
.top-btn-box button, .top-btn-box a {
  height: 35px;
  width: 35px;
  border: none;
  font-size: 18px;
  margin-right: 10px;
}
.top-btn-box button svg, .top-btn-box a svg {
  width: 22px;
  margin-bottom: 2px;
}
.top-btn-box button.btn-delete, .top-btn-box a.btn-delete {
  background: #a7b8bc;
}
.top-btn-box button.btn-add, .top-btn-box a.btn-add {
  border-radius: 5px;
}
.top-btn-box button.btn-add svg, .top-btn-box a.btn-add svg {
  width: 20px;
}
.top-btn-box button.btn-add:hover, .top-btn-box a.btn-add:hover {
  color: #fff;
}
.top-btn-box button.btn-ban svg, .top-btn-box a.btn-ban svg {
  width: 22px;
}

/*button style*/
.btn-reload, .btn-add, .btn-save, .btn-disabled {
  color: #fff;
  background: #0166b5;
}

.btn-ban {
  color: #fff;
  background: #d60000;
}

.btn-delete, .btn-cancel {
  color: #fff;
  background: #a7b8bc;
}

.btn-list {
  color: #fff;
  background: #6d6d6d;
}

/*alert modal*/
.confirm-modal .modal-header h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.confirm-modal .modal-body .input-box label {
  font-weight: 500;
}
.confirm-modal .modal-body .input-box .memo {
  background: #dce8f1;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  margin-top: 5px;
  text-align: start;
  border: none;
  padding: 10px;
}
.confirm-modal .modal-footer button {
  width: 80px;
  height: 30px;
}
