/*===== GOOGLE FONTS =====*/

/*===== VARIABLES CSS =====*/
:root{
  /*===== Colores =====*/
  --first-color: #1A73E8;
  --input-color: #80868B;
  --border-color: #DADCE0;

}
  
/*===== BASE =====*/
*,::before,::after{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
}
h1{
  margin: 0;
}

/*===== FORM =====*/
/* .l-form{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.form{
  width: 360px;
  padding: 4rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(92,99,105,.2);
} */
.form__title{
  font-weight: 400;
  margin-bottom: 3rem;
}
.form__div{
  position: relative;
  height: 54px;
  margin-bottom: 34px;
}
.mb-0{
  margin-bottom: 0px!important;
}
.form__input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  
  letter-spacing: 0.4px;
  
  /* 00. On Surface / Medium Emphasis */
  
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: .5rem;
  outline: none;
  padding: 15px;
  background: none;
  z-index: 1;
}
select,input{
  height: 38px;
}
.form__label{
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  padding: 0 .25rem;
  background-color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  
  letter-spacing: 0.4px;
  
  /* 00. On Surface / Medium Emphasis */
  
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  transition: .3s;
}
.form__button{
  display: block;
  margin-left: auto;
  padding: 14.5px;
  outline: none;
  border: none;
  /* Orange */

  background: #FD6E0D;
  border-radius: 100px;
  cursor: pointer;
  transition: .3s;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: #FFFFFF;
}
.form__button:hover{
  box-shadow: 0 10px 36px rgba(0,0,0,.15);
}

/*Input focus move up label*/
.form__input:focus + .form__label{
  top: -.5rem;
  left: .8rem;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  
  letter-spacing: 0.4px;
  
  /* 00. On Surface / Medium Emphasis */
  
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  z-index: 10;
}

/*Input focus sticky top label*/
.form__input:not(:placeholder-shown).form__input:not(:focus)+ .form__label{
  top: -.4rem;
  left: .8rem;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  
  letter-spacing: 0.4px;
  
  /* 00. On Surface / Medium Emphasis */
  
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  z-index: 10;
}

/*Input focus*/
.form__input:focus{
  border: 1.5px solid var(--first-color);
}

.login-img-centie{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fullheight{
  height: 100vh;

}
.mt-61{
  margin-top: 61px;
}
.forgot-pass{
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: -0.3px;
  width: 100%;
  display: block;
  /* Orange */
  text-align: right;
  margin-top: 20px;
  color: #FD6E0D;
}
.small{
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.3px;
  color: #454545;

}
.parg{
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #000000;
  margin-bottom: 46px;
}
.pt-85{
  padding-top: 65px;
}
.grid-proud{
  display: grid;
  grid-template-columns: 200px 38px;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}
.grid-proud p{
  margin-bottom: 0;
}
@media(max-width:1196px){
  .small{
    font-size: 32px;
    line-height: 38px;
  }
  .parg{
    font-size: 17px;
  }
}
@media(max-width:1020px){
  .hide{
    display: none;
  }
  .s-100{
    width: 100%!important;
  }
  .heading{
    height: 140px;
  }
 
}
.plain-parent{
  position: relative;
}
.plain{
  width: 100%;
  position: absolute;
  bottom: 31px;
  right: 0;
}


/* new header */
@media(max-width:320px){
 .form-1 .form-select{
    width: 100% !important;
  }
 .form-1 .form-control{
    width: 100%;
  }
  .form-1.btn,.form-3-btn{
    width: 100%;
  }
  .btn{
    width: 100%!important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 0;
    border-bottom: 1px solid #f8f8f8;
    padding-left: 0!important;
  }
  .navbar .container{
    padding: 15px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.last{
    border-bottom: unset;
    padding-bottom: 0;
  }
  .date-picker{
    display: flex;
    flex-flow: column;
  }
 
}

@media(max-width:375px){
  body{
    overflow-x: hidden;
  }
  .form-1 .form-select{
     width: 100% !important;
   }
  .form-1 .form-control{
     width: 100%;
   }
  .form-1 .btn,.form-3-btn{
     width: 100%;
   }
  
  .btn{
    width: 100%!important;
    }
    
  .date-picker{
    display: flex;
    flex-flow: column;
  }
  .table-task .table-btn {
    padding: 10px 20px!important;
  }
  .table-appli .table-bottom .num_rows {
    margin-left: 8px !important;
}
.table-bottom .pagination-container .pagination .page-item .page-link{
  margin-right: 10px;
}

 }
@media(max-width:768px) {
  body{
    overflow-x: hidden;
  }
  .d-gridorfil {
    margin-top: 0px!important;
    display: flex!important;
    flex-flow: column!important;
   
}
.table-appli .table-bottom {
  justify-content: center!important;
  margin: 30px 0;
  flex-flow: column !important;
}
.table-appli .table-bottom .pagination-container {
  margin: auto;
  margin-top: 13px;
}
.table-bottom .num_rows {
  width: auto;
  float: left;
}
.table-appli .table-bottom .num_rows { 
  margin-left: 0!important;
}
.table-bottom .pagination-container .pagination .page-item .page-link{
  margin-right: 0px;
}
.form-3 .date-picker{
  flex-flow: column;
}
.table-appli .header_wrap {
  justify-content: space-around !important;
  padding: 15px;
}
.table-appli .header_wrap .vendor{
  margin-left: 0 !important;
  font-size: 18px !important;
  
}
.table-appli .header_wrap .tb_search{
  width: 50%;
}


.table-task{
  flex-direction: column;
    text-align: center;
}
.table-task .applicant-details{
  width: 100%;
  margin-bottom: 20px;
}
.table-responsive .table>thead th{
  padding-left: 15px ;
}
.table-responsive .table>tbody td{
  padding-left: 15px;
}
.table-responsive .table>thead .action{
  padding-right: 15px ;
}
.table-responsive .table>tbody td:last-child{
  padding-right: 15px ;
}
.table-appli .header_wrap .tb_search .form-control {
  width: 100%;
}
.navbar  .navbar-toggler{
  padding-right: 0;
}
.text-center .heading-32{
  font-size: 26px;
}
.ui.calendar .ui.table tr td:last-child{
  padding-right: 1.1em;
}.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-left: 2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 0;
  padding-left: 0!important;
  border-bottom: 1px solid #f8f8f8;
}
.navbar-expand-lg .navbar-nav .nav-link.last{
  border-bottom: unset;
  padding-bottom: 0;
}
.navbar .container{
  padding: 15px !important;
}


}
@media (max-width:1024px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    margin-left: 0px !important;
  }
  .navbar .collapse .navbar-nav .nav-item{
    padding: unset;
  }
}


