body {
  background: #EBF2F6;
}

.sidebar-section,
.sidebar-section-nav__item.is-active:before,
.sidebar-section-nav__item:hover:before {
  background: #6BC0C4;
}

.sidebar-section-nav__item.is-active,
.sidebar-section-nav__item:hover {
  background: #57acb0;
}

.sidebar-user-a {
  padding-bottom: 30px;
}

.navbar-dropdown-notifications__mark-read {
  background: #ffa360;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 1;
}

.navbar-dropdown-notifications__mark-read:hover {
  color: black;
}

.growl-notification.unread-notifications {
  background-color: #ffc107;
}

.sidebar-sm .sidebar-section-subnav {
  background: #57acb0;
}

.jodit_container:not(.jodit_inline) {
  border: 1px solid #707070;
}

tags tag > div {
  border: 1px solid #969696;
  background: whitesmoke;
  border-radius: 5px;
}

tags {
  border: 1px solid #707070;
  border-radius: 3px;
}

tags:hover {
  border-color: #707070;
}

tags tag {
  margin: 10px 0 10px 10px;
}

.simplebar-content {
  overflow-x: hidden;
}

.table-responsive table.table {
  min-width: 1500px !important;
}

.sidebar-section-nav:last-child .sidebar-section-subnav {
  padding-bottom: 30px;
}

.sidebar-section {
  padding-bottom: 30px;
}

.modal-header .close span {
  line-height: inherit;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.announcement-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.announcement-list li i {
  font-size: 25px;
  margin-right: 20px;
  color: #c5c5c5;
}

.navbar-announcement-list .navbar-dropdown-notification {
  padding: 12px 15px;
}

.sidebar-section-nav__link,
.sidebar-section-subnav__link,
.sidebar-user-a__name,
.sidebar-user-a__desc,
.sidebar-section-nav__link:active,
.sidebar-section-nav__link:active span,
.sidebar-section-nav__link:focus,
.sidebar-section-nav__link:focus span {
  color: white;
}

.sidebar-section-nav__link {
  font-weight: 600;
}

.sidebar-section-subnav li a {
  font-size: 13px;
}

.sidebar-user-a__avatar {
  border: none;
}

.sidebar-user-a__link {
  background: #2f8488;
  color: white;
}

.sidebar-user-a__link:hover,
.sidebar-user-a__link:focus {
  background: #1b7074;
  color: white;
}

.sidebar-section .simplebar-content {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.breadcrumb-item {
  color: #646464;
}

.navbar-dropdown .dropdown-item .badge {
  border-radius: 50%;
  color: white;
  padding: 1px 7px;
}

.navbar-notify__amount {
  border-radius: 50%;
  color: white;
  padding: 4px 7px;
  margin-top: -3px;
}

.container-heading-controls .btn.btn-success .btn-success:not([disabled]):not(.disabled).active,
.container-heading-controls .btn.btn-success .btn-success:not([disabled]):not(.disabled):active,
.container-heading-controls .btn.btn-success .btn-success:not([disabled]):not(.disabled):focus {
  background: #194D89;
  border-color: transparent;
}

#announcement_modal .btn {
  padding: 5px 15px;
  font-size: 14px;
}

#announcement_modal button {
  margin-left: 10px;
}

.flatpickr-calendar.noCalendar.showTimeInput.hasTime .flatpickr-time {
  -webkit-box-shadow: 0px 3px 20px #00000047;
          box-shadow: 0px 3px 20px #00000047;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}

.flatpickr-time.time24hr {
  width: 200px;
}

.flatpickr-time.time24hr .numInputWrapper span {
  opacity: 1;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background: #e1e1e1 !important;
  color: black !important;
}

table.dataTable tbody > tr.selected a.btn,
table.dataTable tbody > tr > .selected a.btn {
  color: white !important;
}

.btn-row-add {
  background: #194D89;
  border-color: transparent;
}

.btn-row-add:focus,
.btn-row-add:hover {
  background: #5f93cf !important;
  border-color: transparent !important;
}

.sidebar-section-subnav__link.is-active {
  font-weight: 700;
}

.sidebar-section-subnav__link.is-active:before {
  content: '';
  width: 10px;
  height: 1px;
  margin-right: 8px;
  background: white;
}

.modal-content {
  border-radius: 0;
}

.modal-header .close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: black;
}

