﻿/***CAR FILE DROPDOWN***/

.carFileObject {
    width: 100px;
    height: 100px;
}

.fileDeleteBtn {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 100%;
    background-color: red;
    position: static;
    margin: 1px;
}

.fileOpenBtn {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 100%;
    color: azure;
    background-color: green;
    position: static;
    margin: 0.1rem;
}


.carFileBtn {
    width: 50px !important;
    height: 50px;
    padding: 1px;
    border-radius: 50%;
    text-align: center;
}

.imageText {
    font-size: 1rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-backdrop {
    z-index: auto;
}
