/* header{
    background-color: #02563d;
}

.home-content .text {
    font-size: 17px;
    font-weight: 500;
    padding-left: 25px;
    letter-spacing: -.6px;
    color: #fff;
}

body {
 
    background-color: #f6f6f6;

}

.submenu img{
    width:20px;
} */
:root {
  --body-color: #f6f6f6;
}

body,
* {
  font-family: "Poppins", sans-serif !important;
  letter-spacing: 0px;
}

body {
  background-color: var(--body-color);
}

.form-select option,
select option,
textarea {
  font-family: "Poppins", sans-serif !important;
}

button,
input,
select {
  letter-spacing: 0;
}

a {
  color: #000;
}

.events-inner {
  border: 1px solid #ebeafb;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 2px 1px var(--main-color);
  min-height: 100px;
  background: #ffffff;
}

a:hover {
  color: #000;
}

.sidebar.menuSec.close .title {
  display: none;
}

.events-inner h5 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--main-color);
}

.dashboardCardContainer .cardBox {
  background: #f1fdfb;
  cursor: pointer;
}

.events-inner div h6,
.dashboardCardContainer .cardBox h6,
.event-title p {
  font-size: 15px !important;
  color: #545050;
  font-weight: 400;
}

.events-inner div h6:first-child {
  margin-bottom: 15px;
}

.events-inner div h6 i,
.dashboardCardContainer .cardBox div h6 i,
.event-title p i {
  color: #dd7a34;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.pdfIcon i {
  font-size: 17px;
  color: #007367;
}

.badge {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 5px;
}

.dataTables_wrapper .form-select,
.dataTables_wrapper .form-control {
  height: auto;
}

/* calendar styles */
.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 10px 4px;
  color: #007367;
  font-weight: 500;
}

/* .fc .fc-button-primary {
  background-color: transparent;
  border-color: #ddd;
  color: #007367;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #007367;
  border-color: #007367;
  color: var(--fc-button-text-color);
} */

.fc .fc-button-primary:hover {
  background-color: #42938a;
  border-color: #42938a;
  color: var(--fc-button-text-color);
}

.fc-today-button {
  display: none !important;
}

.fc-daygrid-day-top a {
  color: #484848;
}

.fc .fc-timegrid-slot {
  padding: 8px;
  cursor: pointer;
  /* background: #fff; */
}

/* .fc .fc-timegrid-now-indicator-container {
     bottom: 0px;
     overflow: hidden;
     background: #fff;
 } */

.fc .fc-timegrid-slot-minor {
  border-top-style: none;
  display: none;
  /* border: 1px solid #fff; */
}

.fc .fc-timegrid-axis-cushion {
  flex-shrink: 0;
  max-width: 60px;
  text-transform: capitalize;
  white-space: nowrap;
}

/* .fc-timegrid-event .fc-event-main {
  padding: 20px 20px 20px 20px;
} */

.fc-event,
.fc-event:hover {
  color: #000000 !important;
  text-decoration: none;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
}

.fc .fc-button-group>.fc-button {
  flex: 1 1 auto;
  position: relative;
  text-transform: capitalize;
}

.fc-daygrid-block-event .fc-event-time {
  font-size: 12px;
  font-weight: 500;
}

.fc-daygrid-dot-event {

  display: flex !important;

}

#calendar {
  min-height: 100vh;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0px 0 0px 2px;
}

/*.fc-timegrid-event .fc-event-main {
     padding: 20px 20px 20px 20px;
 }*/

.tempus-dominus-widget.light {
  z-index: 999999999;
}

/* For Month view - targets Sat (6) and Sun (0) */
/* .fc-day-sat,
.fc-day-sun {
  background-color: #f9f9f9 !important;
  
} */

/* For TimeGridWeek view - targets weekends */
/* .fc-timegrid-col.fc-day-sat,
.fc-timegrid-col.fc-day-sun {
  background-color: #f3f3f3 !important;
} */

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #dde3ea;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #fff;
}

.label-width-md {
  min-width: 160px;
  font-weight: 600;
}

.label-widths {
  margin-bottom: 12px;
}

.viewSec span {
  font-weight: 600;
  margin-right: 20px;
}

/* timeline */

.timeline {
  position: relative;
  margin: 0;
  padding: 40px 0;
  width: 100%;
  box-sizing: border-box;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 90%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 30px;
  box-sizing: border-box;
}

/* .timeline ul li:nth-child(odd) {
     float: left;
     text-align: right;
     clear: both;
 } */

