@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --blue-color: #206bc4;
  --smoke-color: rgba(35, 46, 60, 0.024);
  
  --light-blue: #90b5e2;
  --silver-color: #f4f6fa;
  --dimgray-color: #b5b5c3;
  --white-color: #fff;
  --border-color: rgba(101, 109, 119, 0.24);
  --tblr-font-sans-serif: "Inter", -apple-system, BlinkMacSystemFont,
  San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  
  --input-border-color:#cdd9e9;
}




/* Ripple effect */





   
   



.fc-button-active.first-element{
  border-radius: 6px 0 0 6px;
}
.fc-button-active.last-element{
  border-radius: 0 6px  6px 0;
}

#filterModal .task-details ul{
      margin:0px;
      list-style:none
}
#filterModal .nav-tabs{
    height:51px;
}
.btn-reg-filter{
  background:rgba(205, 217, 233, 0.4) !important;
  border-color:rgba(205, 217, 233, 0.4) !important;
  margin-right: 5px;
}
.select-dropdown-counter{
   padding: 0px 2px;
   margin-left: 3px;
   display: inline-block;
   color: var(--blue-color);
}


.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: '•' !important;
  font-size: 20px;
  line-height: 18px;
}
.ql-editor li[data-list=bullet].ql-indent-1 > .ql-ui:before,.ql-editor li[data-list=bullet].ql-indent-4 > .ql-ui:before,.ql-editor li[data-list=bullet].ql-indent-7 > .ql-ui:before {
  content: '◦' !important;  
}
.ql-editor li[data-list=bullet].ql-indent-2 > .ql-ui:before,.ql-editor li[data-list=bullet].ql-indent-5 > .ql-ui:before,.ql-editor li[data-list=bullet].ql-indent-8 > .ql-ui:before {
  content: '▪' !important;
}