body {
    font-family: 'Avenir LT Std';
}
.ENABLE{
    color: #61BA0E;
    font-weight: bold;
}
.DISABLE{
    color: red;
    font-weight: bold;
}
.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,
.styles span,
.stylists span,
.employee span,
.statistics span,
.settings span,
.ratingss span {
  padding-left: 70px;
  clear: both;
  overflow: hidden;
}

.calendar {
  background: url(../img/icons/calendar.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;
}

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

.styles {
  background: url(../img/icons/styles.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;
}

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

.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;
}

.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;
}*/

.img-title,
.custom-title {
    color: #1A1919;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding-top: 7px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.custom-title {
    color: #1A1919;
    font-family: 'Avenir LT Std';
    font-size: 20px;
    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: 100%;
    height: 270px;
}

.img-fit {
    /*object-fit: cover;*/
    width: 100%;
    height: 270px;
    object-fit: cover;
}

option.select-hr {
    border-bottom: 1px dotted #000;
}

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

::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;
}


/* product-detail page */

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

.product-detail .title,
.modal-label {
    color: #1A1919;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 25px;
    text-transform: uppercase;
}

.product-detail .desc {
    color: #1A1919;
    font-family: 'Avenir LT Std';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    word-break: break-all;
}

.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;
    word-break: break-all;
}

.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 !important;
}

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

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

.imagePreview {
    width: 100%;
    height: 260px;
    background: url(../img/placeholder.gif);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid #3B3A3A;
}

.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;
}


/* 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: .8;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
}

.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;
}

signupinput,
textarea {
    border: 1px solid #3B3A3A;
    width: 100%;
    outline: 0;
    height: 30px;
}

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;
}


/* Checkbox */

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

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: 2px;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 3px solid #787878;
    border-radius: 3px;
}

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

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

.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 {
    width: 300px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 63px;
    right: 62px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    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: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}

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


/* 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';
}

.input-tel__label {
    color: transparent !important;
}

.country-selector__country-flag {
    top: 14px !important;
}

.country-selector__toggle {
    top: calc(44% - 10px) !important;
}

.input-tel__input,
.country-selector__input {
    padding-top: 0px !important;
}

select option {
    background: url('/img/bottom-line.png') center bottom no-repeat;
    height: 1px;
}

span.btn-styles {
    background: rgba(255, 255, 255, 0.7);
    display: inline-block;
    border-radius: 3px;
    padding: 3px 20px;
    max-width: 150px;
    margin: 0 10px;
    height: 36px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}