﻿.CustomPropertyForm .cpfTop {
    display: flex;
}

.CustomPropertyForm .cpfTop .cpfLeft{
    padding-right:10px;
}

.CustomPropertyForm .cpfTop .cpfRight{
    flex:1;
}

.CustomPropertyForm .countContainer {
    display: flex;
    align-items: center;
}

.CustomPropertyForm .countContainer label {
    padding-right: 10px;
    text-wrap: nowrap;
}

.CustomPropertyForm {
    border: 2px solid rgb(135,151,158);
    border-radius: 25px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
