/* input(1041,27): run-time error CSS1030: Expected identifier, found '.'
input(1041,47): run-time error CSS1025: Expected comma or open brace, found ')'
input(1045,27): run-time error CSS1030: Expected identifier, found '.'
input(1045,47): run-time error CSS1025: Expected comma or open brace, found ')' */
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;500;600;700;800&family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://www.events500documents.com/Content/FontImport.css');

:root {
    --dark-blue: rgb(4, 50, 86);
    --title-color:  rgb(0, 117, 245);
    --light-blue: #eef6ff;
    --border-color: rgb(205, 214, 220);
    --blue-border-color: rgb(217, 224, 229);
    --padding: 20px;
    --grey: #f3f5f6;
    --grey-border: 1px solid rgb(205, 214, 220);
    --grey-text: #778493 /*rgb(139, 147, 152)*/;
    --prospect-header-bg: #f5f9fc;
    --prospect-h1: 32pt;
    --customer-h1: 28pt;
    --prospect-h2: 26pt;
    --prospect-h3: 18pt;
    --prospect-font-size: 13pt;
    --prospect-padding: 100px;

   
    --customer-portal-border-radius:8px;
    --customer-portal-font-size:11.4pt;
    --customer-portal-font-family:'omnes-pro', sans-serif;
}


/*_______________________body____________________*/
html body {
    
    font-family: var(--customer-portal-font-family);/*Target*/
    font-size: var(--customer-portal-font-size);/*Target*/
    color: black;
}

.portal-loading {
    display: table;
    width: 100%;
    text-align: center;
    height: 80vh;
}

.portal-loading > div {
    display: table-cell;
    vertical-align: middle;
}

.portal-loading img {
    width: 60px;
}


/*_______________________nav_____________________*/
.portal-nav {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 600;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    font-size: var(--customer-portal-font-size);/*Target*/
    box-shadow: 0px 0px 15px #15202c15
}

/*--------logo-------*/
.portal-nav-logo {
    width: 183px;
    text-align: center;
    padding: 4px 0px;
}

.portal-nav-logo img{
    max-width:170px;
    max-height:45px;
    height:unset;
    margin:auto;
}

/*--------collapse-------*/
.portal-nav-collapse, .portal-nav-mobie-collapse {
    padding: 15px;
    cursor: pointer;
}

.portal-nav-collapse:hover, .portal-nav-mobie-collapse:hover {
    background: var(--grey);
}

.portal-nav-collapse i, .portal-nav-mobie-collapse i {
    font-size: 15pt;
    color: var(--title-color);
}


/*--------center------*/
.portal-nav-center {
    margin: 0;
    padding: 0;
    display: flex;
}

.portal-nav-center a:hover {
    text-decoration: none;
}

.portal-nav-link {
    padding: 18px 20px;
    padding-bottom: 18px;
    text-decoration: none;
    border-bottom: 2px solid white;
    color: black;
    cursor: pointer;
}

.portal-nav-link.active, .portal-nav-link:hover {
    border-bottom: 2px solid var(--title-color);
    font-weight: 500;
    color: var(--title-color);
}

/*--------right-------*/
.portal-nav-right {
    margin-left: auto;
}

.portal-nav-right ul {
    margin-bottom: 3px;
}

.portal-nav-right li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.portal-nav-right a:link, .portal-nav-right a:hover, .portal-nav-right a:visited {
    color: var(--title-color);
    text-decoration: none;
    font-weight:600;
}


/*___________________body____________________*/
.portal-body {
    position: relative;
    padding-top: 54px;
    background: white;
    display: flex;
    height: calc(100vh - 38px);
    overflow: auto;
    background: white;
}


/*_________________body control______________*/
.portal-body-control {
    width: 250px;
    padding-top: 20px;
    max-height: 100%;
    padding: 20px;
    min-height: 100%;
    border-right: var(--grey-border);
    background: var(--prospect-header-bg);
    border-right: none;
    font-size:var(--customer-portal-font-size);

}


/*___________________body content____________________*/
.portal-body-content {
    flex-grow: 10;
    height: calc(100vh - 93px);
    overflow: auto;
    background: white;
}


/*______________________overides___________________-*/
.window{
    font-family: 'Inter', sans-serif;
}
.window-loading {
    width: 50px;
}

.doc-drop-header .large-button {
    font-family: 'Source Sans Pro', sans-serif;
}

