body {
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins !important;
}

.btn-primary,
.btn-danger,
.btn-success,
.btn-default,
.btn-info {
  padding: 10px 20px !important;
  transition: transform 0.5s !important;
  border-radius: 5px !important;
}

/* "color-primary-700": "#0a5806" #008eaa For Light-Color,
  "color-primary-800": "#0F3B0D", #007692 For Sidebar,*/

.btn-primary {
  /* background: linear-gradient(90deg, #061158 0%, #090e2b 100%) !important;
      border: 1px solid #0a5806 !important; */
  background: linear-gradient(90deg, #0b97e9 0%, #1a81e9 100%) !important;
  border: 1px solid #1a81e9 !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  /* background: linear-gradient(90deg, #0b2b09 0%, #0a5806 100%) !important;
      border: 1px solid #0b2b09 !important;
      box-shadow: 0 0 5px #0b2b09 !important; */

  background: linear-gradient(90deg, #1a81e9 0%, #0b97e9 100%) !important;
  border: 1px solid #1a81e9 !important;
  color: #fff !important;
  box-shadow: 0 0 5px #044a72 !important;
}

.btn-info {
  background: linear-gradient(90deg, #0b97e9 0%, #1a81e9 100%) !important;

  /* background-image: linear-gradient(to right, #1a81e9 0%, #0b97e9 51%, #1a81e9 100%) !important; */
  border: #044a72;
  color: #fff !important;

  /* background: linear-gradient(90deg, #0a5806 0%, #0b2b09 100%) !important;
      border: 1px solid #0a5806 !important; */
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  /* background: linear-gradient(90deg, #0b2b09 0%, #0a5806 100%) !important;
      border: 1px solid #0b2b09 !important;
      box-shadow: 0 0 5px #0b2b09 !important; */
  background: linear-gradient(90deg, #0b97e9 0%, #1a81e9 100%) !important;
  /* background-image: linear-gradient(to right, #0b97e9 0%, #1a81e9 51%, #0b97e9 100%) !important; */
  border: 1px solid #1a81e9 !important;
  box-shadow: 0 0 5px #044a72 !important;
  color: #fff !important;
}

.btn-danger {
  background: linear-gradient(90deg, #a7063f 0%, #f50057 100%) !important;
  border: 1px solid #a7063f !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: linear-gradient(90deg, #f50057 0%, #a7063f 100%) !important;
  border: 1px solid #f50057 !important;
  box-shadow: 0 0 5px #f50057 !important;
}

.btn-success {
  background: linear-gradient(90deg, #18a6a5 0%, #074960 100%) !important;
  border: 1px solid #18a6a5 !important;

  /* background: linear-gradient(90deg, #0F3B0D 0%, #0a5806 100%) !important;
      border: 1px solid #0F3B0D !important; */

  /* background: linear-gradient(90deg, #11848E 0%, #0a5806 100%) !important;
      border: 1px solid #11848E !important; */
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: linear-gradient(90deg, #074960 0%, #18a6a5 100%) !important;
  border: 1px solid #074960 !important;

  /* background: linear-gradient(90deg, #0a5806 0%, #0F3B0D 100%) !important;
      border: 1px solid #0a5806 !important; */

  box-shadow: 0 0 5px #0f3b0d !important;

  /* background: linear-gradient(90deg, #0C6578 0%, #11848E 100%) !important;
      border: 1px solid #0C6578 !important;
      box-shadow: 0 0 5px #11848E !important; */
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  box-shadow: 0 0 5px #bcbcae !important;
}

select.input-sm,
.bootstrap-select .btn,
input.form-control {
  height: 41px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding-top: 5px;
  padding-bottom: 5px;
}

table>tbody>tr:nth-of-type(odd) {
  background-image: -webkit-linear-gradient(270deg, #f7f7f7, #fafdfb, #f7f7f7);
}

table>tbody>tr:hover {
  background-image: -webkit-linear-gradient(270deg, #ffffff, #fff4f5, #fff1f3);
}

table th {
  padding: 6px 16px !important;
}

table th:first-child {
  border-top-left-radius: 5px;
}

table th:last-child {
  border-top-right-radius: 5px;
}

table.dataTable thead th.sorting_asc:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-color: #0c657780 transparent transparent transparent;
}

table.dataTable thead th.sorting_desc:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-color: transparent transparent #0c657780 transparent;
}

table td>div.tw-flex {
  justify-content: flex-end;
}

table td>div.tw-flex a {
  margin-left: 10px;
}

/* Align the 'Options' header text to the right */
table.dataTable thead th[aria-label='Options'] {
  text-align: right;
  /* or text-align: end; */
}

table td>div.tw-flex a>i.fa-pen-to-square {
  color: #0a5806;
}

table td>div.tw-flex a>i.fa-trash-can {
  color: #f50057;
}

/* table.dataTable thead th:contains('Options') {
      text-align: end;
  } */

/* .table>tbody>tr>td>a>i.fa-pen-to-square,
  .table>tbody>tr>td>a>i.fa-trash-can {
      float: right;
      margin-left: 10px;
  } */

/* table.items td>a>i.fa-pen-to-square,
  table.items td>a>i.fa-trash-can,
  table.dataTable td>a>i.fa-pen-to-square,
  table.dataTable td>a>i.fa-trash-can {
      float: right;
      margin-left: 10px;
  } */

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #0b2b09;
  border-color: #5d0303;
}

/* "color-primary-700": "#0a5806", #D51709 
  "color-primary-800": "#0b2b09", #AA0000 
  Menu User Welcome Text Color #f66262   #62f6c7
  Menu Active Subitem Background Color #f6d3d3 #d3f6e8
  Top Header Links Color #92000c  #007692
  Menu Active Item Background Color #92000c #007692
  Submenu Links Color #aa0000   #008eaa
  Modal Heading Background #92000c #007692
  Tabs Link Active/Hover Color #b00a02  #008eaa
  Tabs Active Border Color #d70900  #015d6f
  Table Headings Color #6b1f26  #065245
  */

div.modal-header p {
  color: #fff;
}

.color-test {
  color: #12b2b366;
}

#modal_data {
  color: transparent;
}

/* TABLE BUTTONS WITH ICONS  */

.tbl-btn-danger,
.tbl-btn-danger.focus {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 0px;
  min-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
  border-radius: 5px;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  width: 21px;
  min-height: 24px;
  background-color: #f5005725;
  color: #f50057;
  border: 0;
}

.tbl-btn-danger:hover,
.tbl-btn-danger.focus:hover,
.tbl-btn-danger:focus,
.tbl-btn-danger:active {
  background-color: #f50057;
  color: #fff !important;
}

.tbl-btn-success,
.tbl-btn-success.focus {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 0px;
  min-width: 0px;

  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
  border-radius: 5px;
  font-size: 0.65rem;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  width: 21px;
  min-height: 24px;
  background-color: #dcfadc;
  color: #026102;
  border: 0;
}

.tbl-btn-success:hover,
.tbl-btn-success.focus:hover,
.tbl-btn-success:focus,
.tbl-btn-success:active {
  background-color: #026102;
  color: #fff !important;
}

.tbl-btn-info,
.tbl-btn-info.focus {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0px;
  border: 0px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 0px;
  min-width: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px,
    rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
  border-radius: 5px;
  font-size: 0.65rem;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  width: 21px;
  min-height: 24px;
  background-color: #e0eaf3;
  color: #044a72;
  border: 0;
}

.tbl-btn-info:hover,
.tbl-btn-info.focus:hover,
.tbl-btn-info:focus,
.tbl-btn-info:active {
  background-color: #044a72;
  color: #fff;
}

.tbl-btn-success.btn-icon,
.tbl-btn-danger.btn-icon {
  padding: 1 !important;
}

.tbl-btn-success>a>i,
.tbl-btn-danger>a>i {
  padding-top: 2px;
}

/* TABLE BUTTONS WITH ICONS  */

/* Table Header */
/* #f7dfe7  #92000c*/

/* When the switch is toggled on, change the background color of the slider and move the slider to the right */
input:checked+.slider {
  background-color: #2196f3;
}

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

/* Show/hide the element when the switch is toggled */
input:checked~#showHideInvoice,
input:checked~#showHideEstimate {
  display: block;
}

/* Logo Background Color */
li.sm\:tw-bg-neutral-900\/50 {
  background: transparent !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #2196f3;
  border-color: #1a81e9;
}

/* table.dataTable thead>tr>th {
      border-color: #0a8fdb !important;
  } */

.table.items thead,
table.dataTable thead>tr>th {
  background: #0a8fdb !important;
  border-color: #0a8fdb !important;
  color: #fff !important;
}

/* Sub Menu Color Preference */
.sidebar li .nav-second-level li a {
  /* color: #05043f; */
  color: #032431;
}

.admin #side-menu li .nav-second-level li.active a,
.admin #setup-menu li .nav-second-level li.active a,
.admin #side-menu li .nav-second-level>li>a:hover,
.admin #side-menu li .nav-second-level>li>a:focus,
.admin #setup-menu li .nav-second-level>li>a:hover,
.admin #setup-menu li .nav-second-level>li>a:focus {
  /* background: #f2dce4 !important; */
  /* background: #cbd5e1 !important; */
  background: #cfebf6 !important;
  color: #032431 !important;
}

a#arms_label_images-remove-long-logo>i.fa-remove:before,
a#arms_label_images-remove-square-logo>i.fa-remove:before {
  color: brown;
}

/*---------- Menu List For Easy Menu PopUps----------- */
ul.quick-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

ul.quick-menu-list.sidebar-menu {
  margin-top: -15px;
}

ul.quick-menu-list i.fa {
  margin-right: 5px;
  color: #0a8fdc;
}

ul.quick-menu-list li a {
  color: #000 !important;
  /*282828*/
  font-family: 'Trebuchet MS';
  padding: 7px 20px;
}

ul.quick-menu-list.nav.side-menu>li>a,
ul.quick-menu-list.nav.child_menu>li>a {
  font-weight: bold;
}

/*----------Menu List For Easy Menu PopUps ----------- */
/* .modal-body {
      padding: 0px;
  } */
/*----------Easy Menu Page Cards ----------- */
.list-group-horizontal .list-group-item {
  display: inline-block;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item {
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
}

.list-group {
  padding-top: 10px;
  text-align: center;
}

.emtyle {
  background: none;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  border-radius: 4px;
  color: #0a8fdc !important;
  margin-right: 5px;
  width: 50px;
  font-size: 50px;
  margin-bottom: 15px;
}

a.summary-item {
  width: 240px;
  text-align: center;
  margin-top: 25px !important;
  margin-left: 20px !important;
  margin-bottom: 25px !important;
}

#summarymenuModalLabel {
  font-size: large;
  font-weight: bolder;
  display: initial;
  justify-content: flex-start;
}

.summary-icon {
  background: none;
  height: 160px;
  line-height: 150px !important;
  text-align: center;
  border-radius: 4px;
  color: #0a8fdc !important;
  margin-right: 5px;
  width: 150px;
  font-size: 150px;
  margin-bottom: 15px;
}

.fa-tripadvisor.summary-icon,
.fa-graduation-cap.summary-icon {
  margin-right: 40px;
}

.summary-title {
  font-size: 15px;
}

.summary-modal-overlay {
  /* background-color: transparent; */
  background-color: rgba(0, 0, 0, 0.651);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.checker_card {
  margin-left: 80px !important;
}

.custom-green {
  background-color: #053b1e;
  border-color: #0f3d06;
}

#easymenuModalLabel,
div#menuDetailModalTemplate {
  display: initial;
  justify-content: flex-start;
}

#menuModalTemplate div.modal-header,
#easymenuModal div.modal-header {
  background: #0a8fdc;
  color: aliceblue;
}

#easymenuModalLabel {
  font-size: large;
  font-weight: bolder;
  color: #fff;
  text-align: center;
}

