/* .card {
    background-color: #000;
    border-radius: 10px;
}

.form-control {
    background-color: #6a6a6a;
    color: var(--white);
} */

.expand-iframe {
    margin-bottom: 48px;
}
.expand-iframe-button {
    border-radius:100%;
    color:white;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out 0s;
    border: none;
    padding: 0px;
    bottom: -0px;
    position: absolute;
    margin-top: 0px;
    width: 32px;
    height: 32px;
    left: 50%; 
    margin-left: -16px; 
    background-color: rgba(255, 255, 255, 0.5); 
    color: rgb(0, 0, 0);
}


.verified-status{
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    width: 15px;
    height: 15px;
    background-color: var(--c1);
    /* bottom: 0;
    right: 0; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
}

.neon-text-green {
    color: #fff; 
    /* color: #071838;  */
    /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #0fa, 0 0 5px #0fa; */
}

.neon-text-white {
    color: #fff; 
    /* color: #071838;  */
    /* text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff; */
}

.button-rounded {
    border: 1px solid #585c75;
    background-color: #142442;
    color: rgba(255, 255, 255, 0.4);
    padding: 9px 24px;
    padding-right: 34px;
    font-size: 13px;
    border-radius: 50px;
}

.button-rounded:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: #142442;
    /* color: rgba(255, 255, 255, 0.4); */
    color: rgba(255, 255, 255, 0.6);
    padding: 9px 24px;
    padding-right: 34px;
    font-size: 13px;
    border-radius: 50px;
}

.button-rounded-active {
    border: 1px solid #fff;
    background-color: #142442;
    color: rgba(255, 255, 255, 1);
    padding: 9px 24px;
    padding-right: 34px;
    font-size: 13px;
    border-radius: 50px;
}