html body .window-box-shadow > header, .window-input-file-button, .minimized-tab-selected {
    background: var(--title-color);
    border-bottom: var(--title-color);
}

#moveableWindowDropdownLoading {
    width: 400px;
}

html body .small-button {
    background: var(--title-color);
}

html body .email-send{
    background:var(--prospect-header-bg);
}

html body .control-input, html body .table-plan-nav .window-input {
    box-shadow: none;
    background: var(--input-grey);
    border-radius: 8px;
}

html body .window-input {
    border-radius: 8px;
    background:var(--prospect-header-bg);
}

html body .nullable-checkbox-true, html body .checkbox-selected {
    background: var(--title-color);
}

#windowDropdownLoading {
    background: white;
}

html body .fr-box.fr-basic .fr-element{
    background:var(--prospect-header-bg);
}

#minmizedTabs {
  
    
}

html body .minimized-tab {
    height: 34px;
    padding: 2px;
    border-radius: 8px 8px 0px 0px;
}


@media screen and (max-width:600px) {
    .table-plan-nav {
        background: white;
    }

    html body .control-input, html body .table-plan-nav .window-input {
        background: var(--grey);
        border-radius: 8px;
    }
}

/*___________doc dropdown_________*/
html body .doc-drop-button {
    background: var(--title-color);
    border-radius: 8px;
}

/*____________table/seating plan_________*/
.table-plan-window .window-ribbon {
    box-shadow: none;
    height: unset;
    border-radius: 0px;
    padding: 0px 10px;
    padding-bottom: 0px;
    background: var(--input-grey);
    white-space: nowrap;
    background: white;
}

.table-plan-window.manage-tp-event-plan .window-ribbon > div {
    min-width: 1050px;
    display:flex;
}

.table-plan-window .window-body-border {
    background: white;
}

.table-plan-window .table-plan-nav {
    background: white;
    padding-top: 35px;
    font-size: 10pt;
}

.table-plan-window .table-plan-nav .window-label {
    font-size: 10pt;
}

html body .table-plan-window .window-ribbon > div {
    min-width: 1050px;
}

.table-plan-window .window-ribbon .window-ribbon-button, .table-plan-window .table-plan-info-show-hide {
    background: white;
    border-radius: 6px;
    margin: 8px 3px;
    box-shadow: none;
    padding: 13px 20px;
    height: unset;
    margin-bottom: 0px;
    font-weight: 600;
    color: black;
    /* box-shadow: 0px 0px 5px rgb(22, 24, 25, 0.05);*/
    border: var(--grey-border);
    background: var(--prospect-header-bg);
    border: none;
    font-size: 10pt;
}

html body .table-plan-window .window-ribbon .mcr-save, html body .table-plan-window .window-ribbon .mcr-sumbit-seating-plan {
    background: var(--title-color);
    color: white;
    border: none;
}

.table-plan-window .table-plan-info-show-hide img {
    width: 13px;
    margin-right: 0px;
}

html body .tp-table-chair > * {
    fill: var(--title-color);
    stroke: var(--title-color);
}

html body .tp-table-chair text {
    fill: white;
}

html body .tp-table-chair-populated > * {
    fill: #69bf0d
}

html body .sps-label.sps-label-menu-populated {
    background: #69bf0d;
}

html body .tp-guest-holding-guest {
    border-color: #69bf0d;
}

/*html body .tp-guest-holding {
    top: calc(100vh - 100px);
}*/

.table-plan-window .tp-ba-shape {
    fill: white;
}

html body .table-plan-window .tpn-menu-set-menus-menus {
    width: 173px;
}

html body .menu-button, html body .tpcm-add-menu-option, html body .menu-button:hover, html body .tpcm-add-menu-option:hover, html body .small-button {
    background: var(--title-color);
    border-radius: 8px;
    color: white;
    font-weight: 600;
}

html body .tpn-menu-option {
    background: var(--input-grey);
    box-shadow: none;
}

html body .tp-add-tables.tp-add-tables-editting {
    width: 560px;
}

html body .tp-add-tables {
    width: 670px;
}

html body .manage-blocked-area {
    width: 495px;
}

html body .table-plan-nav.table-plan-nav-full{
    right:unset;
    left:15px;
    width:calc(100vw - 30px);
}

html body .table-plan-nav.table-plan-nav-full .control-input, html body .table-plan-nav.table-plan-nav-full .window-input{
    padding:9px 8px;
}

