:root {
  scroll-behavior: smooth;
}

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

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
th,
td,
button,
input,
label {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 220px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 1px 2px 0px #0000000D;
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.navbar {
  --bs-navbar-padding-x: 1;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EFF6FF;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
  border: 2px solid #3B82F6;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header .navbar .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #374151;
  margin: 0 15px;
  font-family: "Roboto", sans-serif;
}

.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #A8A8A8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 50px 0px auto auto !important;
  width: 320px;
}

.header-nav .notifications .notification-item {
  display: flex;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item img {
  margin: 0 20px 0 10px;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.header-nav .notifications .notification-item h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #202224;
}

.header-nav .notifications .notification-item p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
  color: #B5B5B5;
}

.header-nav .notifications .notification-item:hover {
  background-color: #F1F4F9;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 48px !important;
  right: 20px;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item img {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #F1F4F9;
}


@media (max-width:500px) {
  .header {
    padding-left: 10px;
  }

  .header .service-page-logo img {
    width: 80px !important;
  }

  .header .logo img {
    width: 120px;
  }

  .header .menu-link ul {
    padding: 0;
  }

  .header .service-head {
    padding: 0px 5px !important;
  }

  .header .menu-link ul span {
    display: none;
  }

  .toggle-sidebar-btn {
    display: block !important;
  }

  .sidebar {
    width: 100% !important;
    padding: 20px 5px !important;
  }

  .sidebar-nav .chat-bot .text p {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }

}

.main {
  margin-top: 60px;
}

.main .dash-data {
  padding: 50px 0;
}

.main .dash-data .graph-box {
  box-shadow: 0px 1px 3px 0px #0000001A;
  box-shadow: 0px 1px 2px 0px #0000001A;
  padding: 20px;
  border-radius: 12px;
  margin: 12px 0;
}

.main .dash-data .graph-box .graph-box-head h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}

.main .dash-data .graph-box.Complaint {
  background-color: #FFFAFA;
}

.main .dash-data .graph-box.info {
  background-color: #F8FEFF;
}

.main .dash-data .board-analytics {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .dash-data .board-analytics .board-box {
  box-shadow: 0px 1px 2px 0px #0000001A;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  flex: 1 1 auto;
  padding: 20px;
  gap: 20px;
  margin: 10px;
}

.main .dash-data .board-analytics .board-box:first-child {
  margin-left: 0;
}

.main .dash-data .board-analytics .board-box:last-child {
  margin-right: 0;
}

.main .dash-data .board-analytics .board-box .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0;
}

.main .dash-data .board-analytics .board-box .board-box-head h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #374151;
}

.main .dash-data .board-analytics .board-box .text h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #374151;
}

.main .dash-data .board-analytics .board-box.Complaint {
  background-color: #ffe5e5;
}

.main .dash-data .board-analytics .board-box.info {
  background-color: #00d6f13b;
}

.main .dash-data .board-analytics .board-box .text h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}

.main .dash-data .board-analytics .board-box .text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0%;
}

.main .dash-data .board-analytics .money.text h2 {
  color: #15803D;
}

.main .dash-data .board-analytics .money.text span {
  color: #22C55E;
}

.main .dash-data .board-analytics .ingredients.text h2 {
  color: #B91C1C;
}

.main .dash-data .board-analytics .ingredients.text span {
  color: #EF4444;
}

.main .dash-data .board-analytics .district.text h2 {
  color: #4338CA;
}

.main .dash-data .board-analytics .district.text span {
  color: #6366F1;
}

.main .dash-data .board-analytics .eligibility.text h2 {
  color: #A16207;
}

.main .dash-data .board-analytics .eligibility.text span {
  color: #CA8A04;
}

.main .dash-data .board-analytics .others.text h2 {
  color: #77CA04;
}

.main .dash-data .board-analytics .others.text span {
  color: #77CA04;
}

.main .today-conversation {
  padding: 40px 0;
}

.main .today-conversation .conversation-data {
  box-shadow: 0px 2px 6px 0px #0D0A2C14;
  border-radius: 20px;
  padding: 24px;
}

.main .today-conversation .conversation-data .heading h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2937;
}

.main .today-conversation .conversation-data .search-bar {
  padding: 20px 0;
}

.main .today-conversation .conversation-data .search-form {
  position: relative;
}

