/* 
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; }

.sb-client-login-section {
  max-width: 100% !important;
  font-family: "Poppins" !important;
  /* Switch Primary */ }
  .sb-client-login-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-client-login-section .card {
    background-color: #FFFFFF9E;
    border-radius: 15px;
    border-bottom: 10px solid #f15a22; }
  .sb-client-login-section .border-radius-25 {
    border-radius: 0.25rem; }
  .sb-client-login-section a.btn {
    text-decoration: none; }
  .sb-client-login-section .btn-block + .btn-block {
    margin-top: 0; }
  .sb-client-login-section .form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    padding: 7px 10px;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1 px solid #CED4DA;
    border-radius: 0.25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .sb-client-login-section label.error {
    color: #dc3545; }
  .sb-client-login-section .intl-tel-input {
    width: 100%; }
  .sb-client-login-section .sb-btn-default {
    font-size: 16px; }
  .sb-client-login-section .sb-btn-secondary {
    color: #000000;
    font-size: 16px; }
  .sb-client-login-section .form-outline .required.form-label:after {
    content: " *";
    color: #dc3545; }
  .sb-client-login-section .sb-create-account-heading {
    font-size: 22px;
    font-family: "Poppins" !important;
    color: #f15a22; }
  .sb-client-login-section .sb-erros-col-md-12 {
    border-radius: 10px;
    margin: 10px; }
  .sb-client-login-section .checkbox.checbox-switch {
    padding-left: 0; }
  .sb-client-login-section .checkbox.checbox-switch label,
  .sb-client-login-section .checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0; }
  .sb-client-login-section .checkbox.checbox-switch label input,
  .sb-client-login-section .checkbox-inline.checbox-switch input {
    display: none; }
  .sb-client-login-section .checkbox.checbox-switch label span,
  .sb-client-login-section .checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 16px;
    border: 1px solid #DBDBDB;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: #dfdfdf 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .sb-client-login-section .checkbox.checbox-switch label span:before,
  .sb-client-login-section .checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: white;
    content: " ";
    top: 0;
    position: relative;
    left: 0px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    top: -2px; }
  .sb-client-login-section .checkbox.checbox-switch label > input:checked + span:before,
  .sb-client-login-section .checkbox-inline.checbox-switch > input:checked + span:before {
    left: 16px;
    top: -2px; }
  .sb-client-login-section .checkbox.checbox-switch.switch-success label > input:checked + span,
  .sb-client-login-section .checkbox-inline.checbox-switch.switch-success > input:checked + span {
    background-color: #3dd900;
    border-color: #3dd900;
    /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s; }
  .sb-client-login-section .checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
  .sb-client-login-section .checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: #dc3545;
    border-color: #dc3545;
    /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s; }
  .sb-client-login-section .sb-toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
    position: relative; }
  .sb-client-login-section .smartbooking-forget-pass {
    text-decoration: none !important;
    font-size: 12px; }

/*# sourceMappingURL=login.css.map */