.timeline ul li {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

/* .timeline ul li:before {
     content: '';
     position: absolute;
     width: 10px;
     height: 10px;
     top: 24px;
     right: -6px;
     background: var(--main-color);
     border-radius: 50%;
     box-shadow: 0 0 0 3px #b3ece7;
 } */

/* .timeline ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #b3ece7;
} */

.timeline ul li h6 {
  padding: 0;
  margin: 0;
  /* color: rgba(233, 33, 99, 1); */
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
}

/* .timeline ul li:nth-child(odd) .time {
     position: absolute;
     top: 12px;
     right: -205px;
     margin: 0;
     padding: 8px 16px;
     color: var(--main-color);
    
     border-radius: 18px;
     box-shadow: 0 0 0 3px #b3ece7;
 } */

.timeline ul li .time {
  /* position: absolute;
     top: 12px;
     left: -190px; */
  margin: 0;
  padding: 8px 0px;
  color: #de3048;
  /* color: #fff; */
  border-radius: 18px;
  /* box-shadow: 0 0 0 3px #b3ece7; */
}

.timeline .form-check {
  position: absolute;
  left: -9px;
  top: 31px;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: 35px;
    left: -4px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }

  .timeline ul li .time h4,
  .timeline ul li h6 {
    font-size: 14px;
  }

  .timeline .content h4 {
    font-size: 15px !important;
    padding: 9px 0px 9px 9px !important;
  }

  .timeline .form-check {
    top: 27px;
  }
}

.userDetails {
  color: #a58255;
}

.dashboardBadge .badge {
  min-width: 90px;
}

.bg-danger {
  background-color: rgb(255 230 231) !important;
  color: red !important;
}

.bg-warning {
  background-color: rgb(255 239 220) !important;
  color: #bf5e0c;
}

.bg-success {
  background-color: rgb(208 243 227) !important;
  color: #015801;
}

.status-high {
  background-color: rgb(255 230 231) !important;
  color: red !important;
}

.status-medium {
  background-color: rgb(239 210 175) !important;
  color: #f9c689;
}

.status-low {
  background-color: rgb(208 243 227) !important;
  color: #015801;
}

.metaTextVal {
  font-weight: 500;
  color: #302f2e;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

.dashboardCardContainer .cardBox {
  padding: 15px;
}

.dashboardCardContainer .cardBox i {
  font-size: 22px;
  background: #fdf7df;
  color: #f79b12;
  padding: 10px 11px;
  border-radius: 50%;
}

.dashboardCardContainer .cardBox .cardTitle {
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
  /* color: #5d5c5e; */
  color: #686a6a;
}

.sidebar {
  background: #fff2f1;
}

.sidebar a.active i {
  color: #d10928 !important;
}

.sidebar .logo-details {
  background-color: #cf1523;
}

header {
  background: #f2d344;
}

.sidebar a.active {
  /* color: #e98100 !important;
  font-weight: 600; */
  color: #d10928 !important;
  font-weight: 500;
  background: #ffe5e9;
}

.home-content .text {
  color: #222222;
}

.home-content .bx-menu,
.ri-menu-line {
  color: #222222;
  font-size: 18px;
  margin-right: 0px;
}

.headerUserDet i {
  font-size: 19px;
  margin-right: 3px;
  color: #c19011;
}

.headerUserDet p {
  color: #000;
}

.headerUserDet {
  margin-right: 20px;
}

.box-container {
  border: 1px solid #e8e2e2;
  border-top: 1px solid #f2d344;
}

.dashboardCardContainer .cardBox {
  background: #fff;
  padding: 15px 10px 10px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* box-shadow: var(--box-shadow-xl); */
  box-shadow: 0px 2px 3px rgb(239 231 201);
  /* margin-bottom: 22px; */
  border: 0px solid #f3ebc9;
  min-height: 110px;
}

.sidebar .nav-links li:hover {
  background: #fddee3;
}

/* .eventTitle {
     font-size: 16px
 } */
.pdfIcon i {
  font-size: 17px;
  color: #302e2e;
}

.btn-primary,
.btn-primary:active,
.btn-primary:hover {
  color: #3a3535;
  background-color: #f2d344 !important;
  border-color: #f2d344 !important;
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: #3a3535;
  background-color: #f2d344;
  border-color: #f2d344;
}

.modal .btn-close {
  background: #f2d344;
}

.modal .btn-close svg {
  fill: #2a2a2a;
}

.modal-header {
  background: #fffaeb;
}

.progress-pending {
  background-color: #f5c476 !important;
}

.progress-approved {
  background-color: #c6e5c6 !important;
}

.progress-declined {
  background-color: #ffd3d3 !important;
}

.indicatesList {
  list-style: none;
}

.indicatesList li {
  display: inline-block;
  margin-right: 25px;
}

.indicatesList li:last-child {
  margin-right: 0px;
}

.orange i {
  color: #f39c12;
}

.approved i {
  color: #28a745;
}

.declined i {
  color: #dc3545;
}

.meetingTitle {
  display: flex;
  justify-content: space-between;
}

.fc-v-event {
  border: 1px solid #fefae3;
}

.fc-v-event .fc-event-main {
  color: #383232;
}

.fc-event,
.fc-event:hover {
  color: #383232;
  border: 1px solid #f5f5f5 !important;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal;
}

.fc-event-dot {
  background-color: #3788d8 !important;
}

.fc-h-event .fc-event-main {
  color: #000000;
  /* background: #cfe9ff; */
  font-size: 11px;
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: #f2d344;
  border-color: #f2d344;
  color: #2a2a2a;
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: rgb(249, 221, 149) 0px 0px 0px 0.2rem;
}

.fc .fc-button-primary:hover {
  background-color: #f2d344;
  border-color: #f2d344;
  color: #000000;
}

.fc-timegrid-event .fc-event-time {
  font-weight: 600;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
  font-weight: 500;
}

.fc .fc-daygrid-event-harness {
  font-size: 14px;
}

.fc .fc-button-primary {
  background-color: transparent;
  border-color: #ddd;
  color: #cd970d;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 10px 4px;
  color: #c19113;
  font-weight: 500;
}

.daterangepicker .ranges li.active {
  background: #cf1523;
}

.filter_btn input {
  color: #cf1523;
  background: #fff;
  border: 1px solid #d10928;
  /* width: 225px; */
  width: 250px;
  cursor: pointer;
  padding: 0;
}

.searchDiv {
  /* width: 35%; */
  margin: auto;
  /* margin-bottom: 37px; */
}

.searchDiv input {
  height: 35px;
  border: 1px solid #e9ddbe !important;
  width: 250px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  /* background-color: #d10928;
     border: 1px solid #ced4da; */
  background-color: #fff;
  border: 1px solid #e9ddbe !important;
  border-radius: 0.375rem;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.input-group-text i {
  color: #939393;
}

.searchDiv a:hover {
  color: var(--bs-link-hover-color);
}

.tbl-style th,
.tbl-style td {
  vertical-align: middle;
  /*      text-align: center;*/
}

.badge-status {
  font-size: 0.8rem;
  padding: 0.4em 0.6em;
}

.verditBg {
  background: #fff7e0 !important;
}

.timeline ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 38px;
  left: -4px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0px 2px 2px #d10928;
}

.timeline .bg-warning {
  background-color: rgb(255, 221, 85) !important;
}

.timeline ul li p {
  font-size: 12px;
}

.timeline ul li {
  float: left;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}

.timeline:before {
  left: 27px;
}

.pl-100 {
  padding-left: 75px;
}

.secHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3eded;
  /* background: #fff; */
  padding-bottom: 10px;
}

