body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c;
    text-align: left;
    background-color: #e4e5e6
}
.street_add a span,.street_add  a svg {
  color: #20a8d8;
  text-decoration: none;
  background-color: transparent;
}
.breadcrumb::after {
  background: transparent;
}

.start_form{
   margin-top: 50px;
}
.icms-widget__square{
   width:100%;
}

.datagrid tr td {
transition: background .5s ease;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-behavior: normal;
  vertical-align: middle;
}

th {
  text-align: inherit;
}
.table-bordered thead th {
  border-bottom-width: 2px;
}
table.dataTable th {
  white-space: nowrap;
}
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}
th[rel="id"] {
  width: 50px;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

.datagrid .actions {
  display: flex;
  gap: 0.5rem;
}
.datagrid .actions a {
  display: inline-block;
  text-decoration: none;
    color: #20a8d8;
}
 a.delete {
  color: #f86c6b;
}





.animated-row {
  animation-duration: 0.5s;
  animation-name: fadeRow;
}
.table {
  color: #23282c;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, .05);
}
*, ::after, ::before {
  box-sizing: border-box;
}
table.dataTable thead .sorting::before{
    right: 1em;
  content: "\2191";
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3;
  cursor: pointer;
}
table.dataTable thead .sorting::after{
    right: .5em;
  content: "\2193";
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3;
  cursor: pointer;
}


@media (min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1600px
    }
}
@media (min-width: 600px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}