.fetchbutton,.select_m_y{
    border-radius: 3px;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    line-height: 24px;
    background-color: #d0d0d0;
    padding: 6px 12px 6px 12px;
    border: 0.8px solid transparent;
    margin: 0.4px;
    /* height: fit-content; */
    width: fit-content;
}


.carousel-control-next, .carousel-control-prev{
    width: 2%;

}

.backarrow,.nextarrow{
    position: absolute;
    top: -0.2%;
}

.bg-card{
    background-color: #d0d0d033;
}
.bg-cardE{
    background-color: navajowhite;
}
.text-grey{
    color: rgba(25, 25, 25, 0.874);
}
.approvealert{
    display: none;
}

@media (min-width:1500px) and (max-width:1600px) {
    /* #mycards{
        width: 18rem;
    } */
}

@media (min-width:420px) and (max-width:575px) {
    /* #mycards{
        width: 18rem;
    } */
    .backarrow,.nextarrow{
        /* position: absolute; */
        top: -0.1%;
    }
}
@media (min-width:360px) and (max-width:421px) {
    .backarrow,.nextarrow{
        /* position: absolute; */
        top: -0.1%;
    }
    #fetchcards{
        
    }
    
}
