﻿.spinner-fixed {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

  .spinner-fixed.visible {
    opacity: 1;
    pointer-events: all;
  }

.select2-container .select2-selection--single {
}

.select-custom .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.select-custom .select2-container .select2-selection--single {
  height: 35px;
}

  .select-custom .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    height: 100%;
    color: #676a6c;
  }

.select-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select-custom .select2-container--default .select2-selection--single {
  border: 1px solid #e5e6e7;
}

.row .btn-custom {
  line-height: 1;
  padding: 5px 15px;
  min-width: 80px;
  letter-spacing: 0.05em;
}

.cursor-disabled {
  cursor: not-allowed;
}

.status-color-0 {
  background-color: #FFFFFF;
}

.status-color-1 {
  background-color: rgba(168, 168, 168);
}

.status-color-2 {
  background-color: rgba(255, 150, 0);
}

.status-color-3 {
  background-color: rgba(0, 167, 255);
}

.status-color-4 {
  background-color: rgba(255, 0, 0);
}

.comment-card-border + .comment-card-border {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.dataTables_filter {
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none;
}
