* {
  margin: 0px;
  padding: 0px;
}

:root {
  --primary-color: #7a0000;
}
:focus-visible {
  outline: none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

input, select, select, .css-13cymwt-control {
  height: 46px;
  border-radius: 3px !important;
  /* display: flex !important; */
  background: #f9f9f9 !important;
  border: 1px solid var(--primary-color) !important;
  min-height: 46px;
  width: 100%;
  padding: 5px 10px;
  align-items: center;
}
textarea {
  border-radius: 3px !important;
  display: flex !important;
  background: #f9f9f9 !important;
  border: 1px solid var(--primary-color) !important;
  min-height: 46px;
  width: 100%;
  padding: 5px 10px;
  align-items: center;
}

body {
  background: rgb(245, 248, 255);
  font-size: 14px;
  color: rgb(23, 44, 65);
}

.input-group-prepend {
  position: relative;
  width: 50%;
}

.pageBody {
  padding: 95px 15px 15px 15px;
  background: #f5e8e8;
  flex-grow: 1;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.pageContent {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #fff;

}

.headerSearch {

justify-content: right;

margin: 0px 1% 0px 0%;
}

.headerSearch .form-control:focus {
  box-shadow: none;
}

.myCard {

  margin: 0 0 30px 0;

  border-radius: 7px;

  border: 1px solid #eee;
}

.myCard .cardHeader {

  align-items: center;

  display: flex;

  border-radius: 7px 7px 0 0;

  padding: 8px 15px;

  background: var(--primary-color);

  justify-content: space-between;
}

.myCard .cardHeader h4 {

  color: #fff;
}

.myCard .cardHeader .rytContent {}

.myCard .cardBody {

overflow: auto;
flex-wrap: wrap;
position: relative;
padding: 20px 15px;
display: flex;
gap: 14px;
}

.myUl {
  border-radius: 8px;
  flex-wrap: wrap;
  width: 32.2%;
  background: #f8f9fa;
  display: flex;
  margin: 0;
  padding: 15px;
}

.myUl li {
  width: 100%;
}

.myUl li .ulRow {

  padding: 10px 0px;

  border-bottom: 1px dashed #7a010396;
}

.myUl li label {

  font-weight: 500;

  color:var(--primary-color);
}

.myUl li span {

  margin-left: 10px;
}

.myUl li strong {}

.myUl li a {}

.LoginSpan{
  height: 50px;
  width: 40px;
}

.react-calendar {
  border: none !important;
  background: #f8f9fa !important;
}

.myTable {
  width: 100%;
 
  /* table-layout: fixed; */
}

.myTable thead {
  background: #010044 !important;
}

.myTable thead th {
  font-weight: 500;
  border-left: 1px solid;
  font-size: 14px;
  padding: 7px 10px;
  color: #fff !important;
}

.myTable tbody {}

.myTable tr {}

.myTable tr td {
  padding: 7px 10px;
}

.react-calendar__tile--now {
  border-radius: 135px;
  background: #7a0000 !important;
  color: #fff !important;
}

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

/* Case Details (28-11-23) */

table.dataTable tbody tr {
  background: none;
}

table.dataTable tbody tr.odd {
  background: rgb(255, 255, 255);
}

table.dataTable tbody tr.even,
table tr:nth-child(even) {
  background: rgba(0, 91, 227, 0.04) !important;
}

table.dataTable tbody tr td:first-child {
  border-radius: 10px 0px 0px 10px;
}

table.dataTable tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
}

table.dataTable tbody tr:hover {
  opacity: 0.9;
}

table.themTable.table {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  border: 0px;
  margin: 0px;
}

table.themTable.table thead th:first-child {
  border-radius: 10px 0px 0px;
  width: max-content !important;
}

table.themTable.table thead th {
  background: var(--primary-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgb(255, 255, 255);
  padding: 15px;
  border: 0px;
}

table.dataTable tbody tr.odd {
  background: rgb(255, 255, 255);
}

.rdt_TableHead {
  width: min-content;
}

.rdt_TableCell {
  width: 100px !important;
  padding: 10px 15px !important;
  font-family: Poppins, sans-serif !important;
}

table.dataTable tbody tr {
  background: none;
}

table.themTable.table tbody tr td .rdt_TableCell {
  border-width: 0px 0px 2px;
  width: max-content;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(245, 248, 255);
  padding: 10px 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgb(23, 44, 65);
  height: 30px;
  vertical-align: middle;
}

table.dataTable tbody tr td:first-child .rdt_TableCell:nth-child(1) {
  border-radius: 10px 0px 0px 10px;
}

table.themTable.table tbody tr td a {
  color: var(--primary-color);
  font-weight: 700;
}

.white-bg-cd {

  background: #fff;
}

.white-bg-cd .form_flex {
  justify-content: space-between;
}

.white-bg-cd .form_flex .d-flex {
  align-items: center;
  width: 33%;
}

.white-bg-cd .form_flex .d-flex span {
  margin-left: 5px;
}

.white-bg-cd .form_flex .d-flex h4 {
  color: var(--primary-color);
}

.flex_wrap {
  flex-wrap: wrap;
}

p {
  margin: 0px;
  /* text-align: center  !important; */
  /* width: max-content; */
}

a,
a:focus,
a:hover {
  text-decoration: underline;
  /* color: #ff5555; */
}

ul {
  list-style: none;
  margin: 0px;
}

h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.mt-25 {
  padding-top: 25px !important;
}

.whiteBg {
  background: rgb(255, 255, 255) !important;
}

.suspRow {
  background: rgb(255, 200, 0) !important;
}

.activeRow {
  background: rgb(55, 231, 23) !important;
}

.wraper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.headerArea {
  background: rgb(122 1 3);
  padding: 10px 0px;
}

.boxRight {
  align-items: center;
  gap: 10px;
  display: flex;
}

.boxRight .Box-1 {
  border: 1px solid #fff;
  display: flex;
  border-radius: 3px;
  padding: 7px 20px;
  width: max-content;
}

.boxRight .Box-1:first-child {
  border: 1px solidvar(--primary-color);
  background: #ffebea;
}

.boxRight .Box-1:nth-child(2n) {
  color: #fff;
  background:var(--primary-color);
}
.boxRight .Box-1:nth-child(2n) p {
  background: #fff;
  color: #000 !important;
}

.boxRight .Box-1 h3 {
  text-align: left;
  margin: 0 0 3px 0;
  font-size: 16px;
}

.boxRight .Box-1 p {

border-radius: 5px;

margin: 0 0 0 6px;

padding: 0 7px;

color: #fff !important;

background:var(--primary-color);

color: #000;

width: fit-content;
}

.navbar {
  padding: 0px;
  position: sticky !important;
  align-items: center;
}

.navbar-brand {
  font-size: 22px;
  border-radius: 4px;
  padding: 0;
  color: #fff;
  background:var(--primary-color);
  margin-right: auto;
  font-family: fangsong;
}
.navbar-brand img {
  width: 200px;
}
.navbar-brand:hover,
.navbar-brand.span:hover {
  text-decoration: none !important;
}

.navbar-brand span {
  margin-right: 3px;
  padding: 0 10px;
  background: #fff;
  color:var(--primary-color);
}


@media screen and (min-width: 1600px) {
  .caseMobile .form-group1 {
    width: 20% !important;
  }
}

@media screen and (max-width: 1599px) {
  .caseMobile .form-group1 {
    width: 23% !important;
  }

}


@media screen and (max-width: 1199px) {
  .caseMobile .form-group1 {
    width: 29% !important;
  }

}

@media screen and (max-width: 991px) {
  .caseMobile .form-group1 {
    width: 48% !important;
  }
}

@media screen and (max-width: 767px) {
  .calendar-container {
    flex-direction: column;
  }

  .calendar-container,
  .event-container {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 2rem;
  }

  .profile {
    flex-direction: column;
    align-items: center;
  }

  .profile-image img {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .caseMobile .form-group {
    /* width: 50% !important; */
  }

  .DatabaseLet {
    overflow: scroll;
    width: 90vh !important;
  }

  .CalendarpageBody{
    padding:  15px 15px;
    background: #f5e8e8;
      flex-grow: 1;
      min-height: 100%;
      display: flex;
      overflow: hidden;
  }

  .CalendarpageContent{
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background: #fff !important;
  }

  .custom-calendar {
    border: 1px solid rgb(122, 0, 0);
  }

  .form_flex1 {
    gap: 0px !important;
  }

  .navbar-brand {

    /* margin-left: 45px !important; */
    margin-top: -2px !important;
    margin-right: auto;
  }

  .filter_type {
    display: flex;
    flex-direction: column;
  }

  .tableShortby {
    flex-direction: column !important;
  }

  .caseMobile {
    display: flex !important;
    flex-direction: column !important;
  }
}

.headeRight {
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.alertBox {
  position: relative;
  display: block;
}

span.alertSign {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
}

span.alertNum {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(4, 4, 4);
  border-radius: 50%;
  font-weight: bold;
  font-size: 8px;
  line-height: 1;
  color: rgb(255, 255, 255);
}

.settingDrop.dropdown button.dropdown-toggle {
  background: transparent;
  border: 0px;
  margin-right: 35px;
  margin-left: 28px;
}

.dropdown-menu {
  overflow: auto;
  height: 500px;
  padding: 7px 10px;
  position: absolute;
  z-index: 1000;
  display: none;
  width: 100%;
  margin: 38px 0 0 0;
  font-size: 1rem;
  color: rgb(33, 37, 41);
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  margin: 0px 5px 0 5px;
  font-size: smaller;
  border-bottom: 1px dashed var(--primary-color);
  display: block;
  width: 97%;
  padding: 4px 0px;
  clear: both;
  font-weight: 400;
  color: rgb(0 0 0);
  text-align: inherit;
  text-decoration: none;
  white-space: wrap;
  background-color: transparent;
}

.dropdown-item:first-child {
  margin-top: 15px;
}
.dropdown-item:last-child {
  margin-bottom: 15px;
  border-bottom: none !important;
}

.userDrop.dropdown {}

.userDrop.dropdown button.dropdown-toggle {
  border: 0px;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: rgb(23, 44, 65);
}

.userDrop .avatar img {
  display: block;
  background: url("../img/icons/rcal.png");
  filter: drop-shadow(rgba(61, 65, 215, 0.19) 0px 14px 34px);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 12px;
}

.userDrop.dropdown button.dropdown-toggle span {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.dropdown-toggle::after {
  border: 0px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("assets/img/icons/angle_down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0px;
  padding: 0px;
  transform: translateY(-50%);
}

.mainWraper {
  display: flex;
  position:relative;
  z-index:-1;
}
.fixAra {}

.dashboradMenu {
  padding: 16px 10px 10px;
  overflow: auto;
  height: calc(100vh - 99px);
  border-radius: 0px;
  transition: all 0.5s ease 0s;
  flex-shrink: 0;
  background: rgb(255, 255, 255);
  width: 260px;
}

.dashMenuList {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.dashboradMenu .dashMenuList a.active,
.dashboradMenu .dashMenuList a:hover {
  color: rgb(255, 255, 255);
  background: var(--primary-color);
  border-radius: 12px;
}

.dashboradMenu .dashMenuList .dropDownMenu {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.dashboradMenu .dashMenuList .dropDownMenu span {}

.dashboradMenu .dashMenuList .dropDownMenu::after {
  font-size: 22px;
  transform: rotate(90deg);
  content: ">";
  position: absolute;
  right: 20px;
  top: 12px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}

.dashMenuList li a:hover::after {
  color: rgb(255, 255, 255) !important;
  transform: rotate(-450deg) !important;
}

.dashMenuList li a:hover span img {
  filter: brightness(0) invert(1);
}

.dashboradMenu .dashMenuList .dashSubmenu {
  border-radius: 3px;
  display: none;
  margin: 5px 0px 0px 20px;
  padding: 0px;
}

.dashboradMenu .dashMenuList .dashSubmenu li a {
  border: 1px solid rgb(227, 227, 227);
  margin: 5px 0px;
}

.dashMenuList li a {
  font-weight: 500;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  padding: 13px 10px 13px 20px;
  position: relative;
  z-index: 1;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(0, 0, 0);
  background: rgb(249, 249, 249);
  border-radius: 12px;
}

.dashboradMenu .dashMenuList .dashSubmenu li a:hover {
  color: rgb(0, 0, 0);
  background: rgb(255, 242, 242);
}

.navbarmy {
  background: #f00;
  min-height: 100vh;
  height: 100%;
  top: 0px;
}

.dashboradcontainer {
  flex-grow: 1;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accountContainer {
  padding: 14px 20px;
  background: rgb(245, 248, 255);
  border-radius: 15px;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.PageTitle {margin: 0 0 15px 0; display: flex; justify-content: space-between; align-items: center;}

.PageTitle h3 {
  font-size: x-large;
  color: var(--primary-color);
}

.PageTitle a {
  
border: none;
}

.userListTable .tableShortby {
  align-items: center;
}

.tableShortby {
  margin-bottom: 15px;
}

.userListTable .tableShortby .dashTitle {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  color: rgb(122, 0, 0);
}

.dashTitle {
  margin-bottom: 30px;
}

.userListTable .tableShortby .dashTitle2 {
  padding: 0px 14px;
  border-radius: 12px;
  margin-left: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  color: rgb(255, 255, 255);
  background: var(--primary-color);
}

.userListTable .tableShortby .dashTitle2 span {
  margin: 0px 5px 0px 0px;
}

.userListTable .tableShortby .dashTitle2 span img {
  width: 16px;
}

#UserDataTable_wrapper {
  width: 100% !important;
}

.searDesign .dataTables_wrapper .dataTables_filter {
  height: 0px;
}

.searDesign .dataTables_filter label {
  font-size: 0px;
  display: contents;
}

.userListTable .searDesign .dataTables_wrapper .dataTables_filter input {
  right: 0px;
  top: -55px;
  width: 288px;
}

.searDesign .dataTables_wrapper .dataTables_filter input {

}

.userListTable table.themTable.table {
  border-collapse: separate;
  border-spacing: 0px 0.5em;
  align-items: center;
  display: flex;
}

.dataTables_paginate {
  display: flex;
  margin-top: 9px;
  float: left !important;
}

a#UserDataTable_previous {
  font-size: 0px;
}

.dataTables_paginate .paginate_button.previous,
.dataTables_paginate .paginate_button.next .rdt_Table {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgb(51, 51, 51);
  padding: 0px;
  margin: 0px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: inline-flex;
  border: 1px solid rgb(230, 230, 230) !important;
  background: rgb(255, 255, 255) !important;
}

a#UserDataTable_previous::after,
a#UserDataTable_previous::after {
  background-image: url("../img/icons/chevron_right.svg");
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
}

a#UserDataTable_previous {
  font-size: 0px;
}

a#UserDataTable_next {
  font-size: 0px;
}

a#UserDataTable_next::after {
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  background-image: url("../img/icons/chevron_right.svg");
}

.dataTables_paginate span {
  height: min-content;
  position: relative;
  margin: 0px 10px;
  top: 6px;
}

.dataTables_paginate span .paginate_button .rdt_Table {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 5px 0px !important;
  border: none !important;
  color: rgb(0, 0, 0) !important;
  background: rgb(245, 248, 255) !important;
  border-radius: 50px !important;
}

.dataTables_paginate span .paginate_button.current,
.dataTables_paginate span .paginate_button:hover .rdt_Table {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: rgb(255, 255, 255) !important;
  background: rgb(4, 4, 4) !important;
  border-radius: 50px !important;
}

.dataTables_paginate span .paginate_button:hover {}

.dropdown.tableDrop .dropdown-menu {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.06) -2px 3px 7px 3px;
  border-radius: 5px;
  border: 0px;
  min-width: 150px;
  opacity: 1;
  top: 100% !important;
  transform: unset !important;
  right: 100% !important;
  left: auto !important;
  margin-top: -8px !important;
  padding: 7px 0px !important;
  bottom: unset !important;
}

.dropdown.tableDrop .dropdown-menu .dropdown-item {
  color: var(--primary-color);
  padding: 7px 23px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
}

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

.actionTd {}

.actionTd span {
  margin: 0px 7px 0px 0px;
}

.actionTd span img {}

.actionTd .btn {
  margin: -6px 0px 0px;
  padding: 0px 10px;
}

.actionTd .btn-check:focus+.btn,
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.sc_modal .modal-body {
  text-align: center;
  padding: 30px;
}

.sc_modal h4 {
  font-size: 22px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  margin-bottom: 10px;
}

.sc_modal .modal-body ul {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.sc_modal .modal-body ul>li:first-child {
  margin-right: 13px;
}

.optionul {
  padding: 0px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 0px 0px 20px;
}

.optionul li {}

.optionul li a {
  border-radius: 12px;
  padding: 10px 20px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(239, 239, 239);
  color: rgb(80, 80, 80);
  font-weight: 600;
  position: relative;
}

.optionul li a span {
  margin: 0px 0px 0px 10px;
}

.optionul .active_colum {
  display: none;
  position: absolute;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 9px;
  padding: 20px;
  z-index: 1;
  border-radius: 3px;
  gap: 5px;
}

.active_colum li {
  padding: 15px 0px 10px;
}

.active_colum li a {}

.dashMenuList .nav-item {
  margin: 0px 0px 4px;
}

.btn_client {
  
color: #fff;
  
border: none;
  
background: var(--primary-color);
}

.main_btn :hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(122, 1, 3) !important;
}

.btn_client:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(122, 1, 3) !important;
}

.btn_client img {
  width: 26px;
  margin: -2px 0px 0px;
}

.dashed_popup {
  border-bottom: 1px dashed red;
  padding: 25px 0px 0px;
}

.form-group label {
  padding: 0;
  color: #000;
  margin: 0px 0px 5px;
  font-size: 14px;
  line-height: 24px;
}

.form_flex1 .form-group1 input {
}

.form_flex1 .form-group1 select {
  padding: 0px 15px;
  background: rgb(245, 248, 255);
  border-radius: 9px;
  border: 1px solid rgb(189, 189, 189);
}

.form_flex1 .col-md-6 {
  padding: 0px;
}

.form_flex1 .form-group1 label {
  color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  left: 10px;
  background:var(--primary-color);
  top: 12px;
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
  z-index: 9;
  padding: 0 9px;
}

.form_flex1 {
  display: flex;
  gap: 15px;
  align-items: center;
  z-index: 8;
  position: relative;
}

.form_flex1 .form-group1 {
  width: 100%;
  margin: 0px 0px 5px 0;
}

.form_flex .form-group input {
}

.form_flex .form-group select {
  /* padding: 0px 15px; */
  /* background: rgb(245, 248, 255); */
  /* border-radius: 9px; */
  /* border: 1px solid rgb(189, 189, 189); */
}

.dashed_popup:last-child {
  border: none;
}

.btn_main {
  display: flex;
  gap: 15px;
  justify-content: end;
  margin: 90px 0 0 0;
}

.btn_main .btn_save {
  background: rgb(122 1 3);
  border: none;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
}

.btn_main .btn_cancle {
  background: black;
}

.form_flex .col-md-6 {
  padding: 0px;
}

.form_flex .form-group label {
}

.form_flex1 .form-group1 label {
  color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  left: 10px;
  background:var(--primary-color);
  top: 3px;
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
  z-index: 8;
  padding: 0 9px;
}

.popup_modal {
  background: white;
  padding: 13px 30px 20px;
}

.form_flex {
  display: flex;
  gap: 20px;
  align-items: self-start;
  margin: 0 0 10px;
}

.form_flex_grid .form-group {
  display: flex;
  align-items: flex-start;
}

.form_flex_grid .form-group h4 {
  width: 172px;
  font-weight: 400;
  opacity: 0.8;
  min-width: 172px;
}

.form_flex_grid .form-group p {
  font-size: 16px;
  font-weight: 600;
}

.form_flex .form-group {
  width: 100%;
  margin: 0px 0px 5px 0;
}

.form-group input,
.form-group select,
textarea {
}

.convert_list span {
  border-radius: 6px;
  background: rgb(236, 88, 88);
  padding: 7px 20px;
}


.popup_modal .btn_popup {
  height: 28px;
  align-items: center;
  display: flex;
  line-height: normal;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 13px;
  padding: 0px 7px;
  border: none;
  background: var(--primary-color);
  border-radius: 50px;
  color: white;
}
.popup_modal .btn_popup span {
  line-height: 21px;
  height: 26px;
}

.main_heading {
  justify-content: space-between !important;
  /* width: max-content; */
  display: flex;
}

.main_heading h2 {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  border-left: none;
  padding: unset;
}

.loginbgPicture {
  background: url("../img/login.png") center center / cover;
  width: 100%;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0px;
}

.login_Logo figure {
  margin: 0px;
}

.login_Logo figure img {
  width: 212px;
}

.login_pg {
  background: white;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
}

.myHeading {
  margin: 0px 0px 20px;
}

.myHeading h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 48px;
  margin: 0px;
  color: rgb(26, 29, 31);
}

.login_Logo {
  padding: 0px 0px 8px;
}

.form-group span {
  /* width: 40px; */
  position: absolute;
  display: flex;
  justify-content: center;
  /* height: 50px; */
  align-items: center;
}

.form-group textarea {
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
textarea {
}


.form-group1 span {
  width: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
}

.form-group1 textarea {

}

.form-group1 {
  position: relative;
  margin-bottom: 20px;
}

.form-group1 input,
.form-group1 select,
textarea {

}

.btn_login {}

.btn_login button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background: var(--primary-color);
  padding: 15px 0px;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.login_pg .dontHave {
  display: flex;
  gap: 5px;
  margin: 13px 0px 0px;
}

.loginbgPicture .row {
  display: flex;
  justify-content: center;
}

.loginbgPicture::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  background: linear-gradient(rgb(0, 0, 0) 0%, rgb(88, 0, 0) 100%) 100px 5px;
  opacity: 0.8;
}

.login_pg .dontHave a {
  margin: 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: rgb(172, 0, 0);
}

.login_pg .privacy_plcy {
  margin: 15px 0px;
}

.login_pg .privacy_plcy p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgb(154, 159, 165);
  margin: 0px;
}

