.file-input-wrapper {
    min-height: 35px;
    position: relative;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .375rem !important;
    width: 100%;
    flex-grow: 1;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 0.8rem;
}

.styled-file-input, .styled-file-input-clear {
    opacity: 0.01;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    top: -100px;
    left: -100px;
    z-index: 10000;
}

.styled-file-input {
    width: 100%;
}

.btn-select-attachment, .btn-delete-attachment {
    height: 35px;
    width: 38px !important;
    line-height: 22px;
}

.btn-select-attachment svg, .btn-delete-attachment svg {
    pointer-events: none;
}

.px-5px {
    padding-left: 5px;
    padding-right: 5px;
}
