@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.top-header {
  padding: 10px 10px;
}

.navbar-brand {
  padding: 0 .5rem;

  img {
    filter: brightness(0) invert(1);
  }
}

.profile {
  width: 35px;
  height: 35px;

  img {
    width: 100%;
    border-radius: inherit;
  }
}

.name {
  span {
    color: #16192c;
    font-weight: 600;
    font-size: 14px;
  }
}

.dropdown-menu-end {
  box-shadow: 0px 16px 16px -1px rgba(10, 22, 70, .1), 0px 0px 1px 0px rgba(10, 22, 70, .06);
  border-color: transparent;
}

.profile_itemss {
  color: #16192c;
  font-weight: 400;
  font-size: 14px;

  &:hover {
    color: #5c60f5;
    background-color: transparent;
  }
}

.sidebar {
  background: #272e48;
  height: 100%;
  overflow-y: auto;
  padding: 1rem 0.4rem;
  position: relative;

  a {
    color: #CDD8EC;
    font-size: 17px;
  }
}

.mobile-header {
  display: none;
}

.main_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right_side {
  padding: 0;
  overflow-y: auto;
  height: 100vh;
  overflow-x: hidden;
  background-color: #F4F5F9;
  position: relative;
}

.common_circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table_data {
  td {
    vertical-align: middle;
  }
}

.wapper-container {
  padding: 1rem;
  padding-left: 1.5rem;
}

.dropdown {
  margin-right: 20px;
}

.commn-head {
  color: black;
  font-size: 20px;
  padding: 0.5rem 0;
}

.card {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

table {
  margin-bottom: 0 !important;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-tabs {
  .nav-item.show .nav-link,
  .nav-link.active,
  .nav-link:hover {
    background: #272e48;
    color: #ffffff;
  }
}

.invalid-feedback{
  display: block;
}

.toggle-password{
 border: 1px solid rgb(216, 216, 216);
 color: gray;
 &:hover{
 border: 1px solid rgb(216, 216, 216);
 }
}


/* <================================ main css start  ===============================> */


.admin-bredcrumb{

    ul{
        padding: 0px;
        margin: 0px ;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 10px;
        li{
            list-style: none;
            margin: 0px;
            a{
                display: flex;
                align-items: center;
                color: #6f7272;
                text-decoration:none;
                font-size: 15px;
                font-weight: 500;
                span{
                    margin-left: 10px;
                    i{
                        font-size: 12px;
                        color: #939494;
                    }
                }
            }
        }
    }

    h4{
        font-size: 25px;
        font-weight: 800;
        line-height: 30px;
        color: rgb(28, 28, 28);
        padding-bottom: 10px;
        text-decoration: none;
    }
    .active{
        color: rgb(26, 26, 26);
    }
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f5f4f4;
}


.serachbox{
  display: flex;
  align-items: center;
  justify-content: start;
width: 100%;
  input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    border: 1px solid #ccc; 
    padding: 10px 12px;
    outline: none;
    border-left: none;
    width: 100%;
  }
  
  input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc; 
  }
  


  .serachicons{
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #dee2e6;
   border-top-left-radius: 0.375rem;
   border-bottom-left-radius: 0.375rem;
   padding: .5rem 0px;
   padding-left: .5rem;
   color: #838484;
   border-right: none;
font-size: 14px;
text-align: center;
  }
}

.table-responsive{
  table{
    th,td{
      padding: .5rem 1rem;
    }
  }
}


.permissioncheckbox{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

input::placeholder {
  color: rgb(177, 177, 177) !important; 
  opacity: 1; 
}
.selected_date{
  select{
    display: inline-block;width: auto;
  }
}

.employer_tabse{
  li{
    padding: 0px 2px;
    padding-bottom: 5px;
   a{
    background-color: rgb(241, 240, 240);
    color: black;
    padding: 6px 10px;
  }}
}
label{
  color: #05060c;
}
.bg_gray{
  background-color: rgb(247, 246, 246);
}

.reimburst_table{
  table{
    width: 100%;
   thead tr{
    background: rgb(242, 242, 242);
   }
   th{
    color: rgba(0, 0, 0, 0.78) !important;
   }
    tr{
      border: 1px solid rgb(212, 212, 212);
    }
    th,td{
      padding: .2rem .5rem;
      border: 1px solid rgb(212, 212, 212);


    }
  }
}

.card-body{
  padding: .7rem;
}

/*<=============================== Responsive Styles ===============================>*/
@media (max-width: 761px) {
      .right_side {
        height: auto;
      }
    
      .flex-nowrap {
        flex-wrap: none !important;
      }

  .sidebar {
    background: #272e48;
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0.4rem;
    position: fixed;
    top: 45px;
    left: -300px;
    width: 300px;
    transition: all 0.3s ease-in-out;
    z-index: 1050;

    &.activetoggle {
      left: 0;
    }
  }

  .mobile-header {
    display: block;
    background: #272e48;
    padding: 0.5rem 0;

    .navbar-brand {
      img {
        width: 70%;
      }
    }
  }

  .dropdown-menu {
    top: 12px !important;
  }

  .dropdown {
    .name {
      span {
        color: #ffffff;
      }
    }

    .iconss {
      color: #ffffff !important;
      margin-left: 10px;
    }
  }

  .mobile-off {
    display: none !important;
  }

  .mobile-res {
    margin-top: 0 !important;
  }

  .menuicon {
    font-size: 22px;
  }
}
