*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
  --poppins: "Poppins", sans-serif;
  --small:0.9rem;
  --xs:0.8rem;
  --off-white:#F8FAFB;
  --gray: #747474;
  --white:#ffffff;
  --blue: #1147FF;
  --green:#31BD2B;
  --light-blue:#cbe3fc;
  --light-green: #D6FFD1;
  --red: #FF0000;
  --pastel-red:#FFDEDA;
  --pastel-orange:#FFF3DB;
  --pastel-purple:#F0D9FF;


}

.app-sidebar {
    width: 280px;
    background-color: var(--white);
    height: 100vh;
    position: fixed;
    padding: 0;
    z-index: 1003;
    box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 11px 1px rgba(0,0,0,.05);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .app-container {
    margin-left: 280px;
    width: calc(100vw - 280px);
    font-family: var(--poppins);
    background-color: var(--off-white);
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .brand-logo{
    width: 5rem;
    height: 5rem;
  }

  .sidebar-item{
    list-style: none;
    text-align: left;
    padding: 0;
    font-family: var(--poppins);
    padding-block: .5rem;
  }
  

  .sidebar-item a{
    text-decoration: none;
  }

  .sidebar-item li{
    margin-bottom: 0.75rem;
    font-size: var(--small);
  }

  /* .sidebar-item >li:last-child{
    margin-top: 2rem;
  } */
  
  .sidebar-item li svg{
    margin-right: .5rem;
  }

  .sidebar-item >  .current{
    background-color: var(--light-blue);
    width: 100%;
    display: block;
    border-radius: 8px;
  }

  .sidebar-item> li{
    padding-inline: .5rem;
    padding-block: .5rem;
  }

  .accordion{
    --bs-accordion-border-width:0 !important;
  }

  .accordion .acd-list li{
    padding-block: .5rem;
    text-align: left;
  }
  
  .accordion-button:focus{
    box-shadow: none !important;
  }

  .accordion-button::after{
    filter: saturate(2) hue-rotate(220deg);
  }

  .nav-container{
    background-color: var(--white);
    padding-inline: 2rem;
    display: flex;
  }

  .nav-container >.child1{
    padding-block: 2rem;
    flex-grow: 1;
  }

  .nav-container > .child1 h1{
    font-size: 1.3rem;
  }

  .nav-container >.child2{
    border-left: 1px solid #B6BBC4;
    padding-left: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .nav-container >.child2 img{
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 100%;
      object-fit: cover;
  }

  .nav-container >.child2 span{
     font-size: 0.75rem;
     text-align: center;
     color: #B6BBC4;
  }

  .main-content > div > h1{
    font-size: 1.3rem;
    padding-bottom: 2rem;
  }

  .nav-container .notification-dot{
    background-color: red;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right:2px;
    top: 4px;
  }

  .main-content{
    padding: 2.5rem 1.5rem;
    min-height: 90vh;
  }

  .fh-1{
    font-size: 1.3rem!important;
  }

  .w-fitcontent{
    width: fit-content!important;
  }

  .search-input{
    background-color: #F1F1F1!important;
  }

  .table-profile-img{
    /* padding-left: 1rem; */
    width: 3.2rem;
    height: 3.2rem;
    object-fit: cover;
    border-radius: 100%;
  }

  .fs-7{
    font-size: var(--small)!important;
  }

  .fs-8{
    font-size: var(--xs) !important;
  }

  .gridspan-2{
    grid-column: span 2;
  }

  .from-to label{
    color: var(--gray);
  }

  .from-to input[type="date"]{
      color: var(--blue)!important;
      border: 1px var(--blue) solid!important;
  }

  .cursor-pointer{
    cursor: pointer!important;
  }

  .report .sl-dropdown{
    background-color: var(--blue);
    border: none !important; 
  }

  .report .sl-dropdown select:active, .select-dropdown select:focus {
    outline: none!important;
    box-shadow: none!important;
  }

  .report .sl-dropdown option{
    background: var(--blue)!important;
    color: var(--white)!important;
    border: none;
  }

  .sl-dropdown option:hover{
    background: var(--blue)!important;
  }

  .report .sl-dropdown select{
    color: var(--white)!important;
    background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }

  .leadlist h1{
    font-size: 1.3rem;
  }

  .leadlist > .row button{
    background-color: var(--blue);
    color: var(--white);
  }

  .custom-table{
    --bs-table-bg: var(--off-white) !important; 
    border-collapse: separate;
    /* table-layout: auto !important; */
  }


  .custom-table th,td{
    font-size: var(--small);
  }
  

  .custom-table th{
    color: var(--gray) !important;
    font-weight: 400 !important;
  }
  
.custom-table a{
  text-decoration: none;
  font-size: 0.9rem;
  padding: 2px 10px;
}

.custom-table .attend-btn{
  background-color: var(--blue);
  color: var(--white);
}

.custom-table .view-btn{
  border:1px var(--blue) solid;
  color: var(var(--blue));
}

.custom-table .delete-btn{
  background-color: var(--red);
}

.custom-table .download-btn{
  background-color: var(--light-blue);
  color: #1147FF;
}

.custom-table .whtsapp-btn{
  background-color: var(--light-green);
}


.pagination-btn{
  all: unset;
  border: 1px var(--blue) solid;
  color: var(--blue);
  font-size: var(--small);
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
}


.custom-table tr td{
    padding-block: 1rem!important;
    vertical-align: middle;  
  }


 .grid-two-c{
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  padding-right: 15rem;
}

 .grid-two-c label{
  white-space: nowrap;
  align-self: center;
  font-size: var(--small);
  flex-basis: 160px;
  width: 165px!important; 
}

 .grid-two-c input,select,textarea{
  background-color: transparent!important;
  padding-block: .7rem!important;
}

input[type='date']{
  color: #747474;
}

/* input[type="date"]::-webkit-datetime-edit-text,input[type="date"]::-moz-placeholder {
  color: #747474 !important;
} */

input::placeholder,select,select option{
  color: #A4A4A4 !important;
}

textarea{
  resize: none!important;
}

.theme-btn{
  all: unset;
  background-color: #ff0100;
  color: var(--white);
}

.save-btn{
  all: unset;
  background-color: var(--light-green);
  color: var(--green);
}


.custom-dropdown {
  position: relative;
  width: 200px;
}

.custom-dropdown .selected-option {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  padding: 8px 12px;
  cursor: pointer;
  position: relative;
}

.custom-dropdown .selected-option::after{
  content: 'v';
  padding-left: .5rem;
}

.custom-dropdown .options-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  background-color: var(--blue);
  border: 1px solid #ccc;
 
  /* max-height: 200px; */
  overflow-y: auto;
  display: none;
}

.custom-dropdown .option {
  padding: 8px 12px;
  text-align: center;
  cursor: pointer;
}

.custom-dropdown .option >input{
  color: var(--white)!important;
  text-align: center;
}


.custom-dropdown .option-input-field {
  width: 100%;
  padding: 8px 12px;
  border: none;
  outline: none;
  background-color: transparent;
}

.ls-slct{
  background-color: var(--blue)!important;
  color: var(--white)!important;
  box-shadow: none !important;
}




.ls-slct option{
  color: var(--white)!important;
  background-color: var(--blue)!important;
}

.ls-slct option:hover{
  background-color: var(--blue)!important;
  cursor: pointer!important;
}

.ls-slct option:checked{
  background-color: var(--blue)!important;
}

.ls-slct + label{
  white-space: nowrap;
}

.ls-slct + label::after{
  content: '*';
  color: var(--red);
}

.ls-slct + label input[type="check"]{
  box-shadow: none!important;
}

.empselect{
  border:1px solid var(--blue)!important;
  color: var(--blue) !important;
  background-color: var(var(--white)) !important;
}

.empselect option{
  /* border:1px solid var(--blue)!important; */
  color: var(--blue) !important;

}

.empselect:-moz-select-list-box:focus option:checked {
  background-color: var(var(--red)) !important;
}

/* Initially hide the select element */
#empselect {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

/* Show the select element when checked */
#empViews:checked + #empselect {
  opacity: 1;
}



.file-upload {
  display: block;
  text-align: center;
  font-size: var(--small);
}
.file-upload .file-select {
  display: block;
  border: 2px dashed var(--blue);
  color: #34495e;
  cursor: pointer;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select .file-select-button {
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.file-upload .file-select:hover {
  border-color: var(--gray);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
  background: rgb(234, 231, 231);
  color: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select {
  border-color: var(--blue);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
  background: var(--blue);
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
  opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}
.wrkLoadCard{
    background-color: #f4f9fd;
    text-align:center;
  }
  
  .wrkLoadContainer{
    display:grid;
    grid-template-columns: repeat(3,1fr);
  }
  

  .lable-ei::after{
    content:'*';
    color:red;
    margin-left: 5px;
    }


  .line-clamp-2{
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
  }

  .line-clamp-3{
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;

  }

  #suggestions{
    border-radius: 5px; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
    padding-inline: 4px;
    padding-block: 1rem;
    overflow-y: auto;
    position:absolute;
    top: 4rem;
    width: 100%;
    background-color: #ffffff;
    height: 25vh;
    z-index: 100;
  }
  #suggestions>li{
    font-size: 1.1rem;
    padding-inline: 2rem;
    padding-block: .5rem; 
    cursor: pointer;
  }
  
  #suggestions>li:hover{
  background-color: #3f8cff;
  color: white;
  border-radius: .4rem;
  transition: all 100ms ease-in;
  }

  .btn-primary{
    background-color: #ff0100!important;
    border: 1px solid #ff0100 !important  ;
  }


  .sidebar-item > .current{
    background-color: #fb8788;
    width: 100%;
    display: block;
    border-radius: 8px;
    
  }

  .sidebar-item > .current >*{
    color:white
  }