body {
    font-family: 'Montserrat', sans-serif; 
    font-weight: 400; 
    font-style: normal; 
    font-size: 13px;
    line-height: 1.5;
    color: #292b2c;
    background: #fafafa;
}
.text-dark{
    color: #292b2c;
}
.bg-gray{
    background: #eff2f7!important;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
table{
    width: 100%;
}
.ta-j{
    text-align: justify;
}
.ta-r{
    text-align: right;
}
.ta-l{
    text-align: left;
}


.white{
    color: #fff!important;
}
.container {
    padding: 0;
}
.card{
    border: 0;
}

.seperator {
  border-top: 1px solid #ddd;
}
.separator-dashed {
  border-top: 1px dashed #ddd!important;

}
.symbol.symbol-45px > img {
  width: 45px;
  height: 45px;
    border-radius:5px; 
}

h5{
    font-weight: 900;
}

.ust-menu {
    border-bottom: 1px solid #eee;
    padding: 0;
        box-shadow: inset 0 -2px 8px 0 rgba(0, 0, 0, .06);

}
.ust-menu span {
    line-height: 36px;
}
.ust-menu .navbar-collapse {
    padding: 0;
}
.ust-menu .navbar-collapse .nav-item {
    line-height: 20px;
    font-weight: 900;
    padding: 0 10px;
}
.ust-menu .navbar-collapse .dropdown-menu {
    font-size: 12px;
}

.header {
    background: #fff;
    padding: 30px 0 20px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .06);
    margin-bottom: 10px;
}
.header .title {
    font-family: "Marcellus", serif;
    font-size: 24px;
    color: #292b2c;
    line-height: 28px;
}
.header .title:hover {
    text-decoration: none;
}
.header .title .publisher {
    font-family: 'Montserrat', sans-serif; 
    font-size: 12px;
    margin-top: -4px;
    color: #666;
}


.ana-menu {
  
}
.ana-menu .navbar {
}
.ana-menu .navbar-nav {
   
}
.ana-menu .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 4px solid #fff;
}
.ana-menu .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 4px solid #f00;
}
.ana-menu .navbar-nav .dropdown-menu {
    font-size: 12px;
}



.orta-alan {
    min-height: 600px;
    padding: 20px 0;
}




.filtre{
    font-weight: 500;
    padding: 15px;
    border: 0;
}

