﻿.charge-create input {
    float: right;
    width: 170px;
}

.charge-create select {
    float: right;
    height: 26.8px;
    width: 54px;
}

.charge-create .price input {
    width: calc(170px - 54px);
}

.charge-create .modal-footer {
    margin-top: 30px;
}

.enterprise-link p {
    margin-bottom: 30px;
}

.enterprise-link button {
    margin: 0 10px;
}

.private-btn {
    width: 80px;
    border: 1px solid darkgray;
    font-size: 13px;
    padding: 0;
    height: 35px;
    color: darkgray;
}

.open-btn {
    width: 80px;
    border: 1px solid #00c3b3;
    font-size: 13px;
    padding: 0;
    height: 35px;
    color: #00c3b3;
}