.orka-bg {
    background-color: #4a148c!important;
}

.orka-text {
    color: #4a148c;
}


.help-block {
   margin-bottom: 0.5px;
}

.help-block > strong {
    font-size:10px;
    color: #dc3545;
}

.orka-loader{
    display:none;
    transition: opacity 500ms ease-in;
}
.htmx-request .orka-loader{
    display:inline-block;
}
.htmx-request.orka-loader{
    display:inline-block;
}

a{
    cursor: pointer;
}

.page-size-select {
    margin-right:5px;
    width:15px;
}

body {
    font-size: .875rem!important
}

.form-inline .form-group {
    margin: 4px;
}

.d-none {
    display:none!important;
}


#orkaScrollToTopButton {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */ Increase font size */
}

.django-ckeditor-widget{
  width: 100%;
}

/*  Override Select 2 Multiple widget */
.select2-selection__choice
{
    background-color: #007bff!important;
    border: #007bff!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
 color: white;
}

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

