body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #FF161F;
    text-decoration: none;
  }
  
  a:hover {
    color: #ffd584;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
  }

  .btn:focus {
    box-shadow: none;
    outline: none;
}
.btn-danger {
  color: #fff;
  background-color: #FF161F;
  border-color: #FF161F;
}
.btn-danger:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
  /* =================================================================== */

  #header {
    position: static;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  }
  #header.header-scrolled, #header.header-inner-pages {
    background: rgba(0, 0, 0, 0.8);
  }
  #header .logo a {
    color: #fff;
  }
  #header .logo img {
    max-height: 80px;
  }
  
  /*---------------------------------------------- Navigation Menu --------------------------------------------*/
  /*** Desktop Navigation */
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    color: black;
    white-space: nowrap;
    transition: 0.3s;
    padding: 10px;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #FF161F;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    background-color: #FF161F;
    color: white;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  
  /*** Mobile Navigation */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: white;
    background-color: #FF161F;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
    color: #151515;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    background-color: #FF161F;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
  /* =========================================== */
  /*-------------------------------------------  Hero Section ----------------------------------------------*/
#hero {
  width: 100%;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: auto;
  }
}

#myChart{
  width:100%;
  max-width:600px
}
#myCharts{
  width:100%;
  max-width:600px
}

#hero .progress-bar-1{
    background-color: #727cf5;
}
.progress-bar-2{
    background-color: #36be4f;
}
#hero .progress-bar-3{
    background-color: #50a1ff;
}
#hero .progress-bar-4{
    background-color: #ff4954;
}

#hero .border-left-primary {
	border-left: .25rem solid #727cf5!important
}
#hero .border-left-success {
  border-left: 0.25rem solid #36be4f!important;
}
#hero .border-left-info {
  border-left: 0.25rem solid #50a1ff!important;
}
#hero .border-left-warning {
  border-left: 0.25rem solid #ff4954!important;
}
#hero .card_txt{
  text-align: left;
}
#hero .card-body .card_txt .card_txt_1{
  color: #727cf5;
  font-size: 14px;
  font-weight: 600;
}
#hero .card-body .card_txt .card_txt_2{
  color: #36be4f;
  font-size: 14px;
  font-weight: 600;
}
#hero .card-body .card_txt .card_txt_3{
  color: #50a1ff;
  font-size: 14px;
  font-weight: 600;
}
#hero .card-body .card_txt .card_txt_4{
  color: #ff4954;
  font-size: 14px;
  font-weight: 600;
}
#hero .card-body .card_txt .card_price_txt{
  color: #6C757D;
  font-size: 19px;
  font-weight: 600;
}
 /*-------------------------------------------  Hero Section End ----------------------------------------------*/

 /*--------------------------------------------- New Job Section ----------------------------------------------*/

#new_job .material_select{
    outline: none;
    height: 46px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 13px;
    box-sizing: border-box;
    font-size: 14px ;
    border-radius: 5px ;
    color:#6c757d ;
}
#new_job .new_job_title {
    text-align: center;
    color: #292929;
    font-weight: 500;
    font-size: 25px;
    }

#new_job .form {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px #d4cfcf;
    max-width: 1032px;
    margin: 0 auto; 
    padding: 45px;
    border-radius: 33.68px
}

#new_job .form input {
    font-family: "Roboto", Sans-serif;
    outline: none;
    height: 46px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 18px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px
}

#new_job .find_add{
        font-family: "Roboto", Sans-serif;
        background-color: black;
        mix-blend-mode: normal;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        height: 46px;
        width: 100%;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        outline: none;
}
#new_job .submit_btn{
        font-family: "Roboto", Sans-serif;
        background-color: #FF161F;
        mix-blend-mode: normal;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
        height: 46px;
        width: 20%;
        border-radius: 5px;
        border: none;
        margin: 10px 0 15px;
        color: #fff;
        font-size: 1rem;
        cursor: pointer;
        font-weight: 500;
}

 /*----------------------------------------------- New Job Section End ---------------------------------------------*/

 /*----------------------------------------------- Search Job Section ----------------------------------------------*/
 #search_job .container-fluid{
    padding-top: 30px; 
 }
 #search_job .s_j_title{
  color: #292929;
  font-weight: 600;
  font-size: 25px;
 }
 
#search_job .new_job_title {
  text-align: center;
  color: #292929;
  font-weight: 500;
  font-size: 25px;
  }

#search_job .form {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px #d4cfcf;
  width: 100%; 
  padding: 45px;
  border-radius: 33.68px
}

#search_job .form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: 37px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  border-radius: 5px
}

#search_job .form-control {
    padding: .375rem .75rem;
    font-size: 15px;
    }
