@charset "UTF-8";

/* style for page title inputs */
.page-title-input-custom{
  display:inline;
  font-size: 18px;
  width: calc(100% - 125px);
}

/* form customizations */

.segment-input button{
  width: 100%;
}


/* modal customizations */
.modal-right-custom{
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 40%;
}

@media(max-width: 700px){

  .modal-right-custom{
    min-width: 100%;
  }

}

/* advanced date range picker customizations */

.daterangepicker{
  z-index: 1000000;
}

/* change the initial page height */
body[data-leftbar-compact-mode=condensed]:not(.authentication-bg) {
  min-height: 1000px;
}

/* support style */

.hidden-element{
  display: none;
}