.headingDate {
  color: #c9940a;
  font-size: 21px;
  margin-top: 12px;
  font-weight: 400;
}

.headingDate i {
  font-size: 22px;
}

.listContainerBox {
  background: #fff;
  padding: 20px 50px;
  margin-right: 100px;
}

.timeline .content h4 {
  font-weight: 400;
  font-size: 19px;
  color: #de3048;
  /* border: 1px solid #e1f1ef; */
  display: flex;
  padding: 12px 25px 9px 12px;
  border-radius: 24px;
  margin-bottom: 5px;
  /* box-shadow: 0px 1px 2px #007467; */
  /* width: 330px; */
  /* background: #ffffff; */
  align-items: center;
}

.timeline .content h4 .badge {
  margin-left: 20px !important;
  margin-bottom: 0px !important;
  position: relative;
  top: -2px;
  border-radius: 60px;
}

.timeline:before {
  width: 1px;

  background: #efdfe2;
}

.eventTimelineDetails {
  margin-left: 10px;
}

.timeline ul li h6 {
  padding: 0;
  margin: 0;
  /* color: rgba(233, 33, 99, 1); */
  font-weight: 500;
  font-size: 17px;
  color: #1a1a1a;
  word-wrap: anywhere;
}

.timeline ul li p {
  margin: 5px 0px 20px 0px;
  padding: 0;
  font-size: 13px;
  word-wrap: anywhere;
}

.timeline p i {
  color: #cf940c;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 27px;
}

#datepickerBtn {
  margin-right: 5px;
  height: 33px;
  border: 1px solid #ced4da !important;
}

.timeline ul li {
  width: 100%;
  padding: 20px 20px;
}

