.fees-items {
    display: flex;
    align-items: center;
}

.fees-items span {
    margin-right: 1rem;
    font-size: 18px;
}


.fees-items p {
    margin-bottom: 0;
    font-size: 14px;
}

.fee-container {
    width: 50%;
}

.fee-stistics .fee {
    padding: 10px;
    background-color: #f8f9fa;
    margin: 10px 0
}

.fee-stistics .fee .amount {
    font-weight: 600;
}

.collapsed {
font-size:24px;
font-weight: 600;
color: rgba(0, 0, 0, 0.8);
transition: all 0.5s ease;
}

.collapsed:focus {
    text-decoration: none !important;
}

.collapsed:hover {
    text-decoration: none !important;
    color: #554489;
}


.btn:not(:disabled):not(.disabled) {
    text-decoration: none !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease;
    font-weight: 600;
}

.form-group label {
    font-weight: 500;
    font-size: 22px;
}

.input-group-text, #inlineFormInputGroup {
    font-size: 20px;
    font-weight: 600;
}

.input-group-text  {
    color: rgba(0, 0, 0, 0.6);
}

.fee-stistics {
    background-color: #fff;
    padding: 20px;
   
}



.fee-stistics {
    display: none;
}

@media screen and (max-width:480px) {
    .fee-container {
        width: 100%;
    }
}