#search_job .find_add{
      font-family: "Roboto", Sans-serif;
      background-color: #FF161F;
      mix-blend-mode: normal;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
      height: 46px;
      width: 100%;
      border-radius: 5px;
      border: none;
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      outline: none;
}
#search_job .submit_btn{
      font-family: "Roboto", Sans-serif;
      background-color: #FF161F;
      mix-blend-mode: normal;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
      height: 36px;
      width: 100%;
      border-radius: 5px;
      border: none;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      font-weight: 500;
}

.search_job_table_title{
   background-color:#FF161F ;
   border-radius: 5px 5px 0 0;
   color: white;
}
.search_job_table{
  box-shadow: 0px 0px 10px #d4cfcf;
  border-radius: 5px;
}
/*----------------------------------------------- Search Job Section End ----------------------------------------------*/

/* =====================================  login start ================================== */
#login-page .app-title {
  text-align: center;
  color: #292929;
  font-family: Poppins;
  font-weight: 800;
  font-size: 22px;
  }

#login-page .login_page {
  width: 360px;
  padding: 10% 0 0;
  margin: auto;
}

#login-page .form {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px #d4cfcf;
  max-width: 446px;
  margin:0 auto ;
  padding: 45px;
  border-radius: 33.68px
}

#login-page .form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: 46px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}

#login-page .login_btn{
  font-family: "Roboto", Sans-serif;
  background: #FF161F;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  height: 46px;
  width: 100%;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer
}
#login-page .login_btn:hover{
     background-color: black;
}
#login-page .remember_me{
  color: black;
  font-size: 13px;
}
#login-page .forget_pass{
  color: black;
  font-size: 13px;
  text-align:left;
}
#login-page .forget_pass:hover{
  color: red;
  font-size: 13px;
  text-align:left;
}

#login-page .form .check_box_form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: auto;
  width:auto;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}
/* ===================================  login end ================================== */

/* ===================================  Forgot password ================================== */
#forgot_pass .app-title {
  text-align: center;
  }

  #forgot_pass .forgot_page {
  width: 360px;
  padding: 10% 0 0;
  margin: auto;
}

#forgot_pass .form {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px #d4cfcf;
  max-width: 446px;
  margin:0 auto ;
  padding: 45px;
  border-radius: 33.68px
}

#forgot_pass .form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: 46px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}

#forgot_pass .forgot_btn{
  font-family: "Roboto", Sans-serif;
  background: #FF161F;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  height: 46px;
  width: 100%;
  border-radius: 10px;
  border: none;
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer
}
#forgot_pass .forgot_btn:hover{
     background-color: black;
}
#forgot_pass .remember_me{
  color: black;
  font-size: 13px;
}
#forgot_pass .forget_pass{
  color: black;
  font-size: 13px;
  text-align:left;
}
#forgot_pass .forget_pass:hover{
  color: red;
  font-size: 13px;
  text-align:left;
}

#forgot_pass .form .check_box_form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: auto;
  width:auto;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}
/* ==================================================== reset password ========================================= */
#reset_pass .app-title {
  text-align: center;
  }

  #reset_pass .forgot_page {
  width: 360px;
  padding: 10% 0 0;
  margin: auto;
}

#reset_pass .form {
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px #d4cfcf;
  max-width: 446px;
  margin:0 auto ;
  padding: 45px;
  border-radius: 33.68px
}

#reset_pass .form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: 46px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}

#reset_pass .forgot_btn{
  font-family: "Roboto", Sans-serif;
  background: #FF161F;
  mix-blend-mode: normal;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  height: 46px;
  width: 100%;
  border-radius: 10px;
  border: none;
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
  cursor: pointer
}
#reset_pass .forgot_btn:hover{
     background-color: black;
}
#reset_pass .remember_me{
  color: black;
  font-size: 13px;
}
#reset_pass .forget_pass{
  color: black;
  font-size: 13px;
  text-align:left;
}
#reset_pass .forget_pass:hover{
  color: red;
  font-size: 13px;
  text-align:left;
}

#reset_pass .form .check_box_form input {
  font-family: "Roboto", Sans-serif;
  outline: none;
  height: auto;
  width:auto;
  border: 1px solid #ccc;
  padding: 8px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px
}


/* ======================================= skip price ================================ */
.skip_price .container-fluid{
  padding-top: 30px; 
}
.skip_price .s_j_title{
color: #292929;
font-weight: 600;
font-size: 25px;
}

.skip_price .new_job_title {
text-align: center;
color: #292929;
font-weight: 500;
font-size: 25px;
}

.skip_price .form {
position: relative;
z-index: 1;
box-shadow: 0px 0px 10px #d4cfcf;
width: 100%; 
padding: 45px;
border-radius: 33.68px
}

.skip_price .form input {
font-family: "Roboto", Sans-serif;
outline: none;
height: 46px;
width: 100%;
border: 1px solid #ccc;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
border-radius: 5px
}

