/*@import url('https://fonts.googleapis.com/css?family=Muli');*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700");

@charset "utf-8";

/* CSS Document */
:root {
  --primary-color: #ffa300;
  --error-color: #dc3545;
  --grey-color: #cccccc;
  --back-color: #f3f3f3;
  --black-color: #000000;
  --dark-grey-color: #666666;
  --in-progress-color: #2e59df;
  --completed-color: #ffa300;
  --appointment-color: #ce93d8;
  --table-alter-color: #f4f5f7;
  --gold-color: #fcd202;
}
*:focus {
  outline: none;
}

body {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #f8f9fa;
}
.common-filters {
  display: flex;
  align-items: center;
}

.common-export-btn {
  min-width: 120px;
}




a {
  text-decoration: none;
  color: rgb(0, 35, 74);
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.form-control {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
button {
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.skin-white .main-header .navbar {
  background-color: #fff;
}

.skin-white .main-header .navbar .nav > li > a {
  color: #9d9d9d;
  transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -ms-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  -webkit-transition: all ease-in 1s;
}

.skin-white .main-header .navbar .nav > li > a:hover {
  color: #0a417a;
}

.skin-white .main-header .navbar .sidebar-toggle {
  color: #fff;
}

.skin-white .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

.skin-white .main-header .navbar .sidebar-toggle {
  color: #c1bfc0;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  padding: 0 16px;
}

.skin-white .main-header .navbar .sidebar-toggle:hover {
  opacity: 0.8;
  background: none;
}

.skin-white .main-header .logo:after {
  background: rgba(0, 0, 0, 0.3);
  height: 2px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
}

.skin-white .main-header .logo:before {
  background: rgba(255, 255, 255, 0.5);
  height: 2px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
}

.skin-white .main-header li.user-header {
}

.skin-white .content-header {
  background: transparent;
}

.skin-white .main-sidebar {
  background: #ffffff;
}

.skin-white .user-panel > .info,
.skin-white .user-panel > .info > a {
  color: #fff;
}

.skin-white .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}

.skin-white .sidebar-menu > li > a {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.skin-white .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  background: #2c3b41;
}

.skin-white .sidebar a {
  color: #b8c7ce;
}

.skin-white .sidebar a:hover {
  text-decoration: none;
}

.skin-white .treeview-menu > li > a {
  color: #bcbcbc;
}

.skin-white .treeview-menu > li.active > a,
.skin-white .treeview-menu > li > a:hover {
  color: #fff;
}

.right-top a {
  font-size: 20px;
}

.logo-lg > img {
  width: 160px;
  height: 59px;
  /* max-width: 90%; */
}

.navbar-nav > .user-menu .user-image {
  border-radius: 50%;
  float: left;
  height: 35px;
  margin-right: 10px;
  margin-top: -2px;
  width: 35px;
}

.user-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #212529 !important;
}

.skin-white .main-header .navbar .sidebar-toggle {
  color: #737373;
  font-size: 30px;
  height: 56px;
  line-height: 56px;
  padding: 0;
}

.right-top .navbar-nav > li > a {
  padding-bottom: 0;
  padding-top: 0;
}

.right-top .navbar-nav > li {
  padding-bottom: 22px;
  padding-top: 22px;
}

.right-top .navbar-nav > li.user-menu {
  padding: 7px 7px 7px 18px;
  background: #10447a;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #fff;
}

.right-top li.user-menu a {
  height: 43px;
  padding: 0 32px 0 15px;
  position: relative;
}

.right-top li.user-menu a:before {
  top: 50%;
  margin-top: -2.5px;
  position: absolute;
  right: 15px;
  /* background: url("../images/top-arrow.png") no-repeat; */
  content: "";
  width: 10px;
  height: 5px;
}

.skin-white .main-header .navbar .nav > li.user-menu > a:hover,
.skin-white .main-header .navbar .nav > li.user-menu > a:focus {
  background: #10447a;
}

.right-top li.user-menu ul li a::before {
  display: none;
}

.skin-white .main-header .navbar .nav > li.user-menu > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.right-top .hidden-xs {
  display: inline-block;
  padding-top: 10px;
  vertical-align: middle;
}

.sidebar-menu {
  transition: width 0.3s ease 0s;
  width: 175px;
}

.sidebar-menu > li:last-child {
  border-bottom: medium none;
}

.sidebar-mini .sidebar-menu li {
  padding: 10px 5px;
}
.sidebar-mini .sidebar-menu li a {
  border-left: 3px solid transparent;
  transition: all ease-in-out 0.3s;
  padding: 0 10px;
}
.sidebar-mini .sidebar-menu > li.active > a,
.sidebar-mini .sidebar-menu > li.active > a:hover,
.sidebar-mini .sidebar-menu > li > a.active-tab,
.sidebar-mini .sidebar-menu > li > a:hover,
.sidebar-mini .sidebar-menu > li > a:focus {
  border-left-color: #fba700;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  margin: 0;
  padding: 5px 5px 5px 11px;
}
/* .sidebar-mini .sidebar-menu li ul li span {
  display: inline-block;
  width: 24px;
  height: 22px;
  border-radius: 8px;
  background: #fff2da;
  border: none;
  vertical-align: middle;
  margin-right: 5px;
} */
.sidebar-mini .sidebar-menu li ul li {
  padding: 10px 10px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li {
  padding: 5px 6px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li ul li span {
  margin-right: 16px;
}

.sidebar-mini.sidebar-collapse > li > a {
  padding: 12px 10px 12px 0;
}
.sidebar-collapse span.navImg {
  width: 35px;
}

.sidebar-menu li > a > .pull-right {
  right: 20px;
}

.main-header .navbar .nav > li > a > .label {
  border-radius: 0;
  font-size: 10px;
  height: 13px;
  line-height: 11px;
  padding: 2px 3px;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 0;
  width: 13px;
}

.sidebar-menu > li:first-child {
  border-top: 0 none;
}

.skin-white .sidebar-menu > li > .treeview-menu {
  background: #6c6e71;
}

.follow-row {
  background: #ffffff;
  position: relative;
  min-height: 180px;
}

.profile-icon {
  border-radius: 100%;
  bottom: 30px;
  height: 300px;
  left: 25px;
  overflow: hidden;
  position: absolute;
  width: 300px;
  z-index: 9;
}

.brd-cm-row {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 15px 20px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

.content-wrapper {
  background-color: #f8f9fa;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-bottom: 30px;
  margin-top: 15px;
}

/* .content-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/content-shadow.png) no-repeat;
  background-position: top center;
  width: 100%;
  content: "";
  height: 22px;
  background-size: cover;
} */

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu {
  margin-left: 0;
  width: 60px;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar-menu {
  overflow: hidden;
}

.sml-img img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover {
  background: none;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  font-size: 13px;
}

.navbar-nav h4 {
  margin: 0;
}

.table-listing {
  border-collapse: collapse;
  width: 100%;
}

.table-listing td {
  border: solid 1px #e0dede;
  padding: 15px;
}

.table-listing tr:nth-child(odd) {
  background: #f4f4f4;
}

.lising-tab {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.page1 {
  display: inline-block;
  padding-right: 10px;
}

.left-rgt-box {
  display: inline-block;
  padding-left: 10px;
}

.view-slt {
  display: inline-block;
}

.pager-top {
  padding: 10px 0 20px;
}

.pager-bottom {
  padding: 20px 0 10px;
}

.small-inp {
  height: 35px;
  width: 48px;
  text-align: center;
  margin: 0 5px;
  border: solid 1px #e5e5e5;
}

.left-icon {
  background: #f4f4f4 none repeat scroll 0 0;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 30px;
}

.left-icon:hover {
  background: #ececec;
}

.left-icon a {
  display: block;
  color: #abafb7;
}

.right-icon {
  background: #f4f4f4 none repeat scroll 0 0;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 30px;
}

.right-icon:hover {
  background: #ececec;
}

.right-icon a {
  display: block;
  color: #abafb7;
}

.profile-form .listing-table .form-control {
  border-radius: 0;
  width: 100%;
}

.table-listing input[type="checkbox"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.main-header {
  max-height: 100px;
  background: #fff;
  box-shadow: 0 5px 10px #00000009;
}

.right-top li.user-menu li a,
.right-top li.user-menu li a:hover {
  /* background: ; */
  height: auto;
  padding: 0;
  color: #067fff;
  background: none;
}

.right-top li.user-menu li a,
.right-top li.user-menu li a {
  font-size: 14px;
  line-height: 30px;
  color: #494949;
}

.right-top li.user-menu li a.logout-btn {
  background: #f46606 none repeat scroll 0 0 !important;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 6px 15px;
}

.user-menu .dropdown-menu {
  text-align: center;
}

img {
  max-width: 100%;
}

.page-banner > img {
  max-width: inherit;
}

.large-btn-row .nav-tabs > li.active > a,
.large-btn-row .nav-tabs > li.active > a:focus,
.large-btn-row .nav-tabs > li.active > a:hover {
  border: none;
}

.main-header > .navbar {
  min-height: 56px;
  /* max-height: 56px; */
}

span.navImg {
  width: 30px;
  display: inline-block;
}

.sidebar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 270px;
  padding-top: 25px;
}

.sidebar-collapse .main-header .logo {
  max-height: 110px;
  min-height: 100px;
}

.navIn {
  display: block;
  position: relative;
  width: 100%;
}

.searchBox {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.searchBox .input-group {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.searchBox .input-group .form-control {
  height: 37px;
  border-radius: 5px;
  background: #f8f9fa;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eaedf0;
  color: #949595;
}

.searchBox .input-group .form-control:focus {
  border-color: #eaedf0;
}

.input-group .input-group-addon {
  background-color: #f8f9fa;
  border: medium none;
  border-radius: 0;
  color: #bcbcbc;
  font-size: 16px;
  height: 35px;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 1px;
  width: 25px;
  z-index: 99;
}

.skin-white .main-header .navbar .nav > li > a:after {
  background: #9d9d9d;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

.skin-white .main-header .navbar .nav > li:nth-child(3) > a::after {
  display: none;
}

.skin-white .main-header .navbar .nav > li:last-child > a:after,
.skin-white .main-header .navbar .nav > li:nth-child(4) > a:after {
  display: none;
}

.main-sidebar::before {
  background: rgba(255, 255, 255, 0.06) none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  top: 144px;
  width: 100%;
}

.sidebar-collapse .main-sidebar::before {
  top: 99px;
}

.content-wrapper {
  min-height: inherit !important;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  border-width: 0;
  box-shadow: 0 0 10px #0000000b;
}
.statistics-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-width: 0;
  box-shadow: 0 0 10px #0000000b;
  padding: 1rem;
}
.statistics-box h4 {
  color: #666;
  font-weight: 800;
  font-size: 25px;
}
.statistics-box p {
  color: #999;
  margin: 0;
  font-size: 15px;
  font-weight: bolder;
}
.statistics-box > .statistics-number {
  padding-left: 20px;
}
.schedule-table {
  display: block;
  /*   overflow: auto;
    height: calc(100vh - 230px);*/
}
.app-select-box {
  display: none;
}

/*.schedule-table td:nth-child(1) div{
    width: 110px !important;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}
.schedule-table td:not(:first-child){
    width: 28px;
    padding: 0 10px;
}*/
.schedule-table .td-box {
  /*width: 200px;*/
  width: 100%;
  height: 120px;
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 24%,
    rgba(221, 221, 221, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 49%,
    rgba(221, 221, 221, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 74%,
    rgba(221, 221, 221, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 24%,
    rgba(221, 221, 221, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 49%,
    rgba(221, 221, 221, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 74%,
    rgba(221, 221, 221, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 24%,
    rgba(221, 221, 221, 1) 25%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 49%,
    rgba(221, 221, 221, 1) 50%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 74%,
    rgba(221, 221, 221, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  color: #444444;
  font-size: 15px;
  position: relative;
}
.schedule-table .td-box div {
  border-radius: 5px;
  justify-content: center;
  flex-direction: column;
  overflow: auto;
  padding-left: 2px;
  font-size: 12px;
}
thead {
  background: #fff;
}
.schedule-table .td-box .name-plate {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.schedule-table .td-box .detail-plate {
  margin-bottom: 0;
  font-size: 15px;
}
.schedule-table table {
  border-collapse: collapse;
}
/* .schedule-table > th, .schedule-table > td {
  border: 1px solid #ccc;
} */
.schedule-table table tr:first-child th {
  border-top: 0;
  width: 77px;
}
.schedule-table table tr th td {
  width: 20%;
  padding: 0 15px;
}
.schedule-table table tr td:first-child,
.schedule-table table tr th:first-child {
  border-left: 0;
  vertical-align: top;
}
.schedule-table table tr:last-child td,
.schedule-table table tr:last-child th {
  border-bottom: 0;
  font-weight: 600;
}
.schedule-table table tr td:last-child {
  border-right: 0;
}

.schedule-table table tr th:last-child {
  border-right: 1;
}

.user-count table tr td {
  border: 0px;
}
.user-count table tr td img {
  min-width: 40px;
  max-width: 35px;
}
.schedule-table tr td div.day-time {
  font-weight: 600;
  min-width: 65px;
}

/* width */
.schedule-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  padding: 20px;
}
/* Track */
.schedule-table::-webkit-scrollbar-track {
  background: #f1f1f100;
}
/* Handle */
.schedule-table::-webkit-scrollbar-thumb {
  background: #00000022;
  border-radius: 20px;
}
/* Handle on hover */
.schedule-table::-webkit-scrollbar-thumb:hover {
  background: #00000044;
}
.statistics-image-box {
  background: #f1f3f2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 10px;
}
.statistics-image-box img {
  height: 40px;
  width: 40px;
}
.schedule-table .time-tracker {
  z-index: 5;
  margin: 0;
  width: 100%;
  position: sticky;
  left: 0;
}
.schedule-table .time-tracker hr {
  margin: 0;
  width: 100%;
  position: static;
  left: 0;
  background: #fba700;
}
.schedule-table .time-tracker div {
  margin: 0;
  background: #fba700;
  /*width: 7px;
    height: 7px;
    border-radius: 50%;*/
  height: 1px;
  position: relative;
  top: 219px;
}
.time-tracker-dot {
  position: relative;
}
/*.time-tracker-dot:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #ffa300;
    height: 1px;
    width: 1920px;
    top: 3px;
}*/
.time-tracker-dot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #ffa300;
  height: 10px;
  width: 10px;
  top: -5px;
  border-radius: 50%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}

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

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

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

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

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

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background: #ffa300;
}

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

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

.the-schedule-table table td {
  padding: 0;
  border: 0;
  color: #666;
  font-size: 14px;
}
.the-schedule-table table td img {
  width: 30px;
  margin: 5px;
}
.the-schedule-table table tr:first-child td {
  padding: 5px 15px 0 15px;
}
.the-schedule-table table tr:first-child td h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.completed {
  position: relative;
  z-index: 10;
  background: #fff2da;
  border-left: 5px solid #ffa300;
  color: #ffa300;
}
.inprogress {
  position: relative;
  z-index: 10;
  background: #e3eeff;
  border-left: 5px solid #2e59df;
  color: #2e59df;
}
.upcoming {
  position: relative;
  z-index: 10;
  background: #e3f8ff;
  border-left: 5px solid #19b5fe;
  color: #19b5fe;
}
.dropped {
  position: relative;
  z-index: 10;
  background: #eeeeee;
  border-left: 5px solid #444444;
  color: #444444;
}
.appointment {
  position: relative;
  z-index: 10;
  background: #f3e5f5;
  border-left: 5px solid #ce93d8;
  color: #ce93d8;
}

.navbar .navbar-brand {
  color: #e9a84a;
  min-width: 220px;
}
.navbar .navbar-brand img {
  height: 50px;
  margin: -13px;
}
.navbar .nav-item {
  margin: 0 10px;
}
.navbar .nav-item a {
  color: #666666;
}
.navbar select {
  font-weight: 500;
  border: none;
  background: #fafafa;
  width: 300px;
  font-size: 13px;
  padding: 4px;
  height: 27px;
  font-weight: 600;
  border-radius: 4px;
}
/*.selectBox{position: relative;height: 27px;}
.selectBox:after{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
    content: "";
    font-family: "Font Awesome 5 Free"; background: #fff;
}*/

.popup {
  /*   background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
    position: absolute !important;
    width: 100%;
    max-width: 340px;
    padding: 0 15px;
    transform: translate(-23%,9px);*/
}
.popup ul {
  margin-bottom: 10px;
  /* display: flex; */
  flex-wrap: wrap;
}
.schedule-table .td-box div.popup {
  overflow: visible;
  min-width: 300px;
  top: -130%;
}
.popup:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.schedule-table .td-box div.popup {
  display: none;
}
.schedule-table .td-box:hover div.popup {
  display: block;
}
.popup ul li {
  display: inline-block;
}

.popup ul li {
  display: inline-block;
  /* width: 30%; */
  text-align: center;
  /* margin: 10px 0;  */
  padding: 0 10px;
}
.popup ul li a {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  color: #19b5fe;
  font-size: 12px;
  display: block;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 5px;
}
.completed,
.upcoming.inprogress {
  margin-bottom: 2px;
}

.btn-submit {
  background-color: #ffa500;
  color: #ffffff;
}
.label-danger {
  color: var(--error-color);
  text-align: center;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #fba700 !important;
  background: #fba700 !important;
}

.invalid-multi-dropdown .multiselect-dropdown .dropdown-btn{
  border: 1px solid red !important;
}

.resources-dropdwn .multiselect-dropdown .dropdown-btn{
  background: #fff;
  border: 1px solid rgb(206, 212, 218);
  font-weight: bold;
  font-size: 13px;
  min-width: 150px;
}
.multiselect-item-checkbox input[type="checkbox"] + div:before {
  color: #fba700 !important;
  border: 2px solid #fba700 !important;
}
.multiselect-item-checkbox input[type="checkbox"]:checked + div:before {
  background: #fba700 !important;
}

.select-option .multiselect-dropdown .dropdown-list .item1 > li:first-child {
  visibility: hidden;
}
.select-option
  .multiselect-dropdown
  .dropdown-list
  .item1
  .multiselect-item-checkbox {
  display: none;
}
.select-option .multiselect-dropdown .dropdown-list li {
  display: block;
}
.select-option .multiselect-dropdown .dropdown-list {
  width: 200% !important;
}
.select-option .multiselect-dropdown .dropdown-btn {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  color: var(--in-progress-color);
  font-size: 12px;
  /* display: inline-block; */
  padding: 8px;
  border-radius: 5px;
  font-weight: bold;
  margin: 2px;
  border: none !important;
  font-weight: bold;
}
.select-option .multiselect-dropdown .dropdown-btn .dropdown-down {
  display: inline-block;
  top: 0 !important;
  width: 0;
  height: 0;
  border-top: 5px solid var(--in-progress-color) !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}

.select-option .multiselect-dropdown .dropdown-btn .dropdown-up {
  display: inline-block;
  top: 0px !important;
  width: 0;
  height: 0;
  border-bottom: 5px solid var(--in-progress-color) !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}
.select-option
  .multiselect-dropdown
  .dropdown-list
  .item2
  .multiselect-item-checkbox {
  padding: 2px !important;
}
.select-option .multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid var(--in-progress-color) !important;
  background: var(--in-progress-color) !important;
}
.select-option .multiselect-item-checkbox input[type="checkbox"] + div:before {
  color: var(--in-progress-color) !important;
  border: 2px solid var(--in-progress-color) !important;
}
.select-option
  .multiselect-item-checkbox
  input[type="checkbox"]:checked
  + div:before {
  background: var(--in-progress-color) !important;
}

.select-option .multiselect-item-checkbox input[type="checkbox"] {
  margin-left: 2px;
}
.select-option .multiselect-item-checkbox ul li {
  margin: 2px !important;
}

.select-black .multiselect-dropdown .dropdown-btn {
  background-color: #fff;
  color: var(--black-color);
  font-weight: bold !important;
}
.select-black .multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 5px solid var(--black-color) !important;
}

.select-black .multiselect-dropdown .dropdown-btn .dropdown-up {
  border-bottom: 5px solid var(--black-color) !important;
}
.select-black .multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid var(--black-color) !important;
  background: var(--black-color) !important;
}
.select-black .multiselect-item-checkbox input[type="checkbox"] + div:before {
  color: var(--black-color) !important;
  border: 2px solid var(--black-color) !important;
}
.select-black
  .select-option
  .multiselect-item-checkbox
  input[type="checkbox"]:checked
  + div:before {
  background: var(--black-color) !important;
}
.ngb-dp-arrow > .btn-link {
  color: var(--black-color) !important;
  font-size: 0.5em;
  font-weight: bold;
}
.bg-light {
  top: -20px;
  background-color: #ffff !important;
  border: none;
}
.btn-outer > .dropdown-menu {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  left: -130px !important;
  padding: 24px;
}
.ngb-dp-weekday {
  color: var(--black-color) !important;
  font-weight: bold;
  font-style: normal !important;
}
ngb-datepicker-navigation-select > .custom-select {
  border: none !important;
}
.btn-outer .bg-primary {
  background-color: var(--primary-color) !important;
}

/* invoice dropdown select */
.invoice-select-dropdown .multiselect-dropdown .dropdown-btn .selected-item {
  background: none !important;
  color: #000 !important;
  border: none !important;
}
.myCustomTooltip .tooltip-inner {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}

.myCustomTooltip {
  white-space: pre-line;
  /* Ensure white space and line breaks are preserved */
}

.btn-done {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin: 2px;
  border: none;
  align-self: auto;
  color: var(--primary-color);
}
.btn-done:hover {
  color: #000 !important;
  cursor: pointer;
}
.btn-disbld{
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin: 2px;
  border: none;
}

.btn-grey {
  color: var(--dark-grey-color);
}
.orange {
  color: var(--primary-color);
}
#empty_layout {
  display: table;
  width: 100%;
  height: 200px;
  text-align: center;
}
#empty_text {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: var(--grey-color);
  float: none;
}


.my_empty_layout {
  display: table;
  width: 100%;
  height: 200px;
  text-align: center;
}
.my_empty_layout .my_empty_text {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  color: var(--grey-color);
  float: none;
}

.ngx-pagination .current {
  background: var(--primary-color) !important;
}
.invoice-container .dropdown-list {
  width: 220px !important;
  position: relative !important;
}

.invoice-container .multiselect-dropdown .dropdown-btn{
  width: 220px !important;
}

.back-white {
  background-color: #fff;
}
.trends .bg-primary,
.reports .bg-primary {
  background-color: var(--primary-color) !important;
}
.my-custom-class .tooltip-inner {
  display: none;
}
.my-custom-class .arrow {
  display: none;
}
.sidebar-collapse .my-custom-class .tooltip-inner {
  display: inline;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  margin: 2px;
  border: none;
  align-self: right;
  color: var(--black-color);
  background-color: white;
}

.sidebar-collapse .dashboard-fc-cal #tooltip, .sidebar-collapse .dashboard-fc-cal #tooltip2{
  left: -100px !important;
}

.sidebar-collapse .my-custom-class .arrow::before {
  color: white;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-top-color: white;
}
.error {
  color: var(--error-color);
  font-size: 11px;
}


/* angular calender */

.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder; }

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  white-space: nowrap; }

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0; }

.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex; }

.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.cal-month-view .cal-day-cell {
  min-height: 100px; }
  @media all and (-ms-high-contrast: none) {
    .cal-month-view .cal-day-cell {
      display: block; } }

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid; }

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid; }

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px; }

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px; }