.eventInfoJustify {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline .content {
  padding-bottom: 5px;
}

.verditBg {
  background: #fff7e0 !important;
}



.touser {
  cursor: not-allowed;
}

/* .event_card .card-body {
  padding: 0px 20px !important;
} */

.event_card p {
  margin-bottom: 0px !important;
  word-wrap: anywhere;
}

.event_card .card-title {
  color: #007467;
  margin-bottom: 0px;
  font-size: 20px;
}

.mt2 {
  margin-top: -25px;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007367' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007367' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  /* top: 50%; */
  top: 7px;
  bottom: auto;
  width: 7%;
}

.carousel-control-prev {
  right: 55px !important;
  left: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 20px;
}

.carousel-overlay-content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);

  padding: 15px;
  border-radius: 8px;
  color: white;
}

.highlight-box {
  border-radius: 0.5rem;
  padding: 7px 10px;
  display: inline-block;
  background-color: #fff2f4;
  width: 100%;
}

.status-badge {
  background-color: #edc56e;
  color: #1a1a1a;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}

.meta-icon,
.meta-text {
  color: #62451c;
  font-size: 12px;
  /* white-space: nowrap; */
}

.card-custom {
  background-color: #f9edd9;
  padding: 2rem;
  border-radius: 0.5rem;
  margin: 2rem auto;
}

.info-label {
  color: #6c6c6c;
  font-size: 0.9rem;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.info-value {
  color: #8b4a00;
  font-weight: 600;
  word-break: break-word;
}

.request_approve .form-control,
.request_approve .form-select {
  background-color: #f0e9db;
  border: none !important;
  border-radius: 0.4rem;
  padding: 1rem;
}

.dropdown-select {
  height: calc(1.5em + 2rem + 0px) !important;
}

.form-control {
  padding: 0.375rem 0.75rem !important;
  
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #ccc;
}

.upload-text {
  font-size: 0.9rem;
  color: #8b4a00;
}

.btn-submit {
  background-color: #f2d344;
  color: #000;
  border: none;
  padding: 0.5rem 1.5rem;
}

.btn-submit:hover {
  background-color: #f2d344;
}

.title {
  font-size: 20px;
  color: #d10928;
  word-wrap: anywhere;
}

.tabsContainer .tabsFill .nav-tabs .nav-link {
  padding: 8px 13px 7px 13px;
}

.event_details_table {
  background: #fff;
  padding: 20px;
}

/* p {
  text-align: justify;
} */

.userDetailsSec {
  border-bottom: 1px solid #fddfbc;
  padding-bottom: 10px;
}

.editor-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.toolbar {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
}

.toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
}

.editor {
  min-height: 200px;
  padding: 10px;
  background: #fff;
  outline: none;
}

.upload-area {
  border-top: 1px dashed #ccc;
  padding: 15px;
  background-color: #f1fefc;
  text-align: left;
  font-size: 14px;
  color: #008080;
  /* cursor: pointer; */
  width: 100%;
}

.upload-area input {
  display: none;
}

i.ri-upload-cloud-line {
  color: #007467;
  font-size: 20px;
  margin-right: 5px;
}

.choosefile {
  color: #007467 !important;
  cursor: pointer;
  font-size: 16px;
  margin-left: 8px;
}

.toolbar button i {
  font-size: 20px;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 0px !important;
}

.form-label {
  border-bottom: 1px solid #aaa;
  padding-bottom: 9px;
  padding-right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 0px;
}

.ck-editor__editable {
  min-height: 200px;
}

.ck-editor__editable_inline {
  min-height: 150px;
}

.ck.ck-editor {
  transition: none !important;
}

/* .cke_chrome {
     visibility: hidden !important;
 } */

.ck-placeholder {
  color: #999;
  font-style: italic;
}

.ck-placeholder::before {
  color: #aaa;
  font-style: italic;
}

.chat-container {
  /* max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 20px;*/
  display: flex;
  flex-direction: column;
  /*height: 90vh;*/
}

.messages {
  flex: 1;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 20px;
  /* border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  background-color: #fafafa; */
}

.message {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
}

.mp:hover {
  /* box-shadow: 0 0 5px rgb(251 196 53); */
  box-shadow: 0 0 5px rgb(255, 193, 7);
  transition: all 0.3s ease;
}

.agent:hover {
  box-shadow: 0 0 5px rgb(251 196 53);
  transition: all 0.3s ease;
}

.agent {
  /* background: #fff2f1;
  border-left: 5px solid #d10928; */

  background: #fff !important;
  /* border-left: 5px solid #ffc107 !important;
  border: 1px solid #fdedbf; */
  border-left: 5px solid #d2d0a0 !important;
  border: 1px solid #d2d0a0;
}

.sender {
  font-weight: 600;
  color: #333;
}

.timestamp {
  font-size: 13px;
  color: #555;
  /*margin-top: 5px;*/
}

i.ri-timer-line {
  color: #ffb800;
  font-size: 17px;
}

.ck-toolbar {
  display: none !important;
}

.tabsContainer .tabsFill .nav-tabs .nav-item.show .nav-link,
.tabsContainer .tabsFill .nav-tabs .nav-link.active {
  /* border-bottom: 2px solid var(--main-color); */
  color: #000000;
  background-color: #f2d344;
}

.ip-badge {
  background: #f2d344;
  color: #1a1a1a;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  margin-right: 0.7rem;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #cf1523;
}

.daterangepicker td.in-range {
  background-color: #fff2f1;
}

.form-check-input:checked {
  background-color: #f2d344;
  border-color: #f2d344;
}

.statusSelect {
  width: 150px;
  position: absolute;
  right: 270px;
}

.t-w-125 {
  min-width: 125px !important;
}

/* 
 #ui-datepicker-div {
     position: absolute;
     top: 160px !important;
     left: 83% !important;
 } */

.quick-menu {
  min-width: 400px !important;
}

.menu-footer {
  margin-left: 40px;
}

.menu-footer p {
  font-size: 12px;
  position: absolute;
  bottom: 0;
}

.logo_name .title {
  color: #fff;
  margin-bottom: 0;
  font-size: 19px;
}

.swal-button--custom,
.swal2-popup .swal2-confirm {
  background-color: #f2d344 !important;
  border: 1px solid #f2d344 !important;
  color: #000 !important;
}

textarea.is-invalid {
  border-color: #dc3545;
}

textarea.is-valid {
  border-color: #28a745;
}

/* .searchDiv input {
     width: 250px !important;
     height: 35px;
 } */
/* #grievanceTbl_filter input {
  width: 160px !important;
} */
.mblIcon {
  display: none;
}

@media screen and (max-width: 576px) {
  .userDetailsSecrow .row {
    flex-direction: column;
    margin-bottom: 15px !important;
  }

  .userDetailsSecrow .info-label {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
  }

  .userDetailsSecrow .col-1,
  .event-detail-btn {
    display: none;
  }

  .userDetailsSecrow .info-value {
    margin-top: 0;
  }

  .home-content {
    height: 60px;
  }

  .searchDiv input {
    width: 220px !important;
  }

  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    /* float: right; */
    float: inherit;
    font-size: 11px;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start !important;
  }

  .page-link {
    font-size: 11px;
    margin-top: 5px;
  }

  #grievanceTbl_filter input,
  #mpladsTable_wrapper input {
    width: 100% !important;
    margin: 10px 0;
  }

  .dataTables_filter {
    float: left !important;
    width: 100%;
  }

  div.dataTables_wrapper div.dataTables_filter label {
    max-width: 100% !important;
    width: 100% !important;
  }

  table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
    font-size: 13px !important;
  }

  .ticketSection .box-container {
    padding-bottom: 65px;
  }

  header {
    /* background: #fff; */
    box-shadow: var(--box-shadow);
  }

  #profile_pic {
    margin-right: 0px !important;
  }

  .sidebar .nav-links {
    padding-top: 35px;
  }

  .title {
    font-size: 20px;
  }

  .card-custom {
    padding: 1rem;
  }

  .concren_text p {
    max-height: 200px;
    overflow-y: scroll;
  }

  .messages {
    overflow-y: inherit;
    border: none;
    padding: 0;
    background-color: #fff;
  }

  .fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
    /* allow multi-line */
    justify-content: space-between;
    padding: 5px;
    /* padding-top: 15px; */
    margin-bottom: 0px !important;
  }

  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    flex-basis: 100%;
    /* force title to occupy a new row */
    text-align: center;
    order: 2;
    /* make sure title stays below */
    margin: 5px 0;
  }

  .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 1;
    /* keep view buttons on the first row */
  }

  .fc .fc-col-header-cell-cushion,
  .fc .fc-daygrid-event,
  .fc-daygrid-block-event .fc-event-time {
    font-size: 11px;
  }

  .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    min-width: 0px;
    overflow: hidden;
  }

  .fc-timegrid-slot-label {
    font-size: 12px !important;
  }

  .scheduler_default_rowheader {
    width: 50px !important;
  }

  .indicatesList li {
    font-size: 12px;
    margin-right: 10px;
  }

  .mblIcon {
    display: block;
  }

  .desktopView {
    display: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: -65px;
  }

  .tab-content .box-container {
    padding: 10px;
  }

  .carousel-item {
    height: auto;
  }

  .timeline {
    padding: 5px;
  }

  .timeline::before {
    left: 5px;
  }

  .timeline ul li p {
    margin: 0px 0px 7px 0px;
  }

  .eventTimelineDetails {
    margin-left: 5px;
  }

  .timeline .content h4 {
    font-size: 15px !important;
    padding: 9px 0px 0px 5px !important;
  }

  .modal-body {
    max-height: calc(100vh - 120px);
    /* adjust based on header/footer height */
    overflow-y: auto;
  }

  .modal-header {
    position: sticky;
    top: 0;
    z-index: 1055;

  }
}

