@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap");

body {
  font-family: Roboto, sans-serif;
}

:root {
  --font-roboto-slab: "Roboto Slab", serif;
  --col-red: #ff0000;
}

.lptitle {
  padding: 40px 0;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-roboto-slab);
  font-size: 3rem;
}

.tblwrapper .table {
  border: solid 1px #cccccc;
}

.tblwrapper .table th {
  font-size: 18px;
  font-weight: bold !important;
  background: #efcc66; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcc66', endColorstr='#e9c355',GradientType=0 ); /* IE6-9 */
}

.tblwrapper .table th span.fa-check-square-o {
  color: green;
  padding-left: 5px;
  font-size: 24px;
}

.tblwrapper .table th span.fa-times-circle-o {
  color: red;
  padding-left: 5px;
  font-size: 24px;
}

.col-red {
  color: var(--col-red) !important;
}

.tblwrapper .table th,
.tblwrapper .table td {
  border-right: solid 1px #cccccc;
  color: #000000;
  font-weight: 400;
  text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f5f5;
}

.font-36 {
  font-family: var(--font-roboto-slab);
  font-size: 18px;
}
.font-20 {
  font-size: 24px !important;
}

.lpfrmpopwrp {
  width: 100%;
  background: #efcc66; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #efcc66 1%,
    #fee08a 48%,
    #e9c355 87%,
    #e9c355 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcc66', endColorstr='#e9c355',GradientType=0 ); /* IE6-9 */
}

.clsewrp {
  text-align: right;
  padding: 10px 15px;
  color: var(--col-red);
  display: flex;
  justify-content: flex-end;
}

.clsewrp .fa-close {
  cursor: pointer;
}

.form-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.form-desc {
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
}
.frmiconwrp {
  width: 50px;
  height: 50px;
  background-color: #e12245;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 100px;
  right: 0;
  cursor: pointer;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
  background-color: #ffcb08;
  border-radius: 5px;
}

h1 span {
  color: #e32044;
}

td span {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
  .m-container {
    max-width: 95% !important;
  }
  .m-min-wid-40 {
    min-width: 40px;
  }
  .m-min-wid-200 {
    min-width: 200px;
  }
  .m-min-wid-300 {
    min-width: 300px;
  }
  .lpfrmpopwrp {
    width: 300px;
    margin: auto;
    right: 0;
    left: 0;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .m-container {
    max-width: 95% !important;
  }
}
