/*
 * Application-wide custom styles
 * This file is served by Propshaft without preprocessing
 */

.content-wrapper {
    width: 1400px;
    margin: 0 auto;
}

.en_ligne_-_Insc_en_cours, .Prévente_Exclusive, .en_ligne_-_GARANTI, .en_ligne_-_CONTIGENT_LIMITÉ, .En_ligne_-_Itinéraire_révisé_COVID, .Parti_✔ {
    background: seagreen;
}

.en_ligne_-_SUR_DEMANDE, .en_ligne_-_garanti_-_SUR_DEMANDE{
    background: rebeccapurple;
}

.En_ligne_-_Prix_Estimé {
    background: hotpink;
}

.en_ligne_-_DANGER_🔺, .Annulé_COVID_❌ {
    background: darkred;
}

.en_ligne_-_COMPLET_🛑, .Forfait_GROUPE_fermé {
   background: darkorange;
}

.Annulation_en_cours_❌ {
    background: #fcefa1;
    color: #0c0c0c;
}

.Annulé_❌ {
    background: lightskyblue;
}

.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 1em;
    padding-bottom: 2em;
}

.page.gap {
    display: none;
}

span.page {
    width: 1.5em !important;
    height: 1.5em !important;
}

.page, .first, .prev, .next, .last {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1em;
}

.current {
    border-radius: 50%;
    background: dodgerblue;
}

.price-table {
    width: 1200px;
}

#hailey {
    filter: drop-shadow(5px 5px 10px #707070);
}

#hailey.hailey-button {
    filter: none;
}

.hailey {
    display: flex !important;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 1rem;
}

.hailey-button.hidden {
    display: none;
}

.hailey-button:hover {
    filter: brightness(110%);
}

.hailey-button svg {
    height: 2.5rem;
    width: 2.5rem;
}

.hailey-convo {
    display: none;
    flex-direction: column;
    max-height: 90vh;
    min-width: 20vw;
    max-width: 90vw;
    overflow-y: auto;
    transition: opacity 1s linear;
    opacity: 0;
}

.hailey-convo.open {
    display: flex;
    opacity: 1;
    max-width: 600px;
    max-height: 1000px;
/* filter: drop-shadow(0 0 0.75rem black); */
}

.hailey-header {
    display: flex;
    height: 6rem;
    align-items: center;
    padding: 1.5rem;
    justify-content: space-between;
    border-bottom: 2px solid #eeeeee;
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: black;
}

.hailey-header-title {
    display: flex;
    align-items: center;
}

.hailey-header h1 {
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.hailey-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: auto;
    min-height: 10rem;
    padding: 0 1rem;
}

#hailey-typing {
    font-weight: normal;
}

.hailey-message, .user-message {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0.5rem;
    color: #fff;
    padding: 0.75rem;
    max-width: 80%;
    word-break: break-word;
}

.user-message {
    margin-left: 20%;
    margin-right: 0.5rem;
    background: rgba(0,55,112,0.9);
    align-self: flex-end;
    border-radius: 1rem 1rem 0 1rem;

}

.hailey-message {
    margin-left: 0.5rem;
    color: black;
    background: #eeeeee;
    border-radius: 1rem 1rem 1rem 0;

}

.hailey-minimize-button {
    background: transparent;
    border: none;
    cursor: pointer;
}

.hailey-minimize-button svg {
    height: 1.5rem;
    width: 1.5rem;
    color: rgb(238,80,0);
    margin-right: 0.5rem;
}

.hailey-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    padding: 0.5rem;
    border-top: 2px solid #eeeeee;
    padding: .5rem 1.5rem;
}

.hailey-footer textarea {
    font-family: inherit;
    appearance: none;
    height: 70%;
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    background: #eeeeee;
    text-indent: .5rem;
    border-radius: 7px;
    padding: 0.5rem;
    color: black;
    scrollbar-width: none;
}

textarea:focus{
    outline: none;
}

.hailey-send-button {
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0 0.25rem 0 1rem;
    transition: 50ms ease-in-out
}

.hailey-send-button:hover {
    filter: brightness(110%);
}

.hailey-send-button svg {
    height: 2rem;
    width: 2rem;
    color: rgb(238,80,0);
}

.gvq-open-button {
    width: 4em !important;
    height: 4em !important;
}

.info-slider {
    width: 45em;
    height: 100vh;
    background: white;
    position: fixed;
    right: -45em;
    overflow-x: hidden;
    top: 0;
    transition: 250ms ease-in;
}

.show-slider {
    right: 0 !important;
    box-shadow: -7px -1px 20px -1px rgba(138,138,138,0.61);
    -webkit-box-shadow: -7px -1px 20px -1px rgba(138,138,138,0.61);
    -moz-box-shadow: -7px -1px 20px -1px rgba(138,138,138,0.61);
}

.hidden {
    display: none !important;
}

.disabled {
    background: rgba(149, 149, 149, 0.7);
}

.disabled-input {
    background: rgba(149, 149, 149, 0.3);
    color: rgb(149, 149, 149);
}

.select-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: fit-content;
    height: 1em;
    padding: 1em 1.5em;
    background: rgb(238,80,0);
    color: white;
    border-radius: 9999px;
}

