@charset "UTF-8";
/* 
This file is used to contain all abstracts imports. 

Files inside this folder can contain abstract settings, helpers or functions. They have no direct output. 
*/
/* 
This file is used to contain all variables.
*/
/* 
This file is used to contain all fonts imports.
*/
@import url("https://fonts.googleapis.com/css?family=Inter:400'");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 
This file is used to contain all mixins.
*/
/* 
This file is used to contain all colors varaibles.
*/
/* 
This file is used to contain all extend element styles scss. Other elements can extend these styles for reuseable styles.
*/
.employee-dashboard-section .dashboard-card-text, .sb-main.employee-dashboard-section .dashboard-card-span, .employee-dashboard-section .sb-main.admin-dashboard-section .dashboard-card-span, .sb-main.admin-dashboard-section .employee-dashboard-section .dashboard-card-span, .sb-main.employee-dashboard-section .dashboard-card-count, .employee-dashboard-section .sb-main.admin-dashboard-section .dashboard-card-count, .sb-main.admin-dashboard-section .employee-dashboard-section .dashboard-card-count {
  text-align: left;
  opacity: 1; }

.common-form-element, .sb-main .sb-custom-form .sb-form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

/* 
This file is used to contain all component imports. 
Files inside this folder should contain all styles relating to a reusable component. 
*/
/* 
This file is used to contain all button scss.
*/
.sb-btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.sb-badge-info {
  color: #FFFFFF;
  background-color: #17a2b8; }

.sb-btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545; }

.sb-badge-danger {
  color: #FFFFFF;
  background-color: #dc3545; }

.sb-btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745; }

