html,
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: rgb(18, 32, 40);
    font-family: Microsoft JhengHei;
}

.main {
    height: 90%;
    min-height: 90%;
    padding: 1%;
}

.nav-custom {
    color: rgb(19, 191, 153);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(19, 191, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(19, 191, 153);
}

#member,
#activity,
#all-history,
#result {
    background: rgb(18, 32, 40);
    border: 2px solid rgb(19, 191, 153);
    border-radius: 10px;
    color: rgb(19, 191, 153);
    display: block;
    overflow: auto;
}

.each-member {
    background: rgb(18, 32, 40);
    color: rgb(19, 191, 153);
    font-weight: bold;
    border-left: 0;
    border-right: 0;
    border-color: rgb(19, 191, 153);
}

.delete-member {
    float: right;
    background: rgb(18, 32, 40);
    color: rgb(19, 191, 153);
    border: 1px solid rgb(19, 191, 153);
    height: 24px;
}

#member-list {
    height: 90%
}

#add-member {
    height: 10%;
    background: rgb(19, 191, 153);
}

#add-one {
    background: rgb(19, 191, 153);
    border-color: white;
    color: white;
    display: inline-block;
}

.activity-info:focus {
    background-color: rgb(18, 32, 40);
}

#input-table {
    height: 392px;
}

#add-new-bill {
    float: right;
    background: rgb(18, 32, 40);
    border-color: rgb(19, 191, 153);
    color: rgb(19, 191, 153);
}

#add-new-bill:hover {
    background: rgb(43, 55, 59);
}

#add-new-bill:active {
    background: rgb(82, 84, 85);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {
    background: rgb(18, 32, 40);
    color: rgb(19, 191, 153);
    border-color: rgb(19, 191, 153);
}

.form-control:focus {
    color: white;
}

.history-contain {
    border: 1px solid white;
    border-left: 0;
    border-right: 0;
}

.history-border {
    border: 1px solid white;
    background: rgb(19, 191, 153);
    color: white;
}

.history-member {
    width: 12%;
}

.history-payment {
    width: 16%
}

.history-consume {
    width: 16%
}

.delete-history {
    float: none;
    margin-left: 92%;
}

#result {
    font-size: 18pt;
}