@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700&display=swap');

/* CSS Document */

.box-titles {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 900;
}

.lg-fonts {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 44px;
}

.style-images {
    position: relative;
    display: inline-block;
    width: 20px;
    z-index: 1;
    height: 140px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    background: url(../images/upload-img.png) right top no-repeat;
}

.shadow-btm {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
    padding: 15px 20px;
    background: #fff;
}

.has-search .form-control {
    padding-left: 32px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 20px;
    padding-top: 2px;
}

body.modal-open {
    padding-right: 0!important;
    overflow-y: scroll;
}

img.logowid {
    width: 60%;
    object-fit: contain;
}

.theme-border {
    border: 2px solid #000000;
}

.wid100 {
    width: 100% !important;
    display: inline-block;
}

.fl {
    float: left
}

.fr {
    float: right
}

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

.fnt13 {
    font-size: 13px;
    padding-top: 5px;
}

.font16 {
    font-size: 18px;
    font-weight: 500
}

.font17 {
    font-size: 17px;
    line-height: 22px;
}

.md-bld {
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
}

.lg-bld {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.st-active {
    color: #4ad395 !important;
    text-shadow: 1px 1px 1px #ddd;
}

.st-pending {
    color: #FFCD58 !important;
    text-shadow: 1px 1px 1px #ddd;
}

.st-cancel {
    color: #d11a2a !important;
    text-shadow: 1px 1px 1px #ddd;
}

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

.changePic {
    background: #000;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 0px 25px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    line-height: 22px;
    height: 24px;
}

.stylePic {
    cursor: pointer;
    position: relative;
    bottom: 23px;
    left: 132px;
    line-height: 24px;
}

.img-width {
    border: 0;
    padding: 0;
    width: 220px;
    /*height: 220px;*/
    object-fit: contain;
}

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


/* Dashboard */

.dashboard-page .black-box {
    position: relative;
    border-radius: 10px;
    background: #000;
    /*height: 120px;*/
    padding: 23px 0;
}

.dashboard-page .title {
    color: #A4A4A4;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}

.dashboard-page .count {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.dashboard-page .mt30 {
    margin-top: 35px;
}

.brd-right {
    justify-content: center;
    align-items: center;
    border-right: 1px dotted #A4A4A4;
}

.pos-abs {
    position: absolute;
    top: 5px;
    left: 10px
}

.pos-abs1 {
    position: absolute;
    top: -15px;
    left: 25px;
}


/* Add Salon */

.imagePreview {
    width: 100%;
    height: 260px;
    background: #ebebeb url(../images/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;
}

.blk-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.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 {
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 30px;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.border-none {
    border: 0;
}


/* CMS */

.cms-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.relative {
    position: relative;
}

.pos-top {
    position: absolute;
    top: 0;
    right: 0
}


/* Select Dropdown */

.styled-select {
    border: 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    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 #ced4da;
    -webkit-appearance: none;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    height: 43px;
    font-family: 'Avenir LT Std', sans-serif;
    border-radius: 3px;
}

.bx.bx-chevron-down {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 24px;
    color: #aaa;
}

.digit-group input {
    width: 60px;
    height: 45px;
    background: none;
    line-height: 50px;
    /* text-align: center; */
    font-size: 24px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-weight: 500;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    /* float: left; */
}

.gery-bg {
    background: #eee;
    border-radius: 4px;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
    border: 1px solid #ddd;
    padding: 20px 0;
}

.nav.nav-pills {
    border-bottom: 1px solid #dee2e6;
}

.nav.nav-pills li.nav-item {
    padding-right: 25px;
}

.nav.nav-pills li.nav-item a {
    padding-bottom: 7px;
    color: #74798C;
    font-size: 17px;
    line-height: 20px;
}

.filter {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.lg-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.font24 {
    font-size: 24px;
}

td,
th {
    vertical-align: top !important;
}


/* Button */

button.login-btn {
    background: #fff;
    border: 1px solid #ffcd58;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 22px;
    margin-right: 20px;
}

button.login-btn:hover {
    background: #ffcd58;
    color: #fff;
}

button.border-btn {
    background: #fff;
    border: 1px solid #000000;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px;
    line-height: 1.5;
    border-radius: 2px;
    margin-right: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.border-btn:hover {
    background: #000000;
    color: #fff;
}

button.fill-btn,
a.fill-btn {
    text-transform: none;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-weight: 500;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 15px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.fill-btn:hover,
a.fill-btn:hover {
    background: #000;
    border: 1px solid #000000;
    color: #fff;
}

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

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: 75px;
}

.entry-content h3 {
    font-weight: 500;
    font-size: 20px;
}

.entry-content ul li {
    padding-bottom: 12px;
}

.brd-circle {
    border: 1px solid #ff0000;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 13px;
}

.brd-circle a {
    color: #ff0000;
    font-size: 17px;
    line-height: 16px;
    display: inherit;
    cursor: pointer;
}

.error {
    color: #ff0000 !important
}

.preview-images-zone {
    width: 100%;
    position: relative;
    overflow: auto;
}

.preview-images-zone>.preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

.preview-images-zone>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.preview-image:hover>.image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover>.tools-edit-image,
.preview-image:hover>.image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/**/


/* Login Bg */

.login-bg {
    background: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.login-bg .forms input.inputs {
    background: none;
    border-bottom: 1px solid #fff !important;
    border: 0;
    width: 100%;
    outline: 0;
    color: #fff;
    margin-bottom: 10px;
}

.login-bg .forms input::placeholder {
    color: #fff;
    opacity: 1;
}

.login-bg .forms input:-ms-input-placeholder {
    color: #fff;
}

.login-bg .forms input::-ms-input-placeholder {
    color: #fff;
}

.login-bg button.submit-btn {
    background: #fff;
    color: #000;
    text-align: center;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.login-bg button.submit-btn:hover {
    background: #B2E4E6;
}

.login-bg .inputfield {
    border: 1px solid #3B3A3A;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 3px;
    outline: 0
}

.login-bg .forgot-ps {
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-bg .enter-your {
    text-transform: uppercase;
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-bg .verification {
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

button.send-btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    height: 40px;
    width: 130px;
    margin: 0 auto;
    border-radius: 3px;
    text-transform: uppercase;
}

.posAbs {
    position: absolute;
    top: 0;
    left: 15px;
}

.digit-group input {
    width: 60px;
    height: 50px;
    border: 1px solid #3B3A3A;
    border-radius: 3px;
    color: #3B3A3A;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Avenir LT Std';
    font-weight: 200;
    margin: 0 5px;
    outline: 0;
    position: relative;
    z-index: 99;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

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

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #000000;
    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%;
}

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

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

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

.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: auto;
    max-width: 180px;
}

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

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

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

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.mx-input {
    height: 43px !important;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #000000 0%, #000000 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #000000 0%, #000000 50%);
    border-radius: 4px;
}

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

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #000000;
    border-color: #000000;
    cursor: pointer;
}


/* Accordion */

.accordion .card {
    border: none;
    margin-bottom: 15px;
}

.accordion span {
    background: url(../images/arrow-up.webp) no-repeat calc(100% - 5px) center;
    background-size: 20px;
    font-size: 18px;
    padding: 16px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}

.accordion span.collapsed {
    background: url(../images/arrow-down.webp) no-repeat calc(100% - 5px) center;
    background-size: 20px;
    font-size: 18px;
    padding: 16px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.panel-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
}

.toggle-btns {
    display: inline-block;
    float: right;
}

.toggle-btns a.manage-tags,
.toggle-btns button.manage-tags,
.toggle-btns a.delete {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 2px;
}

.toggle-btns a.manage-tags,
.toggle-btns button.manage-tags {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.toggle-btns a.delete {
    background: #fff;
    border: 1px solid #FE0000;
    color: #FE0000;
}

.p3s {
    padding: 0 16px 16px 16px !important;
}

.review-page strong {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.review-page span {
    font-weight: 500;
    color: #666;
    opacity: 0.6;
    font-size: 14px;
}

.review-page a {
    color: #0022FF;
}

.service-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

a.add-new-tag-btn {
    border: 1px solid #000;
    color: #000;
    font-weight: 500 !important;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
}

.dis-block a {
    display: inline-block;
}

.tag-border {
    color: #000;
    font-weight: 14px;
    border: 1px dotted #000;
    padding: 3px 7px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 1px;
}

.font18 {
    font-weight: 500;
    font-size: 17px;
}

.font20 {
    font-weight: 600;
    font-size: 18px;
}

.font14 {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}

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


/* MEDIA */

@media(max-width:767px) {
    .txt-right {
        text-align: left;
    }
    .mb15 {
        margin-bottom: 15px;
    }
    .mb25 {
        margin-bottom: 25px;
    }
    .mt15 {
        margin-top: 15px;
    }
    .mt10 {
        margin-top: 10px;
    }
    .pt15 {
        padding-top: 15px;
    }
    a.view-detail-btn {
        margin-top: 10px;
        display: inline-block;
    }
    a.link-btn {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .none {
        display: none;
    }
    .nav.nav-pills li.nav-item {
        padding-right: 16px;
    }
    .nav.nav-pills li.nav-item a {
        font-size: 15px;
    }
    .right-align {
        text-align: right !important;
    }
    .txt-right {
        text-align: left;
    }
    button.fill-btn,
    a.fill-btn {
        padding: 7px 15px;
        font-size: 13px;
    }
    .page-link {
        padding: 10px 12px;
    }
    .dashboard-page .black-box {
        height: auto;
        padding: 15px 0;
    }
    .dashboard-page .title {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* Login Bg */
    .login-bg {
        background: url(../img/home-banner.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }
    .login-bg .forms input.inputs {
        background: none;
        border-bottom: 1px solid #fff !important;
        border: 0;
        width: 100%;
        outline: 0;
        color: #fff;
        margin-bottom: 10px;
    }
    .login-bg .forms input::placeholder {
        color: #fff;
        opacity: 1;
    }
    .login-bg .forms input:-ms-input-placeholder {
        color: #fff;
    }
    .login-bg .forms input::-ms-input-placeholder {
        color: #fff;
    }
    .login-bg button.submit-btn {
        background: #fff;
        color: #000;
        text-align: center;
        height: 35px;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        width: 100%;
        font-weight: 300;
        font-size: 14px;
    }
    .login-bg button.submit-btn:hover {
        background: #B2E4E6;
    }
    .login-bg .inputfield {
        border: 1px solid #3B3A3A;
        width: 100%;
        height: 50px;
        padding: 15px;
        border-radius: 3px;
        outline: 0
    }
    .login-bg .forgot-ps {
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .login-bg .enter-your {
        text-transform: uppercase;
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .login-bg .verification {
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
    }
    button.send-btn {
        background: #000;
        color: #fff;
        cursor: pointer;
        border: 0;
        height: 40px;
        width: 130px;
        margin: 0 auto;
        border-radius: 3px;
        text-transform: uppercase;
    }
    .posAbs {
        position: absolute;
        top: 0;
        left: 15px;
    }
    .digit-group input {
        width: 60px;
        height: 50px;
        border: 1px solid #3B3A3A;
        border-radius: 3px;
        color: #3B3A3A;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: 'Avenir LT Std';
        font-weight: 200;
        margin: 0 5px;
        outline: 0
    }
    .digit-group .splitter {
        padding: 0 5px;
        color: white;
        font-size: 24px;
    }
    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';
    }
}

.cms-img {
    border-radius: 10px;
    height: 120px;
    margin-top: 1%;
    width: 170%;
}

@charset "utf-8";

/* CSS Document */

.box-titles {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 900;
}

.lg-fonts {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 44px;
}

.shadow-btm {
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
    padding: 15px 20px;
    background: #fff;
}

.has-search .form-control {
    padding-left: 32px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    font-size: 20px;
    padding-top: 2px;
}

body.modal-open {
    padding-right: 0!important;
    overflow-y: scroll;
}

img.logowid {
    width: 60%;
    object-fit: contain;
}

.theme-border {
    border: 2px solid #000000;
}

.wid100 {
    width: 100% !important;
    display: inline-block;
}

.fl {
    float: left
}

.fr {
    float: right
}

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

.fnt13 {
    font-size: 13px;
    padding-top: 5px;
}

.font16 {
    font-size: 18px;
    font-weight: 500
}

.font17 {
    font-size: 17px;
    line-height: 22px;
}

.md-bld {
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
}

.lg-bld {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.st-active {
    color: #4ad395 !important;
    text-shadow: 1px 1px 1px #ddd;
}

.st-pending {
    color: #FFCD58 !important;
    text-shadow: 1px 1px 1px #ddd;
}

.st-cancel {
    color: #d11a2a !important;
    text-shadow: 1px 1px 1px #ddd;
}

.changePic {
    background: #000;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 0px 25px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    line-height: 22px;
    height: 24px;
}

.img-width {
    border: 0;
    padding: 0;
    width: 220px;
    /*height: 220px;*/
    object-fit: contain;
}

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


/* Dashboard */

.dashboard-page .black-box {
    position: relative;
    border-radius: 10px;
    background: #000;
    /*height: 120px;*/
    padding: 23px 0;
}

.dashboard-page .title {
    color: #A4A4A4;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}

.dashboard-page .count {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.dashboard-page .mt30 {
    margin-top: 35px;
}

.brd-right {
    justify-content: center;
    align-items: center;
    border-right: 1px dotted #A4A4A4;
}

.pos-abs {
    position: absolute;
    top: 5px;
    left: 10px
}

.pos-abs1 {
    position: absolute;
    top: -15px;
    left: 25px;
}


/* Add Salon */

.imagePreview {
    width: 100%;
    height: 260px;
    background: #ebebeb url(../images/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;
}

.blk-border {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.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 {
    margin: 0 auto;
    width: 50%;
    height: 50%;
    margin-top: 30px;
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.border-none {
    border: 0;
}


/* CMS */

.cms-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

.relative {
    position: relative;
}

.pos-top {
    position: absolute;
    top: 0;
    right: 0
}


/* Select Dropdown */

.styled-select {
    border: 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    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 #ced4da;
    -webkit-appearance: none;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    height: 43px;
    font-family: 'Avenir LT Std', sans-serif;
    border-radius: 3px;
}

.bx.bx-chevron-down {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 24px;
    color: #aaa;
}

.digit-group input {
    width: 60px;
    height: 45px;
    background: none;
    line-height: 50px;
    /* text-align: center; */
    font-size: 24px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-weight: 500;
    color: #aaa;
    font-size: 15px;
    font-weight: 400;
    margin: 0 auto;
    /* float: left; */
}

.gery-bg {
    background: #eee;
    border-radius: 4px;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 0, 0, .10);
    border: 1px solid #ddd;
    padding: 20px 0;
}

.nav.nav-pills {
    border-bottom: 1px solid #dee2e6;
}

.nav.nav-pills li.nav-item {
    padding-right: 25px;
}

.nav.nav-pills li.nav-item a {
    padding-bottom: 7px;
    color: #74798C;
    font-size: 17px;
    line-height: 20px;
}

.filter {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.lg-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.font24 {
    font-size: 24px;
}

td,
th {
    vertical-align: top !important;
}


/* Button */

button.login-btn {
    background: #fff;
    border: 1px solid #ffcd58;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 22px;
    margin-right: 20px;
}

button.login-btn:hover {
    background: #ffcd58;
    color: #fff;
}

button.border-btn {
    background: #fff;
    border: 1px solid #000000;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 5px 15px;
    line-height: 1.5;
    border-radius: 2px;
    margin-right: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.border-btn:hover {
    background: #000000;
    color: #fff;
}

button.fill-btn,
a.fill-btn {
    text-transform: none;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    font-weight: 500;
    text-align: center;
    border: 1px solid transparent;
    padding: 7px 15px;
    line-height: 1.5;
    border-radius: 2px;
    font-size: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button.fill-btn:hover,
a.fill-btn:hover {
    background: #000;
    border: 1px solid #000000;
    color: #fff;
}

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

.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    margin-top: 75px;
}

.entry-content h3 {
    font-weight: 500;
    font-size: 20px;
}

.entry-content ul li {
    padding-bottom: 12px;
}

.brd-circle {
    border: 1px solid #ff0000;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 13px;
}

.brd-circle a {
    color: #ff0000;
    font-size: 17px;
    line-height: 16px;
    display: inherit;
    cursor: pointer;
}

.error {
    color: #ff0000 !important
}

.preview-images-zone {
    width: 100%;
    position: relative;
    overflow: auto;
}

.preview-images-zone>.preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}

.preview-images-zone>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

.preview-image:hover>.image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover>.tools-edit-image,
.preview-image:hover>.image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #000000;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #000000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/**/


/* Login Bg */

.login-bg {
    background: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.login-bg .forms input.inputs {
    background: none;
    border-bottom: 1px solid #fff !important;
    border: 0;
    width: 100%;
    outline: 0;
    color: #fff;
    margin-bottom: 10px;
}

.login-bg .forms input::placeholder {
    color: #fff;
    opacity: 1;
}

.login-bg .forms input:-ms-input-placeholder {
    color: #fff;
}

.login-bg .forms input::-ms-input-placeholder {
    color: #fff;
}

.login-bg button.submit-btn {
    background: #fff;
    color: #000;
    text-align: center;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
}

.login-bg button.submit-btn:hover {
    background: #B2E4E6;
}

.login-bg .inputfield {
    border: 1px solid #3B3A3A;
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 3px;
    outline: 0
}

.login-bg .forgot-ps {
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-bg .enter-your {
    text-transform: uppercase;
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-bg .verification {
    color: #17171A;
    font-family: 'Avenir LT Std';
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

button.send-btn {
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    height: 40px;
    width: 130px;
    margin: 0 auto;
    border-radius: 3px;
    text-transform: uppercase;
}

.posAbs {
    position: absolute;
    top: 0;
    left: 15px;
}

.digit-group input {
    width: 60px;
    height: 50px;
    border: 1px solid #3B3A3A;
    border-radius: 3px;
    color: #3B3A3A;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: 'Avenir LT Std';
    font-weight: 200;
    margin: 0 5px;
    outline: 0;
    position: relative;
    z-index: 99;
}

.digit-group .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}

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

.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #000000;
    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%;
}

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

.uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

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

.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: auto;
    max-width: 180px;
}

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

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

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

.uploader progress,
.uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
}

.mx-input {
    height: 43px !important;
}

.uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #000000 0%, #000000 50%);
    border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #000000 0%, #000000 50%);
    border-radius: 4px;
}

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

.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
}

.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #000000;
    border-color: #000000;
    cursor: pointer;
}


/* Accordion */

.accordion .card {
    border: none;
    margin-bottom: 15px;
}

.accordion span {
    background: url(../images/arrow-up.webp) no-repeat calc(100% - 5px) center;
    background-size: 20px;
    font-size: 18px;
    padding: 16px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}

.accordion span.collapsed {
    background: url(../images/arrow-down.webp) no-repeat calc(100% - 5px) center;
    background-size: 20px;
    font-size: 18px;
    padding: 16px;
    font-weight: 400;
    float: right;
    cursor: pointer;
}

.accordion .card-body {
    padding-left: 0;
    padding-right: 0;
}

.panel-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
}

.toggle-btns {
    display: inline-block;
    float: right;
}

.toggle-btns a.manage-tags,
.toggle-btns button.manage-tags,
.toggle-btns a.delete {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 2px;
}

.toggle-btns a.manage-tags, .toggle-btns button.manage-tags {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.toggle-btns a.delete {
    background: #fff;
    border: 1px solid #FE0000;
    color: #FE0000;
}

.p3s {
    padding: 0 16px 16px 16px !important;
}

.review-page strong {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.review-page span {
    font-weight: 500;
    color: #666;
    opacity: 0.6;
    font-size: 14px;
}

.review-page a {
    color: #0022FF;
}

.service-title {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

a.add-new-tag-btn {
    border: 1px solid #000;
    color: #000;
    font-weight: 500 !important;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 10px;
    margin-left: 10px;
}

.dis-block a {
    display: inline-block;
}

.tag-border {
    color: #000;
    font-weight: 14px;
    border: 1px dotted #000;
    padding: 3px 7px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 1px;
}

.font18 {
    font-weight: 500;
    font-size: 17px;
}

.font20 {
    font-weight: 600;
    font-size: 18px;
}

.font14 {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
}

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


/* MEDIA */

@media(max-width:767px) {
    .txt-right {
        text-align: left;
    }
    .mb15 {
        margin-bottom: 15px;
    }
    .mb25 {
        margin-bottom: 25px;
    }
    .mt15 {
        margin-top: 15px;
    }
    .mt10 {
        margin-top: 10px;
    }
    .pt15 {
        padding-top: 15px;
    }
    a.view-detail-btn {
        margin-top: 10px;
        display: inline-block;
    }
    a.link-btn {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .none {
        display: none;
    }
    .nav.nav-pills li.nav-item {
        padding-right: 16px;
    }
    .nav.nav-pills li.nav-item a {
        font-size: 15px;
    }
    .right-align {
        text-align: right !important;
    }
    .txt-right {
        text-align: left;
    }
    button.fill-btn,
    a.fill-btn {
        padding: 7px 15px;
        font-size: 13px;
    }
    .page-link {
        padding: 10px 12px;
    }
    .dashboard-page .black-box {
        height: auto;
        padding: 15px 0;
    }
    .dashboard-page .title {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* Login Bg */
    .login-bg {
        background: url(../img/home-banner.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100vh;
    }
    .login-bg .forms input.inputs {
        background: none;
        border-bottom: 1px solid #fff !important;
        border: 0;
        width: 100%;
        outline: 0;
        color: #fff;
        margin-bottom: 10px;
    }
    .login-bg .forms input::placeholder {
        color: #fff;
        opacity: 1;
    }
    .login-bg .forms input:-ms-input-placeholder {
        color: #fff;
    }
    .login-bg .forms input::-ms-input-placeholder {
        color: #fff;
    }
    .login-bg button.submit-btn {
        background: #fff;
        color: #000;
        text-align: center;
        height: 35px;
        cursor: pointer;
        border-radius: 3px;
        border: 0;
        width: 100%;
        font-weight: 300;
        font-size: 14px;
    }
    .login-bg button.submit-btn:hover {
        background: #B2E4E6;
    }
    .login-bg .inputfield {
        border: 1px solid #3B3A3A;
        width: 100%;
        height: 50px;
        padding: 15px;
        border-radius: 3px;
        outline: 0
    }
    .login-bg .forgot-ps {
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 34px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .login-bg .enter-your {
        text-transform: uppercase;
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .login-bg .verification {
        color: #17171A;
        font-family: 'Avenir LT Std';
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase;
    }
    button.send-btn {
        background: #000;
        color: #fff;
        cursor: pointer;
        border: 0;
        height: 40px;
        width: 130px;
        margin: 0 auto;
        border-radius: 3px;
        text-transform: uppercase;
    }
    .posAbs {
        position: absolute;
        top: 0;
        left: 15px;
    }
    .digit-group input {
        width: 60px;
        height: 50px;
        border: 1px solid #3B3A3A;
        border-radius: 3px;
        color: #3B3A3A;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        font-family: 'Avenir LT Std';
        font-weight: 200;
        margin: 0 5px;
        outline: 0
    }
    .digit-group .splitter {
        padding: 0 5px;
        color: white;
        font-size: 24px;
    }
    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';
    }
}

.cms-img {
    border-radius: 10px;
    height: 120px;
    margin-top: 1%;
    width: 170%;
}

.new_name {
    font-size: 15px;
    color: rgb(0, 0, 0);
    line-height: 22px;
    font-weight: bolder;
}
