@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SolaimanLipi.woff2') format('woff2');
    font-display: swap;
}

body {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
}

/*Form Input Start*/
label {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 18px;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #000;
  line-height: 40px;
}

input[type="text"],
input[type="password"] {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 15px;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border: 1px solid #cdcdcd;
}

input[type="text"]:focus,
input[type="password"]:focus {
  background: #f6f7f9;
  border: 1px solid #cdcdcd;
  outline: none;
}

input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #cdcdcd;
}

input[type="date"]{
  width: 100%;
  background-color: #fff;
  padding: 7px 20px;
  color: #000;
  font-size: 13px;
  border: none;
  outline: none;
  border: 1px solid #cdcdcd;
}
::-webkit-calendar-picker-indicator{
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
}

input[type="submit"]{
  width: 100%;
  background: #fed403;
  padding: 10px 10px;
  color: #000;
  font-size: 13px;
  outline: none;
  border:none;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

input[type="submit"]:hover {
  opacity: .9;
}

select {
  font-family: 'SolaimanLipi', 'Poppins', 'Inter', sans-serif;
  font-size: 15px;
  width: 100%;
  background-color: #fff;
  color: #000;
  display: inline-block;
  font: inherit;
  line-height: 30px;
  padding: 5px 20px;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 1px solid #cdcdcd;
  border: 1px solid #cdcdcd;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  border: 1px solid #cdcdcd;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/*------ Report Style ----------*/
.header-container {
  width: 100%;
}

.header-container .formName {
  width: 12%;
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  float: right;
}

.header-container h2 {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.header-container h3 {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.header-container h4 {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.header-container h5 {
  font-family: 'SolaimanLipi', 'Poppins', sans-serif;
  font-size: 14px;
  text-align: center;
}