.btn {
  outline: none;
  box-shadow: none !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 8px;
}

.btn:focus {
  box-shadow: none;
}

.btn-primary {
  background: #0B2A59 !important;
  border: solid 2px #0B2A59 !important;
  color: #ffffff !important;
  height: 72px;
  width: 167px;
  border-radius: 100px !important;
  font-size: 19px !important;
  font-family: "ValR";
  font-weight: 400 !important;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.btn-gray {
  background: #CFCFCF !important;
  color: #5A5A5A !important;
  font-size: 1rem;
  font-weight: 400;
}

.btn-secondary {
  background: #ffffff !important;
  border: solid 2px #0B2A59 !important;
  color: #0B2A59 !important;
  height: 72px;
  width: 167px;
  border-radius: 100px !important;
  font-size: 19px !important;
  font-family: "ValR";
  font-weight: 400 !important;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.btn-inactive {
  background-color: white;
  color: #EA4335;
  border: solid 2px #EA4335;
}
.btn-inactive:focus, .btn-inactive:hover {
  color: #EA4335;
}

.btn-oth {
  background: #0e121b !important;
  border: none !important;
  color: #ffffff !important;
}

.btn-circle {
  border-radius: 100px !important;
}

.btn-round {
  border-radius: 10px;
}

.btn-thm {
  background: #161d2b !important;
  color: #ffffff !important;
  border: none;
}

.btn-thm:hover,
.btn-thm:focus,
.btn-thm:active {
  background-color: #0e121b !important;
  color: #ffffff !important;
}

.btn.btn-wht {
  background-color: #ffffff;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.btn-wht:hover,
.btn-wht:focus,
.btn-wht:active {
  background-color: #ffffff !important;
  color: #ffffff !important;
  transform: scale(1);
}

.no-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

@font-face {
  font-family: "ValR";
  src: url(../myfonts/VarelaRound-Regular.ttf);
}
body {
  background-color: #e8eff9 !important;
}

.page-container {
  padding-left: 0;
}

.header .nav-wrap {
  padding: 10px 10px 10px 29px;
  align-items: center;
}

.page-container .main-content {
  padding: 64px 2px 9px 18px;
}

.header {
  width: 100%;
  border-radius: 14px;
  position: sticky;
  top: 0;
  height: 100px;
  border-radius: 71px;
}
.header .nav-wrap h2 {
  margin: 0;
  font-size: 30px;
}
.header .nav-right {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.app {
  padding: 27px 21px 0px 41px;
}

.avat-set {
  display: flex;
  align-items: center;
  background: #f6f6f6;
  padding: 8px 60px 8px 12px;
  border-radius: 12px;
  gap: 10px;
}
.avat-set label {
  margin: 0;
  font-family: "syneR";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #292d32;
}
.avat-set p {
  margin: 0;
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-family: "syneR";
}

.side-nav {
  background: linear-gradient(180.2deg, #185abf -40.51%, #0b2a59 67.05%, #32746d 135.58%);
  border-radius: 20px;
  top: 6px;
  margin: 21px;
  left: 11px;
  width: 100px;
}

.sidebar-collapse {
  width: 120px !important;
}
.sidebar-collapse .sidemenu-label {
  display: none;
}
.sidebar-collapse .side-nav-menu > li > a {
  justify-content: center !important;
}

.layout-collapse {
  margin-left: 125px !important;
}

.side-nav .side-nav-inner .side-nav-menu {
  border-right: none;
}

.side-nav .side-nav-inner {
  margin: 5px 2px 20px 0;
}

.side-nav .side-nav-inner .side-nav-menu li {
  margin-bottom: 9px;
}
.side-nav .side-nav-inner .side-nav-menu li span {
  color: #ffffff;
  font-family: "syneR";
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400 !important;
  display: none;
}

.side-nav .side-nav-inner .side-nav-menu li.active {
  background: transparent;
  border-left: solid 9px #4ca89e;
}
.side-nav .side-nav-inner .side-nav-menu li.active svg path {
  fill: #fff;
}
.side-nav .side-nav-inner .side-nav-menu li.active span {
  color: #ffffff;
}

.side-nav .side-nav-inner .side-nav-menu li:hover {
  background: transparent;
  font-size: none;
}
.side-nav .side-nav-inner .side-nav-menu li:hover span {
  color: #ffffff;
}

.side-nav .side-nav-inner .side-nav-menu > li > a {
  display: flex;
  -moz-column-gap: 17px;
       column-gap: 17px;
  flex-direction: row;
  padding: 13px 16px;
  justify-content: center;
}

.logo-dark {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.filter-svg {
  position: absolute;
  top: 8.75px;
  z-index: 9;
  left: 12px;
  width: 0;
}

.layout {
  margin-left: 114px;
}

.nav-left {
  display: none !important;
}

.strke-br {
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 73px;
  height: 72px;
}
.strke-br .header_admin {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 8px 33px 0 13px;
}
.strke-br .header_admin .side-content {
  display: flex;
  flex-direction: column;
}
.strke-br .header_admin .side-content label {
  margin: 0;
  color: #292d32;
  font-weight: 500;
  font-size: 18px;
  font-family: "ValR";
}
.strke-br .header_admin .side-content span {
  color: #6b7280;
  font-family: "ValR";
  font-weight: 500;
}

.centered-text h3 {
  font-family: "ValR";
  font-size: 20px;
  color: #292d32;
  margin: 0;
}

.svg_not {
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
  padding: 10px;
  border-radius: 100px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
}

.dropdown.dropdown-animated.scale-left .dropdown-menu.show {
  top: 64px !important;
  right: 28px !important;
  overflow: auto;
}

.dropdown.dropdown-animated.scale-left .dropdown-menu {
  top: 64px !important;
  right: 28px !important;
}

.svg-com {
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
  padding: 11px 7px 12px 0;
  border-radius: 100px;
  width: 203px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.svg-coms.active {
  background-color: #185abf;
  color: white;
}

.svg_not.active {
  background-color: #0b2a59;
}
.svg_not.active svg path {
  fill: #fff;
  stroke: #0b2a59;
}

.svg-coms {
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
  padding: 11px 7px 12px 0;
  border-radius: 100px;
  width: 166px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

.svg-comss {
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
  padding: 11px 7px 12px 0;
  border-radius: 100px;
  width: 72px;
  height: 69px;
  display: flex;
  justify-content: center;
  padding-left: 9px;
}

.side-not span {
  font-family: "ValR";
  font-weight: 500;
  font-size: 18px;
}

.head-nav .heading-top span {
  color: #646464;
  font-family: "ValR";
}
.head-nav .heading-top h3 {
  font-size: 32px;
  font-family: "ValR";
}

.grd_div {
  margin-top: 40px;
}
.grd_div .grd-mart {
  display: grid;
  grid-template-columns: 44% 55%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.grd_div .grd-one-div {
  background: linear-gradient(180.2deg, rgba(24, 90, 191, 0.8) -40.51%, rgba(11, 42, 89, 0.8) 67.05%, rgba(50, 116, 109, 0.8) 135.58%);
  width: 100%;
  padding: 20px 32px;
  border-radius: 20px;
}
.grd_div .grd-one-div .tt-amnt {
  display: flex;
  flex-direction: column;
  row-gap: 66px;
}
.grd_div .grd-one-div .tt-amnt span {
  font-family: "ValR";
  color: white;
  font-size: 21px;
  font-weight: 100;
}
.grd_div .grd-one-div .tt-amnt .outer-content {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.grd_div .grd-one-div .tt-amnt .outer-content p {
  margin: 0;
  font-family: "ValR";
  color: white;
  font-size: 17px;
  font-weight: 100;
}
.grd_div .grd-one-div .tt-amnt .outer-content h2 {
  color: white;
  font-weight: 400;
  font-size: 40px;
}

.grd-two {
  margin-top: 40px;
}

.four-grd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.four-grd .box-one {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
}
.four-grd .box-one .main-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.four-grd .box-one .main-contents span {
  color: #101828;
  font-family: "ValR";
  font-size: 20px;
}
.four-grd .box-one .main-contents p {
  font-size: 50px;
  font-family: "ValR";
}

.grd-st {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.card {
  border: none !important;
  border-radius: 20px !important;
  padding: 20px !important;
}

.inpt-dis {
  margin-top: 30px;
  margin-bottom: 30px;
}
.inpt-dis input {
  display: none;
}
.inpt-dis .flatpickr-calendar.inline {
  box-shadow: none;
}
.inpt-dis .flatpickr-calendar {
  width: 100% !important;
}
.inpt-dis .flatpickr-innerContainer {
  margin-top: 30px;
  width: 100%;
}
.inpt-dis .flatpickr-rContainer {
  width: 100%;
}
.inpt-dis .dayContainer {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
}
.inpt-dis .flatpickr-days {
  width: 100%;
}
.inpt-dis .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: "ValR";
  color: #646464;
  font-weight: 100 !important;
}
.inpt-dis .flatpickr-current-month input.cur-year {
  font-family: "ValR";
  color: #646464;
  font-weight: 100 !important;
}
.inpt-dis .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.inpt-dis .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.031372549);
  border: solid 1px #f5f6f7;
  border-radius: 127px;
  height: 47px;
  width: 47px;
}
.inpt-dis .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.inpt-dis .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  box-shadow: 0px 2px 5px 0px rgba(38, 51, 77, 0.031372549);
  border: solid 1px #f5f6f7;
  border-radius: 127px;
  height: 47px;
  width: 47px;
}
.inpt-dis .flatpickr-day.selected.startRange,
.inpt-dis .flatpickr-day.startRange.startRange,
.inpt-dis .flatpickr-day.endRange.startRange {
  border-radius: 103px;
}
.inpt-dis .flatpickr-day.selected.endRange,
.inpt-dis .flatpickr-day.startRange.endRange,
.inpt-dis .flatpickr-day.endRange.endRange {
  border-radius: 103px;
}
.inpt-dis .flatpickr-day.selected,
.inpt-dis .flatpickr-day.startRange,
.inpt-dis .flatpickr-day.endRange,
.inpt-dis .flatpickr-day.selected.inRange,
.inpt-dis .flatpickr-day.startRange.inRange,
.inpt-dis .flatpickr-day.endRange.inRange,
.inpt-dis .flatpickr-day.selected:focus,
.inpt-dis .flatpickr-day.startRange:focus,
.inpt-dis .flatpickr-day.endRange:focus,
.inpt-dis .flatpickr-day.selected:hover,
.inpt-dis .flatpickr-day.startRange:hover,
.inpt-dis .flatpickr-day.endRange:hover,
.inpt-dis .flatpickr-day.selected.prevMonthDay,
.inpt-dis .flatpickr-day.startRange.prevMonthDay,
.inpt-dis .flatpickr-day.endRange.prevMonthDay,
.inpt-dis .flatpickr-day.selected.nextMonthDay,
.inpt-dis .flatpickr-day.startRange.nextMonthDay,
.inpt-dis .flatpickr-day.endRange.nextMonthDay {
  background: #0B2A59;
  border-color: #0B2A59;
}
.inpt-dis .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.inpt-dis .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.inpt-dis .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}
.inpt-dis .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #eaeaf6, 5px 0 0 #eaeaf6 !important;
  background-color: #eaeaf6 !important;
}
.inpt-dis .flatpickr-day.inRange,
.inpt-dis .flatpickr-day.prevMonthDay.inRange,
.inpt-dis .flatpickr-day.nextMonthDay.inRange,
.inpt-dis .flatpickr-day.today.inRange,
.inpt-dis .flatpickr-day.prevMonthDay.today.inRange,
.inpt-dis .flatpickr-day.nextMonthDay.today.inRange,
.inpt-dis .flatpickr-day:hover,
.inpt-dis .flatpickr-day.prevMonthDay:hover,
.inpt-dis .flatpickr-day.nextMonthDay:hover,
.inpt-dis .flatpickr-day:focus,
.inpt-dis .flatpickr-day.prevMonthDay:focus,
.inpt-dis .flatpickr-day.nextMonthDay:focus {
  border-color: #eaeaf6 !important;
  background-color: #eaeaf6;
}
.inpt-dis .flatpickr-weekdaycontainer span {
  font-family: "ValR";
  color: #141736;
}
.inpt-dis .flatpickr-day {
  font-family: "ValR";
  color: #141736;
  font-weight: 100;
  font-size: 11px;
}

.min-event h3 {
  font-family: "ValR";
  font-size: 20px;
  color: #101828;
}

.customer-cases {
  border-top: solid 2px #eeeeee;
}

.head-case h3 {
  font-family: "ValR" !important;
  font-size: 20px;
  color: #101828;
}

.grd-lines {
  display: grid;
  grid-template-columns: 63% 35%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.drp_asct.active {
  background-color: #185abf;
}

.nts_pr.active {
  background-color: #0b2a59;
}

.main-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

table thead tr th {
  background: #f9fafb !important;
  border-bottom: solid 1px #f9fafb !important;
  color: #475467 !important;
  font-family: "ValR" !important;
  font-size: 15px !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
table thead tr .frts {
  border-radius: 0 0 0 0 !important;
}
table thead tr .main-tb {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
table tbody tr td {
  color: #475467 !important;
  font-family: "ValR" !important;
  font-size: 15px !important;
}

.modal-right .modal-dialog,
.modal-left .modal-dialog {
  height: unset !important;
}

.sts-yellow span {
  color: #766706 !important;
  border: solid 1px #efeaab;
  border-radius: 100px;
  padding: 6px 8px 6px 9px;
  background: #fdfcec;
}

.sts-red span {
  color: #760606 !important;
  border: solid 1px #efabab;
  border-radius: 100px;
  padding: 6px 8px 6px 9px;
  background: #fdecec;
}

.sts-green span {
  color: #067647 !important;
  border: solid 1px #abefc6;
  border-radius: 100px;
  padding: 6px 8px 6px 9px;
  background: #ecfdf3;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 100 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 21px 10px !important;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 21px 10px !important;
}

.dt-search label {
  display: none;
}
.dt-search #dt-search-0 {
  width: 316px;
  position: absolute;
  right: 163px;
  top: -147px;
  border: none;
  border-radius: 100px;
  padding: 28px 90px;
  font-size: 16px;
  font-family: "ValR";
}

.div-svg-searc {
  position: absolute;
  right: 404px;
  top: -140px;
  z-index: 9;
}

.td-action ul {
  padding: 0;
}
.td-action li {
  border-bottom: solid 1px #f9fafb;
}
.td-action .dropdown-menu.show {
  border: none;
}
.td-action a {
  text-decoration: none;
  font-family: "ValR";
  text-align: center;
}

.modal-header {
  border-bottom: solid 1px #eeeeee !important;
  margin: 11px 19px;
}
.modal-header h5 {
  font-family: "ValR";
}

.modal-body {
  padding: 0 20px !important;
}
.modal-body .dlt-cont {
  text-align: center;
}
.modal-body .dlt-cont h3 {
  font-family: "ValR";
}
.modal-body .dlt-cont span {
  font-family: "ValR";
  font-size: 21px;
  color: #475467;
}

.modal-content {
  border-radius: 20px !important;
}

.modern-stepper {
  width: 500px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.grd_area {
  display: grid;
  grid-template-columns: 70% 28%;
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.main-strk {
  background: #fff;
  padding: 23px;
  border-radius: 101px;
  border: 1px solid rgba(114, 114, 114, 0.1019607843);
}

.strke_dlt {
  display: flex;
  background: #fff;
  padding: 3px;
  border-radius: 101px;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

/* Search Icon */
.search-icon {
  cursor: pointer;
  font-size: 1.5rem;
  padding: 5px;
  transition: transform 0.3s;
}

/* Search Field */
.search-field {
  width: 0;
  opacity: 0;
  padding: 0;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 20px;
  outline: none;
  transition: width 0.3s ease, opacity 0.3s ease;
}

/* Active Search Field */
.search-field.active {
  width: 200px;
  opacity: 1;
  border: none;
  border-radius: 100px;
}

.nxt_new {
  width: 200px;
  align-items: baseline;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 20px;
  color: #a2a6ac;
  font-family: "ValR";
}

.main-srp {
  border: none;
  box-shadow: none;
}

.task_totl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
}
.task_totl span {
  font-family: "ValR";
  font-size: 15px;
}
.task_totl .number {
  font-size: 50px;
  font-family: "ValR";
  color: #32746d;
}

.case_compl h5 {
  color: #101828;
  font-family: "ValR";
}
.case_compl span {
  color: #475467;
  font-family: "ValR";
  font-size: 14px;
}

section {
  margin: 100px auto;
  height: 1000px;
}

.progress {
  border-radius: 0;
  overflow: visible;
  margin-top: 33px;
  margin-bottom: 0;
  height: 9px !important;
}

.progress-bar {
  background-color: #32746d !important;
  transition: width 1.5s ease-in-out;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.tooltip.show {
  border: solid 1px #ccc;
  left: 42px !important;
}

.start .btn-primary {
  width: 100% !important;
  height: 72px;
  margin-top: 20px;
}

.timer-tracker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer-tracker p {
  color: rgb(50, 116, 109);
  font-family: "ValR";
  font-size: 2.5rem;
}

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

/* Avatars Section */
.avatars {
  display: flex;
  align-items: center;
  position: relative;
}

.avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
  /* Overlapping effect */
  -o-object-fit: cover;
     object-fit: cover;
}

/* Extra Members (+8) Circle */
.extra-members {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f3f5;
  color: #6c757d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
  border: 2px solid white;
  margin-left: -10px;
  /* Overlapping effect */
}

/* Members Label */
.members-label {
  font-size: 1rem;
  color: rgb(71, 84, 103);
  font-weight: 500;
  font-family: "ValR";
}

.wizard ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.wizard > .steps > ul > li {
  width: 10px !important;
  height: 10px;
  background: #cccccc;
  border-radius: 50px;
}

.wizard > .actions > ul {
  width: 100%;
}

.wizard > .actions > ul > li {
  width: 100%;
}

.wizard > .steps > ul > li.current {
  width: 10% !important;
  height: 10px;
  background: #000000;
  border-radius: 50px;
}

.wizard > .steps li a {
  display: none !important;
}

.wizard > .content {
  background-color: #fff !important;
}
.wizard > .content section {
  margin: 20px auto !important;
}
.wizard > .content section h2 {
  text-align: center;
  font-size: 16px;
  font-family: "ValR";
  color: #101828;
}

.wizard > .content > .body {
  width: 100% !important;
}

form .form-group {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 10px;
}
form .form-group label {
  color: #606878;
  font-family: "ValR";
}
form .form-group input {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 102px;
  padding: 18px;
  border: solid 1px #d0d5dd;
}

.dolar_st {
  padding: 18px 48px !important;
}

.select2-container--default .select2-selection--single {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922) !important;
  border-radius: 102px !important;
  border: solid 1px #d0d5dd !important;
  height: 62px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px !important;
  right: 21px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px !important;
  padding-right: 20px !important;
}

.SumoSelect.open > .optWrapper {
  top: 55px !important;
  border-radius: 30px !important;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 8px 28px !important;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f8f8f8 !important;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  font-family: "ValR";
  color: #606878;
}

.wizard > .actions {
  display: flex !important;
  justify-content: center !important;
}

.wizard > .steps > ul > li a,
.wizard > .actions > ul > li a {
  min-width: 218px !important;
  text-align: center !important;
  padding: 23px !important;
  border-radius: 99px !important;
  background: #0B2A59 !important;
  font-family: "ValR" !important;
  font-size: 15px !important;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #ffffff !important;
  border: solid 1px #0B2A59 !important;
  color: #0B2A59 !important;
  font-family: "ValR" !important;
  font-size: 15px !important;
}

.wizard > .actions > ul {
  display: flex !important;
}

.wizard > .content {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0B2A59;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0B2A59;
}

.SumoSelect > .CaptionCont > label > i {
  display: none !important;
}

.search_icon {
  position: absolute;
  right: 22px;
  top: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f6f6f6 !important;
}

.dropify-wrapper {
  border: 2px dashed #32746d !important;
}
.dropify-wrapper img {
  position: relative;
  top: -35px;
}

.modal-footer {
  border-top: none !important;
  display: flex;
  flex-wrap: nowrap !important;
  margin-top: 30px;
  --bs-modal-footer-gap: -2.5rem;
}
.modal-footer .btn-secondary {
  width: 100%;
  height: 64px;
}
.modal-footer .btn-primary {
  width: 100%;
  height: 64px;
}

.dropify-font-upload:before,
.dropify-wrapper .dropify-message span.file-icon:before {
  display: none !important;
}

.file-icon img {
  height: 26px;
  width: 26px;
}

.bottom-files {
  margin-top: 30px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.bottom-files .head-file h3 {
  font-family: "ValR";
  font-size: 18px;
}
.bottom-files .file_tot {
  background-color: #f9fafb;
  padding: 12px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
}
.bottom-files .file_tot span {
  color: #475467;
  font-family: "ValR";
  font-size: 13px;
}
.bottom-files .bot-sec {
  margin-top: 20px;
  height: 355px;
  overflow-y: auto;
  padding-right: 19px;
}
.bottom-files .bot-sec .brd {
  border-bottom: solid 1px #eaecf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-files .bot-sec .brd .d-flex {
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.bottom-files .bot-sec .brd .d-flex .span_cont span {
  color: #101828;
  font-family: "ValR";
  font-size: 12px;
}
.bottom-files .bot-sec .brd .d-flex .span_cont p {
  font-family: "ValR";
  font-size: 10px;
  color: #475467;
}
.bottom-files .bot-sec .brd .main {
  margin-bottom: 15px;
}
.bottom-files .bot-sec .brd .upload-by p {
  font-family: "ValR";
  font-size: 12px;
  color: #475467;
}
.bottom-files ::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
.bottom-files ::-webkit-scrollbar-track {
  background: #eaecf0;
}
.bottom-files ::-webkit-scrollbar-thumb {
  background: #eaecf0;
}
.bottom-files ::-webkit-scrollbar-thumb:hover {
  background: #eaecf0;
}

.new-cr {
  margin-top: 40px;
}
.new-cr .colr-div {
  background-color: #fbfbfb;
  padding: 14px 14px;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  position: relative;
}
.new-cr .nav-tabs .nav-item.show .nav-link,
.new-cr .nav-tabs .nav-link.active {
  background-color: #fbfbfb;
  border-bottom: solid 5px #4ca89e;
  color: #4ca89e;
  font-family: "ValR";
  font-size: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.new-cr .nav-tabs .nav-link {
  color: #6f7378;
  font-family: "ValR";
}
.new-cr .nav-tabs {
  border-bottom: solid 1px #fbfbfb;
}

.detail {
  background-color: #fbfbfb;
  padding: 14px 45px;
  border-radius: 10px;
}
.detail .d-flexing {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.detail .main-detail {
  margin-top: 30px;
}
.detail .main-detail ul {
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  padding: 0;
  row-gap: 50px;
}
.detail .main-detail ul li {
  display: flex;
  flex-direction: column;
}
.detail .main-detail ul li label {
  color: #48464b;
  font-family: "ValR";
  font-size: 15px;
}
.detail .main-detail ul li span {
  color: #131118;
  font-family: "ValR";
  font-size: 16px;
}

.tasks .main-tasks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.tasks .main-tasks .div_task {
  border: solid 1px #f2f2f2;
  border-radius: 20px;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.0117647059);
  padding: 19px 25px;
}
.tasks .main-tasks .div_task .main_tags {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tasks .main-tasks .div_task .main_tags .h3_tag span {
  color: #475467;
  font-family: "ValR";
  font-size: 13px;
}
.tasks .main-tasks .div_task .main_tags .box_Es span {
  color: #475467;
  font-family: "ValR";
  font-size: 13px;
}
.tasks .main-tasks .spa_content {
  margin-top: 20px;
}
.tasks .main-tasks .spa_content p {
  color: #8390a3;
  font-family: "ValR";
  font-size: 13px;
}

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

.covered_member {
  display: flex;
  justify-content: space-between;
  align-items: end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.progress {
  position: relative;
}

.tooltip-inner {
  background-color: #343a40;
  /* Tooltip background */
  color: #fff;
  /* Tooltip text color */
  font-size: 14px;
  padding: 5px 10px;
}

.progress-bar {
  position: relative;
  z-index: 1;
}

.chat.chat-app .chat-content {
  width: 100%;
  background-color: #fbfbfb;
}

.chat.chat-app {
  border: none !important;
}

.time_date {
  border: solid 1px #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 8px;
  padding: 4px 26px;
}
.time_date span {
  color: #344054;
  font-family: "ValR";
  font-size: 13px;
}

.upper-text {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.upper-text span {
  color: #344054;
  font-family: "ValR";
  font-size: 15px;
}
.upper-text p {
  margin: 0;
  color: #475467;
  font-family: "ValR";
  font-size: 12px;
}

.conversation-wrapper h3 {
  font-size: 45px;
  color: #383838;
  font-family: "ValR";
}
.conversation-wrapper p {
  font-size: 22px;
  font-family: "ValR";
  color: #858585;
}

.chat .conversation .conversation-wrapper .conversation-body .msg.msg-recipient .bubble .bubble-wrapper {
  background-color: #ffffff;
  color: #101828;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
  font-size: 16px;
  width: 409px;
  line-height: 25px;
  font-family: "ValR";
  border-radius: 0 20px 20px 25px;
}

.chat .conversation .conversation-wrapper .conversation-body .msg {
  margin-top: 45px;
}

.chat.chat-app .chat-content .conversation-body {
  height: calc(100vh - 70px - 155px - 70px + 29px);
}

.chat .conversation .conversation-wrapper .conversation-body .msg.msg-sent .bubble .bubble-wrapper {
  background: #185abf;
  color: #ffffff;
  font-family: "ValR";
  line-height: 25px;
  border-radius: 20px 2px 20px 20px;
}

.chat .conversation .conversation-wrapper .conversation-footer {
  border-top: none !important;
}

.chat-input {
  width: 100% !important;
  border: solid 1px #efefef !important;
  margin-top: 45px;
  padding: 34px 37px;
  border-radius: 100px;
}

.conver-bottom ul {
  position: absolute;
  bottom: 26px;
  right: 29px;
}

.main-srp {
  width: 209px !important;
  border-radius: 100px !important;
}
.main-srp .dropdown-item {
  padding: 25px !important;
}
.main-srp .ina_act {
  font-size: 20px;
  color: #a2a6ac;
  font-family: "ValR";
  margin: 0;
  text-align: center;
}
.main-srp .dropdown-item:focus,
.main-srp .dropdown-item:hover {
  border-radius: 100px !important;
}

.main_bagde {
  position: absolute;
  right: 0;
  top: 136px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
}

.date_svg {
  position: absolute;
  right: 39px;
  bottom: 30px;
}

.select2-container {
  width: 100% !important;
}

.cntrl {
  background-color: #fbfbfb;
  border-radius: 30px;
  padding: 20px 20px;
  margin-top: 50px;
}

.bt_divs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bt_divs .carding h5 {
  color: #6f7378;
  font-family: "ValR";
  font-size: 16px;
}

.marg {
  background-color: #ffffff;
}

.message_page {
  margin-top: 50px;
}
.message_page .chat.chat-app .chat-content {
  width: calc(100% - 380px);
}

.lines_show {
  overflow: auto;
}
.lines_show .task_card:hover {
  background-color: #cbe1de;
}
.lines_show .task_card {
  box-shadow: 0px 22px 44px -4px rgba(159, 159, 159, 0.0784313725);
  border: solid 1px #f7f7f7;
  margin-top: 20px;
  padding: 13px 13px;
  border-radius: 15px;
}
.lines_show .task_card .main_cards .frm_sub {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.lines_show .task_card .main_cards .frm_sub span {
  color: #161736;
  font-family: "ValR";
}
.lines_show .task_card .main_cards .frm_sub ul {
  display: flex;
  padding: 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0;
  list-style: none;
}
.lines_show .task_card .main_cards .frm_sub ul li {
  color: #707190;
  font-family: "ValR";
}
.lines_show .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(45, 40, 255, 0.03);
}
.lines_show .membersss p {
  color: #707190;
  font-family: "ValR";
}

.invoice_pdf {
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.0509803922);
  border-radius: 12px;
  border: solid 1px #f0f1f3;
  padding: 26px 32px;
}
.invoice_pdf .pdf_content img {
  width: 172px;
  height: 181px;
}
.invoice_pdf .content_span {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.invoice_pdf .content_span label {
  font-family: "ValR";
  color: #333843;
  font-size: 15px;
  margin: 0;
}
.invoice_pdf .content_span span {
  font-family: "ValR";
  color: #667085;
  font-size: 13px;
}
.invoice_pdf .last_content .light_badge {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 5px;
}
.invoice_pdf .last_content .light_badge .bag {
  background-color: #f4f5f6;
  border-radius: 8px;
  padding: 10px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.invoice_pdf .last_content .light_badge .bag span {
  color: #333843;
  font-family: "ValR";
  font-size: 15px;
}
.invoice_pdf .last_content .light_badge p {
  margin: 0;
  color: #667085;
  font-family: "ValR";
  font-size: 13px;
}
.invoice_pdf .last_content .light_badge h5 {
  color: #333843;
  font-family: "ValR";
  font-size: 23px;
}
.invoice_pdf .al_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.br-strke {
  border: solid 1px #e0e2e7;
  border-radius: 12px;
  padding: 20px 20px;
}
.br-strke .inner {
  background-color: #fafafa;
  border-radius: 8px;
  padding: 24px 89px 12px 22px;
  width: -moz-fit-content;
  width: fit-content;
}
.br-strke .inner .cons span {
  color: #667085;
  font-size: 14px;
  font-family: "ValR";
}
.br-strke .inner .cons p {
  color: #333843;
  font-size: 16px;
  font-family: "ValR";
}

.const {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 41px;
       column-gap: 41px;
}
.const .div_Side p {
  margin: 0;
  color: #667085;
  font-family: "ValR";
  font-size: 15px;
}
.const .div_Side label {
  color: #333843;
  font-family: "ValR";
  font-size: 14px;
}

.up_stings {
  display: flex;
  flex-direction: column;
  row-gap: 38px;
}
.up_stings p {
  margin: 0;
  color: #667085;
  font-family: "ValR";
  font-size: 15px;
}
.up_stings label {
  color: #333843;
  font-family: "ValR";
  font-size: 14px;
}

hr {
  border-top: solid 1px #e0e2e7 !important;
}

.last_left {
  display: flex;
  justify-content: end;
  /* flex-direction: column; */
  align-items: baseline;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.last_left .lets_strt {
  display: flex;
  align-items: baseline;
  /* column-gap: 100px; */
  flex-direction: column;
  row-gap: 10px;
}
.last_left .lets_strt span {
  color: #667085;
  font-family: "ValR";
  font-size: 15px;
}
.last_left .lets_strt label {
  color: #333843;
  font-family: "ValR";
  font-size: 15px;
  margin: 0;
}

.bt_fos {
  display: flex;
  justify-content: end;
  -moz-column-gap: 47px;
       column-gap: 47px;
}
.bt_fos h4 {
  color: #333843;
  font-size: 15px;
  font-family: "ValR";
}
.bt_fos span {
  color: #333843;
  font-size: 15px;
  font-family: "ValR";
}

.sts_grss {
  display: grid;
  grid-template-columns: 67% 30%;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.side {
  border: solid 1px #ea4335;
  border-radius: 8px;
  padding: 14px;
  background-color: #ffebeb;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.side span {
  color: #ea4335;
  font-family: "ValR";
  font-size: 16px;
}

.side_green {
  border: solid 1px #0aff42;
  border-radius: 8px;
  padding: 14px;
  background-color: #ebffeb;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.side_green span {
  color: #0aff42;
  font-family: "ValR";
  font-size: 16px;
}

.shadow_card {
  box-shadow: 0px 4px 30px 0px rgba(26, 28, 33, 0.0509803922);
  border-radius: 12px;
  margin-top: 20px;
  border: solid 1px #f0f1f3;
}

.invoices p {
  color: #333843;
  font-family: "ValR";
  font-size: 25px;
  text-align: center;
}

.summary p {
  font-family: "ValR";
  color: #333843;
}

.gray-bd {
  background-color: #fafafa;
}
.gray-bd .div_st {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  border-radius: 0;
}
.gray-bd .div_st p {
  margin: 0;
  color: #333843;
  font-family: "ValR";
  font-size: 15px;
}

.bt-sonss {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 28px;
}
.bt-sonss span {
  color: #667085;
  font-family: "ValR";
  font-size: 16px;
}
.bt-sonss label {
  color: #333843;
  font-family: "ValR";
  font-size: 16px;
}

.ffinal_total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.light_Red {
  background-color: #fef0f0;
  padding: 5px 15px;
  border-radius: 8px;
}
.light_Red span {
  color: #333843;
  font-family: "ValR";
}

.card-box {
  margin-bottom: 30px;
}
.card-box img {
  width: 200px;
  border-radius: 100px;
}

.listing {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.listing .list_view ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.client-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.list_tab {
  width: 100%;
}

.chat.chat-app .chat-list .chat-user-tool {
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
}

.chat.chat-app .chat-list .chat-user-tool > input {
  border: solid 1px rgba(114, 114, 114, 0.1019607843);
  border-radius: 104px;
  width: 100%;
  height: 62px;
  padding: 0 63px;
}

.svg_ttol {
  position: absolute;
  z-index: 9;
  left: 192px;
}

.chat_user .conver-bottom ul {
  position: absolute;
  bottom: 25px !important;
  right: 11px !important;
}
.chat_user .chat-content {
  padding: 16px !important;
}
.chat_user .chat-list .chat-user-list {
  height: calc(100vh - 268px) !important;
}
.chat_user .chat-list {
  border-radius: 20px 0 0 20px !important;
}
.chat_user .chat-list h5 {
  color: #344054;
  font-family: "ValR";
  font-size: 18px;
}
.chat_user .chat-list a {
  text-decoration: none;
}
.chat_user .msg-overflow {
  white-space: normal !important;
  font-size: 12px;
  color: #475467;
  font-family: "ValR";
  font-weight: 500;
}
.chat_user .corner_time span {
  color: #475467;
  font-family: "ValR";
  font-size: 12px;
}
.chat_user .chat-content {
  background-color: #fff !important;
}
.chat_user .footer_msg {
  padding: 27px 42px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.chat_user .footer_msg .main-inpt {
  width: 100%;
}
.chat_user .footer_msg .main-inpt input {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 68px;
  border-radius: 100px;
  padding: 15px 27px;
}

.filter .nav-tabs {
  border: none;
}
.filter .nav-tabs .nav-link {
  color: #8c8c8c;
  font-family: "ValR";
  font-size: 16px;
  padding: 17px;
  border: none;
  width: 120px;
}
.filter .nav-link:hover {
  border-color: #fff !important;
  border-radius: 100px;
}
.filter .nav-link:focus {
  border-color: #fff !important;
  border-radius: 100px;
}
.filter .nav-link.active {
  background-color: #32746d !important;
  color: #fff !important;
  font-family: "ValR" !important;
  border-color: #32746d;
  border-radius: 100px;
}

.head-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.head-flex h3 {
  font-family: "ValR";
}
.head-flex a {
  color: #32746d;
  font-family: "ValR";
  text-decoration: none;
}

.btn-danger {
  border: none !important;
  background-color: #ff0000 !important;
  width: 100%;
  padding: 20px 20px !important;
  height: 66px;
  font-size: 19px !important;
  font-family: "ValR";
  font-weight: 400 !important;
  margin-top: 20px;
  border-radius: 100px !important;
}

.main_chats {
  width: 100% !important;
}
.main_chats .conversation-body {
  height: calc(100vh - 295px) !important;
}

.msg_bar {
  padding: 16px;
}

.lst_msg .chat-input {
  position: absolute !important;
  bottom: 17px !important;
  left: 0 !important;
  padding: 30px 27px !important;
}

.toggle_bar {
  display: none !important;
}

.drp_site {
  display: none;
}

.main_mov_nav {
  display: none;
}
.main_mov_nav .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background: linear-gradient(180.2deg, #185abf -40.51%, #0b2a59 67.05%, #32746d 135.58%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.main_mov_nav .sidenav a {
  padding: 8px 8px 8px 0;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-align: center;
}
.main_mov_nav .sidenav a:hover {
  color: #fff;
}
.main_mov_nav .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .main_mov_nav .sidenav {
    padding-top: 15px;
  }
  .main_mov_nav .sidenav a {
    font-size: 18px;
  }
}

.side_active {
  border: solid 1px #f2f2f2;
  border-radius: 16px;
}
.side_active .main-flow {
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  align-items: center;
}
.side_active .main-flow span {
  color: #475467;
  font-family: "ValR";
  font-family: 14px;
}

.main-flow.active {
  background-color: #f9fafb;
  transition: background-color 0.3s ease;
  border-radius: 16px 16px 0 0;
}

.toggle-content {
  padding: 26px 22px;
}

.screen-1 {
  display: block;
}

.screen-2 {
  display: none;
}

.back-button {
  background: transparent;
  border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  white-space: nowrap;
}

.brd_dtrkes {
  border: solid 1px #f2f2f2;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.0117647059);
  border-radius: 20px;
  padding: 25px 30px;
}
.brd_dtrkes .invoice_head h5 {
  color: #101828;
  font-family: "ValR";
  font-size: 20px;
  font-weight: 200 !important;
}

.btm_st {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}
.btm_st h3 {
  margin: 0;
}
.btm_st .button_Add .btn-primary {
  height: 54px !important;
  width: 215px !important;
  font-size: 14px !important;
}

.btm_star {
  background-color: #fbfbfb;
  border-radius: 20px;
  padding: 25px 30px;
  border: solid 1px rgba(242, 242, 242, 0.9490196078);
  margin-top: 40px;
}
.btm_star .table_views {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btm_star .main_rcs h5 {
  color: #101828;
  font-family: "ValR";
  font-weight: 400;
}
.btm_star .main_inner {
  border: solid 1px #f2f2f2;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 30px;
  padding: 0 28px;
}
.btm_star .inner_area .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.btm_star .inner_area .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.btm_star .inner_area .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.btm_star .inner_area .styled-checkbox:hover + label:before {
  background: #0B2A59;
}
.btm_star .inner_area .styled-checkbox:checked + label:before {
  background: #0B2A59;
}
.btm_star .inner_area .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.btm_star .inner_area .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.btm_star .inner_area .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.btm_star .inner_area ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}
.btm_star .inner_area ul li {
  color: #475467;
  font-size: 15px;
  font-weight: 400;
  font-family: "ValR";
}

.bs-active {
  padding: 10px 14px;
}

.bs-active.active {
  background-color: #e3eefd;
  border-radius: 20px;
}
.bs-active.active .pin svg path {
  fill: #32746d;
  stroke: #32746d;
}

.create_ntes {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.create_ntes .text-set span {
  color: #606878;
  font-weight: 400;
  font-family: "ValR";
}
.create_ntes p {
  color: #606878;
  font-weight: 400;
  font-family: "ValR";
}

.btm_text_Type {
  padding: 6px 18px;
  margin-top: 71px;
}
.btm_text_Type input {
  background: #fbfbfb;
  height: 70px;
  border-radius: 8px;
  border: solid 1px #f2f2f2;
  color: #667085;
  font-size: 14px;
}

#offcanvasRight {
  width: 273px !important;
}

.right_md {
  border-radius: 30px 0 0 30px !important;
}
.right_md .Quick_Action {
  margin-top: 64px;
}
.right_md .Quick_Action h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.right_md .modal_sec_start {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 34px;
}
.right_md .side_modl {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 10px;
  border-radius: 100px;
}
.right_md .side_modl span {
  margin-left: 25px;
  color: #fff;
  font-family: "ValR";
  font-size: 20px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 31px;
  z-index: 1;
  top: 142px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b8b8b8;
  width: 45px;
  height: 45px;
  margin-bottom: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.marg_Autos {
  margin: 32px 33px 23px;
}
.marg_Autos .seeting_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marg_Autos .seeting_area h3 {
  font-family: "ValR";
}
.marg_Autos .seeting_area .uploader_side {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.marg_Autos .seeting_area .admin_btn .btn-admin {
  background-color: #32746d;
  font-family: "ValR";
  font-size: 20px;
  border-radius: 100px;
  color: white;
  font-weight: 400;
  border: none;
  /* width: 100%; */
  padding: 11px 56px;
}
.marg_Autos .informaton_side {
  margin-top: 40px;
}
.marg_Autos .info h4 {
  font-family: "ValR";
  font-weight: 400;
  color: #5a5a5a;
}
.marg_Autos .forms_strt {
  margin: 25px 0 0 0;
}

.svg_eye {
  position: absolute;
  right: 44px;
  bottom: 27px;
}

.dlt_bxes {
  display: flex !important;
  justify-content: end;
  margin-top: 10px;
  width: 100%;
}

.add_field {
  margin-left: 30px;
  margin-top: 24px;
}
.add_field span {
  color: #32746d;
  font-family: "ValR";
}

.para_dlt {
  padding: 12px;
}
.para_dlt span {
  color: #475467;
  font-family: "ValR";
  font-size: 15px;
}

textarea {
  resize: none !important;
  width: 100% !important;
  border: solid 1px #d0d5dd !important;
  border-radius: 24px !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922) !important;
  height: 200px !important;
  padding: 18px !important;
}

.Add_reminder {
  background: none;
  border: none;
  display: flex;
  margin-top: 16px;
  padding-left: 31px !important;
  color: #32746d;
  margin-top: 31px !important;
}

.btn-reomve {
  background: none;
  border: none;
  display: flex;
  color: red;
  justify-content: end;
  padding-right: 31px !important;
}

.cutsom_field {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.cutsom_field a {
  text-decoration: none;
  color: #32746d;
  font-size: 17px;
  font-family: "ValR";
}

.dollar_icon {
  position: relative;
  bottom: 55px;
  left: 23px;
  width: 0;
}

.dllr_st {
  padding: 7px 26px !important;
  width: 194px;
}

.price_dol {
  position: absolute;
  bottom: 125px;
  left: 303px;
}

.md_brder {
  padding: 25px 20px !important;
}

.buton-corn {
  position: absolute;
  right: 30px;
  top: 24px;
}

.div_workflow {
  display: flex;
  justify-content: space-between;
  margin-top: 41px;
  align-items: baseline;
}
.div_workflow .one-work h5 {
  font-weight: 400;
  font-family: "ValR";
}
.div_workflow .searc_flow input {
  border-color: rgba(114, 114, 114, 0.1019607843);
  padding: 16px 62px;
  width: 400px;
  border-radius: 100px;
}

.search_flow {
  position: absolute;
  right: 364px;
  top: 5px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  left: 20px;
  top: 17px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0B2A59;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0B2A59;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.gnrt_access {
  padding-left: 26px;
  color: #606878;
  font-family: "ValR";
}

.centr_bx {
  display: flex;
  justify-content: center;
  margin-top: 41px;
}
.centr_bx a {
  color: #32746d;
  font-family: "ValR";
  font-size: 20px;
  text-decoration: none;
}

.ts-wrapper {
  width: 100%;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 9px 8px 7px !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 100px !important;
}

.ts-wrapper.multi .ts-control [data-value] {
  background-color: #d6e3e2 !important;
  background-image: none !important;
}

.ts-wrapper.multi .ts-control > div {
  color: #32746d !important;
  padding: 9px 14px !important;
  border: 1px solid #32746d !important;
  border-radius: 116px !important;
}

.ts-control:not(.rtl) {
  border-radius: 100px !important;
  padding: 20px 15px !important;
}

.ts-control {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922) !important;
}

.ts-wrapper.single .ts-control {
  background-image: none !important;
}

.srt_grds {
  display: grid;
  grid-template-columns: 69% 30%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.modal-right .modal-dialog .modal-content,
.modal-left .modal-dialog .modal-content {
  height: unset !important;
}

.new_st {
  align-items: center !important;
}

.fc-h-event .fc-event-title-container {
  background: #0B2A59;
  border-color: #0B2A59 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0B2A59 !important;
}

.own_slcted {
  width: 142px !important;
}
.own_slcted .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px !important;
}
.own_slcted .select2-container .select2-selection--single {
  height: 39px !important;
}
.own_slcted .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 5px;
}

.side_crd {
  padding: 10px;
}
.side_crd .main_content {
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
}

.own_steing {
  display: flex;
  justify-content: end;
}

.case-timeline {
  padding: 10px;
  border-left: 3px solid #0B2A59;
  position: relative;
}

.case-step {
  position: relative;
  padding: 20px 20px 20px 40px;
  margin-bottom: 20px;
  background: #f4f6f8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.case-step::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 25px;
  width: 20px;
  height: 20px;
  background: #0B2A59;
  border: 3px solid white;
  border-radius: 50%;
  z-index: 1;
}

.case-step.active::before {
  background: #2ecc71;
  left: -26px !important;
}

.case-header {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #2c3e50;
}

.case-body {
  font-size: 0.95rem;
  color: #555;
}

.case-step.active {
  background: #e9f9ee;
  border-left: 4px solid #2ecc71;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #0B2A59 !important;
}

.offcanvas {
  background: linear-gradient(180.2deg, #185abf -40.51%, #0b2a59 67.05%, #32746d 135.58%);
  border-radius: 35px 0 0 35px;
}

.offcanvas-header {
  padding: 31px !important;
  justify-content: center;
}
.offcanvas-header .offcanvas-title {
  color: #fff;
  font-size: 32px;
}

.flow_task span {
  color: #ababab;
  font-family: "ValR";
}
.flow_task h5 {
  color: #000;
  font-weight: 500;
  font-size: 22px;
  font-family: "ValR";
}

.workflow-detail {
  border-radius: 15px;
}

#svgWrapper {
  cursor: pointer;
  transition: all 0.3s ease;
}

#svgWrapper.active svg {
  fill: #28a745;
}
#svgWrapper.active svg path {
  stroke: #fff; /* Green background when active */
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 30px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox span.box {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  border: 2px solid #0B2A59;
  border-radius: 4px;
  background-color: white;
  transition: 0.2s;
}

.custom-checkbox input[type=checkbox]:checked + span.box {
  background-color: #0B2A59;
  border-color: #0B2A59;
}

.custom-checkbox input[type=checkbox]:checked + span.box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.div_1 button {
  background: none;
  border: none;
}

.side-nav .side-nav-inner .side-nav-menu {
  height: calc(100vh - 213px) !important;
}

.side-nav .side-nav-inner .side-nav-menu > li > a {
  padding: 7px 13px;
}

/* Hide the spin buttons in WebKit browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spin buttons in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 768px) {
  .layout {
    margin-left: 0 !important;
  }
  .grd {
    flex-direction: column;
  }
  .grds_line {
    grid-template-columns: unset !important;
  }
  .header {
    flex-direction: column;
    height: 100px;
  }
  .header .nav-wrap {
    flex-direction: column;
  }
  .header .nav-wrap h2 {
    font-size: 21px;
  }
  .header .nav-right {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .content-head {
    align-items: baseline;
    flex-direction: column;
  }
  .toggle_bar {
    display: block !important;
  }
  .header .nav-wrap {
    flex-direction: row;
    align-items: baseline;
  }
  .drp_site {
    display: block;
  }
  .centered-text {
    display: none;
  }
  .nav-right li {
    display: none;
  }
  .side-nav {
    display: none;
  }
  .app {
    padding: 19px 18px 0px 17px;
  }
  .dt-search #dt-search-0 {
    display: none;
  }
  .div-svg-searc {
    display: none;
  }
  .fr_tb {
    margin-top: 129px !important;
  }
  .main_mov_nav {
    display: block;
  }
  .header_img {
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .header_img img {
    width: 127px;
  }
  .mob_logo {
    margin-bottom: 11px;
  }
  .grd_div .grd-mart {
    grid-template-columns: unset;
  }
  .grd-lines {
    display: unset;
  }
  .four-grd {
    grid-template-columns: unset;
    margin-top: 25px;
  }
  .lines_show .task_card .main_cards .frm_sub ul {
    list-style: none;
  }
  .lines_show .task_card .main_cards .frm_sub {
    flex-direction: column;
  }
  .grd_area {
    grid: unset !important;
  }
  .main-head {
    align-items: baseline !important;
    flex-direction: column;
  }
  .mai_reps {
    flex-direction: column;
  }
  .detail .d-flexing {
    flex-direction: column;
  }
  .covered_member {
    flex-direction: column;
    align-items: baseline;
    row-gap: 15px;
  }
  .svg_ttol {
    left: 58px;
    top: 331px;
  }
  .srt_grds {
    grid-template-columns: unset;
  }
  .btm_st {
    flex-direction: column;
    align-items: baseline;
    row-gap: 14px;
  }
  .tasks .main-tasks {
    grid-template-columns: unset;
  }
  .client-area {
    flex-direction: column;
  }
  .listing .list_view ul {
    flex-direction: column;
  }
  .tps {
    flex-direction: column;
  }
  .main_crts {
    flex-direction: column;
  }
  .sts_grss {
    display: unset;
  }
  .last_left {
    flex-direction: column;
  }
  .const {
    flex-direction: column;
  }
  .invoice_pdf .al_con {
    flex-direction: column;
    align-items: baseline;
    row-gap: 27px;
  }
  .invoice_pdf .al_con .d-flex {
    flex-direction: column;
  }
  .box-1 {
    display: none;
  }
  .cove_div {
    padding: 0 0 !important;
  }
  .marg_Autos {
    margin: 0 0 !important;
  }
  .marg_Autos .seeting_area .uploader_side {
    flex-direction: column;
  }
  .marg_Autos .seeting_area {
    flex-direction: column;
  }
  .marg_Autos .forms_strt {
    margin: 0 0 0 0;
  }
  .page-container .main-content {
    padding: 39px 2px 9px 0;
  }
  .lines_show {
    height: unset !important;
  }
  .resp-class {
    flex-direction: column !important;
    row-gap: 34px;
  }
  .toggle-content {
    width: 279px;
  }
  .svg_ttol {
    left: 38px;
    top: unset;
  }
  .fc .fc-toolbar.fc-header-toolbar {
    flex-direction: column;
    align-items: baseline;
  }
  .btm_star .inner_area ul {
    align-items: center;
    flex-direction: column;
  }
  .btm_star .main_inner {
    width: 198px;
  }
  .chat.chat-app .chat-content {
    position: unset !important;
  }
  .message_page .chat.chat-app .chat-content {
    width: 100%;
    margin-top: 10px;
  }
  .chat .conversation .conversation-wrapper .conversation-body .msg.msg-recipient .bubble .bubble-wrapper {
    width: 100% !important;
  }
  .lst_msg .chat-input {
    bottom: -2px !important;
  }
  .own-cust-class {
    width: 337px;
    overflow: auto !important;
  }
}
.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox span {
  position: absolute;
  top: 5px;
  left: 0;
  height: 28px;
  width: 28px;
  background-color: #eee;
  border-radius: 4px;
}

.custom-checkbox input:checked ~ span {
  background-color: #0B2A59;
}

.custom-checkbox span::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ span::after {
  display: block;
}

.custom-checkbox span::after {
  left: 10px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.radio-group {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 30px;
}

.radio-wrapper {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
}

.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.radio-wrapper input:checked ~ .custom-radio {
  background-color: #0B2A59;
  border-color: #0B2A59;
}

.custom-radio::after {
  content: "";
  position: absolute;
  display: none;
}

.radio-wrapper input:checked ~ .custom-radio::after {
  display: block;
}

.radio-wrapper .custom-radio::after {
  top: 5px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.case-dropdown {
  display: none; /* Hidden by default */
  margin-top: 10px;
}

.evens_set {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 31px;
}
.evens_set label {
  margin: 0 !important;
}

.profile-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 23px;
}

.Content_sec {
  margin-left: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Content_sec label {
  margin: 0;
  color: #48464b;
  font-weight: 500;
  font-size: 23px;
  font-family: "ValR";
}
.Content_sec span {
  margin-left: 15px;
}/*# sourceMappingURL=admin.css.map */