﻿.ProfileItemsDiv {
    margin: 20px auto;

    width: 95%;
    max-width: 1500px;
    min-width: 750px;
    min-height: 350px;


    display: flex;
    justify-content: space-between;

    /border: 1px dotted black;

}





.FixedSellerItemsDiv {
    padding: 10px;

    width: 35%;
    /min-height: 300px;

    text-align: right;

    /border: 1px solid red;
    border-right: 2px solid black;
}





.FixedSellerItemsContainerEachItems {
    /border: 1px solid black;
}

.FixedItemsDivItemsContainerItemsLink {
    display: flex;
    align-items: center;
    justify-content: right;

    height: 35px;
}

.FixedItemsDivItemsContainerItemsLink:hover {
    background-color: rgba(255, 20, 20, 0.15);
}

.ItemsLinks {
    display: flex;
    align-items: center;
    justify-content: right;

    padding: 0 15px;
    height: 35px;

    font-size: 23px;

    font-weight: bold;
    color: #333222;
    text-decoration: none;

    border-left: 5px solid transparent;
}





.FixedItemsDivItemsContainerSubitemsLink {
    margin: 0px 0;
    //padding: 0 15px;

    //border: 1px solid black;
}

.CompanyItemsDisplayContent {

}

.CompanyItemsDisplayContentItems {
    display: flex;
    align-items: center;
    justify-content: right;

    height: 35px;
}

.CompanyItemsDisplayContentItems:hover {
    background-color: rgba(124, 252, 0, 0.15);
}

.ItemsLinksDisplay {
    display: flex;
    align-items: center;
    justify-content: right;

    padding: 0 15px;
    height: 35px;

    font-weight: bold;
    color: #333222;
    text-decoration: none;

    border-left: 5px solid transparent;
}