@font-face {
  font-family: 'Quicksand';
  src:  url('../fonts/Quicksand/static/Quicksand-Regular.ttf');
}

html,
body {
  font-family: "Quicksand" !important;
  height: 100%;
  margin: 0;
  padding: 0;
 overflow-x: hidden !important;
  overflow-y: auto !important;
  font-weight: 500;
}

ul {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  padding: 0.5rem;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder {
  color: rgba(116, 116, 135, 0.5);
  font-size: pxToRem(12);
}

input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

/* Firefox */
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #F0F2F5;
  background-image: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select */
.select {
  position: relative;
  display: flex;
  background: #F0F2F5;
  overflow: hidden;
  border-radius: .25rem;
  height: 3em;
  line-height: 3;
}

select {
  flex: 1;
  padding: 0 1em;
  color: #414D55;
  cursor: pointer;
}

/* Arrow */
.select::after {
  content: ' ';
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F0F2F5;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  border: solid #416d8a;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* select:not(:checked) {
  color: $blue-primary;
} */
.select:hover::after {
  color: #02A0FC;
}

select option {
  color: #414D55;
}

a, a:hover {
  text-decoration: none !important;
}

html,
body {
  background: #F0F2F5 !important;
  color: #414D55 !important;
  font-size: 14px !important;
}

.sideMenu {
  position: fixed;
  width: 98px;
  background: #ffffff;
  z-index: 3;
  left: 0;
  height: 100%;
  text-align: center;
  animation: fadeInLeft;
  animation-duration: 0.75s;
}

.sideMenu .logo {
  margin: 1rem 0rem;
  display: block;
}

.sideMenu ul {
  margin: 2rem 0;
}

.sideMenu ul li {
  display: block;
  margin: 0.45rem 0px;
  font-size: 1.5rem;
  transition: all linear 1s;
}

.sideMenu ul li a {
  text-decoration: none;
}

.sideMenu ul li a .text {
  font-size: 0.8rem;
  font-weight: 700;
  display: block;
  color: #02A0FC;
  opacity: 1;
  transition: all 0.75s ease;
}

.sideMenu ul li a:hover .text {
  display: block;
  opacity: 1;
}

.sideMenu ul li.active {
  background: radial-gradient(#3B55E6 0%, #02A0FC 100%);
  margin: 0 0 1rem;
}

.sideMenu ul li.active a {
  display: inline-block;
  margin: 0.45rem 0px;
}

.sideMenu ul li.active a span[class^="icon-"]:before {
  color: #ffffff !important;
}

.sideMenu ul li.active a .text {
  color: #ffffff !important;
  opacity: 1;
}

.sideMenu ul li.active:after {
  content: " ";
}

.sideMenu ul + ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0;
}

.subMenu {
  position: fixed;
  width: 180px;
  background: #ffffff;
  z-index: 2;
  left: 98px;
  height: 100%;
  animation: fadeInLeft;
  animation-duration: 0.25s;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  padding: 1rem;
  border-left: 1px solid #F0F2F5;
  border-left: 1px solid #F0F2F5;
}

.outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner-wrapper {
  position: relative;
  width: calc(100% - 98px);
  left: 98px;
  padding: 5rem 1.75rem 0;
  animation: fadeIn;
  animation-duration: 0.75s;
  /*added on 21feb2021*/
  /*z-index: 99999999999;*/
    overflow-x: hidden;
    height: 100vh;
}

.inner-wrapper .mainCard {
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border: none !important;
  border-radius: 0px;
  padding: 1rem;
  min-height: calc(100vh - 230px);
}

.inner-wrapper .brand-bar {
  position: fixed;
  background: #ffffff;
  top: 0;
  width: calc(100% - 98px);
  left: calc(98px + 1px);
  padding: .5rem 1.5rem 0rem;
  height: 50px;
  /*z-index: 1030;*/
  z-index: 99;
}

.inner-wrapper .navbar {
  background: #136DFF;
  color: #ffffff;
}

.inner-wrapper .navbar.fixed-top {
  width: calc(100% - 98px);
  left: calc(98px + 1px);
  padding: 0px;
  top: 45px;
  z-index: 99;
}

.inner-wrapper .navbar .menu-button {
  position: relative;
  cursor: pointer;
  height: 16px;
  margin: 0px 1rem;
}

.inner-wrapper .navbar .menu-button span {
  height: 2px;
  width: 25px;
  background: #ffffff;
  display: block;
  margin-left: 10px;
}

.inner-wrapper .navbar .menu-button span:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  top: 8px;
}

.inner-wrapper .navbar .menu-button span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 15px;
  background: #ffffff;
  top: 16px;
  transition: all 0.3s ease-in-out;
}

.inner-wrapper .navbar .menu-button span.expand {
  background: transparent;
}

.inner-wrapper .navbar .menu-button span.expand:after {
  content: "";
  left: 20px;
  background: #ffffff;
  transform: rotate(-50deg) translateY(-13px);
  width: 20px;
}

.inner-wrapper .navbar .menu-button span.expand:before {
  background: #ffffff;
  transform: rotate(45deg) translateY(0px);
}

.inner-wrapper .navbar .pageTitle {
  font-size: 20px;
  font-weight: 700;
}

.inner-wrapper .navbar .header-icons {
  display: inline-block;
  margin-bottom: 0
}

.inner-wrapper .navbar .header-icons li {
  display: inline-block;
  padding: 0.45rem 1rem;
  font-size: 1.15rem;
  border-left: 1px solid #F0F2F5;
   /*vertical-align: middle;*/ /*margin: -6px 0px;*/
      margin: 0px;
    line-height: 2.75rem;

}

.inner-wrapper .navbar .header-icons li a {
  color: #ffffff;
}

.inner-wrapper .navbar .header-icons li a span[class^="icon-"] {
  display: inline-block;
  vertical-align: middle;
}

.inner-wrapper .navbar .header-icons li a .profileName {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
li.dropdown:hover .dropdown-menu.profileDD{
  display: block;
}
button.dropdown-toggle:hover .dropdown-menu{
  display: block;
}
.inner-wrapper .navbar .dropdown-menu.profileDD {
  top: 50px;
}
.inner-wrapper .navbar .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border: 0px;
}