.main .today-conversation .conversation-data .search-form input {
  border: 0;
  font-size: 14px;
  color: #202224;
  border: 1px solid #E5E7EB;
  padding: 7px 7px 7px 38px;
  border-radius: 8px;
  transition: 0.3s;
  width: 40%;
}

.main .today-conversation .conversation-data .search-form input:focus,
.main .today-conversation .conversation-data .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.main .today-conversation .conversation-data .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
  position: absolute;
  left: 45px;
}

.main .today-conversation .conversation-data .search-form button i {
  color: #012970;
}

.main .today-conversation .conversation-data .tabel-responsive thead th {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6B7280;
}

.main .today-conversation .conversation-data .tabel-responsive tbody th {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  padding: 5px auto;
}

.main .today-conversation .conversation-data .tabel-responsive tbody td {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.main .today-conversation .conversation-data .tabel-responsive .table>:not(caption)>*>* {
  padding: .8rem .5rem !important;
}

.main .today-conversation .conversation-data .tabel-responsive .summary span {
  height: 26px;
  border-radius: 30px;
  padding: 4px 10px;
  width: 115px;
  display: flex;
  align-items: center;
}

.main .today-conversation .conversation-data .tabel-responsive .summary.active span {
  background-color: #DCFCE7;
  color: #15803D;
}

.main .today-conversation .conversation-data .tabel-responsive .summary span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #15803D;
  display: inline-block;
  margin-right: 5px;
}

.main .today-conversation .conversation-data .tabel-responsive .summary.disable span {
  background-color: #FEE2E2;
  color: #B91C1C;
}

.main .today-conversation .conversation-data .tabel-responsive .summary.disable span::before {
  background-color: #B91C1C;
}

.main .today-conversation .conversation-data .tabel-responsive .transcript button {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 10px;
  border-radius: 30px;
  height: 26px;
  background-color: #DAFFE8;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #15803D;
}

.main .chat-list-search .search-bar {
  padding: 20px 0;
}

.main .chat-list-search .search-form {
  position: relative;
}

.main .chat-list-search .search-form input {
  border: 0;
  font-size: 14px;
  color: #202224;
  border: 1px solid #E5E7EB;
  padding: 7px 37px 7px 12px;
  border-radius: 8px;
  transition: 0.3s;
  width: 100%;
  height: 56px;
}

.main .chat-list-search .search-form input:focus,
.main .chat-list-search .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.main .chat-list-search .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
  position: absolute;
  right: 15px;
}

.main .chat-list-search .row {
  align-items: center;
}

.main .chat-list-search .search-form button i {
  color: #012970;
}

.main .chat-list-search .type-select button {
  width: 100% !important;
  text-align: left !important;
  background: transparent;
  border: 1px solid #E5E7EB;
  color: #9F9F9F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0%;
  color: #9F9F9F;
  height: 56px;
  flex-direction: row-reverse;
  padding: 10px;
}

.dropdown-toggle::after {
  display: none;
}

.main .chat-list-search .type-select .dropdown-menu.show {
  width: 100%;
}

.main .chat-list-search .type-select span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9F9F9F;
}

.ui-multiselect-menu {
  width: 317px !important;
  margin-left: 10px !important;
}

.ui-multiselect-menu input {
  margin-right: 10px !important;
}

.main .chat-list-search .search-btn button {
  height: 56px;
  display: block;
  width: 85%;
  background-color: #4F46E5;
  border-radius: 10px;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.main .today-conversation.chat-list {
  padding-top: 5px;
}

.main .today-conversation.chat-list .transcript button {
  background-color: #FFFEDA !important;
  color: #D0AF53 !important;
}

.main .today-conversation.chat-list .convertation-table-btn {
  padding: 10px 0;
}

.main .today-conversation.chat-list .convertation-table-btn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main .today-conversation.chat-list .convertation-table-btn ul li {
  display: inline-block;
  margin: 0 6px;
}

.main .today-conversation.chat-list .convertation-table-btn ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #4B5563;
}

.main .today-conversation.chat-list .convertation-table-btn ul li a.active {
  font-weight: 600;
  color: #4F46E5;
}

.main .today-conversation.chat-list .convertation-table-btn ul li a img {
  margin-right: 3px;
}

#main {
  margin-top: 60px;
  padding: 20px 15px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 430px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 0px 20px 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  border-right: 1px solid #E0E0E0;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -430px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 430px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -430px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.toggle-sidebar-btn {
  display: none;
}

.sidebar-nav .chat-bot {
  padding: 23px 10px;
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: #E0E2E8;
  border-right: 6px solid #4F46E5;
  margin-bottom: 12px;
}

