﻿.modalFieldTitle {
    width: 73px;
    height: 17px;
    text-align: left;
    font: 14px/20px IntelOne Display;
    // font-family: "ploni-regular-aaa";
    letter-spacing: 0;
    color: #797c93;
}

div#SupplierAttachmentsHeaderContainer {
    display: flex;
    /* justify-content: space-around; */
}

.addFileButton {
    width: min-content;
    height: 17px;
    text-align: left;
    font: 14px/26px IntelOne Display;
    letter-spacing: 0;
    color: #1e2eb8;
    opacity: 1;
    display: flex;
    justify-content: space-around
}

.addFileButtonContainer, .addFileButtonText {
    display: flex;
    opacity: 1;
    align-items: center;
}

.addFileButtonContainer {
    justify-content: center;
    padding: 3px;
    height: 35px;
    border: 2px solid #1e2eb8;
    border-radius: 20px;
    gap: 6px;
    cursor: pointer;
    top: -6px;
    position: relative;
}

.modalAttachmentsListItemContainer {
    justify-content: center;
    width: fit-content;
    height: 35px;
    border: 2px solid #1e2eb8;
    border-radius: 20px;
    top: -6px;
    position: relative;
    padding: 5px 10px 10px 10px; /* Add some padding around the container */
    box-sizing: border-box; /* Include padding in the container's width */
    margin-top: 0.6em;
}

.addFileButtonContainer.active {
    background: #e3e6ff 0 0 no-repeat padding-box
}

.addFileButtonText {
    width: max-content;
    height: 17px;
    text-align: left;
    letter-spacing: 0;
    color: #1e2eb8;
    justify-content: space-evenly
}

.addFileButtonIcon {
    width: 16px;
    height: 16px
}

#loadingIcon {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
