/* Review report */
.box-img img {
  border-radius: 5px;
  max-width: 150px;
}

.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-weight: bold;
  font-size: 20px;
}
.panel .panel-body {
  padding: 15px;
}

/* Days of week */
.days-week input[type=checkbox] {
  width: 0;
  height: 0;
  display: none;
}
.days-week input[type=checkbox] + label {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid;
  line-height: 23px;
  text-align: center;
  font-weight: normal;
  margin: 0.5px;
  display: inline-block;
}
.days-week input[type=checkbox]:checked + label {
  color: #ffffff;
  background-color: #177B91;
  border-color: #177B91;
}

.img-edit-label {
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  background: black;
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 5px 10px;
  font-size: 12px;
  width: 100%;
  opacity: 0.6;
  color: white;
  font-weight: bold;
}

/* Full calendar */
#calendar .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton thead .fc-day-top {
  text-align: center;
}
#calendar .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton thead .fc-day-top .fc-day-number {
  float: none;
}
#calendar .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton thead .fc-day-top .btn-add-event {
  float: right;
}
#calendar .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton tbody .fc-event-container > .fc-event {
  border: none;
}
#calendar .fc-view-container .fc-view .fc-widget-content .fc-content-skeleton tbody .fc-event-container > .fc-event > .fc-content > .fc-title {
  white-space: normal;
}
#calendar.calendar-meals .fc-list-item-time, #calendar.calendar-meals-print .fc-list-item-time {
  display: none;
}
#calendar.calendar-meals .fc-view-container .fc-dayGridMonth-view .fc-widget-content .fc-event-container .fc-day-grid-event.event-notes, #calendar.calendar-meals-print .fc-view-container .fc-dayGridMonth-view .fc-widget-content .fc-event-container .fc-day-grid-event.event-notes {
  background-color: #fff;
  color: #000000;
  font-weight: 600;
}
#calendar.calendar-meals .fc-view-container .fc-dayGridMonth-view .fc-widget-content .fc-event-container .fc-day-grid-event .fc-content .fc-time, #calendar.calendar-meals-print .fc-view-container .fc-dayGridMonth-view .fc-widget-content .fc-event-container .fc-day-grid-event .fc-content .fc-time {
  display: none;
}

.custom-modal .modal-content .modal-header {
  text-align: left;
  padding: 10px 15px;
  border: unset;
}
.custom-modal .modal-content .modal-header .modal-title {
  font-size: 20px;
  color: #000000;
}
.custom-modal .modal-content .modal-body {
  padding: 15px;
  background-color: #ffffff;
}
.custom-modal .modal-content .modal-footer button {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-modal .modal-content .modal-footer button.btn-cancel, .custom-modal .modal-content .modal-footer button.btn-close {
  background-color: #cdcdcd;
  color: #ffffff;
  font-weight: 600;
}
.custom-modal .modal-content .modal-footer button.btn-cancel:hover, .custom-modal .modal-content .modal-footer button.btn-cancel:focus, .custom-modal .modal-content .modal-footer button.btn-close:hover, .custom-modal .modal-content .modal-footer button.btn-close:focus {
  background-color: #b4b4b4;
}
.custom-modal#alert-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}

body .left-nav #box-icon-collapse .fa-chevron-circle-right {
  display: none;
}
body.mini-navbar .left-nav .nav-header {
  background-color: #123143;
}
body.mini-navbar .left-nav .nav-header .box-logo .box-text {
  display: none;
}
body.mini-navbar .left-nav #box-icon-collapse {
  left: 40px;
}
body.mini-navbar .left-nav #box-icon-collapse .fa-chevron-circle-right {
  display: block;
}
body.mini-navbar .left-nav #box-icon-collapse .fa-chevron-circle-left {
  display: none;
}
body.mini-navbar .left-nav ul.nav.collapse.in {
  z-index: 1;
}

