﻿@import url("/NResponsiveLayout/Theme.Theme2018.css?37119");

.TituloN {
    font-size:32px;
    font-weight:bold;
}

.faux-red-asterisk::after{
    content: "*";
    margin: 0px 0px 5px 3px;
    color: #bf1601;
    font-size: 17px;
    font-weight: normal;
    transform: translateY(-3px);
}

.top-bottom-rgpd-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}

.radio-invalid {
    outline: 1px solid #bf1601;
    border-radius: 50%;
    padding: 4px;
}

.ThemeGrid_Width4{        
    margin-right: 5px;
}

.table-box {
    box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 1px 20px 0 rgba(0,0,0,.19);
    min-height:1000px;
    width:900px;
    border-radius:10px;
    padding:50px;
}

.info-icon {
    display: block;
    width: 19px;
    height: 19px;
    max-width: none; /* Prevents parent containers from shrinking it */
    margin: 0 auto;
}

.select-table,
.select-table:focus {
    outline: none;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 25px;
    opacity: 1;
    color: var(--color-text-black);
}

.select-table.color-text-white {
    color: var(--color-text-white) !important;
}

.select-table:disabled {
    opacity: 1;
    color: var(--color-text-black);
}

.simulation-action-card {
    border-radius:12px;
    background-color: #eee;
    padding: 20px;
    min-height:50px;
}

.flex-center{
    align-items: center;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-flex-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-flex_nowrap {
    display: flex;
    flex-wrap: nowrap;
}


/* BIKE */

.bike_column {
    border-style: solid;
    border-width: 2px;
    border-color: #eee;
}

.bike_column_value {
    height: 31px;
}

.bike_column-top {
    border-radius: 20px 20px 0px 0px;
}

.bike_column-selected {
    background-color: var(--color-n-bike);
}

.bike_text {
    color: var(--color-n-bike) !important;
}

.bike_text-black {
    color: #000 !important;
}

.bike_table-row {
    min-height: 50px;
    border-style: solid;
    border-width: 2px 2px 0px 2px;
    color: #eee;
    padding: 10px 20px 10px 20px;

}

.bike_table_topleft {
    border-radius: 20px 0px 0px 0px;
}

.bike_table_bottomleft {
    border-radius: 0px 0px 0px 20px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.bike_table_bottomright {
    border-radius: 0px 0px 20px 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.bike_table_bottom {
    border-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-wrapper.DadosPagamento {
    min-width: 40%;
}

.min_width_bike {
    min-width: 250px;
}

.min_width_cobertura {
    width: 275px;
}


.table-coberturas-topcard {
    border-width: 2px 2px 0px 2px;
    height: 126px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 30px;
    text-align: center;
}

.table-coberturas-title {
    height: 157px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 40px;
}

/* This only triggers when the screen is 764px wide or smaller */
@media (max-width: 764px) {

    .form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-flex-label {
        justify-content: flex-start;
        align-items: center;
    }

    .promoCODE {
        min-width: auto !important;
        margin-right: 10px !important;
    }

    .promoDESC{
        min-width: auto !important;
    }

    .CampanhaContainer {
        width: 184px !important;
    }

    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        padding: 5px 5px;
        height: 34px;
        line-height: 34px;
    }

    .responsive-scroll-container {
        display: flex !important;    /* Keeps items in a single row */
        flex-wrap: nowrap !important; /* Prevents items from jumping to the next line */
        overflow-x: auto !important; /* Enables horizontal scroll */
        width: 100%;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
        gap: 10px;                   /* Optional: spacing between items */
    }

    /* Prevents the items inside from shrinking to fit the screen */
    .responsive-scroll-container > div, 
    .responsive-scroll-container > .internal-block {
        flex: 0 0 auto !important; 
        width: 280px; /* Or whatever width you want the cards to be on mobile */
    }

    .table-box {
        box-shadow: none;
        padding: 0px;
        display: contents;
    }

    .table-coberturas-title {
        height: 186px;
        padding: 20px 0;
    }

    .table-coberturas-topcard {
        padding: 10px;
    }

    .bike_column_value {
        height: 60px;
    }

    .bike_table-row {
        height: 62px;
        padding: 2px;
    }

    min_width_cobertura {
        min-width: 115px;
        width: 40%;
    }

    .min_width_bike {
        min-width: 120px;
        width: 40%;
    }

    .bike_table-valuediv {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bike_table-row span {
        word-wrap: break-word;
        word-break: keep-all;
        white-space: normal;
        text-align: left;
    }
}