@media (min-width: 577px) and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end !important;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .userDetailsSecrow .row {
    /* flex-direction: column; */
    margin-bottom: 15px !important;
  }

  .userDetailsSecrow .info-label {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    width: 105px;
  }



  /* .userDetailsSecrow .col-1 {
    display: none;
  }

  .userDetailsSecrow .info-value {
    margin-top: 0;
  } */
}


/* Replace default toggle icons with Font Awesome icons */
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
  content: "\f055";
  /* fa-plus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #463d3d;
  font-size: 11px;
  margin-right: 10px;
  display: inline-block;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before {
  content: "\f056";
  /* fa-minus */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #dc3545;
}

.dashboardCardContainer .card .card-body {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

/*  */
.dashboardCardContainer {
  overflow-x: auto;
}

.searchDiv {
  margin: inherit;
}

.card.active {
  background-color: #f2d344;
  transition: background-color 0.2s ease;
  border: 1px solid #d9c246;
}

.table-styles .table-bordered> :not(caption)>* {
  border-width: 0px 0;
  border-bottom: 5px solid var(--body-color);
  border-radius: 20px;
}

.table-styles .tbl-style td {
  border: transparent;
}

.table-styles table.dataTable>tbody>tr,
.table-styles tr {
  background-color: #fff;
}

.table-styles .table thead th {
  border-bottom: 1px solid var(--body-color);
  padding: 5px 10px;
  border-right: 1px solid #fff;
  /* background-color: var(--body-color); */
  background-color: #cf1523;
  color: #fff;
}

.table-styles table.dataTable {
  border-collapse: collapse !important;
}

.table-styles .table-bordered> :not(caption)>*>* {
  border-width: 0 0px;
}

.table-styles table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 0px;
}