.left-nav {
  background-color: #123143;
}
.left-nav nav ul#side-menu a.dashboard.active, .left-nav nav ul#side-menu a.dashboard:hover, .left-nav nav ul#side-menu a.dashboard:focus, .left-nav nav ul#side-menu a.dashboard:active {
  color: #159b76;
}
.left-nav nav ul#side-menu > li.nav-header {
  padding: 15px;
}
.left-nav nav ul#side-menu > li.nav-header .box-logo a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #ffffff;
  font-weight: 600;
}
.left-nav nav ul#side-menu > li.nav-header .box-logo a:hover, .left-nav nav ul#side-menu > li.nav-header .box-logo a:focus, .left-nav nav ul#side-menu > li.nav-header .box-logo a:active {
  color: #159b76;
}
.left-nav nav ul#side-menu > li.nav-header .box-logo a img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.left-nav nav ul#side-menu > li.nav-header .box-logo a .box-text .box-childcare {
  font-size: 24px;
  line-height: 28px;
}
.left-nav nav ul#side-menu > li.active > a {
  background-color: #244a5f;
}
.left-nav nav ul#side-menu > li > ul.nav > li > a > i.fa {
  width: 14px;
}
.left-nav nav ul#side-menu > li > ul.nav > li > a:hover, .left-nav nav ul#side-menu > li > ul.nav > li > a.active {
  color: #159b76;
}
.left-nav #box-icon-collapse {
  position: fixed;
  bottom: 15px;
  left: 230px;
}
.left-nav #box-icon-collapse .collapse-act {
  width: 30px;
  height: 30px;
  color: #a7b1c2;
}
.left-nav #box-icon-collapse .collapse-act:hover {
  color: #159b76;
}

.tooltip.show {
  opacity: 1;
}
.tooltip.show .arrow:before {
  border-bottom-color: #2f4050;
}
.tooltip.show .tooltip-inner {
  text-align: right;
}

#top-nav {
  background-color: #244a5f;
  height: 70px;
}
#top-nav nav.navbar-static-top {
  align-items: center;
  height: 100%;
}
#top-nav nav.navbar-static-top ul.navbar-right > li {
  display: flex;
  align-items: center;
}
#top-nav nav.navbar-static-top ul.navbar-right > li:not(:last-child):after {
  content: "|";
  padding: 0px 5px;
  font-size: 20px;
  vertical-align: middle;
}
#top-nav nav.navbar-static-top ul.navbar-right > li > a {
  padding: 0;
  min-height: -moz-fit-content;
  min-height: fit-content;
  color: #ffffff;
}
#top-nav nav.navbar-static-top ul.navbar-right > li > a:hover, #top-nav nav.navbar-static-top ul.navbar-right > li > a:focus {
  color: #159b76;
}
#top-nav nav.navbar-static-top ul.navbar-right > li.top-settings > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #244a5f;
  text-align: center;
}
#top-nav nav.navbar-static-top ul.navbar-right > li.top-settings ul.dropdown-settings {
  z-index: 2051;
}
#top-nav .navbar-header {
  line-height: 1.2;
}
#top-nav .navbar-header ul.navbar-nav {
  display: flex;
  flex-direction: row;
}
#top-nav .navbar-header ul.navbar-nav > li.nav-item:not(:last-child):after {
  content: "|";
  padding: 0px 5px;
  font-size: 20px;
  vertical-align: middle;
}
#top-nav .navbar-header ul.navbar-nav > li.nav-item > a {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #729bb1;
}
#top-nav .navbar-header ul.navbar-nav > li.nav-item > a:hover, #top-nav .navbar-header ul.navbar-nav > li.nav-item > a:active, #top-nav .navbar-header ul.navbar-nav > li.nav-item > a.active {
  color: #159b76;
  border-bottom: 2px solid #159b76;
}

.alert-warning {
  background-color: #f2efdc;
  border-color: #f6da91;
}
.alert-warning > .close {
  color: #e7a602;
}
.alert-warning > .close:hover, .alert-warning > .close:focus {
  color: #e76d02;
}