.inner-wrapper .navbar .dropdown-menu a {
  color: #414D55 !important;
}

.stat {
  display: inline-block;
  padding: 0 0.35rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  min-height: 24px;
  line-height: 24px;
  min-width: 96px;
  overflow: hidden;
}

.stat.stat-pending {
  background: rgba(255, 178, 0, 0.1);
  border: 1px solid #FFB200;
  color: #FFB200;
}

.stat.stat-success {
  background: rgba(52, 181, 58, 0.1);
  border: 1px solid #34B53A;
  color: #34B53A;
}

.stat.stat-cancelled {
  background: rgba(255, 58, 41, 0.1);
  border: 1px solid #FF3A29;
  color: #FF3A29;
}

.stat .icon {
  background: #34B53A;
  padding: 0 0.35rem;
  color: #ffffff;
  font-size: 1rem;
  float: right;
  margin-left: 2px;
  margin-right: -5px;
}

.lbl {
  min-width: 90px;
  padding: 0.35rem;
  margin-right: 0.35rem;
  display: inline-block;
  font-size: 0.75rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.lbl.lbl-b {
  background: #02A0FC;
  color: #ffffff;
}

.lbl.lbl-g {
  background: rgba(52, 181, 58, 0.1);
  border: 1px solid #34B53A;
  color: #34B53A;
}

.lbl.lbl-y {
  background: rgba(255, 178, 0, 0.1);
  border: 1px solid #FFB200;
  color: #FFB200;
}

.lbl.lbl-y .icon-user .path1:before,
.lbl.lbl-y .icon-user .path2:before {
  color: #FFB200;
}

.lbl.lbl-r {
  background: rgba(255, 58, 41, 0.1);
  border: 1px solid #FF3A29;
  color: #FF3A29;
}

.lbl.lbl-v {
  background: rgba(59, 85, 230, 0.1);
  border: 1px solid #3B55E6;
  color: #3B55E6;
}

.lbl [class^="icon"] {
  vertical-align: middle;
}

.filterBlock {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-right: 1rem;
}

.filterBlock input,
.filterBlock select {
  border-radius: 0px;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border: none;
  height: 48px;
}

.CustomTable th {
  border-top: 1px solid #02A0FC;
  border-bottom: 1px solid #02A0FC !important;
  color: #02A0FC;
  font-size: 0.9rem;  font-weight: 700;
  text-transform: uppercase;
}

.CustomTable td {
  font-size: 0.9rem; font-weight: 500;
}

.CustomTable td a,
.CustomTable td a span[class^="icon-"]:before {
  color: inherit;
  text-decoration: none;
}

/*.CustomTable td a {
  margin-right: 5px;
}*/

.CustomTable td a:hover span[class^="icon-"]:before {
  color: #02A0FC !important;
}

.modal-backdrop {
  background: #17212e;
}

.modalBlue .modal-content {
  background: #3B55E6;
  color: #ffffff;
  border: 0px;
  padding: 2rem;
}

.modalBlue .modal-content .close {
  background: #02A0FC;
  color: #ffffff;
  opacity: 1;
  padding: 0.25rem 0.75rem;
  margin: -3rem -3rem -1rem auto;
}

.modalBlue .modal-content input,
.modalBlue .modal-content select,
.modalBlue .modal-content textarea {
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff;
  border: 1px solid #3b55e6;
  min-height: 48px;
}

.modalBlue .modal-content .modal-footer {
  justify-content: initial;
  padding: 0.5rem 0px;
}

.modalBlue .modal-content .modal-footer button {
  min-width: 120px;
}

.modalBlue .modal-content .modal-footer button.btn-secondary {
  background: #322c90;
  border-color: #322c90;
}

button + button {
  margin-left: 10px !important;
}

.icon-send {
  display: inline-block;
  /* animation: heartbeat 1s infinite; */
}

.subMenu + .inner-wrapper {
  width: calc(100% - 98px - 180px);
  left: calc(98px + 180px);
}

.subMenu + .inner-wrapper .brand-bar, .subMenu + .inner-wrapper .navbar.fixed-top {
  width: calc(100% - 98px - 180px);
  left: calc(98px + 180px + 1px);
}

.subMenu + .inner-wrapper .filterBlock {
  margin-top: 2.75rem;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}

.dash-top-num {
  height: 98px;
  /*margin: 23px -25px -10px !important;*/
  color: #ffffff;
  /*modified after feedback on feb 21st2020*/
   margin: 28px -7px -10px !important;  
    box-shadow: 0px 10px 10px rgba(65, 77, 85, 0.1);

}

.dash-top-num > [class^="col-"] {
  padding: 1rem 0;
  text-align: center;
  flex-direction: column;
}

.dash-top-num > [class^="col-"]:nth-child(1) {
  background: #1d2869;
}

.dash-top-num > [class^="col-"]:nth-child(2) {
  background: #02A0FC;
}

.dash-top-num > [class^="col-"]:nth-child(3) {
  background: #0262fc;
}

.dash-top-num > [class^="col-"]:nth-child(4) {
  background: #4339f2;
}

.dash-top-num > [class^="col-"]:nth-child(5) {
  background: #02A0FC;
}

.dash-top-num > [class^="col-"] .text {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: bold;
}

.dash-top-num > [class^="col-"] .number {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
}

.dash-top-num > [class^="col-"] .appointments {
  display: flex;
  justify-content: center;
}

.dash-top-num > [class^="col-"] .appointments li {
  padding: 0.5rem;
  position: relative;
}

.dash-top-num > [class^="col-"] .appointments li .count {
  /*font-size: 2rem;*/
  font-size: 1.5rem;

  line-height: 2rem;
  font-weight: bold;
}

.dash-top-num > [class^="col-"] .appointments li .medium {
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: bold;
}

.dash-top-num > [class^="col-"] .appointments li:nth-child(5) {
  border-right: 0px;
}

.dash-top-num > [class^="col-"] .appointments li::before {
  content: " ";
  /*border-right: 1px solid #02A0FC;*/
  border-right: 1px solid #fafafa;

  position: absolute;
  right: 0px;
  top: 10px;
  bottom: 10px;
}

.dash-top-num > [class^="col-"] .appointments li:last-child::before {
  display: none;
}

.dash-card-row > [class^="col-"] {
  padding: 7px;
  display: flex;
  flex-direction: column;
}

.dash-card-row > [class^="col-"] .card {
  border-radius: 0px;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  padding: 1.25rem;
  flex: 1 1 auto;
  min-height: 250px;
}

.dash-card-row > [class^="col-"] .card .heading, .brand-bar .heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin: -5px 0px 5px;
}

