.microtext {
    font-size: 12px !important;
    white-space: nowrap !important;
}

body{
    width: 100vw;
    overflow-x: hidden !important;
}

.bold {
    font-weight: bold;
}

.modal-full-screen {
    max-height: 100%;
    height: 100% !important;
}

.vehicle-card .card-content {
    min-height: 350px;
}

#modal-request-data-pending, #modal-tickets, #modal-add-ticket {
    top: 0 !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    width: 100vw !important;
}
.datepicker-modal {
    z-index: 100000!important;
}
#modal-add-ticket {
    z-index: 99999 !important;
}

.delete-row-btn{
    cursor: pointer;
}

#toast-container{
    z-index: 999999 !important;
}

#modal-add-ticket .datepicker-modal, #ticket-edit .datepicker-modal{
    min-height: 450px !important;
}

#modal-add-ticket .datepicker-modal .modal-content.datepicker-container{
    min-height: 100% !important;   
}

#add-ticket-footer input, #edit-ticket-footer input{
    height: 2rem !important;
    width: 50% !important;
    text-align: end !important;
}


#modal-tickets .modal-content{
    overflow-y: hidden !important;
}

#modal-tickets .collection{
 overflow-y: auto !important;
}
#ticket-edit{
    max-height: calc(100vh - 196px) !important;
    overflow-y: auto !important;
}
#ticket-view{
    max-height: calc(100vh - 196px) !important;
    overflow-y: hidden !important;
}

.btn-more {
    /*bottom: 15px;
    left: 5%;
    width: 90% !important;
    position: fixed;*/
}

#modal-add-event {
    z-index: 10000 !important;
}

.btn-delete:hover {
    cursor: pointer;
    color: red !important;
}

tbody tr:hover {
    cursor: pointer;
}

.modal-alert {
    z-index: 9999 !important;
    max-width: 350px !important;
}

.modal {
    border-radius: .5rem;
}

.card-width {
    cursor: pointer;
}

#img-transmission {
    height: 25px !important;
    width: 30px !important;
}

#img-transmission-small {
    height: 20px !important;
    width: 25px !important;
}

.navbar-fixed {
    margin-bottom: 0px !important;
    z-index: 9999 !important;
}

.img-gallery {
    max-width: 100%;
}

.img-gallery.small {
    cursor: pointer;
    transition: transform .5s ease-out;
}

.img-gallery.small.selected {
    filter: brightness(1.5);
}

.img-gallery.small:hover {
    transform: scale(1.1);
}

#modal-add-vehicle,
#modal-edit-vehicle {
    max-height: 100%;
    height: calc(100% - 64px)!important;
}

#modal-add-vehicle .modal-content .row:first-of-type,
#modal-edit-vehicle .modal-content .row:first-of-type {
    padding-bottom: 45px;
}

#modal-add-vehicle .modal-footer,
#modal-edit-vehicle .modal-footer {
    border-top: 1px solid #ccc;
    bottom: 0;
    position: fixed;
    background: white;
    z-index: 99;
}

.card-image {
    height: 100%;
    width: 100%;
}

.card-image img {
    height: 100%;
    width: 100%;
}

.gallery-vehicles img {
    width: 200px;
    height: 200px;
    margin-left: 15px;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
    border-radius: .5rem;
}

@media only screen and (max-width: 601) {
    .gallery-vehicles img {
        width: 50%;
        height: 200px;
        margin-left: 10px;
    }
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #263238;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #37474f;
}

.settings-card {
    padding: 1rem;
}

.navbar input.search-input {
    font-size: 16px;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 8px 8px 65px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.navbar input.search-input:hover {
    background: rgba(255, 255, 255, .5);
}

.navbar input.search-input:focus,
.navbar input.search-input:active {
    color: #333 !important;
    border-bottom: none !important;
    background: #fff !important;
    box-shadow: none !important;
}

.navbar .navbar-dark .search-wrapper input.search-input {
    color: #fff;
    border: 1px solid rgba(230, 230, 230, .05);
    background: rgba(230, 230, 230, .3);
}

.navbar .navbar-dark .search-wrapper input.search-input:hover,
.navbar .navbar-dark .search-wrapper input.search-input:active,
.navbar .navbar-dark .search-wrapper input.search-input:focus {
    border: 1px solid rgba(230, 230, 230, .1);
    background: rgba(230, 230, 230, .1);
}

.navbar input.search-input {
    font-size: 16px;
    font-weight: 400;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 8px 8px 65px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.navbar .navbar-dark .search-wrapper input.search-input {
    color: #fff;
    border: 1px solid rgba(230, 230, 230, .05);
    background: rgba(230, 230, 230, .3);
}

.navbar .navbar-dark .search-wrapper i {
    color: #fff;
}

.navbar .search-wrapper i {
    font-size: 24px;
    line-height: 32px !important;
    position: absolute;
    top: 6px;
    left: 24px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

.underline {
    text-decoration: underline;
}

#img-stamp {
    max-width: 200px !important;
}

.button-header {
    height: 64px;
    text-align: center;
    line-height: 64px;
}

.title-center {
    height: 300px;
    line-height: 300px;
    margin: 0;
    font-size: 5rem;
}

@media only screen and (max-width: 992px) {
    .title-center {
        font-size: 3.5rem;
    }
}

.navbar .search-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 360px);
    height: 40px;
    margin: 10px auto 0 75px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.navbar .sideNav-lock .search-wrapper {
    width: calc(100% - 560px);
    margin: 10px auto 0 260px;
}

.horizontal-layout .navbar .search-wrapper {
    width: calc(100% - 630px);
}

#header .search-wrapper {
    margin: 10px auto 0 260px;
}

