.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.top-2{top:.5rem}.-top-4{top:-1rem}.right-0{right:0}.right-2{right:.5rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-0{left:0}.z-10{z-index:10}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-14{margin-top:3.5rem}.mt-1\.5{margin-top:.375rem}.mt-2\.5{margin-top:.625rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-14{margin-right:3.5rem}.mr-0\.5{margin-right:.125rem}.mr-2\.5{margin-right:.625rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-2\.5{margin-bottom:.625rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.ml-1\.5{margin-left:.375rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-1{height:.25rem}.h-2{height:.5rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-16{height:4rem}.h-20{height:5rem}.h-px{height:1px}.h-2\.5{height:.625rem}.h-full{height:100%}.h-screen{height:100vh}.max-h-16{max-height:4rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.w-4{width:1rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-40{width:10rem}.w-44{width:11rem}.w-80{width:20rem}.w-4\/5{width:80%}.w-10\/12{width:83.333333%}.w-full{width:100%}.w-max{width:max-content}.max-w-full{max-width:100%}.max-w-max{max-width:max-content}.flex-shrink-0{flex-shrink:0}.transform{--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.cursor-default{cursor:default}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-3{column-gap:.75rem}.gap-y-2{row-gap:.5rem}.overflow-x-hidden{overflow-x:hidden}.break-normal{overflow-wrap:normal;word-break:normal}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border{border-width:1px}.border-none{border-style:none}.border-transparent{border-color:transparent}.border-gray-200{--tw-border-opacity: 1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgba(59,130,246,var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(147,197,253,var(--tw-border-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgba(236,253,245,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgba(209,250,229,var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(59,130,246,var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(147,197,253,var(--tw-bg-opacity))}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-px{padding-top:1px}.pt-0\.5{padding-top:.125rem}.pr-2{padding-right:.5rem}.pr-5{padding-right:1.25rem}.pr-2\.5{padding-right:.625rem}.pl-0{padding-left:0}.pl-4{padding-left:1rem}.pl-px{padding-left:1px}.pl-0\.5{padding-left:.125rem}.text-center{text-align:center}.italic{font-style:italic}.leading-none{line-height:1}.leading-normal{line-height:1.5}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgba(239,68,68,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgba(16,185,129,var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgba(37,99,235,var(--tw-text-opacity))}.line-through{text-decoration:line-through}.opacity-0{opacity:0}.opacity-50{opacity:.5}.hover\:opacity-100:hover{opacity:1}*,:before,:after{--tw-shadow: 0 0 #0000 }*,:before,:after{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(59, 130, 246, .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000 }.filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur{--tw-blur: blur(8px) }.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__navigation button[disabled]{background-color:#f0f0f0}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font-weight:700;font-size:.75em}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers{font-weight:700}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font-size:.75em;padding:1em calc(.5em / .75)}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.group-vote-link-container{border:1px solid #e0e0e0;display:inline-flex;flex-direction:column;max-width:100%}.group-vote-time-container{display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto}.group-vote-attendees-container{width:100%}.participant-container{height:40px;width:100%;display:flex;align-items:center;padding-left:20px;font-size:14px}.group-vote-input-container{height:60px!important}.participant-mark-container{height:40px;display:flex;align-items:center;justify-content:center}.group-vote-link-border-top{border-top:1px solid #e0e0e0}.group-vote-link-border-right{border-right:1px solid #e0e0e0}.group-vote-link-border-bottom{border-bottom:1px solid #e0e0e0}.group-vote-link-border-left{border-left:1px solid #e0e0e0}.slot-container{width:100%;list-style-type:none;display:flex;flex-direction:row;justify-content:space-between;padding:10px 20px}.time-slot-height{height:40px;min-height:40px}.group-vote-name-input{color:#4e516a!important;font-size:14px;font-weight:300;border-width:2px;border-color:#0000;padding:6px;resize:none;border-style:solid;border-radius:4px;transition:.2s linear;-webkit-transition:.2s linear;-moz-transition:.2s linear;background-color:#fff}.group-vote-name-input:focus{outline:none;border-color:#2684ff}@media screen and (min-width: 600px){.group-vote-link-container{flex-direction:row}.participant-container{width:100%}.group-vote-time-container{flex-direction:row;max-width:calc(100vw - 200px)}.slot-container{width:80px;min-width:80px;flex-direction:column;justify-content:unset;padding:0}.group-vote-attendees-container{width:200px;min-width:200px}}.group-vote-selector-background-color{background-color:#4270ed}.attendee-count-more-info-container{position:absolute;background-color:#fff;padding:12px;font-size:14px;width:150px;z-index:1}.time-zone-selection-width{width:218px}.remove-dark-mode-rbc-style .rbc-header{color:#4e516a!important}.remove-dark-mode-rbc-style .rbc-header>button.rbc-button-link{border:none;background:none;line-height:0px}.remove-dark-mode-rbc-style .default-font-color{color:#4e516a}.remove-dark-mode-rbc-style .rbc-time-content>*+*>*{border-left:1px solid #dadce0!important;border-bottom:1px solid #dadce0!important}.remove-dark-mode-rbc-style .time-slot-time-zone-slot-shade{background:repeating-linear-gradient(-45deg,#eff0f2,#eff0f2 3px,#f8f9fa 7px,#f8f9fa 8px)!important}.remove-dark-mode-rbc-style .rbc-time-header-content{border-left:1px solid #dadce0!important}.remove-dark-mode-rbc-style .rbc-time-content{border-top:1px solid #dadce0!important}.group-vote-date-time-header{height:120px;min-height:120px;flex-shrink:0}.group-vote-spreadsheet-container .group-vote-date-time-header{position:sticky;background-color:#fff;top:0;z-index:1}.group-vote-date-time-selected-event{--selected-border-color: rgba(37, 99, 235, 1);box-sizing:border-box;border-top:2px solid #2563eb;border-left:2px solid #2563eb;border-right:2px solid #2563eb}.group-vote-selected-event-time-slot{box-sizing:border-box;border-left:2px solid #2563eb;border-right:2px solid #2563eb}.group-vote-selected-event-time-slot-border-bottom{border-bottom:2px solid #2563eb}.slot-container-multi-day-event{width:108px!important;min-width:108px!important}.group-vote-selected-blue{color:#336ff6}.group-vote-unselected-gray{color:#9d9e9e}.group-vote-unselected-gray:hover{color:#4e516a}.group-vote-selected-green-text{color:#52ae7f}.preview-table-calendar-container{width:100%}@media screen and (min-width: 600px){.preview-table-calendar-container{width:90vw}}@media screen and (min-width: 1200px){.preview-table-calendar-container{width:70vw}}@media screen and (min-width: 1400px){.preview-table-calendar-container{width:1000px}}.group-vote-calendar .rbc-timeslot-group{min-height:55px!important}@media screen and (min-height: 600px){.group-scheduling-calendar-wrapper{height:190px}.group-vote-table-scroll-wrapper{max-height:250px}}@media screen and (min-height: 700px){.group-scheduling-calendar-wrapper{height:280px}.group-vote-table-scroll-wrapper{max-height:350px}}@media screen and (min-height: 800px){.group-scheduling-calendar-wrapper{height:390px}.group-vote-table-scroll-wrapper{max-height:450px}}@media screen and (min-height: 1000px){.group-scheduling-calendar-wrapper{height:590px}.group-vote-table-scroll-wrapper{max-height:650px}}.group-vote-link-details-container{background-color:#f3f7fe;border:solid 1px #d7e7fc;border-radius:21px;display:flex;flex-direction:column;max-width:min(100% - 30px,522px);padding:12px calc(12px + .5rem);width:522px}.group-vote-link-details-container.mobile{max-width:100%;width:100%}.group-vote-link-details-container .group-vote-link-details-text{color:#4f516a;font-weight:400;max-height:5rem;overflow:auto;white-space:pre-line;word-break:break-all}[data-theme=dark] .group-vote-dark-mode-wrapper .group-vote-name-input{background-color:#24282b;color:#fff!important}abbr{text-decoration:none}button:focus{outline:none}textarea:focus{outline:none}::placeholder{color:#a1a1a1}:link{color:#1974e8;text-decoration:underline}.text-color-link{color:#1974e8}.react-numeric-input{height:38px}.custom-repeat-input{width:60px;margin-left:10px;font-family:Be Vietnam Pro,sans-serif;height:38px}.css-2b097c-container{width:120px;font-weight:300;font-size:14px}.time-zone-select{width:400px}.select-conference.css-2b097c-container{margin-left:10px}.select-conference{width:200px;height:40px}.select-conference .css-yk16xz-control{width:200px;border-color:#0000;background-color:#0000}.select-conference .css-1pahdxg-control{width:200px}.event-form-title-and-time-separator{width:100%;height:15px}.event-form-attendee-list{margin-top:10px;max-height:40vh;overflow-y:scroll}.select-event-form-email{width:247px;height:40px}.select-event-form-email .css-yk16xz-control{width:247px;border-color:#0000;background-color:#0000}.select-event-form-email .css-1pahdxg-control{width:247px}.select-email-color{width:80px;height:40px}.select-email-color .css-yk16xz-control{width:80px;border-color:#0000;background-color:#0000}.select-email-color .css-1pahdxg-control{width:80px}.select-duration-time{width:80px;height:40px;font-weight:400}.select-busy-free{width:100px;height:40px}.select-busy-free .css-yk16xz-control{width:100px;border-color:#0000;background-color:#0000}.select-busy-free .css-1pahdxg-control{width:100px}.select-visibility{width:180px;height:40px}.select-visibility .css-yk16xz-control{width:180px;border-color:#0000;background-color:#0000}.select-visibility .css-1pahdxg-control{width:180px}.select-meeting-room{margin-top:5px;width:250px;height:40px}.select-meeting-room .css-yk16xz-control{width:250px;border-color:#0000}.select-meeting-room .css-1pahdxg-control{width:250px}.select-busy-free{width:90px}.monthly-repeat-select{width:200px}.select-notification-type{width:150px;margin-left:0}.week-view{width:100%;height:100%;z-index:1;box-shadow:0 1px 23px #7f8fa42e;background-color:#fff;border-color:#fff}.rbc-toolbar-label{color:#323232;font-size:24px;font-weight:700;margin-left:86px}.margin-left-3{margin-left:3px}.react-time-picker__wrapper{border:0}.select-attendee{width:320px;height:40px}.select-attendee .css-yk16xz-control{width:320px;border-color:#e0e0e0;background-color:#0000}.select-attendee .css-1pahdxg-control{width:320px}.select-time.css-2b097c-container{width:120px}.select-time{width:150px;margin-right:10px;height:40px}.select-event-time,.select-time-problem{width:120px;margin-right:10px;height:40px}.select-time-problem .css-yk16xz-control{background-color:#fce8e6}.problem-background-color{background-color:#fce8e6!important}.auto-complete-contact-container{position:relative;width:308px}.auto-complete-contact-input{width:308px;height:50px;padding:5px 10px;font-weight:400;font-size:14px;border-radius:4px;background-color:#eff5fb;border-color:#0000}.auto-complete-contact-input-focused{outline:none}.auto-complete-contact-input-input-open{border-bottom-left-radius:0;border-bottom-right-radius:0}.auto-complete-contact-input-suggestions-container{display:none}.auto-complete-contact-input-container-open{display:block;position:absolute;top:40px;width:308px;border:1px solid #aaa;background-color:#fff;font-weight:400;font-size:12px;border-radius:0 0 4px 4px;z-index:2}.auto-complete-contact-suggestion-list{margin:0;padding:0;list-style-type:none}.auto-complete-contact-list-suggestion{cursor:pointer;width:306px;padding:5px 10px}.auto-complete-contact-suggestion-highlighted{background-color:#deebff}.template-description-name{box-shadow:1px 0 5px #e4e4e4,-1px 0 5px #e4e4e4,0 0 #fff,0 10px 10px #e4e4e4;border-width:0px;padding:10px;width:320px;height:500px;margin-left:20px;margin-top:10px;word-break:normal;display:flex;flex-direction:column;justify-content:space-between}.custom-button-box{transition:.2s;padding:8px 12px;cursor:pointer;font-size:14px;font-weight:300;display:flex;justify-content:center;align-items:center;border-width:0px;border:solid 1px #ededed;-webkit-user-select:none;user-select:none;border-radius:6px}.blue-button{background-color:#176eff;color:#fff}.blue-button:focus{border-radius:6px;box-shadow:0 1px 9px #173fff87;border:solid 1px #1d4ed8}.blue-button:hover{background-color:#1d4ed8}.white-button{background-color:#fff;border:solid 1px #eee;color:#6a707d}.white-button:hover{background-color:#eee}.white-button:focus{box-shadow:0 1px 9px #1781ff82;border:solid 1px #1780ff}.default-button{background-color:#fff;border-width:1px;border-color:#ededed}.button-default-min-width{min-width:90px}.default-button:hover{background-color:#e0e0e0}.overflow-hidden{overflow:hidden}.hide-scroll-bar::-webkit-scrollbar-thumb:vertical{background-color:#0000}.hide-scroll-bar::-webkit-scrollbar{background-color:#0000}.special-mode-flag-on{background-color:#4e516a;color:#fff;position:fixed;top:0;transition:0s;height:40px;width:300px;left:50%;margin-left:-150px;padding:5px 8px 8px;border-radius:0 0 5px 5px;text-align:center;font-size:18px;font-weight:500;z-index:1}.special-mode-flag-off{background-color:#4e516a;color:#fff;position:fixed;top:-50px;transition:0s;will-change:transform,box-shadow,z-index;height:40px;width:300px;left:50%;margin-left:-150px;padding:5px 8px 8px;text-align:center;font-size:18px;font-weight:500;z-index:1;border-radius:0 0 10px 10px}.bar-dividing-weekly-and-monthly-views{box-shadow:-5px 0 10px 1px #e4e4e4}.calendar-menu-bar{cursor:pointer;width:100%;border-width:0px;color:#4a4a4a;font-size:14px;display:flex;align-items:center;justify-content:space-between;padding:10px 10px 10px 20px}.edit-template-empty-state-selection-wrapper{cursor:pointer;width:100%;border-width:0px;color:#4a4a4a;font-size:14px;display:flex;align-items:center;justify-content:space-between;padding-top:30px;padding-bottom:30px;padding-left:3.5rem;font-weight:300}.edit-template-empty-state-selection-wrapper:hover{background-color:#f5f6fb}.css-yk16xz-control:hover{background-color:#f7f8f8}.select-time-template{width:150px;margin-right:10px;height:40px}.dotted-spaced{width:315px;height:20px;background:#ff0;text-align:center;line-height:100px;background:linear-gradient(to right,#d8d8d8 50%,#fff0 0%);background-position:top,right,bottom,left;background-repeat:repeat-x,repeat-y;background-size:10px 1px,1px 10px;font-size:1px;margin-top:20px}.weekly-tool-bar{box-shadow:0 7px 10px #7f8fa42e;height:80px;flex-direction:row;display:flex;align-items:center;justify-content:space-between}.weekly-toolbar-button{width:25px;height:25px;border-radius:15px;box-shadow:0 2px 4px #bccee294;background-color:orange}.side-bar-menu-in-weekly-toolbar{display:flex;align-items:center}.side-bar-menu-icon-weekly-toolbar{display:flex;flex-direction:row;align-items:center}.side-menu-toolbar-shortcut-tiles{position:absolute;right:15px;display:flex;justify-content:center;align-items:center}.expanded-view-tile{position:absolute;right:-5px;display:flex;justify-content:center;align-items:center}.day-of-week{color:#d5d3da;margin-left:18px;font-weight:400}.shortcut-hover-hint-text{margin-right:8px;letter-spacing:1px;color:#fff}.weekly-calendar-toolbar-navigation{margin-right:36px;display:flex;flex-direction:row;align-items:center;justify-content:center}.outer-layout{margin-left:auto;margin-right:auto;height:100%;position:relative;min-width:720px;z-index:2}.special-mode-flag-layout{z-index:2}.calendar-home-view{flex-direction:row;display:flex;justify-content:space-between;position:relative}.side-menu-bar-off-calendar-home-view{position:absolute;top:0;left:-370px;transition:.15s;will-change:transform,box-shadow,z-index;cursor:pointer;z-index:3}.side-menu-bar-on-calendar-home-view{position:absolute;top:0;left:0;transition:.15s;will-change:transform,box-shadow,z-index;cursor:pointer;z-index:3}.quick-actions-toolbar{position:absolute;bottom:40px;right:50px;width:130px;display:flex;flex-direction:row;justify-content:space-between}.weekly-calendar-view{position:relative}.weekly-calendar-availability-button{position:absolute;bottom:159px;right:69px;display:flex;flex-direction:row;width:180px;justify-content:space-between}.weekly-calendar-cancel-availability-button{position:absolute;bottom:69px;right:69px;display:flex;flex-direction:row;width:180px;justify-content:space-between}.weekly-calendar-modal-content{margin-top:40px}.weekly-calendar-modal-content-button-options{display:flex;flex-direction:row;justify-content:flex-end;margin-top:50px}.weekly-calendar-modal-select-timezone{display:flex;flex-direction:row;justify-content:space-around;margin-top:40px}.custom-event-title{margin-top:5px;font-size:12px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;margin-left:3px}.custom-event-start-end-time{font-weight:300;margin-top:5px;font-size:12px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;margin-left:3px}.custom-event-number-of-participants{margin-top:25px;display:flex;flex-direction:row;align-items:center}.custom-event-number-of-participants-styling{margin-left:10px;font-weight:400;font-size:14px}.time-slot-wrapper-zoomed-in{min-height:12px;min-width:86px;display:flex;flex-flow:column nowrap;text-align:center;vertical-align:middle;line-height:.813}.time-slot-wrapper-zoomed-out{min-height:30px;min-width:86px;display:flex;flex-flow:column nowrap;text-align:center;vertical-align:middle;line-height:1.5}.time-gutter-header{display:flex;flex-direction:column;justify-content:center;align-items:center}.zoom-in-out-icons{margin-top:5px}.gutter-timezone{color:#4a4a4a;width:50px;height:15px}.monthly-calendar-with-agenda{background-color:#fdfdfd;display:flex;flex-direction:column;align-items:center;height:100%}.monthly-calendar-side-bar{display:flex;justify-content:center;align-items:center}.monthly-calendar-day-tile-background{position:relative;bottom:23px;right:6px;width:42.8438px;display:flex;cursor:pointer;justify-content:center;align-items:center}.render-agenda-wrapper{padding-top:10px}.upcoming-event-timer{margin-left:25px;display:flex;flex-direction:row;align-items:center;pointer-events:none}.upcoming-event-timer-line{width:20px;height:2px;background-color:red}.upcoming-event-text{color:red;margin-left:10px}.agenda-time-all-day{width:70px;display:flex;align-items:center;margin-left:25px}.agenda-time-not-all-day{width:70px;margin-left:25px}.agenda-duration{font-size:12px;color:#1581ff;width:70px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.agenda-start-end{font-size:12px;margin-top:10px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#7985a2}.agenda-line-separator{height:100%;margin-left:10px;margin-right:20px;width:6px;background-color:#5a69fc;color:#5a69fc;border-radius:50px}.agenda-summary{font-weight:600;width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:300;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal}.display-linebreak{white-space:pre-line}.agenda-event-detail{font-weight:300;color:#a1a1a1;width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-more-agenda-events{margin-left:25px;margin-top:10px;display:flex;flex-direction:row;align-items:center;pointer-events:none}.no-more-agenda-line{width:20px;height:2px;background-color:#4a90e2}.no-more-agenda-event-text{color:#4a90e2;margin-left:10px}.no-events-scheduled{width:100%;display:flex;justify-content:flex-start;font-weight:300;font-size:16px;margin-left:25px}.agenda-information{display:flex;align-items:center}.expanded-event-wrapper{font-size:14px;text-align:left;margin-top:10px;z-index:1;width:360px;font-weight:300}.expanded-event-header-wrapper{max-height:90vh;overflow-y:hidden;overflow-x:hidden;padding-right:10px}.expanded-event-header-wrapper:hover{overflow-y:auto;padding-right:0}.expanded-event-header-has-title{font-size:20px;font-weight:500;display:flex;flex-direction:row;justify-content:space-between}.expanded-event-header-no-title{font-size:20px;font-weight:500;display:flex;flex-direction:row;justify-content:flex-end}.expanded-event-line-wrapper{display:flex;flex-direction:row;align-items:center}.expand-event-margin-top{margin-right:15px;display:flex;flex-direction:row;color:#4e5968;justify-content:space-between}.height-100-percent{height:100%}.expand-event-month-and-time-wrapper{margin-right:15px;display:flex;flex-direction:row;color:#4e5968;justify-content:space-between;width:310px}.expand-event-start-end{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.expand-event-edit-trash-button{margin-left:20px;width:90px;display:flex;justify-content:flex-end;align-items:center}.expand-event-hangout-out{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:15px}.expand-event-preview-margin-top{margin-top:15px}.expand-event-summary{margin-top:15px;overflow-x:auto;width:320px;word-break:break-word}.expand-event-file-attachment{display:flex;flex-direction:row;overflow-x:auto;margin-top:15px}.margin-left-zero{margin-left:0}.margin-left-5{margin-left:5px}.expand-event-attendance{margin-left:5px;margin-top:5px}.expand-event-attendance-information{display:flex;flex-direction:row;align-items:center}.file-attachment-expand-file{display:flex;flex-direction:row;width:200px;overflow-x:hidden;align-items:center}.dark-gray-color{color:#4a4a4a}.margin-top-ten{margin-top:10px}.margin-left-ten{margin-left:10px}.margin-left-20{margin-left:20px}.margin-left-25{margin-left:25px}.file-attachment-title{margin-left:10px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-attachment-truncated{display:flex;flex-direction:row;align-items:center}.event-guest-attendance-list:hover{overflow-y:auto}.event-guest-attendance-list{max-height:35vh;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:hidden;width:320px}.text-align-left{text-align:left}.event-location-button-wrapper{text-align:left;display:flex;flex-direction:row}.event-location-text{margin-left:10px;overflow:hidden;text-overflow:ellipsis;max-height:30px}.event-hangout-button-wrapper{text-align:left;display:flex;flex-direction:row}.event-alarm-wrapper{display:flex;flex-direction:row;width:320px;align-items:center;justify-content:space-between;font-size:14px}.event-alarm-icon{display:flex;flex-direction:row;align-items:center;margin-top:5px}.event-alarm-close{margin-right:0;padding:5px;margin-top:3px}.cursor-pointer{cursor:pointer}.delete-button-response{display:flex;flex-direction:row;justify-content:flex-end;margin-top:60px}.attendance-response-wrapper{display:flex;flex-direction:row;margin-top:10px;padding:5px 10px 20px;justify-content:space-between;font-size:14px}.margin-top-five{margin-top:5px}.margin-bottom-ten{margin-bottom:10px}.margin-bottom-two{margin-bottom:2px}.event-response-answers{display:flex;flex-direction:row}.close-button-wrapper{width:22px;height:22px;display:flex;justify-content:center;align-items:center;padding-bottom:5px}.side-menu-contacts-wrapper:hover{background-color:#f8f8f8}.side-menu-contacts-wrapper{padding-left:20px;padding-bottom:10px;display:flex;flex-direction:row;align-items:center;cursor:pointer}.contact-photo{margin-top:8px;margin-right:15px;border-radius:50%}.contact-name{margin-top:8px;font-size:14px;color:#4a4a4a}.contact-list-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:10px;padding:10px}.side-menu-calendar-calendar-text{color:#507eff;font-weight:500;margin-right:10px;margin-left:10px;font-size:14px}.margin-bottom-three{margin-bottom:3px}.margin-bottom-five{margin-bottom:5px}.margin-bottom-15{margin-bottom:15px}.render-calendar-contact-wrapper{overflow-y:auto}.side-menu-tool-bar-section-wrapper{margin-top:10px}.side-menu-tool-bar-text{color:#507eff;font-weight:500;margin-right:10px;margin-left:20px;font-size:14px;height:35px;display:flex;align-items:center}.side-menu-toolbar-list-item{padding-left:25px;display:flex;align-items:center;flex-direction:row;cursor:pointer;height:45px;position:relative}.side-menu-toolbar-list-item:hover{background-color:#f8f8f8}.create-template-text{margin-left:20px;font-size:14px;color:#4a4a4a}.use-template-wrapper{margin-left:15px;margin-top:30px;display:flex;align-items:center;justify-content:space-between;flex-direction:row;cursor:pointer}.use-template-icon{display:flex;align-items:center;flex-direction:row}.use-template-text{margin-left:20px;font-size:14px;color:#4a4a4a}.side-menu-logout-wrapper{padding-left:25px;display:flex;align-items:center;flex-direction:row;cursor:pointer;height:55px}.side-menu-logout-wrapper-hovered{padding-left:25px;display:flex;align-items:center;flex-direction:row;cursor:pointer;height:55px;background-color:#f8f8f8}.side-menu-logout-text{margin-left:20px;font-size:14px;color:#4a4a4a}.side-menu-profile-picture{display:flex;align-items:center}.side-menu-calendar-contact-text{display:flex;flex-direction:row;justify-content:flex-end}.delete-contact{position:relative;right:5px;margin-right:10px;width:20px;height:20px;z-index:2}.side-menu-calendar-contact-button{width:20px;height:20px;border:solid;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#0000;border-color:#e0e0e0;border-width:1px;cursor:pointer;margin-right:5px}.darker-border{border-width:2px}.round-button-text-wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.inner-circular-button{width:10px;height:10px;border-radius:50%;background-color:#1581ff}.weekly-toolbar-today-shortcut-hint{margin-left:30px;margin-top:8px}.command-center-title{margin:0 36px;font-weight:400;position:relative;z-index:1;font-size:16px;text-align:center}.command-center-is-selected{display:flex;justify-content:space-between;padding:24px 36px;height:60px;cursor:pointer;background-color:#f4f6fb}.command-center-is-not-selected{display:flex;justify-content:space-between;padding:24px 36px;height:60px;cursor:pointer;background-color:#fff}.expand-event-top-bar{width:100%;margin-bottom:10px;display:flex;flex-direction:row;justify-content:flex-end;margin-top:10px;align-items:center}.event-expanded-description-label{font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;margin-bottom:10px}.attendee-event-expanded-description-label{font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;margin-bottom:10px;margin-right:10px}.space-between-date-year-and-time{margin-right:15px;width:40%}.space-between-date-year-and-time-all-day{width:100%}.event-expand-icon-name{display:flex;flex-direction:row;align-items:center}.event-expand-icon{margin-right:10px;margin-top:2px}.event-container-section-container{margin-top:30px}.margin-top-where{margin-top:15px}.attendee-name-row{display:flex;flex-direction:row}.attending-question-title{font-weight:500;margin-top:5px;font-size:14px}.event-form-section-header{font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;align-items:center}.event-form-section-attendee{font-size:16px;font-weight:500;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;width:90px;height:30px;border-radius:3px;margin-left:-6px;margin-top:-7px}.padding-twenty{padding:20px}.event-response-expand-event{position:absolute;bottom:0;width:100%;justify-content:center}.event-response-wrapper{margin-top:10px;background-color:#fff}.height-50{height:50px}.event-form-wrapper{font-size:12px;font-weight:300;text-align:left;overflow:hidden;z-index:1;width:370px}.margin-twenty{margin:20px}.event-form-save-button{position:absolute;bottom:15px;width:330px;margin-left:15px;height:50px;margin-top:15px}.refer-select-contact{width:600px;margin-left:0;margin-top:30px;height:50px}.template-title-wrapper{width:100%;height:20px}.event-form-title-input{border-width:0px;margin-bottom:12px;font-size:14px;width:320px;font-weight:500}.event-form-title-and-close-wrapper{display:flex;flex-direction:row;align-items:center;background-color:#e5eff8;padding-left:15px;padding-right:10px;width:360px;height:50px;z-index:3;position:absolute}.event-form-title{display:flex;flex-direction:row;align-items:center;padding-right:10px;width:360px;height:50px;z-index:3;position:relative}.event-form-title-and-close-input{border:none;font-size:18px;font-weight:400;color:#4e516a;width:290px;height:35px;line-height:1;border-bottom:2px solid #e0e0e0;transition:.2s;background-color:#0000}.event-form-title-and-close-input:focus{border-bottom:2px solid #2684ff;transition:.2s}.nlp-bar{border:none;font-size:14px;font-weight:300;width:320px;height:20px;line-height:1;border-style:solid;border-width:1px;border-radius:2px}.warning-changes-only-reflected-on-this-calendar{position:absolute;top:60px;left:10px;background-color:#717171;color:#fff;padding:8px;border-radius:2px;width:285px;word-break:break-word;transition:.3s;font-size:12px;font-weight:300;line-height:16px}.event-form-close-button{position:absolute;top:15px;right:4px}.event-form-email-busy-free-is-template{width:330px;display:flex;flex-direction:row;justify-content:flex-start}.event-form-email-busy-free-is-not-template{width:330px;display:flex;flex-direction:row;justify-content:space-between}.event-form-email-wrapper{display:flex;flex-direction:row;align-items:center;font-size:13px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.event-form-time-date-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:320px}.event-form-repeat-wrapper{display:flex;flex-direction:row;align-items:center}.event-form-repeat-text{margin-left:25px;width:300px;text-align:left;font-size:12px}.event-form-all-day-wrapper{display:flex;flex-direction:row;align-items:center}.event-form-all-day-text{margin-right:10px;font-weight:300;font-size:12px}.margin-top-three{margin-top:3px}.event-form-from-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:25px}.event-form-from-text{color:#a1a1a1;font-weight:600}.event-form-start-wrapper{flex-direction:column;display:flex;align-items:flex-end}.event-form-start-time-zone-text{font-size:12px;color:#4a4a4a;font-weight:300;display:flex;justify-content:space-between;width:330px;word-break:break-all;margin-bottom:15px}.event-form-start-end-button{font-size:14px;font-weight:300;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.event-form-time-zone-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:10px;border:none;cursor:pointer;font-size:12px;width:100%}.event-form-time-zone-select-wrapper{text-align:left;display:flex;flex-direction:row;justify-content:space-between;width:100%;background-color:#fff}.event-form-time-zone-icon-text{display:flex;flex-direction:row;align-items:center;margin-top:5px}.event-form-time-zone-text{margin-left:25px;width:320px;background-color:#fff;font-weight:300}.event-form-different-time-zone-warning{margin-top:10px;color:red;width:320px}.event-form-time-zone-entire-wrapper{text-align:left;display:flex;flex-direction:row;justify-content:space-around;width:100%;background-color:#fff}.separate-time-zone-text{width:50%}.event-form-location-wrapper{display:flex;flex-direction:row;margin-top:20px}.margin-right-fifteen{margin-right:15px}.margin-right-10{margin-right:10px}.margin-right-5{margin-right:5px}.event-form-conference-wrapper{display:flex;flex-direction:row;margin-top:10px}.event-form-conference-icon{margin-right:5px;display:flex;justify-content:center;align-items:center}.expanded-view-conference-icon{margin-right:5px;display:flex;justify-content:center;align-items:start;margin-top:5px}.event-form-attendee-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:20px;margin-bottom:10px;margin-left:1px}.event-form-guest-permission-wrapper{display:flex;flex-direction:row;margin-top:10px}.event-form-guest-permission-text-wrapper{text-align:left;display:flex;flex-direction:row}.event-form-guest-can-text{margin-right:10px;margin-left:2px}.event-form-guest-permission-list{width:200px;font-weight:300}.event-form-attendance-info-wrapper{text-align:left;margin-top:10px;margin-left:2px}.marginn-left-one{margin-left:1px}.event-form-reminder-wrapper{display:flex;flex-direction:row;width:320px;align-items:center;justify-content:flex-start;margin-top:20px}.event-form-event-reminder{font-size:12px;font-weight:300}.event-form-add-reminder-button{margin-top:15px;border:none;background:#0000;cursor:pointer;font-size:12px;display:flex;flex-direction:row;width:320px;align-items:center;justify-content:flex-start}.event-form-add-reminder-text{font-size:12px;font-weight:300;margin-left:10px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4e5968}.event-form-description-wrapper{margin-top:20px;height:500px;display:flex;flex-direction:row;width:320px;align-items:flex-start;justify-content:flex-start;border-radius:3px}.event-form-description-input{font-size:14px;font-weight:300;width:100%;height:40vh;overflow-y:auto;padding:8px;resize:none;overflow-x:auto;border-width:2px;border-style:solid;border-color:#e9e8e8;border-radius:3px;transition:.2s linear;-webkit-transition:.2s linear;-moz-transition:.2s linear}.event-form-description-input:focus{border-color:#4a90e2;outline:none;padding:8px}.event-form-bottom{height:200px}.event-form-discard-changes-wrapper{display:flex;flex-direction:row;justify-content:flex-end;margin-top:40px;z-index:5}.event-form-edit-with-other-guests{display:flex;flex-direction:row;justify-content:flex-end;margin-top:60px}.event-form-text-for-no-time-zone-template{margin-top:5px;color:#4a90e2;width:250px}.agenda-next-event-wrapper{padding-bottom:15px;border-bottom:1px solid #e0e0e0;cursor:pointer;margin-left:25px}.agenda-upnext-text{color:#fff;background-color:#ec617c;padding:5px 5px 3px;border-radius:2px;width:57px;font-size:11px;font-weight:400;margin-top:5px;display:flex;justify-content:center;align-items:center}.agenda-next-event-summary{font-size:15px;font-weight:400;margin-top:10px;word-break:break-word}.agenda-upnext-time-wrapper{margin-top:15px;font-size:12px}.inline-block{display:inline-block}.agenda-location-wrapper{margin-top:7px;font-size:12px;display:flex}.agenda-location-text{display:inline-block;margin-top:-1px;width:300px;margin-left:3px;word-break:break-word;font-weight:300}.agenda-conference-wrapper{margin-top:5px;font-size:12px}.discard-template-modal-container{display:flex;flex-direction:row;justify-content:flex-end;margin-top:30px}.text-template-wrapper{width:320px}.text-template-title-wrapper{width:320px;margin-top:20px;margin-left:28px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.text-template-text{font-weight:500;font-size:20px;max-height:85vh;overflow-y:auto}.text-template-icon{display:flex;justify-content:center;margin-right:20px}.text-template-title-input{padding-top:5px;padding-bottom:3px;padding-left:18px;border-width:0px;font-size:14px;margin-top:20px;width:320px;margin-left:20px;font-weight:500}.text-template-input-content-field{border-width:0px;padding:9px 20px 9px 9px;font-size:14px;font-weight:300;width:300px;height:500px;word-break:normal;resize:none}.feedback-description-textarea{border-width:1px;width:100%;height:250px;margin-top:10px;border-color:#e0e0e0}.text-template-controls-wrapper{margin-top:20px;display:flex;flex-direction:column;align-items:center}.text-template-colored-line{width:90%}.text-template-control-buttons-wrapper{display:flex;flex-direction:row;justify-content:center;margin-top:15px;margin-bottom:10px}.text-template-control-format{display:flex;flex-direction:row;justify-content:flex-start;font-size:12px;width:250px}.text-template-save-button{font-weight:500;font-size:14px;cursor:pointer}.text-template-add-more-fields{color:#a1a1a1;margin-left:30px;cursor:pointer}.text-template-trash-button{display:flex;align-items:center}.list-of-search-email-text{width:200px;word-break:break-all;overflow:hidden;opacity:1;margin-left:20px}.list-of-search-email-icon{margin-right:20px;opacity:1}.search-calendars-wrapper{margin-top:10px;margin-left:20px;margin-bottom:10px;display:flex;justify-content:space-between}.search-button-neutral-color{width:12px;height:12px;border-radius:50%;background-color:#e0e0e0}.autocomplete{font-size:14px;font-weight:300;width:290px;margin-left:20px;border-width:2px;border-color:#0000;padding:5px;resize:none;border-style:solid;border-radius:3px;transition:.2s linear;-webkit-transition:.2s linear;-moz-transition:.2s linear;background-color:#0000}.autocomplete-dropdown-container{background-color:#fff;position:absolute!important;z-index:1000;border-radius:2px;border-top:1px solid #d9d9d9;font-family:Arial,sans-serif;box-shadow:0 2px 6px #0000004d;box-sizing:border-box;overflow:hidden;margin-left:22px;margin-top:10px}.location-suggestion-item{cursor:pointer;height:30px;width:290px;padding-left:5px;display:flex;align-items:center;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autocomplete:focus{outline:none;border-color:#2684ff}.margin-bottom-seven{margin-bottom:7px}.event-form-select-conference-room-text{font-size:14px;margin-left:21px;font-weight:300}.select-conference-filter-by-building{margin-top:10px;font-size:16px;font-weight:400}.select-conferece-room-select-wrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.select-render-conferece-room-select-wrapper{justify-content:space-between;margin-top:10px}.event-for-door-icon{margin-right:5px;display:flex;justify-content:center;align-items:flex-start}.event-form-selected-room{font-size:14px;width:320px}.event-form-render-selected-conference-room{margin-bottom:10px;display:flex;align-items:center;cursor:pointer;margin-left:12px;flex-direction:row;justify-content:space-between;padding-left:10px;font-weight:300}.flex-direction-column{flex-direction:column}.event-form-render-non-editable-selected-conference-room{display:flex;align-items:center;cursor:pointer;margin-left:12px;margin-top:8px;flex-direction:row;justify-content:space-between;padding-left:32px;font-weight:300;font-size:14px}.event-form-with-icon-render-non-editable-selected-conference-room{display:flex;align-items:center;cursor:pointer;margin-left:22px;flex-direction:row;justify-content:space-between;font-weight:300;font-size:14px;margin-bottom:10px}.event-form-non-editable-asterisks{margin-right:20px;display:flex;align-items:center}.expanded-view-render-selected-conference-room{display:flex;align-items:center;cursor:pointer;margin-left:3px;flex-direction:row;justify-content:space-between;font-weight:300;margin-top:5px}.cross-through{text-decoration-line:line-through}.agenda-view-render-selected-conference-room{display:flex;align-items:center;cursor:pointer;margin-left:1px;flex-direction:row;justify-content:space-between;font-weight:300;margin-bottom:10px}.margin-left-45{margin-left:45px}.select-conference-room-search-input{font-size:16px;font-weight:300;border-width:0px;margin-top:3px;width:320px;margin-left:10px}.select-conference-room-all-rooms-wrapper{max-height:150px;overflow-y:auto;margin-top:10px}.select-conference-save-button-wrapper{width:100%;display:flex;justify-content:center}.select-conference-room-search-wrapper{margin-top:20px;display:flex;align-items:center}.select-conference-room-list{height:50px;display:flex;align-items:center;cursor:pointer;margin-left:12px;padding:10px;font-size:14px;font-weight:400;justify-content:space-between}.select-conference-room-unavailable-list{height:50px;display:flex;align-items:center;margin-left:12px;padding:10px;font-size:14px;font-weight:400;justify-content:space-between;color:#a1a1a1}.select-conference-room-list:focus,.select-conference-room-list:hover{background-color:#f8f8f8}.select-conference-room-remove-room-x-button{margin-right:20px;margin-left:10px;display:flex;align-items:center}.calendar-can-not-be-shown{margin-left:35px;font-size:12px;font-weight:300}.event-modal-pop-up-title{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px}.margin-left-five{margin-left:5px}.width-100-percent{width:100%}.calendar-can-not-be-shown-text{font-size:12px;margin-left:25px}.no-available-rooms{font-size:14px;font-weight:400;margin-left:20px}.clear-calendar-text{margin-right:10px;cursor:pointer;color:#a1a1a1;font-size:14px;display:flex;justify-content:flex-end;align-items:center}.search-calendar-email-wrapper{display:flex;flex-direction:column;margin-top:10px}.side-menu-search-wrapper{margin-left:15px}.font-size-18{font-size:18px}.font-size-12{font-size:12px}.height-34px{height:34px}.font-size-13{font-size:13px}.font-size-14{font-size:14px}.margin-top-twenty{margin-top:20px}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.highlight-field-color{background-color:#fef8e0}.flex-space-around{display:flex;flex-direction:row;justify-content:space-around}.flex-space-between{display:flex;flex-direction:row;justify-content:space-between}.feedback-type-list-wrapper{display:flex;flex-direction:row;align-items:center;margin-top:10px}.flex-center-justify-content-center{display:flex;justify-content:center}.justify-content-center{justify-content:center}.margin-top-8{margin-top:8px}.margin-left-2{margin-left:2px}.busy-free-availability-visibiilty{display:flex;align-items:center}.pin-preview{opacity:.3;color:#4e516a}.justify-content-space-between{justify-content:space-between}.margin-left-eight{margin-left:8px}.top-bar-edit-delete-close{display:flex;align-items:center}.display-flex-center{display:flex;justify-content:center;align-items:center}.display-flex-flex-direction-row{display:flex;flex-direction:row}.display-flex-flex-direction-row-justify-content-flex-end{display:flex;flex-direction:row;justify-content:flex-end}.refer-name-section{margin-left:-20px;padding-left:30px;padding-right:35px;width:640px;font-size:14px;justify-content:space-between;transition:.1s;height:50px}.refer-name-section:hover{background-color:#f8f8f8}.refer-name-section:hover .delete-referral-guest{display:block}.delete-referral-guest{display:none}.margin-top-3{margin-top:3px}.padding-top-3{padding-top:3px}.align-items-center{align-items:center}.display-flex-justify-content-space-between{display:flex;justify-content:space-between}.select-duration-time-font-300{width:80px;height:40px;font-weight:300}.search-wrapper{position:fixed;left:0;right:0;top:0;bottom:0;background-color:#fff;z-index:999;display:flex;flex-direction:row}.height-5{height:5px}.height-10{height:10px}.send-referral-button{width:100px;height:36px;background-color:#1581ff;color:#fff;font-size:13px;border-radius:2px;justify-content:center;align-items:center;display:flex;cursor:pointer;margin-top:10px}.command-center-input::placeholder{font-size:17px}.position-relative{position:relative}.search-header-wrapper{width:100%;height:100%;position:relative}.search-close-button-wrapper{position:absolute;top:30px;right:30px}.edit-template-template-title{margin-top:20px;margin-left:55px;font-weight:500;font-size:18px}.search-result-empty-wrapper{margin-left:3.5rem;font-size:14px}.search-render-input{flex:0 0 auto;padding-top:20px}.search-render-input-top{box-shadow:inset 3px 0 #aeb1dd;position:relative;margin-right:calc(48px + 2.875rem)}.search-render-input-layer{margin-left:calc(3.5rem - 2px);height:28px;position:relative;overflow:hidden}.search-auto-complete{height:28px;position:absolute;width:100%;overflow:hidden;padding-left:2px}.search-input-inline{flex-grow:1;display:-webkit-inline-box}.search-input-text-wrapper{opacity:.6;background:#0000;border:none;width:100%;resize:none;overflow:hidden;font-size:16px;line-height:28px;font-weight:400;letter-spacing:0px;position:relative;top:2px;white-space:pre;font-variant-ligatures:none;color:#000000b3}.search-text-input-overlay-wrapper{height:28px;position:absolute;width:100%;overflow:hidden;padding-left:2px}.background-color-F4F6FB{background-color:#f4f6fb}.background-color-transparent{background-color:#0000}.margin-left-130{margin-left:130px}.background-color-white{background-color:#fff}.search-summary-wrapper{padding-top:15px}.search-result-bar{height:70px;cursor:pointer;line-height:16px;font-size:16px;padding-left:3.5rem;font-weight:300}.search-date{margin-top:10px;font-size:12px;font-weight:300}.margin-left-4{margin-left:4px}.margin-left-12{margin-left:12px}.calendar-menu-bar:hover{background-color:#f8f8f8}.command-center-wrapper{position:fixed;background-color:#0000;top:0;left:0;right:0;bottom:0;z-index:999}.command-center-text-wrapper{position:fixed;width:690px;margin-left:-345px;left:50%;right:auto;max-height:50%;top:30%;bottom:auto;background-color:#fff;border-radius:4px;margin-right:-50%;box-shadow:0 15px 25px #0000001a,0 19px 45px #0000004d;padding-top:20px}.command-center-result-wrapper{height:55px;width:100%}.command-center-result-top{display:flex;flex-direction:row-reverse;height:32px;margin:24px 0;opacity:1;transition:opacity .15s ease .1s}.command-center-padding-box-shadow{padding:0 36px;flex-grow:1;box-shadow:inset 3px 0 #aeb1dd}.save-button-disabled{background-color:#e0e0e0}.save-button-enabled{background-color:#4a90e2}.save-button-enabled:focus,.save-button-enabled:hover{background-color:#3374c0;transition:.2s}.autocomplete:focus .autocomplete:hover{border-width:5px;border-color:orange}.margin-right-8{margin-right:8px}.no-disappearing-notification-message{bottom:20px;left:-300px;position:fixed;transition:0s;z-index:5}.align-items-flex-start{align-items:flex-start}.disappearing-notification-message{bottom:20px;left:10px;position:fixed;transition:0s;transition:.15s;z-index:5}.modal-text-options{cursor:pointer;width:100%;border-width:0px;color:#4a4a4a;font-size:14px;padding:10px;text-align:left}.modal-text-options-select:focus,.modal-text-options-select:hover{background-color:#f2f3f4}.modal-text-options-selected{background-color:#deebff}.create-availability-select-availability-title{font-size:18px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#4e516a}.create-availability-drag-the-mouse{height:24px;font-size:14px;font-weight:300;font-stretch:normal;font-style:normal;color:#848482;margin-left:18px;margin-top:0;line-height:1.5;letter-spacing:.3px;margin-right:8px}.empty-avaliability-icon{width:280px;height:450px;object-fit:contain;margin-top:0;display:flex;align-items:center;justify-content:center}.create-availability-copy-button:focus,.create-availability-copy-button:hover{background-color:#3374c0;transition:.2s}.create-availability-copy-button-wrapper{display:flex;justify-content:center;align-items:center;margin-top:50px}.create-availability-copy-button{background-color:#4a90e2;transition:.2s}.disabled-create-availability-copy-button{background-color:#848482}.select-availability-panel-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding:18px;margin-top:15px}.margin-top-50{margin-top:50px}.select-availability-content-layout-wrapper{display:flex;justify-content:center;align-items:center}.empty-line{margin-top:10px;margin-bottom:10px}.text-template-expanded-view{margin-left:27px;margin-top:20px;width:320px;max-height:80vh;overflow-y:auto;font-size:14px;border-width:1px;padding:10px}.text-template-view-icons{margin-right:15px;margin-bottom:3px;display:flex;align-items:center}.edit-template-from-to{margin-top:10;display:flex;flex-direction:row}.event-template-edit-view-mode-time-text{font-weight:400;margin-right:5px}.redirect-prompt-text{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;position:absolute;width:100%;top:30%;display:flex;justify-content:center;bottom:auto;font-size:50px;font-weight:600}.redirect-button-options{position:absolute;width:100%;top:40%;display:flex;flex-direction:row;justify-content:center}.redirect-button{padding:10px;border-radius:2px;cursor:pointer;display:flex;flex-direction:row;align-items:center;width:150px;height:58px;font-size:20px;font-weight:400;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;justify-content:space-around;border:solid .5px rgba(109,114,120,.34);background-color:#fff;transition:.3s}.redirect-button:focus,.redirect-button:hover{background-color:#f7f7f7;transition:.3s;box-shadow:0 4px 7px #00000030}.layout-shortcuts-legend-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:5}#layout-cover-over-lay{width:100%;height:100%;transition:.2s}#layout-cover-over-lay.layout-shortcuts-legend-cover{background-color:#000000b3}#layout-cover-over-lay.layout-no-shortcuts-legend-cover{background-color:#0000}.layout-shortcuts-legend-cover{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;z-index:5}.layout-display-shortcut-legends-list{position:fixed;top:0;right:0;width:360px;bottom:0;background-color:#fff;z-index:5}.custom-event-special-color-bar{width:4px;position:absolute;left:5px;top:0;bottom:-5px}@keyframes temporary-event-transition{0%{opacity:.3}5%{opacity:.35}10%{opacity:.4}15%{opacity:.45}20%{opacity:.5}25%{opacity:.55}30%{opacity:.6}35%{opacity:.65}40%{opacity:.7}45%{opacity:.75}50%{opacity:.88}55%{opacity:.75}60%{opacity:.7}65%{opacity:.65}70%{opacity:.6}75%{opacity:.55}80%{opacity:.5}85%{opacity:.45}90%{opacity:.4}95%{opacity:.35}to{opacity:.3}}@keyframes glowing-background{0%{opacity:1;background-color:#dee1f3}5%{opacity:.95;background-color:#dee1f3}10%{opacity:.9;background-color:#dee1f3}15%{opacity:.85;background-color:#dee1f3}20%{opacity:.8;background-color:#dee1f3}25%{opacity:.75;background-color:#dee1f3}30%{opacity:.7;background-color:#dee1f3}35%{opacity:.65;background-color:#dee1f3}40%{opacity:.6;background-color:#dee1f3}45%{opacity:.55;background-color:#dee1f3}50%{opacity:.5;background-color:#dee1f3}55%{opacity:.55;background-color:#dee1f3}60%{opacity:.6;background-color:#dee1f3}65%{opacity:.65;background-color:#dee1f3}70%{opacity:.7;background-color:#dee1f3}75%{opacity:.75;background-color:#dee1f3}80%{opacity:.8;background-color:#dee1f3}85%{opacity:.85;background-color:#dee1f3}90%{opacity:.9;background-color:#dee1f3}95%{opacity:.95;background-color:#dee1f3}to{opacity:1;background-color:#dee1f3}}@keyframes glowing-background-only-fade-down{0%{opacity:1;background-color:#dee1f3}5%{opacity:.95;background-color:#dee1f3}10%{opacity:.9;background-color:#dee1f3}15%{opacity:.85;background-color:#dee1f3}20%{opacity:.8;background-color:#dee1f3}25%{opacity:.75;background-color:#dee1f3}30%{opacity:.7;background-color:#dee1f3}35%{opacity:.65;background-color:#dee1f3}40%{opacity:.6;background-color:#dee1f3}45%{opacity:.55;background-color:#dee1f3}50%{opacity:.5;background-color:#dee1f3}55%{opacity:.45;background-color:#dee1f3}60%{opacity:.4;background-color:#dee1f3}65%{opacity:.35;background-color:#dee1f3}70%{opacity:.3;background-color:#dee1f3}75%{opacity:.25;background-color:#dee1f3}80%{opacity:.2;background-color:#dee1f3}85%{opacity:.15;background-color:#dee1f3}90%{opacity:.1;background-color:#dee1f3}95%{opacity:.05;background-color:#dee1f3}to{opacity:.05;background-color:#dee1f3}}.event-form-temporary-event{animation-name:temporary-event-transition;animation-iteration-count:infinite;animation-duration:3s}.glow-component-has-updated-notification{animation-name:glowing-background-only-fade-down;animation-iteration-count:1;animation-duration:1s}.border-radius-3px{border-radius:3px}.layout-top-flag-bar{height:30px;z-index:4;position:absolute;width:100%;display:flex;align-items:center;justify-content:center;background-color:#0091ff;color:#fffc;font-size:14px}.margin-left-35{margin-left:35px}.select-event-detail-section-title{margin-left:10px;font-weight:500}.clickable-icon-light{cursor:pointer;opacity:.9;transition:color .3s;color:#fff}.clickable-icon-light:hover{color:#606060}.select-event-detail-to-event-template-wrapper{overflow-y:auto;max-height:400px;margin-top:20px;word-break:break-word}.event-form-date-input:hover{background-color:#f2f3f4}.event-form-date-input:focus{background-color:#dfebff}.event-form-date-input{width:82px;border-color:#0000;height:30px;z-index:5;position:relative;transition:.1s;font-weight:400;background-color:#0000}.event-form-select-date-modal{position:absolute;top:100px;right:380px;border:1px solid rgba(0,0,0,0);box-shadow:#0003 0 0 30px 3px;background-color:#fff;border-radius:10px;padding:10px;z-index:5}.monthly-modal-close{position:absolute;top:15px;left:278px}.monthly-modal-title{position:absolute;top:15px;left:20px;font-size:18px;font-weight:500}.background-color-light-blue{background-color:#deebff}.overflow-y-hidden{overflow-y:hidden}.shortcut-tile-letter{font-size:12px;margin-left:8px;margin-right:4px;display:flex;justify-content:center;align-items:center}.event-attendee-profile-and-name{margin-left:10px;display:flex;flex-direction:row;align-items:center;font-size:14px;height:35px}.rbc-label.rbc-time-header-gutter{position:relative}.multiple-time-zone-text{width:78px;margin-left:5px;justify-content:space-between;position:absolute;bottom:0;left:0}.multiple-time-zone-abbreviated-text-gutter{width:30px}.other-time-zone-label{margin-left:8px;margin-right:5px;margin-top:1px}.change-time-zone-create-availability{font-size:12px;margin-bottom:10px;width:325px;display:flex;flex-direction:row;justify-content:flex-end}.color-medium-gray{color:#a1a1a1}.multiple-account-profile-picture-icon{right:10px;top:15px;position:absolute}.padding-left-negative-10{padding-left:-10px}.padding-left-15{padding-left:15px}.padding-10{padding:10px}.transition-monthly-agenda-date{transition:.1s}.warning-only-attendee{margin-right:5px;color:#fff;font-weight:600;padding-top:2px;border-radius:2px;font-size:12px;padding-left:5px;padding-right:5px;margin-top:2px}.full-attendee-list-attendee:hover{background-color:#f6f6f6}.full-attendee-list-attendee:hover .full-attendee-icon{visibility:visible}.full-attendee-icon{visibility:hidden;position:relative}.full-attendee-icon:hover .mark-optional-flag,.event-attendee-profile-and-name:hover .expanded-event-email-suggestion{opacity:1;justify-content:center;align-items:center;display:flex}.expanded-event-email-suggestion{display:none;left:-10px;transition:.2s;background-color:#717171;opacity:0;color:#fff;max-width:250px;padding-left:10px;padding-right:10px;height:30px;position:absolute;z-index:100;overflow:visible}.mark-optional-flag{display:none;transition:.2s;background-color:#717171;opacity:0;color:#fff;width:100px;height:30px;position:absolute;top:20px;left:-50px;z-index:100;overflow:visible}.attendee-optional-text{color:#858a8e;font-size:12px}.attendee-organizer-text{font-weight:500;margin-left:5px}.time-slot-time .rbc-label{color:#4e516a}.light-grey-text,.light-grey-text .rbc-label{color:#a1a1a1}.current-time-zone-label-gutter-header:hover .change-time-zone-suggestion{display:flex;transition:.2s}.change-time-zone-suggestion{display:none;position:absolute;width:150px;height:30px;background-color:#717171;top:-10px;left:44px;color:#fff;justify-content:center;align-items:center;border-radius:2px;transition:.2s;z-index:1}.time-zone-gutter-button-selected{width:50px;height:20px;background-color:#d2e2ff;border-radius:2px;padding-top:2px}.padding-top-5{padding-top:5px}.time-zone-gutter-button-not-selected{width:50px;height:20px;background-color:#0000;border-radius:2px;padding-top:2px}.event-form-save-button-container{width:calc(100% - 10px);height:66px;background-color:#fff;position:absolute;bottom:0;z-index:1}.login-button-launch-app{background-color:#fff;display:inline-flex;align-items:center;color:#0000008a;box-shadow:#0000003d 0 2px 2px,#0000003d 0 0 1px;padding:0;border-radius:2px;border:1px solid rgba(0,0,0,0);font-size:14px;font-weight:500;font-family:Roboto,sans-serif;cursor:pointer}.launch-app-icon{margin-right:10px;background:#fff;padding:15px 10px 10px;border-radius:2px}.launch-app-text{padding:10px 10px 10px 0;font-weight:500;font-size:14px}.spin:before{animation:1.5s linear infinite spinner;animation-play-state:inherit;border:solid 3px #e0e0e0;border-bottom-color:#a1a1a1;border-radius:50%;content:"";height:30px;width:30px;position:absolute;margin-top:40px;transform:translate3d(-50%,-50%,0);will-change:transform}.small-spinner:before{animation:1.5s linear infinite spinner;animation-play-state:inherit;border:solid 3px #a1a1a1;border-bottom-color:#fff;border-radius:50%;content:"";height:15px;width:15px;position:absolute;margin-top:40px;transform:translate3d(-50%,-50%,0);will-change:transform}.preview-spinner:before{animation:1.5s linear infinite spinner;animation-play-state:inherit;border:solid 3px #e0e0e0;border-bottom-color:#4a90e2;border-radius:50%;content:"";height:10px;width:10px;position:absolute;transform:translate3d(-50%,-50%,0);will-change:transform}.react-datepicker-wrapper,.react-datepicker__input-container,.react-datepicker__input-container input{display:block}.select-event-time-input{font-size:14px;height:30px;border:none;transition:.1s;font-weight:400;text-align:center;background-color:#0000}.select-event-time-input:hover{background-color:#f2f3f4}.select-event-time-input:focus{background-color:#dfebff}.react-datepicker__time-list-item{font-weight:300}.line-between-start-end-time{margin-top:4px}.react-datepicker__header.react-datepicker__header--time{display:none}.react-datepicker__time-container{box-shadow:#0003 0 0 30px 3px}.select-time-input{border:0px solid rgba(0,0,0,0)!important}.react-datepicker__time-list-item--selected{background-color:#dfebff!important;color:#4d85ff!important;font-weight:400!important}.template-select-event-time{width:85px!important}.select-event-time-normal{width:70px}.margin-right-on-event-form-time-and-date{margin-right:9px}.justify-content-flex-end{justify-content:flex-end}.display-flex{display:flex}.separate-end-time-zone{text-align:right;word-break:break-word;justify-content:flex-end;display:flex}.separate-start-time-zone{text-align:left;word-break:break-word;display:flex;justify-content:flex-start;width:170px}.calendar-active-event-opacity{opacity:.6}.event-form-duration-label{font-size:14px;margin-left:5px;margin-right:5px;margin-bottom:2px;font-weight:400}.event-form-duration-container{width:350px;display:flex;flex-direction:row;margin-top:20px}.zoom-additional-info-section{margin-left:25px;font-size:12px;font-weight:300;color:#a1a1a1}.zoom-additional-info-container{margin-top:10px;display:flex;flex-direction:row;font-size:12px}.margin-top-2{margin-top:2px}.margin-top-1{margin-top:1px}.spacing-between-email-refer{margin-top:20px;margin-bottom:20px}.custom-event-display-single-line-event-container{max-height:22px;overflow:hidden;text-align:left;-webkit-user-select:none;user-select:none;font-size:12px;margin-top:2px;margin-left:3px}.custom-event-display-single-line-event{margin-top:2px;margin-left:3px;overflow:hidden;white-space:normal;max-width:100%;word-break:break-all;max-height:15px;font-size:12px}.custom-event-thirty-min-or-more-container{padding-top:4px;white-space:normal;overflow-wrap:break-word;word-wrap:break-word;line-height:15px;overflow:hidden;font-size:12px;font-weight:400}.custom-event-thirty-min-or-more-display-time{display:flex;flex-direction:row;justify-content:space-between;font-size:12px;font-weight:300;white-space:nowrap}.letter-spacing-0-3{letter-spacing:.3px}.join-conference-link{font-size:14px;font-weight:400;color:#267ae9;cursor:pointer}.hangout-label-text{margin-top:20px;font-weight:500;font-size:12px}.hangout-link-subtext{margin-top:5px;font-size:12px;font-weight:300;color:#a1a1a1}.hangout-clickable-link-subtext{font-size:12px;font-weight:300;color:#267ae9}.hangout-conference-container{border:solid;border-color:#e0e0e0;border-width:1px;padding-left:15px;padding-top:5px;padding-bottom:5px;border-radius:5px;width:285px;margin-left:18px}.disappearing-notification-message-container{background-color:#4a4a4a;color:#fff;padding:20px;border-radius:4px;font-size:12px;max-height:60px;display:flex;align-items:center;justify-content:center;max-width:300px;flex-direction:row;font-weight:500;text-align:left}.conflicting-zoom-warning{color:red;width:280px;display:flex;flex-direction:row}.ql-editor{min-height:18em;width:100%;font-size:14px}.quill{width:100%;height:458px}.ql-container,.ql-toolbar{border-color:#e0e0e0!important}.nlp-input{line-height:30px;width:100%;background-color:#f5f6fb;font-size:14px;font-weight:300;padding:10px 23px 10px 15px;box-shadow:0 2px 8px #d7d9d6;word-break:break-word;border:solid;border-width:0px;border-bottom-width:3px;border-color:#0000;transition:.3s}.nlp-input:focus{border-color:#6177d9;box-shadow:0 5px 9px #859bf357;transition:.3s}.highlight-focused-border{border:solid;border-width:2px;border-color:#2684ff;transition:.3s}.transparent-unfocused-border{border:solid;border-width:2px;border-color:#0000;transition:.3s}.default-input-field:focus{border:solid;border-width:1px;border-color:#2684ff;transition:.2s linear}.default-input-field{border:solid;border-width:1px;border-color:#0000;border-color:#e0e0e0;width:100%;font-size:14px;font-weight:300;padding:5px;resize:none;border-style:solid;border-radius:3px;transition:.2s linear;-webkit-transition:.2s linear;-moz-transition:.2s linear;background-color:#0000}.modal-description{font-size:14px;font-weight:300;margin-bottom:20px}.use-personal-zoom-link{padding:8px;background-color:#267ae9;color:#fff;width:150px;border-radius:2px;cursor:pointer}.desktop-title-header{-webkit-app-region:drag;background-color:#fff;height:41px;z-index:4;width:100%;position:absolute;display:flex;flex-direction:row;padding-left:90px;align-items:center;padding-right:10px;border:solid;border-width:0px;border-bottom-width:1px;border-color:#e0e0e0}.plus-sign-inside-add-account{border-radius:2px;width:17px;height:17px;transition:.2s;color:#fff;font-size:18px;background-color:#fff;display:flex;align-items:center;justify-content:center}.plus-sign-inside-add-account:hover{transition:.2s;color:#4e516a}.shortcuts-legend-container{width:100%;height:100%;padding:25px 20px;overflow-y:hidden;transition:.2s}.shortcuts-legend-container:hover{overflow-y:auto}.key-board-short-cuts-title{font-size:20px;font-weight:400}.shortcuts-legend-section-title{font-size:18px;font-weight:400;margin-top:40px;margin-bottom:16px}.shortcuts-legend-section-tile-container{width:320px;margin-bottom:16px;font-size:14px;display:flex;flex-direction:row;justify-content:space-between}.margin-top-25{margin-top:25px}.margin-bottom-20{margin-bottom:20px}.availability-is-link-toggle{margin-top:25px;display:flex;flex-direction:row;align-items:center}.availability-toggle-text{font-size:12px;font-weight:300;margin-left:10px;color:#a1a1a1}.availability-detail-section-container{display:flex;flex-direction:row;align-items:center;margin-top:10px}.availability-detail-section-text{font-size:14px;font-weight:300}.select-availability-conferencing{width:200px;height:40px;font-weight:300}.availability-title-input{width:220px;font-weight:300;font-size:14px;border-radius:4px;padding:10px 10px 10px 0;align-items:center;display:flex}.availability-link-background{background-color:#fff;display:flex;align-items:center}.availability-link-container{display:flex;max-width:900px;height:calc(90% - 50px);border-radius:6px;border:solid 1px #e0e0e0;background-color:#fff}.availability-custom-name-banner{background-color:#176eff;color:#fff;font-weight:300;-webkit-user-select:none;user-select:none;width:900px;font-size:14px}.margin-20{margin:20px}.margin-bottom-30{margin-bottom:30px}.margin-bottom-25{margin-bottom:25px}.availability-event-info{width:100%}.availability-bottom-left-container{width:100%;overflow-y:hidden;overflow-x:hidden;padding-bottom:72px;margin-bottom:10px}.select-availability-day-slots-container:hover{overflow-y:auto}.select-availability-day-slots-container{max-height:100%;overflow-y:hidden;overflow-x:hidden}.availability-left-container{width:700px;display:flex;flex-direction:column;align-items:center;border-right:1px solid #d7d9d6;border-top-left-radius:6px;border-bottom-left-radius:6px}.availability-link-title{font-size:18px;font-weight:400}.title-limit{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:268px}.mobile-wrapper .title-limit{width:calc(100vw - 50px)}.availability-link-day-side-bar{width:4px;height:50px;background-color:#0000;position:absolute;left:0}.availability-link-day-container{width:100%;height:50px;align-items:center;display:flex;cursor:pointer;justify-content:space-between;overflow-x:hidden}.right-hand-title{font-size:14px;color:#4e516a;font-weight:400}.availability-time-slot-container{height:100%;overflow-y:auto;overflow-x:hidden;width:100%;justify-content:center;flex-direction:column}.render-right-hand-container{padding-top:20px;padding-left:30px;display:flex;flex-direction:column;font-weight:400;width:100%}.availability-time-slot-container:hover{overflow-y:auto;overflow-x:hidden}.availability-link-time-slot-container{font-size:14px;cursor:pointer;height:53px;text-align:center;border-radius:4px;background-color:#fff;margin-bottom:20px;display:flex;justify-content:center;align-items:center;font-weight:300;transition:.2s;-webkit-user-select:none;user-select:none;border:1px solid #e0e0e0}.availability-link-time-slot-container:hover{background-color:#f8f9fa}.availability-time-width{width:90%}.availability-confirm-time-width{width:95px}.confirm-button{font-size:14px;border-radius:4px;height:53px;background-color:#176eff;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:300;transition:.2s;cursor:pointer}.confirm-button:hover{background-color:#1d4ed8}.render-title-time{font-weight:300;color:#868e96;height:24px;font-size:14px}.availability-user-name{font-size:14px;font-weight:300;color:#505166}.availability-profile-photo{border-radius:100px;margin-bottom:8px;object-fit:cover;object-position:center;overflow:hidden;position:relative;height:53px;width:53px}.availability-profile-photo>img,.availability-profile-photo>.skeleton{left:0;position:absolute;top:0;width:100%;height:100%}.availability-social-links{line-height:0}.width-height-10{width:10px;height:10px}.availability-error-container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.availability-enter-name-email-container{padding-left:20px;display:flex;align-items:flex-start;flex-direction:column;width:100%;margin-top:68px;overflow-y:auto;overflow-x:hidden}.select-region-code{width:180px;height:44px}.availability-input{width:100%;height:38px;font-size:14px;font-weight:300;padding-left:10px;padding-right:10px;background-color:#fff;border-radius:4px;border:1px solid #e0e0e0;transition-duration:.2s}.availability-input:focus{border:1px solid #4e516a}.multiline-input{width:100%;height:125px;font-size:14px;font-weight:300;padding:10px;border-radius:4px;border:1px solid #e0e0e0;transition-duration:.2s;background-color:#fff;resize:none;color:#4e516a}.multiline-input:focus{border:1px solid #4e516a}.side-panel-modal-background-color{background-color:#fff}.availability-schedule-event-button{font-size:14px;width:calc(100% - 20px);color:#fff;display:flex;justify-content:center;align-items:center;font-weight:300;height:50px;min-height:50px;border-radius:7px;background-color:#176eff;transition:.2s;margin-top:20px;cursor:pointer;padding-top:10px;padding-bottom:10px;margin-bottom:10px}.availability-schedule-event-button:hover{background-color:#1d4ed8}.availability-back-button{border-radius:50%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;cursor:pointer}.availability-back-button-container{position:absolute;top:20px;left:20px}.request-early-access-input{width:80%;height:45px;border-top-left-radius:2px;border-bottom-left-radius:2px;background-color:#d8d8d847;font-size:14px;font-weight:300;border:none;padding:5px 5px 5px 10px}.request-early-access{width:150px;cursor:pointer;height:45px;background-color:#859bf3;color:#fff;font-size:12px;font-weight:300;display:flex;justify-content:center;align-items:center;border-top-right-radius:2px;border-bottom-right-radius:2px;text-align:center;transition:.2s}.request-early-access:hover{background-color:#6177d9}.schedule-event-page-margin-top{width:100%;margin-top:30px}.availability-select-day-time-container-is-not-mobile{display:flex;flex-direction:row;width:100%}.availability-select-day-time-container-is-mobile{width:100%}.overflow-y-auto{overflow-y:auto}.availability-display-error-warning-container{transition:.2s;width:100%;border-radius:6px 6px 0 0/6px 6px 0px 0px;box-shadow:0 3px 9px #00000057;background-color:#4e516a;position:absolute;top:0;color:#fff;padding:17px 32px}.availability-check-mark{position:absolute;right:25px}.create-availability-container{overflow-y:hidden}.create-availability-container:hover{overflow-y:auto}.create-availability-wrapper{width:360px}.slots-gif-container{width:50%;border:1px solid #e5e7eb;display:none}@media screen and (min-height: 1000px)and (min-width: 600px){.slots-gif-container{display:inherit}}@media screen and (min-height: 500px){.availability-link-background{justify-content:center}}@media screen and (min-width: 320px){.availability-link-container{max-width:600px}.availability-custom-name-banner{width:550px}.availability-confirm-time-width{width:120px}.availability-vimcal-logo-display{display:none}}.custom-day-header-month{height:29px;width:24px}@media screen and (min-width: 600px){.availability-link-container{max-height:900px;max-width:600px}.title-limit{width:268px}.custom-day-header-month{width:38px}.availability-custom-name-banner{width:600px}.entire-availability-container-size{width:900px}.availability-check-mark{display:none}.availability-confirm-time-width{width:145px}.availability-vimcal-logo-display{display:none}}@media screen and (min-width: 700px){.availability-link-container{max-height:900px;max-width:700px}.title-limit{width:300px}.availability-custom-name-banner{width:700px}.availability-check-mark{left:300px;display:block}.availability-confirm-time-width{width:145px}}@media screen and (min-width: 900px){.availability-link-container{max-height:900px;max-width:900px}.title-limit{width:328px}.availability-custom-name-banner{width:900px}.availability-check-mark{left:350px;display:block}.entire-availability-container-size{width:900px}.availability-confirm-time-width{width:220px}.availability-vimcal-logo-display{display:block}}@media screen and (min-width: 1200px){.availability-link-container{max-height:900px}.availability-vimcal-logo-display{display:block}}.color-transparent{color:#0000}.justify-content-space-around{justify-content:space-around}.user-select-none{-webkit-user-select:none;user-select:none}.reschedule-former-time-container{background-color:#0000;font-weight:400;margin-top:20px;width:calc(100% + 30px);color:#a1a1a1;font-size:14px}.color-new-time{color:#176eff}.confirm-cancellation-container{padding:30px;position:relative}.monthly-calendar-navigation-arrow{cursor:pointer;transition:.2s;color:#4e516a}.monthly-calendar-navigation-arrow:hover{color:#4a90e2}.grey-icon{opacity:.3;color:#4e516a;cursor:default}.skeleton{display:inline-block;height:100%;width:100%;background:linear-gradient(-90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:400% 400%;animation:pulse 1.2s ease-in-out infinite;border-radius:2px}@keyframes pulse{0%{background-position:0% 0%}to{background-position:-135% 0%}}.start-free-trial-button{background:linear-gradient(101.9deg,#fa4257 19.93%,#fa6753 41.39%,#f9013b 51.79%,#f50081 75.59%,#ad298c 100.62%);border-radius:10px;color:#fff;cursor:pointer;padding-right:32px;padding-left:32px;height:58px;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:400;text-align:center;-webkit-user-select:none;user-select:none;transition:box-shadow .3s ease-in-out;transition-duration:.3s;margin-top:32px}.start-free-trial-button:hover{box-shadow:0 5px 15px #0000004d}.box-shadow-6{box-shadow:#63636333 0 2px 8px}.box-shadow-5{box-shadow:#0000003d 0 3px 8px}.default-container-border-background{border:solid 1px #e0e0e0;background-color:#fff}.padding-top-15{padding-top:15px}.transition-monthly-agenda-date{transition:.1s;-webkit-user-select:none;user-select:none}.custom-day-header-month-background-color{background-color:#f1f3f4}.custom-day-header-month-mobile{height:24px;width:28px}.font-size-10{font-size:10px!important}.font-size-16{font-size:16px}.top-negative-4{top:-4px}.font-size-20{font-size:20px}.agenda-hover-blue-background-color{background-color:#1967d2}.max-width-screen{max-width:100vw}.button-disabled{background:#8ba5e3;cursor:default}.button-enabled{background:linear-gradient(to right,#0168e3,#107eff)}.width-90px{width:90px}.regular-custom-event-container{height:calc(100% + 2px);margin-top:-1px}.text-dark-mode-background-color{color:#24282b}.hoverable-secondary-text-color{color:#a8a8a8;transition:color .3s;cursor:pointer}.hoverable-secondary-text-color:hover{color:#4e516a}.secondary-text-color{color:#a8a8a8}.hoverable-secondary-text-fill path{fill:#a8a8a8;transition-duration:.2s}.hoverable-secondary-text-fill:hover path{fill:#4e516a}.secondary-text-fill path{fill:#a8a8a8;transition-duration:.2s}.default-font-color{color:#4e516a}.font-weight-500{font-weight:500}.confirmed-page-event-detail-width{width:200px!important}.border-solid-1px{border:solid 1px}.add-attendees-button{border:solid 1px #e0e0e0}.add-attendees-button:hover{border:solid 1px #4e516a}.add-attendee-container{display:flex;flex-wrap:wrap;align-content:baseline;align-items:flex-start;box-sizing:border-box;width:100%;min-height:94px;padding:10px 15px;cursor:text;color:#4e516a;border:1px solid #e0e0e0;border-radius:4px;transition:.2s;background-color:#fff}.add-attendee-container:focus{border:1px solid #4e516a}.guest-tag{position:relative;flex-shrink:0;max-width:100%;margin-right:5px;margin-bottom:2px;padding-right:6px;border-radius:3px;cursor:text;-webkit-user-select:none;user-select:none;display:flex;align-items:center;padding-left:4px;font-size:14px}.invalid-email-tag{background-color:#f6dddb;border:1px solid #c4291c}.valid-email-tag{background-color:#e0ebfd;border:1px solid #4284f7}.truncate-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.white-button-border{border:solid 1px #e5e7eb}.white-button-border:hover{border:solid 1px #4e516a}.different-time-zone-banner{border:1px solid #f8d5ae;background-color:#fef5ec;border-radius:6px;padding:12px}.margin-top-32-percent{margin-top:32%}.font-size-24px{font-size:24px}.large-blur{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.spinner-v2:before{animation:1.5s linear infinite spinner-v2;animation-play-state:inherit;border:solid 3px #a1a1a1;border-bottom-color:#fff;border-radius:50%;content:"";display:block;height:30px;width:30px;will-change:transform}.spinner-v2.small-spinner-v2:before{height:15px;width:15px}.spinner-v2.big-spinner-v2:before{height:60px;width:60px}.spinner-v2.smaller-spinner-v2:before{height:8px;width:8px}@keyframes spinner{0%{transform:translate3d(-50%,-50%,0) rotate(0)}to{transform:translate3d(-50%,-50%,0) rotate(360deg)}}@keyframes spinner-v2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.background-color-light-gray{background-color:#e0e0e0}.text-color-light-gray{color:#a8a8a8}.rotate-180-degrees{transform:rotate(180deg)}.height-84px{height:84px}.max-height-84px{max-height:84px}.reveal-on-hover{opacity:0}.hoverable-container:hover .reveal-on-hover{opacity:1}.max-width-160px{max-width:160px}.tool-tip-container{background-color:#717171;border-radius:4px;color:#fff;font-size:12px;width:max-content;padding:5px 10px;pointer-events:none;transition:opacity .2s;z-index:2;opacity:0}.hoverable-container:hover>.tool-tip-container{opacity:1}.default-border{border:solid 1px #e0e0e0}.padding-left-30px{padding-left:30px}.margin-left-22px{margin-left:22px}.word-break{word-break:break-word}.width-90-percent{width:90%}*{box-sizing:border-box;margin:0;padding:0;outline:none;letter-spacing:.2px;font-family:Be Vietnam Pro,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar:horizontal{height:10px}::-webkit-scrollbar-thumb:vertical{background:#e5e5e5;-webkit-border-radius:100px;background-clip:padding-box;border:2px solid rgba(0,0,0,0);min-height:10px}::-webkit-scrollbar-thumb:horizontal{background:#e5e5e5;-webkit-border-radius:100px;background-clip:padding-box;border:2px solid rgba(0,0,0,0);min-width:5px}button,input,p{color:#4e516a}button{border:solid}input:focus{outline:none}body{overflow:hidden;height:100%;margin:0;line-height:1.4;font-family:Be Vietnam Pro,sans-serif;font-weight:300;color:#4e516a}a{color:#333;text-decoration:none}.focusable-text{cursor:pointer;border:1px solid transparent;padding:5px;margin-left:-5px}.focusable-input:focus,.focusable-input:active,.focusable-text:focus,.focusable-text:hover{background-color:#deebff}.hoverable-text:hover,.hoverable-text:focus{color:#4a90e2;cursor:pointer}.hoverable-button{opacity:.9;transition:all ease-in-out .3s}.hoverable-button:focus,.hoverable-button:active,.hoverable-button:hover{opacity:1;transform:translateY(-5px)}.create-availability-button{background:linear-gradient(#45c6a9,#4bddbc)}.create-event-button{background:linear-gradient(#4a90e2,#52a2ff)}.disabled-icon{cursor:pointer;opacity:.3;color:#4e516a}.clickable-icon{cursor:pointer;opacity:.3;transition:opacity .3s;color:#4e516a}.clickable-icon:hover{opacity:.9}.side-menu-div{padding-left:-10px}.side-menu-div:hover{padding-left:15px}.rbc-header{border-left:1px solid transparent}.rbc-day-bg+.rbc-day-bg{border-left:1px solid transparent}.rbc-day-slot .rbc-events-container{margin-right:10px}.rbc-day-slot .rbc-event-content{font-weight:600;word-wrap:normal}.weekly-toolbar-header{margin-left:40px;display:flex;flex-direction:row}.weekly-toolbar-start-to-end-of-week-header{border-width:0px;font-size:20px;font-weight:500;display:flex;flex-direction:row;align-items:center}.emoji-mart{border:none}.text-link{text-decoration:underline;cursor:pointer}.text-link:hover{color:#4a90e2}.text-link-top-bar{text-decoration:underline;cursor:pointer}.text-link-top-bar:hover{color:orange;transition:.2s}.contact-handle{background-color:#d3d7dd;color:#565862;transition:color .2s}.contact-handle.clickable-contact-handle:hover{color:#21222d}[data-theme=dark] .contact-handle{background-color:#454553;color:#b0b0b5;transition:color .2s}[data-theme=dark] .contact-handle.clickable-contact-handle:hover{color:#dededf}.rbc-addons-dnd .rbc-addons-dnd-row-body{position:relative}.rbc-addons-dnd .rbc-addons-dnd-drag-row{position:absolute;top:0;left:0;right:0}.rbc-addons-dnd .rbc-addons-dnd-over{background-color:#0000004d}.rbc-addons-dnd .rbc-event{transition:opacity .15s}.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon{display:block}.rbc-addons-dnd .rbc-addons-dnd-dragged-event{opacity:0}.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview){opacity:.5}.rbc-addons-dnd .rbc-addons-dnd-resizable{width:100%;height:100%}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:100%;text-align:center;position:absolute}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child{top:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child{bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{display:none;border-top:3px double;margin:0 auto;width:10px;cursor:ns-resize}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor{position:absolute;top:4px;bottom:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child{left:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child{right:0}.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon{display:none;border-left:3px double;margin-top:auto;margin-bottom:auto;height:10px;cursor:ew-resize}.remove-rbc-day-header-click .rbc-header{pointer-events:none;cursor:default}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}.rbc-event{border:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#039be5;border-radius:3px;color:#5a69fc;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#039be5}.rbc-event-label{font-size:80%}.rbc-event-label .rbc-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-event-overlaps{box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{position:relative;padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a;height:20px;z-index:10;margin-top:4px}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal}.rbc-month-view{position:relative;border:1px solid #ededed;display:flex;flex-direction:column;flex:1 0 0;width:100%;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;position:relative;flex-direction:column;flex:1 0 0;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ededed}.rbc-date-cell{flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex-direction:row;flex:1 0 0;overflow:hidden}.rbc-day-bg{flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ededed}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ededed}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex-direction:column;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ededed;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ededed}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ededed}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ededed}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ededed}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1}.rbc-timeslot-group{min-height:48px;display:flex;flex-flow:column nowrap;text-align:center;vertical-align:middle;line-height:0}.rbc-time-gutter,.rbc-header-gutter{flex:none}.rbc-label{padding:0 5px;font-weight:300;font-family:Be Vietnam Pro,sans-serif;font-size:12px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event{border:0px solid rgb(37.7432432432,89.3513513514,133.2567567568);border-left-width:3px;border-left-color:#5a69fc;display:flex;max-height:100%;min-height:13px;flex-flow:column wrap;align-items:flex-start;overflow:hidden;position:absolute;font-size:12px}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;flex:1 1 0;word-wrap:break-word;height:100%;min-height:1em;font-size:12px;font-weight:700}.rbc-day-slot .rbc-time-slot{text-align:center;vertical-align:middle}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ededed;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;flex:1 0 0;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;flex:1 1 0;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.select-on-edit-mode .rbc-slot-selection{opacity:0}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:flex;flex-direction:column;flex:1;width:100%;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:content-box;width:calc(100% + 10px);height:100%;position:relative;max-height:110px;overflow-y:auto}.rbc-time-view .rbc-allday-cell .rbc-row-content{width:calc(100% - 6px)}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ededed}.rbc-time-view .rbc-allday-events{position:relative}.rbc-time-view .rbc-row{box-sizing:border-box}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ededed}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ededed}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ededed}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{flex:1;display:flex;min-width:0;flex-direction:column;border-left:1px solid #ededed}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ededed}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ededed;flex-shrink:0}.rbc-time-content{display:flex;flex:1 0 0%;align-items:flex-start;width:100%;border-top:1px solid #ededed;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ededed;border-bottom:1px solid #ededed}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ededed}.rbc-time-content>.rbc-day-slot{width:100%;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;left:0;right:0;height:2px;border-color:#0000;background-color:#ec617c;pointer-events:none}.rbc-calendar{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:stretch}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{box-sizing:inherit}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:400;font-size:16px;min-height:0;-webkit-user-select:none;user-select:none;color:#a1a1a1;line-height:0}.rbc-header+.rbc-header{border-left:0px solid #ededed}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ededed}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none}.rbc-today{background-color:#0000;color:#4a4a4a}.rbc-label{font-size:10px}.rbc-day-slot .rbc-event-label{display:none}.rbc-time-view{-webkit-user-select:none;user-select:none}.rbc-time-header-cell-single-day{display:flex}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor{width:calc(100% - 10px)}.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon{width:20px}.rbc-off-range-bg{background-color:#f8f9fa}.rbc-show-more{background-color:#0000;font-weight:400;margin-left:5px;margin-top:5px;font-size:12px}.rbc-header{color:#4e516a}.rbc-date-cell{padding-right:0;text-align:center;padding-top:5px}.rbc-show-more:visited,.rbc-show-more:link{text-decoration:none}.rbc-time-view .rbc-allday-cell{min-height:20px;padding-top:10px}.dnd-month-view .rbc-day-bg{border-right:1px solid #ededed}.dnd-month-view .rbc-day-bg:nth-child(7){border-right:1px solid rgba(0,0,0,0)}.dnd-month-view .rbc-month-view{border:none}.dnd-month-view .rbc-header{line-height:initial;display:flex;justify-content:center;align-items:center;padding-left:0;padding-right:0;border-right:1px solid #ededed;border-left:1px solid rgba(0,0,0,0)}.dnd-month-view .rbc-header:nth-child(7){border-right:1px solid rgba(0,0,0,0)}.dnd-month-view .rbc-event{height:23px}.dnd-resource-view .rbc-header{height:65px;display:flex;align-items:center;justify-content:center;padding:10px}.dnd-resource-view .rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid rgba(0,0,0,0)}.rbc-event-content{height:100%}.margin-left-0-important{margin-left:0!important}.margin-right-right-hand-slot-with-time{margin-right:12px!important}.rbc-timeslot-group{min-width:inherit}.rbc-time-gutter .rbc-timeslot-group{min-width:50px}@media screen and (min-height: 500px){.rbc-timeslot-group{min-height:55px}.rbc-time-view .rbc-allday-cell{max-height:150px}}@media screen and (min-height: 750px){.rbc-timeslot-group{min-height:55px}}@media screen and (min-height: 1000px){.rbc-timeslot-group{min-height:60px}.rbc-time-view .rbc-allday-cell{max-height:200px}}@media screen and (min-height: 1200px){.rbc-timeslot-group{min-height:85px}.rbc-time-view .rbc-allday-cell{max-height:250px}}.rbc-day-bg+.rbc-day-bg{border-left:1px solid rgba(0,0,0,0)}.react-calendar__viewContainer{-webkit-user-select:none;user-select:none}.monthly-calendar{height:100%;border:0px}.react-calendar__navigation{-webkit-user-select:none;user-select:none;height:max-content;margin-bottom:8px;margin-top:24px}.react-calendar__navigation__prev2-button,.react-calendar__navigation__next2-button{display:none}.react-calendar__navigation__label{pointer-events:none;font-size:14px;font-weight:400;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#4e516a;background-color:#fff;border:0px}.react-calendar__month-view__days__day--weekend{color:#4e516a}.react-calendar__navigation button:hover,.react-calendar__navigation button:focus{background-color:#0000!important}.react-calendar__month-view__weekdays__weekday{text-transform:capitalize;text-decoration:none;font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#959ba0;padding-left:5px}.react-calendar__navigation__prev-button,.react-calendar__navigation__next-button{width:75px;background-color:#0000;border:0px}.react-calendar__month-view__weekdays{font-weight:400;color:#a1a1a1;font-size:12px}.react-calendar__month-view__days__day{font-weight:500;color:#0000!important;font-size:12px;height:34px}.react-calendar__tile--active{border-radius:50%;color:#fff;background:#0000!important}.react-calendar{width:300px!important;background-color:#0000!important;border-color:#0000!important}.react-calendar button{cursor:pointer}.react-calendar__month-view__days__day--neighboringMonth{color:#0000!important}.react-calendar__tile{max-width:100%;text-align:center;padding:.75em .5em;background:none}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#0000!important;border-radius:50%!important}.react-calendar__tile--hasActive{background:#0000!important}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#0000!important}.react-calendar__tile--active{background:#0000!important;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#0000!important}@media screen and (min-height: 800px){.react-calendar__navigation{margin-bottom:12px}}.selected-checkbox-blue{background-color:#3b81f7;border-color:#3b81f7}.selected-none-checkbox-gray{background-color:#a5a6bc;border-color:#a5a6bc}.unselected-checkbox-border{border:1px solid #bfc2cb}.unselected-checkbox-border:hover{border:1px solid #4e516a}.selected-faded-background-color{background:#e5efff}.no-times-work-selected-faded-background-color{background-color:#a5a6bc29}.spreadsheet-participant-mark-container{height:100px;display:flex;padding:8px}.spreadsheet-participant-container{height:100px;width:100%;display:flex;align-items:center;padding-left:20px;font-size:14px}.name-and-email-input{border-bottom:1px solid #c2c2c2}.name-and-email-input:focus{border-bottom:1px solid #4f5168}.group-vote-spreadsheet-container{width:max-content;overflow-x:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 280px)}.group-spreadsheet-has-different-timezone .group-vote-spreadsheet-container{max-height:calc(100vh - 360px)}.group-spreadsheet-details-truncated .group-vote-spreadsheet-container{max-height:calc(100vh - 320px)}.group-spreadsheet-has-details .group-vote-spreadsheet-container{max-height:calc(100vh - 360px)}.group-spreadsheet-has-different-timezone.group-spreadsheet-has-details .group-vote-spreadsheet-container{max-height:calc(100vh - 420px)}.group-spreadsheet-has-different-timezone.group-spreadsheet-details-truncated .group-vote-spreadsheet-container{max-height:calc(100vh - 348px)}@media screen and (min-width: 600px){.spreadsheet-participant-container{width:100%}.spreadsheet-table-container .slot-container{width:160px;min-width:160px;flex-direction:column;justify-content:unset;padding:0}}.padding-left-0px-important{padding-left:0!important}.padding-right-0px-important{padding-right:0!important}.width-250-important{width:250px!important}.width-200-important{width:200px!important}.cursor-default-important{cursor:default!important}.line-height-20px-important{line-height:20px!important}.margin-top-20px-important{margin-top:20px!important}.availability-content-width-important{width:325px!important}.availability-setting-copy-container{min-height:80px!important;max-height:80px!important;padding:6px 10px!important}.padding-bottom-16px-important{padding-bottom:16px!important}.line-height-2-important{line-height:2!important}.width-100-percent-important{width:100%!important}.font-size-16-important{font-size:16px!important}.font-size-24-important{font-size:24px!important}.padding-left-10px-important{padding-left:10px!important}.display-inline-flex-important{display:inline-flex!important}.max-height-unset-important{max-height:unset!important}.background-color-orange-important{background-color:orange!important}.primary-text-fill-important path{fill:#4e516a!important}.light-mode-scroll-important ::-webkit-scrollbar-thumb:vertical{background:#e5e5e5!important;-webkit-border-radius:100px;background-clip:padding-box;border:2px solid rgba(0,0,0,0)!important;min-height:10px}.light-mode-scroll-important ::-webkit-scrollbar-thumb:horizontal{background:#e5e5e5!important;-webkit-border-radius:100px;background-clip:padding-box;border:2px solid rgba(0,0,0,0)!important;min-width:5px}.font-size-12-important{font-size:12px!important}.font-weight-300-important{font-weight:300!important}.position-stick-important{position:sticky!important}.web-wrapper .availability-link-container{min-height:500px}.web-wrapper .availability-left-container{background-color:#f8f9fa}.web-wrapper .availability-custom-name-banner{padding:12px 12px 12px 30px;border-radius:6px;margin-bottom:4px}.mobile-wrapper .availability-time-width{width:80%}.mobile-wrapper .availability-confirm-time-width{width:39%}.mobile-wrapper .availability-schedule-event-button{width:calc(100% - 40px)}.mobile-wrapper .availability-custom-name-banner{width:100%;padding:10px 10px 10px 16px}.font-size-14-important{font-size:14px!important}