.breadcrumb-section {
  font-weight: 600;
}
.breadcrumb-section ol.breadcrumb {
  background: transparent;
}
.breadcrumb-section ol.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: "\F105";
}
.breadcrumb-section ol.breadcrumb .breadcrumb-item.active > a {
  color: #db5f29;
}

.tabs-container .tab-content .panel-body .ibox {
  margin-bottom: 0;
}
.tabs-container .tab-content .panel-body .ibox .ibox-title {
  padding: 0 0 10px 0;
  border-top: 0;
}
.tabs-container .tab-content .panel-body .ibox .ibox-content {
  padding-bottom: 0;
}

.ibox .ibox-title {
  padding-right: 15px;
}
.ibox .ibox-title.align-middle {
  display: table;
  width: 100%;
  height: 48px;
}
.ibox .ibox-title.align-middle > .tbl-row {
  display: table-row;
}
.ibox .ibox-title.align-middle > .tbl-row > .tbl-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.ibox .ibox-title.align-middle > .tbl-row > .tbl-cell.fitwidth {
  width: 1px;
  white-space: nowrap;
  padding-right: 10px;
}
.ibox .ibox-title h5 {
  margin-bottom: 0;
}
.ibox.ibox-form {
  border: 1px solid #ddebeb;
}
.ibox.ibox-form .ibox-title {
  background-color: #ddebeb;
}

.box-payment-setting {
  border: 1px solid #cee2e1;
}
.box-payment-setting .ibox-title {
  background-color: #ddebeb;
}
.box-payment-setting .ibox-content {
  background-color: #f4fafa;
}

.multiselect-container > button.multiselect-option,
.multiselect-container > button.multiselect-all {
  width: 100%;
}
.multiselect-container > button.multiselect-option.active, .multiselect-container > button.multiselect-option:hover, .multiselect-container > button.multiselect-option:focus,
.multiselect-container > button.multiselect-all.active,
.multiselect-container > button.multiselect-all:hover,
.multiselect-container > button.multiselect-all:focus {
  background-color: #ddebeb !important;
}

.items-per-page select {
  color: #566677;
  font-weight: bold;
  border-color: #F8FAFB;
  background-color: #EAEDF0;
  padding: 6px 8px;
}
.items-per-page .per-page {
  color: #b4b4b4;
}

.text-grey {
  color: #b4b4b4;
}

.box-range-label {
  width: 200px;
  border: 1px solid #eef0f2;
  border-radius: 4px;
}
.box-range-label .fa-calendar {
  vertical-align: middle;
  border-right: 1px solid #eef0f2;
  padding: 10px 12px;
  margin-right: 0;
  width: 20px;
}
.box-range-label .date-range-label {
  padding: 8px 12px;
}

.navbar-top-links .dropdown-settings {
  width: 250px;
}

.box-avatar-info {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.box-avatar-info.avatar-sm {
  grid-template-columns: 30px auto;
}
.box-avatar-info.avatar-sm .text-display {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #F4FAEF;
  font-weight: 600;
  color: #4D7524;
}

.bootstrap-datetimepicker-widget {
  z-index: 999999 !important;
}
.bootstrap-datetimepicker-widget table thead tr th {
  padding: 5px !important;
}
.bootstrap-datetimepicker-widget table tbody tr td {
  padding: 5px !important;
  height: 20px !important;
  line-height: 20px !important;
  width: 20px !important;
}
.bootstrap-datetimepicker-widget table tbody tr td.today {
  padding: 0;
}

input[type=number].hide-spin {
  -moz-appearance: textfield;
}
input[type=number].hide-spin::-webkit-outer-spin-button, input[type=number].hide-spin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=time] {
  position: relative;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
}

#card-wrapper .card-info {
  background-color: #ddebeb;
  border: 1px solid #cee2e1;
  border-radius: 5px;
  padding: 10px;
  margin: 5px;
  height: 100px;
}
#card-wrapper .card-info .fa-check {
  display: none;
}
#card-wrapper .card-info.card-selected {
  border: 1px solid #b34b1e;
}
#card-wrapper .card-info.card-selected .fa-check {
  display: inline-block;
}

