.dropzone {
    background-color: #4992ff;
    color: white;
    text-align: center;
    
    height: 300px;
}

#upload-result {
    display: none;
}

/*
#loader {
  width: 100%;
  align-content:center;
  text-align:center;
}
*/
.login-form {
  width: 100%;
  align-content:center;
  text-align:center;
  padding-top: 50px;
}

.dz-error-mark {
  display: none !important;
}

.dz-success-mark {
  display: none !important;
}


#loader {
  background: #000;
  color: #666666;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .50;
}

#spinner {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;

}

@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.modal-xl {
  max-width: 90vw;
  width: 90%;
}

#missing-products .table th:nth-child(1),
#missing-products .table td:nth-child(1) {
    width: 40%;
}

#missing-products .table th:nth-child(2),
#missing-products .table td:nth-child(2) {
    width: 40%;
}

#missing-products .table th:nth-child(3),
#missing-products .table td:nth-child(3) {
    width: 20%;
    text-align: center;
}

#missing-products .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options
{
  max-height: 760px !important;
}

select2-results__options {
  height: 760px !important;
}

.select2-container--open .select2-dropdown--below {
  height: 760px !important;
}


#missing-accounts .table th:nth-child(1), 
#missing-accounts .table td:nth-child(1) {
    width: 30%; 
}

#missing-accounts .table th:nth-child(2), 
#missing-accounts .table td:nth-child(2) {
    width: 35%; 
}

#missing-accounts .table th:nth-child(3), 
#missing-accounts .table td:nth-child(3) {
    width: 20%; 
}

#missing-accounts .table th:nth-child(4), 
#missing-accounts .table td:nth-child(4) {
    width: 15%;
    text-align: center; 
}

#missing-accounts .select2-container {
    width: 100% !important; 
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f7fb;
  color: inherit;
}

.select2-dropdown-wide .account-option {
  padding: 14px 12px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  line-height: 1.55;
}

.select2-dropdown-wide .account-option .account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.select2-dropdown-wide .account-option .account-name {
  font-weight: 600;
  color: #1f2d3d;
  font-size: 17px;
}

.select2-dropdown-wide .account-option .account-header.with-score .account-score {
  font-size: 15px;
  color: #374151;
}

.select2-dropdown-wide .account-option .account-details {
  color: #4b5563;
  font-size: 15px;
}

.select2-dropdown-wide .account-option .detail-row {
  margin-bottom: 6px;
  font-size: 15px;
}

.select2-dropdown-wide .account-option .detail-item {
  color: #4b5563;
  font-size: 15px;
}

.select2-dropdown-wide .account-option .detail-item.category {
  font-style: italic;
  color: #1f2d3d;
}

.select2-container--default .select2-selection--single .account-selection {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
}

.select2-container--default .select2-selection--single .account-selection .account-selection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select2-container--default .select2-selection--single .account-selection .account-selection-header .account-name {
  font-weight: 600;
  color: #1f2d3d;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .account-selection .account-selection-header .account-score {
  font-size: 14px;
  color: #374151;
}

.select2-container--default .select2-selection--single .account-selection-row {
  font-size: 14px;
  color: #4b5563;
}

.select2-container--default .select2-selection--single .account-selection-row.category {
  font-style: italic;
  color: #1f2d3d;
}
