@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@font-face {
    font-family: HeavyEquipment;
    src: url("/fonts/HeavyEquipment.otf") format("opentype");
}

@font-face {
    font-family: LicensePlate;
    src: url("/fonts/LicensePlate.ttf");
}
body, .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}
.nav-brand .customer-logo{
display: none!important;
}
.navbar-brand, .nav-brand {
    text-align: center;
}
.navbar-brand .h2, .nav-brand .nav-link {
    font-size: 12px;
}
.vehicle-plate {
    border-width: 1px!important;
    padding: 0 4px;
}

.plate-city {
    overflow: hidden;
    font-size: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.plate-city-ar {
    font-size: 0.3rem;
}

.plate-outline {
    width: 80px;
    margin: 0 auto;
    position: relative;
    padding: 2px;
    user-select: none
}
.plate-decoration {
    display: flex;
    justify-content: space-between;
    margin: 3px 5px;
}

.plate-hole {
    height: 3px;
    width: 6px;
    background-color: #000;
    border-radius: 40%;
    display: inline-block;
}

.vehicle-plate h4 {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    font-family: LicensePlate;
    font-weight: 100;
}
.vehicle-plate-ar h4 {
    font-family: LicensePlate;
    font-size: 1rem!important;
    font-weight: 100;
}
@media (min-width: 576px) {
    .vehicle-plate {
        border-width: 2px!important;
    }
    .plate-outline {
        width: 120px;
    }
    .vehicle-plate h4 {
        font-size: 1.6rem;
    }
    .plate-city {
        font-size: 0.7rem;
    }
    
}

.vehicle-plate-wrapper-ar{
    border: 2px solid #000;    
    user-select: none;
    background-color: #FFF;
}
.vehicle-plate-wrapper-ar h4{
    font-family: LicensePlate;
    font-size: 1.4rem;
    margin: 2px;
    font-weight: 100;
}
.vehicle-plate-wrapper-ar .header{
    background-color: #013589;
    color: #FFF;
    font-size: 0.4rem;
    font-weight: bold;
    padding: 2px;
}
.vehicle-plate-wrapper-ar .info{
    background-color: #FFF;
}

#crudTable_wrapper #crudTable.dtr-none > tbody > tr > td > div.dtr-control:before, #crudTable_wrapper table.dataTable.dtr-none > tbody > tr > td > div.dtr-control:before {
    background-color: transparent;
    color: #636161;
    font-family: "Line Awesome Free";
    font-weight: 900;
    width: 1rem;
    content: "\f142";
    font-size: 21px;
    box-shadow: none;
    border: none;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 -0.25rem;
}
.cropperImage img{
    max-height: 300px;
}

.dropdown-menu .nav-item > a {
    color: initial!important;
}