#ach-wrapper .card-info {
  background-color: #ddebeb;
  border: 1px solid #cee2e1;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  height: 125px;
}
#ach-wrapper .card-info .fa-check {
  display: none;
}
#ach-wrapper .card-info.card-selected {
  border: 1px solid #b34b1e;
}
#ach-wrapper .card-info.card-selected .fa-check {
  display: inline-block;
}

.ck-editor .ck-editor__main .ck-editor__editable_inline {
  min-height: 150px;
}

.clockpicker-popover .popover-content {
  padding-top: 0;
  padding-bottom: 0;
}
.clockpicker-popover .popover-content .clockpicker-button-done {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}

/** Awesome checkbox */
.checkbox {
  padding-left: 5px;
  display: flex;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type=checkbox]:focus + label::before,
.checkbox input[type=radio]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* .checkbox input[type=checkbox]:checked + label::after,
.checkbox input[type=radio]:checked + label::after {
  font-family: "FontAwesome";
  content: "\F00C";
} */
.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox]:disabled + label:before,
.checkbox input[type=radio]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-primary input[type=checkbox]:checked + label::before,
.checkbox.checkbox-primary input[type=radio]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox.checkbox-primary input[type=checkbox]:checked + label::after,
.checkbox.checkbox-primary input[type=radio]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-danger input[type=checkbox]:checked + label::before,
.checkbox.checkbox-danger input[type=radio]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox.checkbox-danger input[type=checkbox]:checked + label::after,
.checkbox.checkbox-danger input[type=radio]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-info input[type=checkbox]:checked + label::before,
.checkbox.checkbox-info input[type=radio]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox.checkbox-info input[type=checkbox]:checked + label::after,
.checkbox.checkbox-info input[type=radio]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-warning input[type=checkbox]:checked + label::before,
.checkbox.checkbox-warning input[type=radio]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox.checkbox-warning input[type=checkbox]:checked + label::after,
.checkbox.checkbox-warning input[type=radio]:checked + label::after {
  color: #fff;
}
.checkbox.checkbox-success input[type=checkbox]:checked + label::before,
.checkbox.checkbox-success input[type=radio]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox.checkbox-success input[type=checkbox]:checked + label::after,
.checkbox.checkbox-success input[type=radio]:checked + label::after {
  color: #fff;
}

/* Welcome stage */
#welcome-stage-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#welcome-stage-modal .modal-body {
  padding: 30px;
}
#welcome-stage-modal .modal-body #wrap-title {
  color: #db5f29;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#welcome-stage-modal .modal-body #wrap-title .wc-head-title {
  font-size: 22px;
}
#welcome-stage-modal .modal-body #wrap-title #wc-sub-title {
  font-size: 20px;
}
#welcome-stage-modal .modal-footer {
  justify-content: space-between;
}
#welcome-stage-modal ul.steps {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  counter-reset: step;
}
#welcome-stage-modal ul.steps li {
  display: inline-block;
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: 33.3333333333%;
}
#welcome-stage-modal ul.steps li:before {
  background: #ddebeb;
  border: 2px solid #ddebeb;
  border-radius: 50%;
  color: #bebebe;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
  z-index: 1;
  position: relative;
}
#welcome-stage-modal ul.steps li:after {
  background: #ddebeb;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
}
#welcome-stage-modal ul.steps li:first-child:after {
  content: none;
}
#welcome-stage-modal ul.steps li.active {
  color: #00444f;
  font-weight: 700;
}
#welcome-stage-modal ul.steps li.complete {
  color: #333;
  font-weight: 700;
}
#welcome-stage-modal ul.steps li.active:before, #welcome-stage-modal ul.steps li.complete:before {
  background: #00444f;
  border-color: #00444f;
  color: #fff;
}
#welcome-stage-modal ul.steps li.active:after, #welcome-stage-modal ul.steps li.complete:after {
  background: #00444f;
}
#welcome-stage-modal .box-form {
  clear: both;
  padding: 15px;
  background-color: #f4fafa;
  border-radius: 5px;
}
#welcome-stage-modal .box-form .step-title {
  font-weight: bold;
}
#welcome-stage-modal .box-form input {
  background-color: #ffffff;
}
#welcome-stage-modal .box-form .payment-methods > ul {
  list-style: none;
  padding: 0;
}
#welcome-stage-modal .box-form .payment-methods > ul > li {
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  background: #ffffff;
  color: #159b76;
  border: 2px solid #159b76;
  border-radius: 5px;
}
#welcome-stage-modal .box-form .card-element {
  background-color: #ffffff;
  padding: 8px;
  border: solid 1px #e5e6e7;
}
#welcome-stage-modal .box-form ul#list-invites {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}
#welcome-stage-modal .box-form ul#list-invites > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