.modal-header .close:hover span,
.modal-header .close:focus span {
  color: white;
}

input.datatable-input,
input.form-control,
.SumoSelect .CaptionCont {
  border-radius: 3px !important;
  border-color: #707070;
  height: 33px;
  line-height: 14px;
}

input.datatable-input:focus,
input.form-control:focus,
.SumoSelect .CaptionCont:focus {
  border-color: #8e8e8e;
}

.sale-area .select2-container .select2-selection--single {
  border-radius: 3px !important;
}

.SumoSelect .CaptionCont label i:before {
  display: none;
}

.SumoSelect .CaptionCont label i:after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top-color: #6BC0C4;
}

.SumoSelect.open .CaptionCont,
.SumoSelect.open:focus .CaptionCont,
.SumoSelect.open:hover .CaptionCont {
  border-color: #c4cace;
}

.tabs-alpha__nav-tabs {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  border: none;
  padding-bottom: 1px;
}

.tabs-alpha__nav-tabs li.nav-item:last-child {
  margin-right: 0;
}

.tabs-alpha__nav-tabs li.nav-item {
  margin-right: 5px;
}

.tabs-alpha__nav-tabs li a.nav-link {
  border-radius: 0;
  border: 1px solid #e1e1e1;
}

.tabs-alpha__nav-tabs li a.nav-link:hover,
.tabs-alpha__nav-tabs li a.nav-link:focus {
  border: 1px solid #afafaf !important;
  color: #555 !important;
}

.tabs-alpha__nav-tabs li a.nav-link.active {
  background: #6BC0C4;
  border-color: transparent;
  border-bottom: none;
}

.tabs-alpha__nav-tabs li a.nav-link.active:hover,
.tabs-alpha__nav-tabs li a.nav-link.active:focus {
  border-color: transparent !important;
  color: white !important;
}

.tabs-alpha__tab-content {
  border: none;
}

.m-datatable .dt-bootstrap4 .page-item.active .page-link {
  background: #6BC0C4;
}

.m-datatable .dt-bootstrap4 .page-link {
  color: #398e92;
}

.table-link {
  color: #4da2a6;
}

.table-link.report-link {
  font-weight: 600;
}

.table-link:hover,
.table-link:focus {
  text-decoration: underline;
  color: #257a7e;
}

.checkbox-group--border-hidden .checkbox-group__item:last-child .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--border-hidden .checkbox-group__item:last-child .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--border-hidden .checkbox-group__item:last-child .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--border-hidden .checkbox-group__item:last-child .radio-group__input:checked + .radio-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child .checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child .checkbox-group__input:checked + .radio-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child .radio-group__input:checked + .checkbox-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child .radio-group__input:checked + .radio-group__text,
.checkbox-group__input:checked + .checkbox-group__text,
.checkbox-group__input:checked + .radio-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child .checkbox-group__input:checked + .radio-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child .radio-group__input:checked + .checkbox-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child .radio-group__input:checked + .radio-group__text,
.radio-group--border-hidden .radio-group__item:last-child .checkbox-group__input:checked + .checkbox-group__text,
.radio-group--border-hidden .radio-group__item:last-child .checkbox-group__input:checked + .radio-group__text,
.radio-group--border-hidden .radio-group__item:last-child .radio-group__input:checked + .checkbox-group__text,
.radio-group--border-hidden .radio-group__item:last-child .radio-group__input:checked + .radio-group__text,
.radio-group__input:checked + .checkbox-group__text,
.radio-group__input:checked + .radio-group__text,
.checkbox-group--border-hidden .checkbox-group__item:last-child:hover .checkbox-group__text,
.checkbox-group--border-hidden .checkbox-group__item:last-child:hover .radio-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child:hover .checkbox-group__text,
.checkbox-group--border-hidden .radio-group__item:last-child:hover .radio-group__text,
.checkbox-group__item:hover .checkbox-group__text,
.checkbox-group__item:hover .radio-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child:hover .checkbox-group__text,
.radio-group--border-hidden .checkbox-group__item:last-child:hover .radio-group__text,
.radio-group--border-hidden .radio-group__item:last-child:hover .checkbox-group__text,
.radio-group--border-hidden .radio-group__item:last-child:hover .radio-group__text,
.radio-group__item:hover .checkbox-group__text,
.radio-group__item:hover .radio-group__text {
  background: #6BC0C4;
  border-color: #6BC0C4;
}

