
@import 'common.css';
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    font-family: "Lato", sans-serif;
    font-size:14px;
    color:#25384B;
}
.container{
    max-width:98%;
}


.login-container{
    height:100vh;
    display:flex;
    flex-direction:column;
}
.logo-container{
    margin-bottom:30px;
}
.login-background {
    background: #F1F1F1;
    padding: 20px;
    width: 100%;
}
.login-background .form-control{
    background:none;
    border:none;
    border-bottom:1px solid #C9C8C8;
    border-radius:0px;
    padding:10px 0;
}
.login-background .form-control:focus{
box-shadow:none;
border-bottom:1px solid #F3811F;
}
.login-background button{
    width:100%;
}
.forget-content {
   
    padding:25px 0 15px 0;

}
.forget-content a{
    color:#F3811F;
    text-decoration:none;
}
.forget-content a:hover{
    text-decoration:underline;
}

.account{
    margin:25px 0;
}
.account a{
    color:#F3811F;
    text-decoration:none;
}
.account a:hover{
    text-decoration:underline;
}
.captcha-text {
    color: #AAA6A6;
    font-size:13px;
}

/****************  dashbaord css *******************/
header{
    background:#25384B;
    position:sticky;
    top:0;
    z-index:1;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color:#fff
}
.navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;
    text-align:center;
    font-size:14px;
    padding:15px 20px;
    
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active{
    background:#F3811F;
}
.nav-link i{
    display:block;
    padding-bottom:10px;
    font-size:16px;
}
.nav-link:hover{
    color:#fff;
}


/****************** search Bar css start *********************/
.searchbar{
    position:relative;
}
.searchbar input{
    width:100%;
    padding:10px 20px;
    border:none;
    border-radius:50px
   
}
.searchbar input::placeholder {
    color: #AAA6A6;
    opacity: 1; /* Firefox */
    font-style:italic;
  }
  .searchbar input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #AAA6A6;
    font-style:italic;
  }
.searchbar button{
    width:auto;
    position:absolute;
    right:0;
    top:0;
    -webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
padding:11px 20px 11px 20px;
margin-right:-1px;
}

.searchbar button:hover{
    background:#F3811F;
    opacity:0.9;
}
.profile-bar{

    display: flex;
    justify-content: end;

}
.profile-bar ul{
    margin:0;
}
.profile-bar li{
    margin:0 5px;
}

.profile-bar img{
        border-radius:50px;
        padding-right:5px;
}

.profile-bar a{
    color:#fff;
    text-decoration:none;
}
.profile-bar a.dropdown-toggle{
    padding:12px 0;
}
.profile-drop-down a{
color:#000;
}
.dropdown-menu[data-bs-popper]{
    right:0;
    left:initial;
}
.dropdown-menubox{
    display:none;
    position:absolute;
    background:#fff;
    right:10px;
    box-shadow:0px 6px 16px #e1e0e0;
    margin:0;
    padding:0;
    list-style:none;
}
.dropdownbox:hover .dropdown-menubox{
    display:block;
}
.dropdown-menubox  li{
    padding:7px 10px;
    line-height:24px;
  
   
}
.wrapper{
    padding:30px 0;
}
.welcome-search input{
    border:1px solid #AAA6A6;

}
.welcome-search button{
    border:1px solid #F3811F;

}
.alert-boxtop{
    background:#E5E5E5;
    padding:10px 14px;
}
.alert-boxtop i{
    margin-right:10px;
}
.supplybox{
    padding:10px
}
.supplybox ul li span{
    background:#F3811F;
    color:#fff;
    padding:2px 7px;
    border-radius:5px;
    display:inline-block;
}

.input-groups{
    position:relative;
}
.input-groups .fa-calendar-days{
    position:absolute;
    right:15px;
    top:15px; 
    color:#F3811F;  
}

.input-group-append {
    cursor: pointer;
  }




  /******************** tab css *******************/

  .tab-navigation .nav-tabs{
border:none;
  }

  .tab-navigation .nav-tabs .nav-link{
    color:#25384B;
    border:none;
    border-radius:initial;
    margin-right:10px;
  }
  .tab-navigation .nav-tabs .nav-link.active,   .tab-navigation .nav-tabs .nav-link:hover{
    background:#F3811F;

    border-radius:initial;
    color:#fff;


  }


    /******************** cuastom table css *******************/
   
  .custom-table table thead tr th{
    background:#F9F7F6;
    border:1px solid #E1E0DF;
  }

  .custom-table table tbody tr td{
    background:#fff;
    border:1px solid #E1E0DF;
    box-shadow:none;
  }

  .export-button{
    margin-left:10px;
  }
  .export-button a{
   color:#25384B; 
   text-decoration:none;
  }


/* 
Pankaj
Date: 25 May, 2024
 */

.nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    color: black;
    margin-right: 20px;
}

.nav-tabs .nav-item .active {
    background: #F3811F;
    border-radius: initial;
    color: #fff;
}
.nav-tabs .nav-item .nav-link:hover {
    background: #F3811F;
    border-radius: initial;
    color: #fff;
}

.tab-content {
    padding-top: 40px;
}

table {
    font-size: 13px;
}

.customer-search {
    position: relative;
}
.suggestions {
    position:absolute;
    top:46px; 
    left:20px;
    max-height: 200px; 
    overflow-x: hidden;
    overflow-y: auto;
    background: #fafafa;
    width: 88%;
    border: 1ps solid #aaa;
    border-top: none;
}
.suggestions ul
{
    padding-left: 0px;
}
.suggestions ul li {
    list-style: none;
    font-size: 12px;
    border-bottom: 1px solid #aaa;
    padding: 5px;
    cursor: pointer;
}
.css-qbdosj-Input input, .css-166bipr-Input input {
    width: 300px !important;
    border: none !important;
}
.navbar-brand {
    background: white;
    border-radius: 5px;
    padding: 5px 15px;
    
}

#react-select-2-input {
    width: 290px !important;
    max-width: 100%;
}