﻿
body {
    color: rgb(0 0 0 / 0.8);
    background-color: #f1f5f8;
}

.popupContainer {
    background-color: white;
    margin-top: 20vh;
    width: 500px;
    height: 300px;
    position: fixed;
    z-index: 25;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.postHeader{
    display:none;
}

#coverFileInput, #logoFileInput {
    display: none;
}

#pageDetailsToggle i {
    margin: 0 5px;
}

.pageTitle #category i {
    margin-left: 6px;
}

#business-popup {
    position: fixed;
    width: 400px;
    max-width: calc(100% - 70px);
    top: 100px;
    height: unset;
    text-align: center;
    background: #fff;
    z-index: 50;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.35);
    padding: 20px;
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 500ms;
    z-index: 30;
}

#business-popup-button {
    padding: 10px;
    background: #2b65f0;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0 0 0;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

#business-popup-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#business-popup-button-close {
    margin-top: 15px;
    cursor: pointer;
}

.business-massage {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: calc(100% - 60px);
    max-width: 400px;
    height: auto;
    position: fixed;
    background-color: white;
    z-index: 90;
    top: 100px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.06), 0 9px 46px 8px rgba(0,0,0,0.05), 0 11px 15px -7px rgba(0,0,0,0.09);
}

.business-massage-title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}

.business-massage-body {
    font-size: 18px;
    margin-bottom: 20px;
}

.business-massage-button {
    padding: 10px;
    background: #2b65f0;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0 0 0;
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

#share-list-item-link-input {
    width: 170px;
    margin: 3px 10px;
}

#services .inputItem {
    display: block;
    text-align: right;
}

#employees .inputItem {
    display: block;
    text-align: right;
}

.inputItemTitle {
    display: inline-block;
}

#businessEvents h1 {
    color: #004b71;
    padding-top: 20px;
}

#businessEventsList {
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}

#acceptServices {
    z-index: 5;
    color: white;
    background-color: #2b65f0;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    display: none;
    right: 0;
    border-radius: 0 0 5px 5px;
    animation-duration: 0.3s;
}

    #acceptServices i {
        margin-right: 8px;
    }

.businessEventsItem {
    padding: 5px;
    margin-bottom: 10px;
    border: solid 1.5px #006ea4;
    color: #006ea4;
    padding: 2px 9px;
    font-size: 19px;
    border: solid 1.5px #006ea4;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}

.selectedService {
    border: solid 1.5px rgb(43 101 240) !important;
    background-color: rgb(43 101 240 / 0.1) !important;
}

.businessEventsItemTitle {
    font-weight: bold;
}

#closeDatePicker {
    position: relative;
    color: black;
    margin: 0;
}

#businessDescription {
    display: none;
}

#businessEventDialog {
    height: 100%;
    width: 100%;
    min-height: 300px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e5f4fc;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 5;
    overflow: auto;
    border-radius: 20px;
    display: none;
}

#businessEventAcceptText {
    color: #004b71;
    font-size: 20px;
    padding-top: 10px;
}

#businessEvents {
    height: auto;
    width: auto;
    background: #e5f4fc;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.26);
    margin-bottom: 40px;
    width: 600px;
    position: relative;
    text-align: center;
    margin-right: auto;
    border-radius: 20px;
    min-height: 300px;
    display: none;
}

#businessEventsList {
    max-height: 500px;
    overflow: auto;
}

#businessDescriptionTextarea {
    width: 100%;
    height: 150px;
    display: none;
    font-family: 'Open Sans','Open Sans Global',Arial;
    font-size: 20px;
}

#businessDescriptionShowMore {
    display: none;
    text-decoration: underline;
    cursor: pointer;
}

.descriptionButton {
    display: none;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

#pageCalendarProcess {
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    margin-right: auto;
    width: 100%;
    height: 5px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

#share.ltr i {
    margin-right: 4px;
    margin-left: 0px;
}

#share {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    position: absolute;
    padding: 3px 10px;
    margin: 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    opacity: .9;
    top: 0;
    user-select: none;
}

    #share i {
        margin-left: 4px;
    }

#pageCalendarProcessItem_2 {
    display: none;
}