/*___________________media queries____________________*/
@media screen and (max-width:1300px) {
    .portal-body-control {
        position: fixed;
        z-index: 20;
    }
}


@media screen and (max-width:620px) {

    .portal-nav-right li:nth-child(1) {
        display: none;
    }

    .portal-nav-logo {
        width: unset;
        margin-right: 10px;
    }

    #moveableWindowDropdownLoading {
        width: 90%;
    }
}

/*___________________________Body Control_________________________*/
.cp-body-control-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #dae3ea;
    padding-bottom: 10px;
}

.cp-body-control-group:last-child {
    border-bottom: none;
}

.cp-group-title {
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgb(156, 171, 183);
    font-family:var(--customer-portal-title-font-family);
}

.cp-control-no-bookings{
    padding-left:15px;
}

/*--------------------Nav---------------*/

.cp-booking-nav-link {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    border-radius: var(--customer-portal-border-radius);
    line-height: 1.3;
}

.cp-booking-nav-link.active, .cp-booking-nav-link:hover {
    background: var(--title-color);
    color: white;
    font-weight: 600;
}

/*-----------------Bookings-----------------*/
.cb-body-control-bookings {
    max-height: 25vh;
    padding-top: 5px;
}

.cp-body-control-booking {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    border-radius: var(--customer-portal-border-radius);
    color: black;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cp-body-control-booking:hover {
    background: var(--title-color);
    color: white;
}

.cp-body-control-booking-active, .cp-body-control-booking-active:hover {
    font-weight: 600;
    color: var(--title-color);
    background: var(--title-color);
    color: white;
}


/*_____________________________Titles_________________________*/

.cp-booking-title img {
    display: inline-block;
    width: 45px;
    vertical-align: middle;
    margin-right: 5px;
}

.cp-booking-title span {
    font-size: 225%; /*Target*/
    font-weight: 700; /*Target*/
    
    display: inline-block;
    color: var(--title-color);
    color: rgb(0, 0, 0);
    line-height: 1.2;
    vertical-align: middle;
}

.cp-booking-title p {
    margin-top: 15px;
    line-height: 1.3;
    color: var(--grey-text);
    font-size: 150%; /*Target*/
    display: block;
}

.cp-booking-sub-title {
    margin-bottom: 40px;
}

.cp-booking-sub-title span {
    font-size: 225%; /*Target*/
    font-weight: 700; /*Target*/
    
    color: var(--title-color);
    color: black;
    text-transform: capitalize;
}

.cp-booking-sub-title p {
    margin-top: 15px;
    line-height: 1.3;
    color: var(--grey-text);
    font-size: 120%; /*Target*/
}


/*___________________Body Content____________________*/

.customer-portal-booking-cont {
    overflow: auto;
}


/*______________________Booking______________________*/

.customer-portal-cont {
    margin: auto;
}

.customer-portal-booking {
    text-align: left;
    padding: 40px 50px;
}

.cp-booking-group {
    margin-bottom: 40px;
    padding-bottom: var(--padding);
}

.cp-box {
    border: 1px solid #d9e0e6;
    border-radius: var(--customer-portal-border-radius);
    padding: 25px;
}

/*--------------------Button-------------------*/

.cp-booking-button {
    text-align: center;
    padding: 13px 18px;
    cursor: pointer;
    border-radius: var(--customer-portal-border-radius);
    font-weight: 700; /*Target*/
    line-height: 1.3;
    flex-grow: 2;
    background: var(--title-color);
    color: white;
    display: flex;
    text-transform: capitalize;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-grow: 2;
}

.cp-booking-button i {
    display: block;
    font-size: 15pt;
    vertical-align: middle;
    line-height: 1;
    color: var(--title-color);
    color: white;
    margin-right: 10px;
    display:none;
}

.cp-booking-button img {
    width: 18px;
    margin-bottom: 0px;
    margin-right: 10px;
}



/*________________________________________Header___________________________________*/

.cp-booking-header {
    background: white;
    border-radius: 0px;
    text-align: left;
    padding: 18px 0px;
    background: var(--prospect-header-bg);
}

.cp-booking-header-info {
    display: flex;
    gap: 20px;
    padding-left: 50px;
}

.cp-booking-header-info-name {
    font-weight: 600;
}

.cp-booking-header-info-dates {
    color: var(--grey-text);
    font-weight: 500;
}





/*_____________________Get In Touch__________________*/
.cp-booking-venue-contact {
    font-weight: 500;
    display: flex;
    gap: 20px;
    align-items: stretch;
    text-align: center;
}

#venueContactMap {
    flex-basis: 50%;
    height: 305px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.cp-booking-venue-contact .cp-venue-name {
    margin-top: 0px;
    font-size: 170%; /*Target*/
    font-weight: 700; /*Target*/
   
}

.cp-booking-venue-contact-contact {
    flex-grow: 2;
    background: white;
    line-height: 1.3;
}

.cp-booking-venue-contact-contact > div {
    margin-bottom: 20px;
}

.cp-booking-venue-contact-contact > div:last-child {
    margin-bottom: 0px;
}

.cp-booking-venue-contact .cp-booking-button {
    max-width: 700px;
    margin: auto;
}

#cpWebsite {
    color: var(--title-color);
    cursor: pointer;
}


