body {
  font-family: "Avenir LT Std";
}

.page-title {
  font-family: "Avenir LT Std";
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  padding-top: 20px;
}

.side-navbar ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.side-navbar ul {
  position: relative;
  clear: both;
  /*overflow: hidden;*/
  margin: 20px 0 0 0;
  padding: 0;
}

.side-navbar ul li a {
  margin: 0;
  float: left;
  cursor: pointer;
}

.side-navbar ul li.active a {
  color: #000;
}

.calendar span,
.notification-new span,
.styles span,
.stylists span,
.employee span,
.statistics span,
.settings span,
.ratingss span,
.not-icon span,
.user-icon span {
  padding-left: 70px;
  clear: both;
  overflow: hidden;
}

.calendar {
  background: url(../img/icons/calendar.svg) 0 0 no-repeat;
  height: 25px;
}

.calendar:hover {
  background: url(../img/icons/calendar-act.svg) 0 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.calendar {
  background: url(../img/icons/calendar-act.svg) 0 0 no-repeat;
  height: 25px;
}

.notification-new {
  background: url(../img/icons/bell.png) 0 0 no-repeat;
  height: 25px;
}

.notification-new:hover {
  background: url(../img/icons/bell-act.png) 0 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.notification-new {
  background: url(../img/icons/bell-act.png) 0 0 no-repeat;
  height: 25px;
}

.styles {
  background: url(../img/icons/styles.svg) 0 0 no-repeat;
  height: 30px;
}

.styles:hover {
  background: url(../img/icons/styles-act.svg) 0 0 no-repeat;
  height: 30px;
}

.side-navbar ul li.active a.styles {
  background: url(../img/icons/styles-act.svg) 0 0 no-repeat;
  height: 30px;
}

.side-navbar a li.active a.notifications {
  background: url(../img/icons/bell-act.svg) 0 0 no-repeat;
  height: 30px;
}

.stylists {
  background: url(../img/icons/stylists.svg) 0 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.stylists {
  background: url(../img/icons/stylists-act.svg) 0 0 no-repeat;
}

.stylists:hover {
  background: url(../img/icons/stylists-act.svg) 0 0 no-repeat;
}

.employee {
  background: url(../img/icons/employee.svg) 0 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.employee {
  background: url(../img/icons/employee-act.svg) 0 0 no-repeat;
}

.employee:hover {
  background: url(../img/icons/employee-act.svg) 0 0 no-repeat;
}

.statistics {
  background: url(../img/icons/statistics.svg) 10px 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.statistics {
  background: url(../img/icons/statistics-act.svg) 10px 0 no-repeat;
}

.statistics:hover {
  background: url(../img/icons/statistics-act.svg) 10px 0 no-repeat;
}

.not-icon {
  background: url(../img/icons/bell.svg) 15px 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.not-icon {
  background: url(../img/icons/bell-act.svg) 15px 0 no-repeat;
}

.not-icon:hover {
  background: url(../img/icons/bell-act.svg) 15px 0 no-repeat;
  height: 25px;
}

.settings {
  background: url(../img/icons/settings.svg) 15px 0 no-repeat;
  height: 25px;
}

.side-navbar ul li.active a.settings {
  background: url(../img/icons/settings-act.svg) 15px 0 no-repeat;
}

.settings:hover {
  background: url(../img/icons/settings-act.svg) 15px 0 no-repeat;
}

.ratingss {
  background: url(../img/icons/rating.png) 15px 2px no-repeat;
}

.side-navbar ul li.active a.ratingss {
  background: url(../img/icons/rating-act.png) 10px 2px no-repeat;
}

.ratingss:hover {
  background: url(../img/icons/rating-act.png) 10px 2px no-repeat;
}

.user-icon {
  background: url(../img/icons/user.svg) 0 0 no-repeat;
  height: 30px;
}

.user-navbar ul li.active a.user-icon {
  background: url(../img/icons/user-act.svg) 25px 0 no-repeat;
}

.user-icon:hover {
  background: url(../img/icons/user-act.svg) 0 0 no-repeat;
  height: 30px;
}

.img-title,
.custom-title {
  color: #1a1919;
  font-family: "Avenir LT Std";
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding-top: 7px;
  text-transform: uppercase;
}

.custom-title {
  color: #1a1919;
  font-family: "Avenir LT Std";
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.relative {
  position: relative;
  cursor: pointer;
}

.relative:hover .absolute {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.3s;
}

.absolute {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
}

.empty-spacer {
  margin-top: 95px;
}

img.object-fit {
  object-fit: cover;
  width: 180px;
  height: 270px;
}

label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-control {
  outline: 0 !important;
}

::placeholder {
  color: #726e6e;
  font-size: 16px;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #726e6e;
  font-size: 16px;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #726e6e;
  font-size: 16px;
  font-weight: 500;
}

.ml10 {
  margin-left: 30px !important;
}

/* .topmain-bg {
    width: 100%;
    height: 100vh;
    background: url("../img/home-banner.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
} */

/* Product Detail Page */

.product-detail {
  margin-top: 15px;
}

.product-detail .title,
.modal-label {
  color: #1a1919;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-detail .desc {
  color: #1a1919;
  font-family: "Avenir LT Std";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
}

.product-detail .para {
  color: #1a1919;
  font-family: "Avenir LT Std";
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
}

.product-detail .badge-tag {
  background-color: #d8d8d8;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 25px;
  padding: 7px 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 5px;
  display: inline-block;
}

.product-detail .abs {
  position: absolute;
  top: 0px;
  right: 15px;
}

.confirm-you {
  color: #1a1919;
  font-family: "Avenir LT Std";
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
  text-align: center;
}

button.yes-btn {
  background: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #3b3a3a;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 15px;
  width: 200px;
  height: 40px;
}

button.no-btn,
button.custom-btn {
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #3b3a3a;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 6px 15px;
  width: 200px;
  height: 40px;
}

button.no-btn:hover,
button.custom-btn:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

a.btns {
  box-sizing: border-box;
  padding: 6px 15px;
  width: 200px;
  height: 40px;
  border: 1px solid #3b3a3a;
  color: #231f20;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

a.btns:hover {
  background: #000;
  color: #fff;
}

.product-detail .pb-15 {
  padding-bottom: 15px;
}

.product-detail .dis-blk {
  display: inline-block;
}

.imagePreview {
  width: 100%;
  height: 260px;
  background: #ebebeb url(../img/cover-photo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid #3b3a3a;
  background-position: 50% 50%;
}

.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}

.imgUp {
  margin-bottom: 15px;
}

.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4bd7ef;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
}

.border-box {
  border: 1px solid #9d9e9d;
  /* clear: both;
    overflow: hidden; */
}

/* statistics */

.statistics-page .box-border {
  border: 1px solid #979797;
  background-color: #ffffff;
  padding: 15px;
  position: relative;
}

.employee-box {
  border: 1px solid #979797;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.statistics-page .graph-title {
  color: #1a1919;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  padding: 12px 0;
}

.statistics-page .value {
  color: #50c2c6;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
}

.statistics-page .value-star {
  color: #50c2c6;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 6px;
}

.position {
  position: absolute;
  top: 10px;
}

/* Select Dropdown */

.styled-select {
  border: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

.styled-select select {
  width: 100%;
}

select:focus {
  outline: 0;
}

.styled-select select {
  background: #fff;
  border: 1px solid #3b3a3a;
  -webkit-appearance: none;
  color: #726e6e;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  height: 45px;
  border-radius: 0;
  text-transform: none;
}

.fa.fa-angle-down {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 24px;
  color: #9d9e9d;
}

input,
textarea {
  border: 1px solid #3b3a3a;
  width: 100%;
  outline: 0;
  padding: 5px 10px;
  height: 45px;
}

input,
textarea {
  border: 1px solid #3b3a3a;
  width: 100%;
  outline: 0;
  padding-left: 10px;
}

textarea {
  height: 60px;
}

.uppercase {
  text-transform: uppercase;
}

img.border-radius {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.activated {
  color: #61ba0e;
  text-transform: uppercase;
}

.inactivated {
  color: #ada8a8;
  text-transform: uppercase;
}

/* Stock page */

button.order-btn {
  box-sizing: border-box;
  padding: 3px 12px;
  background: #fff;
  height: 40px;
  border: 1px solid #3b3a3a;
  color: #231f20;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 31px;
}

button.order-btn:hover {
  background: #000;
  color: #fff;
}

.borderBox {
  padding: 3px 12px;
  background: #fff;
  font-size: 14px;
  height: 40px;
  border: 1px solid #3b3a3a;
  display: inline-block;
  line-height: 32px;
  margin-right: 10px;
}

.sky-bg {
  background: #b3e4e6;
}

.profile-box {
  border: 1px solid #3b3a3a;
  padding: 8px;
}

/* Checkbox */

.chk-box {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  margin-right: 10px;
  width: 160px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chk-box.width135 {
  width: 135px;
}

.chk-box.widthat {
  width: auto;
}

label.chk-box {
  font-weight: 500 !important;
}

.chk-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chk-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 2px solid #787878;
}

.chk-box:hover input ~ .checkmark {
  background-color: #fff;
}

.chk-box input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #5bc3c7;
}

.chk-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-box input:checked ~ .checkmark:after {
  display: block;
}

.chk-box .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border: solid #5bc3c7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Notifications */

.notifications {
  width: 400px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 63px;
  right: 62px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #979797;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.notifications h2 {
  color: #03203b;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

.notifications h2 span {
  color: #f00;
}

.notifications-item {
  display: flex;
  /* border-bottom: 1px solid #eee;*/
  padding: 6px 9px;
  margin-bottom: 0px;
  cursor: pointer;
}

.notifications-item:hover {
  background-color: #eee;
}

.notifications-item img {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 9px;
  border-radius: 50%;
  margin-top: 2px;
}

.notifications-item .text h4 {
  color: #141313;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  float: left;
}

.notifications-item .text p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 18px;
  color: #000;
}

.mr-space {
  margin-right: 10px;
}

.border-yellow {
  border: 0.5px solid #ffd026;
  background-color: #ffffff;
  margin: 10px 10px 0px 10px;
}

.border-red {
  border: 0.5px solid #ff2626;
  background-color: #ffffff;
  margin: 10px 10px 10px 10px;
}

.border-green {
  border: 0.5px solid greenyellow;
  background-color: #ffffff;
  margin: 10px 10px 10px 10px;
}

.text span.date {
  float: right;
  opacity: 0.75;
  color: #141313;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}

/* Tabs Card */

.tab-card {
  border: 0;
}

.tab-card-header {
  background: none;
}

.tab-content {
  border: 0;
}

.card-header-tabs {
  border-bottom: 1px solid #979797;
}

.tab-card-header > .nav-tabs {
  margin: 0px;
}

.tab-card-header > .nav-tabs > li {
  width: 33%;
  text-align: center;
}

.manage-gen .tab-card-header > .nav-tabs > li {
  width: 25%;
  text-align: center;
}

.tab-card-header .nav-tabs li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
}

.tab-card-header > .nav-tabs > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  margin-right: 0;
  color: #737373;
  padding: 2px 15px;
}

.tab-card-header .nav-tabs li a.active {
  border-bottom: 3px solid #1a1919;
  padding-bottom: 8px;
  color: #1a1919;
}

.tab-card-header > .nav-tabs > li > a:hover {
  color: #1a1919;
  padding-bottom: 8px;
  border-bottom: 3px solid #1a1919;
}

.tab-card-header > .tab-content {
  padding-bottom: 0;
}

.fl-none {
  float: none;
}

.txt-right {
  text-align: right;
}

/* Toggle sWitch Button */

.switchbuttons .switch {
  position: relative;
  right: -8px;
  display: inline-block;
  width: 52px;
  height: 24px;
}

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

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

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

.switchbuttons input:checked + .slider {
  background-color: #50c2c6;
}

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

.switchbuttons input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.switchbuttons .slider.round {
  border-radius: 34px;
}

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

/* Footer */

footer.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  background-color: #000;
  border-top: 1px solid #9d9e9d;
  color: #fff;
  font-size: 14px;
  font-family: "Avenir LT Std";
}

/* Ratings */

.ratingstitle {
  color: #1a1919;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  padding-bottom: 10px;
}

.ratings {
  clear: both;
  overflow: hidden;
  width: 210px;
  margin: 0 auto;
  justify-content: center;
}

.ratings .rating {
  border: none;
  float: left;
}

.ratings .myratings {
  font-size: 15px;
  font-weight: bold;
  color: #50c2c6;
  float: right;
}

.ratings .rating > [id^="star"] {
  display: none;
}

.ratings .rating > label:before {
  margin: 0 4px;
  font-size: 2.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.ratings .rating > .half:before {
  content: "\f089";
  position: absolute;
}

.ratings .rating > label {
  color: #ddd;
  float: right;
  font-size: 10px !important;
}

.ratings .rating > [id^="star"]:checked ~ label,
.ratings .rating:not(:checked) > label:hover,
.ratings .rating:not(:checked) > label:hover ~ label {
  color: #50c2c6;
}

.ratings .rating > [id^="star"]:checked + label:hover,
.ratings .rating > [id^="star"]:checked ~ label:hover,
.ratings .rating > label:hover ~ [id^="star"]:checked ~ label,
.ratings .rating > [id^="star"]:checked ~ label:hover ~ label {
  color: #50c2c6;
}

.ratings .reset-option {
  display: none;
}

.ratings .reset-button {
  margin: 6px 12px;
  background-color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.checked {
  color: #50c2c6;
}

.unchecked {
  color: #666;
}

.review-user {
  color: #1a1919;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

/* */

.blk-border {
  border: 1px solid #3b3a3a;
}

.border-dotted {
  border: 1px dashed #3b3a3a;
}

.avatar-upload {
  position: relative;
  top: 0px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: auto;
  z-index: 1;
  bottom: 0;
  left: auto;
  width: 100%;
  right: auto;
  height: 100%;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.avatar-upload .avatar-preview {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 0;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  /*width: 100%;
    height: 100%;*/
  margin: 0 auto;
  width: 50%;
  height: 50%;
  margin-top: 30px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.userlogin {
  position: relative;
}

.profile-div {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  width: 360px;
  position: absolute;
  left: 500px;
  margin-top: 40px;
  border-radius: 5px;
  display: flex ;
  flex-direction: column;
}

.user-option:hover {
    background-color: whitesmoke;
}

.notify {
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  width: 420px;
  position: absolute;
  left: 440px;
  top: 45px;
  border-radius: 5px;
  overflow-y: scroll;
  height: 235px;
}

.notify-title {
  font-family: "Avenir-Heavy";
  margin-left: 12px;
}

/* UPLOAD PHOTO */

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.uploader label {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #3b3a3a;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.uploader label:hover {
  border-color: #5a7684;
}

.uploader label.hover {
  border: 2px solid #5a7684;
  box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}

.uploader #start {
  float: left;
  clear: both;
  width: 100%;
  height: 190px;
  padding-top: 45px;
  cursor: pointer;
  background: #f9f9f9;
}

.uploader #start.hidden {
  display: none;
}

.uploader #start i.fa {
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.uploader #response {
  float: left;
  clear: both;
  width: 100%;
  display: none;
}

.uploader #response.hidden {
  display: none;
}

.uploader #response #messages {
  margin-bottom: 0.5rem;
}

.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: 180px;
  width: 100%;
  margin-bottom: 0;
  object-fit: contain;
}

.uploader #file-image.hidden {
  display: none;
}

.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.uploader #notimage.hidden {
  display: none;
}

.uploader input[type="file"] {
  display: none;
}

.uploader div {
  color: #000;
}

.uploader .btn {
  background: none;
  display: inline-block;
  box-shadow: none;
  clear: both;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  outline: none;
  color: #000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 20px;
}

/* pop over */

.fixed-top {
  z-index: 9999 !important;
}

.popover {
  display: inline-block;
  position: relative;
  border: 0;
  max-width: 100% !important;
  border-radius: 0 !important;
}

.popover__menu {
  width: 280px !important;
  height: auto;
  background: #cbcccb;
  padding: 20px;
  list-style-type: none;
  /*margin: 8px 0;*/
  /*min-width: 100%;*/
  padding: 0.5rem 0;
  position: absolute;
  left: 147px;
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transform: scale(0.9);
  transform-origin: top left;
  display: block;
  z-index: 1;
  /*opacity: 0;*/
}

.popover__menu2 {
  width: 280px !important;
  height: auto;
  background: #cbcccb;
  padding: 20px;
  list-style-type: none;
  /*margin: 8px 0;*/
  /*min-width: 100%;*/
  padding: 0.5rem 0;
  position: absolute;
  left: 39px;
  transition-property: transform, opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
  transform: scale(0.9);
  transform-origin: top left;
  display: block;
  z-index: 1;
  /*opacity: 0;*/
}

.popover__menu:after {
  bottom: 100%;
  left: 0.5rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #cbcccb;
  border-width: 7px;
}

/* .popover__menu2-item {
    /*white-space: nowrap;*/

/* }
.popover__menu-item {
    /*white-space: nowrap;*/

/* } */

*/ */ .popover__menu-item button {
  border: 0;
  border-radius: 0;
  width: 100%;
  text-align: left;
}

.popover__menu-item button:hover,
.popover__menu-item button:focus {
  background-color: #f1f1f1;
}

.popover--active .popover__menu {
  transform: scale(1);
  display: block;
  opacity: 1;
}

/**/

/*.popover_data {
    width: 280px;
    height: auto;
    background: #cbcccb;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    z-index: 9;
}

.popover_data2 {
    width: 280px;
    height: auto;
    background: #cbcccb;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 200px;
    right: 0;
    z-index: 99999;
}

.left-arrow {
    background: url(/img/left-arrow.png) left top no-repeat;
    height: 27px;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 30px;
}*/

.inner-button a {
  background: #fff;
  cursor: pointer;
  font-size: 17px;
  color: #aaa;
  padding: 8px 15px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.calender-month-box {
  border: 1px solid black;
  text-align: center;
  padding: 0px;
  margin-right: -1px;
  width: 13.5%;
  height: 80px;
  margin-top: -1px;
}

.calander-date {
  font-weight: bold;
  font-size: 17px;
  margin-top: 20%;
  margin-right: -70%;
}

.revenue {
  color: #50c2c6;
  font-weight: bold;
  font-size: x-large;
}

/* */

.accordion-single {
  margin-top: 5px;
}

.accordion-single-title {
  padding: 8px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
}

.accordion-single-title::after {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 13px;
  height: 13px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: translateY(-50%) rotate(135deg);
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content {
  max-height: 240px;
}

.accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.pad-r-none {
  padding-right: 0;
}

.pad-l-none {
  padding-left: 0;
  margin-left: -1px;
}

/* Calendar */

.green-bg,
.gery-bg {
  font-size: 20px;
  display: inline-block;
  color: #1a1919;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  padding: 3px 10px;
  margin-left: 0;
}

.green-bg {
  background-color: #cdedee;
}

.gery-bg {
  background-color: #cbcccb;
}

.table-bordered td.left {
  border-left: 0 !important;
}

.table-bordered td.right {
  border-right: 0 !important;
}

.this-week .table-bordered {
  border-left: 0 !important;
  border: 0;
}

.hours-pos {
  position: absolute;
  left: 0;
  font-size: 11px;
  margin-top: -25px;
}

.sm-font {
  color: #1a1919;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 19px;
}

.td-green {
  width: 174px;
  margin: 0 auto;
  background-color: #50c2c6;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 33px;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #979797;
}

.slot-btn {
  border: 1px solid #cbcccb;
  padding: 2%;
  width: 165px;
}

.month-slot-btn {
  border: 1px solid #cbcccb;
  width: 165px;
  height: 100px;
}

.sky-blue {
  background-color: #ccedee;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  /*width: 1506px;*/
  width: 100%;
  padding: 2px 5px;
  border-radius: 3px;
  /*border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
}

.sky-blues {
  background-color: #ccedee;
  display: inline-block;
  color: #000000;
  padding: 1px 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.hours {
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 40px;
  width: 40px;
  float: left;
}

.today-list li {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

ul.today-list {
  margin: 0;
  padding: 0;
}

ul.today-list li {
  list-style-type: none;
}

.paid {
  color: #ff0000;
}

.red-circle {
  background: #ff0000;
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 3px;
}

.dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.btn-light {
  color: #2cdd9b;
  background-color: #e5f7f0;
  border-color: #d8f7eb;
}

.form-control.custom-select {
  background-image: url("../img/arrowDown.png");
  background-size: 13px;
  border-color: #000000;
  border: 1;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, 0.1);
}

/**/

@media (max-width: 767px) {
  .pad-r-none {
    padding-right: 15px;
  }
  .pad-l-none {
    padding-left: 15px;
    margin-left: 0;
  }
  .mb-none {
    display: none;
  }
}

/**/

.select-box .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-box .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-box .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #979797;
  color: #1a1919;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-box .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #1a1919 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}

.select-box .select-styled:hover {
  background-color: #fff;
}

.select-box .select-styled:active,
.select-box .select-styled.active {
  background-color: #fff;
  color: #1a1919;
}

.select-box .select-styled:active:after,
.select-box .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #1a1919 transparent;
}

.select-box .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  color: #1a1919;
  border: 1px solid #979797;
}

.select-box .select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #979797;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-box .select-options li:hover,
.select-box .select-options li.is-selected {
  color: #000;
  background: #fff;
}

.select-box .select-options li[rel="hide"] {
  display: none;
}

.float-none {
  float: none;
  margin: 0 auto;
}
