 .containert {
    display: grid;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
     margin-top: 142px;
       margin-bottom: 142px;
    padding: 0px;
    min-height: calc(20vh - 20px); /* Accounts for header height */
    width: 100%;
    box-sizing: border-box;
}
 .containerz {
    display: grid;
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
     margin-top: 142px;
       margin-bottom: 142px;
    padding: 0px;
    min-height: calc(20vh - 20px); /* Accounts for header height */
    width: 100%;
    box-sizing: border-box;
}
.container, .containers {
    display: grid;
    position: relative;
    margin: 20 auto;
    margin-top: 100px;
    
    z-index: 2;
    background: #fff;
    padding: 60px;
     width: 80%;
      box-sizing: border-box;
    transition: 0.3s;
}
/* hotel menu */
.containers {
 display: column;
    position: relative;
    margin: 0;
    margin-top: 100px;
    
    z-index: 1;
    background: #fff;
    padding: 0px;
     width: 100%;
      box-sizing: border-box;
    transition: 0.3s;
}
    .route-titles {
        font-size: 2.5em;
        font-weight: bold;
        font-color: #fff;
         margin-top: 12px;
        margin-bottom: 12px;
        min-width: 240px;
        text-align: center;
        background-color: #e0e0e0;
        padding: 12px;
        border-radius: 1px;
    }
/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .container {
        padding: 0px;
    }
     .containers {
        padding: 0px;
    }

}

/* Optional: Add columns for wider screens */
@media screen and (min-width: 769px) {
    .container {
        display: grid;
         min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
}
 .route-boxz {
     display: grid;
         min-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
        margin-top: 12px;
        margin-bottom: 12px;
        background-color: #f9f9f9;
        cursor: pointer;
    }
  .hotel-boxz {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
       
        background-color: white;
        cursor: pointer;
    }
    .route-box {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
       
        background-color: #f9f9f9;
        cursor: pointer;
    }
    .route-title {
        font-size: 1.7em;
        font-weight: bold;
         margin-top: 12px;
        margin-bottom: 12px;
        min-width: 300px;
        text-align: center;
        background-color: #ccd0cf;
        padding: 2px;
        border-radius: 1px;
    }
    .route-title a {
        color: black;
        text-decoration: none;
        display: block;
    }
    .route-title:hover {
        background-color: #d0d0d0;
    }
 .hotel-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }
        .hotel-item {
            padding: 25px;
            border-bottom: 1px solid #eee;
            margin: 0;
        }
        .hotel-item:last-child {
            border-bottom: none;
        }
        .hotel-item:nth-child(even) {
            background-color: #f0f0f0;
        }
        .hotel-link {
            color: #0066cc;
            text-decoration: none;
            display: block;
            padding: 5px;
        }
        .hotel-link:hover {
            background-color: #e0e0e0;
            border-radius: 3px;
        }
        .completion-time {
            border: 1px solid #ccc;
            padding: 2px 5px;
            border-radius: 3px;
            min-width: 70px;
            display: inline-block;
            margin-top: 5px;
            font-size: 0.9em;
        }
.highlighted-row {
    background-color: #92e1fb;
    color: white;
}

.highlighted-row .hotel-link {
   background-color: #92e1fb;
    color: white;
}
.clean-row {
    background-color: #28a745 !important;
    color: white;
}

.clean-row .hotel-link {
    color: white;
}

.clean-value {
    float: right;
    padding-right: 10px;
}

.incomplete-log {
    background-color: #ff0000 !important;
    color: white;
    cursor: pointer;
     max-height: 90px; 
      min-height: fit-content;
}

.incomplete-log .hotel-link {
    color: white;
}

.incomplete-log::after {
    content: 'Finish Log';
    float: right;
    font-size: 0.9em;
    padding-right: 0px;
  
}
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
     background: black;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
    padding-top: 10px;
     z-index: 10;
}

.footer-nav {
    display: flex;
     position: relative;
    justify-content: space-around;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
     z-index: 10;
      padding-top: 0px;
}

.footer-icon {
    color: #f4fdfc;
    text-decoration: none;
    font-size: 24px;
    padding: 10px;
}

.footer-icon.active {
    color: #007bff;
}

