.network img {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
}

.network .list {
    position: absolute;
    top: 110%;
    left: 10px;
    width: 120%;
    background-color: #fff;
    box-shadow: 0 0 0.1rem #ccc;
    z-index: 2000000;
    padding: 0.5rem 0.5rem;
    display: none;
}

.network:hover .list {
    display: block;
}

.network .list img {
    margin-bottom: 0.5rem;
}

.number_input > div:nth-child(2) {
    flex: 1;
    margin: 0 1rem;
}

.number_input > div:nth-child(2) input {
    font-size: 1.5rem !important;
    font-weight: bold;
}

.number_input > div:nth-child(2) input::placeholder {
    font-size: 1rem !important;
    font-weight: 400;
    padding-bottom: 2rem !important;
}

.number_input > div:nth-child(3) {
    width: 3rem;
}

span.title {
    color: #000000;
    font-weight: bold;
}

.discount {
    border-radius: 0.5rem;
    cursor: pointer;
}

.discount > div > small {
    font-size: 0.9rem;
    color: #000000;
}

.discount > div > span {
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 0.02px !important;
}

.discount > span {
    font-size: 0.9rem;
}

.amount_input > div:nth-child(1) {
    flex: 1;
    margin-right: 1rem;
}

.amount_input > div:nth-child(1) > div:last-child {
    flex: 1;
}

.amount_input > div:nth-child(1) input {
    font-size: 1.2rem !important;
    font-weight: bold;
}

.amount_input > div:nth-child(1) input::placeholder {
    font-size: 1rem !important;
    font-weight: 400;
}

.code {
    border-radius: 1.5rem;
    color: #ffffff;
    align-items: center;
}

.code img {
    border-radius: 100%;
    margin-right: 0.6rem;
    height: 40px;
}

.service_icon {
    /* padding: .3rem; */
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}