@charset "UTF-8";
@font-face {
    font-family: 'eqtsad';
    font-style: normal;
    font-weight: 400;
    font-style:normal;
    src: url(/theme/fonts/eqtsad-regular.woff) format('woff');

}

body{

    font-family: "eqtsad" !important;
    font-size:16px;
    

    

}
/* Container */
.container1{
    width:40%;
    margin:0 auto;
}

.collapse {
  &:not(.show) {
    display: none;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  @include transition($transition-collapse);
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 5px;
}

    
