body {
    font-family: "Poppins", sans-serif;
}

.tac-btn-primary {
    background-color: #FEA621;
    color: white;
}

.tac-btn-primary:hover{
    background-color: #e28904;
    color: white;
}

.tac-bg-orange {
    background-color: #FEA621;
}

  
  .feather {
    width: 16px;
    height: 16px;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  }
  
  @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem;
    }
  }
  
  .sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color: #333;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
    vertical-align: middle !important;
  }
  
  .sidebar .nav-link.active {
    color:#e28904;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #FEA621;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: #f7c57a;
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }

  .tac-add-btn{
    background-color:#FEA621;
    color: white;
    border-radius: 4px;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    transition: 0.5s all;
    box-shadow: 0px 0px 16px 0px rgba(254,166,33,0.49);
-webkit-box-shadow: 0px 0px 16px 0px rgba(254,166,33,0.49);
-moz-box-shadow: 0px 0px 16px 0px rgba(254,166,33,0.49);
  }

  .tac-add-btn:hover{
    background-color:#e28904; 
    color: white;
    text-decoration: none;
  }

  .list-group {
    max-width: 100%;
    margin-bottom: 4rem auto;
  }
  
  .form-check-input:checked + .form-checked-content {
    opacity: .5;
  }
  
  .form-check-input-placeholder {
    border-style: dashed;
  }
  [contenteditable]:focus {
    outline: 0;
  }
  
  .list-group-checkable .list-group-item {
    cursor: pointer;
  }
  .list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  .list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-light);
  }
  .list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-blue);
  }
  .list-group-item-check[disabled] + .list-group-item,
  .list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }
  
  .list-group-radio .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
  }
  .list-group-radio .form-check-input {
    z-index: 2;
    margin-top: -.5em;
  }
  .list-group-radio .list-group-item:hover,
  .list-group-radio .list-group-item:focus {
    background-color: var(--bs-light);
  }
  
  .list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: var(--bs-blue);
    box-shadow: 0 0 0 2px var(--bs-blue);
  }
  .list-group-radio .form-check-input[disabled] + .list-group-item,
  .list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }
  
  .list-group-item {
    text-align: start;
  }

  a {
    color:#e28904;
    text-decoration: none;
  }

  .tac-total-div {
    border: 1px solid #FEA621;
    background-color: rgba(254, 166, 33, 0.10);
    color: #FEA621;
    border-radius: 0.5rem;

  }

  .tac-total-div p {
    color: #FEA621;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .tac-total-div p span {
    font-size: 1.4rem;
    font-weight: 600;
  }