@font-face {
    font-family: ABeeZeeRegular;
    src: url("../../../special-exam/fonts/ABeeZee/ABeeZee-Regular.ttf");
}

@font-face {
    font-family: TypoRoundRegularDemo;
    src: url("../../../special-exam/fonts/TypoRound/Typo_Round_Regular_Demo.otf") format("opentype");
}

@font-face {
    font-family: SolaimanLipi;
    src: url("../../../special-exam/fonts/SolaimanLipi/SolaimanLipi_29-05-06.ttf");
}

.se-btn {
    margin-bottom: 10px;
    display: block;
    border-radius: 30px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.16);
    line-height: 25px;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none !important;
    transition: 0.2s;
    font-family: SolaimanLipi, TypoRoundRegularDemo, serif;
    width: auto;
    text-align: center;
    background: transparent linear-gradient(180deg,#ED1C24 0,#B80007 100%) 0 0 no-repeat padding-box;
    color: #fff;
    border: 2px solid #ed1c24;
}

.se-btn.light {
    background: #fff;
    color: #000;
    transition: 0.2s;
    border: 2px solid red;
}

.se-btn.dark {
    background: #343a40;
    color: #fff;
    font-size: 1rem;
    transition: 0.2s;
    border: 2px solid #343a40;
}

.se-btn:hover{
    background: transparent linear-gradient(180deg,#ED1C24 0,#B80007 100%) 0 0 no-repeat padding-box;
    color: #fff;
    transition: 0.2s;
}

.se-btn.dark:hover{
    background: #fff;
    color: #343a40;
    transition: 0.2s;
    border: 2px solid #343a40;
}