bodys {
    padding-bottom: 70px;
}


/* header */

@media screen and (max-width: 768px) {
    .header {
        padding: 0.8em;
        margin-bottom: -20px;
        
        z-index: 9;
    }

}


.header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   
    background: black;
     font-size: 0.9em;
    color: white;
    padding: 0px;
    margin-top: 0px;
     margin-bottom: -20px;
    position: fixed;
    top: 0;
    left: 2;
    right: 2;
    width: 100%;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
  .headerz a {
        color: #35f937;
        text-decoration: none;
        display: block;
        padding: 3px;
          padding-right: 40px;
    }

.headerz {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
   
    background: #333;
     font-size: 0.9em;
    color: white;
    padding: 0px;
     margin-bottom: 0px;
    position: fixed;
    top: 0;
    left: 2;
    right: 2;
    width: 100%;
    z-index: 9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.logo-container {
      display: flex;
     justify-content: inline;
     position: relative;
    top: -20px;
left: 25px;
   
    margin-bottom: 10px;
}

.logo {
    max-height: 60px; /* Adjust this value to your desired height */
    width: auto;
    object-fit: contain;
}
.logos-container {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.logos {
    
    max-height: 600px; /* Adjust this value to your desired height */
    width: 90%;
    object-fit: contain;
}
  
  .logo-container a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 3px;
          padding-left: 80px;
    }
h2 {
 text-align: right;
   text-decoration: none;
        display: block;
        padding: 3px;
          padding-right: 0px;
}
.headers {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.menu-toggle {
    font-size: 24px;
    cursor: pointer;
    margin-right: 20px;
}
*{
    margin: 0;
    padding: 0;
}
body {
    width: 97%;
     margin-right: 1.5%;
     min-height: 100vh;
    display: grid;
      background: black;
      z-index: 2;
    grid-template-columns: 100% 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
    "navbar navbar"
    "sidebar main"
    "sidebar footer";
    margin: 0;
    padding: 0;
   
    position: relative;
}
nav{
    top: 0;
    position: sticky;
    grid-area: navbar;
    background-color: black;
    color: white;
    padding: 2em;
}
aside{
    height: calc(100vh - 50.4px);
        top: 50.4px;
    position: sticky;
    align-self: start;
    grid-area:  sidebar;
    background-color: black;
    }
main{
    grid-area:  main;
}

.sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    width: 150px;
    height: 100vh;
    background: black;
    font-size: 1.2em;
    transition: 0.3s;
    z-index: 1000;
    padding-top: 60px;
    box-sizing: border-box;
}
@media (min-width: 769px){
    body{
    grid-template-columns: 1fr;
    }
aside{
position: fixed;
width: 250px;
display: none;
}
show{
display: block;
}
}

/* Desktop styles */
@media (min-width: 769px) {
    .sidebar.active + .container,
    .sidebar.active + .containers {
        margin-left: 200px;
    }
    
    .container, .containers {
        margin-left: 0;
        transition: margin-left 0.3s;
    }
}

/* Mobile styles */
@media (max-width: 768px) {
 
        .sidebar {
        position: fixed;
        left: -250px;
        top: 0;
        width: 60%; /* Consider using a percentage like 70% or 80% for better responsiveness */
        height: 100vh;
        background: black;
        font-size: 1.2em;
        transition: 0.3s;
        z-index: 1000;
        padding-top: 60px;
        box-sizing: border-box;

        /* Key styles for scrolling */
        overflow-y: auto; /* Enables vertical scrolling when content overflows */
        -webkit-overflow-scrolling: touch; /* Provides smooth scrolling on iOS devices */
    }
    .container, .containers {
        width: 100%;
        margin-left: 0;
    }
}


.sidebar.active {
    left: 0;
    background: black;
}



.nav-menu li a {
    display: flex;
    align-items: right;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    background: black;
}

.nav-menu li a:hover {
    background: black;
    
}

.nav-menu i {
    margin-right: 10px;
     color: #D4AF37;
}



/* Desktop styles */
@media (min-width: 769px) {
    .sidebar {
        left: -350px;
    }
    
    .sidebar.active {
        left: 0;
    }
}
/* Desktop styles */
@media (min-width: 769px) {
    .table {
       
        align-items: center;
    }
    
    .th {
        
        align-items: center;
    }
   .tablez {
        
        align-items: center;
    }
     .tbody {
        
        align-items: center;
    }
}
.tablez {
 
      display: flex;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
     margin-top: 122px;
       margin-bottom: 2px;
       align-items: right;
    padding: 0px;
    min-height: calc(10vh - 10px); /* Accounts for header height */
    width: 45%;
    box-sizing: border-box;
    
border: 1px solid black;

border-collapse: collapse;

}
.tables {
 
    display: flex;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
     margin-top: 2px;
       margin-bottom: 2px;
       align-items: left;
    padding: 0px;
    min-height: calc(10vh - 10px); /* Accounts for header height */
    width: 45%;
    box-sizing: border-box;
    
border: 1px solid black;

border-collapse: collapse;

}
table, th, td {
 
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
     margin-top: 12px;
       margin-bottom: 122px;
       align-items: center;
    padding: 0px;
    min-height: calc(10vh - 10px); /* Accounts for header height */
    width: 100%;
    box-sizing: border-box;
    
border: 1px solid black;

border-collapse: collapse;

}

th, td {

padding: 10px;
 align-items: center;
}

th {
 align-items: center;
background-color: #FDDF95;

}
tr:nth-child( 2n ) {
background-color: #d1dbeb;
  
}
tr:nth-child( 2n + 1 ) {
  background-color: #B9C3D6;
}
    



.content {
    margin-left: flex;
    padding: 20px;
}
/* Desktop styles */
@media (min-width: 769px) {
    .login-container {
          display: grid;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    }
    
  .login-container a {
        color: white;
        text-decoration: none;
        display: block;
        padding: 15px;
          padding-right: 0px;
    }
.reset-container {
   
    width: 300px;
    margin: 100px auto;
    padding: 20px;
    border: px solid #ccc;
     color: white;
}
.login-container {
      display: grid;
    position: relative;
    margin: 20 auto;
    margin-top: 100px;
    z-index: 1;
    background: #fff;
   width: 600px;
   height: 1200px;
    background: black;
     font-size: 2.2em;
    margin: 20px 0;

    padding: 20px;
    
    translate: 20% 10%;
     color: white;
      box-sizing: border-box;
    transition: 0.3s;

}
input {
     display: flex;
      width: 100%;
       font-size: 1.7em;
    height: 24px;
    padding: 30px;
    margin: 30px 0;
}
.buttonz {
   text-align: center;
        padding: 20px;
        background: #f5f5f5;
        border-radius: 5px;
        color: #666;
}
button {
    border: 2px solid black;
    border-radius: 0px 20px 20px 20px; 
    padding: 10px 30px;
    text-margin: 30px 0;
    background: white;
     font-size: 2.0em;
    color: black;
    border: none;
    cursor: pointer;
}
/* calendar page */
    .ui_containers {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
        background-color: #f9f9f9;
        margin-top: 70px;
        min-height: calc(10vh - 10px); /* Accounts for header height */
        cursor: pointer;
    }
 .ui_menus {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
       
        background-color: #f9f9f9;
        cursor: pointer;
    }
    .header_items {
        font-size: 1.0em;
        font-weight: bold;
         margin-top: 25px;
        margin-bottom: 2px;
        min-width: 300px;
        text-align: center;
        background-color: #e0e0e0;
        padding: 2px;
        border-radius: 1px;
    }    
    /* phone_schedule_table page */
      .date-section {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 2px solid #eee;
        padding-bottom: 20px;
    }

    .date-header {
        text-align: center;
        color: #333;
        margin-bottom: 5px;
        font-size: 1.5em;
    }

    .date-subheader {
        text-align: center;
        color: #666;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 1.2em;
    }

    .no-routes {
        text-align: center;
        padding: 20px;
        background: #f5f5f5;
        border-radius: 5px;
        color: #666;
    }
.incomplete-log {
    background-color: #ff0000 !important;
    color: white;
    cursor: pointer;
}

.incomplete-log .hotel-link {
    color: white;
}

.incomplete-log::after {
    content: 'Finish Log';
    float: right;
    font-size: 0.9em;
    padding-right: 10px;
}
.hotel-note {
    width: 100%;
    height: 24px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    overflow: hidden;
    line-height: 16px;
    box-sizing: border-box;
    display: block;
    margin-top: 5px;
}

.departed {
    background-color: #9370DB !important; /* Purple */
}

.departed .hotel-link {
    color: white;
}
 .form-group {
            margin-bottom: 10px;
        }
        .form-group label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .form-group input {
            width: 100%;
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 3px;
        }
        .save-btn {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 3px;
            cursor: pointer;
            width: 100%;
            margin-top: 10px;
        }
    .highlight-row {
    background-color: lightblue;
}
.highlight-red {
    background-color: #fe0564 ;
}
.highlight-green {
    background-color: lightgreen;
}
.delete-btn {
    background-color: #ff4444;
    color: white;
    align: center;
    border: none;
    padding: 4px 5px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
}

.delete-btn:hover {
    background-color: #cc0000;
}
button, input[type="submit"] {
    width: 80%;
    padding: 25px;
    text-align: center;
    font-size: 1.9em;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;

}
 .special-select {
            font-size: 1.2em;
            padding: 8px;
            width: 150px;
        }
        .btn {
            padding: 20px 40px;
            margin: 15px 5px;
            cursor: pointer;
            font-size: 1.5em;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 30px;
        }
        .btn:hover {
            background-color: #45a049;
        } 
 .hotel-info-container {
        max-width: 769px;
             border: 1px solid #ccc;
            border-radius: 5px;
             margin: 0 auto;
     margin-top: 142px;
       margin-bottom: 142px;
            padding: 15px;
          width: 100%;
            background-color: #f9f9f9;
         
   
   
        }


    @media (min-width: 769px) {
    .hotel-info-container {
        max-width: 90%;
        margin: 0px auto;
        border-radius: 5px;
        padding: 5px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
}
.hotel-info-containers {
      display: grid;
 

    max-width: 95%;
    min-height: 1000px;
             border: 1px solid #ccc;
            border-radius: 5px;
             margin-right: 2px;
     margin-top: 142px;
       margin-bottom: 142px;
            padding: 15px;
        
            background-color: #f9f9f9;
}
.info-row {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.info-value {
    flex: 1;
    background-color: #f9f9f9;
    padding: 10px;
     font-size: 0.9em;
     color: blue;
    border-radius: 4px;
    margin-left: 2px;
    min-height: 20px;
    min-width: 92%;
}


  



        .action-buttons {
            margin-top: 20px;
            text-align: center;
        }
       .button-back {
      font-size: 2.2em;
            font-weight: bold;
            margin-bottom: 5px;
            text-align: left;
            background-color: #45a049;
            padding: 5px;
            border-radius: 3px;
        }
        .button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            margin-right: 10px;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .button:hover {
            background-color: #45a049;
        }

        .rb {
            background-color: #f44336;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .rb:hover {
            background-color: #d32f2f;
        }
.phone-link, .sms-link {
    text-decoration: none;
    margin-right: 10px;
    color: green;
}

.fas {
    margin-right: 2px;
}

.info-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.maps-link {
    text-decoration: none;
    color: green;
    margin-left: 10px;
}

.maps-link:hover {
    color: #007bff;
}

.fa-car {
    font-size: 1.2em;
}
 .hotel-info-title {
           font-size: 1.7em;
            font-weight: bold;
            margin-bottom: 5px;
            text-align: center;
            background-color: #e0e0e0;
            padding: 5px;
            border-radius: 3px;
        }
 .warning-text {
    color: red;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
 .button-64 {
  position: flex;
  right: 50%;
  top: 12%;
  
    align-items: center;
    background-image: linear-gradient(124deg,#28F516 , #18BF0A  50%,#28F516 );
    border: 0;
    border-radius: 12px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 25%;
    min-width: 140px;
    padding: 9px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
} 
.language-selector {
    padding: 10px;
    margin-bottom: 15px;
}

.language-selector select {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: white;
}


/* Force mobile layout */
.skiptranslate {
    max-width: 100vw !important;
}


