.outer-wrap{
    display: flex;
    flex-direction: column;
    /*background-color: green;*/
    /*border: 1px solid black;*/
    /*width: 25rem;*/
    height: 18rem;
    background-color: white;
    border-radius: 20px;
}
.wrap-inner{
    /*padding: 1rem 2rem;*/
    display: flex;
    flex-direction: column;
}
.nr-heading{
    font-family: 'Gotham Medium',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #082969;
}
.nr-para{
    display: flex;
    flex-direction: column;
    font-family: Open Sans,Arial,sans-serif;
    color: #666;
    margin-top: 1em;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #082969;
}
.nr-form{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.nr-input-outer{
    display: flex;
    flex-direction: column;
}
.nr-label{
    font-size: medium;
    font-weight: bold;
    color: #082969;
}
.nr-input{
    height: 3rem;
    width: auto;
    /*border: none;*/
    font-size: large;
    color: #082969;
    border: 2px solid #999;
    border-radius: 5px;
    padding-left: 0.5rem;

}
.from-list{
position: absolute;
}
/*.nr-input{*/
/*    height: 3rem;*/
/*    width: auto;*/
/*    !*border: none;*!*/
/*    font-size: large;*/
/*    color: #082969;*/
/*    border: 2px solid #999;*/
/*    border-radius: 5px;*/
/*}*/
.nr_select_option{
    padding: 3em;
}
.find-route-btn{
    height: 3rem;
    width: auto;
    background-color: #FF8C90;
    color: white;
    font-size: medium;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
.booking-btn{
    margin-top: 1rem;
    display: none;
    height: 3rem;
    width: auto;
    background-color: #BB2404;
    color: white;
    font-size: medium;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.find-route-btn:enabled{
    background-color: #BB2404;
}
.response{
    display: flex;
    flex-direction: column;
    /*border: 1px solid black;*/
    /*width: 25rem;*/
    height: auto;
    background-color: white;
    border-radius: 20px;
}
/*.queryResponse{*/
/*border: 1px solid black;*/
/*    width: 20rem;*/
/*    height: 20rem;*/
/*}*/
.main-res{
    /*border: 1px solid black;*/
    /*border-radius: 20px;*/
    /*padding: 2rem;*/
}
.trip-main{
    border: 1px solid black;
    border-radius: 10px;
    background-color: #082969;
    color: white;
    margin-top: 1em;
    padding: 1.5em;
}
.date-trip-count{
    display: flex;
    justify-content: space-between;
}
.date-div-outer{
font-size: large;
    font-weight: bold;
    color: #082969;
}
.dash-div{
    font-weight: bolder;
}
.start-end-time-div{
    display: flex;
    gap: 0.3em;
}
.time-dur-div{
    display: flex;
    justify-content: space-between;
}
.date-array-container{
    display: flex;
    gap: 0.2em;
    overflow: hidden;
    position: relative;
}
.date-element{
    display: flex;
    background-color:  #eeeeee;
    border-radius: 10px;
    font-size: medium;
    padding: 0.4em 1em;
    gap: 0.2em;
}
.date-element:hover{
background-color:#082969 ;
    color: white;
    cursor: pointer;
}
.date-element:focus{
    background-color:#082969 ;
    color: white;
}
.date-element-active{
    background-color:#082969 ;
    color: white;
}
.see-details-div{
    display: flex;
    justify-content: end;
    margin-top: 0.5rem;
    gap: 0.5em;
    cursor: pointer;
}
.det-from-container{
    display: flex;
    gap: 1rem;
}
.det-to-container{
    display: flex;
    gap: 1rem
}
.details-div{
    display: none;
    flex-direction: column;
    /*gap: 2rem;*/
    padding: 1.5rem;
}
.show-det{
    color: white;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}
.show-det:hover{
    text-decoration: underline;
}

.date-slider {
    display: flex;
    gap: 0.5rem;
}
.list-outer{
    position: relative;
    width: 100%;
    height: 20vh;
    overflow-y: auto;
}

.list {
    position: absolute;
    z-index: 1;
    list-style: none;
    padding: 0;
    width: 100%;
    background: white;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    max-height: 20vh;
    overflow-y: auto;
}

.list-item {
    padding: 0.5rem;
    cursor: pointer;
}

.list-item:hover {
    background-color: #eeeeee;
}
.response-container{
    /*width: 25rem;*/
    /*border: 1px solid black;*/
    /*padding: 2rem;*/
}
.heading-trip{
    /*padding: 1rem;*/
    display: flex;
    justify-content: start;
    margin-bottom: 2rem;
    /*gap: 1.5rem;*/
}
.shuffle-form{
    display: flex;
    gap: 1rem;
}
.trip-end-points{
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
.trip-container{
    display: flex;
    flex-direction: column;
}
.trip-span{
font-size: small;
}
.input-trip{
    outline: none;
    font-size: x-large;
    border: none;
    background-color: transparent;
}
.date-container{
    padding: 1rem;
}
.date-today{
    margin-left: 1.5rem;
}
#slider-container {
    /*width: 25rem;*/
    overflow: hidden;
    margin: 20px auto;
    position: relative;
}

#slider-content {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 auto;
}
.icon-shuffle{
    width: 40px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: black;
    background-color: transparent;
}

.date-slide-btns{
    display: flex;
    justify-content: end;
    /*padding: 1em;*/
    gap: 0.5em;
    cursor: pointer;
}
.calender-navigation-btns{
    display: flex;
    justify-content: space-between;
}
.icon-arrow-down{
    width: 0.5em;
    /*margin-top: 0.5rem;*/
}

.calender-outer{
    display: flex;
    justify-content: start;
    gap: 1rem;
}
.calender-month{
    margin-top: 0.2em;
    font-weight: bold;
    font-size: large;
    color: #082969;
}
.navigation-btns{
    display: flex;
    /*justify-content: end;*/
}
.icon-prev-next-btn{
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.svg-hover:hover path{
    fill: #e30613;
}


.icon-time-container{
    display: flex;
    gap: 0.5rem;
}
.icon-clock{
    margin-top: 0.1em;
    width: 1rem;
}
.calender{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.calender-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.date-picker{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.date-picker::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.intermediate-stops ul {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.intermediate-stops  li {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
    color:#ffffff;
    list-style: none;
}

.intermediate-stops  li:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    top: 4px;
    left: 5px;
    width: 1px;
}

.intermediate-stops  li:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23cff' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 1px;
    height: 12px;
    width: 12px;
}

@media screen and (max-width: 480px) {
    .input-trip{
        font-size: large;
    }
    .icon-shuffle{
        margin-top: 3rem;
    }
    .shuffle-form{
        gap: 0.5em;
    }
    .intermediate-stops {
       padding-left: 0.5em;
    }
    .trip-span{
        font-size: x-small;
    }
}
/*-----Messages---*/

.timeline-non-transit-leg__content {
    color: #656782;
    font-size: .875rem;
    margin: 1rem 0 2rem 2.5rem;
    padding-left: 2rem;
}

.timeline-non-transit-leg__details__icon {
    float: left;
    font-size: 1.5rem;
    margin-left: -2.25rem;
    margin-top: -0.25rem;
    position: relative;
}
.travel-tag {
    background-color: #ccffff;
    border-radius: 0.25rem;
    display: flex;
    font-size: .875rem;
    min-height: 32px;
    padding: 0 0.575rem;
}
.travel-tag__label {
    color: #0b0b0b;
    align-self: center;
    margin-top: 0.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.loading-container{
    position: fixed;
    height: 100vh;
    width: 100vw;
    min-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 999;
}
.hidden{
    display: none;
}
.loading {
    width: 100px;
    height: 100px;
    border: 8px solid #ccc;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.shuffle-icon{
    display: flex;
    align-items: center;
}



.msg-parent-container{
    font-family: Roboto, sans-serif;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: auto;
    gap: 1rem;
}
.pg-msg-outer-div{
    width: 299px;
    height: 100%;
    min-height: 18rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    background-color: white;
}
.pg-msg-inner-div{
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin: 16px;
    overflow-y: auto;
    text-align: left;
    height: 100%;
}
.msg-outer-div{
    width: 299px;
    height: 100%;
    min-height: 18rem;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: white;
}
.msg-inner-div{
    font-family: Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin: 16px;
    overflow-y: auto;
    text-align: left;
    height: 100%;
}
.pg-msg-time-date-container{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F2F6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 49px;
}
.msg-time-date-container{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F0F2F6;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    height: 49px;
}
.msg-time-icon{
    width: 0.7rem;
    align-items: center;
}
.msg-icon-time-container{
    margin-left: 16px;
    display: flex;
    gap: 0.5em;
    align-items: center;
}
.msg-calender-icon{
    width: 0.7rem;
}
.msg-calender-date-container{
    margin-right: 16px;
    display: flex;
    gap: 0.5em;
}
.msg-title-element{
    font-size:18px;
    color: #082969;
    font-weight: bold;
    line-height: 24px;
}
.msg-desc-div{
    color: #BB2404;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}
.msg-message-content{
    font-size: 14px;
    line-height: 21px;
}
.title-icon-container{
    display: flex;
    gap: 1rem;
}
.ferry-icon{
    min-width: 25px;
}
@media screen and (max-width: 480px){

    .ferry-icon{
        width: 30px;
        height: 30px;
    }
    .msg-parent-container{
        grid-template-columns: 1fr;
    }

}


/*---------Forms----------*/

.fr-main-container{
    width: 100%;
    color: #333333;
    margin: 2rem 0;

}
.fr-form{
    display: flex;
    flex-direction: column;

}
.fr-input-container{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    position: relative;

}

.fr-input{
    height: 2.2rem;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 5px;
    font-size: medium;
    padding-left: 10px;
    color: rgb(102, 102, 102);
}
.fr-textarea{
    border-radius: 4px;
    border: 1px solid rgb(102, 102, 102);
    font-size: large;
    padding-left: 10px;
    padding-top: 10px;
    color: rgb(102, 102, 102);
}
.error-message-with-span{
    color: rgb(169, 68, 66);
    display: none;
    font-size: medium;
    position: absolute;
    margin-top: 5.7rem;

}
.error-message{
    color: rgb(169, 68, 66);
    display: none;
    font-size: medium;
    position: absolute;
    margin-top: 4rem;

}
.error-message-textarea{
    color: rgb(169, 68, 66);
    display: none;
    font-size: medium;
    position: absolute;
    margin-top: 12rem;
}
.error-message-textarea-with-span{
    color: rgb(169, 68, 66);
    display: none;
    font-size: medium;
    position: absolute;
    margin-top: 13.8rem;
}
.fr-label{
    font-size: medium;
    color: #003470;
}
.fr-span{
    font-size: medium;
}
.btn-image-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.fr-send-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25rem;
    height: 3rem;
    border-radius: 4px;
    border: 1px solid rgb(188, 191, 192);
    color: white;
    background-color: rgb(0, 52, 112);
    cursor: pointer;
    font-size: medium;
}
.fr-send-button:hover{
    background-color: #3968a6;
}
.input-file{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.custom-file-label{
    font-size: medium;
   width: 100%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid black;
    text-align: center;
    border-bottom: none;
    padding: 0.4em 0;
}
.custom-file-label:hover{
    background-color: #dcdcde;
}
.fr-image{
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid black;
    width: 17rem;
    height: 17rem;
    justify-content: end;
    border-radius: 4px;
}
.fr-radio-btn{
    display: flex;
    gap: 0.5rem;
}
.fr-input-select{
    height: 2.2rem;
    border-radius: 4px;
    font-size: medium;
    padding-left: 1rem;
    color: rgb(102, 102, 102);
    width: 10rem;
}
.fr-attachment{
    font-size: medium;
    width: 7rem;
    display: inline-block;
    cursor: pointer;
    border: 1px solid black;
    text-align: center;
    padding: 0.4em 0;
    border-radius: 4px;
}
.fr-checkbox{
    display: flex;
    align-items: center;
}
.form-response{
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 60rem;
    text-align: center;
    align-items: center;
}
.back-to-form-btn{
    width: 10rem;
    height: 3rem;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid rgb(188, 191, 192);
    color: white;
    background-color: rgb(0, 52, 112);
    font-size: medium;
    justify-content: center;
}
.pic-icon{
    height: 170px;
    width: 250px;
}
.fr-span-error{
    margin: 2rem 0;
    display: flex;
    text-align: center;
    justify-content: center;
    color: rgb(169, 68, 66);
    font-size: large;
}
.response-error{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 1rem;
    color: rgb(169, 68, 66);
    border: 2px solid rgb(188, 191, 192);
    width: 20rem;
    padding: 1rem;
}



/*.test-main{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
.test-select{
    width: 25rem;
    padding: 0.5rem;
    font-size: medium;
    margin-bottom: 1rem;
}
.test-stop-list-div{
    display: flex;
}
.test-li-id{
    list-style: none;
}