.dash-card-row > [class^="col-"] .card + .card {
  margin-top: 10px;
}

.dash-card-row > [class^="col-"] .card.upcoming {
  background: #4339f2;
  color: #ffffff;
}

.dash-card-row > [class^="col-"] .card.card-pd {
  margin: -15px 30px -15px 0px;
}

.dash-card-row.dash-card-row {
  margin-top: 2rem;
  margin-left: -32px;
}

.reviewUl {
  position: relative;
  margin: 0;
  padding: 15px 0;
  list-style: none;
  color: rgba(0, 0, 0, 0.8);
}

.reviewUl li {
  position: relative;
  min-height: 60px;
  float: left;
  padding-left: 35px;
  clear: both;
  margin-bottom: 30px;
}

.reviewUl li:last-child {
  margin-bottom: 0px;
}

.reviewUl li:last-child:before {
  display: none;
}

.reviewUl li:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 30px;
  bottom: -60px;
  border-left: 3px solid #ddd;
}

.reviewUl li:before:last-child&:before {
  display: none;
}

.reviewUl li .img-user {
  float: left;
  position: relative;
  margin: 0px 0px 0px -35px;
}

.reviewUl li .img-user > img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.reviewUl li .social {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
}

.reviewUl li .details {
  float: right;
  /*margin-left: 30px;*/
  position: relative;
  top: 0;
  width: calc(100% - 45px);
  font-weight: 600;
}

.reviewUl li .name {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
}

.reviewUl li .time {
  display: block;
  font-size: 0.9rem;
}

.reviewUl li .description {
  display: block;
  font-size: 1rem;
}

.reviewUl li .img-thumbs img {
  display: inline-block;
  margin: 10px 5px 0px 0px;
  border-radius: 6px;
}

.progress {
  border-radius: 0.5rem;
  margin-bottom: 1.75rem;
}

.progress-bar .bg-primary {
  background: #02A0FC !important;
}

.progress-bar .bg-success {
  background: #34B53A !important;
}

.progress-bar .bg-warning {
  background: #FFB200 !important;
}

.progress-bar .bg-danger {
  background: #FF3A29 !important;
}

.table-traffic {
  font-weight: 600;
  margin-bottom: 0px;
}

.table-traffic tr:first-child td {
  border-top: none;
}

.table-search {
  margin-bottom: 0px;
}

.table-search tr:first-child td {
  border-top: none;
}

.table-search td {
  font-size: 1.15rem;
  font-weight: 700;
  padding: 1.25rem;
}

.table-search td:first-child {
  color: #02A0FC;
}

.table-search tr td:last-child {
  padding: 1.25rem 0px;
}

.reviewTabs {
  z-index: 9;
  border-bottom: none;
  font-size: 1rem;
  font-weight: 600;
}

.reviewTabs .nav-link {
  background: #e9e9e9;
  color: #414D55;
  margin-right: 2px;
  padding: 0.75rem 2rem;
}

.reviewTabs .nav-link.active {
  color: #02A0FC;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-right: 5px;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label:before {
  opacity: 1;
}

.rating > label {
  position: relative;
  font-size: 1.25rem;
  color: #ffd600;
  cursor: pointer;
}

.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating > label:hover:before {
  opacity: 1 !important;
}

.rating > label:hover ~ label:before {
  opacity: 1 !important;
}

.rating:hover > input:checked ~ label:before {
  opacity: 0.4;
}

.reviewList li {
  position: relative;
  padding: 1rem 0px;
}

.reviewList li:after {
  position: absolute;
  margin: 0px -2.3rem;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(240, 242, 245, 0.75);
}

.reviewList li:last-child:after {
  display: none;
}

.shareLinks {
  text-align: right;
}

.shareLinks li {
  display: inline-block;
  margin: 15px 0px;
}

.shareLinks li a {
  display: block;
  background: #ffffff;
  border: 1px solid #02A0FC;
  color: #02A0FC;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
}

.shareLinks li a:hover {
  background: #02A0FC;
  border: 1px solid #02A0FC;
  color: #ffffff;
}

