@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 {
  text-align: left;
  opacity: 1; }

.common-form-element {
  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 base imports. 
Files inside this folder can contain global styles used in the project. 
*/
/* 
This file is used to contain all reset scss.
*/
/* 
This file is used to contain all typography scss.
*/
/* 
This file is used to contain all common scss.
*/
.sb-section {
  font-family: "Poppins", sans-serif; }

.sb-m-0 {
  margin: 0; }

.sb-mb-0 {
  margin-bottom: 0; }

.sb-mt-0 {
  margin-top: 0; }

.sb-ml-0 {
  margin-left: 0; }

.sb-mr-0 {
  margin-right: 0; }

.sb-mx-0 {
  margin-left: 0;
  margin-right: 0; }

.sb-my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.sb-m-1 {
  margin: 0.25rem; }

.sb-mb-1 {
  margin-bottom: 0.25rem; }

.sb-mt-1 {
  margin-top: 0.25rem; }

.sb-ml-1 {
  margin-left: 0.25rem; }

.sb-mr-1 {
  margin-right: 0.25rem; }

.sb-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.sb-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.sb-m-2 {
  margin: 0.5rem; }

.sb-mb-2 {
  margin-bottom: 0.5rem; }

.sb-mt-2 {
  margin-top: 0.5rem; }

.sb-ml-2 {
  margin-left: 0.5rem; }

.sb-mr-2 {
  margin-right: 0.5rem; }

.sb-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.sb-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.sb-m-3 {
  margin: 1rem; }

.sb-mb-3 {
  margin-bottom: 1rem; }

.sb-mt-3 {
  margin-top: 1rem; }

.sb-ml-3 {
  margin-left: 1rem; }

.sb-mr-3 {
  margin-right: 1rem; }

.sb-mx-3 {
  margin-left: 1rem;
  margin-right: 1rem; }

.sb-my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.sb-m-4 {
  margin: 1.5rem; }

.sb-mb-4 {
  margin-bottom: 1.5rem; }

.sb-mt-4 {
  margin-top: 1.5rem; }

.sb-ml-4 {
  margin-left: 1.5rem; }

.sb-mr-4 {
  margin-right: 1.5rem; }

.sb-mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.sb-my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.sb-m-5 {
  margin: 3rem; }

.sb-mb-5 {
  margin-bottom: 3rem; }

.sb-mt-5 {
  margin-top: 3rem; }

.sb-ml-5 {
  margin-left: 3rem; }

.sb-mr-5 {
  margin-right: 3rem; }

.sb-mx-5 {
  margin-left: 3rem;
  margin-right: 3rem; }

.sb-my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.sb-m-auto {
  margin: auto; }

.sb-mb-auto {
  margin-bottom: auto; }

.sb-mt-auto {
  margin-top: auto; }

.sb-ml-auto {
  margin-left: auto; }

.sb-mr-auto {
  margin-right: auto; }

.sb-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.sb-my-auto {
  margin-top: auto;
  margin-bottom: auto; }

.sb-p-0 {
  padding: 0; }

.sb-pb-0 {
  padding-bottom: 0; }

.sb-pt-0 {
  padding-top: 0; }

.sb-pl-0 {
  padding-left: 0; }

.sb-pr-0 {
  padding-right: 0; }

.sb-px-0 {
  padding-left: 0;
  padding-right: 0; }

.sb-py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.sb-p-1 {
  padding: 0.25rem; }

.sb-pb-1 {
  padding-bottom: 0.25rem; }

.sb-pt-1 {
  padding-top: 0.25rem; }

.sb-pl-1 {
  padding-left: 0.25rem; }

.sb-pr-1 {
  padding-right: 0.25rem; }

.sb-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.sb-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.sb-p-2 {
  padding: 0.5rem; }

.sb-pb-2 {
  padding-bottom: 0.5rem; }

.sb-pt-2 {
  padding-top: 0.5rem; }

.sb-pl-2 {
  padding-left: 0.5rem; }

.sb-pr-2 {
  padding-right: 0.5rem; }

.sb-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.sb-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.sb-p-3 {
  padding: 1rem; }

.sb-pb-3 {
  padding-bottom: 1rem; }

.sb-pt-3 {
  padding-top: 1rem; }

.sb-pl-3 {
  padding-left: 1rem; }

.sb-pr-3 {
  padding-right: 1rem; }

.sb-px-3 {
  padding-left: 1rem;
  padding-right: 1rem; }

.sb-py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.sb-p-4 {
  padding: 1.5rem; }

.sb-pb-4 {
  padding-bottom: 1.5rem; }

.sb-pt-4 {
  padding-top: 1.5rem; }

.sb-pl-4 {
  padding-left: 1.5rem; }

.sb-pr-4 {
  padding-right: 1.5rem; }

.sb-px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.sb-py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.sb-p-5 {
  padding: 3rem; }

.sb-pb-5 {
  padding-bottom: 3rem; }

.sb-pt-5 {
  padding-top: 3rem; }

.sb-pl-5 {
  padding-left: 3rem; }

.sb-pr-5 {
  padding-right: 3rem; }

.sb-px-5 {
  padding-left: 3rem;
  padding-right: 3rem; }

.sb-py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.sb-p-auto {
  padding: auto; }

.sb-pb-auto {
  padding-bottom: auto; }

.sb-pt-auto {
  padding-top: auto; }

.sb-pl-auto {
  padding-left: auto; }

.sb-pr-auto {
  padding-right: auto; }

.sb-px-auto {
  padding-left: auto;
  padding-right: auto; }

.sb-py-auto {
  padding-top: auto;
  padding-bottom: auto; }

.sb-border {
  border: 1px solid #dee2e6; }

.sb-border-0 {
  border: 0; }

.sb-border-bottom {
  border-bottom: 1px solid #dee2e6; }

.sb-border-bottom-0 {
  border-bottom: 0; }

.sb-border-top {
  border-top: 1px solid #dee2e6; }

.sb-border-top-0 {
  border-top: 0; }

.sb-border-left {
  border-left: 1px solid #dee2e6; }

.sb-border-left-0 {
  border-left: 0; }

.sb-border-right {
  border-right: 1px solid #dee2e6; }

.sb-border-right-0 {
  border-right: 0; }

.sb-bg-info {
  background-color: #17a2b8; }

.sb-text-info {
  color: #17a2b8; }

.sb-bg-danger {
  background-color: #dc3545; }

.sb-text-danger {
  color: #dc3545; }

.sb-bg-success {
  background-color: #28a745; }

.sb-text-success {
  color: #28a745; }

.sb-bg-warning {
  background-color: #ffc107; }

.sb-text-warning {
  color: #ffc107; }

.sb-bg-light {
  background-color: #f8f9fa; }

.sb-text-light {
  color: #f8f9fa; }

.sb-bg-secondary {
  background-color: #6c757d; }

.sb-text-secondary {
  color: #6c757d; }

.sb-bg-primary {
  background-color: #007bff; }

.sb-text-primary {
  color: #007bff; }

.sb-bg-white {
  background-color: #FFFFFF; }

.sb-text-white {
  color: #FFFFFF; }

.sb-bg-bermuda-gray {
  background-color: #7087A1; }

.sb-text-bermuda-gray {
  color: #7087A1; }

.sb-bg-wage-wood {
  background-color: #517C9D; }

.sb-text-wage-wood {
  color: #517C9D; }

.sb-bg-shades-tints {
  background-color: #EBF0F5; }

.sb-text-shades-tints {
  color: #EBF0F5; }

.sb-bg-calypso-color {
  background-color: #3C6C91; }

.sb-text-calypso-color {
  color: #3C6C91; }

.sb-bg-whiskey-color {
  background-color: #f15a22; }

.sb-text-whiskey-color {
  color: #f15a22; }

.sb-bg-black {
  background-color: #000000; }

.sb-text-black {
  color: #000000; }

.sb-bg-dusty-gray {
  background-color: #999999; }

.sb-text-dusty-gray {
  color: #999999; }

.sb-bg-hippie-blue {
  background-color: #578BB4; }

.sb-text-hippie-blue {
  color: #578BB4; }

.sb-font-weight-regular {
  font-weight: 400; }

.sb-font-weight-medium {
  font-weight: 500; }

.sb-font-weight-semi-bold {
  font-weight: 600; }

.sb-font-weight-bold {
  font-weight: 700; }

.sb-font-size-1 {
  font-size: 1px; }

.sb-font-size-2 {
  font-size: 2px; }

.sb-font-size-3 {
  font-size: 3px; }

.sb-font-size-4 {
  font-size: 4px; }

.sb-font-size-5 {
  font-size: 5px; }

.sb-font-size-6 {
  font-size: 6px; }

.sb-font-size-7 {
  font-size: 7px; }

.sb-font-size-8 {
  font-size: 8px; }

.sb-font-size-9 {
  font-size: 9px; }

.sb-font-size-10 {
  font-size: 10px; }

.sb-font-size-11 {
  font-size: 11px; }

.sb-font-size-12 {
  font-size: 12px; }

.sb-font-size-13 {
  font-size: 13px; }

.sb-font-size-14 {
  font-size: 14px; }

.sb-font-size-15 {
  font-size: 15px; }

.sb-font-size-16 {
  font-size: 16px; }

.sb-font-size-17 {
  font-size: 17px; }

.sb-font-size-18 {
  font-size: 18px; }

.sb-font-size-19 {
  font-size: 19px; }

.sb-font-size-20 {
  font-size: 20px; }

.sb-font-size-21 {
  font-size: 21px; }

.sb-font-size-22 {
  font-size: 22px; }

.sb-font-size-23 {
  font-size: 23px; }

.sb-font-size-24 {
  font-size: 24px; }

.sb-font-size-25 {
  font-size: 25px; }

.sb-font-size-26 {
  font-size: 26px; }

.sb-font-size-27 {
  font-size: 27px; }

.sb-font-size-28 {
  font-size: 28px; }

.sb-font-size-29 {
  font-size: 29px; }

.sb-font-size-30 {
  font-size: 30px; }

.sb-font-size-31 {
  font-size: 31px; }

.sb-font-size-32 {
  font-size: 32px; }

.sb-font-size-33 {
  font-size: 33px; }

.sb-font-size-34 {
  font-size: 34px; }

.sb-font-size-35 {
  font-size: 35px; }

.sb-font-size-36 {
  font-size: 36px; }

.sb-font-size-37 {
  font-size: 37px; }

.sb-font-size-38 {
  font-size: 38px; }

.sb-font-size-39 {
  font-size: 39px; }

.sb-font-size-40 {
  font-size: 40px; }

.sb-font-size-41 {
  font-size: 41px; }

.sb-font-size-42 {
  font-size: 42px; }

.sb-font-size-43 {
  font-size: 43px; }

.sb-font-size-44 {
  font-size: 44px; }

.sb-font-size-45 {
  font-size: 45px; }

.sb-font-size-46 {
  font-size: 46px; }

.sb-font-size-47 {
  font-size: 47px; }

.sb-font-size-48 {
  font-size: 48px; }

.sb-font-size-49 {
  font-size: 49px; }

.sb-font-size-50 {
  font-size: 50px; }

.sb-font-size-51 {
  font-size: 51px; }

.sb-font-size-52 {
  font-size: 52px; }

.sb-font-size-53 {
  font-size: 53px; }

.sb-font-size-54 {
  font-size: 54px; }

.sb-font-size-55 {
  font-size: 55px; }

.sb-font-size-56 {
  font-size: 56px; }

.sb-font-size-57 {
  font-size: 57px; }

.sb-font-size-58 {
  font-size: 58px; }

.sb-font-size-59 {
  font-size: 59px; }

.sb-font-size-60 {
  font-size: 60px; }

.sb-font-size-61 {
  font-size: 61px; }

.sb-font-size-62 {
  font-size: 62px; }

.sb-font-size-63 {
  font-size: 63px; }

.sb-font-size-64 {
  font-size: 64px; }

.sb-font-size-65 {
  font-size: 65px; }

.sb-font-size-66 {
  font-size: 66px; }

.sb-font-size-67 {
  font-size: 67px; }

.sb-font-size-68 {
  font-size: 68px; }

.sb-font-size-69 {
  font-size: 69px; }

.sb-font-size-70 {
  font-size: 70px; }

.sb-font-size-71 {
  font-size: 71px; }

.sb-font-size-72 {
  font-size: 72px; }

.sb-font-size-73 {
  font-size: 73px; }

.sb-font-size-74 {
  font-size: 74px; }

.sb-font-size-75 {
  font-size: 75px; }

.sb-font-size-76 {
  font-size: 76px; }

.sb-font-size-77 {
  font-size: 77px; }

.sb-font-size-78 {
  font-size: 78px; }

.sb-font-size-79 {
  font-size: 79px; }

.sb-font-size-80 {
  font-size: 80px; }

.sb-font-size-81 {
  font-size: 81px; }

.sb-font-size-82 {
  font-size: 82px; }

.sb-font-size-83 {
  font-size: 83px; }

.sb-font-size-84 {
  font-size: 84px; }

.sb-font-size-85 {
  font-size: 85px; }

.sb-font-size-86 {
  font-size: 86px; }

.sb-font-size-87 {
  font-size: 87px; }

.sb-font-size-88 {
  font-size: 88px; }

.sb-font-size-89 {
  font-size: 89px; }

.sb-font-size-90 {
  font-size: 90px; }

.sb-font-size-91 {
  font-size: 91px; }

.sb-font-size-92 {
  font-size: 92px; }

.sb-font-size-93 {
  font-size: 93px; }

.sb-font-size-94 {
  font-size: 94px; }

.sb-font-size-95 {
  font-size: 95px; }

.sb-font-size-96 {
  font-size: 96px; }

.sb-font-size-97 {
  font-size: 97px; }

.sb-font-size-98 {
  font-size: 98px; }

.sb-font-size-99 {
  font-size: 99px; }

.sb-font-size-100 {
  font-size: 100px; }

.sb-status-Pending {
  border-color: #ffc107 !important; }

.sb-status-text-Pending {
  color: #ffc107 !important; }

.sb-status-Approved {
  border-color: #007bff !important; }

.sb-status-text-Approved {
  color: #007bff !important; }

.sb-status-Rejected {
  border-color: #dc3545 !important; }

.sb-status-text-Rejected {
  color: #dc3545 !important; }

.sb-status-CheckedIn {
  border-color: #17a2b8 !important; }

.sb-status-text-CheckedIn {
  color: #17a2b8 !important; }

.sb-status-Completed {
  border-color: #28a745 !important; }

.sb-status-text-Completed {
  color: #28a745 !important; }

.sb-font-weight-regular {
  font-weight: 400; }

.sb-font-weight-medium {
  font-weight: 500; }

.sb-font-weight-semi-bold {
  font-weight: 600; }

.sb-font-weight-bold {
  font-weight: 700; }

.sb-status {
  background: white;
  border: 3px solid;
  border-radius: 50%;
  height: 16px;
  width: 16px; }

.sb-option-status {
  content: '';
  display: inline-block;
  background: white;
  border: 3px solid;
  border-radius: 50%;
  height: 16px;
  width: 16px; }

#smartbooking-preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: #0000008f; }
  #smartbooking-preloader #container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #smartbooking-preloader #container h1 {
    color: brown;
    font-weight: 100;
    font-size: 1.2rem;
    font-family: sans-serif;
    text-align: center; }
  #smartbooking-preloader #inscription {
    width: 13ch;
    display: flex; }
  #smartbooking-preloader #inscription i {
    color: white;
    padding-right: 0.3rem;
    padding-left: 0.7rem;
    font-family: monospace;
    font-style: italic; }
  #smartbooking-preloader #inscription span {
    color: white;
    font-family: monospace;
    width: 4ch;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    animation: slashes 4s steps(4) infinite; }
  #smartbooking-preloader #rectangles {
    align-self: center;
    width: 80px;
    height: 80px;
    position: relative;
    justify-content: center; }
  #smartbooking-preloader .rect {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px double #f15a22;
    border-radius: 10px;
    animation: spinner 3s ease-in-out infinite; }
  #smartbooking-preloader .rect.q {
    top: 0;
    left: 0;
    border-color: #f15a22; }
  #smartbooking-preloader .rect.w {
    top: 0;
    right: 0;
    border-color: #000000; }
  #smartbooking-preloader .rect.e {
    bottom: 0;
    left: 0;
    border-color: #000000; }
  #smartbooking-preloader .rect.r {
    bottom: 0;
    right: 0;
    border-color: #f15a22; }
@keyframes spinner {
  45% {
    border-color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  55% {
    border-color: #f15a22;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1turn); }
  100% {
    transform: rotate(1turn); } }
@keyframes slashes {
  0% {
    width: 0; } }
/* Additonal Base Stylesheets */
/* 
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; }

.entry-header {
  display: none !important; }

.entry .entry-content > * {
  margin: 32px 0;
  max-width: 100% !important; }
.entry .entry-summary > *,
.entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > * {
  margin: 32px 0;
  max-width: 100% !important; }
.entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
  margin: 32px 0;
  max-width: 100% !important; }

.sb-weekly-calender-row {
  margin: 10px; }

#smartbooking-preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #0000008f; }
  #smartbooking-preloader #container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #smartbooking-preloader #container h1 {
    color: brown;
    font-weight: 100;
    font-size: 1.2rem;
    font-family: sans-serif;
    text-align: center; }
  #smartbooking-preloader #inscription {
    width: 13ch;
    display: flex; }
  #smartbooking-preloader #inscription i {
    color: #FFFFFF;
    padding-right: 0.3rem;
    padding-left: 0.7rem;
    font-family: monospace;
    font-style: italic; }
  #smartbooking-preloader #inscription span {
    color: #FFFFFF;
    font-family: monospace;
    width: 4ch;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    animation: slashes 4s steps(4) infinite; }
  #smartbooking-preloader #rectangles {
    align-self: center;
    width: 80px;
    height: 80px;
    position: relative;
    justify-content: center; }
  #smartbooking-preloader .rect {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 4px double #f15a22;
    border-radius: 10px;
    animation: spinner 3s ease-in-out infinite; }
  #smartbooking-preloader .rect.q {
    top: 0;
    left: 0;
    border-color: #f15a22; }
  #smartbooking-preloader .rect.w {
    top: 0;
    right: 0;
    border-color: #000000; }
  #smartbooking-preloader .rect.e {
    bottom: 0;
    left: 0;
    border-color: #000000; }
  #smartbooking-preloader .rect.r {
    bottom: 0;
    right: 0;
    border-color: #f15a22; }
@keyframes spinner {
  45% {
    border-color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  55% {
    border-color: #f15a22;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(1turn); }
  100% {
    transform: rotate(1turn); } }
@keyframes slashes {
  0% {
    width: 0; } }
.sb-booking-section #smartbooking-service-name-span {
  color: #000000; }
.sb-booking-section .employee-hr {
  height: 1px !important;
  background-color: #f15a22 !important; }
.sb-booking-section .img.sb-bg-shades-tints.rounded-circle img.rounded-circle {
  height: 100px;
  max-width: 100%;
  width: 100px;
  border: none;
  border-radius: 0;
  object-position: center;
  object-fit: contain;
  box-shadow: none; }
.sb-booking-section .intl-tel-input .country-list {
  color: #414042; }
.sb-booking-section .form-label {
  color: #414042; }
.sb-booking-section .smartbooking-service-name-span {
  color: #414042; }
.sb-booking-section .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #414042;
  padding-left: 22px; }
.sb-booking-section .intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #f15a22; }
.sb-booking-section i.customIcon {
  border-radius: 50%;
  border: 1px solid #E2E6EC;
  padding: 5px;
  font-size: 10px; }
.sb-booking-section label.error {
  color: #dc3545; }
.sb-booking-section h1 {
  letter-spacing: -1px; }
.sb-booking-section a {
  color: #5469d4;
  text-decoration: unset; }
.sb-booking-section .login-root {
  display: flex;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.sb-booking-section .loginbackground {
  min-height: 692px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden; }
.sb-booking-section .flex-flex {
  display: flex; }
.sb-booking-section .align-center {
  align-items: center; }
.sb-booking-section .center-center {
  align-items: center;
  justify-content: center; }
.sb-booking-section .box-root {
  box-sizing: border-box; }
.sb-booking-section .flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column; }
.sb-booking-section .sb-overlay {
  mix-blend-mode: darken;
  background-blend-mode: darken;
  background-color: #000000A1;
  opacity: 0.22;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
.sb-booking-section .loginbackground-gridContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [start] 1fr [left-gutter] 86.6px [16] [left-gutter] 1fr [end];
  grid-template-columns: [start] 1fr [left-gutter] repeat(16, 86.6px) [left-gutter] 1fr [end];
  -ms-grid-rows: [top] 1fr [top-gutter] 64px [8] [bottom-gutter] 1fr [bottom];
  grid-template-rows: [top] 1fr [top-gutter] repeat(8, 64px) [bottom-gutter] 1fr [bottom];
  justify-content: center;
  margin: 0 -2%;
  transform: rotate(-12deg) skew(-12deg); }
.sb-booking-section .box-divider--light-all-2 {
  box-shadow: inset 0 0 0 2px #e3e8ee; }
.sb-booking-section .box-background--blue {
  background-color: #5469d4; }
.sb-booking-section .box-background--white {
  background-color: #FFFFFF; }
.sb-booking-section .box-background--blue800 {
  background-color: #212d63; }
.sb-booking-section .box-background--gray100 {
  background-color: #e3e8ee; }
.sb-booking-section .box-background--cyan200 {
  background-color: #7fd3ed; }
.sb-booking-section .padding-top--64 {
  padding-top: 64px; }
.sb-booking-section .padding-top--24 {
  padding-top: 24px; }
.sb-booking-section .padding-top--48 {
  padding-top: 48px; }
.sb-booking-section .padding-bottom--24 {
  padding-bottom: 24px; }
.sb-booking-section .padding-horizontal--48 {
  padding: 20px; }
.sb-booking-section .padding-bottom--15 {
  padding-bottom: 15px; }
.sb-booking-section .flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center; }
.sb-booking-section .formbg {
  margin: 0px auto;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px; }
.sb-booking-section span.sb-d-block {
  display: block; }
.sb-booking-section .reset-pass > a {
  text-align: right;
  margin-bottom: 10px; }
.sb-booking-section .grid--50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center; }
.sb-booking-section .field input {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  font-size: 16px;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  outline-color: rgba(84, 105, 212, 0.5);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
.sb-booking-section .field select {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  font-size: 16px;
  min-height: 40px;
  border: unset;
  border-radius: 4px;
  outline-color: rgba(84, 105, 212, 0.5);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
.sb-booking-section .select2-container--default .select2-selection--multiple {
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  font-size: 14px;
  min-height: 40px;
  border: unset;
  border-radius: 4px;
  outline-color: rgba(84, 105, 212, 0.5);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
.sb-booking-section .field-checkbox input {
  width: 20px;
  height: 15px;
  margin-right: 5px;
  box-shadow: unset;
  min-height: unset; }
.sb-booking-section .field-checkbox label {
  display: flex;
  align-items: center;
  margin: 0; }
.sb-booking-section a.ssolink {
  display: block;
  text-align: center;
  font-weight: 600; }
.sb-booking-section .footer-link span {
  font-size: 14px;
  text-align: center; }
.sb-booking-section .listing a {
  color: #697386;
  font-weight: 600;
  margin: 0 10px; }
.sb-booking-section .smartBookingStep2Hide {
  width: 0%;
  height: 74%;
  position: absolute;
  top: 26%;
  right: 24%;
  opacity: 1;
  box-sizing: border-box; }
.sb-booking-section .smartBookingStep2Show {
  position: relative;
  right: 0; }
.sb-booking-section .unselectable {
  border: 1px solid #f19898;
  position: relative; }
  .sb-booking-section .unselectable:after {
    content: "";
    display: block;
    width: 30%;
    left: 65%;
    height: 2px;
    background-color: #a81b1b;
    position: absolute;
    top: 50%; }
.sb-booking-section .time-slots-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1px;
  text-align: center; }
  .sb-booking-section .time-slots-row h1 {
    font-family: "Inter", sans-serif;
    color: #FFFFFF; }
  .sb-booking-section .time-slots-row input[type="radio"] {
    display: none; }
  .sb-booking-section .time-slots-row .smartbooking-slot-box {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    margin: 2px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 135px;
    color: #FFFFFF;
    background: #f15a22; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box:active {
      transform: translateY(10px); }
    .sb-booking-section .time-slots-row .smartbooking-slot-box.active-slot {
      background-color: #28a745; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box span {
      font-size: 12px;
      color: #FFFFFF; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box .sb-checkmark-bg.hide {
      display: none; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box .sb-checkmark-bg.show {
      display: block; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box.disabled {
      opacity: 0.2;
      transform: none; }
    .sb-booking-section .time-slots-row .smartbooking-slot-box.reserved {
      opacity: 0.2;
      transform: none;
      background-color: #dc3545; }
.sb-booking-section .fc-row.middle.hidden {
  display: none; }
.sb-booking-section .fc-row.middle.show {
  display: flex; }
.sb-booking-section .smartbooking-badge-services {
  width: 195px;
  padding: 10px !important; }
.sb-booking-section .row {
  margin: 0; }
.sb-booking-section .upper {
  padding: 1rem 0;
  justify-content: space-evenly; }
.sb-booking-section #three {
  border-radius: 1rem;
  width: 22px;
  height: 22px;
  margin-right: 3px;
  border: 1px solid blue;
  text-align: center;
  display: inline-block; }
.sb-booking-section #payment {
  margin: 0;
  color: blue; }
.sb-booking-section .icons {
  margin-left: auto; }
.sb-booking-section input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 1vh;
  outline: none;
  width: 100%;
  background-color: #f7f7f7; }
  .sb-booking-section input:focus::-webkit-input-placeholder {
    color: transparent; }
.sb-booking-section .header {
  font-size: 1.5rem; }
.sb-booking-section .left {
  background-color: #FFFFFF;
  padding: 2vh; }
  .sb-booking-section .left img {
    width: 2rem; }
  .sb-booking-section .left .col-4 {
    padding-left: 0; }
.sb-booking-section .right {
  background-color: #FFFFFF;
  padding: 2vh;
  padding-left: 5vh; }
  .sb-booking-section .right .item {
    padding: 0.3rem 0; }
.sb-booking-section .col-8 {
  padding: 0 1vh; }
.sb-booking-section .lower {
  line-height: 2; }
.sb-booking-section .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none; }
.sb-booking-section .btn:hover {
  color: #FFFFFF; }
.sb-booking-section a {
  color: black; }
  .sb-booking-section a:hover {
    color: black;
    text-decoration: none; }
.sb-booking-section input[type=checkbox] {
  width: unset;
  margin-bottom: unset; }
.sb-booking-section .inputBorder {
  border-radius: .25rem; }
.sb-booking-section #bookAppointment label.error {
  width: 100%; }
.sb-booking-section .form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem #007bff;
  border: 1px solid #e9e9eb; }
.sb-booking-section .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0rem #80bdff; }
.sb-booking-section .select2-container--default .select2-selection--multiple {
  height: calc(1.75rem+2px); }
  .sb-booking-section .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: left;
    margin-left: 5px;
    font-size: 12px !important;
    margin-top: 7px;
    padding: 0px 5px;
    padding-left: 15px; }
.sb-booking-section select.form-control:not([size]):not([multiple]) {
  height: calc(1.75rem + 2px); }
.sb-booking-section .select2-container .select2-search--inline .select2-search__field {
  padding: 7px;
  height: auto; }
.sb-booking-section .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 5px;
  padding-right: 5px; }
.sb-booking-section .selectMultiple {
  width: 100%;
  position: relative; }
  .sb-booking-section .selectMultiple select {
    display: none; }
  .sb-booking-section .selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 5px;
    background: #FFFFFF;
    font-size: 14px;
    min-height: 40px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition: box-shadow 0.3s ease; }
    .sb-booking-section .selectMultiple > div:hover {
      box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
    .sb-booking-section .selectMultiple > div .arrow {
      right: 1px;
      top: 0;
      bottom: 0;
      cursor: pointer;
      width: 28px;
      position: absolute; }
      .sb-booking-section .selectMultiple > div .arrow:before, .sb-booking-section .selectMultiple > div .arrow:after {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 8px;
        border-bottom: 8px solid #99a3ba;
        top: 43%;
        transition: all 0.3s ease; }
      .sb-booking-section .selectMultiple > div .arrow:before {
        right: 12px;
        transform: rotate(-130deg); }
      .sb-booking-section .selectMultiple > div .arrow:after {
        left: 9px;
        transform: rotate(130deg); }
    .sb-booking-section .selectMultiple > div span {
      color: #99a3ba;
      display: block;
      position: absolute;
      left: 12px;
      cursor: pointer;
      top: 8px;
      line-height: 28px;
      transition: all 0.3s ease; }
      .sb-booking-section .selectMultiple > div span.hide {
        opacity: 0;
        visibility: hidden;
        transform: translate(-4px, 0); }
    .sb-booking-section .selectMultiple > div a {
      position: relative;
      padding: 0 24px 6px 8px;
      line-height: 28px;
      color: #1e2330;
      display: inline-block;
      vertical-align: top;
      margin: 0 6px 0 0; }
      .sb-booking-section .selectMultiple > div a em {
        font-style: normal;
        display: block;
        white-space: nowrap; }
      .sb-booking-section .selectMultiple > div a:before {
        content: '';
        left: 0;
        top: 0;
        bottom: 6px;
        width: 100%;
        position: absolute;
        display: block;
        background: rgba(228, 236, 250, 0.7);
        z-index: -1;
        border-radius: 4px; }
      .sb-booking-section .selectMultiple > div a i {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 28px;
        display: block; }
        .sb-booking-section .selectMultiple > div a i:before, .sb-booking-section .selectMultiple > div a i:after {
          content: '';
          display: block;
          width: 2px;
          height: 10px;
          position: absolute;
          left: 50%;
          top: 50%;
          background: #4d18ff;
          border-radius: 1px; }
        .sb-booking-section .selectMultiple > div a i:before {
          transform: translate(-50%, -50%) rotate(45deg); }
        .sb-booking-section .selectMultiple > div a i:after {
          transform: translate(-50%, -50%) rotate(-45deg); }
      .sb-booking-section .selectMultiple > div a.notShown {
        opacity: 0;
        transition: opacity 0.3s ease; }
        .sb-booking-section .selectMultiple > div a.notShown:before {
          width: 28px;
          transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s; }
        .sb-booking-section .selectMultiple > div a.notShown i {
          opacity: 0;
          transition: all 0.3s ease 0.3s; }
        .sb-booking-section .selectMultiple > div a.notShown em {
          opacity: 0;
          transform: translate(-6px, 0);
          transition: all 0.4s ease 0.3s; }
        .sb-booking-section .selectMultiple > div a.notShown.shown {
          opacity: 1; }
          .sb-booking-section .selectMultiple > div a.notShown.shown:before {
            width: 100%; }
          .sb-booking-section .selectMultiple > div a.notShown.shown i {
            opacity: 1; }
          .sb-booking-section .selectMultiple > div a.notShown.shown em {
            opacity: 1;
            transform: translate(0, 0); }
      .sb-booking-section .selectMultiple > div a.remove:before {
        width: 28px;
        transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s; }
      .sb-booking-section .selectMultiple > div a.remove i {
        opacity: 0;
        transition: all 0.3s ease 0s; }
      .sb-booking-section .selectMultiple > div a.remove em {
        opacity: 0;
        transform: translate(-12px, 0);
        transition: all 0.4s ease 0s; }
      .sb-booking-section .selectMultiple > div a.remove.disappear {
        opacity: 0;
        transition: opacity 0.5s ease 0s; }
  .sb-booking-section .selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    max-height: 160px;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, 0.08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s; }
    .sb-booking-section .selectMultiple > ul li {
      color: #1e2330;
      background: #FFFFFF;
      padding: 12px 16px;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s; }
      .sb-booking-section .selectMultiple > ul li:first-child {
        border-radius: 8px 8px 0 0; }
        .sb-booking-section .selectMultiple > ul li:first-child:last-child {
          border-radius: 8px; }
      .sb-booking-section .selectMultiple > ul li:last-child {
        border-radius: 0 0 8px 8px; }
        .sb-booking-section .selectMultiple > ul li:last-child:first-child {
          border-radius: 8px; }
      .sb-booking-section .selectMultiple > ul li:hover {
        background: #4d18ff;
        color: #FFFFFF; }
      .sb-booking-section .selectMultiple > ul li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%, -50%);
        transform-origin: 50% 50%; }
      .sb-booking-section .selectMultiple > ul li.beforeRemove {
        border-radius: 0 0 8px 8px; }
        .sb-booking-section .selectMultiple > ul li.beforeRemove:first-child {
          border-radius: 8px; }
      .sb-booking-section .selectMultiple > ul li.afterRemove {
        border-radius: 8px 8px 0 0; }
        .sb-booking-section .selectMultiple > ul li.afterRemove:last-child {
          border-radius: 8px; }
      .sb-booking-section .selectMultiple > ul li.remove {
        transform: scale(0);
        opacity: 0; }
        .sb-booking-section .selectMultiple > ul li.remove:after {
          animation: ripple 0.4s ease-out; }
      .sb-booking-section .selectMultiple > ul li.notShown {
        display: none;
        transform: scale(0);
        opacity: 0;
        transition: transform 0.35s ease, opacity 0.4s ease; }
        .sb-booking-section .selectMultiple > ul li.notShown.show {
          transform: scale(1);
          opacity: 1; }
  .sb-booking-section .selectMultiple.open > div {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, #3c4257 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px; }
    .sb-booking-section .selectMultiple.open > div .arrow:before {
      transform: rotate(-50deg); }
    .sb-booking-section .selectMultiple.open > div .arrow:after {
      transform: rotate(50deg); }
  .sb-booking-section .selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, 0.16)); }
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1; }
  25% {
    transform: scale(30, 30);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(50, 50); } }
.sb-booking-section .form-input {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: -3px -3px 7px rgba(94, 104, 121, 0.377), 3px 3px 7px rgba(94, 104, 121, 0.377); }
  .sb-booking-section .form-input input {
    display: none; }
  .sb-booking-section .form-input label {
    display: block;
    width: 45%;
    height: 45px;
    margin-left: 25%;
    line-height: 50px;
    text-align: center;
    background: #1172c2;
    color: #FFFFFF;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer; }
  .sb-booking-section .form-input img {
    width: 100%;
    display: none;
    margin-bottom: 30px; }
.sb-booking-section .wrapper {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0px 0px;
  /* box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2); */
  background: #FFFFFF; }
  .sb-booking-section .wrapper .option {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 50px;
    cursor: pointer;
    padding: 0 10px;
    transition: all 0.3s ease;
    background: #FFFFFF;
    border: 2px solid #d9d9d9; }
    .sb-booking-section .wrapper .option .dot {
      height: 20px;
      width: 20px;
      background: #d9d9d9;
      position: relative;
      border-radius: 50%; }
      .sb-booking-section .wrapper .option .dot::before {
        position: absolute;
        content: "";
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        background: #fc5185;
        border-radius: 50%;
        opacity: 0;
        transform: scale(1.5);
        transition: all 0.3s ease-in-out; }
.sb-booking-section .PaymentMethods {
  display: none; }
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-1,
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-2 {
    border-color: #0f117a;
    background: #0f117a; }
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-1 .dot,
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-2 .dot {
    background: #FFFFFF; }
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-1 .dot::before,
  .sb-booking-section .PaymentMethods:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1); }
.sb-booking-section .wrapper .option span {
  font-size: 20px;
  columns: #808080; }
.sb-booking-section .PaymentMethods:checked:checked ~ .option-1 span,
.sb-booking-section .PaymentMethods:checked:checked ~ .option-2 span {
  color: #FFFFFF; }
.sb-booking-section .wrapper-triangle {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 304px;
  height: 250px;
  transform: translate(-50%, -50%); }
.sb-booking-section .line-triangle {
  position: absolute;
  width: 250px;
  height: 54px;
  border: 1px solid transparent;
  transform-origin: 0 100%; }
  .sb-booking-section .line-triangle:nth-last-of-type(1) {
    left: 313px;
    bottom: -21px;
    transform: rotate(-120deg);
    transform-origin: 0 100%; }
  .sb-booking-section .line-triangle:nth-last-of-type(2) {
    left: 156px;
    top: -54px;
    transform: rotate(120deg);
    transform-origin: 0 100%; }
  .sb-booking-section .line-triangle:nth-last-of-type(3) {
    top: 217px;
    left: 0; }
.sb-booking-section .triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-bottom: 54px solid #28bd25;
  animation: tri 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(1) {
    animation: tri1 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(2) {
    animation: tri2 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(3) {
    animation: tri3 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(4) {
    animation: tri4 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(5) {
    animation: tri5 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(6) {
    animation: tri6 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(7) {
    animation: tri7 1.5s linear infinite; }
  .sb-booking-section .triangle:nth-of-type(1) {
    left: 0px; }
  .sb-booking-section .triangle:nth-of-type(2) {
    left: 31px; }
  .sb-booking-section .triangle:nth-of-type(3) {
    left: 63px; }
  .sb-booking-section .triangle:nth-of-type(4) {
    left: 94px; }
  .sb-booking-section .triangle:nth-of-type(5) {
    left: 125px; }
  .sb-booking-section .triangle:nth-of-type(6) {
    left: 156px; }
  .sb-booking-section .triangle:nth-of-type(7) {
    left: 188px; }
  .sb-booking-section .triangle:nth-child(even) {
    transform: rotate(180deg);
    top: 0; }
  .sb-booking-section .triangle:nth-child(1) {
    animation: none; }
@keyframes tri1 {
  0% {
    opacity: 0; }
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri2 {
  0% {
    opacity: 0; }
  14.28571% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri3 {
  0% {
    opacity: 0; }
  28.57143% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri4 {
  0% {
    opacity: 0; }
  42.85714% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri5 {
  0% {
    opacity: 0; }
  57.14286% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri6 {
  0% {
    opacity: 0; }
  71.42857% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tri7 {
  0% {
    opacity: 0; }
  85.71429% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sb-booking-section .line:nth-child(2) .triangle:nth-child(1):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -22px;
  bottom: -77px;
  background: transparent;
  border: 13px solid transparent;
  border-bottom: 21px solid #F1ECDB;
  animation: tri 1.5s linear infinite; }
.sb-booking-section .pen {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 312.5px;
  transform-origin: 50% 0;
  animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite; }
@keyframes tri {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes move {
  0% {
    transform: scale(2.45); }
  100% {
    transform: scale(0.5); } }
.sb-booking-section .sb-form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
  .sb-booking-section .sb-form-control:focus {
    border-color: unset !important;
    outline: unset !important;
    outline-offset: 0px !important; }
.sb-booking-section .sb-section {
  font-family: "Poppins", sans-serif; }
.sb-booking-section .sb-font-weight-regular {
  font-weight: 400 !important; }
.sb-booking-section .sb-font-weight-medium {
  font-weight: 500 !important; }
.sb-booking-section .sb-font-weight-semi-bold {
  font-weight: 600 !important; }
.sb-booking-section .sb-font-weight-bold {
  font-weight: 700 !important; }
.sb-booking-section .sb-table thead tr {
  background: #FFFFFF;
  border-bottom: 4px solid #eceffa; }
.sb-booking-section .sb-table tbody tr {
  background: #FFFFFF;
  border-bottom: 0px solid #eceffa; }
.sb-booking-section .sb-table thead th {
  padding: 0.75rem !important; }
.sb-booking-section .sb-table tbody td {
  padding: 0.75rem !important; }
.sb-booking-section .sb-table tbody th,
.sb-booking-section .sb-table tbody td {
  border: none;
  padding: 30px;
  background: #FFFFFF;
  vertical-align: middle; }
.sb-booking-section .sb-table thead th,
.sb-booking-section .sb-table tbody td {
  padding: 0.75rem !important; }
.sb-booking-section .sb-table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #e3e6f0; }
.sb-booking-section .sb-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #e3e6f0; }
.sb-booking-section .sb-table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 0px solid #e3e6f0;
  font-size: 14px;
  color: #717579; }
.sb-booking-section .adminHeadingColor {
  color: #3C6C91; }
.sb-booking-section .sb-table-header-color {
  color: #717579 !important; }
.sb-booking-section .lableColor {
  color: #f15a22; }
.sb-booking-section .fa-star {
  color: #FFD700; }
.sb-booking-section .sb-appointment-detail-label {
  color: #000000; }
.sb-booking-section .sb-appointment-detail-heading {
  color: #578BB4; }
.sb-booking-section .sb-appointment-detail-user-detail-heading {
  color: #28272E; }
.sb-booking-section .sb-appointment-detail-label {
  text-transform: unset !important;
  font-family: "Poppins", sans-serif !important;
  color: #000000 !important;
  font-size: 14px !important; }
.sb-booking-section .sb-appointment-detail-heading {
  text-transform: unset !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  color: #3C6C91 !important; }
.sb-booking-section .sb-section > span,
.sb-booking-section h1,
.sb-booking-section h2,
.sb-booking-section h3,
.sb-booking-section h4,
.sb-booking-section h5,
.sb-booking-section h6,
.sb-booking-section p,
.sb-booking-section div {
  font-family: "Poppins", sans-serif !important; }
.sb-booking-section .cardHeaderBackground {
  background-color: #092058;
  color: #FFFFFF; }
.sb-booking-section .headertitleColor {
  color: #FFFFFF !important;
  font-size: 16px !important;
  text-transform: unset !important;
  font-family: "Poppins", sans-serif !important; }
.sb-booking-section .sb-appointment-summary-amount {
  color: #222649 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important; }
.sb-booking-section .sb-appointment-subtotal-heading,
.sb-booking-section .sb-appointment-subtotal-amount {
  color: #092058 !important;
  font-size: 18px !important;
  text-transform: unset !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important; }
.sb-booking-section .intl-tel-input {
  width: 100%; }
.sb-booking-section .sb-modal-container fieldset {
  display: none; }
.sb-booking-section .sb-modal-container fieldset.show {
  display: block; }
.sb-booking-section .sb-modal-container select:focus,
.sb-booking-section .sb-modal-container input:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #2196F3 !important;
  outline-width: 0 !important;
  font-weight: 400; }
.sb-booking-section .sb-modal-container button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0; }
.sb-booking-section .sb-modal-container .tabs {
  margin: 2px 5px 0px 5px;
  padding-bottom: 5px;
  cursor: pointer; }
.sb-booking-section .sb-modal-container .tabs.active {
  border-bottom: 5px solid #FECC07;
  color: #FECC07; }
  .sb-booking-section .sb-modal-container .tabs.active .text-muted {
    color: #FECC07 !important; }
.sb-booking-section .sb-modal-container a:hover {
  text-decoration: none;
  color: #1565C0; }
.sb-booking-section .sb-modal-container .box {
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px; }
.sb-booking-section .sb-modal-container .modal-backdrop {
  background-color: #64B5F6; }
.sb-booking-section .sb-modal-container .line {
  background-color: #CFD8DC;
  height: 1px;
  width: 100%; }
@media screen and (max-width: 768px) {
  .sb-booking-section .sb-modal-container .tabs h6 {
    font-size: 12px; } }
.sb-booking-section .sb-modal-container ul {
  list-style-type: none; }
.sb-booking-section .sb-modal-container li {
  display: inline-block; }
.sb-booking-section .sb-modal-container .sb-gallery-checkboxses {
  display: none !important; }
.sb-booking-section .sb-modal-container label {
  border: 1px solid #FFFFFF;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer; }
.sb-booking-section .sb-modal-container label:before {
  background-color: #FFFFFF;
  color: #FFFFFF;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0); }
.sb-booking-section .sb-modal-container label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%; }
.sb-booking-section .sb-modal-container :checked + label {
  border-color: #DDDDDD; }
.sb-booking-section .sb-modal-container :checked + label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1); }
.sb-booking-section .sb-gallery-modal-header {
  background: #092058; }
.sb-booking-section .sb-gallery-box {
  max-height: 400px;
  overflow: auto; }
.sb-booking-section .sb-booking-section-title {
  color: #f15a22;
  font-family: "Poppins", Sans-serif;
  font-size: 36px;
  font-weight: bold; }
.sb-booking-section .sb-booking-section-form {
  background: #FFFFFF9E;
  opacity: 0.88;
  position: relative; }
.sb-booking-section .selectMultiple ul {
  max-height: 150px;
  overflow: auto; }
.sb-booking-section .form-group {
  margin: 10px; }
  .sb-booking-section .form-group .required.control-label:after {
    content: " *"; }
.sb-booking-section .sb-checkmark-bg {
  background-color: #28a745;
  border: 50%;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: none;
  position: absolute;
  top: -14px;
  right: 2px; }
  .sb-booking-section .sb-checkmark-bg .sb-checkmark {
    position: absolute;
    top: 2px;
    right: 8px;
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
    border-bottom: 2px solid #fafafa;
    border-right: 2px solid #FFFFFF; }
.sb-booking-section .hide {
  display: none; }
.sb-booking-section .show {
  display: block; }
.sb-booking-section .sb-service-header:after {
  font-family: 'FontAwesome';
  content: "\f054";
  float: right;
  padding: 10px;
  cursor: pointer;
  color: #7087A1; }
.sb-booking-section .sb-accordion-opened.sb-service-header:after {
  content: "\f078"; }
.sb-booking-section .sb-expert-for:after {
  font-family: 'FontAwesome';
  content: "\f054";
  float: right;
  cursor: pointer;
  color: #7087A1; }
.sb-booking-section .sb-accordion-opened.sb-expert-for:after {
  content: "\f078"; }
.sb-booking-section .smarbooking-prev {
  position: relative;
  top: 75px;
  left: -9px;
  height: 0px; }
  .sb-booking-section .smarbooking-prev:focus {
    outline: none; }
.sb-booking-section .smarbooking-next {
  position: relative;
  top: 25px;
  top: 75px;
  left: 9px;
  height: 0px; }
  .sb-booking-section .smarbooking-next:focus {
    outline: none; }
.sb-booking-section .sb-card-border-0 {
  border: 0px; }
.sb-booking-section #smartbooking-multi-services-add-more {
  background-color: #7087A1 !important;
  color: #FFFFFF !important;
  margin-left: -1px;
  padding: 7px 35px;
  font-size: 16px !important;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #7087A1;
  z-index: 0;
  border-radius: 0px 0px 0px 0px; }
.sb-booking-section .smartbooking-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem; }
  .sb-booking-section .smartbooking-steps > .smartbooking-step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
    line-height: 1.3; }
    .sb-booking-section .smartbooking-steps > .smartbooking-step:before {
      content: attr(data-step);
      display: block;
      margin: 0 auto;
      background: #e6e6e6;
      border: 2px solid #e6e6e6;
      color: #FFFFFF;
      width: 2rem;
      height: 2rem;
      text-align: center;
      line-height: 1.9rem;
      border-radius: 100%;
      position: relative;
      z-index: 1;
      font-weight: 700;
      margin-bottom: -4.2rem;
      font-size: 1rem; }
    .sb-booking-section .smartbooking-steps > .smartbooking-step:after {
      content: '';
      position: absolute;
      display: block;
      background: #e6e6e6;
      width: 100%;
      height: 0.125rem;
      top: 1rem;
      left: 50%; }
    .sb-booking-section .smartbooking-steps > .smartbooking-step:last-child:after {
      display: none; }
    .sb-booking-section .smartbooking-steps > .smartbooking-step.smartbooking-is-complete {
      color: #6D6875; }
      .sb-booking-section .smartbooking-steps > .smartbooking-step.smartbooking-is-complete:before {
        content: '\2713';
        color: #FFFFFF;
        background: #28a745;
        border: 2px solid #28a745; }
      .sb-booking-section .smartbooking-steps > .smartbooking-step.smartbooking-is-complete:after {
        background: #28a745; }
    .sb-booking-section .smartbooking-steps > .smartbooking-step.smartbooking-is-active:before {
      color: #FFFFFF;
      border: 2px solid #f15a22;
      background: #f15a22;
      margin-bottom: -4.2rem; }
.sb-booking-section .smartbooking-remove-row {
  position: absolute;
  top: 10px;
  right: 17px; }
.sb-booking-section .sb-card-border-margin {
  border: 0px;
  margin: 10px; }
.sb-booking-section .smartbooking-service-name {
  margin: 10px;
  padding: 10px; }
.sb-booking-section .datepicker-inline {
  width: 100%; }
.sb-booking-section .datepicker td, .sb-booking-section .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px !important;
  border: none;
  font-size: 16px !important;
  word-break: unset;
  color: #000000; }
.sb-booking-section .datepicker {
  padding: 15px; }
.sb-booking-section .datepicker table tr td.day {
  color: #000000; }
.sb-booking-section .datepicker table tr td.day.old {
  color: #000000; }
.sb-booking-section .datepicker table tr td.day.new {
  color: #000000; }
.sb-booking-section .datepicker table tr td.disabled, .sb-booking-section .datepicker table tr td.day.disabled {
  background: 0 0;
  color: #dc3545;
  text-decoration: line-through;
  cursor: not-allowed; }
.sb-booking-section .datepicker table tr td.day.active {
  background-image: linear-gradient(to bottom, #f15a22, #f15a22); }
.sb-booking-section .datepicker .next {
  color: #f15a22; }
.sb-booking-section .datepicker .prev {
  color: #f15a22; }
.sb-booking-section .datepicker table tr td.day:focus-visible {
  border: none;
  outline: none; }
.sb-booking-section .datepicker table tr td.day {
  color: #000000; }
.sb-booking-section .smarbooking-not-available {
  color: red; }
.sb-booking-section .sb-weekly-calender-main {
  width: 700px;
  display: flex; }
.sb-booking-section .sb-weekly-calender-main .sb-slider-nav {
  width: 700px; }
@media only screen and (max-width: 600px) {
  .sb-booking-section .sb-weekly-calender-main {
    width: 350px;
    display: flex; }
  .sb-booking-section .sb-weekly-calender-main .sb-slider-nav {
    width: 350px; } }
.sb-booking-section .sb-weekly-calender-main .sb-day-block {
  cursor: pointer;
  width: 100px;
  height: 100px !important;
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CCCCCC;
  padding: 25px;
  text-align: center; }
.sb-booking-section .slick-track {
  display: flex !important; }
.sb-booking-section .slick-slide {
  height: auto; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block .sb-day-of-week {
  color: #464D4B; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block .sb-day-of-week {
  color: #000000; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block .sb-day-text {
  color: #000000; }
.sb-booking-section .sb-expert-for {
  color: #7087A1; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.disabled {
  background: #ebf0f5 0% 0% no-repeat padding-box;
  cursor: not-allowed; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.disabled .sb-day-of-week {
  color: #464D4B; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.disabled .sb-day-text {
  color: #464D4B; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.active {
  background: #f15a22 0% 0% no-repeat padding-box; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.active .sb-day-text {
  color: #FFFFFF; }
.sb-booking-section .sb-weekly-calender-main .sb-day-block.active .sb-day-of-week {
  color: #FFFFFF; }
.sb-booking-section .form-group .required.form-label:after {
  content: " *";
  color: #dc3545; }
.sb-booking-section .smarbooking-icon-mt-top {
  margin-top: 3px; }
.sb-booking-section .select2-container--open .select2-dropdown {
  left: 0; }
.sb-booking-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 49%; }
.sb-booking-section .select2-search__field {
  font-family: 'Poppins'; }
.sb-booking-section .select2-container-multi .select2-choices {
  min-height: 22px;
  width: 100%; }
.sb-booking-section .select2-container-multi .select2-choices {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  cursor: text;
  overflow: hidden;
  background: transparent; }
.sb-booking-section .select2-selection .select2-selection--single {
  width: 230px;
  height: 39px; }
.sb-booking-section .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 6px 12px; }
.sb-booking-section span.select2.select2-container.select2-container--default {
  min-width: 230px; }
.sb-booking-section .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 39px !important;
  user-select: none;
  -webkit-user-select: none; }
.sb-booking-section .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 39px !important;
  width: 40px !important; }
.sb-booking-section .select2-results__options {
  font-family: 'Poppins'; }
.sb-booking-section .select2-results__option .wrap:before {
  font-family: fontAwesome;
  color: #999;
  content: "\f096";
  width: 25px;
  height: 25px;
  padding-right: 10px; }
.sb-booking-section .select2-results__option[aria-selected=true] .wrap:before {
  content: "\f14a";
  color: blue; }
.sb-booking-section .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFFFFF !important; }
.sb-booking-section .select2-results__option {
  color: black !important; }
.sb-booking-section span.select2.select2-container.select2-container--default {
  width: 100% !important; }
.sb-booking-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f15a22 transparent transparent; }
.sb-booking-section #smartbooking-multi-services-list .select2-container .select2-selection--single {
  border-radius: 0px; }

.sb-form-select {
  min-width: 230px; }

.modal-backdrop {
  z-index: -1; }

.smartbooking-login-modal-section .modal-content {
  border-radius: 0.7rem; }
.smartbooking-login-modal-section .modal-header img {
  width: 100px; }
.smartbooking-login-modal-section .modal-title {
  margin-left: auto;
  margin-right: auto; }
.smartbooking-login-modal-section .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 4vh; }
.smartbooking-login-modal-section .modal-footer {
  border-top: none; }
.smartbooking-login-modal-section button:active {
  outline: none; }
.smartbooking-login-modal-section button:focus {
  outline: none; }
.smartbooking-login-modal-section .modal-body {
  text-align: center; }
.smartbooking-login-modal-section .title {
  font-size: 17px;
  color: grey; }
@media (min-height: 768px) and (min-width: 411px) {
  .smartbooking-login-modal-section .title {
    font-size: 20px;
    color: grey; } }
.smartbooking-login-modal-section form {
  padding: 3vh; }
.smartbooking-login-modal-section input {
  outline: none;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  font-family: inherit; }
.smartbooking-login-modal-section .input-group {
  position: relative;
  margin-bottom: 6vh;
  border-bottom: 1px solid rgba(204, 204, 204, 0.459); }
.smartbooking-login-modal-section .input--style-3 {
  font-size: 14px;
  color: #8f8d8d;
  background: transparent; }
.smartbooking-login-modal-section .input--style-3::-webkit-input-placeholder {
  color: #8f8d8d; }
.smartbooking-login-modal-section .input--style-3:-moz-placeholder {
  color: #ccc;
  opacity: 1; }
.smartbooking-login-modal-section .input--style-3::-moz-placeholder {
  color: #ccc;
  opacity: 1; }
.smartbooking-login-modal-section .input--style-3:-ms-input-placeholder {
  color: #ccc; }
.smartbooking-login-modal-section .btn {
  display: inline-block;
  line-height: 42px;
  padding: 0 33px;
  font-family: Poppins;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  width: 100%; }
.smartbooking-login-modal-section .btn--pill {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 30px;
  border: 2px solid; }
.smartbooking-login-modal-section .btn--green {
  background: transparent;
  border-color: #65d849;
  color: #65d849;
  font-size: 12px;
  padding: 0; }
@media (max-width: 768px) {
  .smartbooking-login-modal-section .btn--green {
    font-size: 8px; } }
.smartbooking-login-modal-section .btn--green img {
  height: 15px;
  width: 15px; }
.smartbooking-login-modal-section .btn--signin {
  background: #ccc;
  color: #6d6b6b;
  font-size: 13px;
  border-color: #ccc;
  margin-bottom: 3vh; }
.smartbooking-login-modal-section .btn-default {
  margin-bottom: 3vh; }
.smartbooking-login-modal-section .extra {
  padding-bottom: 4vh;
  color: #8f8d8d;
  font-size: 13px; }
.smartbooking-login-modal-section .extra a {
  color: #8f8d8d;
  font-size: 13px; }
.smartbooking-login-modal-section .col {
  padding: 2vh 10px 4vh; }
.smartbooking-login-modal-section .new {
  padding-bottom: 0; }
.smartbooking-login-modal-section .btn-primary {
  width: 40%;
  margin: 30%; }
.smartbooking-login-modal-section .btn:focus {
  box-shadow: none;
  outline: none; }

.select2-container--default .select2-results__group {
  background: #EBF0F5;
  color: #000000; }

.select2-container--default .select2-results__option .select2-results__option {
  color: #000000; }

.sb-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23f15a22' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem; }

.shepherd-content {
  border-radius: 5px;
  outline: none;
  padding: 0; }

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible; }

.shepherd-element, .shepherd-header, .shepherd-footer {
  border-radius: 0; }

.shepherd-element {
  border: solid 1px #7087A1;
  background: #7087A1; }

shepherd-footer {
  padding: 0; }

.shepherd-element, .shepherd-header, .shepherd-footer {
  border-radius: 0; }

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box; }

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.75rem 0.75rem; }

.shepherd-text {
  font-size: 1.2rem;
  padding: 2rem; }

.shepherd-element, .shepherd-element *, .shepherd-element :after, .shepherd-element :before {
  box-sizing: border-box; }

.shepherd-text {
  color: #FFFFFF;
  font-size: 0.6rem;
  line-height: 1.3em;
  padding: .75em; }

.shepherd-arrow:before {
  content: "";
  transform: rotate(45deg);
  background: #7087A1; }
  .service-card .form-group{
      text-align:left;
  }
.service-card .label-select {
    color: #000;
    text-align: left;
    font-size: 13px;
    margin:0;
}
/*# sourceMappingURL=booking.css.map */