.cal-month-view .cal-events {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px; }

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer; }

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default; }

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em; }

.cal-month-view .cal-open-day-events {
  padding: 15px; }

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px; }

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3; }

.cal-month-view .cal-draggable {
  cursor: move; }

.cal-month-view .cal-drag-active * {
  pointer-events: none; }

.cal-month-view .cal-event-title {
  cursor: pointer; }
  .cal-month-view .cal-event-title:hover {
    text-decoration: underline; }

.cal-month-view {
  background-color: #fff; }
  .cal-month-view .cal-cell-row:hover {
    background-color: #fafafa; }
  .cal-month-view .cal-cell-row .cal-cell:hover,
  .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #ededed; }
  .cal-month-view .cal-days {
    border-color: #e1e1e1; }
  .cal-month-view .cal-day-cell:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-month-view .cal-days .cal-cell-row {
    border-bottom-color: #e1e1e1; }
  .cal-month-view .cal-day-badge {
    background-color: #b94a48;
    color: #fff; }
  .cal-month-view .cal-event {
    background-color: #1e90ff;
    border-color: #d1e8ff;
    color: #fff; }
  .cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
    color: #8b0000; }
  .cal-month-view .cal-day-cell.cal-today {
    background-color: #e8fde7; }
  .cal-month-view .cal-day-cell.cal-drag-over {
    background-color: #e0e0e0 !important; }
  .cal-month-view .cal-open-day-events {
    color: #fff;
    background-color: #555;
    -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
            box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-week-view * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cal-week-view .cal-day-headers {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding-left: 70px;
    border: 1px solid; }
  .cal-week-view .cal-day-headers .cal-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding: 5px; }
    .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
      border-right: 1px solid; }
    .cal-week-view .cal-day-headers .cal-header:first-child {
      border-left: 1px solid; }
  .cal-week-view .cal-day-headers span {
    font-weight: 400;
    opacity: 0.5; }
  .cal-week-view .cal-day-column {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-left: solid 1px; }
  .cal-week-view .cal-event {
    font-size: 12px;
    border: 1px solid; }
  .cal-week-view .cal-time-label-column {
    width: 70px;
    height: 100%; }
  .cal-week-view .cal-all-day-events {
    border: solid 1px;
    border-top: 0;
    border-bottom-width: 3px;
    padding-top: 3px;
    position: relative; }
    .cal-week-view .cal-all-day-events .cal-day-columns {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      position: absolute;
      top: 0;
      z-index: 0; }
    .cal-week-view .cal-all-day-events .cal-events-row {
      position: relative;
      height: 31px;
      margin-left: 70px; }
    .cal-week-view .cal-all-day-events .cal-event-container {
      display: inline-block;
      position: absolute; }
      .cal-week-view .cal-all-day-events .cal-event-container.resize-active {
        z-index: 1;
        pointer-events: none; }
    .cal-week-view .cal-all-day-events .cal-event {
      padding: 0 5px;
      margin-left: 2px;
      margin-right: 2px;
      height: 28px;
      line-height: 28px; }
    .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .cal-week-view .cal-all-day-events .cal-time-label-column {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px; }
    .cal-week-view .cal-all-day-events .cal-resize-handle {
      width: 6px;
      height: 100%;
      cursor: col-resize;
      position: absolute;
      top: 0; }
      .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
        right: 0; }
  .cal-week-view .cal-event,
  .cal-week-view .cal-header {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .cal-week-view .cal-drag-active {
    pointer-events: none;
    z-index: 1; }
    .cal-week-view .cal-drag-active * {
      pointer-events: none; }
  .cal-week-view .cal-time-events {
    position: relative;
    border: solid 1px;
    border-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex; }
    .cal-week-view .cal-time-events .cal-day-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      -js-display: flex;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cal-week-view .cal-time-events .cal-day-column {
      position: relative; }
    .cal-week-view .cal-time-events .cal-event-container {
      position: absolute;
      z-index: 1; }
    .cal-week-view .cal-time-events .cal-event {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      margin: 1px;
      padding: 0 5px;
      line-height: 25px; }
    .cal-week-view .cal-time-events .cal-resize-handle {
      width: 100%;
      height: 4px;
      cursor: row-resize;
      position: absolute; }
      .cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
        bottom: 0; }
  .cal-week-view .cal-hour-segment {
    position: relative; }
    .cal-week-view .cal-hour-segment::after {
      content: '\00a0'; }
  .cal-week-view .cal-event-container:not(.cal-draggable) {
    cursor: pointer; }
  .cal-week-view .cal-draggable {
    cursor: move; }
  .cal-week-view mwl-calendar-week-view-hour-segment,
  .cal-week-view .cal-hour-segment {
    display: block; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
  .cal-week-view .cal-time {
    font-weight: bold;
    padding-top: 5px;
    width: 70px;
    text-align: center; }
  .cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-week-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .cal-week-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.cal-week-view {
  background-color: #fff; }
  .cal-week-view .cal-day-headers {
    border-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
    border-right-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:first-child {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-day-headers .cal-header:hover,
  .cal-week-view .cal-day-headers .cal-drag-over {
    background-color: #ededed; }
  .cal-week-view .cal-day-column {
    border-left-color: #e1e1e1; }
  .cal-week-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }
  .cal-week-view .cal-all-day-events {
    border-color: #e1e1e1; }
  .cal-week-view .cal-header.cal-today {
    background-color: #e8fde7; }
  .cal-week-view .cal-header.cal-weekend span {
    color: #8b0000; }
  .cal-week-view .cal-time-events {
    border-color: #e1e1e1; }
    .cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
      background-color: #ededed; }
  .cal-week-view .cal-hour-odd {
    background-color: #fafafa; }
  .cal-week-view .cal-drag-over .cal-hour-segment {
    background-color: #ededed; }
  .cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */ }
  .cal-day-view * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .cal-day-view .cal-hour-rows {
    width: 100%;
    border: solid 1px;
    overflow-x: auto;
    position: relative; }
  .cal-day-view mwl-calendar-day-view-hour-segment,
  .cal-day-view .cal-hour-segment {
    display: block; }
  .cal-day-view .cal-hour-segment::after {
    content: '\00a0'; }
  .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom: thin dashed; }
  .cal-day-view .cal-time {
    font-weight: bold;
    width: 70px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
    display: none; }
  .cal-day-view .cal-drag-active .cal-hour-segment {
    pointer-events: none; }
  .cal-day-view .cal-event-container {
    position: absolute;
    cursor: pointer; }
    .cal-day-view .cal-event-container.resize-active {
      z-index: 1;
      pointer-events: none; }
  .cal-day-view .cal-event {
    padding: 5px;
    font-size: 12px;
    border-right: 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%; }
  .cal-day-view .cal-all-day-events > * {
    cursor: pointer; }
  .cal-day-view .cal-draggable {
    cursor: move; }
  .cal-day-view .cal-starts-within-day .cal-event {
    border-top-left-radius: 5px;
    /* border-top-right-radius: 5px; */
   }
  .cal-day-view .cal-ends-within-day .cal-event {
    border-bottom-left-radius: 5px;
    /* border-bottom-right-radius: 5px; */
   }
  .cal-day-view .cal-drag-active {
    z-index: 1; }
    .cal-day-view .cal-drag-active * {
      pointer-events: none; }
  .cal-day-view .cal-resize-handle {
    width: 100%;
    height: 4px;
    cursor: row-resize;
    position: absolute; }
    .cal-day-view .cal-resize-handle.cal-resize-handle-after-end {
      bottom: 0; }

.cal-day-view {
  background-color: #fff; }
  .cal-day-view .cal-hour-rows {
    border-color: #e1e1e1; }
  .cal-day-view .cal-hour:nth-child(odd) {
    /* background-color: #fafafa;  */
  }
  .cal-day-view .cal-hour:not(:last-child) .cal-hour-segment,
  .cal-day-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
    border-bottom-color: #e1e1e1; }
  .cal-day-view .cal-hour-segment:hover{
    background-color: #ededed;
  }
  .cal-day-view .cal-drag-over .cal-hour-segment{
    /* background-color: #ededed;  */
  }
  .cal-day-view .cal-event {
    background-color: #d1e8ff;
    border-color: #1e90ff;
    color: #1e90ff; }

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 1; }

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0; }

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px; }

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px; }

.cal-tooltip-inner {
  width: 180px;
  padding: 3px 8px;
  border-radius: 0.25rem;
}

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000; }

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000; }

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000; }

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000; }

.cal-tooltip-inner {
  color: #000;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.cal-time{
  border-right: 1px solid #ced4da !important;
}

.cal-day-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: block;
  font-size: 0;
}
.cal-events .dropped-event .cal-event-title{
  opacity: 0.7;
 }
 .cal-events .dropped-event{
   opacity: 0.5;
 }

 .cal-events .book-event .cal-event{
  border-bottom-left-radius: 0;
  /* border-bottom-right-radius: 5px; */
  border-top-left-radius: 0;
  /* border-top-right-radius: 5px; */
  border-right-color: transparent !important;
  min-height: 25px !important;
 }


 /* context menu css */
.ngx-contextmenu .dropdown-menu {
  border: solid 1px var(--primary-color);
  padding: 0;
}
.ngx-contextmenu li {
  display: block;
  font-size: 14px;
}

.ngx-contextmenu li a:hover {
  text-decoration: none;
  background-color: transparent;
  transition: none;
  color: var(--primary-color);

}
.cal-event-title{
  white-space: initial;
  color: #333;
}
.ngx-contextmenu{
  /* max-height: 200px; */
  overflow: auto;
}

.hasSubMenu:before {
  /* content: "▶aa" !important; */
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0da" !important;
  font-weight: 900 !important;
  color: #ffa300 !important;
  margin: 0 0 0 4px !important;
  font-size: 20px !important;
}

.statistics-box .stat-value{
  font-size: 17px !important;
  font-weight: bolder !important;
};

button#ngb-typeahead-0-0 .dropdown-item.active, .dropdown-item:active{
  background-color:#eee !important;
}

ngb-highlight .dropdown-item.active, .dropdown-item:active{
  background-color:#f2f2f2 !important
}
.dropdown-item.active, .dropdown-item:active{
  background-color:#fba700 !important
}

.my-modal-class .modal-dialog{
  max-width: 88%;
  width: 88%;
}

.invoice-customer-search .dropdown-menu {
  /* width: 91% !important; */
  /* overflow: auto; */

}
.invoice-customer-search .dropdown-menu .dropdown-item.active{
  background-color: rgba(255, 163, 0, 0.8) !important;
}
.service-container .dropdown-list{
  position: relative !important;
}
.error-msg{
  font-size: 80%;
  color: red;
  margin: 5px;
}
.green-msg{
  font-size: 80%;
  color: green;
  margin: 5px;
}
.sortable-container .sortable-header .sortable-buttons button{
  background: #ffa300 !important;
  border: 1px solid #ffa300 !important;
}
.sortable-container .sortable-list .active{
  background: #ffa300 !important;
}
.sortable-container .sortable-header .sortable-name{
  font-size: 18px !important;
}
.sortable-container .sortable-list-item{
  font-weight: bold !important;
}
.sales-drop-down .multiselect-dropdown .dropdown-btn {
  display: inline-block  !important;
  border: none !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1)  !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1)  !important;
  font-size: 12px  !important;
  padding: 5px  !important;
  border-radius: 5px  !important;
  font-weight: bold  !important;
  margin: 2px  !important;
  align-self: right  !important;
  color: var(--primary-color)  !important;
}
.sales-drop-down .multiselect-dropdown .dropdown-btn .dropdown-down{
  top: 8px !important;
  border-top: 7px solid #000 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}
.sales-drop-down .multiselect-dropdown .dropdown-btn .dropdown-up{
  top: 8px !important;
  border-bottom: 7px solid #000 !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
}
.f-12{
  font-size: 12px;
}
.no-css-cust-btn{
  background: none;
  border: none;
  outline: none !important;
  padding: 0;
}
.dashboard-segment-stats-popup{
  right: 73px !important;
  background: transparent !important;
  overflow: visible;
  z-index: 1040 !important;
}
.dashboard-segment-stats-popup .swal2-popup{
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  z-index: auto !important;
}
.dashboard-segment-stats-popup .stat-card{
  flex: 0 0 auto !important;
  font-size: 14px !important;
  border-radius: 2px !important;
  min-width: 60px;
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.5) !important;
  cursor: pointer;
  overflow: visible !important;
  z-index: auto !important;
}
.dashboard-segment-stats-popup .stat-container{
  overflow-y: auto;
}

.dashboard-segment-stats-popup .stat-container .stat-card .stat-value{
  font-weight: 600 !important;
}

.dashboard-segment-stats-popup .segment-stats-less{
  display: flex !important;
  justify-content: flex-end !important;
}

.dashboard-segment-stats-popup #swal2-content{
  display: flex !important;
  justify-content: end !important;
}

.dashboard-segment-stats-popup .stat-container .stat-card .stat-icon{
  position: relative;
  display: inline-block;
}

.dashboard-segment-stats-popup .stat-container .stat-card .stat-icon .stat-tooltip{
  visibility: hidden;
  width: 150px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0px 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dashboard-segment-stats-popup .stat-container .stat-card .stat-icon .stat-tooltip::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}


.dashboard-segment-stats-popup .stat-container .stat-card .stat-icon:hover .stat-tooltip{
  visibility: visible;
  opacity: 1;
}
.swal-input-checkbox-1{
  font-size: 13px;
}

.myCheckbox {
  position: relative;
  float: left;
}

.myCheckbox label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 3px;
  border: 1px solid rgba(19, 19, 19, 0.143);
}

.myCheckbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 3px solid #fba700;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.myCheckbox input[type="checkbox"] {
  visibility: hidden;
}

.myCheckbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.ck-list .ck-list__item .custom-item b{
  font-weight: bolder;
}

.ck-list .ck-list__item .custom-item.ck-on b{
  color: #fff;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr:hover{
  background:  #cccccc;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td{
  border : none;
}

#total123{
  background: white;

}

#total123{
  color: orange;
  font-weight: bold;
}


/* The help popup */
.my-cust-help-popup {
  width: 350px;
  height: 450px;
  overflow: auto;
  border-radius: 5px;
  box-shadow: 0 -1px 20px rgb(0 0 0 / 16%);
  background: #fff;
  overflow-y: hidden;
}

.my-cust-help-popup .help-header{
  background-color: #ffa700;
}

.my-cust-help-popup #close-my-cust-help-popup span{
  background-color: #e26363;
  padding: 0px 4px;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
}