.excel {
  float: left;
}

.searchBox {
  font-size: 14px;
  color: rgb(70, 70, 70);
  right: 127px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(242, 242, 242);
  box-sizing: border-box;
  border-radius: 10px;
  width: 288px;
  height: 45px;
  padding: 13px 23px;
  margin: 0px;
  float: right !important;
}

.btn_view {}



.add_wrap {
  padding: 15px 17px;
  background: rgb(255, 235, 234);
  margin: 0 0 15px;
}

.add_wrap_home1 {
  padding: 15px 17px;
  margin: 0 0 15px;
}

.add_wrap2 {
  padding: 19px 30px;
  background-color: rgb(204, 205, 255);
}

.m_star {
  color: red;
  font-size: 20px;
}

/* input:focus-visible {
  outline: none;
  border: 1px solid rgb(241, 182, 179);

  .button:focus {
    outline: none;
  }

  .button:focus {
    outline: none;
  }
} */

textarea:focus-visible {
  outline: none;
  border: 1px solid rgb(241, 182, 179);

  .button:focus {
    outline: none;
  }

  .button:focus {
    outline: none;
  }
}

/* select:focus-visible {
  outline: none;
  border: 1px solid rgb(241, 182, 179);

  .button:focus {
    outline: none;
  }

  .button:focus {
    outline: none;
  }
} */

