/* GLOBAL STYLES-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
    padding-top: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
    /*background-color: #14171f;
    */
    background-color:#f5f5f8;
}
.row>*, .table {
    word-wrap: break-word;
    overflow: auto;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.header nav.navbar.navbar-expand-md.navbar-dark.fixed-top {
    background-color: red !important;
}

.navbar .container-fluid .float-end a{
    background: none;
    border: none;
}
p{
    text-align: justify;
}
.container{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    /*background: #FFF;
     background: #1f232e;
     #547aa1*/
    padding-left: 20px;
    padding-right: 20px;
    min-height: 600px;
}
.album.py-5{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.content-select{
    margin-bottom: 30px;
}
.container h1{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 2.1rem;
    border-left: 6px solid red;
    padding-left: 8px;
}
.equipos .card-img-top {
    border-bottom: 1px solid #e1e1e1;
}
h2, h3{
border-left: 6px solid red;
padding-left: 8px;
font-size: 1.8rem;
}
.table-shadow{
    box-shadow: 0px 0px 4px 1px #d2d2d2;
}
.blog-sidebar h4{
    border-left: 6px solid red;
    padding-left: 8px;
}
.blog-sidebar .content-sidebar{
    background: #FFF;
    box-shadow: 0px 0px 4px 1px #d2d2d2;
}
.contentPages{
    margin-top: 30px;
}
.btn.btn-primary{
    background-color:red;
    border: 0;
}

.card-img, .card-img-top{
    border: 0;
}
.compararContent{
    margin-bottom:30px;
}
.versus{
    color: #5c5c5c;
    font-size: 5rem;
}
.driverFlag{
    border: 1px solid #ababab;
}
td.tableTxt {
    color: #666;
    font-size: 0.9rem;
}
#show-tableStats td.tableTxt {
    min-width: 200px;
}
td.tableData {
    color: #595252;
    font-weight: bold;
}
#graph-comparativa{
    background: #FFF;
    padding-top: 30px;
    box-shadow: 0px 0px 4px 1px #d2d2d2;
}
#show-vs-drivers {
    padding-bottom: 30px;
}
#show-tableStats, #show-vs-drivers {
    padding: 10px;
    background: #FFF;
    /*box-shadow: 0px 0px 4px 1px #d2d2d2;*/
    box-shadow: 0px 5px 4px 1px #d2d2d2;
}
.pilotos .card {
    box-shadow: 0px 0px 2px 1px #e5e5e5;
}
.pilotos.blog-sidebar td {
   /* color: #222;
    font-weight: bold;*/
}

.modal-content h1 {
    margin: 0;
}

#notification_key {
    width: 60px;
    height: 30px;
}
label.form-check-label {
    margin-top: 7px;
    margin-left: 10px;
}
#helpNotifications .modal-dialog{
    max-width: 90%;
}
.pilotos.blog-sidebar td a{
    font-weight: normal;
    /* color: #666; */
    text-decoration: none;
}
.pilotos.blog-sidebar td a:hover{
    color: #222;
    text-decoration: underline;
}

.content-news-sidebar{
    background: #FFF;
    box-shadow: 0px 0px 4px 1px #d2d2d2;
}
footer.footerContainer {
    background: #222;
    padding:20px;
    color: #FFF;
}
.outer-loader {
    width: auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-loader-img {
    color: #504f4f;
    text-align: center;
    background-size: contain;
    height: 40%;
    width: 40%;
}
.inner-loader-img > p {
    text-align: inherit;
}
.inner-loader-img i{
    font-size: 6rem;
}
.scrollable-table {
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 0px 4px 1px #d2d2d2;
}
.navbar .img-profile {
    height: 2rem;
    width: 2rem;
    border: 1px solid #FFF;
}
.form-perfil .form-group{
    margin-bottom:16px;
}
.form-register{
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-link{
    color: #FFF;
}
.nav-link.active{
    font-weight: bold;
}

.loaderCompare i{
    font-size: 3rem;
}
.content-new{
    /*box-shadow: 0px 0px 4px 1px #d2d2d2;
    padding: 16px 5px;
    background: #FFF;*/
}

a.dropdown-item:focus {
    color: inherit;
}

.custom-tooltip{
    --bs-tooltip-bg: #666;
    --bs-tooltip-color: #FFF;
}

.modal-body label.form-check-label{
    margin-top: 0;
    margin-left: 0;
}

ul.pagination {
    float: right;
}

ul.pagination a, .page-link:hover {
    color:#FF0000;
}

ul.pagination .active>.page-link, .page-link.active {
    background-color:#FF0000;
    border-color:#FF0000;
}
ul.pagination .active>.page-link:hover {
    color: #FFFFFF;
}
.flag {
    border-radius: 0;
    padding: 0;
    border: 1px solid #d7d4d4;
}

.imgUpdateNoti{
    width: 60%;
}
/*.drivers-background-image {
     background-image: url('http://localhost/f1web/public/storage/uploads/flag_Spanish.png');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 300px;
     position: relative;
}
.drivers-background-image::before {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.5);
}
.drivers-content {
     position: relative;
     z-index: 1;
     color: white;
     padding: 20px;
}
*/
/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
/* MARKETING CONTENT-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */
/* Featurettes------------------------- */
.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}
/* rtl:end:remove */
/* RESPONSIVE CSS-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media only screen and (max-width: 992px) {
    body .container {
        max-width: inherit !important;
    }
}

@media only screen and (max-width: 768px) {
    body .container {
        max-width: inherit !important;
    }
    .imgUpdateNoti{
        width: 90%;
    }
    .pilotos .content-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pilotos img.card-img-top {
        margin-top: 6px;
        border-radius: 50% !important;
        width: 100% !important;
    }
    .carousel-caption {
        top:13%;
    }
    .carousel-caption h1{
        font-size: 1.6rem;
        margin-bottom:30px;
    }
    .carousel-item {
        height: 16rem;
    }
    .carousel {
        margin-bottom: 0.5rem;
    }
    .versus{
        font-size: 3.5rem;
    }
    h2{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 720px) {
    #helpNotifications .modal-dialog{
        max-width: 98%;
    }
    .carousel-caption {
        top: 0;
    }
    .carousel-caption h1 {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }
    .carousel-item {
        height: 12rem;
    }
    .carousel-caption {
        left:5%;
    }
    .container {
        padding-top: 2rem !important;
    }
}