.selectedPageCalendarProcessItem {
    background-color: #2b65f0 !important;
    color: white !important;
}

.passedPageCalendarProcessItem {
    background-color: #2b65f0 !important;
    color: #006ea4 !important;
}

#addCustomer i {
    margin-right: 1px;
    margin-left: 1px;
}

#share-list {
    position: absolute;
    margin: 10px;
    width: 200px;
    margin-top: 20px;
    height: auto;
    margin-top: 46px;
    padding: 5px 10px;
    background: white;
    cursor: pointer;
    border-radius: 10px;
    display: none;
    z-index: 20;
    right: 0;
    padding-bottom: 10px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.20);
}

#copy-link-hidden-input {
    display: none;
}

.share-list-item:hover {
    background-color: rgb(0 0 0 / 0.05);
}

#share-list-item-close {
    text-align: center;
    font-weight: bold;
    border-top: solid 1px rgb(0 0 0 / 0.2);
    padding-top: 10px;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#pageCalendarContaineWrapper {
    border-radius: 20px;
    overflow: hidden;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

#services .inputItem.ltr-left i {
    margin-left: 0px !important;
    margin-right: 5px;
}

.share-list-item {
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 5px;
    margin-top: 10px;
}

    .share-list-item i {
        color: #4f4f4f;
        margin-left: 8px;
        margin-right: 8px;
    }

#noServices {
    text-align: center;
    padding: 0 5px 20px 5px;
    margin-right: auto;
}

    #noServices i {
        margin-left: 5px;
    }

#notes {
    width: calc(100% - 45px);
    height: 60px;
    font-size: 20px;
    outline: none;
    font-family: 'Open Sans','Open Sans Global',Arial;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #00000033;
}

#employees {
    display: none;
}

.pageCalendarProcessItem {
    background-color: white;
    height: inherit;
    display: flex;
    flex-grow: 1;
    font-size: 19px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: 0.3s;
}

#admin-tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 35px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.userEvent {
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    color: rgb(0 0 0 / 0.8);
}

.userPendingEvent {
 /*   background-color: #f4fbff;*/
}

.userEvent .text {
    font-size: 20px;
    text-align: center;
    white-space: normal;
    padding: 10px;
}

#postsLoader {
    border: 12px solid #00000000;
    border-radius: 50%;
    border-top: 12px solid #2b65f0;
    width: 60px;
    height: 60px;
    margin-top: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.7s linear infinite;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.eventButton {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #2b65f0;
    padding: 3px 9px;
    font-size: 20px;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
}

    .eventButton:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }

.popupTitle {
    text-align: center;
    font-size: 30px;
    background: #eaeaea;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

#addCustomer {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    position: absolute;
    left: 0;
    padding: 3px 10px;
    margin: 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    opacity: .9;
    top: 0;
    user-select: none;
    display: none;
}

.userEventSubtitle {
    color: #868686;
}

.pageCalendarPopupClose {
    font-size: 19px;
    text-align: right;
    cursor: pointer;
    position: relative;
    color: black;
    border-radius: 30px;
    margin: 10px 10px 5px 10px;
    display: block;
}

    .pageCalendarPopupClose i {
        margin-left: 5px;
    }

#accept {
    display: none;
}

#acceptAppointment i, #acceptEvent i {
    margin-left: 5px;
}

#acceptAppointment.ltr i, #acceptEvent.ltr i {
    margin-left: 0px;
    margin-right: 5px;
}

#selectedService {
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: bold;
    background-color: #0070a8;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    visibility: hidden;
}

#acceptText {
    color: black;
    font-size: 20px;
}

#phone {
    cursor: pointer;
}

#address {
    cursor: pointer;
}

.popupOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 500ms;
    z-index: 20;
}

aside {
    flex: 1;
    min-width: 360px;
}

section {
    flex: 2;
}

.pageCalendarPopupItem {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 5;
    overflow: auto;
}

    .pageCalendarPopupItem h1 {
        color: black;
        font-size: 24px;
    }

    .pageCalendarPopupItem h2 {
        color: black;
        padding: 0;
        margin: 0;
        font-size: 20px;
    }

