.drop-bn
{
    background: #f05c60;
    border: solid 2px #f05c60 !important;
    font-weight: 600;
    display: table;
    color: #fff !important;
    margin-top: 0;
    text-align: center;
    justify-content: center;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-style: normal;
}
.add
{
    transform: none;
    border: none;
    background: none;
    font-size: 29px;
    background: #f05c60;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: grid;
    align-content: center;
    margin-bottom: 20px;
}
.btn-group button
{
    margin-right: 10px;
    min-width: 180px;
}
.clickable
{
    cursor: pointer;
}
.disabled
{
    pointer-events: none;
}
.close-modal
{
    width: 45%;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    background: #101014;
    color: #fff !important;
    text-align: center;
    justify-content: center;
    border: solid 2px #101014 !important;
}
.login-div-modal .add svg {
    color: #fff !important;
    width: 24px;
    height: 24px;
    margin: auto;
    display: table;
}


.comon-links-divb05 figure img
{
    width: 200px;
    height: 200px;
}    



.mb10
{
    margin-bottom: 10px;
}
.mb20
{
    margin-bottom: 20px;
}
.mt10
{
    margin-top: 10px;
}
.mt20
{
    margin-top: 20px;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.bgblack
{
    background-color: #11191c;
}
.bgred
{
    background-color: #f05c60 !important;
}
.bgreen
{
    background-color: #198754 !important;
    
}
.cred
{
    color: #f05c60 !important;
}
.cgreen
{
    color: #198754 !important;
}
.hide
{
    display: none;
}