body.customer-page-detail {
    background-image: linear-gradient(140deg, #123a53, #010115);
    height: 100%;
}
.row-content {
    background-image: linear-gradient(129deg, #123a53, #010115);
}
.welcome-title {
    color: #fff;
}
.gem {
    background-color: #fff;
    font-size: 44px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.orinail-and-spa {
    color: #fff;
}
.page-copyright-inverse {
    opacity: 0.32;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f9f9f9;
    margin-top: 30px;
}
.oval-div {
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.twitter {
    background-color: #29a4da;
}
.facebook {
    background-color: #4367b2;
}
.oval-div > span {
    color: #ffffff;
    line-height: 1.7;
}

.color-black {
    color: #fff;
}
.color-gray {
    color: #76838f;
}
.color-gray-change {

}
.btn-rectange.checking {
    background-color: #02bcd4 !important;
    color: #fff !important;
    border: none;
}
.btn-rectange {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08) !important;
    border: solid 1px #ffffff !important;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.fas.fa-plus {
    color: #fff
}
.right-panel-service {

}
.lef-panel {
    background-image: linear-gradient(129deg, #123a53, #010115);
}
.right-panel-service > .page-content {
    padding-top: 0;
    padding-left: 0;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
}
.introduce-text {
    background-blend-mode: soft-light;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(4, 11, 31, 0.75));*/
    background: url("../../../../shops/service-bg-shop-1024x350.jpg") left center, linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(4, 11, 31, 0.75)) bottom;
    background-size: cover;
}
.introduce-p {
    color: #fff;
    line-height: 1.68;
    letter-spacing: normal;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 400;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #17b3a3;
    border-color: #17b3a3;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.color-76838f {
    color: #76838f;
}
.btn-bg-white{
    border-radius: 4px;
    border: solid 1px #76838f;
    background-color: #ffffff;
    color: #263238;
}
.input-border {
    background: none;
    color: #fff;
    border-radius: 4px;
    border: solid 1.5px #ffffff;
}
.btn-child {
    border-radius: 4px;
    background-color: #0A4C67;
    width: 100%;
    color: #fff;
}
.bg-17b3a3 {
    border: 0;
    border-top: solid 1px #17b3a3;
}

.btn-full-width-white {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.24);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding: 20px;
}
.fa-user-plus, .fa-trash-alt {
    color: #fff;
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 5px;
}


.nail-tech-and-time-select {
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.24);
    border: none;
}
.nail-tech-and-time-select > div > button.btn-select-nail-text {
    /*background-color: #fff;*/
    color: #fff;
    text-align: center;
}
.nail-tech-and-time-select > div > h3 {
    color: #fff;
}
.nail-tech-and-time-select > div > p{
    color: #fff;
}
.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background: none;
    border: 2px solid #fff;
    border-radius: .215rem;
    transition: all .3s ease-in-out 0s;
}
.ticket-detail {
    padding: 20px 0 20px 40px;
    border-radius: 4px;
    background-color: #1F3347;
}
.search-by-phone {
    border-radius: 4px !important;
    border: solid 1.5px #76838f;
    background: none;
    color: #fff;
}
.change-theme-fa {

}
.btn-back {
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #ffffff;
    opacity: 0.7;
}