/*================================
=            uiversal            =
================================*/
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Rubik", sans-serif; }

a, a:hover, a:focus {
  text-decoration: none;
  color: unset; }

a, p, span, button {
  font-family: "Rubik", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0; }

hr, p {
  margin: 0; }

.pt15 {
  padding-top: 15px; }

.pt30 {
  padding-top: 30px; }

.pt60 {
  padding-top: 60px; }

.pb15 {
  padding-bottom: 15px; }

.pb30 {
  padding-bottom: 30px; }

.pb60 {
  padding-bottom: 60px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.mt15 {
  margin-top: 15px; }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.mb15 {
  margin-bottom: 15px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px; }

label {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: bold;
  color: #00000096; }
  label + hr {
    margin-bottom: 0.5rem; }

/* width */
.sidebar::-webkit-scrollbar {
  width: 10px;
  cursor: pointer; }

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  opacity: 0.5;
  background: #009999; }

/*=====  End of uiversal  ======*/
/*=====  End of header  ======*/
/*===============================
=            content            =
===============================*/
.btn-primary {
  color: #fff;
  background-color: #08A039;
  border-color: #08A039;
  text-transform: uppercase; }

.btn-primary:hover {
  color: #fff;
  background-color: #078830;
  border-color: #078830; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #078830;
  border-color: #acfbc6;
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #078830;
  border-color: #acfbc6;
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

.btn-outline-primary {
  color: #08A039;
  border-color: #08A039; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #08A039;
  border-color: #08A039; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #078830;
  border-color: #078830; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

.btn-secondary {
  color: #fff;
  background-color: #009999;
  border-color: #009999;
  text-transform: uppercase; }

.btn-secondary:hover {
  color: #fff;
  background-color: teal;
  border-color: teal; }

.btn-secondary.focus, .btn-secondary:focus {
  color: #fff;
  background-color: teal;
  border-color: #99ffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25); }

.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: teal;
  border-color: #99ffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25); }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25); }

.btn-outline-secondary {
  color: #009999;
  border-color: #009999; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #009999;
  border-color: #009999; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25); }

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: teal;
  border-color: teal; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25); }

.form-control:focus {
  border-color: #08A039;
  box-shadow: 0 0 0 0.2rem rgba(8, 160, 57, 0.25); }

@media (max-width: 992px) {
  .wrapper .content {
    margin-bottom: 60px; }

  .option-wrapper-inside {
    flex-direction: column; }

  .nav-pills .nav-item {
    margin-bottom: 10px; }
    .nav-pills .nav-item:not(:last-child) {
      margin-right: 15px; }

  .table .th {
    display: none; }
  .table .tr {
    display: block;
    border: 1px solid rgba(8, 160, 57, 0.25);
    border-radius: 5px;
    padding: 15px; }
    .table .tr:not(:last-child) {
      margin-bottom: 15px; }
    .table .tr .thSm, .table .tr .thsm + hr {
      display: unset; }
    .table .tr .td {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .table .tr .td hr {
        width: 100%;
        margin-bottom: 5px; }
      .table .tr .td button {
        width: 100%; }

  [data-include="footer"] {
    width: 100%; } }
@media (max-width: 576px) {
  .nav-pills .nav-item {
    margin-bottom: 10px; }
    .nav-pills .nav-item:not(:last-child) {
      margin-right: unset; } }
/*=====  End of content  ======*/
/*===============================
=            footer            =
===============================*/
.foo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(270deg, #08A039 0%, #009999 100%);
  color: #fff;
  padding: 5px 12px;
  width: 100%;
  bottom: 0; }
  .foo-wrapper .right {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .foo-wrapper .right span {
      flex-shrink: 0; }
    .foo-wrapper .right img {
      width: 100%;
      max-width: 50px;
      margin-left: 10px; }

@media (max-width: 992px) {
  .footer {
    width: 100%; }

  .foo-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .foo-wrapper .left {
      text-align: center; }
    .foo-wrapper .right {
      margin-top: 5px; } }
/*=====  End of footer  ======*/

/*# sourceMappingURL=common.css.map */