.my-cust-help-popup #close-my-cust-help-popup span:hover{
  background-color: #ef2f2f;
}
.btn-action{
  background-color: #fff;
  color: #ffa500;
  border: 1px solid;
}

.popover.invoice-setting-pop{
  max-width: 320px;
}
.cdk-global-overlay-wrapper, .cdk-overlay-container {
  z-index: 99999 !important;
}
.campaign-template-preview-pop{
  max-width: 350px;
}
.swal-sm-title{
  font-size: 1.25rem !important;
}

.myXlModal .modal-dialog{
  max-width: 80%;
  width: 80%;
  min-height: 400px;
}

.btn-done{
  background-color: transparent;
}
.btn-done:disabled{
  /* color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; */
  opacity: 0.5;
}
.disable-anchor-btn{
  pointer-events: none;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  opacity: .65;
}
.booking-modalwindow{
  bottom: 0;
  left: 0;
  top: unset;
  height: unset;
  right: unset;
  /* z-index: 10000000000; */
}
.booking-backdrop{
  display: none;
}
.booking-modalwindow .modal-dialog{
  margin: 0;
  width: 100%;
  max-width: unset;
}
.booking-modalwindow .modal-dialog .modal-content{
  margin: 0.35rem;
  width: unset;
}
.booking-modalwindow .modal-dialog .modal-content .modal-header{
  padding: 0.2rem 1rem;
}
.booking-modalwindow .modal-dialog .modal-content .modal-body{
  padding: 0.3rem 1rem;
  height: 350px;
  /* overflow: auto; */
}
.booking-modalwindow .modal-dialog .modal-content .modal-body .service-col .accordion .card .card-header{
  border-bottom: 1px solid #dee2e6;
}
.booking-modalwindow .modal-dialog .modal-content .modal-body .service-col .accordion .card .card-header .btn{
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.booking-modalwindow button[aria-label="Close"]:focus {
  outline: none;
}

.fc-timeline-event.cal-block-time-event .fc-title-wrap .fc-title{
  display: flex;
  justify-content: center;
  align-items: center;
}


.fc-event.cal-block-time-event .fc-event-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-time-grid-event.cal-block-time-event{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-time-grid-event.cal-block-time-event .fc-content .fc-title{
  text-align: center;
}

/* .cal-block-time-event .fc-title-wrap .fc-title .block-time-arrow{
  border: 1px solid #000000;
  width: 100%;
} */

/* The info popup */
#my-info-popup-container{

}

.my-help-popup {
  overflow: auto;
  background: #000;
}

.my-help-popup #close-my-info-popup{
  cursor: pointer;
  font-size: 1.1rem;
}

