html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body{
    background: WhiteSmoke !important;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* #dashboard{
  background-image: url("/images/bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  margin: 0;
} */

.separator-border-left-grey {
    border-left: 1px solid var(--bs-card-border-color);
}

.format-datatable{
    background: white;
    margin-top: 1%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mdi-asterisk{
    color: red;
    font-size: 10px;
}

.btn{
    min-width: 7em;
}

.btnLg{
    min-width: 9em;
}

.btnExlg{
    min-width: 11em;
}

.photo-numbers{
    font-size: 2em;
}

.modal-header {
  background-color: #26419b;
  color: white;
}

.modal-footer {
  background-color: snow;
  color: white;
}

.txt-gray{
  color: gray;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.txt-blue{
  color: #21a0d2;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.txt-black{
  color: black;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.paint-img{
    background-size:100% auto;
    background-repeat: no-repeat;
    width: 95%;
    height: 95%;
}

.photo-image{
    height: 8.5em;
    text-align: center;
    cursor: pointer;
}

.photo-image-sm{
    height: 8.5em;
    cursor: pointer;
}

.form-size{
    width: 60%;
}

ul{
  list-style-type: none;
}

.car{
    width: 100% !important;
    height: auto;
}

#car-lg{
    display: inline-flex;
}

#car-sm{
    display: none;
}

.red-border{
     border: red solid 1px !important;
}

.red-text{
    color: red !important;
    font-weight: bold !important;
}

.red-border{
     border: red solid 1px !important;
}

.toast {
    max-width: 100%;
}

#toast-container > .toast {
    position: fixed;
    top: 50;
    right:10%;
    max-width: 80%;
    width: 90%;
}

@media (max-width: 2500px){
    .form-size{
        width: 95%;
    }

    .photo-numbers{
        font-size: 2em;
    }

    /* .car{
        width: 87em !important;
        height: 60em;
    } */

    #car-lg{
        display: none;
    }

    #car-sm{
        display: flex !important;
    }

    .temp{
        margin-top: 1em;
    }
}

@media (max-width: 2000px){
    .form-size{
        width: 95%;
    }

    .photo-numbers{
        font-size: 1.5em;
    }

    /* .car{
        width: 47em !important;
        height: 35em;
    } */

    #car-lg{
        display: none;
    }

    #car-sm{
        display: flex !important;
    }

    .temp{
        margin-top: 1em;
    }
}

@media (max-width: 900px){
    .form-size{
        width: 95%;
    }

    .photo-numbers{
        font-size: 1.5em;
    }

    /* .car{
        width: 28em !important;
        height: 18.5em;
    } */

    #car-lg{
        display: none;
    }

    #car-sm{
        display: flex !important;
    }

    .temp{
        margin-top: 1em;
    }
}
