.min-width-250 {
    min-width: 250px;
}

.cursor-pointer {
    cursor: pointer
}

.z-index-9999 {
    z-index: 9999
}

.select2-results li[aria-disabled=true] {
    color: grey !important;
    font-style: italic;
}

.btn {
    transition: opacity 0.1s ease-in;
}
  
.btn:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
}
  
.spinnerContainer {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(255,255,255,0.7);
}

.spinner-border {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
}
.main-sidebar-header {
    padding : 10px 20px;
}
.main-sidebar-header .main-logo {
    height : 100%;
    max-height : 44px;
    max-width : 100%;
}
.btn.disabled, .sp-container button.disabled, .btn:disabled, .sp-container button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: grayscale(1);
}