@import url('https://fonts.googleapis.com/css2?family=Kreon&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    background-color: rgba(245, 248, 253, 1);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}


.ubuntu-personalized {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    color: white;
}

main {
flex: 1 0 auto;
}

.textbox-search {
    background: #fff !important;
    text-indent: 1em;
    font-size: 0.9em !important;;
    border: 1px solid #47c2f9 !important;;
    border-radius: 10px 10px 10px 10px !important;
    letter-spacing: 0.8px !important;;
  }

  #txtSearchDate, #txtSearchTime {
    background-color: white;
    border: 1px solid #47c2f9;
    border-radius: 10px 10px 10px 10px;
    text-indent: 0.5em;
  }

#divMain {
    margin: 0 auto;
}

.main-display {
    background-color: red; 
    width: 60%; 
    margin: auto;
    padding: 25px 25px 25px 15px;
    border-radius: 10px 10px 10px 10px;
}

.main-display-tabs {
    background-color: rgba(245, 248, 253, 1); 
    width: 60%; 
    margin: auto;
    /* padding: 25px 25px 25px 15px; */
    border-radius: 10px 10px 10px 10px;
}

.main-trips-display-tabs {
    background-color: rgba(245, 248, 253, 1);  
    margin: auto;
    /* padding: 25px 25px 25px 15px; */
    border-radius: 10px 10px 10px 10px;
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    /* border-bottom: 1px solid #9e9e9e; */
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: -10px 0 0 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.select-wrapper input.select-dropdown:focus {
    border-bottom: 0px solid #26a69a;
}

/* Container for the SVG and text */
.icon-text-container {
    display: flex; /* Use flexbox for horizontal alignment */
    align-items: center; /* Vertically center the items */
  }
  
  /* Style for the SVG icon */
  .icon {
    margin-right: 1rem; /* Space between the icon and text */
    margin-left: 1rem; /* Space between the icon and text */
  }
  
  /* Optional: Adjust text styling if needed */
  .text p {
    margin: 0; /* Remove default paragraph margin */
  }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #divMain {
      margin-left: 6%;
    }
    .main-display {
        background-color: rosybrown; 
        width: 95%; 
        margin: 0 auto;
    }

    .main-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 95%; 
        margin: 0 auto;
    }

    .main-trips-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        margin: 0 auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* #divMain {
      margin-left: 8%;
    } */
    .main-display {
        background-color: gold; 
        width: 90%; 
        margin: 0 auto;
    }

    .main-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 90%; 
        margin: 0 auto;
    }

    .main-trips-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        margin: 0 auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* #slide-out {background: blue;} */
    /* #divMain {
      margin-left: 10%;
    } */
    .main-display {
        background-color: green; 
        width: 70%; 
        margin: 0 auto;
    }

    .main-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 70%; 
        margin: 0 auto;
    }

    .main-trips-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 70%; 
        margin: 0 auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* #slide-out {background: orange;} */
    /*#divMain {
       margin-left: 30%; 
    }*/
    .main-display {
        background-color: yellow; 
        width: 70%; 
        margin: 0 auto;
    }

    .main-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 80%; 
        margin: 0 auto;
    }

    .main-trips-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        margin: 0 auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* #slide-out {background:#e6f7ff;} */
    #divMain {
      margin-left: auto;
      margin-right: auto;
    }

    .main-display {
        background-color: white; 
        width: 50%; 
        margin: auto
    }

    .main-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 60%; 
        margin: auto
    }

    .main-trips-display-tabs {
        background-color: rgba(245, 248, 253, 1); 
        width: 100%; 
        margin: auto
    }
}

/* Icons */
.material-symbols-outlined-event {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}