﻿.convert-current-card-wrapper-cont {
    max-width: 500px;
    height: 500px;
    width: 100%;
    color: black;
    box-shadow: 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
    background: white;
    border-radius: 24px;
    padding: 32px 32px;
}

    .convert-current-card-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;
    }

    .convert-current-card-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;
}

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

.convert-current-card-wrapper-cont h6 {
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

convert-current-card-wrapper-cont .input-group-text h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

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


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

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

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

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


@media (max-width: 920px) {
    
    .convert-current-card-wrapper-cont {
        max-width: 300px;
        height: 350px;
        margin-bottom:50px;
        width: 100%;
        color: black;
        background: white;
        border-radius: 24px;
        padding: 32px;
    }

        .convert-current-card-wrapper-cont .input-group {
            gap: 8px;
        }

    .convert-current-card-wrapper-cont input {
        border-radius: 10px;
        height: 40px;
        font-size: 1rem;
    }

    .input-group-text {
        padding: 0;
    }

        .input-group-text h5 {
            font-size: 0.8rem  ; 
        }

    .convert-current-card-wrapper-cont button {
        margin-top: 0.8rem;
        font-size: 0.9rem;
        padding: 10px 24px;
    }

    .convert-current-card-wrapper-cont small {
        font-size: 12px;
    }

    .convert-current-card-wrapper-cont .info-wrapper h3 {
        font-size: 0.8rem;
    }

    .convert-current-card-wrapper-cont .info-wrapper a {
        font-size: 0.8rem;
    }
}