.permission_flex {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 243, 243, 0.82);
  padding: 10px 7px 0px;
  margin: 0px 0px 16px;
}

.from_permission {
  align-items: center;
  display: flex;
  gap: 15px;
}




.eye_password img {}

.btn_client btn_view {
  text-align: center;
  background-color: rgb(239, 239, 239);
}

.visuald {
  text-align: center;
}

.view_grid .form-group {
  display: flex;
  align-items: flex-start;
}

.view_grid .form-group h4 {
  width: 173px;
  font-weight: 400;
  opacity: 0.8;
}

.view_grid .form-group p {
  font-size: 16px;
  font-weight: 600;
}

.view_grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  margin: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 12px;
}

.view_grid input {
  border-style: none !important;
}

.comments {
  height: 18% !important;
}

.unauthorized-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgb(21, 21, 21);
  overflow: hidden;
}

.parallax-container {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1px;
}

.parallax-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  transition: transform 0.1s ease-out 0s;
}

.parallax-content p {
  font-size: 16px;
}

.parallax-content h1 {
  color: red;
}

.parallax-content:hover {
  transform: translate(-50%, -50%) scale(1.01);
}

.home-link {
  text-decoration: none;
}

.home-button {
  margin-top: 10px;
  background-color: rgb(76, 175, 80);
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease 0s;
}