.custom-control:hover .custom-control-input:not(:disabled) ~ .custom-control-label:before {
  border-color: #6BC0C4;
}

.select2-container--open .select2-selection--single,
.form-control:-moz-read-only:focus,
.form-control:focus {
  border-color: #6BC0C4;
}

.select2-container--open .select2-selection--single,
.form-control:read-only:focus,
.form-control:focus {
  border-color: #6BC0C4;
}

.dropdown.show .navbar-notify__icon,
.navbar-dropdown-notifications__view-all:hover,
.navbar-notify__icon:hover {
  color: #6BC0C4;
}

.navbar-dropdown-notifications__header {
  background: #6BC0C4;
}

.swal-button--confirm {
  background: #6BC0C4;
}

.swal-button--confirm:hover {
  background: #2f8488;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover,
.flatpickr-day:hover,
.flatpickr-day:hover:hover {
  background-color: #6BC0C4;
}

.flatpickr-day.today {
  color: #6BC0C4;
  border: 1px solid #6BC0C4;
}

.flatpickr-day.today:hover {
  border-color: #6BC0C4;
}

.modal-footer .btn {
  background-color: #6BC0C4;
  border: none;
}

.modal-footer .btn:hover,
.modal-footer .btn:focus {
  background: #2f8488 !important;
}

body.sidebar-sm .sidebar-section .sidebar-sm-button {
  display: none;
}

.sidebar-section .sidebar-sm-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 20px;
  z-index: 2;
}

select.form-control[multiple],
select.form-control[size] {
  height: 28px !important;
}

.sidebar-sm .sidebar-section-subnav__link {
  padding: 5px 15px;
}

.ua-icon-remove:before {
  content: "\E90B";
}

.input-group .input-group-append .btn.btn-warning {
  color: white;
  background: #EFAE00;
}

div.dataTables_wrapper div.dataTables_processing {
  -webkit-box-shadow: 0 3px 50px #00000047;
          box-shadow: 0 3px 50px #00000047;
  border-radius: 10px;
}