ul.nav.navbar-pills.navbar-pills-flat.nav-tabs.nav-stacked li>a>i {
  margin-right: 3px;
}

/*----------Easy Menu Page Cards ----------- */

.navbar-header {
  background: #000f83 !important;
}

body.customers nav.navbar-default {
  background: #000f83 !important;
  /* background-color: #000F83 !important; */
}

/* body.customers_login .navbar-default .navbar-nav>li.customers-nav-item-login>a {
      background: #000F83 !important;
  } */

/* body.customers_login .navbar-default .navbar-nav>li.customers-nav-item-login>a {
      background-color: #f8ad08 !important;
  } */

/* ul.navbar-right li.customers-nav-item-login>a {
      background-color: #f8ad08 !important;
  } */

/* ======================================================================================================================= */

button.btn.btn-success.kb-search-button {
  margin-top: -5px;
  background: linear-gradient(90deg, #000f83 0%, #0f1c7d 100%) !important;
  border: 1px solid #000f83 !important;
}

a.btn.btn-primary.btn-sm.note-btn {
  margin-top: -15px;
}

div.custom-center {
  margin: 0 auto;
  float: none;
  /* To make sure it's centered and not floating left or right */
}

.img-fluid {
  /* max-width: 100%; */
  /* max-width: 55%; */
  height: auto;
  /* background: url(../images/lanecar-logistics.png); */
}

/* .login-img {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      position: relative;
  } */

.login-img {
  display: grid;
  place-items: center;
  height: 100vh;
}

.newsfeed-upload {
  color: #f50057;
  font-size: medium;
}

/* body.login_admin {
  background: linear-gradient(136deg, #f1f5f9, #e9eef3, #ddeaf7, #c5dff9);
  background-size: 400% 400%;
  background-size: cover;
  animation: BgAnimation 50s ease infinite;
  background-image: radial-gradient(circle at top right, rgba(26, 129, 233, 0.1), #fff 42%, transparent 0),
    radial-gradient(circle at bottom left, rgba(26, 129, 233, 0.1), #fff 42%, transparent 0);
} */



body.login_admin {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Optional: Keeps the background fixed during scrolling */
  animation: BgAnimation 50s ease infinite;
  background-image:
    radial-gradient(circle at top right, rgba(26, 129, 233, 0.1), #fff 42%, transparent 0),
    radial-gradient(circle at bottom left, rgba(26, 129, 233, 0.1), #fff 42%, transparent 0);
}




@keyframes BgAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* ================= EXTRA LIGHT COLOR BUTTONS =============== */
.btn-light-info {
  background: #f1f7fa;
  padding: 10px 20px;
  border: 1px solid #0a8fdc80;
  color: #0a8fdc;
}

.btn-light-info:hover,
.btn-light-info:focus,
.btn-light-info:active {
  background: #daebf4;
  box-shadow: 0 0 5px #bacad4;
  color: #032431;
}

.btn-light-warning {
  background: #fffdec;
  padding: 10px 20px;
  border: 1px solid #dcce0a80;
  color: #dcc20a;
}

.btn-light-warning:hover,
.btn-light-warning:focus,
.btn-light-warning:active {
  /* background: #fbf8de; */
  background: #f7f2d7;
  box-shadow: 0 0 5px #d4d0ba;
  color: #dcc20a;
}

.btn-light-success {
  background: #e3f6e3;
  padding: 10px 20px;
  border: 1px solid #0adc4280;
  color: #029602;
}

.btn-light-success:hover,
.btn-light-success:focus,
.btn-light-success:active {
  background: #dff7df;
  box-shadow: 0 0 5px #cddfc3;
  color: #008000;
}

.btn-light-error {
  background: #fae4e4;
  padding: 10px 20px;
  border: 1px solid #de1a5f;
  color: #c41250;
}

.btn-light-error:hover,
.btn-light-error:focus,
.btn-light-error:active {
  background: #fde6e6;
  box-shadow: 0 0 5px #e3c9c9;
  color: #a2043b;
}

.btn-light-purple {
  background: #fae4f9;
  padding: 10px 20px;
  border: 1px solid #de1abd;
  color: #c4129e;
}

.btn-light-purple:hover,
.btn-light-purple:focus,
.btn-light-purple:active {
  background: #fde6fb;
  box-shadow: 0 0 5px #e3c9e2;
  color: #a20473;
}

a.add-ic {
  background: #5584ff30;
  border-radius: 50%;
  padding: 2px 3px 2px 3px;
  width: 10px;
}

/* background-color: #f5dddd;
  border: 1px solid #c20446; */

/* color: #ffffff;
  background-color: #008000; */

div#customers_summary_total {
  border-color: #4d5863;
  background: linear-gradient(136deg, #f1f5f9, #e9eef3, #8f969d, #878889);
  padding: 5px;
}

div#active_customers {
  border-color: #21436a;
  background: linear-gradient(136deg, #f2f9f1, #ebf3e9, #def4db, #95e19f);
  padding: 5px;
}

div#inactive_active_customers,
div#customers_summary_inactive {
  border-color: #21436a;
  background: linear-gradient(136deg, #f8edf0, #fae2e9, #f6cdd4, #f8bdd1);
  padding: 5px;
}

div#customers_summary_active {
  border-color: #21436a;
  background: linear-gradient(136deg, #f1f5f9, #e9eef3, #ddeaf7, #c5dff9);
  padding: 5px;
}

div#customers_summary_logged_in_today {
  border-color: rgb(33 67 106);
  background: linear-gradient(136deg, #f6f5f1, #f6eed2, #f2e1a6, #f4db7f);
  padding: 5px;
}

div#customers_summary_total {
  border-color: rgb(33 67 106);
  background: linear-gradient(136deg, #f1f5f9, #e9eef3, #ddeaf7, #c5dff9);
  padding: 5px;
}

@media (max-width: 768px) {
  .show-logo-on-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40% !important;
  }

  #top_search input {
    min-width: max-content;
  }

  span#quick_access_icon {
    margin-left: 10px;
  }
}

