﻿.send-money-card-wrapper {
    max-width: 500px;
    height: 500px;
    width: 100%;
    color:black;
    background: white;
    border-radius: 24px;
    padding:  32px;
}
.send--card-money-wrapper-cont .input-group  {
    display: flex;
    
    
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius:  10px;
    border: 1px solid var(--light-mode-black-57, #535154);
    box-shadow:none;
}

.send--card-money-wrapper-cont input {
    border-radius: 10px;
    border: none;
    box-shadow: none;
    height: 72px;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
     border-color: transparent; 
    outline: 0;
    box-shadow: none; 
}

.send--card-money-wrapper-cont img:nth-child(1) {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.send--card-money-wrapper-cont h6 {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.input-group-text h5 {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.send--card-money-wrapper-cont button {
   
    max-width:308px  ;
    width:100%;
    padding: 12px 48px;
    margin:auto;
    
    border-radius: 31.993px;
    background: #6935D3;
    
}
.send--card-money-wrapper-cont .text-center a {
    max-width: 308px;
    width: 100%;
}

.send--card-money-wrapper-cont .info-wrapper h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.send--card-money-wrapper-cont .info-wrapper a {
    color:  #6935D3;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.send--card-money-wrapper-cont  button{
    margin-top:2.5rem;
    color:white;
}

.send--card-money-wrapper-cont small {
    display:block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 8px;
    line-height: 150%;
}


@media (max-width: 920px) {
    .send-money-card-wrapper {
        max-width: 300px;
        height: 300px;
        margin: auto;
        width: 100%;
        color: black;
        background: white;
        border-radius: 24px;
        padding: 16px;
        margin-bottom: 50px;
        font-family: Inter !important;
    }

    .send--card-money-wrapper-cont .input-group {
        gap:8px;
    }
    .send--card-money-wrapper-cont input {
        border-radius: 10px;
       
        height: 40px;
        font-size: 1rem;
        
    }
    .input-group-text {
        padding: 0;
       
        
        
    
    }
    .send--card-money-wrapper-cont h6{
        font-size:0.5rem;
    }
    .input-group-text h5 {
        font-size: 0.5rem;
    }
    .send--card-money-wrapper-cont button {
        margin-top: 0.8rem;
        font-size:0.5rem;
        padding: 10px 24px;
    }

    .send--card-money-wrapper-cont small{
        font-size:0.5rem;
    }
    .send--card-money-wrapper-cont .info-wrapper h3 {
        font-size: 0.5rem;
        
    }
    .send--card-money-wrapper-cont .info-wrapper a {
       
        font-size: 0.5rem;
        
    }

}