@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:wght@400;500&display=swap');
*{
    margin: 0;
    padding: 0;
}
html{
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.banner{
    background-image: url('https://campurl.com/2023/Jun/workstatus/images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.txtcolorwhite h5, h6, p, h1{
    color: #ffffff;
}
.logocss{
    padding: 15px 0px 15px 60px;
}
.bnnr-btn{
    border: none;
    background-color: #C1C808;
    padding: 10px 20px;
    border-radius: 48px;
    box-shadow: 7px 10px 0px #022223;
    color: #ffffff;
    font-weight: 500;
}
.bgc
{
    background-color: #013334;
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* box-shadow:0px 0px 10px #cccccc; */
}
.bgc:hover
{
    background-color: #C1C808;
    color: #000000 !important;
}
.bgc p,h5{color: #ffffff;}
.bdl{
    border-left: 2px solid #fff;
}
.bgc1{background-color: #013334;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #013334;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #C1C808;
  }
  .lur{
    background-color: #C1C808 !important;
  }
  .label_txt{
    background-color: #f3f3f3 !important;
    border-radius: 30px;
    border: none;
    margin-right: 15px;
  }
  .input_txt{
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-color: rgb(213 213 213 / 30%);
    border: none;
  }
  .input_txt:focus{
    outline: none !important;
  }
  .search-btn
  {
    border-top-right-radius:30px !important;
    border-bottom-right-radius:30px !important;
    color:black; border:none;
  }