.inputItem {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 10px;
    color: rgb(0 0 0 / 0.8);
    padding: 5px 9px;
    font-size: 19px;
    border: solid 1.5px #006ea4;
    border-radius: 20px;
    user-select: none;
    cursor: pointer;
    margin-top: 5px;
    box-sizing: border-box;
    border: solid 1.5px rgb(0 0 0 / 0.1);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 5px;
}

.inputItemContainer {
    padding: 10px;
}

#acceptAppointment, #acceptEvent {
    font-size: 23px;
}

#services .inputItemContainer {
    margin-bottom: 50px;
}

.container {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
}

.pageLogo {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    border: solid white 5px;
    position: absolute;
    background-color: rgb(239 239 239);
    background-size: cover;
    background-position: bottom;
    right: 60px;
    z-index: 5;
    position: relative;
    top: 135px;
    right: 15px;
}

.uploadCover {
    position: absolute;
    margin: 10px;
    padding: 5px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    display: none;
    transition: opacity 0.1s linear;
    display: none !important;
}

.uploadLogo {
    position: absolute;
    margin: 5px 0px;
    padding: 5px 10px;
    background: white;
    border-radius: 20px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    display: none;
    transition: opacity 0.1s linear;
    display: none !important;
}

.inputItemDelete {
    display: inline-block;
    color: red;
}

.pageLogoCopy {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: white;
    border: solid white 5px;
    position: absolute;
    bottom: -110px;
    right: 60px;
    z-index: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    display: none;
}

#pageCover {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    height: 320px;
    background-color: white;
    background-color: #e2e2e2;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
    box-shadow: inset 0px -135px 60px -40px rgb(0 0 0 / 0.6);
    border-radius: 20px;
}

.pageTitle {
    padding-bottom: 10px;
    text-align: right;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 205px;
    top: 320px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 225px;
    color: white;
}

    .pageTitle h1, h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 30px;
    }

    .pageTitle h2 {
        font-weight: normal;
        color: rgb(255 255 255 / 85%);
        cursor: pointer;
    }


.pageDetails {
    background-color: white;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-radius: 20px;
    border: solid #ffffff 1px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    font-family: 'Open Sans','Open Sans Global',Arial;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

.pageDetailsItem {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: right;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 15px;
}

#pageDetailsItemMap {
    display: none;
    padding: 5px;
}

#services .inputItem i {
    margin-left: 5px;
}

.recommendedContainer {
    padding-bottom: 10px;
    padding-top: 5px;
}

.recommendedContainerText {
    color: #004b71;
    margin-bottom: 3px;
}

.appointmentStatus {
    color: white;
    padding: 1px 6px;
    border-radius: 5px;
    margin: 0 6px;
    font-size: 15px;
    border: solid 1px;
    display: inline-block;
    margin-bottom: 2px;
}

.pageDetailsItem i {
    margin-left: 5px;
    margin-right: 5px;
}

#services h1 {
    padding-top: 15px;
}

#calendar-text {
    min-width: 360px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

#accept-text {
    color: #000000cc;
    font-size: 18px;
    background-color: #f1f5f8;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-bottom: 10px;
}

#pageCalendarContainer {
    position: relative;
    text-align: center;
    margin-right: auto;
    background-color: white;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

    #pageCalendarContainer .pignose-calendar .pignose-calendar-unit {
        min-height: 3em !important;
    }

.TitleStyleCss {
    font-size: 35px;
}