.progress-bar {
  background: linear-gradient(45deg, #6BC0C4, #4da2a6) !important;
}

.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected td:first-child {
  border-left-color: #6BC0C4;
}

.input-group .input-group-append .btn.btn-warning i {
  color: white;
}

.header-bottom-filter-nav {
  margin-left: 0;
}

.header-bottom-filter-nav li.tabs-alpha__item {
  margin-bottom: 5px;
}

.header-bottom-filter-nav li.tabs-alpha__item a.nav-link.active-filter {
  background: #6BC0C4;
  color: white;
  border-color: transparent;
}

.header-bottom-filter-nav li.tabs-alpha__item a.nav-link.active-filter:hover,
.header-bottom-filter-nav li.tabs-alpha__item a.nav-link.active-filter:focus {
  color: white !important;
  border-color: transparent;
}

.select2-container .select2-selection--single {
  height: 30px;
}

.input-width-70 {
  width: 140px;
}

.item-width-10 {
  width: 10px !important;
}

.item-width-20 {
  width: 20px !important;
}

.item-width-30 {
  width: 30px !important;
}

.item-width-40 {
  width: 40px !important;
}

.item-width-50 {
  width: 50px !important;
}

.item-width-60 {
  width: 60px !important;
}

.item-width-70 {
  width: 70px !important;
}

.item-width-80 {
  width: 80px !important;
}

.item-width-90 {
  width: 90px !important;
}

.item-width-100 {
  width: 100px !important;
}

.item-width-110 {
  width: 110px !important;
}

.item-width-120 {
  width: 120px !important;
}

.item-width-130 {
  width: 130px !important;
}

.item-width-140 {
  width: 140px !important;
}

.item-width-150 {
  width: 150px !important;
}

.item-width-160 {
  width: 160px !important;
}

.item-width-170 {
  width: 170px !important;
}

.item-width-180 {
  width: 180px !important;
}

.item-width-190 {
  width: 190px !important;
}

.item-width-200 {
  width: 200px !important;
}

/***** forms ******/

input,
textarea,
select {
  border-color: #707070 !important;
}

input[type="text"],
select {
  height: 33px !important;
}

.input-group.timepicker .input-clear-button {
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -7.5px;
}

.input-group.timepicker .input-clear-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.daterangepicker .ranges li.active {
  background: #6BC0C4;
}

select:not([name='phone_code']):not([name='whatsapp_no_code']) {
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #57acb0 50%), linear-gradient(139deg, #57acb0 50%, transparent 55%), linear-gradient(to right, #fff, #fff) !important;
  background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.5em !important;
  background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
  background-repeat: no-repeat !important;
}

.perpendicular {
  height: 100%;
  width: 1px;
  display: table;
  margin: auto;
  background: #B1B1B1;
}

.select2-container .select2-selection--single {
  border-color: #707070 !important;
  height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none;
  color: #6BC0C4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: '';
  display: block;
  border: 8px solid transparent;
  border-right-width: 6px;
  border-left-width: 6px;
  border-top-color: #6BC0C4;
  margin-top: 5px;
}

table.custom-table {
  border: none;
}

table.custom-table td,
table.custom-table th {
  border: none;
}

table.custom-table .btn-row-add {
  font-size: 12px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

table.custom-table .btn-row-add .btn-icon {
  font-size: 10px;
  height: auto;
  margin-right: 7px;
}

.btn-row-add,
.btn-hotel-add-row {
  font-size: 12px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.btn-row-add .btn-icon,
.btn-hotel-add-row .btn-icon {
  font-size: 10px;
  height: auto;
  margin-right: 7px;
}

.btn-row-remove,
.btn-hotel-remove-row {
  background: #EB3B48;
  border-radius: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-row-remove .btn-icon,
.btn-hotel-remove-row .btn-icon {
  font-size: 10px;
  height: auto;
}

.SumoSelect:focus .CaptionCont,
.SumoSelect:hover .CaptionCont {
  border-color: #707070 !important;
}

.SumoSelect.open .optWrapper {
  top: 32px;
}

.main-container .container-header.with-content {
  padding: 0;
  height: auto;
  min-height: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.main-container .container-header.with-content .container-heading {
  font-size: 25px;
}

.custom-navbar-icon {
  font-size: 17px;
  color: #b2bbc2;
}

.content-title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-title h2 {
  font-size: 20px;
}

.content-title .btn {
  margin-left: auto;
}

table tbody tr td.td-text-center {
  text-align: center;
}

table tbody tr td.td-text-center.td-uppercase {
  text-transform: uppercase;
}

table tbody tr td input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: auto;
  display: table;
}

.score-column {
  width: 90px;
}

.score-column .SumoSelect {
  width: 90px;
}

.theme-color {
  color: #6BC0C4;
}

.custom-card {
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.custom-card .card-header {
  background: #e1e1e1;
  padding: 10px 20px;
}

table.table tbody tr {
  background: #f3f3f3;
}

table.table tbody tr td {
  border: none;
}

@media (max-width: 992px) {
  .home-card-columns {
    -webkit-column-count: auto;
    column-count: auto;
  }
}

@media (min-width: 992px) {
  .home-card-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.input-group.datepicker input,
.input-group.timepicker input,
.input-group.row-timepicker input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group.datepicker .input-group-append a,
.input-group.timepicker .input-group-append a,
.input-group.row-timepicker .input-group-append a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

input#whatsapp_phone_same:checked + label {
  margin-top: -40px;
}

.custom-timepicker-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-timepicker-group > *:first-child {
  margin-right: 4px;
}

.custom-timepicker-group > *:last-child {
  margin-left: 4px;
}

.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected {
  background: #e7f5fd;
}

.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected a {
  color: black;
}

.container-header-controls {
  margin-top: -135px;
  margin-right: -25px;
}

.container-header-controls .responsive-menu {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px;
  margin-right: 3px;
  color: #444;
}

.btn.btn-teal {
  background: #33A6AC;
  color: white;
}

.btn.btn-teal:hover {
  background: #299ca2;
}

.btn.btn-teal-light {
  background: #6BC0C4;
  color: white;
}

.btn.btn-teal-light:hover {
  background: #61b6ba;
}

.btn-warning {
  background: #EFAE00;
}

.btn-warning:hover {
  border-color: transparent;
  background: #d19000 !important;
}

.bg-warning {
  background: #EFAE00 !important;
}

.input-group .btn-warning {
  border-radius: 0;
}

.bg-danger {
  background: #ff6d7a !important;
}

.btn-dark-blue {
  background: #194D89 !important;
  color: white;
  padding: 6px 15px;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:active {
  color: white !important;
}

.table-sp {
  border: none;
}

.table-sp tr th,
.table-sp tr td {
  border: none;
}

.user-statistics-page ol.two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.user-statistics-page ol a {
  margin-right: 30px;
  color: cornflowerblue;
  text-decoration: underline;
}

#table-service-product-group {
  border-top: 15px solid #ebf2f6;
}

#table-service-product-group thead tr th {
  padding-top: 20px;
}

table.table tbody tr {
  background: white;
}

table.table thead > tr > th {
  background: #f3f3f3;
}

.flatpickr-day.today.selected {
  color: white;
}

.m-datatable .dt-bootstrap4 .dataTable.table-striped tbody tr.selected a.btn {
  color: white;
}

.table td,
.table th {
  padding: .55rem;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #6BC0C4;
}

.input-group .input-group-prepend {
  height: 33px !important;
}

.btn.btn-primary {
  background: #6BC0C4;
  border-color: transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #57acb0 !important;
  background: #57acb0 !important;
}

.p-signin__form {
  width: 430px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}

.p-signin__form .p-signin__form-content {
  padding: 40px;
}

.role-list .role-list-title {
  background: #e1e1e1;
  padding: 10px 20px;
  margin: 30px 0;
  border-radius: 4px;
}

.role-list h4 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 18px;
}

.role-list h4 input[type="checkbox"] {
  margin-left: -18px;
}

.role-list .role-list-checkboxes {
  margin-bottom: 30px;
}

.role-list .role-list-checkboxes .form-check {
  margin-bottom: 0px;
}

.role-list .role-list-checkboxes .form-check label {
  font-size: 13px;
}

a.sub_in_sub.sidebar-section-subnav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.sub_in_sub.sidebar-section-subnav__link i {
  margin-left: auto;
}

.sidebar-section-subnav li a i {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sidebar-section-subnav li a + ul {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sidebar-section-subnav li a + ul li {
  list-style-type: none;
}

.sidebar-section-subnav li a + ul li a {
  color: white;
  padding: 3px 20px 3px 60px;
}

.sidebar-section-subnav li a + ul li a.is-active {
  font-weight: bold;
}

.sidebar-section-subnav li.is-active a.sub_in_sub i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.sidebar-section-subnav li.is-active a.sub_in_sub + ul {
  max-height: 1000px;
  overflow: visible;
}

.m-messenger__messages .dropdown-menu {
  -webkit-animation: none;
          animation: none;
}

.m-messenger__container {
  position: relative;
}

.connection-failed {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
  background: white;
  text-align: center;
  display: none;
}

.connection-failed p {
  font-size: 25px;
  color: #9b9b9b;
  margin: 20px 0 30px;
}

.connection-failed img {
  opacity: .7;
  width: 130px;
}

.connection-failed.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-messenger__messages-body-scrollpane {
  overflow: auto;
  background: #e5ddd5;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.m-messenger__messages-body-scrollpane::-webkit-scrollbar {
  width: 7px;
}

.m-messenger__messages-body-scrollpane::-webkit-scrollbar-thumb {
  background: #9b9b9b;
}

.m-messenger__messages-body-scrollpane::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.m-messenger__messages-message.is-self .m-messenger__messages-message-text {
  background: white;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  color: black;
}

.m-messenger__messages-message.is-self .m-messenger__messages-message-text .img-block {
  background: #e6e6e6;
}

.m-messenger__messages-message.is-interlocutor .m-messenger__messages-message-text {
  background: #dcf8c6;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  color: #262626;
}

.m-messenger__messages-message.is-interlocutor .m-messenger__messages-message-text .img-block {
  background: linear-gradient(200deg, #dcf8c6, #a0b393);
}

.m-messenger__messages-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-messenger__messages-message-text {
  min-width: auto;
}

.m-messenger__messages-message-text p {
  margin: 0;
}

.m-messenger__messages-message-text:before,
.m-messenger__messages-message-text:after {
  display: none;
}

.m-messenger__messages-message-text .img-block {
  margin: -8px -16px;
  padding: 15px 15px 10px;
  margin-bottom: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.m-messenger__messages-message-text .img-block figure {
  margin: 0;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
}

.m-messenger__messages-message-text .img-block figure:last-child {
  margin-right: 0;
}

.m-messenger__messages-message-text .img-block figure.error::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F06A";
  position: absolute;
  right: -5px;
  top: -5px;
  color: red;
  font-size: 18px;
  z-index: 9;
}

.m-messenger__messages-message-text .img-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.m-messenger__messages-message.error {
  position: relative;
}

.m-messenger__messages-message.error.is-self:before {
  left: 30px;
  right: auto;
}

.m-messenger__messages-message.error:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F06A";
  position: absolute;
  right: 30px;
  top: -10px;
  color: red;
  font-size: 18px;
  z-index: 9;
}

.m-messenger__conversation {
  cursor: pointer;
}

.m-messenger__conversation:not(.is-active):hover {
  background: #e9ebeb;
}

.m-messenger__conversation.is-active {
  background: #dfe1e1;
}

.m-messenger__conversation.new-message {
  background: #b1eae5;
}

.m-messenger__conversation-new-messages-amount {
  background: #6BC0C4;
}

.m-messenger__messages-header {
  border-bottom: 2px solid #d2cdc8;
}

.m-messenger__discussions-search {
  height: 61px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}

.m-messenger__discussions-search .input-group {
  height: 100%;
}

.m-messenger__discussions-search .input-group input.form-control {
  border: none;
  height: 100% !important;
  border-radius: 0 !important;
  padding: 20px !important;
  padding-left: 63px !important;
}

.m-messenger__discussions-search .input-group.icon-right .input-icon {
  right: auto;
  left: 15px;
}

.m-messenger__messages {
  border-left: 1px solid #e1e1e1;
  border-right: none;
  position: relative;
}

.m-messenger__messages table .files tr:first-child td {
  width: 50px;
}

.m-messenger__messages table .files tr td {
  border-bottom: 2px solid #ddd;
}

.m-messenger__messages table .files tr td:last-child {
  text-align: right;
}

.m-messenger__messages table .files tr td p {
  margin: 0;
  text-align: center;
}

.m-messenger__messages table .files tr td img {
  width: 60px;
}

.m-messenger__messages.no-selected-message:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/../../img/whatsapp.png") white;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.m-messenger__messages-footer {
  background: #ebebeb;
  height: auto;
  min-height: auto;
  padding: 30px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-messenger__messages-footer.file-upload-mode .file-upload-field {
  display: block;
}

.m-messenger__messages-footer .file-upload-field {
  display: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 20px;
}

.m-messenger__messages-footer form#new-msg-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-messenger__messages-footer form#new-msg-form > div {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

.m-messenger__messages-footer form#new-msg-form > div .form-control {
  background: white;
  border-radius: 50px !important;
  border: none;
  min-height: 40px;
  padding: 0 20px;
}

.m-messenger__messages-footer form#new-msg-form > div .form-control[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555;
}

.m-messenger__messages-footer form#new-msg-form > div .form-control[placeholder]:empty:focus:before {
  content: "";
}

.m-messenger__messages-footer form#new-msg-form button {
  margin-left: 15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  background: #6BC0C4;
  border-color: transparent;
}

.m-messenger__messages-footer form#new-msg-form button.btn-danger {
  background: #ff3232;
}

