/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@font-face {
    font-family: kalpurush;
    src: url(../fonts/kalpurush.ttf);
}

* {
    font-family: kalpurush;
}

.badge {
    padding: 5px;
    margin-bottom: 5px;
}

.top7 {
    top: -6px;
}

.pad0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 15px !important;
}

.answer {
    margin-top: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: justify;
}

.question {
    text-align: justify;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}