.my-help-popup #close-my-info-popup:hover{
  /* color: #f14545; */
}

.my-help-popup .info-html-content{
  flex-basis: 100%;
}

.my-help-popup #my-info-popup-action-btn{
  background: #ffa700;
  border: 1px solid #ffa700;
  border-radius: 2px;
  color: #000;
  font-weight: 600;
}

.my-help-popup #my-info-popup-action-link{
  background: #ffa700;
  border: 1px solid #ffa700;
  border-radius: 2px;
  color: #000;
  font-weight: 600;
  padding: 0.2rem;
}



/* Subscription Warning */
.my-subscription-popup {
  overflow: auto;
  background: #000;
}

.my-subscription-popup #close-my-subscription-popup{
  cursor: pointer;
  font-size: 1.1rem;
}
.my-subscription-popup .subscription-html-content{
  flex-basis: 100%;
}
.add-customer-modalwindow{
  z-index: 10000000001;
}
.booking-service-categories-accordian .accordion .card .card-header{
  padding: .25rem 0.50rem;
}
.booking-service-categories-accordian .accordion .card .card-body{
  padding: .50rem 1.25rem;
}
.booking-service-categories-accordian .accordion .accordion-item .accordion-header{
  padding: .25rem 0.50rem;
}
.accordion .accordion-item {
  border: none;
  box-shadow: 0 0 10px #0000000b;
}
.my-pop-item{
  cursor: pointer;
  padding: 2px 4px;
}
.my-pop-item:hover{
  background-color: #f8f9fa;
}
.remainder-whatsapp-logo{
  color: #25D366;
}
.text-my-primary-color{
  color: var(--primary-color);
}
.db-tree-view thead th {
  text-align: center;
  border-left: none;
}
.db-tree-view {
  width: 100%;
}
.db-tree-view tbody tr td:not(.expand-column){
  text-align: center;
}