.img-gallery-product {
    max-width: 100%;
}

.img-gallery-product:hover {
    filter: blur(1px);
}

#main {
    overflow-x: auto !important;
}

.btn-delete-gallery {
    position: absolute;
    z-index: 999999;
    cursor: pointer;
    float: right;
    background: white;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    padding: 4px;
    margin: 5px;
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

@media only screen and (max-width: 601) {
    .img-gallery-container {
        border: 1px solid #ccc;
        margin: 5px;
        width: 70px;
        padding: 0;
        display: inline-flex;
        cursor: pointer;
        webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }
}

#carousel-index {
    height: calc(100vw / 2.56) !important;
}

main {
    padding: 0 !important;
}

.carousel-item {
    min-height: 50px !important;
}

.img-gallery-container:hover {
    filter: blur(1px);
}

.img-gallery-container {
    border: 1px solid #ccc;
    margin: 5px;
    width: 100px;
    height: 80px;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}



.card-car-min {
    width: 100%;
    border-radius: .2rem;
    margin: 10px;
}

.car-container {
    display: inline-block;
}

.card-car-min img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
}

.card-car-min .btn {
    margin: 5px;
}

.card-car-min .row {
    margin-bottom: 0px !important;
}

.horizontal-1253-img-container {
    padding-left: 0rem !important;
    overflow-x: visible;
    white-space: nowrap;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 3;
    left: 0;
    margin: auto;
    right: 0;
}

.card-car {
    width: auto;
    border-radius: .2rem;
    margin: 10px;
}

.card-car img {
    display: block;
    width: 450px;
    height: 346px;
}

@media only screen and (max-width: 901px) {
    .card-car {
        width: 380px !important;
        border-radius: .2rem;
        margin: 10px;
    }
    .card-car img {
        display: block;
        width: 380px !important;
        height: 292px;
    }
}

@media only screen and (max-width: 601px) {
    .card-car {
        width: 320px !important;
        border-radius: .2rem;
        margin: 10px;
    }
    .card-car img {
        display: block;
        width: 320px !important;
        height: 240px;
    }

    #nav-mobile i, .menu-icon{
        line-height: 56px !important;
        height: 56px !important;
    }
}

@media only screen and (max-width: 992px)
{
    header nav.navbar-color ul.left {
        left: 5px !important;
    }
}
.sidenav:not(.sidenav-fixed){
    top: 56px !important;
    max-width: 300px;
    width: 95%;
}

#slide-out-filter{
    overflow-y: auto !important;
    height: calc(100vh - 56px);
    padding-bottom: 1rem;
}

@media only screen and (max-width: 371px) {
    .card-car {
        width: 220px !important;
        border-radius: .2rem;
        margin: 10px;
    }
    .card-car img {
        display: block;
        width: 220px !important;
        height: 165px;
    }
}

.card-car .btn {
    margin: 5px;
}

.card-car .row {
    margin-bottom: 0px !important;
}


/* text align for the body */


/* image dimension */
#imageListId img{
    height: 200px;
    width: 350px;

}

@media only screen and (min-width: 992px){
    #imageListId img{
        height: 150px !important;
        width: 250px !important;
    }

    .listitemClass
    {
        height: 150px !important;
        width: 250px !important;
        margin: 5px;
    }
}


/* imagelistId styling */
#imageListId
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#imageListId div
{   
    display: inline-block;
}

/* Output order styling */
#outputvalues{
    margin: 0 2px 2px 2px;
    padding: 0.4em;
    padding-left: 1.5em;
    width: 250px;
    border: 2px solid dark-green;
    background : gray;
}
.listitemClass
{
    webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    width: 350px;
    height: 200px;
    margin: 5px;
}
.height{
    height: 10px;
}

#outputDiv{
    width: 100%;
}

.brand-logo img{
    height: 48px !important;
    margin-top: 4px !important;
}
@media only screen and (min-width: 992px){
    .brand-logo img{
        height: 56px !important;
        margin-top: 0px !important;
    }
    header .brand-logo{
        height: 64px !important;
        margin: 0px !important;
    }

}
header .brand-logo{
    height: 56px;
    padding: 0px !important;
    padding-top: 4px !important;
    padding-left: 4px !important;
}

#nav-mobile{
    margin: 0px;
    padding: 0px;
    display: contents;
}

#modal-view-all{
    z-index: 99999 !important;
    top: 0% !important;
    width: 100vw !important;
    min-height: 100vh !important;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, .9); !important;
    will-change: opacity;
}
#carousel-view-all{
    height: 80vh !important;
}

#carousel-view-all .carousel-item{
    height: 80vh;
    width: calc((100vh * 2.56)/3);
    max-width: 80vw;
}

#carousel-view-all .carousel-item img{
    margin: auto;
    position: fixed;
    top: 0;
    display: block;
    bottom: 0;
}

.btn-floating-close{
    margin: 12px;
}

@media only screen and (max-width: 371px) {


    #carousel-view-all .carousel-item img{
        width: calc((100vh * 2.56)/2);
        margin: auto;
        position: fixed;
        top: 0;
        display: block;
        bottom: 0;
    }
}


@media only screen and (max-width: 992px){
    .sidenav-main .sidenav {
        top: 64px;
        width: 250px;
        bottom: 0;
        max-height: calc(100vh - 64px);
    }

}

@media only screen and (max-width: 600px){
    .sidenav-main .sidenav {
        top: 56px;
        width: 250px;
        bottom: 0;
        max-height: calc(100vh - 56px);
    }
}