.sb-badge-success {
  color: #FFFFFF;
  background-color: #28a745; }

.sb-btn-warning {
  color: #000000;
  background-color: #ffc107;
  border-color: #ffc107; }

.sb-badge-warning {
  color: #000000;
  background-color: #ffc107; }

.sb-btn-primary {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff; }

.sb-badge-primary {
  color: #FFFFFF;
  background-color: #007bff; }

.sb-btn-pewter-blue {
  color: #FFFFFF;
  background-color: #99ABBF;
  border-color: #99ABBF; }

.sb-badge-pewter-blue {
  color: #FFFFFF;
  background-color: #99ABBF; }

.sb-btn-whiskey-color {
  color: #FFFFFF;
  background-color: #f15a22;
  border-color: #f15a22; }

.sb-badge-whiskey-color {
  color: #FFFFFF;
  background-color: #f15a22; }

.sb-main .minus-plus-btn {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0 10px; }
.sb-main .plus-btn {
  margin-left: -20px; }
.sb-main i.customIcon {
  border-radius: 50%;
  border: 1px solid #E2E6EC;
  padding: 5px;
  font-size: 10px; }
  .sb-main i.customIcon:focus {
    -webkit-box-shadow: 0 0 0 0px #4F94D4 0 0 0px 0px #4F94D4 !important;
    -moz-box-shadow: 0 0 0 0px #4F94D4 0 0 0px 0px #4F94D4 !important;
    box-shadow: 0 0 0 0px #4F94D4 0 0 0px 0px #4F94D4 !important; }
.sb-main .btn-icon {
  background: #FFFFFF; }
  .sb-main .btn-icon .bx {
    font-size: 20px; }
.sb-main .btn .bx {
  vertical-align: middle;
  font-size: 20px; }
.sb-main .icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem; }
.sb-main .btn {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem; }
.sb-main #x {
  position: absolute;
  background: #dc3545;
  color: #FFFFFF;
  top: -10px;
  right: -10px; }

.sb-btn-brown {
  background-color: #f15a22 !important;
  font-weight: 600 !important;
  border: 1px solid #f15a22 !important; }
  .sb-btn-brown:hover {
    background-color: #f15a22 !important;
    color: #FFFFFF !important; }

#smartbooking-appointment-calendar {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.sb-btn-default {
  background-color: #f15a22;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px !important; }
  .sb-btn-default:hover {
    background-color: #f15a22;
    color: #FFFFFF; }

.sb-btn-shades-tint {
  background-color: #EBF0F5 !important;
  border-color: #EBF0F5 !important;
  border-radius: 5px !important;
  color: #000000 !important;
  font-size: 16px; }
  .sb-btn-shades-tint:hover {
    background-color: #EBF0F5 !important;
    border-color: #EBF0F5 !important;
    color: #000000 !important; }

.sb-btn-light {
  color: #092058 !important;
  background-color: #D8E1EF !important;
  border-color: #7288AF !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  border: dotted !important;
  border-radius: 5px; }

a.btn.sb-btn-default.smarbooking-prev.slick-arrow {
  z-index: 1; }

a.btn.sb-btn-default.smarbooking-next.slick-arrow {
  z-index: 1; }

/* 
This file is used to contain all form element scss.
*/
.sb-main .sb-custom-form {
  height: 100%; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--single, .sb-main .sb-custom-form .sb-custom-form-select2 .select2-selection .select2-selection--single {
    border: 1px solid #D2D6DE;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 4px; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 10px;
      padding-left: 0;
      padding-right: 0;
      height: auto;
      margin-top: -3px; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--single {
    border: 1px solid #D2D6DE;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important; }
    .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444444;
      line-height: 28px; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-selection .select2-selection--single {
    border: 1px solid #D2D6DE;
    border-radius: 0 !important;
    padding: 6px 12px;
    height: 40px !important; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px; }
  .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--multiple {
    height: calc(2.25rem + 2px); }
    .sb-main .sb-custom-form .sb-custom-form-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
      float: left;
      margin-left: 5px;
      font-size: 14px;
      margin-top: 6px;
      padding: 0px 5px;
      padding-left: 21px; }
  .sb-main .sb-custom-form label.error {
    color: #dc3545; }
  .sb-main .sb-custom-form .ui-timepicker-wrapper {
    width: 250px; }
.sb-main .sb-switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute; }
.sb-main .sb-switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  max-width: 70px;
  height: 30px;
  background: #D1D1D1;
  display: block;
  border-radius: 100px;
  position: relative; }
  .sb-main .sb-switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 90px;
    transition: 0.3s; }
.sb-main .sb-switchToggle input:checked + label, .sb-main .sb-switchToggle input:checked + input + label {
  background: #3E98D3; }
.sb-main .sb-switchToggle input:checked + label:before, .sb-main .sb-switchToggle input:checked + input + label:before {
  content: 'Yes';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #FFFFFF; }
.sb-main .sb-switchToggle input:checked + label:after, .sb-main .sb-switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%); }
.sb-main .sb-switchToggle input + label:before, .sb-main .sb-switchToggle input + input + label:before {
  content: 'No';
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #FFFFFF; }
.sb-main .sb-switchToggle label:active:after {
  width: 60px; }
.sb-main .sb-switch-gateway label {
  width: 90px;
  max-width: 100px; }
.sb-main .sb-switch-gateway input:checked + label:before, .sb-main .sb-switch-gateway input:checked + input + label:before {
  content: 'Enable';
  top: 2px; }
.sb-main .sb-switch-gateway input + label:before, .sb-main .sb-switch-gateway input + input + label:before {
  content: 'Disable';
  top: 2px; }
.sb-main .toggle-switchArea {
  margin: 10px 0 10px 0; }
.sb-main .dropdown-menu {
  padding: 0.25rem 0; }
.sb-main .dropdown-item {
  padding: 0.5rem 1rem; }
.sb-main .error {
  font-size: unset;
  line-height: unset;
  width: unset; }
.sb-main .smartbooking-nohover-rating {
  border: none;
  float: left; }
  .sb-main .smartbooking-nohover-rating > [id^="smartbooking-nohover-star"] {
    display: none; }
  .sb-main .smartbooking-nohover-rating > label {
    color: #ddd;
    float: right; }
  .sb-main .smartbooking-nohover-rating > label:before {
    margin: 5px;
    font-size: 2.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: ""; }
  .sb-main .smartbooking-nohover-rating > .half:before {
    content: "\f089";
    position: absolute; }
  .sb-main .smartbooking-nohover-rating > [id^="smartbooking-nohover-star"]:checked ~ label {
    color: #FFD700; }
.sb-main .smartbooking-myratings {
  font-size: 85px;
  color: green; }
.sb-main .smartbooking-nohover-rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0px; }

.ui-timepicker-wrapper {
  width: 18.5em !important; }

.sb-employee-appointment-detail .smartbooking-nohover-rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
  margin-bottom: 0;
  margin-top: 0px; }

/* 
This file is used to contain all modal scss.
*/
.sb-main .modal.right.sb-custom-modal.fade.in .modal-dialog {
  right: 0 !important;
  transform: translateX(-50%); }
.sb-main .modal.right.sb-custom-modal .modal-content {
  height: 100%;
  overflow: auto;
  border-radius: 0; }
.sb-main .modal.right.sb-custom-modal .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  max-width: 750px; }
.sb-main .modal.right.sb-custom-modal.fade.in .modal-dialog {
  transform: translateX(0%); }
.sb-main .modal.right.sb-custom-modal.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }
.sb-main .modal.right.sb-custom-modal .modal-header::after {
  content: "";
  display: inline-block; }
.sb-main .modal.right.sb-custom-modal .close {
  text-shadow: none;
  opacity: 1;
  font-size: 26px; }

/* 
This file is used to contain all card scss.
*/
.sb-main.employee-dashboard-section .dashboard-card, .sb-main.admin-dashboard-section .dashboard-card {
  position: relative;
  height: 180px; }
.sb-main.employee-dashboard-section .dashboard-card-span, .sb-main.admin-dashboard-section .dashboard-card-span {
  font: normal normal normal 21px/19px Poppins;
  letter-spacing: -0.63px;
  color: #578BB4; }
.sb-main.employee-dashboard-section .dashboard-card-count, .sb-main.admin-dashboard-section .dashboard-card-count {
  font: normal normal 600 42px/35px Poppins;
  letter-spacing: -1.26px;
  color: #000000; }
.sb-main.employee-dashboard-section .dashboard-card-icon, .sb-main.admin-dashboard-section .dashboard-card-icon {
  width: 50px;
  height: 34px;
  opacity: 1; }
.sb-main.employee-dashboard-section .dashboard-arrow-icon, .sb-main.admin-dashboard-section .dashboard-arrow-icon {
  margin-top: -15px;
  margin-left: 5px; }

.sb-main .apt-detail-section .cardHeaderBackground {
  background-color: #EDF1F5 !important; }
.sb-main .apt-detail-section .adminHeadingColor {
  color: #3C6C91; }
.sb-main .apt-detail-section .headertitleColor {
  color: #578BB4 !important; }
.sb-main .apt-detail-section .lableColor {
  color: #f15a22; }
.sb-main .card {
  padding: 0;
  max-width: none; }
  .sb-main .card .card-header {
    padding: 0.2rem 1.25rem; }
.sb-main .smartbooking-sticky-notes,
.sb-main .smartbooking-sticky-notes-item {
  list-style: none; }
.sb-main .smartbooking-sticky-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.sb-main .smartbooking-attachment-link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: blue; }
.sb-main #demo {
  height: 100%;
  position: relative;
  overflow: hidden; }
.sb-main .smartbooking-attachment-thumb {
  margin-bottom: 10px; }
  .sb-main .smartbooking-attachment-thumb img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out; }
    .sb-main .smartbooking-attachment-thumb img.zoom:hover {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item
.smartbooking-sticky-notes-link {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 16em;
  width: 16em;
  padding: 1em;
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  transform: rotate(-6deg);
  transition: transform 0.15s linear; }
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item:nth-child(even)
.smartbooking-sticky-notes-link {
  transform: rotate(4deg);
  position: relative;
  top: 5px;
  background: #cfc; }
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item:nth-child(3n)
.smartbooking-sticky-notes-link {
  transform: rotate(-3deg);
  position: relative;
  top: -5px;
  background: #ccf; }
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item:nth-child(5n)
.smartbooking-sticky-notes-link {
  transform: rotate(5deg);
  position: relative;
  top: -10px; }
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item
.smartbooking-sticky-notes-link:hover,
.sb-main .smartbooking-sticky-notes
.smartbooking-sticky-notes-item
.smartbooking-sticky-notes-link:focus {
  box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
  transform: scale(1.25);
  position: relative;
  z-index: 5; }
.sb-main .smartbooking-sticky-notes .smartbooking-sticky-notes-item {
  margin: 1em; }

.sb-section .card {
  padding: 0;
  max-width: none; }

section.sb-main.main-admin-setting-section .card {
  min-height: 200px; }

.sb-employee-appointment-detail .am-button-new {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1000; }
.sb-employee-appointment-detail .am-button-new .el-button {
  border-radius: 40px;
  padding: 20px;
  background-color: #1a84ee;
  -webkit-box-shadow: 0 8px 8px 0 black, 0 0 8px 0 black;
  box-shadow: 0 8px 8px 0 black, 0 0 8px 0 black; }
.sb-employee-appointment-detail .el-button.el-button--primary {
  color: #fff;
  background-color: #1a84ee;
  border-color: #1a84ee; }
.sb-employee-appointment-detail .el-button {
  vertical-align: middle; }
.sb-employee-appointment-detail .am-wrap * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.sb-employee-appointment-detail .el-button {
  color: #7f8fa4; }
.sb-employee-appointment-detail .el-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff; }
.sb-employee-appointment-detail .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px; }
.sb-employee-appointment-detail .el-icon-plus:before {
  content: "\E6D9"; }
.sb-employee-appointment-detail .accordion-toggle:after {
  font-family: "FontAwesome";
  content: "\f078";
  float: right; }
.sb-employee-appointment-detail .accordion-opened .accordion-toggle:after {
  content: "\f054"; }

/* 
This file is used to contain all tables scss.
*/
@media (max-width: 767px) {
  .sb-main div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem; } }
.sb-main .table-wrap {
  overflow-x: scroll; }
.sb-main table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: collapse !important;
  border-spacing: 0; }
.sb-main .dataTables_empty::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f1c0";
  font-size: 3rem;
  display: block;
  padding: 10px;
  color: #656D77 !important;
  margin-bottom: 10px;
  opacity: 0.5; }
.sb-main table.dataTable {
  margin-top: 12px !important; }
.sb-main .main-dashboard-appointments {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.29); }
.sb-main .dashboard-appointments {
  min-width: 630px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .sb-main .dashboard-appointments thead tr {
    border-bottom: none !important; }
  .sb-main .dashboard-appointments thead th {
    font-size: 13px;
    padding: 20px 10px; }
  .sb-main .dashboard-appointments tbody tr {
    padding: 20px !important; }
  .sb-main .dashboard-appointments tbody td {
    padding: 10px;
    font-size: 17px;
    color: #717579; }
  .sb-main .dashboard-appointments .dashboard-appointments-heading {
    font: normal normal 600 20px/24px Poppins;
    letter-spacing: 0px;
    color: #171B1E;
    opacity: 1; }
  .sb-main .dashboard-appointments .dashboard-table-tophead {
    background: #EDF1F5 0% 0% no-repeat padding-box !important;
    border-radius: 1px;
    opacity: 0.9;
    color: #717579 !important; }
  .sb-main .dashboard-appointments .dashboard-appointments-datetime {
    font: normal normal medium 14px/21px Poppins !important;
    letter-spacing: 0px;
    color: #FFA700;
    background-color: #FFF6E5; }
  .sb-main .dashboard-appointments .dashboard-appointments-customer {
    font: normal normal 600 17px/21px Poppins !important;
    letter-spacing: 0px;
    color: #000000 !important; }
  .sb-main .dashboard-appointments .dashboard-appointments-select {
    border: 1px solid #B4BECE !important;
    border-radius: 5px !important;
    color: #B4BECE !important;
    opacity: 1 !important;
    width: 70%;
    padding: 5px; }
  .sb-main .dashboard-appointments .dashboard-appointment-detail-icon {
    max-width: 10px; }
.sb-main .sb-table {
  font-family: Poppins;
  color: #000000;
  font-weight: 500; }
  .sb-main .sb-table select#apt-status {
    padding: 3px;
    width: 100%;
    border-radius: 5px; }
.sb-main .sb-table thead tr {
  background: #FFFFFF;
  border-bottom: 4px solid #eceffa; }
.sb-main .sb-table tbody th,
.sb-main .sb-table tbody td {
  background: #FFFFFF;
  vertical-align: middle; }
.sb-main .sb-table thead th,
.sb-main .sb-table tbody td {
  padding: 1rem 2rem 1rem 2rem !important; }
.sb-main .sb-table thead th {
  vertical-align: bottom;
  background-color: #EDF1F5;
  color: #717579;
  border-bottom: 2px solid #e3e6f0;
  font-size: 17px;
  font-weight: 400; }
.sb-main .custom-select-sm {
  padding-left: 1rem; }
.sb-main .custom-select:focus {
  box-shadow: 0 0 0 0 black; }
.sb-main .form-control:focus {
  box-shadow: 0 0 0 0 black; }
.sb-main .dataTables_filter .form-control {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  float: right;
  background-position: 145px 3px !important; }
.sb-main .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0; }
.sb-main .page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent; }
.sb-main .page-link {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
  padding: 5px 20px 5px 20px; }
.sb-main .page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

@media screen and (max-width: 1024px) {
  .sb-invoice-details .invoice-from,
  .sb-invoice-details .invoice-to {
    padding-right: 0px !important; }
  .sb-invoice-details .invoice-date {
    text-align: left !important;
    padding-left: 0px !important; }
  .sb-invoice-details .invoice-date,
  .sb-invoice-details .invoice-from,
  .sb-invoice-details .invoice-to {
    display: grid !important;
    width: 100% !important; } }
.sb-invoice-details .invoice {
  background: #FFFFFF; }
.sb-invoice-details .invoice-company {
  font-size: 20px; }
.sb-invoice-details .invoice-header {
  margin: 0;
  background: #ECF0F7;
  padding: 30px; }
.sb-invoice-details .invoice-date,
.sb-invoice-details .invoice-from,
.sb-invoice-details .invoice-to {
  display: table-cell;
  width: 1%; }
.sb-invoice-details .invoice-from,
.sb-invoice-details .invoice-to {
  padding-right: 20px; }
.sb-invoice-details .invoice-date .date,
.sb-invoice-details .invoice-from strong,
.sb-invoice-details .invoice-to strong {
  font-size: 16px;
  font-weight: 600; }
.sb-invoice-details .invoice-date {
  text-align: right;
  padding-left: 20px; }
.sb-invoice-details .invoice-price {
  background: #F0F3F4;
  display: table;
  width: 100%; }
.sb-invoice-details .invoice-price .invoice-price-left,
.sb-invoice-details .invoice-price .invoice-price-right {
  display: table-cell;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  width: 75%;
  position: relative;
  vertical-align: middle; }
.sb-invoice-details .invoice-price .invoice-price-left .sub-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }
.sb-invoice-details .invoice-price small {
  font-size: 12px;
  font-weight: 400;
  display: block; }
.sb-invoice-details .invoice-price .invoice-price-row {
  display: table;
  float: left; }
.sb-invoice-details .invoice-price .invoice-price-right {
  width: 25%;
  background: #2D353C;
  color: #FFFFFF;
  font-size: 28px;
  text-align: right;
  vertical-align: bottom;
  font-weight: 300; }
.sb-invoice-details .invoice-price .invoice-price-right small {
  display: block;
  opacity: .6;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px; }
.sb-invoice-details .invoice-footer {
  border-top: 1px solid #DDDDDD;
  padding: 20px;
  font-size: 10px; }
.sb-invoice-details .invoice-note {
  color: #999999;
  margin-top: 80px;
  font-size: 85%;
  padding: 20px; }
.sb-invoice-details .btn.btn-white,
.sb-invoice-details .btn.btn-white.disabled,
.sb-invoice-details .btn.btn-white.disabled:focus,
.sb-invoice-details .btn.btn-white.disabled:hover,
.sb-invoice-details .btn.btn-white[disabled],
.sb-invoice-details .btn.btn-white[disabled]:focus,
.sb-invoice-details .btn.btn-white[disabled]:hover {
  color: #2D353C;
  background: #FFFFFF;
  border-color: #D9DFE3; }
.sb-invoice-details .sb-invoice-table th {
  border-top: 0;
  color: #222649; }
.sb-invoice-details .sb-table-service-name {
  color: #3C6C91;
  font-size: 20px;
  font-weight: 500; }
.sb-invoice-details .sb-invoice-table-data {
  color: #222649; }
.sb-invoice-details .sb-invoice-top-header {
  background-color: #000000;
  padding: 20px; }
.sb-invoice-details .invoice-content {
  padding: 20px; }
.sb-invoice-details .sb-invoice-details-heading {
  color: #578BB4;
  font-size: 20px;
  font-weight: 500; }
.sb-invoice-details .sb-invoice-details-content {
  font-size: 20px;
  font-weight: 500; }
.sb-invoice-details .sb-invoice-detail-section {
  padding: 20px; }

.adminHeadingColor {
  color: #3C6C91; }

.cardHeaderBackground {
  background-color: #EDF1F5 !important; }

.sb-table-header-color {
  color: #717579 !important; }

.lableColor {
  color: #f15a22; }

.fa-star {
  color: #FFD700; }

.sb-appointment-detail-label {
  color: #000000; }

.sb-appointment-detail-heading {
  color: #578BB4; }

.sb-appointment-detail-user-detail-heading {
  color: #28272E; }

.sb-appointment-detail-section .sb-table thead th,
.sb-appointment-detail-section .sb-table tbody td {
  padding: 0.75rem !important; }
.sb-appointment-detail-section .sb-table tbody th,
.sb-appointment-detail-section .sb-table tbody td {
  border: none;
  padding: 30px;
  background: #FFFFFF;
  vertical-align: middle; }
.sb-appointment-detail-section .sb-table thead th,
.sb-appointment-detail-section .sb-table tbody td {
  padding: 0.75rem !important; }
.sb-appointment-detail-section .sb-table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #e3e6f0; }
.sb-appointment-detail-section .sb-table td,
.sb-appointment-detail-section .sb-table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #e3e6f0; }
.sb-appointment-detail-section .sb-table th {
  font-size: 14px;
  color: #717579; }
.sb-appointment-detail-section .sb-table tbody td {
  background-color: #FFFFFF; }

.sb-invoice-details .sb-invoice-table td {
  border-top: 0px solid #DEE2E6; }

/* 
This file is used to contain all graph related scss.
*/
.sb-main.employee-dashboard-section .dashboard-graph, .sb-main.admin-dashboard-section .dashboard-graph {
  position: absolute;
  bottom: 0px; }
.sb-main.employee-dashboard-section .revenue-graph, .sb-main.admin-dashboard-section .revenue-graph {
  height: 100%;
  -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29); }
.sb-main.employee-dashboard-section .revenue-graph-inner, .sb-main.admin-dashboard-section .revenue-graph-inner {
  width: 100%;
  margin-top: auto; }

/* 
This file is used to contain all avatar scss.
*/
.sb-main .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto; }
  .sb-main .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px; }
    .sb-main .avatar-upload .avatar-edit input {
      display: none; }
    .sb-main .avatar-upload .avatar-edit input + label {
      display: inline-block;
      width: 34px;
      height: 34px;
      margin-bottom: 0;
      border-radius: 100%;
      background: #FFFFFF;
      border: 1px solid transparent;
      -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out; }
    .sb-main .avatar-upload .avatar-edit input + label:hover {
      background: #F1F1F1;
      border-color: #DDDDDD; }
    .sb-main .avatar-upload .avatar-edit input + label:after {
      content: "\f040";
      font-family: 'FontAwesome';
      color: #757575;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto; }
  .sb-main .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f7f7f7;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
    .sb-main .avatar-upload .avatar-preview div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
.sb-main .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: initial; }
.sb-main .attachment-img {
  height: 100px;
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.sb-main .apt-detail-img {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.sb-main .gallery-cols {
  padding: 5px; }

/* 
This file is used to contain all tabs related scss.
*/
.sb-main .nav-tabs {
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid transparent; }
  .sb-main .nav-tabs li {
    float: left;
    margin-bottom: -1px; }
    .sb-main .nav-tabs li a {
      margin-right: 2px;
      line-height: 1.5;
      padding: 10px;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0;
      float: left;
      text-decoration: none; }
      .sb-main .nav-tabs li a:hover {
        border-color: #EEEEEE #EEEEEE #DDDDDD; }
    .sb-main .nav-tabs li.active a {
      color: #555555;
      cursor: default;
      background-color: #FFFFFF;
      border-color: transparent; }
      .sb-main .nav-tabs li.active a:hover, .sb-main .nav-tabs li.active a:focus {
        color: #555555;
        cursor: default;
        background-color: #FFFFFF;
        border-color: transparent; }
.sb-main .tab-content .tab-pane {
  float: left;
  width: 100%;
  display: none; }
  .sb-main .tab-content .tab-pane.active {
    display: block;
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.15); }
.sb-main .nav-tabs .nav-link {
  box-shadow: 0 0 0 0px #007bff, 0 0 0px 0px #4f94d4;
  color: #000000; }
  .sb-main .nav-tabs .nav-link:hover, .sb-main .nav-tabs .nav-link:focus, .sb-main .nav-tabs .nav-link:hover {
    border-color: transparent; }
  .sb-main .nav-tabs .nav-link.active {
    color: #0080FF;
    box-shadow: 0 0 0 0px #007bff, 0 0 0px 0px #4f94d4;
    border: 0px;
    border-bottom: 3px solid #007bff; }
.sb-main .nav-tabs > li > a:hover {
  border-color: transparent; }

/* 
This file is used to contain all badge scss.
*/
.sb-main .badge {
  padding: 0.5em 0.75em; }
.sb-main .badge-success-alt {
  background-color: #D7F2C2;
  color: #28a745; }

.smart-booking-services-section {
  font-family: "Poppins"; }
  @media (min-width: 768px) {
    .smart-booking-services-section {
      /* show 3 items */
      /* left or forward direction */
      /* farthest right hidden item must be abso position for animations */
      /* right or prev direction */ }
      .smart-booking-services-section .carousel-inner .active, .smart-booking-services-section .carousel-inner .active + .carousel-item, .smart-booking-services-section .carousel-inner .active + .carousel-item + .carousel-item, .smart-booking-services-section .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block; }
      .smart-booking-services-section .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
      .smart-booking-services-section .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
      .smart-booking-services-section .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
      .smart-booking-services-section .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none; }
      .smart-booking-services-section .carousel-inner .carousel-item-next,
      .smart-booking-services-section .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0); }
      .smart-booking-services-section .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible; }
      .smart-booking-services-section .active.carousel-item-left + .carousel-item-next.carousel-item-left,
      .smart-booking-services-section .carousel-item-next.carousel-item-left + .carousel-item,
      .smart-booking-services-section .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
      .smart-booking-services-section .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
      .smart-booking-services-section .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible; }
      .smart-booking-services-section .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible; }
      .smart-booking-services-section .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
      .smart-booking-services-section .carousel-item-prev.carousel-item-right + .carousel-item,
      .smart-booking-services-section .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
      .smart-booking-services-section .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
      .smart-booking-services-section .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible; } }
  .smart-booking-services-section .card-body {
    padding: 10px 30px 15px; }
  .smart-booking-services-section .card {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    text-align: left !important;
    border-radius: 10px 10px 10px 10px !important;
    overflow: hidden !important;
    height: 300px; }
  .smart-booking-services-section .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }
  .smart-booking-services-section .sb-btn-book-now {
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .smart-booking-services-section .smart-booking-services-price {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 10px 0 0; }
  .smart-booking-services-section .smart-booking-services-name {
    font-family: "Poppins" !important;
    font-size: 16px;
    color: #f15a22;
    font-weight: 700;
    margin: 10px 0 0; }
  .smart-booking-services-section .smart-booking-time-duration {
    color: #f15a22;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0; }
  .smart-booking-services-section .smart-booking-duration {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0; }
  .smart-booking-services-section .smart-booking-category-name {
    color: #f15a22;
    font-family: "poppins";
    font-size: 38px;
    font-weight: 700;
    margin: 10px 0 0; }
  .smart-booking-services-section .smart-booking-category-name-parent {
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 10px 0px; }
  .smart-booking-services-section .smart-booking-icon {
    color: #f15a22; }
  .smart-booking-services-section .sb-btn-default {
    font-size: 16px; }
  .smart-booking-services-section .sb-btn-default.slick-arrow:hover {
    color: #FFFFFF; }

.sb-booking-section h3 {
        color: #DCAA25 !important;
    font-size: 24px;
    margin-top: 12px;
}
.sb-booking-section .service-card {
    width: 100%;
}
.service-input {
    margin:10px 0;
}
/*# sourceMappingURL=services.css.map */