.followButton {
    width: 150px;
    height: 30px;
    background-color: #cdffb8;
    color: #2b9100;
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 5px;
    border: solid #2b9100 1px;
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.dayCalendar {
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0196e0;
    border-radius: 10px;
    position: absolute;
    color: white;
    text-align: center;
    opacity: 0;
    position: absolute;
    display: none;
    transition: 0.6s;
}

#pageDetailsToggle {
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

/*Tablet*/
@media (max-width:1100px) and (min-width:600px) {
    aside {
        margin-bottom: 20px;
        min-width: unset;
    }

    #userEvents {
    }

    .userEvent {
        margin-right: auto;
        margin-left: auto;
    }

    #pageDetailsToggle {
        display: inline-block;
    }

    #pageCalendarContainer {
        margin-right: auto;
        margin-left: auto;
    }

    .pageDetails {
        border-radius: 0;
        border: 0;
        display: none;
        padding-top: 10px;
        background-color: #f9f9f9;
    }

    #pageCover {
        width: 100%;
        border-radius: 0px;
        border: 0px;
    }

    .pageTitle {
        padding-right: 210px;
        border-radius: 0;
        border: 0;
    }

    .container {
        display: inline;
        padding: 0;
        margin: 0;
    }

    .pageLogoCopy {
        right: 40px;
        width: 140px;
        height: 140px;
        border-color: white;
    }

    #pageCalendarProcess {
        margin-right: auto;
        margin-left: auto;
    }

    #businessEvents {
        margin-right: auto;
        margin-left: auto;
    }

    .userEvent .eventButton:hover {
        background-color: rgba(255, 255, 255, 0);
    }

    #share-list-item-facebook {
        display: none;
    }

    #pageCalendarProcess {
    }

    #pageCalendarContaineWrapper {
        margin-right:auto;
        margin-left:auto;
    }
}

/*Smart Phone*/
@media only screen and (max-width: 600px) {
    #services .inputItem {
        font-size: 18px;
    }

    aside {
        margin-bottom: 20px;
        min-width:unset;
    }

    #pageCalendarContaineWrapper {
        border-radius: 0;
    }

    #share, #addCustomer {
        font-size: 15px;
    }

    #pageCalendarProcess {
        width: 100%;
        border-radius: 0;
    }

    #share-list-item-facebook {
        display: none;
    }

    #pageCalendarProcess.ltr .pageCalendarProcessItem {
        font-size: 15px;
    }

    #businessEvents h1 {
        padding-top: 15px;
    }

    #admin-tooltip {
        top: 32px;
    }

    #selectedService {
        font-size: 20px;
    }

    .userEvent .text {
        font-size: 16px;
    }

    .eventButton {
        font-size: 17px;
    }

    .userEvent {
        border-radius: 0px;
        border-right: 0px;
        border-left: 0px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .pageCalendarPopupItem {
        border-radius: 0;
    }


    #pageDetailsToggle {
        display: inline-block;
        font-size: 16px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .container {
        display: inline;
        padding: 0;
        margin: 0;
    }

    #pageCover {
        width: 100%;
        max-height: 200px;
        border-radius: 0px;
        border: 0px;
        box-shadow: inset 0px -120px 35px -50px rgb(0 0 0 / 0.6);
    }

    .pageLogo {
        width: 80px;
        height: 80px;
        right: 8px;
        top: 105px;
        border-radius: 15px;
        border-width: 3px;
    }

    .pageLogoCopy {
        width: 100px;
        height: 100px;
        right: 5px;
        bottom: -75px;
    }

    .pageTitle h1 {
        font-size: 22px;
    }

    .pageTitle h2 {
        font-size: 16px;
        font-weight: normal;
    }

    .pageTitle {
        padding-right: 106px;
        border-radius: 0;
        border: 0;
        top: 135px;
    }

    .pageDetails {
        border-radius: 0;
        border: 0;
        display: none;
        padding-top: 10px;
        background-color: #fdfdfd;
    }

    #pageCalendarContainer {
        padding: 0;
        padding-top: 10px;
        width: 100%;
        border-radius: 0;
        border: 0;
        padding-bottom: 20px;
    }


    #businessEvents {
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 30px;
        width: 100%;
        border-radius: 0;
        border: 0;
    }

    #closeDatePicker {
        margin-right: 10px;
        margin-left: 10px;
    }

    .followButton {
        width: 100px;
        height: 25px;
        padding: 5px;
        font-size: 20px;
    }

    .pageDetailsItem {
        font-size: 17px;
    }

    .pageCalendarPopupItem h1 {
        font-size: 21px;
    }

    .userEventSubtitle {
        font-size: 14px;
    }

    #noServices {
        max-width: initial;
        margin-right: initial;
    }

    #acceptServices {
        border-radius: 0;
    }

    .userEvent .eventButton:hover {
        background-color: rgba(255, 255, 255, 0);
    }
}