.home-button:hover {
  background-color: rgb(69, 160, 73);
}

.profile {
  font-size: 18px;
  align-items: flex-start;
  padding: 20px;
}

.profilecont {
  display: flex;
}

.profile-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 20px;
}

.profile-info {
  flex: 1 1 0%;
}



.btn_permission {
  align-items: center;
  margin-top: 20px;
  display: flex !important;
  justify-content: center !important;
}

.btn_permission button {
  padding: 8px 41px !important;
}

.visuald_case {
  text-align: center;
  color: rgb(3, 124, 223);
  text-decoration: none;
}



Case.zip .visuald {
  text-align: center;
  color: red;
}

.clientd {
  display: flex !important;
}

.clientpop {
  font-size: 14px;
  color: red;
  float: right !important;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.clientf {
  opacity: 1;
  transition: opacity 500ms ease-in 0s;
  transform: scale(0.9);
}

.event-tile {
  border-radius: 50px;
  border: 1px solid white !important;
  background-color: #0dcaf0 !important;
  color: white !important;
}

.DashboardCal {
  width: 100%;
  height: 100%;
}

.calendar-container {
  flex: 1 1 0%;
  margin-right: 2rem;
}

.event-container {
  flex: 1 1 0%;
  max-width: 500px;
}



.react-calendar {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(204, 204, 204);
  line-height: 1.125em;
  box-shadow: none;
  border-radius: 8px;
  padding: 10px 20px 30px 20px;
  transition: background-color 0.2s ease 0s;
  width: 100% !important;
}

.react-calendar--doubleView {
  width: 100%;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar ::before,
.react-calendar ::after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0px;
  border: 0px;
  outline: none;
}

.react-calendar button:enabled:hover {
  color: #000;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50px;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: rgb(240, 240, 240);
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: rgb(230, 230, 230);
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

.react-calendar__month-view {
  /* width: 85% !important; */
  /* Adjust the width as needed */
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
  font-size: 13px;
}

.react-calendar__navigation__label {
  font-size: 17px;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: black;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: rgb(117, 117, 117) !important;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}

.react-calendar__tile:disabled {
  background-color: rgb(240, 240, 240);
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: rgb(230, 230, 230);
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: rgb(230, 230, 230);
}

.eventdetails {
  color: white !important;
  background-color: maroon !important;
}

.eventbtn {
  top: 25px !important;
  float: right !important;
}



.modal-backdrop {
  z-index: -1;
  opacity: 0 !important;
}

.custom-calendar {
  background-color: white;
  border: 1px solid rgb(122, 0, 0);
  width: 85% !important;
  color: rgb(0, 0, 0);
  height: 700px !important;
  /* justify-content: center !important; */
}

.searDesign .custom-calendar  {
  width: 100% !important;
}

.custom-calendar .rbc-event {
  color: white;
  font-size: 14px;
  margin: 2px;
  background-color: rgb(122, 0, 0) !important;
}

.rbc-agenda-table {
  color: white;
  background-color: rgb(122, 0, 0) !important;
}

.rbc-agenda-content tr {
  color: white;
  background-color: rgb(122, 0, 0) !important;
}

.custom-calendar .rbc-agenda-time-cell {}



.custom-calendar .rbc-toolbar-label {
  font-weight: bold;
}

.rbc-time-header-cell {}

.rbc-header rbc-today {
  font-weight: bold !important;
  padding: 5px !important;
}

.custom-calendar .rbc-header {
  margin: 0px;
}
.custom-calendar .rbc-toolbar .rbc-toolbar-label{
  font-size: 25px !important;
}
.custom-calendar .rbc-btn-group {
  margin: 10px;
}

.custom-calendar .rbc-today {
  padding: 10px 0px;
}

.rbc-event {
  font-size: 14px;
  transition: font 0.2s ease 0s;
  max-width: fit-content;
}

.rbc-event:hover {
  font-size: 16px;
}

.week-view-event {
  padding: 5px;
}


.DatabaseLet {
  /* overflow: scroll; */
  width: 100% !important;
}

.rbc-event {
  margin-bottom: 4px;
  display: block !important;
}

.rbc-event-content {
  padding: 2px;
  border: 1px solid rgb(122, 0, 0);
  border-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
  background-color: rgb(122, 0, 0) !important;
  color: white !important;
}

.rbc-event-content:hover {
  background-color: white !important;
  color: rgb(122, 0, 0) !important;
}

.basic-single span {
  display: none;
  position: inherit;
  height: 4px;
}

.select__control {
  /* padding: 0px 0px; */
  /* height: 50px; */
  /* font-size: 12px; */
  /* background: rgb(245, 248, 255) !important; */
  /* border-radius: 10px !important; */
}
.css-qbdosj-Input {
  border: none !important;
  /* display: none !important; */
}

.select__input{
  border: none !important;
  background: none !important;
  text-align: center !important;
}
.select__input-container {
  height: 46px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px !important;
  padding-top: 0px !important;
}

.btn-light {
  position: absolute;
  top: 4px;
  border: none;
  background: none;
}

.customsidenav {
  /* top: 75px !important; */
  background: rgb(255, 255, 255);
  width: 270px;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0px;
  transition: all 350ms ease 0s;
  overflow: auto;
  z-index: -1;
  padding: 90px 0 0 0 !important;

}

.lawyer_card {
  margin-bottom: 20px;
  padding: 0 10px;
}

.lawyer_card .col-md-3 {
  padding: 7px;
  margin: 0;
}

.lawyer_card .col-md-3:nth-child(1) .crm_card {
  background-color: #ffdede;
}

.lawyer_card .col-md-3:nth-child(2) .crm_card {
  background-color: #fffacc;
}

.lawyer_card .col-md-3:nth-child(3) .crm_card {
  background-color: #ccffe1;
}

.lawyer_card .col-md-3:nth-child(4) .crm_card {
  background-color: #ccd8ff;
}

.lawyer_card .col-md-3:nth-child(5) .crm_card {
  background-color: #cce1ff;
}

.lawyer_card .col-md-3:nth-child(6) .crm_card {
  background-color: #e1ffcc;
}

.lawyer_card .col-md-3:nth-child(7) .crm_card {
  background-color: #f8ccff;
}

.lawyer_card .col-md-3:nth-child(8) .crm_card {
  background-color: #ffdede;
}

.crm_card {
  min-height: 90px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  box-shadow: none;
  padding: 15px 10px 10px;
  overflow: hidden;
}

.crm_card .crm_card_flex {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 2px;
  position: relative;
}

.crm_card .crm_card_flex figure {
  display: flex;
  margin: 0px;
  background: rgb(70, 135, 255);
  border-radius: 10px;
  padding: 10px;
}

.crm_card .crm_card_flex figure img {
  width: 20px;
}

.crm_card .crm_card_flex .card_crmtext {
  justify-content: space-between;
  width: -webkit-fill-available;
  font-size: 16px;
}

.rtBox {}

.rtBox .in_data {
  margin: 5px 0 0 0;
  border-radius: 8px;
  padding: 1px 10px;
  gap: 5px;
  display: flex;
}

.rtBox .in_data:nth-child(1) {
  margin: 0 0 -1px 0;
  color: #fff !important;
  width: auto;
  background: #00980d;
}

.rtBox .in_data:nth-child(1) p {
  color: #fff !important;
}


.rtBox .in_data h4 {}

.rtBox .in_data p {}


.crm_card .crm_card_flex .card_crmtext a {
  margin: 5px 0 0 0;
  color: black;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.crm_card .crm_card_flex .card_crmtext h5 {
  margin: 0px;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  color: rgb(0, 0, 0);
}

.crm_card .crm_card_flex .card_crmtext p {
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(0, 0, 0);
}

.crm_card_flex::before {
  display: none;
  content: "";
  position: absolute;
  width: 7px;
  height: 71px;
  border-radius: 6px 0px 0px 7px;
  background: rgb(57, 127, 255);
  right: -12px;
  top: -10px;
}

.lawyer_card .col-md-3:nth-child(2) .crm_card_flex::before {
  background: rgb(81, 211, 94);
}

.lawyer_card .col-md-3:nth-child(3) .crm_card_flex::before {
  background: rgb(255, 195, 39);
}

.lawyer_card .col-md-3:nth-child(5) .crm_card_flex::before {
  background: #ff3796;
}

.lawyer_card .col-md-3:nth-child(5) .crm_card_flex::before {
  background: #ff3796;
}

.lawyer_card .col-md-3:nth-child(4) .crm_card_flex::before {
  background: rgb(245, 133, 97);
}

.lawyer_card .col-md-3:nth-child(4) .crm_card_flex figure {
  background: rgb(245, 133, 97);
}

.lawyer_card .col-md-3:nth-child(4) .crm_card_flex figure {
  background: rgb(245, 133, 97);
}

.lawyer_card .col-md-3:nth-child(3) .crm_card_flex figure {
  background: rgb(255, 195, 39);
}

.lawyer_card .col-md-3:nth-child(2) .crm_card_flex figure {
  background: rgb(81, 211, 94);
}

.Amt figure {
  background-color: #590696 !important;
}

.Expense figure {
  background-color: #95DAC1 !important;
}

.appoint figure {
  background-color: #C70039 !important;
}

.inv figure {
  background-color: #FF3796 !important;
}

.report_crmgraph {
  /* padding: 30px 0px 0px; */
}

.report_crmgraph .graph_chartwrap {
  position: relative;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  /* min-height: 400px; */
  padding: 20px 14px;
}

.main_dashboardhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_dashboardhead h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: rgb(255 255 255);
}

.IconEC {
  color: white;
  height: 30px;
  width: 30px;
}

.EC {
  color: white;
  cursor: pointer !important;
}

.main_dashboardhead a img {}

.graph_chartwrap .dash_wrapgraph {
  overflow: auto;
  max-height: 380px;
  padding: 25px 10px 20px 6px;
}

.dash_wrapgraphpadd {
  padding: 21px 18px !important;
}

.main_btn {
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding: 6px 11px;
  display: flex;
  gap: 10px;
}

.main_btn a {
  gap: 8px;
  background: white;
  margin: 3px;
  color: var(--primary-color);
}

.dash_wrapgraph ul {
  margin: 0px;
  padding: 0px;
}

.dash_wrapgraph ul li {
  display: flex;
  gap: 20px;
  padding: 11px 0px 7px;
  align-items: flex-start;
  border-bottom: 1px solid #ededed;
}

.dash_wrapgraph ul li figure {
  margin: 0px;
  border-radius: 12px;
  background: rgb(0, 0, 0);
  height: 49px;
  min-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash_wrapgraph ul li figure img {
  width: 27px;
  height: 23px;
}

.dash_wrapgraph ul li .event_flex {}

.dash_wrapgraph ul li .event_flex .event_you {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash_wrapgraph ul li .event_flex .event_you strong b {
  font-size: 15px;
  font-weight: 600;
}

.dash_wrapgraph ul li .event_flex strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
}

.report_crmgraph .graph_calender {
  min-height: 454px;
}

.dash_wrapgraph ul li .event_flex p {
  font-weight: 500;
  font-size: 14px;
  color: rgb(0, 0, 0);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dash_wrapgraph ul .event_justfify {
  justify-content: space-between;
  margin: 0px 0px 0px 22px;
  padding: 17px 0px 0px;
}

.dash_wrapgraph ul .event_justfify em {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
  color: black;
  text-transform: uppercase;
}


.report_crmgraph .event_wrappad {
  padding: 0px;
}

.report_crmgraph .event_wrappad1 {
  padding: 0px;
}

.report_crmgraph .event_wrappad12 {
  padding: 0px;
}

.report_crmgraph .event_wrappad123 {
  padding: 0px;
}

.report_crmgraph .event_wrappad4 {
  padding: 0px;
}

.report_crmgraph .event_wrappad5 {
  padding: 0px;
}

.report_crmgraph .event_wrappad6 {
  padding: 0px;
}

.report_crmgraph .event_wrappad7 {
  padding: 0px;
}

.report_crmgraph .event_wrappad8 {
  padding: 0px;
}

.report_crmgraph .event_wrappad .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;
  background: rgba(172, 0, 0, 0.22);
  padding: 10px 20px;
}

.report_crmgraph .event_wrappad6 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;
  background: #2C3333;
  padding: 10px 20px;
  color: white !important;
}

.report_crmgraph .event_wrappad7 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;
  background: #1C315E;
  padding: 10px 20px;
}

.report_crmgraph .event_wrappad8 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;
  background: #069A8E;
  padding: 10px 20px;
}


