﻿body {
    background-color: #1dae57 !important;
    /*padding-right: 3%;*/
}

.carousel-indicators {
    position: absolute;
    bottom: -50px;
}

.carousel-indicators li {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 100%;
}

.board-cell {
    display: inline-block;
    height: 180px;
}

.container-track {
    width: 93%;
    margin: 0 auto;
}

.gap-10 {
    gap: 10px;
}

.plate-container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.board-arrow-icon {
    background: url('../../../Theme/ui-packages/project-theme/images/cargo-light-sm-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 380px;
    height: 280px;
}

.board-text {
    padding-left: 3%;
    font-size: 75px;
    letter-spacing: 1px;
    font-weight: 750;
    line-height: normal;
}
.number-plate-big {
    font-size: 105px;
    width: 800px;
    height: 170px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: white;
}

@media (max-width: 1820px) {
    .number-plate-big {
        font-size: 105px;
        width: 750px;
        height: 170px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: white;
    }
}

@media (max-width: 1710px) {
    .number-plate-big {
        font-size: 105px;
        width: 700px;
        height: 170px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: white;
    }
}

@media (max-width: 1600px) {
    .number-plate-big {
        font-size: 95px;
        width: 650px;
        height: 170px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: white;
    }
}

@media (max-width: 1487px) {
    .number-plate-big {
        font-size: 95px;
        width: 600px;
        height: 170px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: white;
    }
}

@media (max-width: 1377px) {
    .number-plate-big {
        font-size: 95px;
        width: 550px;
        height: 170px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
        background-color: white;
    }
}
