@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap');
* {
    font-family: "Montserrat" , sans-serif;
}

body {
    background-color: teal;
}

.sidebar{
    padding-left: 2%;
    padding-top: 1%;
    background: teal;
    margin-left: 0.3%;
    padding-top: 1%;
    margin-top: 0.5%;
    margin-right: 0.2%;
    border-color: black;
    border-radius: 6px;
    border: 1px solid;
    position: fixed;
    width: 240px;
    padding: 7px 15px;
    transition: all 0.5s ease;
    height:100%;
    box-shadow: 2px 5px 20px rgba(24, 23, 23, 0.5);
}

.sidebar ul li{
    list-style: none;
    height: 52px;
    width: 100%;
    margin: 0 6px;
    position: relative;
    line-height: 52px;
    border-radius: 10px;
}

.sidebar ul li .tool{
    position: absolute;
    left: 122px;
    top: 50%;
    transform: translateY(-50%,);
    border-radius: 10px;
    height: 35px;
    width: 122px;
    line-height: 35px;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: 0s;
    opacity: 0;
    pointer-events: none;
    display: block;
}

.sidebar ul li:hover .tool{
    transition: all 0.5s ease;
    opacity: 40;
    top: 50%
}


.nav_bar{
    padding-top: 40px;
    font-size: larger;
    font-style: normal;
    font-weight: 600;
    font-family: sans-serif;
    background: teal;
    display: block;
    color: antiquewhite;
    
}
h1{
    font-size: x-large;
    
}

.links_name{
    color: antiquewhite;
}

.bx{
    color: black;
    font-size: 25px;
}
#john_doe {
    margin-top: 0px;
    margin-left: 90px;
    padding-top: 18px;
}
#sign_out{
    margin-top: 0px;
    margin-left: 90px;
    padding-top: 18px;
}
.nav_bar a {
    text-decoration: none;
}
#john_doe .bxs-user{
    margin-top: 5px;
    margin-left: -92px;
    
}

#welcome{
    font-size: smaller;
    padding-left: 14%;
}

.system{
    background: rgb(66, 165, 144);
    border: 1px solid;
    border-radius: 6px;
    width: 240px;
    margin-left: -16px;
    margin-top: -18px;
}

.profile_info{
    display: flex;
    gap:270px;
    position: relative;
    padding-top: 9px;
    margin-left: 80px;

}

.profile{
    left: 260px;
    margin-top: 30px;
}

nav{
    background-color: teal;
    margin-left: 13.4%;
    margin-top: 0%;
    border-color: black;
    border-radius: 10px;
    border: 1px solid;
    margin-right: 1%;
    /* width: 100%; */
    box-shadow: 2px 5px 20px rgba(24, 23, 23, 0.5);
}

.profile_info h3{
    color: black;
}

.profile_info button{
    background: teal;
    border-collapse: collapse;
    border-radius: none;
    border: 0.2px solid;
    cursor: pointer;
    border-radius: 5px;
}

#edit{
    color: rgb(10, 12, 12);
    color: rgb(17, 19, 19);
    border: none;
    cursor: pointer;
}

.nav{
    /* margin-right: 300px;
    margin-left: 24px; */
    width: 100%;
    /* position: fixed; */
}


#btn_info{
    color: teal;
    border: none;
}
.btn-more {
    background-color: teal;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
}

section{
    background-color: white;
    box-shadow: 0px 0px 9px 9px gray;
    transition: 0.3s;
    border-radius: 3%;
    align-content:space-around;
    margin-left: 17%;
    margin-right: 2%;
}
.section-navbar {
    margin-left: 0%;
}
.logo h2 {
    text-align: center;
}
.details {
    background-color: white;
    align-items: center;

}
.details-left {
    width: 80%;
}
.details-chart {
    align-items: center;
    margin-left: 23%;

}
.details-left p{
    font-size: xx-large;
    font-weight: 800;
    text-align: center;
}
caption{
    font-size: x-large;
    font-weight: 500;
    color: black;
}
h1 {
    color:black;
    font-family: "Montserrat" , sans-serif;
    font-size: xxx-large;
    font-weight: 900;
    text-align: center;
}
#e {
    color: gold;
}
.section2 {
    background-color: white ;
    margin-top: 5%;
}
.details {
    display: flex;
    flex-direction: column;
}
/* .section3 {
    background-color: ;
}
.section4 {
    background-color: ;
}
.section5 {
    background-color: ;
} */
table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border: 3px solid purple;
    font-size: x-large;
  }
  
  thead th:nth-child(1) {
    width: 30%;
  }
  
  thead th:nth-child(2) {
    width: 20%;
  }
  
  thead th:nth-child(3) {
    width: 15%;
  }
  
  thead th:nth-child(4) {
    width: 35%;
  }
  
  th, td {
    padding: 20px;
    text-align: left;
  }
  .next-trip {
    text-align: center;
    margin-top: 3%;
    padding-top: 1%;
    margin-bottom: 3%;
    padding-bottom: 2%;
    padding-left: 3%;
  }
  .table {
    margin-bottom: 3%;
  }
  #display {
    font-weight: 500;
  }
  .name {
    font-weight: 200;
  }