.navbar{
  background: #FFFFFF;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.navbar .container{
  padding: 10px;
}
.navbar .orf{
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;  
  color: #FD6E0D;
  margin-left: 20px;
}
.navbar-collapse ul li a{
  font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #3B4454;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: left;
}
.dropdown-toggle::after{
  content: url(../img/Vector.svg);
  border: none;
  vertical-align: middle;
  height: 19px;
}
.dropdown-item:hover{
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #FD6E0D;
  background: rgba(253, 110, 13, 0.1);
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-top: 10px;
  margin-left: -1rem;
  border: none;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
}

.d-flex{
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

.form-1{
  row-gap: 30px;
  margin-top: 16px;
}
 .covid-status{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #000000;
  margin-bottom: 23px;
  text-align: center;
}
 .form-select:focus {
  box-shadow: none ;
  border-color: none ;
}
.form-control:focus{
  box-shadow: none ;
  border: 1px solid rgba(0, 0, 0, 0.12) ;
}
 .form-select {
  border: 1px solid rgba(0, 0, 0, 0.12) ;
  box-sizing: border-box ;
  border-radius: 4px;
  color: #454545;
  font-style: normal ;
  font-weight: normal;
  font-size: 12px ;
  line-height: 24px;
  letter-spacing: 0.15px;
  width: 100%;
}
 .form-select option:hover{
  color: #FD6E0D;
  background: #FFF0E7;
}
.form-control{
  border: 1px solid rgba(0, 0, 0, 0.12) ;
  box-sizing: border-box ;
  border-radius: 4px;
  color: #454545;
  font-style: normal ;
  font-weight: normal;
  font-size: 12px ;
  line-height: 24px;
  letter-spacing: 0.15px ;
  width: 100%;
}
.btn{
  background: #FD6E0D;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 28px;
  /* width: 327px; */
  margin-top: 15px;
  border-color: #fff;
} 
.btn:hover{
/*   border: 1px solid #FD6E0D;
 */  background-color: #e65d02;
 color:#FFFFFF ;
  transition: .3s;
}
.btn:focus{
  box-shadow: none;
}

/* navbar hamberg button */
.navbar-toggler:focus,
.navbar-toggler-icon:active,
.navbar-toggler-icon:focus{
outline: unset;
box-shadow: none;
border: none;
}
.navbar-toggler-icon{
  width: 30px;
  height: 3px;
  background-color:#FD6E0D ;
  display: block;
  transition: all .2s;
}
.middle-bar{
  margin: 5px auto;
}
.m-auto{
  margin: auto!important;
}

/* application-search */
.form-3 .date-head{
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #454545;
}
.date-picker{
  display: flex;
  gap: 15px;
  margin-top: 8px;
  margin-bottom: 30px;
}

.date-picker .ui {
width: 100%;
box-sizing: border-box;
border-radius: 4px;
}

.date-picker .ui.icon.input input{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #454545;
}
.ui.icon.input>i.icon:before{
  content: url(../img/date.svg);
}
.form-3-btn{
  display: block;
  margin-left: auto;
}




.d-gridorfil{
  display: grid;
  grid-template-columns: 31.9% 32.3% 33.3%;
  gap: 15px;
}


.orfil-sepratorTop{
  margin-top: 32px;
  border-top: 1px solid #f6f6f6;
  padding-top: 32px;
}

.heading-32{
  font-size: 24px;
}

/* table */

table th , table td{
  text-align: center;
}

table tr:nth-child(even){
  /*background-color: #e4e3e3*/
}

th {
background: #333;
color: #fff;
}

.pagination {
margin: 0;
}

.pagination li:hover{
  cursor: pointer;
}

.header_wrap {
padding:20px 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.num_rows {
width: 20%;
float:left;
}
.tb_search{
width: 20%;
float:right;
}
.pagination-container {
width: 70%;
float:left;
}

.rows_count {
width: 20%;
float:right;
text-align:right;
color: #999;
}


/* table */
.table-task{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.table-task .applicant-details{
  font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #000000;
}
.table-task .table-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border: 1px solid #FD6E0D;
    box-sizing: border-box;
    border-radius: 100px;
    background: none;
    padding: 14px 20px;
}
.table-task .table-btn:hover{
  background: #FD6E0D;
  color: #FFFFFF;
  transition: .3s;
}

/* table */
.table-appli{
  border-radius: 12px;
  margin:30px 0;
  background: #FFFFFF;
 border: 1px solid #e5e5e5;
}
.table-appli .pagination-container{
  width: auto;
  float: unset;  
  margin-right: 40px;
}
.table-appli  .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.table-appli  .header_wrap .vendor{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #000000;
  margin-left: 46px;
}
.table-appli .table-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.table-appli .table-bottom .num_rows{
  display: flex;
  align-items: center;
  margin-left: 47px;
}
.table-appli  .table-bottom .num_rows .form-s{
 margin: 0 15px;
  width: 83px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #777777;
  box-sizing: border-box;
  border-radius: 4px;
 }

.table-bottom .num_rows span{
  font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 26px;
color: #777777;
}
.table-appli .pagination-container {
  margin-right: 30px;
}
.tb_search{
  float: unset;
}
.tb_search .form-control{
    width: 83%;
    height: 40px;
}
.tb_search  .form-control:focus{
  border: 1px solid #FD6E0D;
}

.table>thead th {
  background: #FFFFFF;
  border-top: 1px solid #F3F7F9;
  border-bottom: 1px solid #F3F7F9;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: rgba(34, 51, 69, 0.6);
  text-align: left;
  padding: 15px 13px;
}
.table>thead .action{
  text-align: right;
  padding-right: 48px;
}

.table>tbody td{
  background: #FFFFFF;
  border-top: 1px solid #F3F7F9;
  border-bottom: 1px solid #F3F7F9;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #223345;
  padding: 17px 13px;
  text-align: left;
}
.table>tbody tr:hover td{
  background: #f8f8f8;
}
.table>tbody td:last-child{
  text-align: left;
  padding-right: 48px;
}
.table-striped>tbody>tr:nth-of-type(odd){
  --bs-table-accent-bg:unset
}
/*.pagination .page-link{
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  border: none;
  color: #223345;
  display: unset;
  transition: unset
  ;
}*/
.page-item.active .page-link {
  /*z-index: 3;
  color: #fff;*/
  background: #FD6E0D;  
  border-color: #FD6E0D;
 /* box-shadow: none;
  transform: scale(1.2);
  border-radius: 60px;
  transition: .4s;
  height: 32px;
  width: 32px;
  text-align: center;*/
}
.table>:not(:last-child)>:last-child>*{
  border-bottom: 1px solid #F3F7F9;
}
.page-link:hover{
  background-color:unset ;
}

.form-label-2{
  
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #454545;
}
.form__input:focus {
  border:1px solid #FD6E0D;
  box-shadow: 0px 0px 4px #FD6E0D;
}
.form-1{
  margin-top: 10px;
}
.form-1 .form__div {
  margin-bottom: 0;
}

.form-1 .btn{
  display: block;
  width: auto;
  margin: auto;
}
.form-1 .form__label{
  left: 0.8rem;
}
.form-1 .form-label-2{
   line-height: 15px;
}
.form-1 .form__input{
  border-radius: 4px;
}
.page-link:focus {
  z-index: 3;
   color:unset; 
   background-color: unset; 
   outline:unset; 
   box-shadow: unset; 
}
.form-select:focus{
  border-color:#FD6E0D ;
}
.ui.input input:focus{
  border-color:#FD6E0D ;
}
.nav-link:hover{
  color:#FD6E0D ;
}
.nav-link:focus{
  color: #FD6E0D !important;
}
.collapse  .navbar-nav   .nav-item {
padding: 0 7px;
} 

.tblvender{
  font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
}
/*******************************/
.btn-primary-add{
  background-color: #337ab7 !important;
}

.pag-btn{
    border: 1px solid #FD6E0D;
    padding: 7px 15px 7px 15px;
    border-radius: 10px;
    font-size:12px;
    } 
    .appli-table>thead th{
        background: #a0b9ff !important;
        color: #000000;
        font-weight: bold;
    }
    .mag-submitBtn{
  padding: 10px 28px;
    font-family: "Inter", sans-serif;
    border: 1px solid #fd6e0d;
    background: #fd6e0d;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
.table-br{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-btn-one {
    font-style: normal;
    font-weight: 500;
    font-size: 15px!important;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border: 1px solid #FD6E0D;
    box-sizing: border-box;
    border-radius: 100px;
    background: none;
    padding: 8px 20px;
}

.card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 5px;
    padding: 20px;
}