.my-warning-popup {
  overflow: auto;
  background-color: #ff0000;
}

.my-warning-popup #close-my-warning-popup{
  cursor: pointer;
  font-size: 1.1rem;
}

.my-warning-popup .warning-html-content{
  flex-basis: 100%;
}



/* .fc-timeline-event .fc-title-wrap .fc-title .my-booking-event-icons .b-icon{
  display: none;
}

.fc-timeline-event .fc-title-wrap .fc-title .my-booking-event-icons .b-icon:nth-child(1){
  display: inline-block;
}
.fc-timeline-event .fc-title-wrap .fc-title .my-booking-event-icons .b-icon:nth-child(2){
  display: inline-block;
}
.fc-timeline-event .fc-title-wrap .fc-title .my-booking-event-icons .b-icon:nth-child(3){
  display: inline-block;
}

.fc-time-grid-event .fc-content .fc-title .my-booking-event-icons .b-icon{
  display: none;
}

.fc-time-grid-event .fc-content .fc-title .my-booking-event-icons .b-icon:nth-child(1){
  display: inline-block;
}
.fc-time-grid-event .fc-content .fc-title .my-booking-event-icons .b-icon:nth-child(2){
  display: inline-block;
}
.fc-time-grid-event .fc-content .fc-title .my-booking-event-icons .b-icon:nth-child(3){
  display: inline-block;
} */