.sidebar-nav .chat-bot .img {
  width: 40px;
  height: 40px;
}

.sidebar-nav .chat-bot .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  vertical-align: top;
}

.sidebar-nav .chat-bot .text h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  color: #000000;
}

.sidebar-nav .chat-bot .text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #636363;
}

.sidebar-nav .summary .summary-head h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 10px;
  width: 80%;
}

.sidebar-nav .summary {
  margin-top: 18px;
}

.sidebar-nav .summary .summary-text {
  margin-top: 12px;
}

.sidebar-nav .summary .summary-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000000;
}

/* .chat-box {
  height: 480px;
  overflow: auto;
  scrollbar-width: none;
} */

.chat-box .date span {
  padding: 6px 24px;
  border-radius: 30px;
  display: inline-block;
  background-color: #E9E9E9;
  line-height: 24px;
}

.chat-box .date {
  text-align: center;
  margin: 20px 0;
}

.messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.message {
  display: flex;
  max-width: 70%;
}

.message.bot {
  justify-content: flex-start;
}

.message.user {
  justify-content: flex-end;
  align-self: flex-end;
}

.message.user .bubble p {
  background-color: #F0F0F0;
  border-radius: 30px;
  display: inline-block;
  padding: 6px 20px;
}

.message p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000000;
}

@media (max-width:500px) {
  .main .dash-data .board-analytics {
    flex-direction: column;
    gap: 20px;
  }

  .main .dash-data .board-analytics .board-box {
    width: 100%;
  }

  .main .today-conversation .tabel-responsive {
    overflow: auto;
  }

  .main .today-conversation .conversation-data .search-form input {
    width: 100%;
  }

  table th:nth-child(1) {
    min-width: 90px;
  }

  table th:nth-child(2) {
    min-width: 145px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
    box-shadow: 0 0 3px #012970 !important;
  }

  .navbar-collapse {
    padding: 10px 30px;
    background-color: #fff;
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 5px;
    z-index: 9999;
    border-bottom-right-radius: 5px;
  }

  .header-nav .notifications {
    width: 300px;
    left: 0 !important;
    right: 0 !important;
  }

  .header-nav .profile {
    right: 0;
    left: 0;
  }

  .main .chat-list-search .search-btn {
    margin-top: 12px;
  }

  .main .chat-list-search .search-btn button {
    width: 100%;
  }

  .message {
    max-width: 100%;
  }

  .ui-multiselect-menu {
    width: 94% !important;
  }

}

@media (min-width:501px) and (max-width:768px) {
  .main .dash-data .board-analytics {
    flex-wrap: wrap;
    gap: 20px;
  }

  .main .dash-data .board-analytics .board-box {
    width: 48%;
  }

  .main .today-conversation .tabel-responsive {
    overflow: auto;
  }

  .main .today-conversation .conversation-data .search-form input {
    width: 100%;
  }

  table th:nth-child(1) {
    min-width: 90px;
  }

  table th:nth-child(2) {
    min-width: 145px;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
    box-shadow: 0 0 3px #012970 !important;
  }

  .navbar-collapse {
    padding: 10px 30px;
    background-color: #fff;
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 5px;
    z-index: 9999;
    border-bottom-right-radius: 5px;
  }

  .header-nav .notifications {
    width: 300px;
    left: 0 !important;
    right: 0 !important;
  }

  .header-nav .profile {
    right: 0;
    left: 0;
  }

  .main .chat-list-search .search-btn button {
    width: 100%;
  }

  .toggle-sidebar-btn {
    display: block !important;
  }


}

@media (min-width:769px) and (max-width:1199px) {
  .toggle-sidebar-btn {
    display: block !important;
    margin-right: 15px;
  }

  .main .dash-data .board-analytics {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
  }

  .main .dash-data .board-analytics .board-box {
    width: 32%;
  }

  .ui-multiselect-menu {
    width: 260px !important;
  }


}

@media (min-width:1440px) {
  .container-fluid {
    max-width: 1440px;
  }

  .ui-multiselect-menu {
    width: 336px !important;
  }

}

@media (min-width: 1900px) {

  #main,
  #footer {
    margin-left: 240px;
  }
}

.login .row {
  align-items: center;
}

.login .head h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #525252;
}

.login .head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #525252;
}

.login .logo img {
  width: 160px;
  max-height: 70px;
}

