.banner{
    font-size: 26px;
    text-align: center;
    color: #db2e27;
    outline-color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
}

@font-face {
    font-family: 'poppins'; /*a name to be used later*/
    src: url('https://fonts.google.com/specimen/Poppins'); /*URL to font*/
}

.textHeader label{
    font-size: 20px;
    font-weight: bold;
}

.login{
    background-color: #E28453;
}

.login:hover{
    background-color:#A66340 !important;
}

.background {
    background-color: #fff3ed !important;
}

.containerMargin{
    margin-left: 0;
    padding-right: 0%;
    margin-right: -120px;
}
.dropdown-toggle::after {
  margin-top: 15px;
  float: right;
}
.modalForm input[type=text]{
  width: 100%;
  height: 45px;
}

.modalForm label{
  font-size: 17px;
  font-weight: bold;
}

.icon {
  padding: 10px;
  background: #DD4B39;
  color: white;
  min-width: 50px;
  text-align: center;
  font-size: 24px;
}

.input-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.dropdownRight{
    right: 0; 
    left: auto;
    
}

.centerContent{
    margin-top: 1%;
}

.flatButtons {

  border-radius: 0%;

  color: white;
  font-size: 14px;
  font-weight: bold;
  width: 150px;
  height: 40px;
}




.logo{
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.employeeProfile{
    width: 100px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0dcdc;
    border-radius: 100px;
}

.employeeProfileMain{
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataBorder{
    
    border-style: solid;
    border-width: 0.5px;
    padding: 0;
    width: 100px;
    height: 100px;
}

.box {
    display: flex;
    align-items: stretch;
  }

.containerBox {
    display: grid;
    grid-auto-flow: column;
  }

.alignItemsCenter{
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card{
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    
}

.main{
    margin-top: 10;
    height: 72vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin !important;
}

.main1{
  margin-top: 10;
  height: 87vh;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: thin !important;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
}
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: black;
    color: #ddd;
  }
  
  .employeeTabs{
    padding-right: 10px;
  }


  .employeeTabs .col-md-2{
    display: flex; 
    justify-content: center; 
    height:60px;
  }
  
  .profile{ 
    display: flex; 
    justify-content: center; 
  }

  .profileLeft{
    padding-left: 20px;
  }

  .tabButton button{
    width: 100%;
    background-color: green;
  }
  
  .profileButtons{
    background-color: rgb(25, 110, 180);
    border-radius: 0%;
    border-color: rgb(25, 110, 180);
    color: white;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    white-space: normal;
    word-wrap: break-word;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    gap: 10px;
    width: 170px;
    height: 60px;
    margin-top: 10px;
  }
  .profileButtons p {
    margin-top: 10px;
  }
  .employeeTabs i{
    margin-top: 13px;
  }

  .departmentTabs li button{
    font-size: 15px;
    width: 170px;
    margin-left: -10px;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #c82333; /*set the color you want here*/
}
.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #c82333;
    border-color: #24272b; /*set the color you want here*/
}
.my-button:not(:disabled):not(:disabled):active {
  background-color: green;
} 

.sidebar p{
  font-size: 15px;
  display: flex;
  justify-content: center;
}
