/* 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: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material_icons.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }


@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;
}

.question small{
    padding: 2px 5px;
    font-size: small;
    border-radius: 8px;
    color: rgb(223, 223, 223);
}

html {
    scroll-behavior: smooth;
  }