/* ./Welcome stage */
#regist-done-modal,
#regist-paymentsuccess-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
#regist-done-modal .modal-footer,
#regist-paymentsuccess-modal .modal-footer {
  justify-content: center;
}

#wrap-getting-steps #getting-steps {
  max-width: 700px;
  border: solid 1px #EAEDF0;
  border-radius: 5px;
  padding: 15px 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  position: relative;
}
#wrap-getting-steps #getting-steps button.close {
  position: absolute;
  right: 10px;
  top: 5px;
}
#wrap-getting-steps #getting-steps ul {
  height: 80px;
}
#wrap-getting-steps #getting-steps ul.steps {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#wrap-getting-steps #getting-steps ul.steps li {
  display: inline-block;
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: 16.6666666667%;
}
#wrap-getting-steps #getting-steps ul.steps li:before, #wrap-getting-steps #getting-steps ul.steps li:after {
  font: normal normal normal 14px/1 FontAwesome;
}
#wrap-getting-steps #getting-steps ul.steps li.step-account:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li.step-room:before {
  content: "\F19D";
}
#wrap-getting-steps #getting-steps ul.steps li.step-room.complete:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li.step-employee:before {
  content: "\F007";
}
#wrap-getting-steps #getting-steps ul.steps li.step-employee.complete:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li.step-family:before {
  content: "\F0C0";
}
#wrap-getting-steps #getting-steps ul.steps li.step-family.complete:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li.step-student:before {
  content: "\F1AE";
}
#wrap-getting-steps #getting-steps ul.steps li.step-student.complete:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li.step-done:before {
  content: "\F0D0";
}
#wrap-getting-steps #getting-steps ul.steps li.step-done.complete:before {
  content: "\F00C";
}
#wrap-getting-steps #getting-steps ul.steps li:before {
  background: #ddebeb;
  border: 2px solid #ddebeb;
  border-radius: 50%;
  color: #bebebe;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
  z-index: 1;
  position: relative;
}
#wrap-getting-steps #getting-steps ul.steps li:after {
  background: #ddebeb;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
}
#wrap-getting-steps #getting-steps ul.steps li:first-child:after {
  content: none;
}
#wrap-getting-steps #getting-steps ul.steps li.active {
  color: #00444f;
  font-weight: 700;
}
#wrap-getting-steps #getting-steps ul.steps li.complete {
  color: #333;
  font-weight: 700;
}
#wrap-getting-steps #getting-steps ul.steps li.active:before, #wrap-getting-steps #getting-steps ul.steps li.complete:before {
  background: #00444f;
  border-color: #00444f;
  color: #fff;
}
#wrap-getting-steps #getting-steps ul.steps li.active:after, #wrap-getting-steps #getting-steps ul.steps li.complete:after {
  background: #00444f;
}
#wrap-getting-steps #wrap-form {
  max-width: 700px;
  margin-bottom: 30px;
  padding: 10px;
  border: solid 1px #EAEDF0;
  border-radius: 5px;
  background-color: #ffffff;
}
#wrap-getting-steps #wrap-form .form-content {
  padding: 15px;
  background-color: #ffffff;
}
#wrap-getting-steps #wrap-form .form-content .wrap-room-input {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#wrap-getting-steps #wrap-form .form-content .wrap-room-input .checkbox {
  width: 130px;
}
#wrap-getting-steps #wrap-form .form-content .wrap-room-input .checkbox label {
  margin-bottom: 0;
}
#wrap-getting-steps #wrap-tips {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 250px;
  max-height: 300px;
  padding: 15px;
  z-index: 1;
  background-color: #ffffff;
  border: solid 1px #EAEDF0;
  border-radius: 5px;
}
#wrap-getting-steps #wrap-tips button.close {
  margin-right: -7px;
  margin-top: -10px;
}
#wrap-getting-steps #wrap-tips .title {
  font-size: 14px;
  font-weight: 600;
}
#wrap-getting-steps #wrap-tips .tip-title {
  font-weight: bold;
  padding: 6px 0;
}
#wrap-getting-steps #wrap-tips fieldset {
  padding: 5px 15px 15px 15px;
  margin-top: 15px;
  border: solid 1px #EAEDF0;
  border-radius: 5px;
}
#wrap-getting-steps #wrap-tips fieldset legend {
  border: solid 1px #EAEDF0;
}