.fc-timeline-event .fc-title-wrap .fc-title .my-booking-event-icons{
  overflow: hidden;
}
.fc-timeline-event .fc-time, .fc-timeline-event .fc-event-main {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  box-sizing: border-box;
  white-space-collapse: collapse;
  white-space: nowrap;
  text-wrap: nowrap;
  padding: 0px 2px;
  overflow: hidden;
}

.myclass .modal-dialog{
  width: 90%;
  min-width: 90%;
}


.ng-select.custom .ng-dropdown-panel .scroll-host {
  overflow-x: auto;
}

.ng-select.custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: break-spaces;
  font-size: 13px;
  font-weight: 600;
  /* padding: 0px 6px; */
}

.ng-select.custom.ng-select-single .ng-select-container{
  height: 26px;
  border: none;
  background: #fafafa;
  font-size: 13px;
  padding: 4px;
  height: 27px;
  font-weight: 600;  
}


.ng-select.custom {
  border: 0px;
  min-height: 1.2rem;
  border-radius: 4px;
  
}

.ng-select.custom .ng-select-container {
  min-height: 1.2rem;
  border-radius: 4px;
  max-height: 2.0rem;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: none !important;
  border-style: none !important;
  border-width: 0 !important;
}

.ng-select .ng-arrow-wrapper {
  background-image: url('/assets/images/arrowhead-down.png');
  background-repeat: no-repeat;
  background-size: 11px 10px;
  margin-top: 12px;
  margin-left: 6px;

} 


