body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    color: #333;}
  
  .navbar {
    margin-bottom: 20px;
  }
  
  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
  }
  .form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border:none;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle {
    outline: 0;
  }

  .list-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    color: white;
    border: 1px solid #dfe2e5;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
  }
  .advert
  {
    display: flex;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-radius: 0px;
    border: none;
    justify-content: center;
    align-items: center;
    height: 25px;
    transition: 0.3;
    width: 100%;
    overflow: hidden;
    
    font-size: large;
    color: #ffffff;
    background-color: var(--bs-orange);
    
 
  }

  .list-box thead tr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: none;

    flex-direction: row;
    border-bottom:1px solid #dfe2e5;
  }
  .list-box thead tr th {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: none;
    width: 100%;
    background-color:var(--bs-white);
    text-align: center;
    color: #fa9420;
 
    flex-direction: column;
 
    overflow: hidden;
    text-align: center;

   
  
  }
  .list-box tbody 
  { display: flex;    background-color:var(--bs-white);
  align-items: center ;flex-direction: column; justify-content: center;
  width: 100%;
  

  height:auto;
  text-align: center;
  }
  .list-box tbody tr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    padding: 5% 0 5% 0;
 
    flex-direction: row;
    color:#dfe2e5;
  }
  .list-box tbody tr td {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
   border-bottom: none;
    width: 100%;
    flex-direction: column;
    color: #3b3b3b;
    overflow: hidden;
    text-align: center;
  }
  .list-box tbody tr td img {
    width: 7rem; display: flex;  
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    transition: 0.3;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dfe2e5;
    color: white;
   margin: 3% 0 3% 0;
    border-radius: 15px;
    
}
  

.btn-primary{
  color:#fff;
  background-color:var(--bs-primary);
  border-color:var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  color:#fff;
  background-color:#e68900;
  border-color:#e68900;
}

.btn-outline-primary{
  color:var(--bs-primary);
  border-color:var(--bs-primary);
  background-color:transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active{
  color:#fff;
  background-color:var(--bs-primary);
  border-color:var(--bs-primary);
}

.form-control::file-selector-button{
  background-color:var(--bs-primary);
  color:#fff;
  border:0;
  border-inline-end:1px solid var(--bs-primary);
  margin-inline-end:12px;
  font-weight:700;
}

.form-control:hover::file-selector-button{
  background-color:#e68900;
  border-color:#e68900;
}

:root {
  --bs-orange: #fd7e14;
    --bs-primary: #fd7e14;
    --bs-primary-rgb: 253, 126, 20;
    --theme-orange: #fd7e14;
    --theme-orange-dark: #b75300;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --space:1rem;
    --space-double:4rem;
    --space-triple:6rem;
  }
    .space {
      display: flex;
      justify-content: center;
      align-items: center;
      height: var(--space);
    }
    
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    background-color: white;
    color: white;
    border-bottom: 1px solid #dfe2e5;
  }
.page-sage
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.page-sage,nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--bs-orange);
  text-align: center;
  height: auto;
}



#footercolor
{
  background-color:var(--bs-orange);
  color: white;
  width: 100%;
  height: auto;
  text-align: center;
 padding: 10px;
  font-size: large;
  font-weight: bold;
  border-radius: 0px;
  border: none;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  cursor: pointer;

}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table {
  margin-bottom: 0;
}

.table-responsive > .table th,
.table-responsive > .table td {
  vertical-align: middle;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.table-thumb {
  width: 76px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  background: #f1f3f5;
}

.table-text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}

.table-route,
.table-price {
  white-space: normal;
  line-height: 1.35;
}

.table-actions {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  align-items: stretch;
  min-width: 112px;
}

.table-actions form {
  margin: 0;
  width: 100%;
}

.table-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  width: 100%;
  min-height: 34px;
  line-height: 1.2;
  white-space: normal;
}

.table-responsive.responsive-stack {
  container-type: inline-size;
  container-name: responsive-table;
}

.table-card.list-box {
  display: block;
  color: #333;
}

.table-card.list-box table {
  table-layout: fixed;
}

.table-card.list-box thead tr {
  display: table-row;
  height: auto;
}