@media (max-width: 767px) {
  .wrapper-content {
    padding-left: 0;
    padding-right: 0;
  }
  .row.col2 > :first-child {
    padding-right: 7.5px !important;
  }
  .row.col2 > :nth-child(2) {
    padding-left: 7.5px !important;
  }
  .row.col3 > :first-child {
    padding-right: 7.5px !important;
  }
  .row.col3 > :nth-child(2) {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .row.col3 > :nth-child(3) {
    padding-left: 7.5px !important;
  }
  .row.col4 > :first-child {
    padding-right: 7.5px !important;
  }
  .row.col4 > :nth-child(2) {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .row.col4 > :nth-child(3) {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .row.col4 > :nth-child(4) {
    padding-left: 7.5px !important;
  }
}
.wrap-message-filters .filter-item .keyword-fields {
  display: flex;
  gap: 10px;
}

.role-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.role-form .form-check-input {
  border: solid 1px #4D7524;
}
.role-form .form-label {
  font-weight: bold;
  margin-bottom: 10px;
}
.role-form .module-section {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.role-form .module-section .module-title {
  margin-bottom: 20px;
  color: #000;
}
.role-form .module-section .submodule-section {
  margin-top: 20px;
  padding: 10px;
}
.role-form .module-section .submodule-section .submodule-title {
  margin-bottom: 15px;
  color: #000;
}
.role-form .module-section .action-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
}
.role-form .module-section .action-section .action-name {
  flex: 1;
  font-weight: 500;
  color: #343a40;
}
.role-form .module-section .action-section .permissions {
  display: flex;
  gap: 15px;
}
.role-form .module-section .action-section .permissions .form-check-label {
  margin-right: 20px;
}
.role-form .module-section .action-section .permissions .btn-submit {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}
.role-form .module-section .action-section .permissions .form-check-input:checked {
  accent-color: #0fa486;
}

.user-initials {
  width: 35px;
  height: 33px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-right: 5px;
}

.list-group-item.chat-user:hover {
  background: #e3e6e6;
}

.list-group-item {
  cursor: pointer;
}

.active-user-chat {
  background: var(--light-slate);
}
.select2-container .select2-selection--single {
	border-radius: unset !important;
	border-color: #e5e6e7 !important;
	height: 34px !important;
	padding: unset !important;
}
.select2.select2-container .dropdown-wrapper {
	display: block;
}
.datepicker.datepicker-dropdown.dropdown-menu {
	background: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user {
	display: block;
}
#user-list li:last-child .user-initials {
	width: 42px;
	height: 33px;
}

.role-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.role-form .form-label {
  font-weight: bold;
  margin-bottom: 10px;
}
.role-form .module-section {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.role-form .module-section .module-title {
  margin-bottom: 20px;
  color: #000000;
}
.role-form .module-section .submodule-section {
  margin-top: 20px;
  padding: 10px;
}
.role-form .module-section .submodule-section .submodule-title {
  margin-bottom: 15px;
  color: #000000;
  font-weight: 500;
}
.role-form .module-section .action-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
}
.role-form .module-section .action-section .action-name {
  flex: 1;
  font-weight: 500;
  color: #343a40;
}
.role-form .module-section .action-section .permissions {
  display: flex;
  gap: 15px;
}
.role-form .module-section .action-section .permissions .form-check-label {
  margin-right: 20px;
}
.role-form .module-section .action-section .permissions .btn-submit {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}
.role-form .module-section .action-section .permissions .form-check-input:checked {
  accent-color: #0fa486;
}

.user-initials {
  width: 35px;
  height: 33px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-right: 5px;
}

.list-group-item.chat-user:hover {
  background: #e3e6e6;
}

.list-group-item {
  cursor: pointer;
}

.active-user-chat {
  background: var(--light-slate);
}
.select2-container .select2-selection--single {
	border-radius: unset !important;
	border-color: #e5e6e7 !important;
	height: 34px !important;
	padding: unset !important;
}
.select2.select2-container .dropdown-wrapper {
	display: block;
}
.datepicker.datepicker-dropdown.dropdown-menu {
	background: #fff;
}
.left-sidebar-wrapper .advance-options .chats-user {
	display: block;
}
#user-list li:last-child .user-initials {
	width: 42px;
	height: 33px;
}
/* .download-app-container{
  position:relative;
} */
.download-app-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 200vh;
  width: 100%;
  background-color: #00000040;
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.download-app-container .content {
  position: absolute;
  background-color: #fff;
  height: auto;
  width: 700px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  z-index: 4;
  border-radius: 10px;
  padding: 20px 50px 20px 50px;
}
.download-app-container .content h2 {
  margin-top: 20px;
  font-weight: 500;
}
.download-app-container .content .app-button-area {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.download-app-container .content .app-button-area .android img {
  height: 100%;
  width: 110px;
}
.download-app-container .content .app-button-area .ios {
  display: flex;
  flex-direction: column;
}
.download-app-container .content .app-button-area .ios img {
  height: 100%;
  width: 110px;
}
.download-app-container .content .app-button-area .download-app-btn {
  width: 100%;
}
.download-app-container .content .vl {
  border-left: 2px dashed #0000002b;
  height: 120px;
}

@media only screen and (max-width: 600px) {
  .download-app-container .content {
    top: 40%;
    max-width: 360px;
  }

  .box-auth .box-form h1 {
    font-size: 22px !important;
  }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: none !important;
  background-color: #fff;
  border-radius: 0 !important;
  border-bottom: solid 2px #4D7524 !important;
}
.nav-tabs .nav-link{
  border: none !important;
  border-radius: 0 !important;
}
#filterToggle{
  border-radius: 8px;padding: 8px 12px;margin-top: -10px;
}
#filter-apply-button {
	background-color: #4D7524 !important;
}
.btn-outline-secondary {
  border-color: #4D7524;
  color: #000;
  background-color: transparent;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #4D7524 !important;
 }
 .status-badge.cl-green {
  background: #EEFFF4;
}
.status-badge {
  padding: 3px 10px;
  border-radius: 100px;
}
.status-badge.text-warning {
  background: #f9c3865e;
}
.btn-outline-primary{
  border-color: #4D7524;
  color: #000;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: inherit !important;
  color: inherit !important;
  border-color: #4D7524 !important;
  box-shadow: none !important;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

/* Hide real checkbox */
.custom-checkbox input {
  display: none;
}

/* Design fake box */
.custom-checkbox .checkmark {
  width: 18px;
  height: 18px;
  background: #ffffff;
  margin-right: 8px;
  border: 1px solid #4D7524;
  transition: 0.3s;
}


/* When checked */
.custom-checkbox input:checked + .checkmark {
  background: #ffffff;   /* green */
  border-color: #4D7524;
  position: relative;
}

/* Tick mark */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #4D7524;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