.m-messenger__messages-footer form#new-msg-form button.btn-danger:hover,
.m-messenger__messages-footer form#new-msg-form button.btn-danger:focus {
  background: #ff4646;
}

.m-messenger__messages-footer form#new-msg-form button:hover,
.m-messenger__messages-footer form#new-msg-form button:focus {
  background: #57acb0;
  border-color: transparent;
}

.m-messenger__messages-footer input[type="file"] {
  position: absolute;
  right: -50%;
  opacity: 0;
}

.m-messenger__messages-header .file-filed span {
  font-size: 25px;
}

#fileupload .files p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px;
  margin: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#fileupload .files p:hover {
  background: white;
}

#fileupload .files p button {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#fileupload .files p .text-danger {
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#fileupload .files p canvas {
  width: 70px;
  height: 70px;
}

#fileupload .files p span:not(.text-danger) {
  width: 50%;
}

#fileupload .files p > * {
  margin-right: 20px;
}

#popupCallReguest .modal-header {
  text-align: center;
  display: block;
  padding-bottom: 0;
}

#popupCallReguest .modal-header h5 {
  font-size: 25px;
  margin-bottom: 15px;
}

#popupCallReguest .modal-header p {
  font-size: 20px;
  margin: 0;
}

#popupCallReguest .modal-body {
  text-align: center;
  padding: 40px 0 50px;
}

