.supplier-file-section {
    /* position: absolute;
    bottom: 20%; */
}

button#supplier-file-btn {
    /* background-color: transparent;
    color: rgb(241, 234, 234);
    border: 0;
    border-bottom: 1px solid rgb(187, 185, 185);
    border-radius: 0; */
   
}

.files-section {
    /* display: none;
    opacity: 0;
    transition: opacity .5s; */
}

/* .files-modal-md-logo img,
.files-modal-md-logo span {
    position: relative;
    top: .3rem;
}

.files-modal-md-logo span {
    font-size: 0.9rem;
    left: 0.5rem;
}  */

.search-files {
    /* background-color: rgb(12, 12, 12); */
    /* border: 1px solid rgb(12, 12, 12); */
}

#sp-search-files {
    /* height: 30px;
    position: relative;
    top: 0.25rem; */
}

.menu-bar {
    /*  background-color: rgb(12, 12, 12); */
    /* border: 1px solid rgb(12, 12, 12); */
}

.menu-bar .dropdown {
    position: relative;
    top: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.dropdown-menu {
    background-color: #dcdfe2;
    height: 300px;
    width: 250px;
} 

ul.dropdown-menu li.dropdown-item {
    padding: 10px 20px;
   
}

ul.dropdown-menu li.dropdown-item label.form-check-label {
    color: #495057;
    font-weight: 500;
    margin-left: 10px;
}

ul.dropdown-menu li.dropdown-item input.form-check-input[type="checkbox"] {

    padding: 10px;
    box-shadow: none;
    background-color: #2f3134;

}

.add-file {
    /* position: relative;
    top: 0.45rem; */
}

.add-file label {
    /* position: relative;
    font-size: 0.9rem;
    border: 1px solid #6c757d;
    background-color: #0c65cb;
    color: white;
    padding: 0.3rem 0.4rem;
    border-radius: 25px;
    cursor: pointer;
    border: 0; */
}

.add-file label:hover {
    background-color: #232424;
}

.files-modal-close {
    /* display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    top: .55rem;
    right: 1.5rem; */
}

.files-modal-body {
    /* padding: 1rem;
    min-width: 1000px !important;
    overflow-y: scroll; */
}

.file-nav-bar {
   /*  background-image: -moz-repeating-linear-gradient(90deg, rgb(12, 12, 12), rgb(12, 12, 12) 1px, rgb(57, 57, 57) 1px, rgb(57, 57, 57) 2px);
    background-color: rgb(12, 12, 12); */
    /* border: 1px solid rgb(57, 57, 57); */
    min-height: 330px;
}

.nav-list {
    padding: 0;
    position: relative;
    top: 2rem;

}

.nav-list li {
    list-style: none;
   
    margin-bottom: 10px;
    background-color: transparent;
}

.file-button {
    background-color: transparent;
    border: none;
    color: #8996a1;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.file-button:hover {
    color: white;
}

.file-button.selected {
    border-left: 1px solid rgb(28, 123, 224);
    color: white;
}

.file-button:focus {
    outline: none;
}

.file-button i.fas {
    margin-right: 10px;
}

.file_display {
    /* border-top: 2px solid rgb(147, 146, 146); */
}

.featured {
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured {
    display: flex;
    justify-content: center;
    align-items: center;
}

#featured img {
    width: 100%;
    height: 100%;
    margin: 10px 10px;
}

.alt-content {
    padding: 1rem;
    border-radius: 3px;
    color: rgb(150, 147, 147);
}

#file-info {
    padding: 10px;
    width: 100%;
}

.my-files-sec {
    /* color: rgb(9, 9, 9); */

}

.my-files-container {
    /* border: .1px solid rgb(75 72 72);
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    position: relative;
}

.img-box {
    margin: 10px;
    padding: 10px;
    width: 8rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.file-check-div {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    position: absolute;
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: black;
    opacity: 0.5;
    z-index: 100;
}

.file-check-div:hover {
    background-color: #202020;
}

.file-checked {}

.img-box img {
   /*  display: block;
    height: 6rem;
    width: 7rem;
    margin: auto;
    object-fit: cover;
    position: relative;
    bottom: 0.4rem;
    border: 1px solid rgb(35, 35, 35);
    border-radius: 2px; */
}

.img-box .file-name,
.pdf-box .file-name {
    font-size: 0.8rem;
    color: rgb(80, 79, 79);
    text-align: center;
    font-size: small;
}