.box {
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  padding: 1.25rem;
  background: #ffffff;
  margin-bottom: 0.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

.box .footerCard {
  background: #f4feff;
  color: #414d55;
  text-align: center;
  padding: 10px 0px;
  margin: 0.5rem -1.35rem -1.35rem;
  font-weight: 500;
}

.box .footerCard a {
  color: #414d55;
  text-decoration: none;
}

.box .footerCard a:hover {
  color: #02a0fc;
  text-decoration: none;
}

.upcoming .nav-tabs {
  margin: 10px -18px;
  background: #1d2869;
  border-bottom: none !important;
}

.upcoming .nav-tabs .nav-link {
  padding: 14px 7px;
  white-space: nowrap;
  font-size: 1rem;
  color: #ffffff;
  border: none;
}

.upcoming .nav-tabs .nav-link:hover {
  background: transparent;
  color: #1fa0fc;
}

.upcoming .nav-tabs .nav-link.active {
  background: transparent;
  color: #1fa0fc;
}

.flip-card {
  background: transparent;
  /*height: 90px;*/
  height: 150px;
  perspective: 1000px;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.flip-card .footer {
  width: 100%;
  display: inline-block;
  clear: both;
  margin: 0.5rem 0px 0px;
  font-weight: bold;
  text-align: left;
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
*/
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card .flip-card-inner .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 1.25rem;
  background: #ffffff;
  color: #414D55;
}

.flip-card .flip-card-inner .flip-card-front .flip-status {
  position: absolute;
  top: 0;
  right: 0;
  background: #F0F2F5;
  min-width: 40%; 
  line-height: 26px;
  text-align: center;
  border-bottom-left-radius: 0.75rem;
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 700;
}

.flip-card .flip-card-inner .flip-card-front .flip-status.parking {
  background: linear-gradient(45deg, #02a0fc 0%, #3b55e6 100%);
}

.flip-card .flip-card-inner .flip-card-front .flip-status.late {
  background: linear-gradient(45deg, #ffb200 0%, #d6b31e 100%);
}

.flip-card .flip-card-inner .flip-card-front .flip-status.waiting {
  background: linear-gradient(45deg, #34b53a 0%, #ffb200 100%);
}

.flip-card .flip-card-inner .flip-card-front .flip-status.cancelled {
  background: linear-gradient(45deg, #ff8479 0%, #ff3a29 100%);
}

.flip-card .flip-card-inner .flip-card-front .flip-status.noshow {
  background: linear-gradient(45deg, #212121 0%, #2c2c2c 100%);
}

.flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #a1f2fd;
  color: #414D55;
  font-weight: 700;
  padding: 1.25rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.flip-card .flip-card-inner .flip-card-back a {
  text-decoration: none;
}

.flip-card .profileImg {
  float: left;
  margin: 0px 10px 0px -5px;
  border-radius: 50%;
}

.flip-card .details {
  float: left;
  color: #414d55;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}

.flip-card .time {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 0.85rem;
}

.loginBox {
  width: 35%;
  margin: 0 auto;
  color: #ffffff;
}

.loginBox a {
  color: #ffffff;
}

.form-group {
  margin-bottom: 1.5rem;
}

.loginHead {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ffffff;
  display: inline-block;
}

.btn-login, .btn-login:hover  {
  background: #ffffff !important;
  color: #02A0FC !important;
  font-weight: 700 !important;
  border: 2px solid transparent;
  min-width: 90px !important;
}

 
.loginLeft {
  background: #5cbafd;
  color: #ffffff;
}

.loginRight {
  background: #1b93fc;
  color: #ffffff;
}

@media (max-width: 767px) {
  .loginBox {
    width: 75%;
    margin: 30px auto;
    color: #ffffff;
  }
}

.cardInfo {
  color: #ffffff;
  text-align: center;
  padding: 0px !important;
  font-weight: 700;
  min-height: initial !important;
  height: 120px;
  flex: 0 0 0 !important;
}

.cardInfo.blue {
  background: linear-gradient(45deg, #679cf6 0%, #4072ee 100%);
}

.cardInfo.green {
  background: linear-gradient(45deg, #ffa751 0%, #ffe259 100%);
}

.cardInfo.skyblue {
  background: linear-gradient(45deg, #e2fbd7 0%, #02a0fc 100%);
}

.cardInfo .header {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.12), rgba(255, 255, 255, 0.12));
  padding: 1rem;
}

.pdHeader {
  color: #1ec8e5;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #1ec8e5;
  font-size: 1.15rem;
  font-weight: 700;
}

.leftProfile {
  list-style: none;
}

.leftProfile li {
  display: block; width: 100%;
  padding: 0.5rem 0px;
  font-weight: 700;
  font-size: 1rem;
}

.leftProfile li.header {
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem;
  border-top: 1px solid rgba(65, 77, 85, 0.2);
  border-bottom: 1px solid rgba(65, 77, 85, 0.2);
  margin: 1rem 0px;
  letter-spacing: 2px;
}

.leftProfile li a {
  display: block;
  text-decoration: none;
  color: #414D55;
}

.leftProfile li a:hover {
  color: #02A0FC;
}

.leftProfile li a .badge {
  float: right;
  background: rgba(65, 77, 85, 0.2);
  color: #414d55;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.leftProfile li a .status {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}

.chkBoxList input {
  display: none;
}

.chkBoxList input:checked + label {
  background: linear-gradient(#e6f8ee 0%, #89d2fd 100%);
}

.chkBoxList label {
  background: #e0e0e0;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  white-space: nowrap;
  cursor: pointer;
}

.chkBoxList label.yes, .chkBoxList label.no {
  display: inline-block !important;
  border-radius: 0px !important;
  font-size: 1rem !important;
}

.status {
  width: 10px;
  height: 10px;
  line-height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin: 7px 5px;
  float: right;
}

.status.primary {
  background: #02A0FC;
}

.status.secondary {
  background: #414D55;
}

.status.info {
  background: #3B55E6;
}

.status.success {
  background: #34B53A;
}

.status.warning {
  background: #FFB200;
}

.status.danger {
  background: #FF3A29;
}

.status.bday {
  background: #dd15d5;
}

/*Only CSS */
.profileImgOuter,
.profileImgInner {
  background: linear-gradient(#02a0fc 0%, #90ff95 100%);
  padding: 0.35rem;
  border-radius: 50%;
  position: relative;
  width: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.profileImgInner {
  background: #fff;
  width: 90px;
}

.profileUser {
  width: 100%;
  border-radius: 50%;
}

.UpcomingBanner {
  background: #1d2869;
  margin: 19px -19px;
}

.UpcomingBanner .h5 {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem !important;
  margin: 0;
}

.UpcomingBanner .FilterBy {
  background: #02a0fc;
}

.btn-select {
  display: block;
  width: 100%;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0.65rem !important;
}

.my--15 {
  margin: -15px 0px;
}

.ml--15 {
  margin-left: -15px !important;
}

.my-col {
  flex: 0 0 20% !important;
  max-width: 20% !important;
  margin-bottom: 1rem !important;
}

.lt-btn-txt {
  transform: rotate(-90deg);
  display: inline-block;
  position: relative;
  top: 33%;
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  left: -15px;
  cursor: pointer;
}

.lt-btn {
  background: linear-gradient(#30e8c5 0%, #02a0fc 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 9;
  margin: 0;
  padding: 0;
  left: 0;
  width: 45px;
}

.sideModal {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  bottom: 0;
  width: 35rem;
  max-width: 35rem;
  animation: fadeInRight 0.2s;
}

.sideModal .modal-content {
  height: 100vh;
  border-radius: 0px !important;
}

.checkBoxList label {
  background: rgba(0, 0, 0, 0.18);
  margin: 0.5rem;
  display: block;
  padding: 0.5rem;
}

.checkBoxList label:before {
  position: absolute;
  top: 0;
  left: -3rem;
  width: 2.5rem;
  height: 2.5rem;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, 0.18);
  border: 0px !important;
  display: block;
  border-radius: 0px !important;
}

.checkBoxList label:after {
  position: absolute;
  top: 0.25rem;
  left: -2.75rem;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.modalBlue .select {
  background: transparent !important;
}

.modalBlue .select::after {
  background: transparent !important;
  border: solid #fff !important;
  border-width: 0 1px 1px 0 !important;
}

.dropdown-toggle::after {
  background: transparent !important;
  border: solid #fff !important;
  border-width: 0 1px 1px 0 !important;
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 3px;
}

.chat-wrap {
  margin: 20px -23px 0px !important;
  padding: 0;
}

.chat-wrap .chat-head-user {
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  padding: 0.65rem;
}

.chat-wrap .chat-head-user input {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border: 0px;
}

.chat-wrap .chat-user-list, .chat-wrap .chat-patient-info {
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  height: calc(100vh - 195px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}

.chat-wrap .chat-user-list li, .chat-wrap .chat-patient-info li {
  margin-bottom: 1rem;
  padding: 1rem;
  /*height: 95px;*/
  overflow: hidden;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
}

.chat-wrap .chat-user-list li .footer, .chat-wrap .chat-patient-info li .footer {
  background: rgba(204, 248, 254, 0.2);
  margin: 0.5rem -1rem;
  padding: 0.5rem;
}

.chat-wrap .chat-user-list li .footer a, .chat-wrap .chat-patient-info li .footer a {
  color: #414D55;
}

.chat-wrap .chat-msg-list {
  height: calc(100vh - 205px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}

.chat-wrap .chat-msg-list .message {
  clear: both;
  padding: 1rem;
  position: relative;
  margin: 1rem 0px;
  max-width: 85%;
  word-break: break-all;
}

.chat-wrap .chat-msg-list .message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.chat-wrap .chat-msg-list .message.sent {
  float: right;
  background: #cde0ef;
  border-radius: 5px 0px 5px 5px;
}

.chat-wrap .chat-msg-list .message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #cde0ef;
  top: 0;
  right: -10px;
}

.chat-wrap .chat-msg-list .message.received {
  float: left;
  background: #ffffff;
  border-radius: 0px 5px 5px 5px;
}

.chat-wrap .chat-msg-list .message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.chat-wrap .chat-msg-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 50px;
  width: 100%;
  z-index: 2;
  padding: 0px 2.5rem 0px .75rem;
}

.chat-wrap .chat-msg-footer .emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px 0 0 5px;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 48px;
}

.chat-wrap .chat-msg-footer .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 16px;
  margin: 0;
  outline: none;
  min-width: 50px;
}

.chat-wrap .chat-msg-footer div, .chat-wrap .chat-msg-footer input {
  background: #ffffff;
  height: 100%;
}

.chat-wrap .chat-msg-footer .send {
  flex: 0 0 auto;
  border-radius: 0 0 5px 0;
  text-align: center;
  position: relative;
  width: 48px;
  line-height: 50px;
}

.chat-wrap .chat-msg-footer .send:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -10px;
}

.chat-wrap .chat-msg-footer .send .btn {
  font-size: 1.5rem;
}

.chat-wrap .chat-patient-info {
  height: calc(100vh - 82px);
}
.text-small{display: block; font-size: 0.6rem; color: #ccc;}
span.fas.fa-pencil-alt {
    color: #1CCF99;
    background: #E3FFF7;
    padding: 5px;
}
span.fas.fa-trash-alt{
    color: #DE1010;
    background: #FDC9C9;
    padding: 5px;
}
span.fas.fa-trash-alt{
    color: #DE1010;
    background: #FDC9C9;
    padding: 5px;
}
.fa-circle{
  color: #ccc;
}
.fa-circle.success{
  color: #1CCF99;
}
.table .btn{color: #fff;}
.fxw{min-width: 20px !important;}
.anilytics{display: flex; justify-content: space-between;}
.anilytics .col{
  padding: 0;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
  padding-right: 10px;
}
.anilytics .col span {
    color: #FFF;
    border-radius: 10px;
    padding: 20px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    width: 5rem;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.anilytics .col.blue{background: #CCF8FE;}
.anilytics .col.blue span{background: #02A0FC;}
.anilytics .col.green{background: #E2FBD7;}
.anilytics .col.green span{background: #34B53A;}
.anilytics .col.purple{background: #DAD7FE;}
.anilytics .col.purple span{background: #4339F2;}
.anilytics .col.yellow{background: #FFE5D3;}
.anilytics .col.yellow span{background: #FFB200;}
.anilytics .col.red{background: #FFE5D3;}
.anilytics .col.red span{background: #FF3A29;}
.anilytics .col.grey{background: #E5E5E6;}
.anilytics .col.grey span{background: #8C8B8E;}
.dash-card-row > [class^="col-"] .card .heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin: -5px 0px 5px;
    border-bottom: 2px solid #f1f1f1;
}
.card.height {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
}
.lh-34{line-height: 34px;}
#advanced-filters .form-group{
  display: flex;
}
#advanced-filters .select{
  width: 100%;
}
.add-form{
  display: inline-block;
  background: #ccc;
  font-size: 25px;
  padding: 0 20px;
  margin-right: 5px;
}

.patients_form {
    display: block;
    background: #3B55E6;
    position: fixed;
    z-index: 9999;
    width: 350px;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #fff;
    padding: 35px;
}
.asap_appointments_form {
    display: block;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 80%;
    right: 0px;
    top: 0px;
    height: 100%;
    color: #000;
    padding: 35px;
    overflow-y: auto;
    overflow-x: hidden;
}
.asap_appointments_form h3{
      font-size: 25px;
    line-height: 38px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 700;
    padding: 10px 0px;
}
.asap_appointments_form  .close {
    color: #fff;
    background: #3045bc;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.btn-primary-alt{
  background: #3045bc;
}
.asap_appointments_form:before {
    content: ' ';
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    right: 80%;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.patients_form h3{
      font-size: 25px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 700;
    padding: 10px 0px;
}

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom:5px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-all-block{
  position:relative;
  margin-bottom:15px;
}
.select-all-block button{
  background: #02A0FC 0% 0% no-repeat padding-box;
    border: 1px solid #02A0FC;
    border-radius: 4px;
    opacity: 1;
    color: #fff;
    width: 100px;
    position: absolute;
    top: 0px;
    right: 0;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-check .title {
        background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #3B55E6;
    opacity: 0.18;
    padding: 4px 10px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
  max-height: 30px;
    overflow: hidden;
}
.container-check .title4 {
  font-size: 15px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #3B55E6;
  opacity: 0.18;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
      background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #3B55E6;
    opacity: 0.18;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
     left: 10px;
    top: 7px;
    width: 6px;
    height: 11px;
    border: solid #34B53A;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.patients_form i.fa.fa-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #3045bc;
    padding: 10px;
}
.btn-filter {
      background: #136dff !important;   
      color: #fff !important;    width: 100%;
      line-height: 36px;
      font-weight: 700;
  }
  .btn-advfilter {
      background: #2f333a !important;   
      color: #fff !important;    width: 100%;
      line-height: 36px;
      font-weight: 700;
  }
  p.letter-head {
    margin: 0;
    line-height: 22px;
}
.nodata{
  text-align: center;
    font-size: 2rem;
    padding: 3rem;
    color: #ddd;  
}
.flip-status.dropdown-toggle::after{
  top:7px !important;
}

/*Added By Ranga*/
.btn-respond{
  background: rgba(255, 165 ,0) !important;   
  color: #fff !important;    width: 100%;
  font-weight: 700;
}
.link-dark{
    color: #414D55;
}
.mh-40{
  max-height: 40px;
}
/*Modal Css*/
/*.vm--modal{
  z-index: 9999 !important;
}
.vm--container, .vm--overlay {
  z-index: 9999 !important;
}*/

/*COde for new changes done feb072021*/
.apt-card {
  /*background: #fff;
 
  height: 100px; padding: 10px;
 
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1);
  border-radius: 0.75rem !important;
  margin-bottom: 0.75rem;
  color: #212121 !important;
 
  font-size: .85rem;
  position: relative;*/
  background: #fff;
  height: 100px;
  padding: 10px;
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.35);
  border-radius: 0.75rem !important;
  margin-bottom: 0.75rem;
  color: #212121 !important;
  font-size: .85rem;
  position: relative;
  border: 1px solid #fbfbfb;
}
.br-2 {
  border-right:1px solid #dee2e6;
  height: 75px;
}
.apt-status {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #F0F2F5;
  min-width: 40%;
  line-height: 20px;
  text-align: center;
  border-radius: 0.75rem 0px 0.75rem 0px;
  color: #ffffff;
  font-weight: 700;
}

.apt-status.parking {
  background: linear-gradient(45deg, #02a0fc 0%, #3b55e6 100%);
}

.apt-status.late {
  background: linear-gradient(45deg, #ffb200 0%, #d6b31e 100%);
}

.apt-status.waiting {
  background: linear-gradient(45deg, #34b53a 0%, #ffb200 100%);
}

.apt-status.cancelled {
  background: linear-gradient(45deg, #ff8479 0%, #ff3a29 100%);
}

.apt-status.noshow {
  background: linear-gradient(45deg, #212121 0%, #2c2c2c 100%);
}
.apt-box{
   border-radius: 4px;
  text-align: center;
  width: 24px; height: 24px; line-height: 26px;
  display: inline-block; margin: 2px; color: #fff !important;
}
.apt-box1{
  background: #4339F2;  
}
.apt-box2{
  background:  #5ddab4;
}
.apt-box3{
  background:#9694ff;
}
.apt-box4{
  background: #02a0fc;
}
.apt-box5{
  background: #3b3939;
}
.apt-box6 {
    background: #4070ee;
}
.pb-act-btm{
  position: absolute;
  right: 10px;
  top: 5px;
}
select.form-control {
    border: 1px solid #ced4da !important;
}
.apt-custom-status {
    position: absolute;
    right: 15px;
    top: 35px;
}
.custom-datepicker .mx-input-wrapper {
    width: 35px;
    padding: 15px;
    border: 1px solid #ced4db;
    border-radius: 4px;
    cursor: pointer;
    /* margin: 1px 0 0 0; */
}
.custom-datepicker input.mx-input {
    display: none;
}
.custom-datepicker.mx-datepicker {
    width: 35px;
}
.c-box {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
}
.c-box-count {
    font-size: 25px;
}
.patients_form .close {
    position: absolute;
    top: 0;
    right: 15px;
    background: #3045bc;
    padding: 5px 10px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.card-heading {
    font-size: 18px;
    font-weight: bold;
}

.cs-ff-wrapper {
    display: flex;
    /* padding: 10px 5px; */
    border: 1px solid #5d5b5b;
    margin: 2px;
}
p.cs-ff-label {
    padding: 5px 30px;
    margin: 0;
    width: fit-content;
    background: #f1e9e9;
    /* word-break: keep-all; */
    /*white-space: nowrap;*/
    min-width: 40%;
    max-width: 60%;
    border-right: 1px solid#5d5b5b;
}
p.cs-ff-response {
    padding: 0;
    margin: 0;
    padding: 5px 5px;
    margin: 0;
    width: -webkit-fill-available;
    /* background: red; */
}
.form-footer{
      clear: both;
    background: #f1e9e9;
    padding: 10px;
    width: unset;
    font-size: 15px;
    text-align: center;
    margin-top: 100px;
}
.title {
    font-size: 20px;
    padding: 25px 0;
    text-align: center;
}
h3 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.05em;
}
.title.description_nounderline {
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.03em;
}
.signature-box-wrapper {
    margin-top: 35px;
}
.signature-label {
    font-size: 20px;
}
.signature-image {
    border: 1px solid #bababa;
    margin-top: 16px;
}
.title.description {
    padding: 25px 0;
    text-align: left;
}
.profileIcon{
  font-size: 1.5rem;
    margin-right: 0.35rem;
}
.filterBlock input[placeholder="Search"]{
    background: #fff url(../images/SI.png) no-repeat;
    background-size: 18px 18px;
    background-position: center right 20px;
}
.bgBlue .vm--modal {
  background-color: #3b55e6;
}
.dropdown-item{
  line-height: initial;
}
td a.apt-box{
  margin: 0px;
}
.mx-datepicker-popup {
  z-index: 9999999999 !important;
}
ul.chat-user-list li.active {
    background: #e8e7e7;
}

img.img-loader {
    width: 50px;
    height: 50px; 
    margin: 175px 0;
}
div.img-loader-wrapper {
  position: absolute;
  text-align: center;
  background: #dadada6b;
  width: 100%;
  left: 0;
  top: 0;
  min-height: calc(100vh - 230px);
  height: -webkit-fill-available;
  display: table;
}

ul.sms-list li.sms-list-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}
span.sms-remove-user{ 
  position: absolute;
  right: 8px;
  top: 0px;
  font-size: 25px;
  cursor: pointer;
}
.sms-list-wrapper {
    max-height: calc(100vh - 175px);
    height: calc(100vh - 175px);
    overflow-y: scroll;
    overflow-x: hidden;
}
select.form-control{
    background: #fff url(../images/down.png) no-repeat;
    background-size: 12px 6px;
    background-position: center right 10px;
}
div.tab-pane.container .message.received {
    background: #f0f2f5 !important;
}
div.tab-pane.container .chat-wrap .chat-msg-footer div, div.tab-pane.container .chat-wrap .chat-msg-footer input {
    background: #f0f2f5;
}
div.tab-pane.container .chat-wrap{
  margin: 0;
}

.app-view-wrapper {
    position: absolute;
    z-index: 99;
    top: 100px;
    left: 15px;
    width: 98%;
}
.app-view-wrapper::before {
    content: ' ';
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.app-view-wrapper .card.mainCard{
  height: 100px;
    overflow-y: scroll;
    z-index: 999;
}
.chat-msg-footer {
    border: 2px solid black;
    background: white;
}

/*Css for side Modals*/
.side-modal-wrapper.sm-side-small {
    width: 500px;
}
.side-modal-wrapper.sm-side-small::before {
    width: calc(100% - 500px);
}
.side-modal-wrapper {
    position: fixed;
    background: #e8e4e4;
    z-index: 9999;
    right: 0;
    top: 0px;
    width: 70%;
    height: 100vh;
    box-shadow: 0px 0px 10px 0px #bababa;
}
.side-modal-wrapper::before {
    content: ' ';
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 30%;
}
.sm-close {
    position: absolute;
    left: -33px;
    color: #fff;
    background: #000000;
    padding: 0px 10px 5px 10px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
}
.side-modal {
    padding: 0 25px;
}
.sm-header-wrapper {
    padding: 5px 0;
    border-bottom: 2px solid;
    min-height: 40px;
}
.sm-header-title {
    font-size: 18px;
    font-weight: bold;
}
.sm-body-wrapper {
    height: calc(100vh - 110px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.sm-body {
    padding: 10px 10px 0px 5px;
}
.sm-footer-wrapper {
    border-top: 2px solid;
    padding: 15px 0;
}
label.sm-label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}
input.sm-checkbox {
  width: 20px;
  height: 13px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  overflow: hidden;
}
.br-sep-primary{
  border-left: 1px solid #bababa;
  height: calc(100vh - 150px);
  overflow-y: scroll;
}
label.list-title{
  margin: 0 0 0 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 16px;
}
span.checked-user-close {
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 20px;
    cursor: pointer;
}
li.checked-user {
  margin: 0 0 0 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #bababa;
  position: relative;
}
ul.four-columns {
    column-count: 4;
    list-style-type: none;
}
.error.invalid-input {
    color: red;
}
.v-select-background {
    background: #fff;
}

ul.event-items {
    padding: 20px;
    margin: 10px 0!important;
}
ul.event-items li.event-item div.event-item-wrapper{
  display: flow-root;
}
ul.event-items li.event-item {
    border: 1px solid #bababa;
    padding: 20px 10px;
    border-bottom: none;
}
ul.event-items li.event-item:last-child{
  border-bottom: 1px solid #bababa;
}

/*For Calendar Events*/

 #demo .vuecal__time-column {
    width: 7em;
    }

 #demo .vuecal__time-column .vuecal__time-cell{
  text-align:center;
}
 #demo .vuecal__event{ 
    word-break: break-word;
    margin:0 1rem;
    padding: 1rem;
    font-weight: normal;
    border: 1px solid #D2CECA;
    border-collapse: collapse;
}
 #demo .vuecal__cell-split{
overflow: initial;
}
 #demo button[aria-label="Day view"]{
  display: none;
}
 #demo .vuecal__title-bar{
  background: #fff !important; 
  box-shadow: 0px 1px 8px rgba(65, 77, 85, 0.1) !important; 
  padding: 1rem 0;
}
#demo .vuecal__flex.vuecal__title, #demo .angle{
  color: #446dff;
}
#demo .angle:hover{
  color: #ddd;
  transition: all .3s ease;
}

ul.sm-tabs {
    display: flex;
}
li.sm-tab {
    margin: 5px 5px 0px 0px;
    padding: 5px 15px;
    cursor: pointer;
}
li.sm-tab.active {
  border-bottom: 3px solid #09367f;
}
ul.sm-tabs.secondary {
    background: #ffffff7a;
    width: calc(100% - 10px);
}
.sm-section-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.tab-content {
    margin: 20px auto;
}
.swal2-container {
  z-index: 99999 !important;
}

a.pointer {
    cursor: pointer;
}
.permissions-error {
    margin-top: 50px;
    background: #fff;
    padding: 25px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 4px 0px #dad6d6;
}
.date-picker .date-picker-wrapper{
  display: none;
}
.date-picker:hover .date-picker-wrapper {
    display: block;
}
.date-picker-wrapper {
    position: absolute;
    z-index: 99;
}
.merge-codes ul {
  display: -webkit-box;
  flex-flow: row wrap;
  -webkit-box-flex: inherit;
  -webkit-box-flex: initial;
  -webkit-box-flex: unset;
}
.merge-codes ul li {
  padding: 2px 5px;
  border: 1px solid;
  margin: 5px;
  cursor: pointer;
}
.text-medium {
    font-size: 13px;
}
.pushnotifications-wrapper {
  position: absolute;
  display: none;
  background: #ffffff;
  color: #000;
  right: -17px;
  width: 300px;
  top: 45px;
  box-shadow: 0px 0px 5px 0px #bababa;
}
.notification-bell:hover .pushnotifications-wrapper{
  display: block;
}
ul.pushnotifications {
    max-height: 250px;
    overflow-y: scroll;
}
li.pushnotification{
  width: 100%
}
li.pushnotification a{
  color: #000 !important;
  line-height: 25px;
}
span.pushnotifications-counts {
  position: absolute;
  background: red;
  height: 15px;
  line-height: 8px;
  font-size: 9px;
  padding: 3px;
  font-weight: bold;
  border-radius: 4px;
  left: 10px;
  top: 4px;
  min-width: 15px;
  max-width: 20px;
  text-align: center;
}
.table-responsive{
    min-height: calc(100vh - 300px);
}
a.apt-box.apt-box1.disablereview {
    background: #781818;
}
.sm-content-title {
    font-weight: bold;
    font-size: 12px;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.sm-content-body {
    font-size: 14px;
    letter-spacing: 0.05em;
}

span.has_unread {
    position: absolute;
    z-index: 9;
    top: -12px;
    right: -5px;
}
span.has_unread:after {
    content: "\A";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff0606;
    display: inline-block;
}
a.quick-chat-icon{
  position: relative;
}

.unread_number{
    position: absolute;
    background: red;
    height: 15px;
    line-height: 8px;
    font-size: 9px;
    padding: 3px;
    font-weight: bold;
    border-radius: 4px;
    left: 15px;
    top: -8px;
    min-width: 15px;
    max-width: 20px;
    text-align: center;
}
.mheader {
    padding: 10px;
    border-bottom: 1px solid #bababa;
}
.mbody {
    padding: 10px 25px;
}
.mfooter {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #bababa;
}
.CustomTable th.b-none{
  border: none !important; 
}
.c-pointer{
  cursor: pointer;
}
tr.notsupported {
    color: red;
}

.card-status-holder {
    position: absolute;
    top: 25px;
    transform: rotate(270deg);
    left: -70px;
}
.box-title-holder{
    position: absolute;
    padding: 5px 15px;
    border-radius: 5px;
}
.box-title-holder.bth-right{
    right: 20px;
} 
.box-title-holder.bth-top{
    top: -17px;
}
.box-title-holder.bg-primary{
    background: #385cd7;
    color: #fff;
}
.definition-list {
    width: 100%;
    display: flex;
}
.definition-list .title {
    display: block;
    float: left;
    text-align: left;
    font-size: 14px;
    padding: unset;
}
.definition-list .title.w-30{
    width: 30%;
}
.definition-list span.value {
    display: block;
    text-align: left;
}

.apt-card{
    width: 74px;
    background: #e1e1e1;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0px 0px 3px 2px #c2b9b9;
}
.card-actions.ca-top.ca-right {
    position: absolute;
    top: -15px;
    right: 20px;
    /*width: 80px;*/
    /*background: red;*/
    /*border-radius: 5px;*/
}

.custom-accordion.accordion.accordion-grey{
    border: 2px solid #575757;
}
.custom-accordion.accordion.accordion-grey .accordion-header{
    background: #575757;
    color: #fff;
}
.custom-accordion.accordion.accordion-grey .accordion-content{
    background: #ededed;
}

ul.cnav-tabs{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
ul.cnav-tabs.cnav-tabs-primary{
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}
li.cnav-tab {
    margin: 2px 5px;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}
ul.cnav-tabs.cnav-tabs-outline-primary {
    border-bottom: 4px solid #E6EEFE;
}
ul.cnav-tabs.cnav-tabs-outline-primary.no-border {
    border-bottom: unset;
}
ul.cnav-tabs.cnav-tabs-outline-primary .cnav-tab.active::after {
    content: "";
    height: 4px;
    width: 100%;
    background: #135CD7;
    border-radius: 25px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
ul.navtabs-v {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.navtabs-v.navtabs-v-primary{
    background: #ebebeb;
    color: #000;
}
ul.navtabs-v li.navtab-v{
     padding: 8px 10px;
     cursor: pointer;
}
ul.navtabs-v.navtabs-v-primary li.navtab-v{
    color: #000;
}
ul.navtabs-v.navtabs-v-primary li.navtab-v.active {
    background: #135CD7;
    color: #fff;
}
ul.navtabs-v.navtabs-v-grey li.navtab-v.active{
    background-color: #575757;
    color: #fff;
}
.border-grey {
    border-color: #575757 !important;
}
.color-picker {
    z-index: 9;
}

.side-modal-wrapper.side-modal-fw{
    width: 100%;
    z-index: 99999;
}
.side-modal-wrapper.side-modal-fw::after, .side-modal-wrapper.side-modal-fw::before{
    width: 0;
}
.side-modal-footer {
    position: absolute;
    bottom: 0;
    width: 95%;
    padding: 10px;
    border-top: 1px solid #efefef;
}

.cbtn{
    padding: 5px 15px;
    box-shadow: none!important;
    border-radius: 5px !important; 
    line-height: 23px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    line-height: 25px;
    text-decoration: none;
}
.cbtn.cbtn-primary{
    background: #137DD7;
    color: #fff;
}
.cbtn.cbtn-secondary{
    background: #4F57A0;
    color: #fff;
}
.cbtn.cbtn-sm{
    font-size: 12px;
    padding: 2px 10px;
}
.cbtn.cbtn-lg{

}
.cbtn.cbtn-fw{
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.float-start {
    float: left!important;
}
.float-end {
    float: right!important;
}
.tabs-content {
    padding: 10px;
    height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: scroll;
}