﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}


.table > tbody > tr > td {
    padding: 4px 8px;
}

.mb8 {
    margin-bottom: 8px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ededed;
}

table h4 {
    margin: 0px 0px 0px -8px;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
}

.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}
.mt5 {
    margin-top:5px;
}
.footerFixed input {
    height: 29px;
}
.form-bg  span{
    display:inline-block;
    float:left;
    margin-right:4px;
    font-weight:bold;
    font-size:12px;
    margin-top:5px;
}

.form-bg input {
    float: left;
    max-width: 160px;
}

.width250 {
    width:250px;
}
/*responsive*/
@media screen and (max-width:1200px) {
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:768px) {
    .main-header .logo {
        display: none;
    }

    .footerFixed {
        left: 0;
    }
}

/*responsive end*/