.mobileIcon {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobileIcon {
    display: block;
  }

  .searchDiv,
  .filter_btn {
    display: none;
    /* width: 220px;
    z-index: 1000;
    position: relative;
    right: 40px; */
  }

  .filter_btn {
    /* right: 88px; */
  }

  .filter_btn input {
    width: 100%;
  }

  /* .filter_btn i {
    display: none;
  } */
  /* .dataTables_wrapper .dataTables_length {
    float: right;
  } */
  /* 
  .input-group-text {
    display: none;
  } */

  .searchDiv input {
    border-right: 1px solid #e9ddbe !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .dataTables_wrapper .dt-buttons {
    margin-left: 0;
  }

  .eventInfoJustify {
    flex-direction: column;
    align-items: start;
  }

  .divWidth100 {
    width: 100%;
  }

  .fc .fc-button-group>.fc-button {
    padding: 5px;
    font-size: 12px;
  }

  .statusSelect {
    right: 5px !important;
  }

  .fc .fc-toolbar-title {
    font-size: 18px;
  }



}

@media (min-width: 768px) and (max-width: 1199px) {
  .statusSelect {
    right: 45px !important;
  }
}

@media screen and (max-width: 1399px) {
  .pl-100 {
    padding-left: 0;
  }

  .listContainerBox {
    padding: 0;
    margin-right: 0;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end;
  }
}

/* .dataTables_scrollBody thead{
            display: none;
        } */

/* .dataTables_wrapper #grievanceTbl_length,
       .dataTables_wrapper #grievanceTbl_filter,
       div.dataTables_wrapper #grievanceTbl_info.dataTables_info,
       div.dataTables_wrapper div.dataTables_paginate,
       table.dataTable thead > tr > th.sorting::before,
      table.dataTable thead > tr > th.sorting::after{
            display: none;
        } */
.text-light {
  color: #8e8e8e !important;
}

.sub-box {
  background: #fff;
  width: 100%;
  border-radius: 15px;
  padding: 15px;
}

.grievanceModal .modal-body {
  background: #f8f8f8;
}

.modal .page-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.modal p {
  line-height: 20px;
  text-align: start;
  word-break: break-word;
}

.concren_text p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #8e8e8e !important;
  /* max-height: 400px;
overflow-y: scroll; */
}

/* login styles */

.loginPage {
  background-image: url(../../assets/images/beach-bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
}

.sec-overlay {
  position: absolute;
  inset: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}

.sec-content {
  position: relative;
  z-index: 1;
}

.login-box {
  padding: 40px;
}

/* .loginPage .bg-gray-100 {
  background-color: #fff9df;
} */

.loginPage .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: #f2d344;
}

.messages .message p,
.grievanceConcern p {
  /* overflow-x: scroll; */
  word-wrap: break-word;
}