.skip_price .find_add{
    font-family: "Roboto", Sans-serif;
    background-color: #FF161F;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    height: 46px;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}
.skip_price .submit_btn{
    font-family: "Roboto", Sans-serif;
    background-color: #FF161F;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    height: 46px;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
}

.skip_price_table_title{
 background-color:#FF161F ;
 border-radius: 5px 5px 0 0;
 color: white;
}
.skip_price_table{
box-shadow: 0px 0px 10px #d4cfcf;
border-radius: 5px;
}
label.error
{
  color: red;
}
div.error
{
  color: red;
}
.form-lable-name{
font-size:14px;
font-weight:600;
padding:5px;
}
.headingform{

    border-bottom:1px solid #cccccc;
    font-weight:600;
}
.footer {
    background: black;
    color: #fff;
    padding: 7px;
    text-align: center;
}
.footer p {
    margin-bottom: 0px;
}

#new_job .form .input-group-doller  {
    font-family: "Roboto", Sans-serif;
    outline: none;
    height: 46px;
    width:auto;
    border: 1px solid #ccc;
    margin: 0 0 0 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
}
#new_job .form .date-form  {
    font-family: "Roboto", Sans-serif;
    outline: none;
    height: 46px;
    width:auto;
    border: 1px solid #ccc;
    margin: 0 0 0 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.modal-header
{
background: red;
    color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}
#new_job .submit_btn_update {
    font-family: "Roboto", Sans-serif;
    background-color: #FF161F;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
    height: 46px;
    width: 17%;
    border-radius: 5px;
    border: none;
    margin: 10px 0 15px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    line-height: 35px;
}
.registar_btn {
    padding-top: 25px;
}
  .payment-cover{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000000;
  }
  .pay-loader{
    padding: 20px 0 50px;
    text-align: center;
    position: absolute;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 5px;
  }
  .pay-loader img{
    width: auto;
  }
  .pay-loader p{
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 16px;
    color: #424242;
    letter-spacing: 1px;
    font-weight: bold;
  }
  
  #new_job .form .input-group-doller {
    width: 50%;
}
.acc_btn{
padding-top:39px;
}
a.h-100.acc_btn.btn.btn-primary.btn_tab_clr {
    font-size: 23px;
}
@media only screen and (max-width: 600px) {
  .acc_btn {
    padding-top: 8px;
}
}
.marg_botm .date_chnge {
    margin-bottom: 20px !important;
    border-color: #cccccc;
    color: #000;
    padding: 8px;
    border-radius: 5px;
}
span.frm_dt {
    margin-top: 6px;
    margin-right: 8px;
}
i.fa-solid.fa-download {
    color: white;
    font-size: 21px;
    float: right;
    margin-right: 14px;
}
.col-md-3.marg_botm {
    text-align: left;
}
.pending_cls{
        background-color:#19d919 !important;
        font-weight: bold;
   }
.delivery_cls{
        background-color:#cb1717 !important;
        font-weight: bold;
   }	
.collect_cls{
        background-color:#ab11ab !important;
        font-weight: bold;
   }
@media (min-width: 1200px) {
    .containerN{
        max-width: 1300px !important;
    }
}
/* ===== Yard Sizes (Auto Gradient Scale) ===== */
[class^="skip-yard-"] {
    font-weight: 600;
    color: #000;
}

/* Smaller yard = blue shades */
.skip-yard-2  { background:#e3f2fd; }
.skip-yard-4  { background:#bbdefb; }
.skip-yard-6  { background:#90caf9; }

/* Medium yard = green/yellow */
.skip-yard-8  { background:#c8e6c9; }
.skip-yard-10 { background:#fff59d; }
.skip-yard-12 { background:#ffe082; }

/* Large yard = orange/red */
.skip-yard-14 { background:#ffcc80; }
.skip-yard-16 { background:#ffb74d; }
.skip-yard-18 { background:#ff9800; }
.skip-yard-20 { background:#ff7043; }

/* ===== Other Types ===== */
.skip-litre      { background:#b2dfdb; }
.skip-uvl        { background:#d1c4e9; }
.skip-household  { background:#c5e1a5; }
.skip-perton     { background:#f8bbd0; }
.skip-perload    { background:#f48fb1; }
.skip-haulage    { background:#ce93d8; }
.skip-bulk       { background:#80cbc4; }
.skip-transport  { background:#ffccbc; }

.skip-default    { background:#f5f5f5; }
a.btn.btn-light.active {
    background: #ff161f;
    color: white;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #e40613;
    border-color: #6c757d;
    color: white;
}
.pagination > li > a,
.pagination > li > span {
	color: #000000;
	font-size: 14px;
    padding: 5px 15px !important;
}
.page-item.active .page-link {
	background-color: #8a5e3b;
	border-color: #8a5e3b;
}
.invoicePagination nav {
    display: flex;
    justify-content: end;
}
.invoicePagination ul.pagination {
    border: 1px solid #dee2e6;
}