#isi-remboursement-widget-container {
    width: auto;
    position: unset;
}

.ticket-picto:before {
    background-color: #fd6a00;
    -webkit-mask-image: url(/wp-content/themes/rai/images/points.svg);
    mask-image: url(/wp-content/themes/rai/images/points.svg);
    content: '';
    display: block;
    height: 26px;
    pointer-events: none;
    width: 20px;
    top: 7px;
    right: 6px;
    position: absolute;
}

.phone-picto:before {
    background-color: #fd6a00;
    -webkit-mask-image: url(/wp-content/themes/rai/images/smartphone.svg);
    mask-image: url(/wp-content/themes/rai/images/smartphone.svg);
    content: '';
    display: block;
    height: 22px;
    pointer-events: none;
    width: 17px;
    top: 7px;
    right: 6px;
    position: absolute;
}

.input-ticket, .input-phone, .input-ticket::placeholder, .input-phone::placeholder {
    color: #77b9b1 !important;
    font-size: 15px;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    margin: 0 8px 8px 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#remboursementTimeout {
    text-align: center;
}

#remboursementResult {
    height: 100px;
    margin-top: 8px;
    color: white;
}

.horaires .form-monvoyage.form-remboursements {
    margin-bottom: 5px;
    margin-top: 70px;
}
.location-help {
    font-weight: bold;
}
.input-group.date .input-group-addon.phone-help, .input-group.date .input-group-addon.ticket-help, .location-help {
    cursor: help;
}
.col-right {
    height: 240px;
    margin-left: 5rem;
}
