* {
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  height: 100vh;
  /* overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none !important; */
  background-color: #eaf1fd;
}

body::-webkit-scrollbar {
  display: none;
}
tr.bg-greenn td {
  background-color: rgb(27 136 88 / 10%) !important;
}
tr.bg-bluee td {
  background: #028fa226 !important;
}
.bg-head {
  background: rgb(36 17 134 / 20%) !important;
}
.page {
  /*width: 100%;*/
  display: flex;
  /*flex-direction: column;*/
  /*height: 100vh;*/
  /*overflow: hidden;*/
}
.search-icon a {
  color: #212529;
  font-size: 16px;
}
.search-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dashboard-box {
  border-radius: 10px !important;
  /* background-color: rgb(179 76 157 / 10%) !important; */
  background-color: #0f54b4 !important;
  padding: 15px;
  height: 100%;
}
.dashboard-box1 {
  background-color: #6a61fd !important;
  /* background-color: #fab300 !important; */
}
.dashboard-box2 {
  background-color: #00a0b6 !important;
  /* background-color: #1431c2 !important; */
}
.dashboard-box3 {
  background-color: #e66ba1 !important;
  /* background-color: #D50B8B !important; */
}
.dashboard-box4 {
  background-color: #266fd8 !important;
  /* background-color: #4eb313 !important; */
}
.dashboard-box:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dashboard-box h5 {
  /* color: #000; */
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.dashboard-box h2 {
  /* color: #212529; */
  color: #fff;
  font-size: 35px;
  /* font-size: 23px; */
  font-weight: 600;
  margin-bottom: 0;
}

/* Content section */
.content main {
  padding: 10px 10px 10px 10px;
  /*width: 83%;*/
  /*height: 100vh;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: start;*/
  /*align-items: center;*/
  /*overflow: hidden;*/
  /*overflow-y: auto;*/
  /*position: relative;*/
  /*left: 17%;*/
  /*scrollbar-width: none !important;*/
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #212529;
}

/*---------------------------------------------------Login Page---------------------------------------------------*/
.login-row {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /* height: 100vh; */
  background-color: #f2f2f2;
}
.py-60 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.login-col {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.login-card {
  width: 660px !important;
  /*height: 538px !important;*/
  height: 100%;
  border-radius: 10px !important;
}

.login-bg {
  background-color: #f2f2f2;
}
.login-card-header {
  /* height: 145.8px; */
  height: 100%;
  padding: 38px !important;
  border-radius: 10px 10px 0px 0px !important;
  /*
    background: linear-gradient(90deg, #6C266E 0%, #212529 100%) !important;
    */
  background: linear-gradient(90deg, #053679) !important;
  color: #fff !important;
}
.up-logo-img img 
{
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}
.login-card-header > p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  /* line-height: 28.8px; */
  margin-bottom: 0;
}

.login-card-header > div {
  color: #fff;
  font-size: 17px;
  font-weight: 100;
  line-height: 21px;
  letter-spacing: 0.15px;
  padding-bottom: 0!important;
  text-align: center;
}

.login-card-body {
  width: 100% !important;
  padding: 40px !important;
}

.login-input {
  box-shadow: none !important;
  border-radius: 6px !important;
  border: 1px solid rgba(50, 71, 92, 0.6) !important;
  width: 100% !important;
  /*height: 58px !important;*/
  height: 49px !important;
}

.login-input::placeholder {
  color: #212529;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}
.otp-label {
  color: #b24d9b !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
}

.login-otp-input {
  box-shadow: none !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(50, 71, 92, 0.6) !important;
  margin-right: 10px;
  text-align: center;
  font-size: 24px;
  transition: border-color 0.3s ease;
}

.login-otp-input:focus {
  border-color: #b24d9b;
  outline: none;
}

.login-otp-input:last-child {
  margin-right: 0;
}

.login-btn {
  display: flex;
  width: 100% !important;
  height: 49px;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  /*
    background: linear-gradient(90deg, #6C266E 0%, #212529 100%) !important;
    */
  background: linear-gradient(90deg, #053679) !important;

  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.register-btn {
  display: flex !important;
  width: 100% !important;
  height: 49px;
  padding: 16px 12px;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 6px;
  background: #fff !important;
  color: #212529 !important;
  border: 1px solid #212529 !important;
  font-weight: bold;
  text-transform: uppercase;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
  white-space: nowrap !important;
}
/*-----------------------------------------------Sidebar-------------------------------------------------*/
.menu ul li a span.badge {
  height: 26px;
  width: 100%;
  max-width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.sidebar {
  height: 100%;
  width: 240px;
  /* background-color: #212529; */
  background-color: #053679;
  position: fixed;
  top: 0;
  bottom: 0;
  transition: width 0.3s ease;
  display: block;
}

.sidebar.collapsed {
  width: 0;
  display: none;
}

.content {
  width: 100%;
  padding-left: 240px;
  transition: padding-left 0.3s ease;
}

.content.full-width {
  padding-left: 0;
}
.btn:focus {
  box-shadow: none;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 120px;
}

.menu ul {
  padding: 0;
  margin: 0;
}

.menu ul li {
  list-style: none;
  border-radius: 4px;
  /*padding-left: 20px;*/
  margin: 10px;
  /*height: 40px;*/
  display: flex;
  justify-content: start;
  align-items: center;
  transition: background-color 0.1s ease;
}

.menu ul li:hover {
  background-color: #fff;
}

.menu ul li:hover a {
  color: #212529;
  text-decoration: none;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  /* margin-left: 10px; */
  padding: 6px 10px;
  display: flex;
  align-items: center;
}

.menu ul li.active {
  background-color: #fff;
}

.menu ul li.active a {
  color: #212529;
}

.menu ul li.active:hover {
  background-color: #fff;
}

/*-----------------------------------------------Nav-------------------------------------------------*/
.nav-card {
  /*width: 81.5% !important;*/
  /*position: relative;*/
  /*left: 17%;*/
  margin: 10px 10px 10px 10px;
}

.nav-card-body {
  padding: 10px 15px !important;
}

.profile-name {
  color: #212529;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
}

.profile-icon {
  height: 25px;
  width: 25px;
  object-fit: cover;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-link {
  border: none !important;
  padding: 0px !important;
}

.dropdown-menu {
  width: 250px;
  min-width: 160px;
  padding: 8px;
  border-radius: 10px;
}

.dropdown-item {
  color: #000 !important;
  background-color: #fff !important;
}

/*---------------------------------------------------register---------------------------------------------------*/
.register-row {
  margin: 70px 0px !important;
}

.register-heading {
  color: #212529;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.register-para {
  color: #575f6e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.register-save-btn {
  color: #fff !important;
  text-align: center;
  background-color: #212529 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 10px 20px !important;
}

/*----------------------------------------------------Complaint----------------------------------------------------*/
.common-p {
  width: 160px !important;
  color: #262a2e;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px;
}

.commom-excel-btn {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 5px 10px !important;
  color: #fff !important;
  background-color: #1b8858 !important;
  flex-shrink: 0;
  border: none !important;
  border-radius: 6px !important;
}

.common-search {
  width: 252.762px !important;
  align-items: center;
  border-radius: 6px !important;
  border: 1px solid rgba(50, 71, 92, 0.6) !important;
  height: 40px !important;
  padding: 10px;
  box-shadow: none !important;
  color: #212529 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px;
}

.common-create-btn {
  border-radius: 10px !important;
  background: #212529 !important;
  color: #fff !important;
  height: 36px;
  flex-shrink: 0;
}

.universal-search-btn {
  border-radius: 10px !important;
  background: rgb(179 76 157 / 10%) !important;
  color: #212529 !important;
  height: 36px;
  flex-shrink: 0;
}
.search-with h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 30px;
}
.search-with h2 span {
  color: #212529;
}
.search-star-form {
  position: relative;
  width: 550px;
  margin: auto;
}
.search-star-form img {
  position: absolute;
  top: 50% !important;
  left: 15px !important;
  transform: translateY(-50%) !important;
  z-index: 9;
  width: 22px;
}
.search-star-form input {
  border: 2px solid #ececec;
  border-radius: 8px !important;
  color: rgba(104, 105, 110, 0.5);
  font-size: 14px;
  padding: 10px 50px;
}

.search-star-form input:focus {
  border: 2px solid #ececec;
  box-shadow: none;
}
.btn.btn-search {
  border-color: #212529;
  border-radius: 8px !important;
  background: #212529;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 12px 30px;
  margin-left: -20px !important;
  z-index: 99;
}
.search-with {
  text-align: center;
}
.common-modal-content {
  display: flex;
  padding: 20px !important;
  justify-content: start !important;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  scrollbar-width: none;
  overflow-x: hidden;
}

.common-modal-title {
  color: #242731 !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 36px;
}

.common-modal-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.common-modal-body {
  padding: 20px 0px 0px 0px !important;
}

.common-modal-btn {
  height: 48px !important;
  padding: 0px 32px 0px 24px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px !important;
  background: #000 !important;
  color: #fff !important;
}

.commom-modal-label {
  color: #575f6e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.common-input-modal {
  width: 100% !important;
  /*height: 48px !important;*/
  box-shadow: none !important;
  border: 1px solid rgba(50, 71, 92, 0.6) !important;
}

.common-input-modal2 {
  width: 100% !important;
  /*height: 48px !important;*/
  box-shadow: none !important;
  border: 1px solid rgba(50, 71, 92, 0.6) !important;
}

.common-input-modal::placeholder {
  color: #212529;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}
.common-modal-footer {
  margin-top: 10px;
}

.btn-close {
  box-shadow: none !important;
}

.common-table {
  color: #212529;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 21px;
  text-transform: uppercase;
}

.common-forward-btn {
  width: 75px !important;
  height: 30px !important;
  border-radius: 6px;
  background: #1b8858 !important;
  border: none !important;
  color: #fff !important;
  margin-right: 10px;
}

.common-complete-btn {
  width: 75px !important;
  height: 30px !important;
  border-radius: 6px;
  background: #212529 !important;
  border: none !important;
  color: #fff !important;
  margin-right: 10px;
}

.common-pdf-btn {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.common-upload-btn {
  background-color: #001f74 !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
}

.table-head {
  font-size: 12px !important;
}

.pending-text {
  padding: 2px 10px !important;
  flex-shrink: 0;
  color: #ffc107;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border-radius: 11px;
  text-align: center;
  background: rgba(255, 193, 7, 0.1) !important;
}

.inProgress-text {
  padding: 3px 10px !important;
  border-radius: 11px;
  background: rgba(0, 64, 255, 0.1) !important;
  color: #0040ff;
  text-align: center;
  font-family: "Public Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}

.remark-text {
  color: #928fa6;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.12px;
}

.view-more {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.full-remark {
  display: inline;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contents {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-contentss {
  display: none;
  border-radius: 16px;
  padding: 10px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-content a:hover {
  background-color: #e3e3e3;
}

.dropdown-contents a {
  color: black;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 0%;
}

.dropdown-contents a:hover {
  background-color: #e3e3e3;
}
.table-responsive {
  overflow-x: auto;
  height: 80vh;
}
.page-logo img {
  width: 110px;
}

.dropbtns {
  color: white;
  padding: 6px 14px;
  font-size: 10px;
  border: none;
  cursor: pointer;
  border-radius: 54px;
}
.dropbtns.to-do {
  background-color: #343a40;
}
.dropbtns.pending {
  background-color: #ff5722;
}
.dropbtns.done {
  background-color: #03a9f4;
}
.dropbtns.complete {
  background-color: #4caf50;
}

/*-----------------------------------------------slip-------------------------------------------------*/
.slip-row {
  height: 100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.slip-card {
  /*width: 523px !important;*/
  margin-top: 15px !important;
  flex-shrink: 0;
}

.slip-img {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto;
  margin: 15px 0;
}
img.qr-code {
  width: 180px;
}
.police-img {
  width: 135px;
  flex-shrink: 0;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #212529;
}
.form-check {
  /* display: block; */
  min-height: 0;
  padding-left: 1.5em;
  margin-bottom: 0;
}
.form-check-input:checked {
  box-shadow: none;
  background-color: #212529;
  border-color: #212529;
}
.slip-card-body {
  width: 100% !important;
  padding: 12px !important;
}

.slip-com {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border: 2px solid #f6f6f6;
  background: #f6f6f6;
}

.slip-com-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0px !important;
}

.slip-info1 > ul,
.slip-info2 > ul {
  padding-left: 50px !important;
  padding-top: 40px !important;
}

.slip-info1 > ul > li {
  text-decoration: none !important;
  list-style-type: none !important;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px !important;
}

.slip-info2 > ul > li {
  text-decoration: none !important;
  list-style-type: none !important;
  color: #928fa6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px !important;
}

/*-----------------------------------------------Alert-------------------------------------------------*/
.alert-modal-content {
  padding: 20px !important;
}

.alert-head {
  color: #dc3545;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.alert-text {
  color: rgba(50, 71, 92, 0.6);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.15px;
}

.alert-FIRno {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.FIRno {
  color: #928fa6;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.12px;
}

.alert-addBy {
  color: #212529;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.15px;
}

.alert-btn {
  border-radius: 20px !important;
  background-color: #212529 !important;
  color: #fff !important;
}
.common-view-btn {
  width: 75px !important;
  height: 30px !important;
  border-radius: 6px;
  background: #028fa2 !important;
  border: none !important;
  color: #fff !important;
  margin-right: 10px;
}
.datebox {
  margin-bottom: 1rem !important;
  display: flex;
  justify-content: flex-end;
}
.portal-me h5 {
  background-color: #212529;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.heading.search-with h2 span img {
  mix-blend-mode: luminosity;
}
.dashboard-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 10px;
}
.dashboard-box-icon1 i {
  color: #00a0b6 !important;
}
.dashboard-box-icon2 i {
  color: #e66ba1 !important;
}
.dashboard-box-icon3 i {
  color: #266fd8 !important;
}
.dashboard-box-icon i {
  color: #6a61fd;
  font-size: 20px;
}
.dashboard-title h3 {
  color: #212529;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-box5,
.dashboard-box6 {
  background-color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dashboard-box5 h5,
.dashboard-box5 h2 {
  color: #212529 !important;
}
.dashboard-box6 {
  color: #6a61fd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dashboard-box6 i {
  font-size: 30px;
}
.recent-files-i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.recent-files-i i {
  color: #fff;
  font-size: 20px;
}
.recent-files-text h3 {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.recent-files-text h4 {
  color: #646e79;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.recent-files-text i {
  font-size: 20px;
}
.dropdown-round {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6a61fd;
  cursor: pointer;
}
.dropdown-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.recent-files-flex {
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
  padding: 10px;
  border-radius: 10px;
  background-color: #f8f9fa;
  margin-bottom: 15px;
  margin-top: 15px;
}
.recent-files-flex .table-responsive {
  height: auto !important;
}
.dashboard-add-files {
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
  gap: 10px;
  background-color: #fff;
  border: 1px solid #053679;
  /* height: 250px; */
  width: 100%;
  width: auto;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333030;
}
.dashboard-add-files:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.dashboard-add-files i {
  font-size: 30px;
  color: #2570d3;
}
.dashboard-add-files h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2570d3;
}
.your-storage h3 {
  color: rgb(48, 73, 99);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.your-storage p {
  color: #3ae4f7;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.your-storage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.storage-progress h3 {
  color: #212529;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pogress-bar-box {
  background-color: #f5f9fc;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}
.kaynot-text h4 {
  color: #464d53;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.kaynot-img img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(146, 37, 37, 0.15) !important;
}
.kaynot-img {
  position: relative;
}
.remder-img1 {
  margin-left: 20px;
  z-index: 1;
  position: relative;
}
.remder-img2 {
  position: absolute;
  right: 20px;
}
.kaynot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.kaynot-box1 {
  background-color: #bde5ea;
}
.kaynot-box2 {
  background-color: #d8d7fe;
}

.kaynot-box3 {
  background-color: #f5dae8;
}
.btn-add-more {
  background-color: transparent;
  border: 1px solid #212529;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}

.digital-grievance-header h1 {
   font-size:27px;
  font-weight: 700;
  text-align:center;
  text-transform:uppercase;
 color:#FFF;
 margin-bottom: 5px;
   text-shadow: 0 -3px 0px #272121, 0px 4px 8px rgba(165, 39, 39, 0.4), 0px 3px 30px rgb(235, 172, 172);
}
.digital-grievance-header h2 {
   font-size:25px;
  font-weight: 700;
  text-align:center;
  text-transform:uppercase;
 color: #fff;
 margin-bottom: 10px;
}
.date-range-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-box-date-range {
  display: flex;
  align-items: start;
  justify-content: space-between;
 
}
.apexcharts-legend-text {
  color: #fff !important;
}
.apexcharts-xaxis-label title {
  color: #fff !important;
}
.apexcharts-yaxis-texts-g> title {
  color: #fff !important;
}
.apexcharts-text  {
  color: #fff !important;
}
text.apexcharts-text.apexcharts-yaxis-label {
    fill: white;
}