html>body{
    background: #EBF5FB !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
    margin: 0 !important;
}

.logo{
    color: rgb(34, 164, 84) !important;
    text-transform: uppercase;
    font-weight: 500;
}

.card-body{
    background: #fff !important;
}

.card-header, .card-footer{
    border: none !important;
}

.border_half{
    border: 0.5px solid rgb(225, 225, 225);
}

.form-control{
    height: 35px !important;
}

.text-green{
    color: rgb(34, 164, 84) !important;
    font-weight: 800 !important;
}

.btn-n{
    background-color: rgb(34, 164, 84);
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    color: white;
    display: flex;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.85rem;
    justify-content: center;
    line-height: 1.75rem;
    padding: 0.4rem 1.4rem;
    position: relative;
    text-align: center;
    text-decoration: none solid rgb(0, 0, 0);
    max-width: 460px;
    transform: rotate(-2deg);
    user-select: none;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgb(0, 0, 0);
}

.btn-n:hover{
    background: #1E8449;
}

.main-content .navbar-top{
    background-color: rgb(255, 255, 255);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: flex;
    flex-direction: inherit;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    /* position: sticky; */
    color: #566573 !important;
    box-shadow: none;
}

.navbar-dark .navbar-nav .nav-link{
    color: #566573 !important;
}

/* The navigation menu */
.navbar-nav {
    /* overflow: hidden; */
    height: 50px;
    /* background-color: #333; */
  }

  /* Navigation links */
  .nav-item a {
    font-size: 16px;
    padding: 14px 16px;
    text-decoration: none;
    line-height: 15px;
  }

  .nav-link i{
    color: #566573 !important;
    float: left;
    line-height: 15px;
    margin-right: 10px;
  }

  /* The subnavigation menu */
  .lw-expandable-nav {
    float: left;
    overflow: hidden;
  }

  /* Subnav button */
  .subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  /* Add a red background color to navigation links on hover */
  .navbar a:hover, .subnav:hover .subnavbtn {
    color: #566573 !important;
  }

  /* Style the subnav content - positioned absolute */
  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
  }

  /* Style the subnav links */
  .subnav-content a {
    float: left;
    color: #566573;
    text-decoration: none;
  }

  /* Add a grey background color on hover */
  .subnav-content a:hover {
    background-color: #eee;
    color: #566573 !important;
  }

  /* When you move the mouse over the subnav container, open the subnav content */
  .subnav:hover .subnav-content {
    display: block;
  }

  #navbar-main{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .header, .container-fluid{

  }


  .lw-expandable-nav{
    display: none;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
  }

  .nav-item:hover .lw-expandable-nav {
    display: block;
  }

  .navbar-nav .lw-expandable-nav .nav .nav-item .nav-link{
    padding: 15px 20px !important;
    border-bottom: 0.5px dotted #ccc;
  }

  .top-menu-wrp{
    padding: 0px 20px;
    background: #fff;
    border-bottom: 1px solid rgb(234, 234, 234);
    height: 61px;
    line-height: 50px;
  }

 .navbar-nav .nav-item .nav-link.active{
    color: rgb(34, 164, 84) !important;
    font-weight: 500;
  }

  .navbar-nav .nav-item .nav-link.active i{
    color: rgb(34, 164, 84) !important;
  }

  .input-group-text{
    height: 35px !important;
  }

  .lw-ajax-form-submit-action, .btn-outline-light{
    height: 35px;
    line-height: 10px;
  }

  .header{
    padding-top: 10px !important;
  }

  .btn.btn-primary{
    background: rgb(34, 164, 84) !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    border-radius: 8px !important;
  }

  .btn.btn-primary:hover {
    text-decoration: none;
    background-color: rgb(23, 114, 58) !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px !important;
}

.card.shadow,.card.shadow .card-body{
    border-radius: 10px;
}

.card.shadow .card-header{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.icon-green{
    color: rgb(34, 164, 84) !important;
}

.profile-nav-wrp{
    margin-left: 0;
    padding-left: 0;
}

.user-avtar-wrp{
    background: #229954;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
}