.pdf-box {
    margin: 10px;
    padding: 10px;
    width: 9rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.pdf-box .file-check-div {
    position: absolute;
    right: 30px;

    background-color: rgb(75, 74, 74);

}

.pdf-box .file-icon {
    display: block;
    font-size: 5rem;
    margin: auto;
    object-fit: cover;
    position: relative;
    bottom: 0.8rem;
    border-radius: 2px;
    color: rgb(178, 176, 176);
}

.option-div {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background-color: rgb(251, 244, 244);
    border-radius: 3px;
    width: 500px;
    position: absolute;
    top: -50px;
}

.option-div button {
    background-color: rgb(15, 15, 15);
    color: white;
    border: none;
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.8rem;
    width: 100px;
    margin-right: 0.1rem;


}

.option-div .file-selected {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    right: 0.10rem;
    font-size: 1rem;

} 

.option-div .file-selected .option-close-button {

    border: 0;
    font-size: 2rem !important;

    cursor: pointer;
}

.option-div .file-selected .bi:hover {
    color: rgb(131, 125, 125) !important;
}

#offcanvasShare {
    background-color: rgb(199, 197, 197);
}


#offcanvasShareLabel {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
    background-color: rgb(12, 12, 12);
}

.list-heading {
    font-size: 1rem;
    padding: 0.5rem;
    border-bottom: 2px solid rgb(36, 36, 37);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.5rem;
}

.list-group-item {
    border-radius: 0;
    font-size: 0.9rem;
    padding: 0.5rem;
    padding-bottom: 0.5rem;

}

.sf-share-button {
    border: none;
    border-radius: 4px;
    padding: 0.4rem;
    cursor: pointer;
    font-size: 0.8rem;
    float: right;

}

.sf-contact-person i,
.sf-company i {
    color: rgb(174, 83, 83);

}

.sf-share-button i {
    color: blue;
}

.sf-company {
    font-size: 0.9rem;
    font-weight: bold;
    color: rgb(0, 0, 0);
}


.my-recent-files-container {
    /* border: .1px solid rgb(75 72 72);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative; */
    /* min-height: 300px; */

}


.heading-bar {
    /* background-color: rgb(234, 234, 242); */
}

.heading-bar-title {
    /* color: rgb(181, 176, 176);
    font-size: 1.1rem;
    display: flex;
    justify-content: start;
    align-items: center; */
}


.heading-bar-btn {
    /* border: 1px solid rgb(219, 204, 204); */
    /* border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px !important;
    color: #1a1919;
    font-size: 0.9rem;
    background-color: rgb(204, 201, 201);
    opacity: 0.8;
    cursor: pointer;
    transition: ease-in-out .40s;*/ 
     
}

.heading-bar-btn:hover {
    background-color: rgb(41, 40, 40);
    color: rgb(246, 244, 244);
}

.heading-bar-pdf, .heading-bar-photo {
    /* margin-left: 0.5rem; */
}

.selected-header-btn {
    background-color: rgb(27, 27, 29) !important;
    color: white !important;

}

.file-list-container {
    /* border-collapse: collapse; 
    margin-top: 1rem;
    overflow-y: auto;
    min-height: auto;*/
}

.file-list-container thead tr th {
    /* background-color: rgb(58, 57, 57) !important;
    color: white;
    font-size: 0.9rem; */
}

tr.file-row {
    /* background-color: rgb(58, 57, 57) !important; */
    /* color: white;
    font-size: 0.9rem;
    border: .1px solid rgb(85, 85, 84);
    height: 30px !important; */
}

.file-list-container .file-row th {
    /* min-height: 40px !important; */
    /* background-image: -moz-repeating-linear-gradient(90deg, rgb(37, 35, 35), rgb(29, 26, 26) 1px, rgb(57, 57, 57) 1px, rgb(57, 57, 57) 2px); */
}

.file-name-box {
    /* padding: 10px; */
    /* border: 2px solid #ed0909; 
    background-color: rgb(219, 214, 214) !important;*/
}

.file-options-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative; 
}

.file-action-box {

}

.table> :not(caption)>*>* {
   /*  padding: 0.5rem 0.5rem;
    color: rgb(179, 174, 174) !important;
    background-color: transparent !important;
    border: 0 !important; */
    
}

.no-files {
    margin: 10px auto;
    color: rgb(144, 142, 142);
    position: relative;
    /* right: 10%; */
}

.file-list-container thead {
    /* background-color: #f2f2f2; */
    font-size: 0.9rem;
    
}

.file-list-container th {
    /* padding: 10px;
    text-align: left;
    border: 2px solid #292929; */
}
 
.file-list-container tbody {
    /* background-color: #f9f9f9; */
    font-size: 0.8rem;

}

.file-list-container tbody tr {
    /* border: 1px solid rgba(195, 193, 193, 0.727); */
}



.file-icon {
    /* border: 2px solid black; */
}

.file-link {
    /* text-decoration: none;
    color: rgb(179, 177, 177);
    position: relative;
    left: 0.5rem;
    top: 0.5rem;
    width: 80%; */
}



.show-file-options {
    display: block !important;
    opacity: 1;
    transition: ease-in-out 0.2s;

}

.file-action-box {
    position: absolute;
    left: 2.2rem;
    bottom: 0.5rem;
    /* display: flex; */
    flex-direction: column;
    background-color: black;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(23, 93, 140);
    border-radius: 5px;
    padding: 8px;

    
}
.file-action-icon {
    margin: 0 5px;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    color: white;
}