#popupCallReguest .modal-body .phone-icon {
  -webkit-animation: zoomout 2s ease-in infinite;
          animation: zoomout 2s ease-in infinite;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#popupCallReguest .modal-body .phone-icon i {
  font-size: 50px;
  background: linear-gradient(-200deg, #7cdc95, #50b34a);
  width: 100px;
  color: white;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}

#popupCallReguest .modal-footer {
  padding: 0;
}

#popupCallReguest .modal-footer .btn {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  width: auto;
  margin: 0;
  border-radius: 0;
  height: 55px;
}

.content-alert--danger + .main-container .container-header-controls {
  margin-top: 0;
  margin-right: 0;
}

.dashboard .card {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 5px -1px #00000020;
          box-shadow: 0px 3px 5px -1px #00000020;
  padding: 10px 20px;
  color: #646464;
}

.dashboard .card h2 {
  margin: 0;
}

.dashboard .card i {
  font-size: 20px;
}

.dashboard .card:hover {
  -webkit-box-shadow: 0px 3px 5px -1px #00000050;
          box-shadow: 0px 3px 5px -1px #00000050;
  color: black;
}

.custom-widget {
  text-align: center;
  font-size: 13px;
}

.custom-widget .widget-icon {
  width: 80px;
  height: 80px;
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}

