/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.dlc-search-tuition-header-container {
    background-color: #E5E6F6EB;
    padding: 25px;
}
.dlc-search-tuition-header-container .row {
    max-width: 1500px;
    margin: auto;
}
.dlc-search-tuition-header-container h4 {
    font-family: "Inter Tight";
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #091268;
    margin: 0;
}
.dlc-search-tuition-header-container p{
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    margin: 0;
    color: #091268;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper{ 
    display: flex;
    justify-content: space-between;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper input#tuition-search-input,
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper input#tuition-search-input::placeholder {
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 60px;
    line-height: 54px;
    text-align: center;
    color: #9196C0;
    max-width: 432px;
    background-color: #ffffff;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .search-btn{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FAFAFA;
    background-color: #F5333F;
    height: fit-content;
    border: 1px solid #F5333F;
    padding: 14px;
    min-width: 180px;
    border-radius: 4px;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .search-btn:hover{
    background-color: #FFFFFF;
    color: #F5333F;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .search-btn-model{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #F5333F;
    background-color: transparent;
    height: fit-content;
    border: 1px solid #F5333F;
    padding: 14px;
    min-width: 180px;
    border-radius: 4px;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .search-btn-model:hover{
    background-color: #F5333F;
    color: #FFFFFF;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .content .buttons{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .content .accept-terms{
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .content .accept-terms .form-check-input{
    margin: 0;
}
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .content .accept-terms label,
.dlc-search-tuition-header-container #tuition-search-form .search-wrapper .content .accept-terms label a{
    font-family: "Inter Tight";
    font-weight: 400;
    font-size: 11.09px;
    letter-spacing: -1%;
    vertical-align: middle;
    color: #091268;
}
/*Modal*/
.dlc-modal-model_tuition{
    position: fixed;
    top: 0;
    min-width: 100vw;
    min-height: 100vh;
    background-color: #0000005b;
    left: 0;
    z-index: 9999;
    display: none;
}
.dlc-modal-model_tuition .content-modal{
    max-width: 550px;
    margin-right: 0;
    width: 100%;
    background: #E5E6F6;
    padding: 80px;
    display: flex;
    border-radius: 4px;
    position: relative;
    height: 100vh;
    margin-left: auto;
}
.dlc-modal-model_tuition .content-modal .close{
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 24px;
    color: #091268;
    right: 20px;
    top: 20px;
    opacity: 1;
}
.dlc-modal-model_tuition .content-modal .content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.dlc-modal-model_tuition .content-modal .content i{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 42px;
    color: #091268;
    margin-bottom: 14px;
}
.dlc-modal-model_tuition .content-modal .content p{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #091268;
    max-width: 270px;
    margin-bottom: 44px;
}
.dlc-modal-model_tuition .content-modal .content form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 2%;
}
.dlc-modal-model_tuition .content-modal .content form select{
    padding: 0 10px;
}
.dlc-modal-model_tuition .content-modal .content form select:focus{
    outline: none;
}
.dlc-modal-model_tuition .content-modal .content form select{
    width: 100%;
    background-color: #FAFAFA;
    min-height: 48px;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #091268;
    background-image: none;
    border: 0;
    border-radius: 4px;
}
.dlc-modal-model_tuition .content-modal .content form .checkbox{
    margin-bottom: 34px;
}
.dlc-modal-model_tuition .content-modal .content form .checkbox label{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #091268;
}
.dlc-modal-model_tuition .content-modal .content form .button{
    width: 100%;
    text-align: center;
}
.dlc-modal-model_tuition .content-modal .content form .button .btn{
    background-color: #F5333F;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FAFAFA;
    min-width: 230px;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 49px;
}
.dlc-modal-model_tuition .btn-change-to-tuition,
.dlc-modal-model_tuition .btn-change-to-modal{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #091268;
    text-decoration: underline;
    cursor: pointer;
}
.dlc-modal-model_tuition .btn-change-to-tuition:hover,
.dlc-modal-model_tuition .btn-change-to-modal:hover{
    text-decoration: none;
}
.dlc-modal-model_tuition .modal-content-model,
.dlc-modal-model_tuition .modal-content-tuition{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.dlc-modal-model_tuition .modal-content-tuition{
    display: none;
}
.dlc-modal-model_tuition .modal-content-tuition input[name="tuition"]{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 54px;
    text-align: center;
    color: #9196C0;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    width: 100%;
    max-width: 400px;
}
.dlc-modal-model_tuition .modal-content-tuition input[name="tuition"]::placeholder {
    color: #9196c0bb;
}

/* COMPATIBLE CAR */
.dlc-compatible-car{
   border: 1px solid #9196C04D; 
   border-radius: 4px;
   padding: 25px 25px 25px 22px;
   margin-bottom: 35px;
}
.dlc-compatible-car .content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.dlc-compatible-car .izq{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 23px;
}
.dlc-compatible-car i{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 42px;
    line-height: 42px;
    color: #77C368;
}
.dlc-compatible-car .izq div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.dlc-compatible-car .compatible {
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #77C368;
}
.dlc-compatible-car .name{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #091268;
}
.dlc-compatible-car .engine{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    color: #091268;
}
.dlc-compatible-car .dlc-modify-vehicle-btn{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #091268;
    cursor: pointer;
}
.dlc-compatible-car .dlc-modify-vehicle-btn:hover{
    text-decoration: none;
}

/* TOP HEADER */
.dlc-tuition-top-header-car{
    border: 1px solid #091268;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    margin-left: 15px;
    margin-right: -150px;
    min-width: 360px;
}
.dlc-tuition-top-header-car .content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.dlc-tuition-top-header-car .content .izq{
    display: flex;
    align-items: center;
    gap: 10px;
}
.dlc-tuition-top-header-car .content .izq .vehicle-data{
    display: flex;
    flex-direction: column;
}
.dlc-tuition-top-header-car .content .vehicle-name{
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #091268;
}
.dlc-tuition-top-header-car .content .vehicle-engine{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
.dlc-tuition-top-header-car .content span{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #091268;
}
.dlc-tuition-top-header-car .content .izq > i{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #091268;
}
.dlc-tuition-top-header-car .content .drc{
    display: flex;
    align-items: center;
    gap: 10px;
}
.dlc-tuition-top-header-car .content .drc i{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    color: #091268;
}
.dlc-tuition-top-header-car .open-modal{
    cursor: pointer;
    font-size: 13px;
}
.dlc-tuition-top-header-car .open-modal:hover{
    text-decoration: underline;
}
.dlc-tuition-top-header-car .clear-vehicle-btn{
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 3px;
}
.dlc-tuition-top-header-car .clear-vehicle-btn:hover{
    background: #f0f0f0;
}
.dlc-tuition-top-header-car.has-vehicle{
    background: #f8f9ff;
}

/* Vehículos guardados del cliente */
.modal-content-saved-vehicles {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    justify-content: center;
    width: 100%;
}
.modal-content-saved-vehicles > i {
    font-size: 48px;
    color: #091268;
    margin-bottom: 15px;
}
.modal-content-saved-vehicles > p {
    font-size: 18px;
    font-weight: 600;
    color: #091268;
    margin-bottom: 20px;
}
.saved-vehicles-list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.saved-vehicle-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}
.saved-vehicle-item:hover {
    background: #eef0ff;
    border-color: #091268;
}
.saved-vehicle-item.is-default {
    background: #e5e6f6;
    border-color: #091268;
}
.saved-vehicle-item .vehicle-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.saved-vehicle-item .vehicle-name {
    font-weight: 600;
    color: #091268;
    font-size: 14px;
}
.saved-vehicle-item .vehicle-plate {
    font-size: 12px;
    color: #666;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
}
.saved-vehicle-item .vehicle-engine {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}
.saved-vehicle-item .vehicle-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}
.saved-vehicle-item .vehicle-actions .btn-select-saved-vehicle,
.saved-vehicle-item .vehicle-actions .btn-delete-saved-vehicle {
    all: unset;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    padding: 4px;
}
.saved-vehicle-item .vehicle-actions .btn-select-saved-vehicle {
    color: #091268;
}
.saved-vehicle-item .vehicle-actions .btn-select-saved-vehicle:hover {
    color: #0d1a8a;
}
.saved-vehicle-item .vehicle-actions .btn-delete-saved-vehicle {
    color: #dc3545;
}
.saved-vehicle-item .vehicle-actions .btn-delete-saved-vehicle:hover {
    color: #c82333;
}
.saved-vehicles-actions {
    margin-top: 20px;
}
.saved-vehicles-actions .btn-add-new-vehicle {
    color: #091268;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}
.saved-vehicles-actions .btn-add-new-vehicle:hover {
    color: #0d1a8a;
}
.btn-back-to-saved-vehicles {
    display: block;
    color: #091268;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px;
    margin-top: 10px;
}
.btn-back-to-saved-vehicles:hover {
    color: #0d1a8a;
}
.save-vehicle-checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.save-vehicle-checkbox label {
    font-size: 13px;
    color: #555;
}