#top_search div#top_search_button i {
  color: #0a8fdb;
}

span#mobile-quick-menu {
  border: 1px solid #cccccc42 !important;
}

ul#quick_access,
ul#admin_settings {
  margin: auto !important;
  /* border: 1px solid #cccccc42 !important; */
}

span#quick_access_icon {
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 0.375rem;
}

span#quick_access_icon i:hover {
  color: #026fae !important;
}

span#admin_settings_icon {
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 0.375rem;
  font-size: x-small;
  width: auto;
  height: auto;
}

span#admin_settings_icon i:hover {
  color: #8e0132 !important;
}

ul#admin_settings i.fa.fa-cogs {
  color: #026fae !important;
}

#setup-menu .close-customizer {
  padding: 5px 10px;
  color: #f50057;
  border: 1px solid #f50057;
  border-radius: 50%;
}

#setup-menu .close-customizer:hover {
  background: #f2ccd95c !important;
  color: #f50057 !important;
}

#top_search input {
  border-radius: 10px !important;
}

#top_search input:hover {
  border: 2px solid #0a8fdb !important;
  background: #c8e7fa5c !important;
}

#top_search input:active {
  border: 2px solid #0a8fdb !important;
}

.sub-menu-item-2-Way.Texting .badge {
  position: absolute;
  color: #fff;
  padding: 3px 7px;
  text-align: center;
  background-color: #ff045c !important;
  border-radius: 50% !important;
  font-size: 11px !important;
  min-width: 18px !important;
  right: 30px !important;
  top: -2px !important;
  width: 22px !important;
  height: 22px !important;
}

