*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Arial";

}
li{
  list-style: none;
}
a{
    text-decoration: none;
    color: var(--Placholder, #6B7B8C);
}
h1{
    font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: normal;
color: var(--Black, #333);
}
.headertop{
    display: flex;
    color: #fff;
width: 100%;
height: 52px;
padding: 10px 40px 10px 1124px;
background: var(--Popup-tab, #37474F);
justify-content: flex-end;
align-items: center;
flex-shrink: 0;
}
.rightetop{
    display: flex;
width: 276px;
height: 32px;
justify-content: space-around;
align-items: center;
flex-shrink: 0;
    border-radius: 12px;
border: 1px solid var(--stroke-light-seperator, #CCC);
}
.admint,
.capRound {

    flex: 1; 
    height: 32px;
    display: flex;
    
    padding: 0 15px;


}

.nav-group-sub{
  background: var(--Navbar, #455A64);
}

.sideBarITem1{
  display: flex;
  align-items: center;
  gap: 10px;
}
.capRound select{
    color: #fff;
}
.capRound select,
.admint select{
    width: 100%;
    background: none;
    border: none;
    outline: none;

}
.links3{
    display: flex;
    gap: 10px;
    align-items: center;
}

.admint{
  width: 50%;
    background: #fff;
    border-radius: 12px 0 0 12px;
    color: var( --collection-1-black);
}
.capRound{
    background-color: transparent;
   
}
.header2{
  height: 70px;
    padding: 10px 40px;
    display: flex;
    background: var(--Navbar, #455A64);
    justify-content: space-between;
}
.logo img{
    width: 200px;
    height: 50px;
}
.hright{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 100px;
}
.prof{
    gap: 10px;
    display: flex;
    align-items: center;
}
.hleft{
    display: flex;
    align-items: center;
    gap: 40px;
}
i{
  font-size: 30px;
}
.search-container {
    position: relative;
    display: inline-block;
  }
  
  .search-input {
    padding: 8px 32px 8px 8px; 
    border: 1px solid #ccc;
    border-radius: 12px; 
    font-size: 16px;
    background: none;
    color: #fff;
    height: 52px;
    padding: 14px 20px;
    width: 350px;
    box-sizing: border-box;
  }
  .search-input::placeholder{
    color: #fff;
  }
  .setting{
    position: absolute ;
    bottom: 10px;
  }
  
  .sItem{
    cursor: pointer;
  }
  .search-button {
    position: absolute;
    right: 8px;
    top: 16px;
    background: none;
  
    border: none;
    border-radius: 20px;
    cursor: pointer;
  }
  

  
  .fa-search {
    color: #fff; 
    font-size: 20px;
  }
  .sidebar {




    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: max-content;
    background: var(--Popup-tab, #37474F);

    height: calc(100vh - 122px);
    overflow: auto;
    padding: 10px 20px 10px 40px;
    gap: 80px;
  }
  .sidebarItems{
    color: #fff;
    display: flex;
    align-items: center;
    flex-basis: flex-start;
    height: 55px;
    gap: 10px;
  }
  .sidebarItems img{
    width: 26px;
    height: 26px;
  }
  .sidebarItems select{
    width: 150px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    
  }
  .main{
    width: 100%;
    height: 1400px;
  background: var(--Background, #F2F6FA);
  padding: 40px;
  }
  .mainSection{
    display: flex;

  }
  .invoice1{
    padding: 20px 0;

  }

  .invoice1 h1{
    margin-top: 20px;
  }
  .input-container1 {
    position: relative;
    width: 50%;
  }
  
  .input-container1 label {
    position: absolute;
    top: 0;
    left: 0;
  }
  .input-container1 input {
    width: 100%;
    box-sizing: border-box; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
  }
  .hidden {
    display: none;
  }

  select::-ms-expand {
    display: none;
}
  
  .itemsCol option {
    padding: 20px;
    background-color: #fff; 
    color: #333; 
  }


  .select {
    position: relative;
    width: 250px;
    
  }
  .select .selectBtn {
    background: var(--bg1);
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    position: relative;
  
  
  }
  .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
    transition: 0.2s ease;
  }
  .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
  }
  .select .selectBtn.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
 
    z-index: 1;

    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: top center;
            transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.2);
  }

  .__smaller{
    width: 120px !important;
    color: #fff;
    margin-top: 5px;
    
  }

  .select .__smaller1:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
            border-right: 2px solid #333;
            border-bottom: 2px solid #333;
    transition: 0.2s ease;
  }

  .__smaller1{
    padding: 4px 0 !important;
  } 
  .select .selectDropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .select .selectDropdown .option:hover {
    background: #f8f8f8;
    color: #333;
  }
  .select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            background: var( --collection-1-popup-tab);
  }
  
  
  
  
