body{
    background-color:rgb(226, 226, 204,0.8);
    /*background: linear-gradient(to bottom, #add8e6, #00008b); 
    min-height: 100vh;*/
}
.card{
    height: 60vh;
    margin: 15%;
    background-color: rgb(192, 217, 226); 
    padding-top: 30px;
    border-radius: 30px;
    box-shadow: 6px 5px 5px grey;
    display: flex;    
    align-items: center;
    flex-direction: column;
    padding:5%;
}
.input{    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    width: 300px;
    margin-top: 20%;    
}
.input-field{
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    border-radius: 20px;
    border:0px;
}
.input-field:focus{
    border: beige 3px solid;
    outline:none;
}
.input-field:hover{
    border: beige 3px solid;
    outline:none;
}
.button-style1{
    height: 50px;
    width: 60%;
    border-radius: 25px;
    box-sizing: border-box;
    margin: 10px 0;
    background-color: white;
    border:0px;
}
.button-style1:hover{   
    border: 6px solid beige;
    background-color: white;
}

.loggedin_menu_card{
    margin: 1%;
    height: 5vh;
    background-color: rgb(192, 217, 226); 
    border-radius: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20%;
    padding-left: 20%;
}
.loggedin_menu_card a{
    color: grey; 
}
.add_route_container{
    margin: 1%;
    background-color: rgb(192, 217, 226);  
    border-radius: 25px;
    padding: 30px;
}
select{
    color: grey;
    margin: 10px 0;
    border-radius: 25px;
}
.route_container{
    position: relative;
    margin: 1%;
    background-color: rgb(192, 217, 226); 
    border-radius: 25px;
    padding: 30px;
}
.scrollable-content {
    min-height: 40vh;
   /* overflow-y:auto; /* Vertikales Scrollen aktivieren */
    border: 0px solid white;
    padding: 20px;
    border-radius: 25px;
    background-color: white;
}
.item_container_container{
    display: flex;
    border-radius: 10px;
    background-color: rgb(128, 128, 128,0.25);
    margin-bottom: 5px;    
    border-bottom: 5px solid black;
}
.item_container{
    width:95%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding:5px;
}

.item{
    font-size: 10px;    
}
.item-remove{    
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: rgb(226, 26, 26);
    padding: 1px;
    padding-bottom: 6px;
    border-radius: 10px;
    border: 2px solid rgb(156, 15, 15);
    color: black;
    margin: 5px;
}
.item-remove:hover{
    background-color: rgb(156, 15, 15);
}
.confirm-remove-container{
    position: absolute;
    background-color: rgb(192, 217, 226); 
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 1);
    padding: 25px;
    
}
.confirm-remove{
    display:flex;
    align-items: center;
    height: 100%;
    background-color: white;
    border-radius: 25px;    
    flex-direction: column;
    padding: 10px;
}
.remove-confirm-data{
    background-color: rgb(128, 128, 128,0.25);
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    display: flex;
    justify-content: center;
}
.item-remove-confirm-true{
    text-decoration: none;
    background-color: rgb(61, 230, 61);
    border:3px solid rgb(51, 187, 51);
    border-radius: 5px;
    padding:2px;
    color:black;

    margin-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.item-remove-confirm-true:hover{
    background-color: rgb(51, 187, 51);
}
.item-remove-confirm-false:hover{
    background-color: rgb(156, 15, 15);
}
.item-remove-confirm-false{
    text-decoration: none;
    background-color: rgb(226, 26, 26);
    border:3px solid rgb(156, 15, 15);
    border-radius: 5px;
    padding:2px;
    color:black;
    
    margin-left:5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.confirm-buttons{
   height: 10vh;
   display: flex;
   align-items: center;
   justify-content: center;
}
.route_container2{
    margin: 1%;
    background-color: rgb(192, 217, 226); 
    border-radius: 25px;
    padding: 30px;    
}
.route_container2 p{
    color: rgb(105, 105, 105);
}
.table{
   /* overflow-y:auto; /* Vertikales Scrollen aktivieren */
    border: 0px solid white;
    padding: 20px;
    border-radius: 25px;
    background-color: white;
}
.table-container{
    display: flex;
    justify-content: space-between;
    background-color: rgb(128, 128, 128,0.25);
    margin-bottom: 5px;
    padding:5px;
    border-bottom: 5px solid black;
    border-radius: 10px;
}
.table-container-item{
    font-size: 10px;
}
.iframe-container{
    margin: 1%;
    background-color: rgb(192, 217, 226); 
    border-radius: 25px;
    padding: 30px;
    height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
iframe{
    width: 100%; /* 100% der Viewport-Breite */
    height: 100%; /* 100% der Viewport-Höhe */
    border: none;
    border-radius: 25px;
    border:5px solid white;
}
.price-calculate-button{
    background-color: white;
    border-radius: 15px;
    padding: 5px;
    height: 100%;
    border:0px;
}
.price-calculate-button:hover{
    border: 3px solid beige;
}
.summary-input{
    border:0px;
    border-radius: 15px;
    padding: 5px;
}
.summary-input:hover{
    border: 3px solid beige;
}
.Reset{
    position: absolute;
    text-decoration: none;
    color: black; 
    background-color: rgb(226, 26, 26);
    border:3px solid rgb(156, 15, 15);
    border-radius: 10px;
    padding: 4px;
    bottom: 0px;
    right: 0px;
}
.Reset:hover{
    background-color: rgb(156, 15, 15);
}