@media screen and (max-width:1000px) {
    html body .cp-booking-actions > div:nth-child(1) {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:900px) {
    html body .cp-booking-event {
        flex-wrap: wrap;
    }

    html body .cp-booking-venue-contact {
        flex-wrap: wrap;
    }

    html body .cp-document a {
        width: 100%;
        display: block;
    }

    html body .cp-document .cp-booking-button {
        width: 100%;
        max-width: unset;
    }

    html body #venueContactMap {
        flex-basis: 100%;
    }

    html body .cp-booking-documents > div {
        flex-wrap: wrap;
    }

    html body .cp-booking-documents .cp-box {
        flex-grow: 0;
        flex-basis: 31%;
    }

    html body .cp-document {
        width: 100%;
        max-width: 100%;
    }
}


@media screen and (max-width:800px) {
    html body .cp-document {
        flex-grow: 1;
    }

    html body .cp-note-info {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width:620px) {
    html body .customer-portal-booking {
        padding: 30px;
    }

    html body .cp-booking-header-info {
        padding-left: 30px;
    }

    html body .cp-booking-event {
        gap: 20px;
    }

    html body .cp-booking-event-image {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    html body .cp-booking-event > div:nth-child(3) {
        width: 100%;
    }

    html body .cp-booking-button {
        padding: 10px;
    }

    html body .cp-booking-explore-item {
        flex-basis: 100%;
        max-width: unset;
    }
}


@media screen and (max-width:500px) {
    /*-------Booking Header-------*/
    .cp-booking-header-info-dates {
        display: none;
    }

    /*---------Documents-------*/
    html body .cp-document {
        flex-basis: 100%;
    }

    html body .cp-booking-documents .cp-box {
        flex-basis: 100%;
    }

    /*--------Timeline-------*/
    html body .cp-items-timeline-day {
        text-align: center;
    }

    html body .cp-items-timeline-line {
        left: 50%;
    }

    html body .cp-items-timeline-item {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        margin-bottom: 50px;
    }

    html body .cp-items-timeline-item-marker {
        left: calc(50% - 6px);
        top: -8px;
        z-index: 5;
    }

    html body .cp-items-timeline-times {
        border: 1px solid #d9e0e6;
        border-radius: 8px;
        padding-top: 15px;
        padding-bottom: 5px;
        background: white;
        z-index: 2;
        margin-bottom: 10px;
    }

    html body .cp-items-timeline-content {
        margin-left: 0px;
        text-align: left;
    }

    html body .cp-items-timelime-content-triangle-inner {
        content: '';
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-bottom: 13px solid white;
        border-right: 13px solid transparent;
        position: absolute;
        left: calc(50% - 12px);
        z-index: 20;
        top: -25px;
    }

    html body .cp-items-timelime-content-triangle-outer {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 14px solid #d9e0e6;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        position: absolute;
        left: calc(50% - 13px);
        top: -27px;
    }

    html body .cp-items-timeline-content-header {
        flex-wrap: wrap;
        gap: 15px;
    }

    html body .cp-items-timeline-content-note-title {
        flex-wrap: wrap;
        gap: 15px;
    }

    html body .cp-items-timeline-content-note-title label {
        width: 120px;
    }

    html body .table-plan-window .window-ribbon > div{
        min-width:unset;
        display:flex;
    }
}



.walkthrough-window{
    background:#4b19a8;
    color:white;
    width:300px;
    border-radius:8px;
    position:fixed;
    display:none;    
    z-index:5000000000;
    font-size:11pt;
    padding:15px;
    padding-right:30px;
    line-height:1.3;
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}

.walkthrough-window-triangle{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 13px solid #4b19a8;
    border-right: 13px solid transparent;
    border-left:13px solid transparent;
    position: fixed;
    z-index: 20;
}

.walkthrough-continue{
    position:absolute;
    right:0px;
    top:0px;
    padding:10px;
    color:white;
    font-size:15pt;
    cursor:pointer;
}

.walkthrough-continue img{
    width:23px;
}

.walkthrough-header{
    font-weight:bold;
    margin-bottom:5px;
}
/*_________________________________Explore______________________________*/
.cp-booking-explore {
    display: flex;
    gap: var(--padding);
    flex-wrap: wrap;
}

.cp-booking-explore-item {
    flex-grow: 2;
    flex-basis: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 50%;
    min-width:250px;
    flex-grow:2;
}

/*.cp-booking-explore:has(.cp-booking-explore-item:nth-child(4)) .cp-booking-explore-item{
    flex-basis:45%;
}
*/
.explore-item-title {
    font-size: 150%;/*Target*/
    font-weight: 700;/*Target*/
    
    margin-bottom: 15px;
}

.explore-item-icon {
    margin-bottom: 10px;
}

.explore-item-icon > div{
    background:var(--title-color);
    color:white;
    font-size:40pt;
    padding:15px 20px;
    padding-top:18px;
    border-radius:100px;
    display:inline-block;
    opacity:.6;
}

.explore-item-icon img {
    width: 80px;
}

.explore-item-content {
    margin-bottom: 20px;
}

.explore-item-content p {
    margin-bottom: 10px;
    line-height: 1.2;
    color: var(--grey-text);
}

html body .explore-item-link {
    margin-top: auto;
    flex-grow: 0;
}


/*_______________________________Documents______________________________*/
.cp-booking-documents > div {
    display: flex;
    gap: var(--padding);
}

.cp-booking-documents .cp-box {
    flex-basis: 18%;
    cursor: pointer;
    flex-grow: 2;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    padding: 20px;
    max-width: 300px;
    position: relative;
}

.cp-booking-doc-cover {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-direction: column;
    gap: 0px;
    border-radius: var(--customer-portal-border-radius);
}

.cp-booking-doc-cover > div {
    background: rgba(255,255,255,1);
    padding: 8px 20px;
    background: var(--title-color);
    color: white;
    border-radius: var(--customer-portal-border-radius);
}

html body .cp-booking-doc-click {
    justify-self: center;
    font-weight: 500;
    color: var(--title-color);
    font-size: 90%;
    background: rgba(255,255,255,1);
}

.cp-booking-documents .cp-box img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}

.cp-booking-documents .cp-box img.window-loading {
    width: 40px;
}

.cp-booking-documents:has(.cp-box:nth-child(6)) {
    flex-wrap: wrap;
}

.cp-booking-documents:has(.cp-box:nth-child(6)) .cp-box {
    flex-basis: 33%;
}


@media screen and (max-width:500px) {
    .cp-booking-documents .cp-box {
        max-width: unset;
        position: relative;
    }
}


/*________________________Additional Documents_________________________*/

.cp-documents-flex {
    display: flex;
    justify-content: left;
    gap: 20px;
    flex-wrap: wrap;
}

.cp-documents-flex a:link, .cp-documents-flex a:visited, .cp-documents-flex a:hover {
    text-decoration: none;
}

.cp-document {
    padding-right: 25px;
    max-width: unset;
    align-items: center;
    font-size: 100%;
    font-weight: 600;
    line-height: 1.2;
    color: black;
    display: flex;
    text-align: left;
    flex-grow: 1;
    min-width: 300px;
    width: 48%;
    gap: 10px;
    max-width: 48%;
}

.cp-document > div:nth-child(2) {
    flex-grow: 2;
}

.cp-document-icon > div {
    background: var(--title-color);
    color: white;
    font-size: 24pt;
    padding: 8px 15px;
    padding-top: 15px;
    border-radius: 100px;
    display: inline-block;
    opacity: .6;
}

.cp-document-icon img {
    width: 60px;
    margin-bottom: 0px;
}

.cp-document-name {
    font-size: 110%; /*Target*/
    margin-bottom: 20px;
}

.cp-document-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cp-document .cp-booking-button {
    max-width: 200px;
    padding: 10px 20px;
}

.cp-booking-document-upload {
    background: white;
    border: 1px solid var(--title-color);
    color: var(--title-color);
}

.cp-booking-document-upload i {
    color: var(--title-color);
}

.cp-document-message {
    text-align: right;
    margin-top: 10px;
}

.cp-document-message-success {
    color: #03cb1d
}

.cp-document-message-error {
    color: #ff0000
}

/*__________________________Events___________________________*/
.cp-booking-events {
    padding-bottom: var(--padding);
}

.cp-booking-event {
    margin: var(--padding) 0px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.cp-booking-event:last-child {
    margin-bottom: 0px;
}

.cp-booking-event-image {
    width: 165px;
}

.cp-booking-event-image img {
    width: 100%;
    border-radius: 8px;
}

.cp-booking-event > .cp-booking-event-buttons {
    margin-left: auto;
    margin-top: auto;
}

.cp-booking-event > .cp-booking-event-info > div {
    margin-top: 15px;
}

.cp-booking-event > .cp-booking-event-info > div:last-child {
    margin-bottom: 0px;
}

html body .cp-booking-event-info .cp-booking-event-title {
    font-size: 140%; /*Target*/
    font-weight: 700; /*Target*/

    color: black;
    margin-top: 0px;
}

.cp-booking-event-title i {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    color: var(--title-color);
    display: none;
}

.cp-booking-event-date {
    color: var(--grey-text);
}

.cp-booking-event-date span {
    display: block;
}

.cp-booking-event-date span:nth-child(1) {
    margin-bottom: 10px;
}

.cp-booking-event-date span:nth-child(2) {
    text-transform: lowercase;
}

.cp-booking-event-room {
    font-size: 120%; /*Target*/
    font-weight: 600;
}

.cp-seating-plan {
    padding: 13px 30px;
}

/*__________________________Event Timeline________________________*/
.cp-events-timeline {
    position: relative;
}

.cp-events-timeline-day {
    position: relative;
    padding-bottom: 50px;
}

.cp-events-timeline .cp-items-timeline-line {
    left: 40px;
    height: calc(100% - 70px);
}

.cp-items-timeline-event {
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.cp-events-timeline .cp-items-timeline-item-marker {
    left: 34px;
}

.cp-booking-event {
    flex-grow: 2;
}

.cp-booking-event-triangle-inner {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    position: absolute;
    left: -18px;
    z-index: 20;
    top: calc(50% - 28px);
}

.cp-booking-event-triangle-outer {
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #d9e0e6;
    position: absolute;
    left: -19px;
    top: calc(50% - 29px);
}

@media screen and (max-width:500px) {
    html body .cp-events-timeline {
        text-align: center;
    }

    html body .cp-events-timeline .cp-items-timeline-line {
        left: 50%;
        z-index: 4;
    }

    html body .cp-items-timeline-event {
        padding-left: 0px;
    }

    html body .cp-booking-event {
        z-index: 5;
        background: white;
        position: relative;
    }

    html body .cp-events-timeline .cp-items-timeline-item-marker {
        display: none;
    }

    html body .cp-booking-event-buttons, html body .cp-seating-plan {
        width: 100%;
    }
}

/*_______________________________Information____________________________*/

.cp-items-cont {
    border: none;
    border-radius: 8px;
    border: 1px solid #d9e0e6;
}

.cp-updateable{
    border:2px solid var(--title-color)!important;
}

/*_______________________Timeline______________________*/
.cp-items-cont {
    padding: 20px;
    padding-right: 30px;
    padding: 0px;
    border: none !important;
}

.cp-items-timeline-item {
    display: flex;
    align-items: center;
}

/*--------------------Day-------------------*/
.cp-items-timeline-day {
    position: relative;
}

.cp-items-timeline-date {
    padding: 10px 20px;
    margin-bottom: 10px;
    font-weight: 600;
    background: var(--title-color);
    display: inline-block;
    color: white;
    border-radius: var(--customer-portal-border-radius);
}

.cp-items-timeline-line {
    width: 4px;
    background: var(--title-color);
    position: absolute;
    height: calc(100% - 70px);
    border-radius: var(--customer-portal-border-radius);
    left: 150px;
    opacity:.5;
}

/*---------------Item----------------*/
.cp-items-timeline-items {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cp-items-timeline-item {
    margin-bottom: 30px;
}

.cp-items-timeline-item-marker {
    width: 16px;
    height: 16px;
    position: absolute;
    background: var(--title-color);
    border-radius: var(--customer-portal-border-radius);
    left: 144px;
}

/*------------Times-----------*/
.cp-items-timeline-times {
    width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}

.cp-booking-item-time {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d9e0e6;
    margin-bottom: 10px;
    width:80%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.cp-booking-item-time img {
    width: 18px;
    margin-left: auto;
}

div.cp-booking-item-time{
    padding:12px 10px;
}

input.cp-booking-item-time {
    background: var(--prospect-header-bg);
}


/*-----------Content----------*/
.cp-items-timeline-content {
    border: 1px solid #d9e0e6;
    flex-grow: 2;
    gap: 20px;
    border-radius: 8px;
    padding: 25px;
    margin-left: 60px;
    position: relative;
    background: white;
}

.cp-items-timelime-content-triangle-inner {
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid white;
    position: absolute;
    left: -13px;
    z-index: 20;
    top: calc(50% - 13px);
}

.cp-items-timelime-content-triangle-outer {
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #d9e0e6;
    position: absolute;
    left: -14px;
    top: calc(50% - 14px);
}

.cp-items-timeline-content-header {
    display: flex;
    align-items: center;
}

.cp-items-timeline-name {
    font-weight: 600;
    font-size: 115%;/*Target*/
}

.cp-items-timeline-save {
    margin-left: auto;
}

.cp-booking-item-update {
    padding: 10px 20px;
}

/*------------Notes-------------*/
.cp-items-timeline-content-note {
    margin-top: 25px;
    border-top: 1px solid #d9e0e6;
    padding-top: 25px;
    border-radius: 0px;
}

.cp-items-timeline-content-note-title {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    align-items:center;
}

.cp-items-timeline-content-note-title label {
    font-weight: 600;
    margin-right: 10px;
}

.cp-editable-textarea {
    background: var(--prospect-header-bg);
    padding: 10px;
    border-radius: 8px;
    resize: vertical;
    height: 100px;
    overflow: auto;
}

.cp-note-lock{
    margin-right:-20px;
}

.cp-note-info .cp-note-lock{
    margin-right:-40px;
}


/*------------Success-----------*/
.cp-booking-item-success {
    text-align: right;
    margin-top: 10px;
}

.cp-booking-item-success-message, .cp-booking-note-success {
    background: #6fd347;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: auto;
    text-align:left;
}


/*__________________________________Notes___________________________________*/

.cp-note-cont {
    position: relative;
    display: flex;
    align-items: center;
}

.cp-note-marker {
    width: 18px;
    height: 18px;
    border-radius: 40px;
    background: var(--title-color);
    margin: auto;
    margin-bottom: 12px;
}

.cp-note {
    position: relative;
    flex-grow: 2;
    margin-left: 30px;
    margin-bottom: 30px;
}

.cp-note-triangle-inner {
    content: '';
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
    position: absolute;
    left: -18px;
    z-index: 20;
    top: calc(50% - 9px);
}

.cp-note-triangle-outer {
    content: '';
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid #d9e0e6;
    position: absolute;
    left: -19px;
    top: calc(50% - 10px);
    z-index:19;
}

.cp-note-info {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
    font-size: 115%;/*Target*/
}

.cp-note-info label {
    font-weight: 600;
    margin-right: 10px;
}

.cp-note-update-cont {
    margin-left: auto;
}

.cp-note-update {
    padding: 10px 15px;
    font-size: var(--customer-portal-font-size);/*Target*/
}

.cp-note .rich-text-cont {
    z-index: 1;
    position: relative;
}

.cp-note-detail {
    background: var(--prospect-header-bg);
    padding: 10px;
    border-radius: 8px;
}

html body .cp-note-detail.fr-box {
    border: 1px solid #e7ecf1 !important;
    border-radius: 8px !important;
}

html body .cp-note-detail.fr-box.fr-basic .fr-element {
    background: var(--prospect-header-bg);
    height: 250px;
}

html body .cp-note-detail .fr-toolbar {
    border-top: none;
}


@media screen and (max-width:500px){
    .cp-note {
        margin-left:0px;
    }
    .cp-note-marker-cont, .cp-note-triangle-inner, .cp-note-triangle-outer {
        display:none;
    }
}