.ng-select.common-color .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked  {
  background-color: #f2f2f2;
}

.ng-select.common-color .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: #e1e1e1;
} 

.county-code .ng-dropdown-panel {
  width: 310px !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container{
  flex-wrap: nowrap !important
}
.svg>svg {
  height: 100%;
  width: 100%;
}

.custom-report.ng-select .ng-select-container {
  min-height: 1.2rem;
  border-radius: 4px;
  max-height: 2.0rem;
  border-color: #e6e7ee;
}

.custom-report.ng-select .ng-dropdown-panel .scroll-host {
  overflow-x: auto;
}

.ng-select .custom-report .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  white-space: break-spaces;
  font-size: 13px;
  font-weight: 600;
  /* padding: 0px 6px; */
}

.ng-select.custom-report.ng-select-single .ng-select-container{
  /* height: 26px; */
  /* border: none; */
  /* background: #fafafa; */
  font-size: 13px;
  padding: 4px;
  /* height: 27px; */
  font-weight: 600;
  
}




.ng-select .custom-report.ng-select-container {
  min-height: 1.2rem;
  border-radius: 4px;
  max-height: 2.0rem;
}

.ng-select .custom-report.ng-arrow-wrapper .ng-arrow {
  border-color: none !important;
  border-style: none !important;
  border-width: 0 !important;
}

