.creditsWrapper{
    padding: 25px 15px;
    background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 6px;
margin-top: 50px;
}
.creditsWrapper button{
    cursor: pointer;
    border: none;
outline: none;
}
.creditsTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quotaHead{
    /* display: none; */
}
.quotaHead, .quotaHead span{
    color: #0F172A;
    font-size: 17px;
    line-height: normal;
}
#userCredits{
    font-weight: 500;
    color: #05ADA3;
}
.creditsBalance p{
    color: #0F172A;
    font-size: 13px;
    line-height: normal;
    display: flex;
    gap: 5px;
}
.creditsBalance p a{
    color: #05ADA3;
font-size: 13px;
font-weight: 500;
line-height: normal;
text-decoration-line: underline;
display: flex;
align-items: end;
}
.creditsBalance p a:hover{
    text-decoration: none;
}
.creditsWrapper.show .creditsBalance p a svg{
    transform: scaleY(-1);
}
.creditsBalance span {
    font-weight: 500;
}
.creditsBalance span.red{
    color: red;
}
.buyCredits{
    font-weight: 600;
font-size: 13px;
line-height: 17px;

color: #0F172A;
margin: 20px 0 9px;
}
.quotaBodyWrapper{
    display: none;
}
.creditInfoHead, .creditInfoBody{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}
/* .creditInfoHead > *, .creditInfoBody > *, .purchaseBtnWrapper > *{
    width: 33%;
} */
.singleCreditInfo.first, .creditInfoBody p:first-child, .purchaseBtnWrapper p:first-child{
    max-width: 178px;
    width: 100%;
}
.singleCreditInfo.first p{
    text-align: left;
}
.priceInfo{
    max-width: 119px;
    width: 100%;
}
.singleCreditInfo.last{
max-width: 171px;
    width: 100%;
    justify-content: center;
}
.creditInfoBody{
    padding: 17px 15px 25px;
}
.creditInfoHead{
    background: #F8FAFC;
    border-radius: 3px;
}
.creditInfoHead p, .creditInfoBody p, .purchaseBtnWrapper p{    
    font-size: 13px;
    line-height: 17px;
    
    color: #0F172A;
}
.singleCreditInfo p {
    font-weight: 600;
    justify-self: center;
    flex-grow: 1;
    text-align: center;
}
.creditInfoHead span{
    display: flex;
    margin-right: 19px;
}
.creditInfoRight{
    display: flex;
    align-items: center;
    gap: 50px;
}
.singleCreditInfo{
    display: flex;
    align-items: center;
    padding: 2px 0;
}
.creditQuantityChange{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
#creditsTotalPrice{
    color: #0F172A;
font-size: 15px;
font-weight: 600;
line-height: normal;
}
.creditQuantityChange button{
    font-size: 18px;
color: #0F172A;
background: #F4F5F7;
border-radius: 3px;
display: flex;
justify-content: center;
width: 25px;
height: 25px;
}
.creditQuantity{
    font-size: 13px;
    line-height: 17px;
    color: #0F172A;
    border: none;
    max-width: 97px;
    text-align: center;
    background: #fff;
}
.purchaseBtnWrapper{
    display: flex;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
}
.purchaseBtnWrapper .purchaseCreditsBtn{
    border: 1px solid #05ADA3;
    padding: 8px 6px;
    border-radius: 3.816px;
    background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
    display: flex;
    align-items: center;
    gap: 4px;
    transition: all ease .1s;
    max-width: 171px;
    width: 100%;
}
.purchaseCreditsBtn span{
    font-weight: 500;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.03em;
transition: all ease .1s;
color: #fff;
}
.creditsWrapper button:hover{
    background: #fff;
}
.creditsWrapper button:hover span, .creditsWrapper button:hover{
    color: #0F172A;
}
.creditsWrapper button:hover svg path{
    fill: #0F172A;
}
.creditsWrapper button:hover img.button-arrow{
    filter: brightness(0) saturate(100%) invert(7%) sepia(7%) saturate(7435%) hue-rotate(191deg) brightness(96%) contrast(96%);
}
.creditInfoHead .singleCreditInfo.priceInfo, .creditInfoHead .singleCreditInfo.last{
    border-left: 1px solid #E6E8EE;
}
@media (max-width:575px) {
    .quotaHead, .quotaHead span{
        font-size: 12px;
    }
    .creditsWrapper{
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
        padding: 20px 10px;
    }
    .purchaseBtnWrapper{
        padding: 0 8px;
    }
    .purchaseBtnWrapper .purchaseCreditsBtn{
        padding: 6px;
        text-align: center;
        flex-grow: 1;
        justify-content: center;
    }
    .creditsBalance p{
        font-size: 12px;
    }
    .creditsBalance p a{
        font-size: 12px;
    }
    .creditsWrapper{
        padding: 25px 10px;
    }
    .creditInfoBody{
        padding: 8px 8px 40px;
    }
    .singleCreditInfo.first, .creditInfoBody p:first-child, .purchaseBtnWrapper p:first-child{
        max-width: 85px;
    }
    .priceInfo {
        max-width: 109px;
        width: 100%;
        justify-content: center;
    }
    .purchaseCreditsBtn img{
        display: none;
    }
    .purchaseCreditsBtn span{
        font-size: 12px;
    }
    .creditInfoHead{
        padding: 8px;
    }
    .creditQuantityChange{
        gap: 0;
    }
    .creditQuantity{
        font-size: 12px;
        max-width: 82px;
    }
    .creditQuantityChange button{
        width: 20px;
        height: 20px;
    }
}