.login .google-btn a {
  border: 1px solid #E8E8E8;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #828282;
}

.login .sign-in-data p {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #A1A1A1;
  margin: 20px 0;
}

.login .sign-in-data .form-group {
  margin: 10px 0;
}

.login .sign-in-data .form-group label {
  font-weight: 600;
  font-size: 14px;
  color: #828282;
  margin-bottom: 3px;
}

.login .sign-in-data .form-group .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #C2C2C2;
  height: 45px;
}

.login .sign-in-data .remember-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.login .sign-in-data .remember-data .form-check-label {
  font-weight: 400;
  font-size: 12px;
  color: #A1A1A1;
  line-height: 24px;
}

.login .sign-in-data .remember-data .forgot-password a {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6366F1;
}

.login .sign-in-data .login-btn {
  margin-top: 20px;
}

.login .sign-in-data .login-btn button {
  width: 100%;
  background-color: #6366F1;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  height: 49px;
}

@media (max-width:500px) {
  .login .row {
    flex-direction: column-reverse;
  }
}

.login,
.login .container,
.login .row {
  min-height: 100vh;
}

@media (min-width:1360px) and (max-width: 1366px) {
  .ui-multiselect-menu {
    margin-left: 800px !important;
  }
}

.dash-data .progress-bars .bar-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}

.dash-data .progress-bars .bar-box:first-child {
  margin-top: 0;
}

.dash-data .progress-bars .bar-box:last-child {
  margin-bottom: 0;
}

.dash-data .progress-bars {
  box-shadow: 0px 1px 2px 0px #0000001A;
  border: 1px solid #E5E7EB;
  padding: 30px 20px;
  border-radius: 10px;
  
}
.dash-data .progress-bars .bar-heading{
  margin-bottom: 25px;
}
.dash-data .progress-bars .bar-heading h2{
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.progress-bar {
    transition: width 1.5s ease-in-out;
  }
.dash-data .progress-bars.complaint {
  background-color: #FFFAFA;
}

.dash-data .progress-bars.info {
  background-color: #F8FEFF;
}

.dash-data .progress-bars .bar-box .bar-line {
  flex: 1 1 auto;
}

.dash-data .progress-bars .bar-box .bar-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.dash-data .progress-bars .bar-box .bar-head h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #262626;
  margin: 0;
}

.dash-data .progress-bars .bar-box .bar-head span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #6F6F6F;
}

.dash-data .progress-bars .bar-box .progress {
  height: 10px !important;
}

.dash-data .progress-bars .bar-box .progress-bar {
  border-radius: 14px !important;
  height: 10px !important;
}

.dash-data .progress-bars .bar-box:nth-child(1) .progress-bar {
  background-color: #2A7743 !important;
}

.dash-data .progress-bars .bar-box:nth-child(2) .progress-bar {
  background-color: #A72846 !important;
}

.dash-data .progress-bars .bar-box:nth-child(3) .progress-bar {
  background-color: #493A97 !important;
}
.dash-data .progress-bars .bar-box:nth-child(4) .progress-bar {
  background-color: #976028 !important;
}
.dash-data .progress-bars .bar-box:nth-child(5) .progress-bar {
  background-color: #7BB65C !important;
} 
@media (max-width:768px) {
  .dash-data .progress-bars {
    margin: 12px 0;
}
}
.user-modal .modal-header{
  background-color: #6366F1;

}
.user-modal .modal-header .btn-close{
  background: none;
  opacity: 1 !important;
}
.user-modal .modal-header .btn-close i{
  color: #fff;
}
.user-modal .modal-body{
  padding: 2rem !important;
}
.user-modal .modal-body .form-group{
  margin: 12px 0;
}
.user-modal .modal-body .form-group label{
  font-weight: 600;
  font-size: 14px;
  color: #828282;
  margin-bottom: 2px;
}
.user-modal .modal-body .form-group .form-control{
  height: 47px;
  border-radius: 5px !important;
  font-weight: 400;
  font-size: 14px;
  color: #C2C2C2;
}
.user-modal .modal-body .user-btns{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 28px;
}
.user-modal .modal-body .user-btns button{
  width: 144px;
  border: 1px solid #6366F1;
  height: 50px;
  border-radius: 6px;
  background: transparent;
  font-weight: 500;
  font-size: 15px;
  color: #6366F1;
}
.user-modal .modal-body .user-btns button:first-child{
  background-color: #6366F1;
  color: #fff;
}