﻿.listImage {
    width: 45px;
    height: 45px;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    padding: 5px;
}

.textBoxListing {
    font-size: 16px;
    border: 1px solid #EFEFF7;
    border-radius: 8px;
    outline: 0;
    height: 45px;
    color: #6B7B9C;
    padding-left: 15px;
}

    .textBoxListing:focus {
        border: 1px solid var(--systemColor);
    }

.divListingCollectionContainer {
    border: 1px solid #EFEFF7;
    border-radius:8px;
}
.borderColored {
    border-color: var(--systemColor) !important;
}

.buttonAddListingCollection {
    padding: 8px 0px;
    color: var(--systemColor);
    outline: 0;
    border: 0px;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
}

.listingCollectionName {
    font-weight: 500;
    font-size: 15px;
}

.lightText {
    color: #6B7B9C;
}

#listingModalContent {
    /*max-height: 500px;
    overflow: scroll;*/
}

.divFileUpload {
    /*background: #F8F8FC;*/
    border-radius: 8px;
    border: 1px solid #EFEFF7;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
}

.borderedMain {
    border: 1px solid var(--systemColor);
}

#listingLogoImg {
    height: 20px;
    width: 20px;
    /*margin: 10px;*/
    display: flex;
    align-items: center;
}

#listingLogoMain {
    height: 20px;
    width: 20px;
    margin: 10px;
}
