@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.backgroundFooter{
    background-color: #F0F0F0 ;
}
:root {
    --Light-Primary-Blue-2: rgba(162, 203, 255, 1);
}


.progress-container {
            width: 100%;
            background: #D0E4FE;
            border-radius: 64px;
            margin-bottom: 20px;
        }

.progress-bar {
    width: 0;
    height: 8px;
    background: #177DFF;
    border-radius: 64px;
    transition: width 0.5s ease-in-out;
}

.buttonContinue{
    padding: 17px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 269px;
    border-radius: 20px;
    background: var(--Light-Primary-Blue-2, #A2CBFF);
    height: 58px;
    color: white;
   
    font-size: 16px;
    font-weight: 500;
    transition: all 3s ease;


}



.walletCheck{
    color: #303841;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.6px;
    margin-bottom: 5px;
    
}

.containerWalletCheck {
    display: flex;
    justify-content: flex-start; /* Выровнять элементы по левому краю */
    width: 100%; /* Убедитесь, что контейнер занимает всю ширину */
    
}


.walletCheckdescr{
    color: #7D8895;
font-family: "Open Sans";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 17.5px; /* 125% */
}

.walletcont{
    margin-bottom: 34px;
}


.activebutton{
    background: #177DFF;
    cursor: pointer;
}


.selectedButton{
    border: 2px solid #177DFF !important;
 
}


.nameCrypto{
    color: #303841;
    
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: 0.5px;
}


.aboutCrypto{
    color: #7D8895;
    
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    }

.progress-container{
    margin-top: 10px;
    margin-bottom: 34px;
}