.messages .message p {
  margin: 0;
}

.modal .pdfIcon {
  margin-right: 10px;
}

/* .form-control.is-invalid,
.was-validated .form-control:invalid,
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.form-control.is-valid,
.was-validated .form-control:valid
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"]   {
  background-image: none;
} */

.form-select.is-valid:not([multiple]):not([size]) {
  padding-right: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
  box-shadow: none !important;

}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545 !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  box-shadow: none !important;
}

.form-select.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.form-select.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border: 1px solid #ced4da !important;
}

.sidebar .logo-details .logo_name img {
  width: 30px;
}

.date-picker-wrapper {
  position: relative;
  /* display: inline-block; */
}

.date-picker-wrapper i {
  position: absolute;
  left: 8px;
  top: 17px;
  transform: translateY(-50%);
  color: #939393;
  pointer-events: none;
  font-size: 15px;
}

.date-picker-wrapper input {
  padding-left: 17px;
  /* space for icon */
  border: 1px solid #ccc;
  border-radius: 4px;
}

h5.cardTitle.text-nowrap {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}

.card.active h5 {
  font-weight: 500;
}

/* #cke_31,
#cke_33,
#cke_47,
#cke_11,
#cke_19,
#cke_25,
#cke_37 {
  display: none;
} */

.message hr {
  margin: 0;
}

.dataTables_wrapper .dt-buttons .btn {
  margin-right: 10px;
  border-radius: 5px !important;
  padding: 2px 11px;
  font-size: 14px;
  background-color: #4c4b4b !important;
  border: 1px solid #4c4b4b !important;
}

.input-group>.form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fc-icon-chevron-left::before {
  content: "" !important;
}

.fc-icon-chevron-right::before {
  content: "" !important;
}

.whatsappIcon i {
  font-size: 23px;
}

.dataTables_wrapper .dt-buttons {
  margin-left: 6px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.in-progress {
  background-color: #f0ad4e;
}

.need-more-info {
  background-color: #17a2b8;
  color: #fff;
}

.on-hold {
  background-color: #6c757d;
  color: #fff;
}

.resolved {
  background-color: #28a745;
  color: #fff;
}

.not-solved {
  background-color: #dc3545;
  color: #fff;
}

.check-with-sridhar {
  background-color: #b9375d;
  color: #fff;
}

.check-with-sribharat {
  background: #d2d0a0;
}

.message.agent.in-progress,
.mp.in-progress {
  border-left: 4px solid #f0ad4e !important;
  border: 1px solid #fdedbf;
  background: #ffffff !important;
}

.message.agent.need-more-info,
.mp.need-more-info {
  border-left: 4px solid #17a2b8 !important;
  border: 1px solid #b9f0f9;
  color: var(--text-color);
  background: #ffffff !important;
}

.message.agent.on-hold,
.mp.on-hold {
  border-left: 4px solid #6c757d !important;
  border: 1px solid #c9caca;
  color: var(--text-color);
  background: #ffffff !important;
}

.message.agent.resolved,
.mp.resolved {
  border-left: 4px solid #28a745 !important;
  border: 1px solid #aef2be;
  color: var(--text-color);
  background: #ffffff !important;
}

.message.agent.not-solved,
.mp.not-solved {
  border-left: 4px solid #dc3545 !important;
  border: 1px solid #f9c5ca;
  color: var(--text-color);
  background: #ffffff !important;
}

.message.agent.check-with-sridhar,
.mp.check-with-sridhar {
  border-left: 4px solid #b9375d !important;
  border: 1px solid #f2bbcb;
  color: var(--text-color);
  background: #ffffff !important;
}

.btn-light,
.btn-light:active,
.btn-light:hover {
  color: #3a3535;
  background-color: #f0dfb0 !important;
  border-color: #ccb579 !important;
  word-wrap: break-word;
}

.text-maindark {
  color: #a47d19 !important;
  word-wrap: anywhere;
}

.carousel-item {
  height: 500px;
  overflow-y: scroll;
}

.messages p,
#eventDetailBody td span {
  word-wrap: anywhere;
}

.swal2-container {
  z-index: 999999999 !important;
}

/* .mpComments hr{
margin: 15px;
} */
.actionBtns {
  white-space: nowrap;
  margin-left: 10px;
}

.eventDetailBody .table tbody th {
  white-space: nowrap;
  width: 180px;
}

.grievanceConcern ol,
.grievanceConcern ul {
  padding-left: 2rem !important;
}

.notifyBharatContainer {
  border: 1px solid #edd656;
  padding: 5px 6px;
  padding-right: 0px;
  border-radius: 6px;
  background: #e5ddb2;
}

