/* Import the Radzen CSS files */
@import './styles-generated.css';

.sidebar {
    width: 140px;
    top: 51px;
    background: linear-gradient(180deg, black 0%, grey 90%);
    height: 100%;
}

.sidebar-top {
    background: linear-gradient(1deg, black 0%, grey 90%);
}

.centered {
    width: 100%;
    text-align: center;
}

.left-align {
    text-align: left;
    padding-left: 5px;
}

.reportIcon {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

.rz-grid-table td {
    cursor: pointer;
}

.checkbox-width .rz-checkbox {
    width: 175px;
}

div.rz-checkbox-list-horizontal.roles .rz-checkbox {
    width: 190px;
}

.initials-circle {
    text-align: center;
    padding-top: 5px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50px;
    color: white;
    background-color: black;
    display: inline-block;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.smallButtons {
    padding-left: 0;
    padding-right: 0;
    width: 130px;
}

.task-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.task-title:first-child {
    margin-top: 0px;
}

.task-description {
    font-size: 12px;
    margin: 10px 0px 5px 0px;
}

.task-description div.rz-chkbox {
    margin-bottom: 5px;
}

.rz-panel-menu, .rz-panel-menu li {
    background: transparent !important;
    border: none !important;
}

.imageEdit {
    overflow: clip;
    position: relative;
    margin-bottom: 5px;
    border-radius: 5px
}

.imageDisplay {
    margin-bottom: 5px;
    border-radius: 5px
}

/* Override Tab Styles */
.rz-tabview-nav li {
    border-radius: .25rem .25rem 0 0;
}
.rz-dropdown-label div.selectHidden {
    display: none;
}

.rz-panel-content {
    margin-top: 0;
}

.rz-card, .rz-fieldset {
    margin: 2px;
    margin-bottom: 5px;
}

.rz-fieldset {
    border-radius: 4px;
    margin-bottom: 4px;
}

.rz-dropdown-label.rz-inputtext{
    overflow: visible;
}

.rz-tabview-panels {
    border-width: 2px;
    border-radius: .25rem !important;
}

.rz-tabview-nav li.rz-tabview-selected {
  background: none;
  border: none;
}

.rz-dropdown {
    margin-bottom: 5px;
}

.rz-tabview-nav li {
    border: none;
    background: none;
}
.rz-tabview {
    height: 100%;
}

.rz-tabview-nav li {
    border: none;
    background-color: transparent;
    border-radius: 0px;
}

.rz-tabview-nav li a {
  color: black !important;
  font-weight: normal;

  padding: 0px;
  margin: 0px 30px 15px 0px;
}

.rz-tabview-nav .rz-tabview-selected a {
  border-bottom: 3px solid #2CAAC2;
}

.task-textarea {
    width: 100%;
    min-height: 250px;
}

.rz-datepicker-title {
    display: flex;
    justify-content: center;
    gap: 5px;
}

#invoiceTooltip {
    margin-left: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    position: absolute;
    opacity: 1;
}

.tooltip-pointer {
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
  
  border-right: 7px solid #E7EBF4; 
}

.tooltip-data-container {
  height: 100px;
  width: 175px;

  background-color: white;
  box-shadow: 0px 8px 10px #44444f1a;
  border-radius: 5px;
  border: 1px solid #E7EBF4;
  
  padding: 10px;
}

.tooltip-title {
  font-weight: bold;
}

.tooltip-data-row {
  display: flex;
  align-items: center;
}

.tooltip-data-label-circle {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin-right: 5px;
}

.tooltip-data {
  margin-right: 5px;
}

.tooltip-data-label {
  color: #7E84A3;
}

th.rz-unselectable-text {
    white-space: normal !important;
}

.rz-chkbox-box.rz-state-disabled.rz-state-active {
    background-color: #80a4ab !important;
    border: 1px solid #dadfe2 !important;
    opacity: 0.5 !important;
}

.rz-radiobutton-box.rz-state-disabled.rz-state-active {
    background-color: #80a4ab !important;
    border: 1px solid #dadfe2 !important;
    opacity: 0.5 !important;
}

.image-edit-file-input {
    margin: 0px 35px;
}

.image-edit-file-input::file-selector-button {
    margin: 0px 15px;
    content: 'Select/Drop File';
    display: inline-block;
    background: #598087;
    color: white;
    border-radius: 3px;
    padding: 8px 8px;
    cursor: pointer;
    font-weight: 600;
    border-color: transparent;
}

.image-edit-file-input::-webkit-file-upload-button {
    display: none;
}

.image-edit-file-input::before {
    margin: 0px 15px;
    content: 'Select/Drop File';
    display: inline-block;
    background: #598087;
    color: white;
    border-radius: 3px;
    padding: 8px 8px;
    cursor: pointer;
    font-weight: 600;
}