@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

body {
    color: #000;
}

* {
    font-family: 'poppins-regular';
}

.font-weight-bold {
    font-family: 'poppins-bold';
}

.font-semi-bold {
    font-family: 'poppins-medium' !important;
}

.fs-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}

.fs-12 {
    font-size: 12px;
}

.hide-scrollbar {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.scroll-list {
    width: 100%;
    max-height: 68vh;
    overflow-y: scroll;
}

#custom-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#custom-scroll::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#custom-scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3C4FA7;
}

.bg-black {
    background-color: rgb(0, 0, 0, 0.5);
} 

.bg-grey {
    background-color: #CBCBCB;
} 

.bg-green {
    background-color: #9DE2A7;
} 

.bg-red {
    background-color: #E29D9D;
}

.bg-inactive {
    background-color: #CBCBCB;
}

.bg-custom {
    background-color: #3C4FA7;
}

.bg-light-blue {
    background-color: #DBE8FB;
}

.btn-true {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #1C5824;
    color: #FFFFFF !important;
    width: 50%;
}

.btn-false {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #C60000;
    color: #FFFFFF !important;
    width: 50%;
}

.btn-inactive-true {
    border-right: 1px solid #ADADAD;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: rgba(255, 255, 255, 0.47);
    color: #757575;
    width: 50%;
}

.btn-inactive-false {
    border-left: 1px solid #ADADAD;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: rgba(255, 255, 255, 0.47);
    color: #757575;
    width: 50%;
}

.text-grey {
    color: #718BAE;
}

.text-green {
    color: #008000;
}

.text-red {
    color: #ff0000;
}

.form-control {
    color: #718BAE;
}

::placeholder {
    color: #718BAE !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #718BAE !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #718BAE !important;
}

.imagePreviewWrapper {
    width: 300px;
    height: 300px;
    display: block;
    cursor: pointer;
    margin: 0 auto 30px;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.imagePrev {
    width: 270px;
    height: 100px;
    display: block;
    cursor: pointer;
    margin: 0 auto 30px;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.img-delete {
    border: 3px solid #FFFFFF;
    position:relative;
    top:0;
    left:0;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.displayed {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

.btn.btn-rounded {
    border-radius: 50px;
} 

.card-list {
    padding:10px 15px;
    border-radius: 15px;
}

.icon {
    font-weight:700;
    font-size:25px
}

.seat {
    width: 60px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 9px;
    font-family: 'poppins-medium' !important;
    font-size: 20px;
    margin: 5px;
    position: relative;
    color: #000;
    cursor: pointer;
}

.seat-i {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 18px;
}

.seat-blank {
    background-color: #DFDFDF;
}

.seat-good {
    background-color: #007109;
}

.seat-bad {
    background-color: #A60000;
}

.seat-driver {
    background-color: #DFDFDF;
}

.bg-car {
    display: block;
    text-align: -webkit-center;
}

.tl-ban {
    position:absolute;
    left:40px;
    top:90px;
}

.tr-ban {
    position:absolute;
    right:40px;
    top:90px;
}

.bl-ban {
    position:absolute;
    left:40px;
    bottom:90px;
}
.br-ban {
    position:absolute;
    right:40px;
    bottom:90px;
}

.sp-ban {
    position:absolute;
    left:150px;
    bottom:70px;
    z-index:99;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sp-mark {
    position:absolute;
    left:155px;
    bottom:110px;
    z-index:99;
}

.tl-mark {
    position:absolute;
    left:45px;
    top:85px;
    z-index:99;
}

.tr-mark {
    position:absolute;
    right:45px;
    top:85px;
    z-index:99;
}

.bl-mark {
    position:absolute;
    left:45px;
    bottom:145px;
    z-index:99;
}

.br-mark {
    position:absolute;
    right:45px;
    bottom:145px;
    z-index:99;
}