@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*{
    font-family: "Roboto";
}

body {
    min-width: 320px;
    overflow-x: hidden; /* Hide vertical scrollbar */
}

/* .container {
    padding-left: 1rem;
    padding-right: 1rem;
} */

.container-max-width{
    max-width: 1920px;
}

.home-sales-header{
    background: url("https://cdn.polytron.co.id/polytronev/ev-web-asset/ev-landing/sales/detail/show_loc_head.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    background-position: center;
}

.home-sales-header-content{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.home-sales-header-content-text{
    padding-left: 11%;
    color: white;
}

.home-sales-header-content-text-1{
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

.home-sales-header-content-text-2{
    /* font-weight: bold; */
    font-size: 1rem;
}

.col-6-custom-left{
    padding-left: 2rem;
}

.col-6-custom-right{
    padding-right: 2rem;
}

.home-sales-location-header{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.home-sales-location-header-text{
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.home-sales-location-left-content-1{
    font-size: 1.2rem;
}

.home-sales-location-left-content-2-selection-text{
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.home-sales-location-left-content-2-maps{
    margin-top: 1rem;
}

.home-sales-location-left-content-2-maps-header{
    font-size: 1.2rem;
}

.home-sales-location-left-content-2-maps-address{
    font-size: 1rem;
}

.home-sales-location-right-box{
    background-color: white;
    -webkit-box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5); 
    box-shadow: -4px 4px 20px 2px rgba(0,0,0,0.5);
    /* width: 70%; */
}

.home-sales-location-right-content-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}

.home-sales-location-right-content-1-img{
    width: 340px;
    height: 300px;
    object-fit: cover;
    clip-path: url("#smoothL");
}

.home-sales-location-right-content-1-sales-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
    width: 100%;
}

.home-sales-location-right-content-1-sales-name{
    margin: 0;
    font-size: 1.5rem;
}

.home-sales-location-right-content-1-sales-position{
    font-size: 1rem;
}

.home-sales-location-right-content-1-sales-contact{
    font-size: 0.8rem;
    font-weight: bold;
    background-color: #f40000;
    color: white;
    border-radius: 20px;
    padding: 0.2rem 1rem;
}

.home-sales-location-right-content-1-sales-contact:hover,
.home-sales-location-right-content-1-sales-contact:active,
.home-sales-location-right-content-1-sales-contact:focus{
    background-color: #bf0000;
    color: white;
}

.home-sales-list{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.home-sales-list-header{
    font-size: 1.6rem;
}

.home-sales-list-table{
    width: 100%;
    border-color: #cacbcb;
}

.home-sales-list-table thead tr{
    background-color: #e6e7e7;
    font-weight: bold;
}

.home-sales-list-table-check-button,
.home-sales-list-table-prev-button,
.home-sales-list-table-next-button{
    border-color: black;
    border-radius: 50px;
    padding: 0.1rem 0.3rem;
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
}

.home-sales-list-table-check-button:hover,
.home-sales-list-table-check-button:active,
.home-sales-list-table-check-button:focus,
.home-sales-list-table-prev-button:hover,
.home-sales-list-table-prev-button:active,
.home-sales-list-table-prev-button:focus,
.home-sales-list-table-next-button:hover,
.home-sales-list-table-next-button:active,
.home-sales-list-table-next-button:focus{
    background-color: #f40000;
    border-color: #f40000;
    color: white;
}

.home-sales-list-table-check-button img{
    /* width: 80%; */
    /* display: flex; */
}

.home-sales-list-navigation{
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#map {
    width: 100%;
    height: 310px;
}

@media (max-width: 1320px){

}

@media (max-width: 575.98px) {
    .home-sales-header-content-text{
        padding-left: 0;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (max-width: 991.98px) {
    .col-6-custom-left{
        padding-left: 0;
    }

    .col-6-custom-right{
        padding-right: 0;
    }

    .home-sales-location-right-content-1-sales-contact{
        width: 100%;
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {

}

@media (min-width: 1920px) {

}