.notifyBharatContainer .card .card-body {
  padding: 10px;
  font-size: 13px;
  cursor: pointer;
}

.notifyBharatContainer .card {
  background: #fbf8eb;
  margin-right: 6px;
}

.notifyBharatContainer div:nth-child(1) {}

.notifyBharatContainer .card.active {
  background-color: #f2d344;
}

#profile_pic {
  cursor: pointer;
  margin-right: 20px;
}

#profile_pic img {
  margin-right: 5px;
}

.sub-menu .sub-menu-link p {
  margin-bottom: 0;
  line-height: inherit;
  font-size: 16px;
}

.sub-menu-link {
  padding: 0px !important;
}

.sub-menu-link1 a,
.more-profile-details {
  padding: 12px 12px !important;
  display: inline-block;
  width: 100%;
}

.sub-menu-link1 a:hover {
  background-color: #f6f6f6;
}

#pageLoader {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 85%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #f2d344;
  border-color: #f2d344 transparent #f2d344 transparent;
  animation: dual-ring-spin 1.2s linear infinite;
}

@keyframes dual-ring-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover {

  background: #f2d344 !important;
  border: 1px solid #f2d344 !important;
  color: #000 !important;
}

.printmpLogo,
.printSec {
  display: none;
}

@media print {
  @page {
    padding: 0px;
    margin: 0;
    /* border: 1px solid #fae78e;
    padding: 20px;
    margin: 10px;
    height: 92vh; */
    border: 1px solid #fae78e;
    margin: 10px;
  }

  body {
    background-color: #fff !important;
    padding: 0;
    margin: 0;
  }

  .printSec {
    display: block;
    background-color: #fae78e;
    padding: 5px 25px;
  }

  /* .printBorder{
     border: 1px solid #fae78e;
    padding: 20px;
    margin: 10px;
    height: 92vh;
  } */

  .printmpLogo {
    display: block;
    width: 60px;
  }

  .secHeading {
    margin-bottom: 0px;

    /* background: #fff; */
    padding-bottom: 5px;
  }

  .content {
    padding-bottom: 0px;
  }

  .headingDate {
    font-size: 26;
  }

  .headingTitle {
    font-size: 33px;
  }

  .timeline {
    padding-top: 0;

  }

  .timeline .content h4 {
    font-size: 18px !important;
    padding-bottom: 0 !important;
  }

  .timeline ul li h6 {
    font-size: 20px;
  }

  .timeline-item {
    position: relative;
    padding-left: 30px;
  }

  .timeline-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
  }

  .timeline ul li p {
    font-size: 16px;
  }

  .btnHide,
  .eventTimelineDetails a,
  .btn-outline-secondary,
  .secHeading,
  .timeline .form-check {
    display: none;
  }

  .timeline ul li p {
    margin-bottom: 0;
  }

  .timeline ul li {
    padding-bottom: 0px;
  }

  .timeline .content h4 .badge {
    font-size: 14px;
    font-weight: 500;
  }

  input {
    border: 0 !important;
    /* remove border */
    background: transparent !important;
    /* remove background */
    box-shadow: none !important;
    /* remove shadow */
    outline: none !important;
    /* remove focus outline */
    -webkit-appearance: none;
    /* Chrome/Safari */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
  }
}

#shareMenu {
  display: none;
}

/* show dropdown when active */
#shareMenu.active {
  display: block;
}

@media (min-width: 1400px) {
  .reference-wrapper .col-xxl-3 {
    flex: 0 0 auto;
    width: 20%;
  }


}


@media (min-width: 1400px) and (max-width: 1700px) {
  .personalDetails .col-xxl-3.w-33 {
    width: 33.33333333%;
  }
}

@media (min-width: 1701px) {
  .personalDetails .col-xxl-2 {
    width: 12.5%;
  }
}

.commentrow p {
  padding: 5px;
  border-radius: 5px;
}

/* logins styles */
.viewIcon {
  right: 15px;
  top: 35px;
}

.login-button {
  background: #f2d344 !important;
  color: #000 !important;
  text-align: center !important;
  display: inline-block !important;
  padding: 14px 0px !important;
  border-radius: 80px !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}

.login-button:hover,
.login-button:active,
.login-button:focus {
  background: #f2d344 !important;
  color: #000 !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn,
.actionBtns{
  cursor: no-drop !important;
}
select option:disabled {
color: #dfe0e4;
}

.loginPage input{
  -webkit-appearance: none; /* remove iOS default styles */
  -moz-appearance: none;
  appearance: none;
  border:1px solid #f2d344;
  padding: .5rem .75rem;
}

.sub-menu-wrap{
  z-index: 99999999;
   position: fixed; 
}
.dashboardCardContainer,
.card {
  z-index: 1;   /* keep cards low */
}