.ng-select .custom-report.ng-arrow-wrapper {
  background-image: url('/assets/images/arrowhead-down.png');
  background-repeat: no-repeat;
  background-size: 11px 10px;
  margin-top: 12px;
  margin-left: 6px;

} 


.custom-report.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  /* background-color: #ffc552 !important; */
  background-color: #f3d9a66b !important;
  /* background-color: #fadea4c4 !important; */
  
  
}

.custom-report.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  /* background-color: #ffc552 !important; */
  /* background-color: #ffd88c !important; */
  /* background-color: #fadea4c4 !important; */
  /* background-color:#f3daaac4 !important; */
  background-color: #f3d9a6e2 !important;
  
  
}

.custom-report.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container {
  border-color: #f7bb45;
  box-shadow: inset 0 1px 1px hsla(41, 85%, 61%, 0.075), 0 0 0 3px rgba(236, 183, 83, 0.1);
}



angular2-multiselect>.cuppa-dropdown{
       display: block;
        width: 100%;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        /* border: 1px solid #ced4da; */
        border-radius: 0.25rem;
        transition: border-color .15s
}

angular2-multiselect>c-btn{
line-height: 0.25;
}



angular2-multiselect>.cuppa-dropdown>div:first-child {
  width: 100%;
  
  font-weight: 400;

  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  min-height: calc(1.5em + .5rem + 2px);

  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.accordion-button {
  padding: .375rem .75rem !important;
  background-color: inherit !important;
}

.cdk-virtual-scroll-content-wrapper {
  display: contents;
}

.cdk-virtual-scrollable {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}


.cdk-virtual-scroll-spacer{
  height: 0px !important;
}


.invalid-input {
  border: 1px solid red;
}

.c-btn{
  min-height: calc(1.5em + .5rem + 2px) !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Wallet Css */
.wallet {
  display: flex;
  justify-content: space-between;
  align-items:center ;

}

@media screen and (min-width:320px) and (max-width:990px) {
  .wallet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 

  }
}

.wallet_amt {
  padding:9px;
  font-weight: 900;
}
.wallet_text {
  font-size: 15px;
  font-weight: 900;
}
