﻿/*attachFile*/
.containerDrag {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0px !important;
    padding: 0px !important;
    border: 0.2em dashed white;
    width: 100%;
    /*min-width: 27.5em;*/
    height: 100%;
    box-shadow: 0 0.25em 0.43em rgba(0, 0, 0, 0.08);
    border-radius: 0.5em;
}
.active {
    border: 0.2em dashed #025bee;
}
.imgBorder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    border: 1px solid black !important;
    border-radius: 10px !important;
    padding: 5px !important;
}
.fileAttachRemove {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    text-align: center;
    font-size: xx-large;
    border-radius: 20px;
    cursor: pointer;
}

    .fileAttachRemove:hover {
        background-color: rgb(171 201 4 / 0.50);
        border-radius: 20px;
        cursor: pointer;
    }

.fileAttachTitle {
    margin: 0px !important;
    padding: 0pc !important;
    text-align: center;
    direction: initial;
}

.fileAttachImg {
    display: flex;
    justify-content: center;
    width: 120px !important;
    height: 80px !important;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5px !important;
    border: 2px solid gray;
    border-radius: 15px;
    padding: 0px !important;
}