.file-action-icon:hover {
    color: rgb(38, 123, 180) !important;
    font-size: large;
}

.file-options-icon {
    cursor: pointer;
    padding: 5px;
    color: rgb(24, 23, 23);
    /* background-color: rgb(245, 233, 233); */
    transition: ease-in-out 0.5s;
}

.file-options-icon:hover {
    background-color: rgb(206, 205, 205);
    color: white;
}

.file-size-box,
.file-date-box {
    padding: 18px !important;
    /* background-image: -moz-repeating-linear-gradient(90deg, rgb(37, 35, 35), rgb(29, 26, 26) 1px, rgb(57, 57, 57) 1px, rgb(57, 57, 57) 2px) !important; */
}


.heading-bar {
    /* width: 98%;
    margin: 0 auto; */
}

.shared-file-filter {
   /*  background-color: rgb(11, 11, 11); */
}

.share-btn {
    /* background-color: rgb(8, 1, 1);
    color: rgb(247, 243, 243);
    border: none;
    padding: 0.1rem 0.2rem;
    cursor: pointer;
    font-size: 0.8rem;
    width: 100px;
    margin-right: 0.1rem; */

}

.share-btn:hover {
    /* background-color: rgb(19, 153, 236);
    color: white; */
}

.active-with-button {
    background-color: rgb(19, 153, 236);
    color: white;
}

.shared-button {
    width: 100%;
    background-color: #1a1919;
    border: none;
    color: white;
    padding: 0.1rem 0.2rem;
    font-size: 0.8rem;
}

.shared-button:hover {
    background-color: rgb(19, 153, 236);
    color: white;
}

.active-shared-button {
    background-color: rgb(19, 153, 236);
    color: white;
}

.my-shared-files-container {

}

.s-f-link {
    text-decoration: none;
    color: rgb(188, 185, 185);
    width: 80%;
    position: relative;
    left: 0.5rem;
    /* top: 0.5rem; */
}

.s-f-link:hover {
    color: rgb(19, 153, 236);
}


.showOption{
    display: block !important;
    opacity: 1;
    transition: ease-in-out 0.2s;
}

.relate {
    position: relative;
}

.share-file-option {
    position: absolute;
    left: 2.2rem;
    bottom: 0.5rem;
    background-color: rgb(23, 23, 23);
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(26, 118, 161);
    border-radius: 5px;
    padding: 8px;
    width: 5rem;
}

.shared-download-icon, .shared-delete-icon {
    margin: 0 5px;
    cursor: pointer;
    transition: ease-in-out 0.2s;
    color: white;
    font-size: large;
}

.shared-download-icon:hover, .shared-delete-icon:hover {
    transition: ease-in-out 0.2s;
    color: rgb(11, 114, 182);
    font-size: large;
}

.warning_section {
/*     border: 1px solid rgb(245, 127, 127);
 */    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 3px;
    color: rgb(138, 137, 137);
}

.del_files_con {
    /* color: rgb(233, 159, 159);
    font-size: 1.1rem; */
    
}



.alternative_text {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: rgb(185, 179, 179);
}

.list-row {
    
}
.file_list_con {
   margin-top: 10px;
    padding: 5px; 
}

.file-list {
    /* background-color: white; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.del-file-option-div {
    /* border: 2px solid rgb(27, 27, 27);
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    color: rgb(29, 28, 28);
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 60px;
    right: 40px;
    background-color: whitesmoke;
    width: 550px;
    height: 40px; */
}

.selected-files {
    border-left: 2px solid rgb(32, 31, 31);
    display: flex;
    align-items: center;
    width: 120px;
    height: 39px;
}

.selected-files button {
    margin-left: 8px;
}

.selected-files p {
    position: relative;
    left: .1rem;
    top: .4rem;
    font-size: 1.1rem;
}

.selected-files span {
    position: relative;
    left: .3rem;
    border: 1px solid black;
    border-radius: 4px;
    padding: 2px;
    top: 0.1rem
}

.del-file-option {
    display: flex;
    font-size: 1.1rem;
    cursor: pointer;
}

.del-file-option:hover {
    color: rgb(25, 144, 242);
}

.view-detail-i {
    margin-right: 3px;
}

.view-details-i:hover {
    color: rgb(25, 144, 242) !important;
}

.file-delete {

}

.res-file-icon {
    margin-right: 3px;
}

.list-title {
    /* font-size: 1.1rem;
    color: rgb(202, 217, 229);
    font-weight: 600; */
}

#sp-share-file-list   {
    color: rgb(33, 39, 44);

}

.table-group-divider td {

}


/* .s-f-table-row.table> :not(caption)>*>* {
    color: rgb(179, 174, 174) !important;
    background-color: black !important;
    border: 0 !important;
}

.shared-file-table .table-group-divider {
    background-color: rgb(58, 57, 57) !important;
    color: white;
    font-size: 0.9rem;
} */