.filtre h5{
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
.filtre .form-control, .filtre .form-select{
    font-size: 13px !important;
}
.filtre .form-check{
    margin: 2px 4px;
    font-size: 15px;
}
.filtre .form-check .form-check-label{
    margin-left: 5px;
    cursor: pointer;
    font-size: 12px;
}
.filtre .btn{
    font-size: 13px;
    font-weight: 700;
    padding: 4px 20px;
}
.filtre .tree-list .tree{
    cursor: pointer;
}
.filtre .tree-list .sub{
    display: none;
    margin-left: 10px;
    padding-top: 10px;
}
.filtre .tree-list .single{
    margin-left: 10px;
    padding-top: 10px;
}
.filtre .date{
    font-size: 12px;
    padding-right: 0;
    padding-top: 7px;
}


.kitap-area{
    border: 0;
    padding: 20px 30px;
}

.kitap-liste {
    width: 100%;
}
.kitap-liste tr{
    padding: 10px 20px;
    border-top: 1px solid #ddd;
}
.kitap-liste tr td{
    padding: 20px 0;
}
.kitap-liste a{
    font-family: "Marcellus", serif;
    font-size: 17px;
    color: #292b2c;
}
.kitap-liste .editor{
    font-size: 12px;
    padding: 5px 0;
}
.kitap-liste .date{
    font-size: 11px;
    padding: 10px 0;
}
.kitap-liste .ek{
    font-size: 10px;
    display: block;
    padding: 4px 10px;
}
.kitap-liste .type{
    background: #292b2c;
    color: #fff;
    margin-bottom: 10px;
    padding: 4px 10px;
}
.kitap-liste .abstract{
    background: #eff2f7;
    padding: 20px;
    font-size: 12px;
    line-height: 1.6;
    display: none;
}






.table thead {
    background: #f1f1f1;
}
.tablo {
    background-color: transparent;
    border: 1px solid #ddd;
    width: 100% !important;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
}
.tablo > thead > tr > th, .tablo > tbody > tr > th, .tablo > tfoot > tr > th, .tablo > thead > tr > td, .tablo > tbody > tr > td, .tablo > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.tablo > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    background: #f1f1f1;
    font-size: 16px;
}
.tablo > tbody + tbody {
    border-top: 2px solid #ddd;
}
.tablo > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.tablo > tbody > tr:hover {
    background-color: #f5f5f5;
}
.tablo col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
.tablo td[class*="col-"], .tablo th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.tablo > thead > tr > td.active, .tablo > tbody > tr > td.active, .tablo > tfoot > tr > td.active, .tablo > thead > tr > th.active, .tablo > tbody > tr > th.active, .tablo > tfoot > tr > th.active, .tablo > thead > tr.active > td, .tablo > tbody > tr.active > td, .tablo > tfoot > tr.active > td, .tablo > thead > tr.active > th, .tablo > tbody > tr.active > th, .tablo > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.tablo > tbody > tr > td.active:hover, .tablo > tbody > tr > th.active:hover, .tablo > tbody > tr.active:hover > td, .tablo > tbody > tr:hover > .active, .tablo > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.tablo > thead > tr > td.success, .tablo > tbody > tr > td.success, .tablo > tfoot > tr > td.success, .tablo > thead > tr > th.success, .tablo > tbody > tr > th.success, .tablo > tfoot > tr > th.success, .tablo > thead > tr.success > td, .tablo > tbody > tr.success > td, .tablo > tfoot > tr.success > td, .tablo > thead > tr.success > th, .tablo > tbody > tr.success > th, .tablo > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.tablo > tbody > tr > td.success:hover, .tablo > tbody > tr > th.success:hover, .tablo > tbody > tr.success:hover > td, .tablo > tbody > tr:hover > .success, .tablo > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.tablo > thead > tr > td.info, .tablo > tbody > tr > td.info, .tablo > tfoot > tr > td.info, .tablo > thead > tr > th.info, .tablo > tbody > tr > th.info, .tablo > tfoot > tr > th.info, .tablo > thead > tr.info > td, .tablo > tbody > tr.info > td, .tablo > tfoot > tr.info > td, .tablo > thead > tr.info > th, .tablo > tbody > tr.info > th, .tablo > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.tablo > tbody > tr > td.info:hover, .tablo > tbody > tr > th.info:hover, .tablo > tbody > tr.info:hover > td, .tablo > tbody > tr:hover > .info, .tablo > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.tablo > thead > tr > td.warning, .tablo > tbody > tr > td.warning, .tablo > tfoot > tr > td.warning, .tablo > thead > tr > th.warning, .tablo > tbody > tr > th.warning, .tablo > tfoot > tr > th.warning, .tablo > thead > tr.warning > td, .tablo > tbody > tr.warning > td, .tablo > tfoot > tr.warning > td, .tablo > thead > tr.warning > th, .tablo > tbody > tr.warning > th, .tablo > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.tablo > tbody > tr > td.warning:hover, .tablo > tbody > tr > th.warning:hover, .tablo > tbody > tr.warning:hover > td, .tablo > tbody > tr:hover > .warning, .tablo > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.tablo > thead > tr > td.danger, .tablo > tbody > tr > td.danger, .tablo > tfoot > tr > td.danger, .tablo > thead > tr > th.danger, .tablo > tbody > tr > th.danger, .tablo > tfoot > tr > th.danger, .tablo > thead > tr.danger > td, .tablo > tbody > tr.danger > td, .tablo > tfoot > tr.danger > td, .tablo > thead > tr.danger > th, .tablo > tbody > tr.danger > th, .tablo > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.tablo > tbody > tr > td.danger:hover, .tablo > tbody > tr > th.danger:hover, .tablo > tbody > tr.danger:hover > td, .tablo > tbody > tr:hover > .danger, .tablo > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}



.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}