.table-card.list-box thead tr th {
  display: table-cell;
  height: auto;
  width: auto;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  overflow-wrap: anywhere;
}

.table-card.list-box tbody {
  display: table-row-group;
  width: auto;
  height: auto;
}

.table-card.list-box tbody tr {
  display: table-row;
  height: auto;
  padding: 0;
}

.table-card.list-box tbody tr td {
  display: table-cell;
  height: auto;
  width: auto;
  border-bottom: 1px solid #eef1f4;
  overflow: visible;
}

.table-card.list-box tbody tr td img {
  border-radius: 8px;
}

@media (max-width: 992px) {
  .table-responsive:not(.responsive-stack) > table.table,
  .table-responsive:not(.responsive-stack) > .table {
    min-width: 720px;
    table-layout: fixed;
    font-size: .875rem;
  }

  .table-responsive:not(.responsive-stack) > .table th,
  .table-responsive:not(.responsive-stack) > .table td {
    padding: .6rem .5rem;
  }

  .table-responsive.responsive-stack {
    overflow-x: visible;
  }
}

.table-responsive.responsive-stack.is-card-table {
  overflow-x: visible;
}

.table-responsive.responsive-stack.is-card-table > table.table,
.table-responsive.responsive-stack.is-card-table > .table,
.table-responsive.responsive-stack.is-card-table > .table thead,
.table-responsive.responsive-stack.is-card-table > .table tbody,
.table-responsive.responsive-stack.is-card-table > .table tr,
.table-responsive.responsive-stack.is-card-table > .table th,
.table-responsive.responsive-stack.is-card-table > .table td {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
}

.table-responsive.responsive-stack.is-card-table > .table thead {
  display: none;
}

.table-responsive.responsive-stack.is-card-table > .table tbody tr {
  margin: 0 0 .85rem;
  border: 1px solid #e8edf2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.table-responsive.responsive-stack.is-card-table > .table tbody td {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: .75rem;
  min-height: 46px;
  padding: .75rem .85rem;
  border: 0 !important;
  border-bottom: 1px solid #f0f2f4 !important;
  text-align: right;
}

.table-responsive.responsive-stack.is-card-table > .table tbody td:last-child {
  border-bottom: 0 !important;
}

.table-responsive.responsive-stack.is-card-table > .table tbody td::before {
  content: attr(data-label);
  color: #6c757d;
  font-size: .78rem;
  font-weight: 700;
  text-align: left;
}

.table-responsive.responsive-stack.is-card-table > .table tbody td[colspan] {
  display: block;
  text-align: center;
}

.table-responsive.responsive-stack.is-card-table > .table tbody td[colspan]::before {
  content: none;
}

.table-responsive.responsive-stack.is-card-table .table-thumb {
  width: 74px;
  height: 56px;
  justify-self: end;
}

.table-responsive.responsive-stack.is-card-table .table-text-clamp {
  -webkit-line-clamp: 4;
}

.table-responsive.responsive-stack.is-card-table .table-actions {
  width: 100%;
  min-width: 0;
}

@container responsive-table (max-width: 760px) {
  .table,
  table.table,
  .table thead,
  .table tbody,
  .table tr,
  .table th,
  .table td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
  }

  .table thead {
    display: none;
  }

  .table tbody tr {
    margin: 0 0 .85rem;
    border: 1px solid #e8edf2;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  .table tbody td {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    min-height: 46px;
    padding: .75rem .85rem;
    border: 0 !important;
    border-bottom: 1px solid #f0f2f4 !important;
    text-align: right;
  }

  .table tbody td:last-child {
    border-bottom: 0 !important;
  }

  .table tbody td::before {
    content: attr(data-label);
    color: #6c757d;
    font-size: .78rem;
    font-weight: 700;
    text-align: left;
  }

  .table tbody td[colspan] {
    display: block;
    text-align: center;
  }

  .table tbody td[colspan]::before {
    content: none;
  }

  .table-thumb {
    width: 74px;
    height: 56px;
    justify-self: end;
  }

  .table-text-clamp {
    -webkit-line-clamp: 4;
  }

  .table-actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 576px) {
  .table-responsive.responsive-stack.is-card-table > .table tbody td {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: .6rem;
    padding: .7rem .75rem;
  }
}
