.toolbar-menu-administration ol,
.toolbar-menu-administration ul {
    font-size: 0.75rem;
}
	h1 {
	    font-size: 2rem;
	}
table:not(.table-responsive) {
    overflow: auto;
}
#block-corporateclean-dispatchassignbutton a.button.button--primary {
    background: #000;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-button .views-field.views-field-created a,
.custom-button .views-field-view-node a{
    background: #000000;
    padding: 10px 20px;
    border-radius: 7px;
    color: #ffffff;
}
.scope-of-work-description p {
    margin: 10px 0;
}
.estimate-detail-page table tbody td {
    border-top: 1px solid rgba(50, 50, 50, 0.2);
}
#edit-field-enter-onsite-contact-info-wrapper,
#edit-group-on-site-contact{
  display:none;
}
.views-exposed-form:not(.bef-exposed-form) .form--inline .form-actions input[type='submit'] {
    width: auto;
}
/* Mobile Responsive View */
@media screen and (max-width: 600px) {
  .views-table {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .views-table thead {
    display: none; /* Hide the table header */
  }
  .views-table td {
    display: block;
    width: 100%;
    padding: 10px !important;
  }
  .views-table tr {
    margin-bottom: 20px;
  }
  table:not(.table-responsive) {
    max-width: 97%;
    margin:auto;
  }
  h2.title {
    margin: 20px 0 25px !important;
	 }
	 .col-12 .block {
	    padding-bottom: 0px !important;
	}

.block-dispatch-assign-simple-block {
    justify-content: center;
}
.paragraphs-subform .form-wrapper,.paragraphs-subform .form-wrapper:nth-child(2) {
    width: 100%;
}

}