.custom-widget .custom-widget-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.custom-widget h4 {
  font-size: 30px;
  margin-bottom: 5px;
}

.custom-widget-2 {
  background: #7d7d7d;
  padding: 50px 0;
  border-top: 7px solid crimson;
  text-align: center;
  height: 400px;
  color: white;
}

.custom-widget-2 .custom-widget-title {
  font-size: 22px;
  margin-bottom: 30px;
}

.custom-widget-2 .statistic-widget-f__chart-text {
  color: white;
  font-size: 25px;
}

.custom-widget-2 .statistic-widget-f__chart {
  width: 150px;
  height: 150px;
  margin-bottom: 30px !important;
}

.dashboard-widget-1 .icon-wrap {
  border: 2px solid black;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  margin-bottom: 10px;
}

.dashboard-widget-1 .icon-wrap h4 {
  font-size: 25px;
}

.dashboard-widget-1 p {
  font-size: 16px;
}

.custom-error.invalid {
  position: relative;
}

.custom-error.invalid select {
  border-color: red !important;
}

.custom-error.invalid select:hover + .invalid-tooltip {
  display: block;
}

.custom-error.invalid .invalid-tooltip {
  max-width: inherit;
  width: 150px;
}

.navbar-notify__amount {
  -webkit-animation: blinkingText 0.8s infinite;
  animation: blinkingText 0.8s infinite;
  background-color: #ff0000;
}

@-webkit-keyframes blinkingText {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ff0000;
  }

  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    background-color: #ff6464;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #ff0000;
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 1500px) {
  .container-header-controls {
    margin: 0;
  }

  .container-header-controls .normal-menu {
    display: none;
  }

  .container-header-controls .responsive-menu {
    display: block;
  }

  .container-header-controls .responsive-menu a.dropdown-item .btn-icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .container-heading-controls {
    display: block;
  }

  .container-heading-controls .radio-group.radio-group--md {
    display: block;
  }

  .container-heading {
    display: block;
  }

  .container-heading span {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #statistics > .row {
    display: block;
  }
}

