* {
  font-family: 'Nanum Gothic', 'Helvetica', 'Arial', sans-serif !important;
}

#sidebar-menu .menu-title {
  font-size: 14px;
  font-weight: bold;
}

.logo-lg .text-logo {
  border-bottom: 3px solid rgba(83, 105, 248, 0.5);
}

.select2-selection__arrow {
  top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #39aad6 !important;
  border: 0px !important;
  margin-top: 6px !important;
  margin-left: 3px !important;
  margin-right: 8px !important;
  padding: 2px 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #dbdbdb !important;
  margin-right: 6px !important;
}

.select2-container--default .select2-selection--single {
  height: 39px !important;
  padding-top: 4px;
}

.ms-optgroup-label {
  font-weight: bold;
}

.left-side-menu-dark .left-side-menu #sidebar-menu .menu-title {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: bold !important;
}

table thead.thead-center th, table tbody.tbody-center td, table tbody.tbody-center td a {
  text-align: center;
}

.notification-list .notify-item .notify-icon {
  padding-top: 2px;
}

.notification-list .notify-item .notify-icon.activated {
  animation: rotate_icon 3s linear infinite;
  transform-origin: 50% 50%;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0px !important;
}

@keyframes rotate_icon {
  100% {
    transform: rotate(-360deg);
  }
}

.activate-menu {
  width: 320px !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
}

.btn-search {
  width: 60px;
  height: 39px;
}

.page-size-selector {
  display: block;
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b4b5a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e7f1;
  border-radius: .3rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin-bottom: .3rem;
}

.user-select-none {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

.qrcode-block {
  position: relative;
}

.qrcode {
  position: absolute;
  right: 0;
  top: 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

.drag-handle {
  cursor: move !important;
}

#holeForm .custom-control-label:before,
#holeForm .custom-control-label:after,
#holeIdsForm .custom-control-label:before,
#holeIdsForm .custom-control-label:after {
  margin-top: 3px;
}

.select2-results__option[aria-disabled="true"] {
  background-color: #f2f2f2;
}