.report_crmgraph .event_wrappad1 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;
  padding: 5px 20px;
  background: #002363;
}

.report_crmgraph .event_wrappad5 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;

  padding: 10px 20px;
  background: #0E8388;
}

.report_crmgraph .event_wrappad4 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;

  padding: 10px 20px;
  background: #2E4F4F;
}

.report_crmgraph .event_wrappad12 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;

  padding: 10px 20px;
  background: #435334;
}

.report_crmgraph .event_wrappad123 .main_dashboardhead {
  border-radius: 10px 10px 0px 0px;

  padding: 10px 20px;
  background: #C85C8E;
}

.report_crmgraph .event_wrappad .dash_wrapgraph {
  min-height: 400px;
  padding: 20px 25px;
  overflow: scroll;
  max-height: 401px;
}




.dash_wrapgraph ul .appointment {
  position: unset;
  margin: 0px;
  padding: 7px 0px 9px;
  background: transparent;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.dash_wrapgraph ul .appointment .event_flex strong {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

.dash_wrapgraph ul .appointment em {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  color: black;
  opacity: unset;
  font-weight: 500;
}

.dash_wrapgraph ul .appointment p {
  font-weight: 500;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.casebtn {
  display: flex;
  gap: 15px;
  justify-content: left;
  margin: 0;
}

.dash_wrapgraph .invoice_crm {
  background: no-repeat;
}

.PA {
  margin: 5px;
}

.invoice_crm tr .paid span {
  padding: 0px 8px;

  margin: 0px 12px 0px 0px;
  background: rgb(55, 188, 155);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.invoice_crm tr .overdue span {
  padding: 0px 8px;
  margin: 0px 12px 0px 0px;
  background: rgb(245, 251, 76);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.invoice_crm tr .pending span {
  padding: 0px 8px;
  margin: 0px 12px 0px 0px;
  background: rgb(255, 134, 132);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
}

.Dashhead {
  width: 100%;
  min-height: 20px;
  background: rgb(255, 134, 132);
  text-align: center;
  bottom: 15px !important;
}

.Dashhead a img {
  float: right !important;
}

.recharts-wrapper {
  position: relative !important;
  position: unset !important;
}

.rightArea {
  justify-content: space-between;
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 44px;
}

.headerTitle {
  margin: 0px;
  font-size: 18px !important;
}

.BarsImage {
  width: 30px;
  position: relative;
}

.Dash {
  top: 0px;
  float: right !important;
}

.perBox {
  height: 20px !important;
  width: 20px !important;
}

.RolePer {
  width: 247px;
  height: 45px !important;
}

.details {
  display: flex !important;
}

.Headname {
  text-align: center !important;
}

.row-even {
  background-color: rgb(250, 250, 250);
}

.row-odd {
  background-color: rgb(255, 255, 255);
}

.headbtn {
  left: 0px;
  float: left;
  margin: 0px;
}

/* PDF */

.a4 {
  width: 210mm;
  /* min-height: 297mm; */
  padding: 0mm 8mm 8mm 8mm;
  margin: 10mm auto;
  background: white;
}

.rHeader {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  margin-left: 120px;
}


.rHeader .logo figure {
  margin: 0;
}

.rHeader .logo figure img {
  width: 187px;
  float: left !important;
}

.rHeader .acName {
  padding: 20px;
  text-align: center;
}

.Pdficon {
  color: var(--primary-color);
  height: 23px;
  width: 24px;
}

.feeRec h2 {
  padding: 8px 0;
  text-align: center;
  color: #f71c1c;
  background: #ffeb00;
  width: 29%;
  margin: 0 auto;
  border: 4px solid #429d42;
  font-size: 20px;
}

.information h4 {
  font-weight: bold;
}

.acDetail {
  margin-bottom: 5px;
  background: #f9f9f9;
  padding: 15px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  -webkit-print-color-adjust: exact; 
}

.acDetail .box {}

.acDetail:first-child .box {
  border-right: 1px solid #fff;
}

.acDetail .box ul,
.acFooter .footDet .footRow ul {
  margin: 0;
  padding: 0;
}

.pAction {

  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  /* Two columns */
  grid-template-rows: repeat(2, 1fr) !important;
  /* Two rows */

}

.acDetail .box ul li,
.acFooter .footDet .footRow ul li {
  margin-bottom: 10px;
  align-items: center;
  list-style-type: none;
  display: flex;
}

.acDetail .box ul li strong,
.acFooter .footDet .footRow ul li strong {
  margin-right: 15px;
}

.acDetail .box ul li p,
.acFooter .footDet .footRow ul li p {
  margin: 0;
}

.acDetail .box figure {
  margin: 0;
}

.acDetail .box figure img {
  width: 90px;
}

.rHeader .acName h3 {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 25px;
}

.rHeader .acName p {
  margin: 0;
  line-height: 1.4;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.rHeader .acName strong {
  margin: 0;
  line-height: 1.4;
  color: var(--primary-color);
  font-size: 12px;
}

.Qualification h2 {
  color: #f71c1c;
  background: #ffeb00;
  width: 43%;
  padding: 0px 7px;
}

.personalDe {
  border: 1px solid #80808063;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}

.personalDe .candi {}

.personalDe .candi ul {
  margin: 0;
  padding: 0;
}

.personalDe .candi ul li {
  list-style-type: none;
  padding: 9px;
  height: 17px;
}

.personalDe .candi ul li strong {
  font-size: 17px;
  font-weight: 500;
}

.personalDe .candi ul li p {}

.pesroDe h2 {
  color: #f71c1c;
  background: #ffeb00;
  width: 25%;
  padding: 0px 10px;
}

.comPletePer h2 {
  color: #f71c1c;
  background: #ffeb00;
  width: 82%;
  padding: 0px 10px;
}

.nameUni {
  text-align: center;
  padding: 10px;
}

.nameUni h6 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 0 32px;
}

.nameUni ul li p {}

.nameUni ul li strong {
  font-size: 17px;
  font-weight: 500;
}

.signin {
  text-align: left;
  margin: 5px 0px;
  text-align: left;
  margin: 0px 0px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px;
}

.signin strong {
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0;
}

.sign {
  text-align: end;
}

.sign h5 {
  font-size: 17px;
  /* margin: 14px 0; */
}

/* .sign img {
  width: 8%;
} */



.nameWithImg {
  display: flex;
  justify-content: space-between;
  grid-template-columns: 2fr 2fr;
  display: grid;
  gap: 5px;
  margin: 0 0 5px 0;
}

.detailsGrid {
  display: grid;
  gap: 5px;
  margin: 0 0px 8px 0;
  grid-template-columns: repeat(2, 2fr);
}

.information {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
}

.information strong {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}

.information strong p {
  font-weight: 400;
}

.information h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0px;
  display: flex;
  gap: 5px;
}

.information h4 span {
  font-weight: 300;
}

.invoiceNumber {}

.invoiceNumber strong {
  font-size: 18px;
  line-height: 28px;
}

.invoiceNumber strong span {
  font-weight: 400;
}

.invoiceNumber p {}

.total {}

.total td {
  height: 30px;
  border: 1px solid #000;
}

.bankFlex {
  display: grid;
  margin: 4px 0 0 0;
  grid-template-columns: repeat(2, 2fr);
  margin: 10px 0 0 0;
  /* gap: 40px; */
}

.bank h3 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.bank ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.bank ul li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.bankDet {
  margin-left: 100px;
}

.bankDet h5 {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0;
}

.bankDet h5 span {}

.bankDet ul {
  padding: 0;
}

.bankDet ul li {
  list-style-type: none;
}

.amountWord {
  align-items: start;
  border: 1px solid #000;
  margin: 0px 0px 0px 0px;
  border-right: none;
  padding: 4px;
}

.amountWord h5 {
  padding: 5px;
}

.amountWord p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  padding: 5px;
}

.amountWord strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  border-right: 1px solid #000;
  padding: 5px;
}

.amountWord strong span {}

.inv-footer {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px 0px;
}

.inv-footer> :nth-child(1) {
  flex: 1;
}

.inv-footer .text p {
  display: flex;
}

.inv-footer> :nth-child(2) {
  flex: 1;
}

.gstDetails {}

.gstDetails tr {}

.gstDetails tr td {
  border: 1px solid;
}

.bold {
  font-weight: 600;
  border: 1px solid #000;
}



.heading {}

.heading h4 {
  text-align: center;
  color: #000000;
  width: 50%;
  margin: 0 auto;
  font-size: 32px;
  padding: 4px 0px;
  font-weight: 700;
}

.text {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 15px;
  justify-content: end;
}


.Date {
  width: 127px;
}

.Date p {
  font-size: 14px !important;
}

.filter_type {
  width: 100%;
  border-radius: 6px;
}

.PasswordBtn {
  margin-top: -31px;
  margin-left: 1160px;
  /* float: right !important; */
}

/* footer*/
.three {
  float: right !important;
  color: white !important;
  right: 0px !important;
}

.mcs_footer_wrap {
  display: flex;
  width: 100%;
  padding: 22px 0px 0px;
  background-color: rgb(6 6 6);
  /* position: relative; */
  z-index: 1;
}

.mcs_footer_wrap::after {

  background-color: rgba(0, 0, 0, 0.4);

  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.mcs_footer_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}

.mcs_footer_box h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-size: 22px;
}

.mcs_footer_box p {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  word-break: break-word;
}

.mcs_footer_box p img {
  margin-right: 10px;
  width: 24px;
}

.mcs_footer_box p a {
  color: rgb(255, 255, 255);
}

.mcs_footer_box ul li a {
  display: flex;
  width: fit-content;
  margin: 0px 0px 5px;
  padding: 3px 0px;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}

.mcs_footer_box ul li a:hover {
  color: rgb(255, 255, 255);
}

.mcs_copyrigth_wrap {
  display: flex;
  width: 100%;
}

.mcs_copyrigth_text {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px 0px;
  border-top: 1px solid rgb(221, 221, 221);
}

.mcs_copyrigth_text p {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-size: 14px;
}

.mcs_copyrigth_text p a {
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}

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

@media print {
  .print-button {
    display: none;
  }
}

.rbc-agenda-view {
  font-size: 25px;
}

.casedetails {
  color: black !important;
}

.actionTable {
  margin: 0% !important;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
}

.actionTable span {
  margin: 5px;
}

/* App.css */
.hidden {
  display: none;
}


/* .indicatorContainer{
  margin: 14px;
}
.select__indicators{
  display: none !important;
} */
.thead input {
  width: 100%;
}

.thumb_icon {
  width: 27px;
}

.c_header {
  font-size: 25px;
  font-weight: bold;
}

.c_content {
  font-size: 18px;
  font-weight: bold;
}

.c_content_header span {
  font-size: 18px;
  font-weight: bold;
}

.c_content_header p {
  font-size: 18px;

}

.MuiTableCell-root .MuiTableCell-head {
  padding: 10px !important;
  /* max-width: 100px !important; */
}

.MuiTableCell-root {
  padding: 10px !important;
  /* max-width: 100px !important; */
}

.MuiPaper-root {
  border: 1px solid #eee;
  box-shadow: none !important;
  overflow-x: scroll !important;
  padding: 0px 10px;
}

.MuiTableCell-root {

  border: 0.3px solid #d1d1d1;
}

.MuiBox-root {
  justify-content: left !important;
  left: 0 !important;
  /* float: left !important; */
}

.MuiTableRow-root td div {

  gap: 5px !important;

}


.MuiTableRow-root td div img {
  transition: 0.5s;
  width: 16px;
}

.MuiTableRow-root td div img:hover {
  width: 30px;
}

#pdf-content {
  /* width: 100%; */
  height: 100%;
}

.filter_button button {
  background-color:var(--primary-color);
  color: white;
  padding: 3px 7px;
  border: 1px solid white;
  border-radius: 6px;
}

.form_flex_home {
  display: flex;
  gap: 15px;
}

.filter_icon {
  align-items: end;
}

.add_wrap_home {
  padding: 7px 10px;
  background: rgb(255, 235, 234);
  margin: 0 0 15px;
}

.filter_button {
  display: flex;
  gap: 10px;
}

.form_flex_home .form-g input {
}


.form_flex_home .form-g select {
  border: none;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.bank pre {
  text-wrap: wrap;
  margin: 0;

  font-size: 15px;
  line-height: 26px;
}

.searchlabel {
  border-radius: 5px;
  color: var(--primary-color);
  padding: 5px 15px;
  background: #f8f9fa;
  width: 100%;
  font-weight: 500;
  text-align: left;
}

.eBGquw {
  background: var(--primary-color);
  position: fixed !important;
  padding: 7px !important;
  top: 75px !important;
}
.eBGquw a {
  margin: 0;
}

.searchBtn {

border: 1px solid #fff !important;

border-radius: 0px;

padding: 0 20px;

color: #fff;

background:var(--primary-color);
}

.resetBtn {

border: 1px solid #fff !important;

padding: 0 20px;

border-radius: 0px 5px 5px 0px !important;

background: #000 !important;

border-radius: 0px;
}

.headerInput {
    background: #f5f5f5;
    border-radius: 5px 0px 0px 5px  !important;
    /* max-width: 38% !important; */
}
.caseDetail{
  
margin: 0 0 30px 0;
  
gap: 10px 15px;
  
display: flex;
  
flex-wrap: wrap;
}
.caseDetail .form-group {
  
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed  #7a01034d;
  width: 19%;
}
.caseDetail .form-group h4 {
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  color:var(--primary-color);
}
.caseDetail .form-group p {
  font-weight: 500;
  margin: 0px 0 0 0;
}

.fade {
  background: #3d0000f0;
}
.addRowBtn{

align-items: center;

line-height: normal;

font-size: 32px;

margin: 0 0 6px 0;

border-radius: 3px;

padding: 0 20px 4px 20px;

text-decoration: none !important;

color: #fff !important;

background: var(--primary-color);

display: flex;

align-self: end;
}
.removeBtn{
  
align-items: center;
  
line-height: normal;
  
font-size: 25px;
  
margin: 0 0 6px 0;
  
border-radius: 3px;
  
padding: 0 20px 4px 20px;
  
text-decoration: none !important;
  
color: #fff !important;
  
background: var(--primary-color);
  
display: flex;
  
align-self: end;
}
.ql-editor{
  background: #f9f9f9;
}
.btnGroup{
  
align-self: flex-end;
}
.customNav{
  
}

.LoginSpan + input {
  padding-left: 40px;
}

.basic-single {
  
}
.basic-single .select__input-container {
  /* display: none !important; */
}

.css-t3ipsp-control:hover {
  box-shadow:  none !important;
  outline: none !important;
  height: 46px;
  
}
.imageDiv{border: 1px solid black;height: 71px;width: fit-content;}
.logo-image {
  max-width: 100%;
  max-height: 100%;
}
.select__value-container, .css-b62m3t-container {

height: 40px;

top: -1px;
}

.nowrap{
  text-wrap: nowrap;
}

.case_detail_table{
  display: flex;
  justify-content: center;
  align-items: center;
}
.detailComments{
  width: 100% !important;
}

.case_details{
  display: flex;
  justify-content: center;
  align-items: center;
}

.estimate_table {
  width: 100%;
}

.estimate_table thead {
  background: #7a0000 !important;
}

.estimate_table thead th {
  font-weight: 500;
  border-left: 1px solid;
  font-size: 14px;
  padding: 7px 10px;
  color: #fff !important;
}

.estimate_table tbody {}

.estimate_table tr {}

.estimate_table tr td {
  border: 1px solid black;
  padding: 7px 10px;
}
.editorReact{
  margin-bottom: 70px !important;
}
/* .basic-single{
  z-index: 999999 !important;
} */

.case_transfer {
  color: rgb(248, 248, 248);
  font-size: 1.5rem;
}

.zIndex1{
  z-index: 9999999 !important;
}
.zIndex2{
  z-index: 999999 !important;
}
.myFooter{
  position: relative;
  z-index: -2;
}
.css-1atu56z-MuiPaper-root{
  margin-top: 72px !important;
}

.detail_table tr td{
  border: 1px solid black;
  padding: 5px;
}
.detail_table tr th{
  border: 1px solid black;
  padding: 5px;
}
.CalendarpageContent{
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  background: #fff !important;
}
.CalendarpageBody{
  padding:  15px 15px;
  background: #f5e8e8;
    flex-grow: 1;
    min-height: 100%;
    display: flex;
    overflow: hidden;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{
  display: none !important;
}
.rbc-agenda-table tr th:nth-child(2){
  display: none !important;
}
.rbc-agenda-table tr th:nth-child(2){
  width: 91.203px}
  .rbc-agenda-table tr th{
    font-size: 17px !important;
    font-weight: 400 !important;
  }
  .tableWrap{
    width: max-content !important;
    flex-wrap: nowrap;
    display: flex;
    /* padding: 68px 10px !important; */
  }

  .modal-content {
    margin-top: 140px !important;
  }

  .actionClass{
    display: flex;
  }
  .rp{
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .upperCase{
    text-transform: uppercase;
  }

 .canvasjs-chart-credit {
    display: none;
  }


  .area{
    border-radius: 10px 10px 0px 0px;
    background: var(--primary-color);
    padding: 10px 20px;
    color: white !important;
  }

.piecharts{
  display: flex;
  justify-content: space-between;
  overflow: scroll;
}

.piecharts .counsel{
  margin-top: 10px;
  margin-right: 10px;
 display: flex;
 justify-content: center;
 }

.piecharts .counsel .circle{
 display: flex;
 text-wrap: nowrap;
 font-size: 16px;
}

.piecharts .counsel .circle > p{
  display: flex;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.input_field_analysis input{
  padding: 2px;
  width: 108px;
}
.termstext{
text-decoration: none !important;
}
.termDiv{
  display: flex;
  gap: 15px;
}

.high_light p{
  font-size: 19px;
  font-weight: bolder;
}

.high_light h4{
  font-size: 15px !important;
}