

.flex-scrolls {
    display: flex;
    flex-wrap: nowrap; 
    overflow: auto;
}
.cardvvfull{
    background-color: #000;
    /*                max-width: 400px;*/
    height: auto;
    min-height:250px;
    color: #fff;
    /*                margin: 20px;*/
    padding: 20px;
    border-radius: 10px;
    font-family: Open Sans;
    align-content: center;
}
.custcard{
    background-color: #000;
    /*                max-width: 400px;*/
    height: 160px;
    color: #fff;
    /*                margin: 20px;*/
    padding: 20px;
    border-radius: 10px;
    font-family: Open Sans;
    align-content: center;
}

.amtcard{
    background-color: #000;
    /*                max-width: 400px;*/
    height: 140px;
    color: #fff;
    /*                margin: 20px;*/
    padding: 20px;
    border-radius: 10px;
    font-family: Open Sans;
    align-content: center;
}
a {
    color: #000;
    text-decoration: none;
}
.amtcash{
    text-align: center;
    line-height: 20px;
}
.amtvalu{
    font-size: 34px;
    font-weight: 600;

}
.tcard{
    width: 90%;
    height: 200px;
    color: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
}
.tlistcard{
    width: 100%;
    padding: 10px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 4px;

}
.txttile {
    font-size: 16px;
    font-weight: 300;
}
.tlistcard .a {
    font-size: 16px;
    font-weight: 300;
}
.txttileall {
    font-size: 12px;
}
.txtdate{
    color: #6c757d;
    font-size: 12px;
}
.listcucard{
    height: 200px;
    color: #fff;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.listtitle{
    text-transform: capitalize;
}

.hcardlist{
    width: 160px;
    height: auto;
    min-height: 180px;
    background-color: #fff;
    border-radius: 10px;
    padding: 6px;
    margin: 6px;
    align-content: center;
    flex: 0 0 auto;
}
.txtgray{
    color: #6c757d;
}
.fot10{
    font-size: 10px;
}
.fot12{
    font-size: 12px;
}
.fw700{
    font-weight: 700;
}
.fw100{
    font-weight: 100;
}
.mtb2{
    margin-top: 2px;
    margin-bottom: 2px;
}
.mlr2{
    margin-left: 2px;
    margin-right: 2px;
}
.mlr4{
    margin-left: 4px;
    margin-right: 4px;
}
.mlr6{
    margin-left: 6px;
    margin-right: 6px;
}
.mrg2{
    margin: 2px;
}
.mrg10{
    margin: 10px;
}
.mrg20{
    margin: 20px;
}
.mrg30{
    margin: 30px;
}
.mrg40{
    margin: 40px;
}
.mrg50{
    margin: 50px;
}
.mrg60{
    margin: 60px;
}
.mrg70{
    margin: 70px;
}
.mrg100{
    margin: 100px;
}

.modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;

}
.modal{
    --bs-modal-margin: 0rem;
}