.sidebar li .nav-second-level a .menu-icon {
  margin-right: 8px;
  font-size: 12px;
  margin-top: 4px;
  color: #2386e9a1;
}

.sidebar li .nav-second-level a:focus .menu-icon,
.sidebar li .nav-second-level a:hover .menu-icon,
.sidebar li .nav-second-level li.active a .menu-icon {
  color: #1a81e9;
}

/* Com Connect Table under Memebers */
table.table.table-com_connect-single-client img.img.img-responsive.staff-profile-image-small.pull-left- {
  display: inline;
  margin-right: 5px;
}

@media print {
  .no-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }
}

.customer_profile .table td {
  padding: 6px;
}

.drl-icons {
  font-size: 20px;
  color: #0a8fdc !important;
  /* color: #0a8fdc3d !important; */
}

/* 
  .progress-bar-success {
    background-color: none !important;
    background: linear-gradient(136deg, #f2f9f1, #ebf3e9, #def4db, #95e19f);
  }
  
  .total_invoices {
    background: linear-gradient(136deg, #f1f5f9, #e9eef3, #ddeaf7, #c5dff9);
    background: linear-gradient(136deg, #f1f5f9, #e9eef3, #e8f1fa, #d1e6fa);
    padding: 5px;
  } */

.top_stats_wrapper {
  background: linear-gradient(230deg,
      #ffffff,
      #f7fcff,
      #feffff,
      #ffffff) !important;
}

/* CALENDAR CSS STYLE */

/* Modern Calendar Theme */

/* Calendar Container */
.fc {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, sans-serif;
}

/* Header Toolbar */
.fc-toolbar-title {
  font-size: 1.5em !important;
  font-weight: 600 !important;
  color: #2c3e50 !important;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}

/* Button Group Styling */
.fc .fc-button-group {
  gap: 5px;
}

/* Button Styling */
.fc-button {
  padding: 8px 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 6px !important;
  border: none !important;
  background: #f8f9fa !important;
  color: #495057 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.fc-button:hover {
  background: #e9ecef !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.fc-button:active {
  transform: translateY(0);
}

/* Today Button */
.fc-today-button {
  background: #0a8fdc !important;
  color: white !important;
}

.fc-today-button:hover {
  background: #0a8fdc !important;
}

/* State Buttons */
.fc-button-active {
  background: #0a8fdc !important;
  color: white !important;
  box-shadow: 0 2px 4px rgba(67, 97, 238, 0.3) !important;
}

.fc-button:hover {
  /* background: #0878ba !important;
    color: white !important; */
  background: #fff !important;
  color: #0878ba !important;
  border: 2px solid #0878ba !important;
  box-shadow: 0 2px 4px rgba(67, 97, 238, 0.3) !important;
}

/* Calendar Grid */
.fc-theme-standard td,
.fc-theme-standard th {
  border-color: #e9ecef !important;
}

/* Header Cells */
.fc-col-header-cell {
  padding: 12px 0 !important;
  background: #f8f9fa;
  font-weight: 600 !important;
  color: #495057;
}

/* Day Numbers */
.fc-daygrid-day-number {
  padding: 8px !important;
  color: #495057;
  font-weight: 500;
}

/* Today Highlight */
.fc-day-today {
  background: rgba(67, 97, 238, 0.05) !important;
}

.fc-day-today .fc-daygrid-day-number {
  background: #0a8fdc;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

/* Events Styling */
.fc-event {
  border: none !important;
  padding: 3px 8px !important;
  font-size: 0.85em !important;
  border-radius: 4px !important;
  margin: 1px 0 !important;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.fc-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Different Event Types - Add classes in your JS */
.fc-event.meeting {
  background: #0a8fdc !important;
  border-left: 3px solid #2d3fe6 !important;
}

.fc-event.task {
  background: #16a34a !important;
  border-left: 3px solid #138a3d !important;
}

.fc-event.reminder {
  background: #f59e0b !important;
  border-left: 3px solid #d18709 !important;
}

/* More Events Link */
.fc-more-link {
  color: #0a8fdc !important;
  font-weight: 500;
}

/* Week View Specific */
.fc-timegrid-slot {
  height: 40px !important;
}

.fc-timegrid-axis {
  padding: 10px !important;
  font-weight: 500;
  color: #6b7280;
}

/* Month View Specific */
.fc-daygrid-day-frame {
  padding: 4px !important;
}

/* Popover Styling */
.fc-popover {
  border: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border-radius: 8px !important;
}

.fc-popover-header {
  background: #f8f9fa !important;
  padding: 10px !important;
  font-weight: 600;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Loading State */
.fc-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .fc-toolbar {
    flex-direction: column;
    gap: 10px;
  }

  .fc-toolbar-title {
    font-size: 1.2em !important;
  }

  .fc-button {
    padding: 6px 12px !important;
  }
}

/* Dark Mode Support - Add .light class to parent */
.light .fc {
  background: #1f2937;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.light .fc-toolbar-title {
  color: #e5e7eb !important;
}

.light .fc-button {
  background: #374151 !important;
  color: #e5e7eb !important;
}

.light .fc-button:hover {
  background: #4b5563 !important;
}

.light .fc-col-header-cell {
  background: #374151;
  color: #e5e7eb;
}

.light .fc-theme-standard td,
.light .fc-theme-standard th {
  border-color: #374151 !important;
}

.light .fc-day-today {
  background: rgba(67, 97, 238, 0.15) !important;
}

/*=================== # Custom Buttons With Icons ======================= */

.custom-btn-success {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  padding: 8px 15px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid #11c15b80;
  color: #11c15b;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  min-width: 100px;
}

.custom-btn-success:hover,
.custom-btn-success:active,
.custom-btn-success:focus {
  background-color: #e9f6ee;
  color: #11c15b;
}

.custom-btn-info {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 8px 15px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid #0a8fdc80;
  color: #0a8fdc;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  min-width: 100px;
}

.custom-btn-info:hover,
.custom-btn-info:active,
.custom-btn-info:focus {
  background-color: #e0eaef;
  color: #0a8fdc;
}

.custom-btn-warning {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 8px 15px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid #dcb60a80;
  color: #dc9d0a;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  min-width: 100px;
}

.custom-btn-warning:hover,
.custom-btn-warning:active,
.custom-btn-warning:focus {
  background-color: #f2f2e2;
  color: #dc9d0a;
}

.custom-btn-error {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Helvetica Neue', Helvetica, Roboto, Arial,
    sans-serif, Poppins;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  padding: 8px 15px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border: 1px solid #dc0a3080;
  color: #dc0a30;
  border-radius: 8px;
  text-transform: capitalize;
  position: relative;
  min-width: 100px;
}

.custom-btn-error:hover,
.custom-btn-error:active,
.custom-btn-error:focus {
  background-color: #f2f2e2;
  color: #dc0a30;
}

/*=================== # Custom Buttons With Icons ======================= */