

.embed {
    z-index: 800;
    background: rgba(8, 5, 49, 1);
    background: #141a1f;
    border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .embed {
        right: .5rem;
        left: .5rem;
        padding: .5rem;
    }
}

.embedform {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 1rem 1rem;
}

@media screen and (max-width: 600px) {
    .embedform {
        width: 100%;

        padding: 3rem 1rem;
    }
}

.embedform__useraddress {
    color: #fff;
    text-align: center;
    color: rgb(155, 155, 155);
    border-radius: 10px;
    margin-bottom: .4rem;
    padding: 16px;
}

@media screen and (max-width: 600px) {

    .embedform__useraddress {
        width: 100%;
        overflow: hidden;
    }
}

.input {
    background: rgba(8, 5, 49, 1);
    background: #141a1f;
    border-radius: 16px;
    color: rgb(155, 155, 155);
    padding: 16px;
    border: 1px solid rgb(27, 27, 27);
    margin-bottom: .4rem;
}

.input__buttonbody {
    position: relative;
}

.input__modal {
    position: absolute;
    top: 2.5rem;
    right: 0;
    min-height: 3rem;
    width: 3rem;
    border: 1px solid rgba(71, 66, 118, 0);
    background: linear-gradient(91deg, rgba(159, 98, 242, 0.16) -4%, rgba(95, 237, 235, 0) 120.34%);
    background: rgb(19, 19, 19);
    border-radius: 16px;
    width: 100%;
    gap: 4px;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.input__modal--item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    transition: all .5s ease;
    padding: 8px 16px;
}

.input__modal--item:hover {
    background: linear-gradient(91deg, rgba(159, 98, 242, 0.16) -4%, rgba(95, 237, 235, 0) 120.34%);
    background: rgb(27, 27, 27);
}

.input__modal--itemlogo {
    display: inline-block;
    margin-right: .6rem;
} 

.input__button {
    display: flex;
    align-items: center;

    -webkit-box-align: center;
    align-items: center;
    background: rgba(8, 5, 49, 1);
    background: #141a1f;
    opacity: 1;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 18px;
    outline: none;
    user-select: none;
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 1rem;
    font-weight: 485;
    padding: 1rem;
    gap: 8px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: rgba(34, 34, 34, 0.04) 0px 0px 10px 0px;
    visibility: visible;
    animation: auto ease 0s 1 normal none running none;
    height: 2.5rem;
}

.flex-align {
    display: flex;
    align-items: center;
}

.token-symbol {
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 1.4rem;
    width: 1.4rem;
    background: #fff;
    color:rgb(0, 0, 0);
}

.input__button--logo {
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    align-items: center;
    height: 1.4rem;
    width: 1.4rem;
}

.input__button--logo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.input__arrowarea {
    border-radius: 12px;
    height: 40px;
    width: 100%;
    position: relative;
    margin: -18px auto;
    background-color: rgb(27, 27, 27);
    border: 4px solid rgb(19, 19, 19);
    z-index: 2;
}

.input__box {
    border-radius: 12px;
    height: 40px;
    width: 40px;
    position: relative;
    margin: -18px auto;
    background: rgba(8, 5, 49, 1);
    background: #141a1f;
    border: 4px solid rgb(19, 19, 19);
    z-index: 2;
}

.input__arrow {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.input__inputrole {
    font-weight: 400;
    font-size: 14px;
}

.input__bottom {
    display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 4px;  
    position: relative;
}

.input__input {
    filter: none;
    opacity: 1;
    transition: opacity 250ms ease-in-out 0s;
    text-align: left;
    font-size: 30px;
    width: 12rem;
    background-color: transparent;
    outline: none;
    border: none;
    height: 4rem;

    color: rgba(255, 255, 255, .8);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox requires a different approach */
input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 600px) {
    .input__input {
        width: 8rem;
    }
}

.input__blcval {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.input__assetbalance {
    position: absolute;
    bottom: -.7rem;
    font-size: .7rem;
    opacity: .6;
    color: #fff;
}

.connect {
    width: 100%;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    padding: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    border-radius: 16px;
    outline: none;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    will-change: transform;
    transition: transform 450ms ease 0s;
    transform: perspective(1px) translateZ(0px);
    transition: all .5s ease;

    background: rgb(133, 84, 251, 1);
    background-image: radial-gradient(51.68% 197.71% at 50% 50%,#005bcc 0,#008cff 80%);
}

.connect:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

.embed-figure {
    height: 100%;
    width: 100%;
    background: red
}

.embed-figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
