h1,h2,h3,h4,h5,h6{
    font-family: "Lato", sans-serif;
    color: #030917;
}

body{
    font-family: "DM Sans", serif;
    font-size: 16px;
    color: #485b60;
}

a:hover {
    color: #030917;
    text-decoration: underline;
  }

  .form-control.form-control-xl:focus {
    border: 1px solid #f0630c;
    outline: none !important;
    box-shadow: none;
  }

#auth #auth-left .auth-logo img {
    height: auto;
    width: 100px;
  }

  #auth #auth-left .auth-title {
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 400;
  }

  #auth #auth-left .auth-logo {
    margin-bottom: 3rem;
  }

  #auth #auth-left .auth-subtitle {
    color: #485b60;
    font-size: 20px;
    line-height: 2.5rem;
  }

  .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #f47221;
    border-color: #f47221;
    color: #fff;
  }

  #auth #auth-left .auth-title {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .sidebar-wrapper .sidebar-header img {
    height: auto;
    width: 100px;
  }

  .sidebar-wrapper .menu .sidebar-title {
    color: #29303b;
    font-size: 1rem;
    font-weight: bold;
    list-style: none;
    margin: 1.5rem 0 1rem;
    padding: 0 1rem;
    text-transform: uppercase;
  }

  label {
    display: inline-block;
    font-size: 16px;
    color:#29303b !important;
  }

  th,td {
    font-size: 16px;
    text-align: left !important;
  }
  .dt-empty {
    font-size: 16px;
  }
  #example_info {
    font-size: 16px;
  }

  .orange{
    color: #f47221 !important;
  }







  .slider-checkbox {
    position: relative;
  }
  .slider-checkbox input {
    margin: 0px;
    margin-top: 1px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: #f47221;
    width: 40px;
    height: 20px;
  }
  .slider-checkbox input:checked + .label:before {
    background-color: #f47221;
    content: "";
    padding-left: 6px;
  }
  .slider-checkbox input:checked + .label:after {
    left: 21px;
  }
  .slider-checkbox .label {
    position: relative;
    padding-left: 46px;
  }
  .slider-checkbox .label:before, .slider-checkbox .label:after {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: background-color 0.3s, left 0.3s;
  }
  .slider-checkbox .label:before {
    content: "";
    color: #fff;
    box-sizing: border-box;
    font-family: "FontAwesome", sans-serif;
    padding-left: 23px;
    font-size: 12px;
    line-height: 20px;
    background-color: #888;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .slider-checkbox .label:after {
    content: "";
    letter-spacing: 20px;
    background: #fff;
    left: 1px;
    top: 1px;
    height: 18px;
    width: 18px;
  }




  .c-pill {
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    height: 100%;
    white-space: nowrap;
    width: auto;
    position: relative;
    border-radius: 100px;
    line-height: 1;
    overflow: hidden;
    padding: 0px 12px 0px 20px;
    text-overflow: ellipsis;
    line-height: 1.25rem;
    color: #595959;
    word-break: break-word;
  }
  .c-pill:before {
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 6px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
  }

  .c-pill--success {
    background: #b4eda0;
  }

  .c-pill--success:before {
    background: #6BC167;
  }

  .c-pill--warning {
    background: #ffebb6;
  }

  .c-pill--warning:before {
    background: #ffc400;
  }

  .c-pill--warning:before {
    background: #ffc400;
  }

  .c-pill--danger {
    background: #ffd5d1;
  }

  .c-pill--danger:before {
    background: #ff4436;
  }



  .btn-lg{
    border-radius: 0;
  }

  .form-select:focus {
    border-color: none;
    box-shadow: none;
  }

  .form-control:focus
  {
    border: 1px solid #f0630c;
    outline: none !important;
    box-shadow: none;
  }



  /* Tabs */
  .nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-primary) !important;
  }
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--bs-primary);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }

  .text-smaller{
    font-size:14px;
  }

  .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background-color: #edeff5;
    color: #333 !important;
  }

  .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link i
  {
    fill: #333;
    color: #333;
  }

  .sidebar-wrapper .menu .sidebar-item.active > .sidebar-link span {
    color: #333;
  }

  .btn{
    border-radius: 0;
  }
