.regularObjectBorder {
    border-width: 1px;
    border-style: solid;
}

.justTopBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.justRightBorder {
    border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
}

.justBottomBorder {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

#tabContent {
    font-size: 11px;
}

// .close{
//     width: 33px;
//     height: 33px;
//     margin-right: -13px;
// }

.modal-label{
    width: 168px;
}

.display-flex{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

hr{
    margin-top: 0px;
}

#variantsGrid{
    margin-left: 17px;
}

.select-style{
    width: 100px;
}