@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.guides-overlay{pointer-events:none;animation:.3s ease-in fadeIn}.guides-overlay-blocker{background:#00000005;transition:background .2s ease-in-out}.guides-overlay-blocker:after{content:"";pointer-events:none;background:radial-gradient(120% 80%,#0000 55%,#0000000f 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}.guides-overlay-blocker:hover{background:#ffffff0a!important}.guides-overlay-section{transition:all .3s ease-in-out}.guides-overlay-section:hover{background:#ffffff05!important}.guides-overlay-blur{-webkit-backdrop-filter:blur(.5px);background:#0000000a}.guides-overlay-dim{background:#00000073}.guides-overlay-highlight{border-radius:var(--radius_small);pointer-events:none;background:0 0;transition:all .3s ease-in-out;border:var(--border_width_strong)var(--border_style_solid)var(--border_green_default)!important;z-index:5001!important}.guides-target-highlighted{pointer-events:auto;position:relative;z-index:5002!important}@media (prefers-reduced-motion:reduce){.guides-overlay{animation:none}.guides-overlay-section,.guides-overlay-highlight,.guides-target-highlighted{transition:none}}.guides-dot-pulse{fill:var(--bkg_neutral_inverse);fill-opacity:.3;stroke:var(--bkg_neutral_inverse);stroke-opacity:.4;stroke-width:var(--border_width_strong);animation:2s cubic-bezier(.4,0,.6,1) infinite dot-pulse-simple}.guides-dot-core{fill:var(--bkg_neutral_inverse);stroke:#0000;stroke-width:var(--border_width_default);filter:drop-shadow(0 2px 4px #0000004d)}.guides-connector-border{stroke:#0000}.guides-connector-stroke{stroke:var(--bkg_neutral_inverse)}.guides-connector{pointer-events:none}.guides-connector path{opacity:1}.guides-connector.guides-connector-fade-out{animation:.15s ease-out both guides-connector-fade-out}.guides-connector.guides-connector-fade-out path,.guides-connector.guides-connector-fade-out .guides-dot-core{transition:none!important}.guides-connector.guides-connector-fade-out .guides-dot-pulse{transition:none!important;animation-play-state:paused!important}.guides-connector.guides-connector-fade-in{opacity:0;animation:.15s ease-in both guides-connector-fade-in}.guides-connector.guides-connector-fade-in path,.guides-connector.guides-connector-fade-in .guides-dot-core{transition:none!important}.guides-connector.guides-connector-fade-in .guides-dot-pulse{transition:none!important;animation-play-state:paused!important}.guides-connector.guides-connector-hidden{opacity:0!important;transition:none!important}.guides-connector.guides-connector-hidden path,.guides-connector.guides-connector-hidden .guides-dot-core,.guides-connector.guides-connector-hidden .guides-dot-pulse{transition:none!important}.guides-connector.guides-connector-animate{animation:.3s cubic-bezier(.4,0,.2,1) forwards guides-connector-fade-in}.guides-connector.guides-connector-fade-out,.guides-connector.guides-connector-fade-out path{opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.guides-tooltip{border-radius:var(--radius_medium);box-shadow:var(--shadow_3_web);opacity:1;border:var(--border_width_default)solid #0000;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#1e1f21;flex-direction:column;display:flex;transform:translateZ(0)}.guides-tooltip.guides-tooltip-fade-out{animation:.15s ease-out both guides-tooltip-fade-out}.guides-tooltip.guides-tooltip-hidden{pointer-events:none;opacity:0!important;animation:none!important;transform:translateZ(0)!important}.guides-tooltip.guides-tooltip-fade-in{opacity:0;animation:.15s ease-in both guides-tooltip-fade-in-smooth;transform:scale(.96)translateZ(0)}.guides-tooltip.guides-tooltip-fade-through{animation:.3s cubic-bezier(.4,0,.2,1) forwards guides-tooltip-fade-through}.guides-tooltip.guides-tooltip-visible{opacity:1;animation:none;transform:scale(1)translateZ(0)}.guides-tooltip.guides-tooltip-basic{width:400px;height:auto;min-height:200px}@keyframes dot-pulse-simple{0%{r:14;opacity:.8}50%{r:18;opacity:.3}to{r:14;opacity:.8}}@keyframes guides-connector-fade-in{0%{opacity:0}to{opacity:1}}@keyframes guides-connector-fade-out{0%{opacity:1}to{opacity:0}}@keyframes guides-tooltip-fade-out{0%{opacity:1;transform:scale(1)translateZ(0)}to{opacity:0;transform:scale(.96)translateZ(0)}}@keyframes guides-tooltip-fade-in-smooth{0%{opacity:0;transform:scale(.96)translateZ(0)}to{opacity:1;transform:scale(1)translateZ(0)}}@keyframes guides-tooltip-fade-through{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes guides-connector-fade-through{0%{opacity:1}50%{opacity:0}to{opacity:1}}.guides-tooltip{z-index:10500}.guides-close-btn{top:var(--spacing_12);right:var(--spacing_12);position:absolute}.guides-close-btn .vg-tk-btn.vg-close-icon{color:#f8f8f8!important}.guides-close-btn .vg-tk-btn.vg-close-icon:hover{background-color:#252628!important}.guides-close-btn .vg-tk-btn.vg-close-icon:active{background-color:#333!important}.guides-next-btn .vg-tk-btn{color:#fff!important;background:#217721!important;border-color:#217721!important}.guides-next-btn .vg-tk-btn:hover{background:#1a5f1a!important;border-color:#1a5f1a!important}.guides-next-btn .vg-tk-btn:active{background:#144d14!important;border-color:#144d14!important}.guides-next-btn .vg-tk-btn:disabled{opacity:.5;cursor:not-allowed}.guides-back-btn .vg-tk-btn,.guides-skip-btn .vg-tk-btn,.guides-skip-to-btn .vg-tk-btn{color:#fff!important;border:var(--border_width_default)var(--border_style_solid)#6d6e6f!important;background:#1e1f21!important}.guides-back-btn .vg-tk-btn:hover,.guides-skip-btn .vg-tk-btn:hover,.guides-skip-to-btn .vg-tk-btn:hover{background:#252628!important;border-color:#8d8e8f!important}.guides-back-btn .vg-tk-btn:active,.guides-skip-btn .vg-tk-btn:active,.guides-skip-to-btn .vg-tk-btn:active{background:#333!important}html[data-theme=dark] .guides-tooltip{border-color:var(--border_neutral_default)}html[data-theme=dark] .guides-dot-pulse{fill:var(--bkg_neutral_inverse)}html[data-theme=dark] .guides-dot-core{fill:var(--bkg_neutral_default)}html[data-theme=dark] .guides-connector-border{stroke:var(--border_neutral_default)}html[data-theme=dark] .guides-connector-stroke{stroke:var(--bkg_neutral_default)}.site-marker{cursor:pointer;color:#fff;letter-spacing:-.3px;-webkit-user-select:none;user-select:none;border:1px solid #0000;max-width:0;max-height:0;font-size:14px;font-weight:500;transition:background-color .2s,color .2s;position:absolute}.site-marker.open .site-circle{background-color:#fff}.site-marker.open{color:#333}.site-marker.open .site-circle.bg{opacity:1;background-color:inherit}.site-marker .site-circle{background-color:inherit;border-radius:100px;width:32px;height:32px;transition:background-color .2s,color .2s;animation:.2s ease-in-out growIn;position:absolute;bottom:43.5px;left:-16.5px}.site-marker .site-circle.bg{opacity:.4;animation:.2s ease-in-out growInBG;transform:scale(1.25)}.site-marker:before{content:"";background:inherit;transform-origin:bottom;width:3px;height:40px;animation:.2s ease-in-out scaleVerticalIn;position:absolute;bottom:4px;left:-1.5px}.site-marker:after{content:"";background-color:inherit;border-radius:100px;width:10px;height:10px;position:absolute;bottom:-5px;left:-5px}.site-marker.old .site-circle,.site-marker.old:before,.site-marker.old:after{animation:none!important}.plot-point-description{font-weight:var(--font_weight_regular);line-height:var(--font_height_20);color:var(--text_neutral_secondary);min-width:180px;padding:2px 12px}.plot-point-description div:first-child{font-weight:var(--font_weight_medium);color:var(--text_neutral_default)}.no-input input{pointer-events:none;-webkit-user-select:none;user-select:none}.plot-point-menu{animation:.3s ease-in-out simple-fade-in;padding:0!important}.plot-point-menu .horizontal.vg-w-tab-menu{flex-direction:row!important}.plot-point-menu .horizontal.vg-w-tab-menu .vg-w-tab-link{border-radius:0!important;min-width:0!important;margin:0!important}.plot-point-menu .plot-point-menu-inner{padding:16px}.plot-point-menu .vg-btn-DropdownMenu{height:65px!important}.plot-point-menu .circle-button{border:1px solid var(--border_neutral_strong);background-color:var(--bkg_neutral_secondary);border-radius:10000px;outline:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.plot-point-menu .circle-button.small{width:48px;height:48px}.plot-point-menu .circle-button{cursor:pointer}.plot-point-menu .circle-button:hover{background-color:var(--bkg_neutral_tiertiary)}.plot-point-menu .circle-button svg{width:18px;height:18px;color:var(--text_neutral_default)}.plot-point-menu .mini-product-name{text-align:left;text-overflow:ellipsis;white-space:nowrap;border-radius:var(--radius_small);border:1px solid var(--border_neutral_default);align-items:center;width:100%;padding:8px;overflow:hidden}.plot-point-menu .mini-product-name .color-dot{flex-shrink:0}.plot-point-menu .mini-product-name div{text-overflow:ellipsis;max-width:100%;overflow:hidden}.plot-point-menu .vg-input-control{width:145px;height:64px}.plot-point-menu .tight-dropdown-wrapper{width:100%!important}.plot-point-menu .vg-btn-DropdownMenu{padding-top:0!important;padding-bottom:0!important;padding-left:0!important}.plot-point-menu .vg-color-picker__container{margin-right:12px;height:66px!important}.plot-point-menu .vg-input-label{white-space:nowrap}.plot-point-menu .vg-w-tab-menu{width:100%!important}.plot-point-menu .vg-w-tab-menu a{width:100%!important;height:48px!important}@keyframes scaleVerticalIn{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes growInBG{0%{transform:scale(0)translateY(70px)}75%{transform:scale(1.35)translateY(0)}88%{transform:scale(1.15)translateY(0)}to{transform:scale(1.25)translateY(0)}}@keyframes growIn{0%{transform:scale(0)translateY(70px)}75%{transform:scale(1.15)translateY(0)}88%{transform:scale(.95)translateY(0)}to{transform:scale(1)translateY(0)}}.mobile-slide-row{background:var(--bkg_neutral_default);z-index:5;border-radius:var(--radius_medium);gap:8px;max-width:calc(100vw - 12px);margin-bottom:4px;padding:12px 20px 12px 4px;overflow:auto;box-shadow:0 8px 40px #0003;justify-content:flex-start!important}.mobile-slide-row>*{flex-shrink:0}.mobile-slide-row .close-btn{background:var(--bkg_neutral_default);z-index:10;margin-left:-8px;padding:0 12px 0 14px;position:-webkit-sticky;position:sticky;left:-8px}.mobile-slide-row .slide-item.padded{padding:6px 12px}.mobile-slide-row .slide-item{border-radius:var(--radius_small);justify-content:center;align-items:center;display:flex}.mobile-slide-row .slide-item.selected{background:var(--bkg_neutral_tiertiary)}.color-wheel-picker-container{border-radius:var(--radius_small);box-shadow:var(--shadow_2);background:var(--bkg_neutral_default);z-index:3;flex-direction:column;padding:8px;display:flex;position:absolute}.color-wheel-picker-container button,.color-wheel-picker-container input{margin-top:8px}.color-wheel-picker-container .react-colorful__pointer{width:14px!important;height:14px!important}.color-wheel-picker-container .react-colorful__hue{height:16px;margin-top:8px;border-radius:8px!important}.color-wheel-picker-container .react-colorful__saturation{border-radius:0!important}.color-wheel-picker-container .react-colorful{width:240px}.custom-color{border:1px solid var(--border_neutral_strong);box-shadow:var(--shadow_1);pointer-events:none;border-radius:100px;width:24px;height:24px;position:absolute;bottom:-6px;right:-2px}.size-slider-container{border-radius:var(--radius_large);cursor:pointer;background-image:linear-gradient(45deg,#ccc 25%,#0000 25%),linear-gradient(135deg,#ccc 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ccc 75%),linear-gradient(135deg,#0000 75%,#ccc 75%);background-position:0 0,4px 0,4px -4px,0 4px;background-size:8px 8px;border:1px solid #0000001a;width:12px;margin:6px 4px;position:relative}.size-slider-container:after{border-radius:var(--radius_large);content:"";background-image:linear-gradient(#000 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.size-slider-container .size-slider-handle{z-index:2;background:#fff;border-radius:50px;width:16px;height:16px;position:absolute;transform:translate(-3px,8px);box-shadow:0 1px 3px #0006}.stroke-color-menu{z-index:2;flex-direction:column;width:324px;padding:12px;position:absolute}.stroke-color-menu .stroke-options-row{border-bottom:1px solid var(--border_neutral_strong);flex-direction:row;margin-bottom:16px;padding-bottom:8px;padding-right:28px;display:flex}.stroke-color-menu .stroke-options-row button{cursor:pointer;color:var(--text_neutral_default);background-color:var(--bkg_neutral_default);border-radius:var(--radius_small);border:1px solid var(--border_neutral_strong);outline:none;align-items:center;gap:8px;margin-right:8px;padding:8px;display:flex}.stroke-color-menu .stroke-options-row button.selected{border:1px solid var(--border_blue_default);background-color:var(--bkg_components_segment_selected)}.stroke-color-menu .stroke-options-row button svg{max-width:14px}.stroke-color-menu .stroke-color-row .invisible-button{justify-content:center;align-items:center;display:flex}.stroke-color-menu .stroke-color-row{flex-flow:wrap;gap:8px;display:flex}.stroke-color-menu.mobile{width:100%}.stroke-color-menu.mobile .stroke-color-row{flex-wrap:nowrap;justify-content:left;overflow:auto}@media screen and (max-width:768px){.stroke-color-menu{width:296px}}.stroke-menu{z-index:20!important}.stroke-color-button{border-radius:var(--radius_small);justify-content:center;align-items:center;gap:8px;height:100%;padding:8px;display:flex}.stroke-color-button.selected{background:var(--bkg_neutral_tiertiary);outline:1px solid var(--border_neutral_strong)}.stroke-circle{border-radius:100%;flex-shrink:0;width:20px;height:20px}.text-element{background-color:var(--bkg_neutral_default);border-radius:var(--radius_medium);color:var(--text_neutral_default);text-align:left;margin-top:-.75em;position:absolute}.text-element.open{border:1px solid var(--border_blue_default);margin-top:calc(-.75em - 1px);margin-left:-1px}.text-element .text-element-input{white-space:pre-wrap;word-break:break-word;box-sizing:border-box;letter-spacing:inherit;line-height:inherit;font-size:inherit;width:-webkit-max-content;width:max-content;color:inherit;background:0 0;border:none;outline:none}.text-element .text-element-input.empty:before{content:"Enter text"}.vg-dropdown-menu-action:has(.font-option){width:100px!important}.text-element-menu.mobile,.text-element-menu.mobile>*{width:100%}.delete-no-border svg{width:var(--sizing_16);height:var(--sizing_16)}.dropdown-btn{border-radius:var(--radius_small);gap:8px;padding:6px 8px}.dropdown-btn.selected{background-color:var(--bkg_neutral_tiertiary);outline:1px solid var(--border_neutral_strong)}.comment-marker{width:var(--sizing_48);height:var(--sizing_48);background:var(--bkg_neutral_tiertiary);border:1px solid var(--bkg_neutral_default);border-radius:100% 100% 100% 0;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0;left:0}.comment-marker.old{animation:none!important}.comment-marker{cursor:pointer}.comment-marker svg{width:var(--sizing_16);height:var(--sizing_16)}.above-keyboard .comment-marker-menu{padding-bottom:85px;width:100%!important;max-width:none!important;top:auto!important;bottom:0!important}.comment-marker-menu{z-index:50000;width:336px;max-width:336px;animation:.4s ease-in-out simple-fade-in;display:flex}.comment-marker-menu hr{border:none;border-bottom:1px solid var(--border_neutral_strong);width:100%;margin:8px 0}.comment-marker-menu textarea.comment-textarea{resize:vertical;width:100%;min-height:100px;max-height:240px;font-size:var(--font_size_14);border:1px solid var(--border_neutral_strong);border-radius:var(--radius_small);resize:none;color:var(--text_neutral_default);font-family:var(--font_family_base);background-color:var(--bkg_neutral_default);padding:8px;overflow:auto}.comment-marker-menu textarea.comment-textarea:focus{border-color:var(--border_blue_default);outline:none}.comment-marker-menu.with-history .history-info{text-align:left;font-size:var(--font_size_12)}.comment-marker-menu.with-history .history-info .comment-user{color:var(--text_neutral_default);font-weight:500}.comment-marker-menu.with-history .history-info .comment-date{color:var(--text_neutral_secondary);font-weight:400}.comment-marker-menu.with-history .comment-text{text-align:left}.comment-marker-menu.with-history .comment-delete-button{height:15px;color:var(--icon_alert_default)}.comment-marker-menu.with-history .comment-delete-button svg{height:15px}.comment-marker-menu.with-history .comment-delete-button:hover{opacity:.8}.slider-dots-row{pointer-events:none;justify-content:center;align-items:center;width:100%;display:flex;position:absolute;bottom:24px;left:0}.slider-dots-row .slider-dot{cursor:pointer;opacity:.3;pointer-events:all;background-color:#333;border:1px solid #fff8;border-radius:50%;width:12px;height:12px;margin:0 4px;transition:opacity .3s}.slider-dots-row .slider-dot.selected{opacity:1}.numpad-input{background:var(--bkg_status_complete);text-align:center;width:100%;margin:auto;padding:3.5px;animation:.3s ease-in-out numpad-slide-in}.numpad-input .numpad-row{flex-direction:row;width:100%;max-width:420px;margin:auto;display:flex}.numpad-input .numpad-row button{width:100%;height:46px;color:var(--text_neutral_default);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex:1;justify-content:center;align-items:center;margin:3.5px;font-size:25px;font-weight:400;display:flex}.numpad-input .numpad-row button.numpad-button:active{background:var(--bkg_neutral_secondary);transform:translateY(2px);box-shadow:0 0 4px #0006}.numpad-input .numpad-row button.numpad-button{background:var(--bkg_neutral_default);border-radius:var(--radius_medium);box-shadow:0 2px 6px #0006}.numpad-input .dism-btn{width:100%;height:46px}@keyframes numpad-slide-in{0%{pointer-events:none;max-height:0}to{pointer-events:all;max-height:600px}}@keyframes load8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:vagaro-icons;src:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/font/vagaro-icons.eot);src:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/font/vagaro-icons.eot?#iefix)format("embedded-opentype"),url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/font/vagaro-icons.ttf)format("truetype"),url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/font/vagaro-icons.woff)format("woff"),url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/font/vagaro-icons.svg#vagaro-icons)format("svg");font-weight:400;font-style:normal}.image-grid{margin-top:24px}.image-grid .image-button{border-radius:var(--radius_medium);background-color:var(--bkg_neutral_secondary);border:1px solid var(--border_neutral_default);background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;width:calc(33.3% - 8px);height:85px;margin-bottom:8px;margin-right:8px;font-size:15px;font-weight:500;display:flex;position:relative;overflow:hidden}.image-grid .image-button.add-photo-btn{border:1px dashed var(--border_neutral_default);color:var(--text_neutral_secondary);cursor:pointer;flex-direction:column}.image-grid .image-button.add-photo-btn .upload-container{z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.image-grid .image-button.add-photo-btn .upload-container .vg-upload-drop{opacity:0}.image-grid .image-button.add-photo-btn svg{margin-top:8px;margin-bottom:4px}.image-grid .image-button .selected{background-color:#0005;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out bg-fade-in;display:flex;position:absolute;top:0;left:0}.image-grid .image-button .selected svg{animation:.2s ease-in-out grow-to-fit}@keyframes grow-to-fit{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes bg-fade-in{0%{background-color:#0000}to{background-color:#0005}}html{font-family:var(--font_family_proximanova);overscroll-behavior:none;touch-action:none}html.autoScrollHtml{overscroll-behavior:auto;touch-action:auto}.no-highlight *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;touch-action:none}body,button{font-family:var(--font_family_proximanova)}body{margin:0}.laso-stroke{mix-blend-mode:difference}.scalable-outline{border:2px solid var(--border_blue_default);pointer-events:none;position:absolute}.scalable-outline .rotate-handle{pointer-events:all;cursor:grab;width:20px;height:20px;position:absolute;bottom:-28px;left:-28px}.scalable-outline .rotate-handle svg{fill:#fff;width:20px;margin-top:1px;position:absolute;top:0;left:0;transform:rotate(136deg)}.scalable-outline .rotate-handle svg:first-child{stroke:var(--border_blue_default);stroke-width:100px}.scalable-outline .rotate-line{width:50%;height:50%;position:absolute;bottom:-8px;left:-8px}.scalable-outline .rotate-dot{pointer-events:all;border:2px solid var(--global-color-hover-border-blue);z-index:2;background-color:#fff;border-radius:100%;width:12px;height:12px;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}.scalable-outline .resize-dot{pointer-events:all;z-index:2;width:16px;height:16px;position:absolute}.scalable-outline .resize-dot:after{content:"";box-sizing:border-box;border:2px solid var(--global-color-hover-border-blue);background-color:#fff;width:8px;height:8px;position:absolute;top:4px;left:4px}.scalable-outline .resize-dot.tl{cursor:nwse-resize;top:-8px;left:-8px}.scalable-outline .resize-dot.tr{cursor:nesw-resize;top:-8px;right:-8px}.scalable-outline .resize-dot.bl{cursor:nesw-resize;bottom:-8px;left:-8px}.scalable-outline .resize-dot.br{cursor:nwse-resize;bottom:-8px;right:-8px}.scalable-outline .resize-bar{pointer-events:all;z-index:1;width:14px;height:14px;position:absolute}.scalable-outline .resize-bar.top{cursor:ns-resize;width:100%;top:-7px;left:0}.scalable-outline .resize-bar.right{cursor:ew-resize;height:100%;top:0;right:-7px}.scalable-outline .resize-bar.bottom{cursor:ns-resize;width:100%;bottom:-7px;left:0}.scalable-outline .resize-bar.left{cursor:ew-resize;height:100%;top:0;left:-7px}.scalable-outline.rotating{border:none}.scalable-outline.rotating .resize-dot{display:none}.global-dragging .scalable-outline .resize-bar,.global-dragging .scalable-outline .resize-dot{cursor:grabbing!important}.tool-option{color:var(--text_neutral_default);background-color:var(--bkg_neutral_default);border-radius:var(--radius_large);height:var(--sizing_64);width:var(--sizing_72);line-height:var(--font_height_16);box-shadow:var(--shadow_1);border:1px solid var(--border_neutral_default);cursor:pointer;font-weight:var(--global-font-weight-regular);margin:var(--sizing_4);white-space:nowrap;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;padding:12px 8px;transition:all .2s;display:inline-flex}.tool-option .text{text-overflow:ellipsis;max-width:100%;overflow:hidden}.tool-option:hover{border:1px solid var(--border_blue_default)}.tool-option.selected{background-color:var(--bkg_blue_weak);border:1px solid var(--border_blue_default)}.tool-option:focus,.tool-option:active{border:1px solid var(--border_blue_default);outline:none}.tool-option .icon{width:var(--sizing_16);height:var(--sizing_16);margin-top:2px;margin-bottom:6px}svg *,svg{-webkit-user-select:none;user-select:none}.tool-divider{height:var(--sizing_64);width:2px;margin:var(--sizing_4);background-color:var(--bkg_neutral_tiertiary);display:inline-block}.color-dot{width:var(--sizing_16);height:var(--sizing_16);max-width:var(--sizing_16);max-height:var(--sizing_16);border:1px solid #00000026;border-radius:100%;justify-content:center;align-items:center;display:inline-flex}.color-dot.large{width:var(--sizing_36);height:var(--sizing_36);max-width:var(--sizing_36);max-height:var(--sizing_36)}.color-dot.none{border:2px solid var(--text_alert_default);position:relative;background-color:#fff!important}.color-dot.none:after{content:"";z-index:0;background-color:var(--text_alert_default);width:100%;height:2px;position:absolute;top:50%;left:0;transform:rotate(-45deg)}.color-dot.none svg{z-index:2;position:relative}.canvas-container{border-radius:var(--radius_medium)var(--radius_medium)0 0;background-color:var(--bkg_neutral_secondary);-webkit-tap-highlight-color:#0000}.brush-preview{pointer-events:none;z-index:10;box-sizing:border-box;-webkit-backdrop-filter:invert(.5);border:1px solid #fff;border-radius:5000px;animation:1.5s forwards brush-fade-out}.pulse{animation:.3s pleasant-pulse}@keyframes brush-fade-out{0%{opacity:.75}30%{opacity:.75}to{opacity:0}}@keyframes pleasant-pulse{0%{transform:scale(1)}40%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes dashed-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.has-tooltip{position:relative}.has-tooltip .drawing-tooltip{color:#fff;border-radius:var(--radius_small);font-size:var(--font_size_10);white-space:nowrap;opacity:0;pointer-events:none;z-index:10;background-color:#333;padding:8px;font-weight:400;transition:all .4s;position:absolute;top:50%;left:100%;transform:translate(8px)translateY(-50%)}.has-tooltip .drawing-tooltip:after{content:"";border-style:solid;border-width:6px;border-color:#0000 var(--bkg_components_status_strong)#0000 #0000;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.has-tooltip:hover .drawing-tooltip{opacity:1;pointer-events:all;transition-delay:.4s;transform:translate(12px)translateY(-50%)}.smoothed-transform{transition:none}.transition-transforms .smoothed-transform{transition:transform .4s}.transition-transforms .smoothed-txt{transition:font-size .4s,left .4s,top .4s,padding .4s,transform .4s}.transition-transforms .smoothed-pos{transition:left .4s,top .4s}.transition-transforms .smoothed-transform.smoothed-pos{transition:transform .4s,left .4s,top .4s}.stroke-size-menu{background:var(--bkg_neutral_default);border-radius:var(--radius_medium);padding:12px 8px;position:absolute;box-shadow:0 2px 10px #0000001a}.stroke-size-menu .stroke-size-options{flex-direction:column;display:flex}.stroke-size-menu svg{margin:4px 0}.drawing-item.hide-picker{position:relative}.drawing-item.hide-picker svg{position:absolute}.drawing-item.hide-picker .vg-color-picker__container{max-width:0;max-height:0;padding:0;overflow:hidden}.drawing-item.hide-picker .custom-color{border:1px solid var(--border_neutral_strong);box-shadow:var(--shadow_1);pointer-events:none;border-radius:100px;width:24px;height:24px;position:absolute;bottom:-6px;right:-2px}.drawing-item{cursor:pointer;width:40px;height:40px;color:var(--text_neutral_default);background:var(--bkg_neutral_default);border:none;outline:none;justify-content:center;align-items:center;margin-top:8px;display:flex}.drawing-item>*{flex-shrink:0}.drawing-item:first-child{margin-top:0}.drawing-item.selectable.selected{background-color:var(--bkg_neutral_tiertiary);border-radius:var(--radius_medium)}.drawing-menu{border-radius:var(--radius_medium);z-index:2;background:var(--bkg_neutral_default);padding:12px 8px;display:inline-flex;position:absolute;bottom:16px;left:16px;box-shadow:0 8px 40px #0003}.drawing-menu .stroke-size-menu{bottom:0;left:calc(100% + 4px)}.drawing-menu .drawing-toggle{margin-top:8px}.drawing-menu .drawing-toggle .drawing-item{border:1px solid var(--border_neutral_strong);border-bottom:none;margin:0}.drawing-menu .drawing-toggle .drawing-item.selected{background-color:var(--bkg_neutral_tiertiary)}.drawing-menu .drawing-toggle .drawing-item:first-child{border-top-left-radius:var(--radius_medium);border-top-right-radius:var(--radius_medium)}.drawing-menu .drawing-toggle .drawing-item:last-child{border-bottom-left-radius:var(--radius_medium);border-bottom-right-radius:var(--radius_medium);border-bottom:1px solid var(--border_neutral_strong)}@keyframes simple-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes simple-fade-in-reverse{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes simple-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes simple-fade-out-reverse{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.floating-note-container{text-align:center;width:100%;font-family:var(--font_family_proximanova);pointer-events:none;z-index:1;justify-content:center;display:flex;position:absolute;bottom:12px;left:0}.floating-note-container div{color:#fff;border-radius:var(--radius_medium);background-color:#333;width:auto;padding:12px 24px;animation:.4s forwards simple-fade-in}.floating-note-container.closed div{animation:.4s forwards simple-fade-out}.tool-row{max-width:100%;padding-bottom:8px;overflow:auto}.tool-row>div,.tool-row>button{flex-shrink:0}.tool-row{justify-content:flex-start;width:100%;bottom:0;left:0}.tool-row .inner-tool-row{justify-content:center;align-items:center;min-width:100%;display:flex}.tool-row .inner-tool-row>*{flex-shrink:0}.above-keyboard:after{content:"";background-color:var(--bkg_neutral_default);width:100%;height:200px;position:absolute;top:100%;left:0}.canvas-float-menu{z-index:15;background-color:var(--bkg_neutral_default);border-radius:var(--radius_large);display:flex;position:absolute}.canvas-float-menu.undo-redo-menu{top:16px;left:20px}.canvas-float-menu .vg-btn-DropdownMenu-wrap{display:flex}.canvas-float-menu.reset-zoom-container{background:0 0;border:none;font-size:18px;top:16px;right:154px}.canvas-float-menu.reset-zoom-container button{background-color:var(--bkg_neutral_default);border:1px solid var(--border_neutral_strong);color:var(--text_neutral_default);cursor:pointer;border-radius:var(--radius_large);outline:none;justify-content:center;align-items:center;width:42px;height:40px;display:flex}.canvas-float-menu.reset-zoom-container button:hover{background-color:var(--bkg_neutral_secondary)}.canvas-float-menu.zoom-menu{top:16px;right:20px}.canvas-float-menu.image-slide-menu{position:absolute;bottom:20px;right:20px}.canvas-float-menu .dropdown-option-container{width:100%;position:absolute}.canvas-float-menu .dropdown-option{background:var(--bkg_neutral_default);color:var(--text_neutral_default);cursor:pointer;border:none;border-bottom:1px solid var(--border_neutral_strong);width:100%;padding:12px 8px;transition:all .3s}.canvas-float-menu .dropdown-option:last-child{border-bottom:none}.canvas-float-menu .dropdown-option:hover{background-color:var(--bkg_neutral_secondary)}.canvas-float-menu .float-item{border:1px solid var(--border_neutral_strong);border-right:none;overflow:hidden}.canvas-float-menu .float-item:first-child{border-top-left-radius:var(--radius_large);border-bottom-left-radius:var(--radius_large)}.canvas-float-menu .float-item:last-child{border-top-right-radius:var(--radius_large);border-bottom-right-radius:var(--radius_large);border-right:1px solid var(--border_neutral_strong)}.canvas-float-menu .float-item .vg-color-picker__container,.canvas-float-menu .float-item button{border:none!important;border-radius:0!important}.canvas-float-menu .float-option{cursor:pointer;background:var(--bkg_neutral_default);width:42px;height:40px;color:var(--text_neutral_default);border:1px solid var(--border_neutral_strong);font-size:var(--font_size_12);font-weight:400;font-family:var(--font_family_proximanova);border-left:none;justify-content:center;align-items:center;display:flex}.canvas-float-menu .float-option .auto{width:auto}.canvas-float-menu button.float-option svg,.canvas-float-menu [role=button].float-option svg{width:14px!important;height:14px!important}.canvas-float-menu button.float-option:hover,.canvas-float-menu [role=button].float-option:hover{background-color:var(--bkg_neutral_secondary)}.canvas-float-menu button.float-option:active,.canvas-float-menu [role=button].float-option:active{background-color:var(--bkg_neutral_tiertiary)}.canvas-float-menu button.float-option:first-child,.canvas-float-menu [role=button].float-option:first-child{border-top-left-radius:var(--radius_large);border-bottom-left-radius:var(--radius_large);border-left:1px solid var(--border_neutral_strong)}.canvas-float-menu button.float-option:last-child,.canvas-float-menu [role=button].float-option:last-child{border-top-right-radius:var(--radius_large);border-bottom-right-radius:var(--radius_large)}.v-container{background-color:var(--bkg_neutral_default);color:var(--text_neutral_default);border-radius:var(--radius_medium);box-shadow:var(--shadow_1);padding:12px}.ColorBox i{height:100%;font-size:0!important}.ColorBox i:after{content:"";background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"white\" viewBox=\"0 0 512 512\"><%21--%21Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z\"/></svg>");width:50%;height:50%;display:inline-block;position:absolute;top:25%;left:25%}.ColorBox[data-color=\#FFFFFF] i:after,.ColorBox[data-color=\#FFF8E9] i:after,.ColorBox[data-color=\#FAF6A7] i:after{background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"black\" viewBox=\"0 0 512 512\"><%21--%21Font Awesome Free v5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d=\"M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z\"/></svg>")}.open{z-index:20}.drag-indicator{border:2px dashed var(--icon_blue_default);border-radius:100%;width:60px;height:60px;animation:.3s ease-in-out forwards scale-in,8s linear .3s infinite dashed-spin;position:absolute}.comment-wrapper .drag-indicator{top:16px;left:-30px}.site-marker .drag-indicator{top:-30px;left:-30px}.text-element .drag-indicator{border-radius:var(--radius_small);width:calc(100% + 16px);height:calc(100% + 16px);animation:none;top:-8px;left:-8px}.mobile-drawing-menu-container{z-index:100;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:8px 0 12px;display:flex;position:absolute;bottom:10px;left:0}.mobile-drawing-menu-container .drawing-menu{justify-content:center}.mobile-drawing-menu-container .drawing-menu .close-btn{background:var(--bkg_neutral_default);z-index:10;margin-left:-4px;padding:0 12px 0 14px;position:-webkit-sticky;position:sticky;left:-4px}@media screen and (max-width:768px){.drawing-tooltip{display:none!important}.floating-note-container.right-padded{bottom:64px}.floating-note-container>div{animation:.4s forwards simple-fade-in-reverse}.floating-note-container.closed div{animation:.4s forwards simple-fade-out-reverse}.drawing-menu{flex-direction:row;padding-right:4px;animation:.4s forwards simple-fade-in;position:relative!important;bottom:auto!important;left:auto!important}.drawing-menu .drawing-item{margin:0 4px}.drawing-menu .stroke-size-menu{bottom:100%;left:32px}.drawing-menu .drawing-toggle{flex-direction:row;margin-top:0;display:flex}.drawing-menu .drawing-toggle .drawing-item{border:1px solid var(--border_neutral_strong);border-right:none;border-radius:0;margin:0}.drawing-menu .drawing-toggle .drawing-item.selected{background-color:var(--bkg_neutral_tiertiary)}.drawing-menu .drawing-toggle .drawing-item:first-child{border-top-left-radius:var(--radius_medium);border-bottom-left-radius:var(--radius_medium);border-top-right-radius:0;border-bottom-right-radius:0}.drawing-menu .drawing-toggle .drawing-item:last-child{border-top-right-radius:var(--radius_medium);border-bottom-right-radius:var(--radius_medium);border-right:1px solid var(--border_neutral_strong);border-top-left-radius:0;border-bottom-left-radius:0}}.above-keyboard-text-menu{bottom:env(keyboard-inset-height,-100);border-radius:var(--radius_small);background-color:var(--bkg_neutral_default);width:calc(100% - 16px);color:var(--text_neutral_default);z-index:140;display:flex;position:fixed;left:8px}.above-keyboard-text-menu button{width:100%}@keyframes stencil-anim{0%{background-position:100%}to{background-position:0%}}.stencil-item{background-size:200% 200%;border-radius:3px;animation:1s ease-in-out infinite stencil-anim;opacity:.3!important;pointer-events:none!important;color:#0000!important;-webkit-user-select:none!important;user-select:none!important;background-image:linear-gradient(90deg,#888,#aaa,#888,#aaa)!important;background-size:400% 400%!important}.attach-product-popup-overlay{z-index:3999;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;animation:.4s ease-in-out fade-in;display:flex;position:fixed;top:0;left:0}.attach-product-popup{background:var(--bkg_neutral_default);border-radius:var(--radius_medium);width:100%;max-width:445px;height:100%;max-height:700px;box-shadow:var(--shadow_2);flex-direction:column;animation:.5s ease-in-out fade-in-up;display:flex;position:relative;top:0;left:0}.attach-product-popup .cheveron-back{display:none}.attach-product-popup .barcode-feed{border-radius:var(--radius_large);background:#000;min-height:200px;margin:16px;overflow:hidden}.attach-product-popup .barcode-feed video{height:200px}.attach-product-popup .back-button.x-marker{position:absolute;top:4px;right:4px}.attach-product-popup .picker-title{color:var(--text_neutral_default);text-align:center;text-overflow:ellipsis;padding:10px 44px;font-size:18px;font-style:normal;font-weight:500;line-height:24px;overflow:hidden}.attach-product-popup .scrollable-table-container{height:100%!important}.attach-product-popup .vg-group,.attach-product-popup .table-container{overflow:hidden;height:100%!important;margin-top:0!important}.attach-product-popup .expandedRows-first-column{padding-left:54px!important}.attach-product-popup .no-data{padding-left:16px!important}.attach-product-popup .product-collapse-trigger{display:block!important}.attach-product-popup .product-filter{padding:12px 16px}@media (max-width:767px){.attach-product-popup{border-radius:0!important;max-width:100%!important;max-height:100%!important}.attach-product-popup .picker-title{line-height:2em}.attach-product-popup .cheveron-back{position:absolute;top:16px;left:16px;display:block!important}.attach-product-popup .back-button.x-marker{display:none}}.product-text{color:var(--text_neutral_default);padding-left:8px;font-size:16px;line-height:20px}.product-text .product-title{font-weight:500}.product-text .product-selected-count{color:var(--text_green_default)}.product-text .product-brand{color:var(--text_neutral_secondary);font-weight:400}.product-text .product-variants{color:var(--text_neutral_secondary);font-size:12px;font-weight:500}.product-footer{padding:16px}.product-footer button{width:100%!important}@keyframes fade-in-up{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.default-colors{color:var(--text_neutral_default);background-color:var(--bkg_neutral_default)}.flex-column{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.center-all{justify-content:center;align-items:center;display:flex}.invisible-button{color:var(--text_neutral_default);cursor:pointer;outline:inherit;background:0 0;border:none}.m-top-16{margin-top:var(--sizing_16)}.row-gap-8>*{margin-right:var(--sizing_8)}.row-gap-8>:last-child{margin-right:0}.gray-hover:hover{background-color:var(--bkg_neutral_secondary);transition:background-color .2s}.circular{border-radius:4000px}.gray-border{border:1px solid var(--border_neutral_strong)}.no-animation{animation:none!important}.intro-video-popup__video-container{aspect-ratio:16/9;width:min(94vw,177.778vh - 302.222px)}.intro-video-popup{animation:.3s ease-out fadeIn}.intro-video-popup__video-container{animation:.3s ease-out scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.intro-video-popup__video-container{width:min(100vw - 32px,177.778vh - 284.444px)}}@media (min-width:1440px){.intro-video-popup__video-container{width:min(96vw,177.778vh - 320px)}}@media (min-width:2560px){.intro-video-popup__video-container{width:min(98vw,177.778vh - 302.222px)}}.start-tour-button *{color:#fff!important;border:var(--border_width_default,1px)var(--border_style_solid,solid)#6d6e6f!important;background:#1e1f21!important}.start-tour-button :hover{color:#fff!important;background:#252628!important;border-color:#8d8e8f!important}.start-tour-button :active{color:#fff!important;background:#333!important}.vgFormContainer .drop-target{box-sizing:border-box;pointer-events:none;width:0;height:0;transition:all .33s ease-in-out;position:relative}.vgFormContainer .drop-target.active{outline:1px dashed var(--border_neutral_strong);background:var(--bkg_neutral_tiertiary);opacity:.7;border-radius:6px;width:4px;height:4px}.vgFormContainer .drop-target:after{content:"";box-sizing:border-box;background:#fff;border:2px solid green;border-radius:50%;width:10px;height:10px;transition:all .2s;position:absolute;top:calc(50% - 5px);left:calc(50% - 5px)}.vgFormContainer .drop-target.active:after{background:green;border:2px dashed #fff;width:12px;height:12px;animation:2s linear infinite rotate-animation;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}.vgFormContainer body .drop-full-w>.drop-target{width:calc(100% - 16px)}.vgFormContainer body .drop-full-w>.drop-target.active:after{display:none}.vgFormContainer body .drop-full-h>.drop-target{height:100%}.vgFormContainer body .drop-full-h>.drop-target.active:after{display:none}.vgFormContainer .no-drag-transition .drop-target{transition:none}.vgFormContainer .no-dots .drop-target:after{display:none!important}.dropdown-caret{background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27currentColor%27 viewBox=%270 0 320 512%27><path d=%27M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z%27/></svg>")}.vgFormContainer .preview-option-row{height:50px;padding-bottom:2px}.vgFormContainer .preview-option-row .preview-option{opacity:.4;cursor:pointer;width:36px;height:36px;color:var(--icon_neutral_default);flex-shrink:0;margin:2px;padding:0;transition:opacity .3s;position:relative}.vgFormContainer .preview-option-row .preview-option.selected{opacity:1}.vgFormContainer .preview-option-row .preview-option.selected:after{width:18px;height:2px;left:9px}.vgFormContainer .preview-option-row .preview-option:after{content:"";background:var(--icon_neutral_default);width:0;height:2px;transition:all .1s;position:absolute;bottom:0;left:18px}.form-import-loader{z-index:5000;background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;box-shadow:inset 0 0 0 60000px #00000040}.form-import-border{border-radius:18px;width:400px;max-width:100dvw;height:auto;padding:4px;animation:1s ease-in-out loader-fade-in,3s infinite shadow-effect;position:relative;overflow:hidden}.form-import-border .form-import-content{z-index:3;text-align:center;background-color:var(--bkg_neutral_default);color:var(--text_neutral_default);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:24px 24px 48px;display:flex;position:relative}.form-import-border .form-import-content img{margin-bottom:-10px}.form-import-border:after{content:"";z-index:2;background:conic-gradient(var(--text_ai_default),var(--text_ai_secondary),var(--text_ai_default));border-radius:18px;width:200%;height:200%;animation:1.5s linear infinite spin;position:absolute;top:-50%;left:-50%}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loader-fade-in{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@keyframes shadow-effect{0%{box-shadow:0 -10px 25px #415cf655,0 10px 25px #9f0cd455}12.5%{box-shadow:7px -7px 25px #415cf655,-7px 7px 25px #9f0cd455}25%{box-shadow:10px 0 25px #415cf655,-10px 0 25px #9f0cd455}37.5%{box-shadow:7px 7px 25px #415cf655,-7px -7px 25px #9f0cd455}50%{box-shadow:0 10px 25px #415cf655,0 -10px 25px #9f0cd455}62.5%{box-shadow:-7px 7px 25px #415cf655,7px -7px 25px #9f0cd455}75%{box-shadow:-10px 0 25px #415cf655,10px 0 25px #9f0cd455}87.5%{box-shadow:-7px -7px 25px #415cf655,7px 7px 25px #9f0cd455}to{box-shadow:0 -10px 25px #415cf655,0 10px 25px #9f0cd455}}.form-import-gif{background:0 0}.ai-sparkle-container{color:#fff;background:#00f;border-radius:50%;width:120px;height:120px;transition:transform .5s ease-in-out;position:relative;overflow:hidden}.ai-sparkle-container:after{content:" ";background:linear-gradient(0deg,var(--text_ai_secondary),var(--text_ai_default));z-index:0;width:150%;height:150%;animation:1.5s linear infinite spin;position:absolute;top:-25%;left:-25%}.ai-sparkle-relative{z-index:2;width:100%;height:100%;position:relative}.ai-sparkle-container svg{z-index:2;width:40%;height:40%;animation:1.5s linear infinite ai-pulse;position:absolute}.ai-sparkle-container svg:first-child{animation-delay:.25s;top:30%;left:18%}.ai-sparkle-container svg:nth-child(2){width:25%;height:25%;animation-delay:0s;top:20%;right:25%}.ai-sparkle-container svg:nth-child(3){width:25%;height:25%;animation-delay:.5s;bottom:20%;right:25%}@keyframes ai-pulse{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(1)}}.segment-max-20 .vg-w-tab-link{max-width:20%}.segment-max-10 .vg-w-tab-link{max-width:10%}.loaderNew{text-align:center;z-index:100005;background-color:#0000004d;width:100%;height:100%;display:block;position:fixed;top:0;left:0}.loader-imgNew{z-index:100005;text-indent:-9999em;border-style:solid;border-width:.7em;margin:-25px 0 0 -25px;font-size:10px;animation:1.1s linear infinite load8;position:absolute;top:50%;left:50%;transform:translateZ(0)}.loader-imgNew,.loader-imgNew:after{border-radius:50%;width:40px;height:40px}.loaderNew *,.loaderNew :before,.loaderNew :after{box-sizing:content-box}.loaderNew.loader-block{display:block}.ingridLoading{height:40vh;position:relative}.ingridLoading .loaderNew{position:fixed}.select2-container{box-sizing:border-box;vertical-align:middle;z-index:99999;margin:0;display:inline-block;position:relative}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;height:28px;display:block}.select2-container .select2-selection--single .select2-selection__rendered{text-overflow:ellipsis;white-space:nowrap;padding-left:8px;padding-right:20px;display:block;overflow:hidden}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:32px;display:block}.select2-container .select2-selection--multiple .select2-selection__rendered{text-overflow:ellipsis;white-space:nowrap;padding-left:8px;display:inline-block;overflow:hidden}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;margin-top:5px;font-size:100%}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{box-sizing:border-box;z-index:1051;background-color:#fff;border:1px solid #aaa;border-radius:4px;width:100%;display:block;position:absolute;left:-100000px}.select2-results{display:block}.select2-results__options{margin:0;padding:0;list-style:none}.select2-results__option{-webkit-user-select:none;user-select:none;padding:6px}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{padding:4px;display:block}.select2-search--dropdown .select2-search__field{box-sizing:border-box;width:100%;padding:4px}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{opacity:0;z-index:99;width:auto;min-width:100%;height:auto;min-height:100%;filter:alpha(opacity=0);background-color:#fff;border:0;margin:0;padding:0;display:block;position:fixed;top:0;left:0}.select2-hidden-accessible{clip:rect(0 0 0 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{width:20px;height:26px;position:absolute;top:1px;right:1px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--default .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;width:100%;margin:0;padding:0 5px;list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;margin-top:5px;margin-right:10px;font-weight:700}.select2-container--default .select2-selection--multiple .select2-selection__choice{cursor:default;float:left;background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;margin-top:5px;margin-right:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;margin-right:2px;font-weight:700;display:inline-block}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--disabled .select2-selection--multiple{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{color:#fff;background-color:#5897fb}.select2-container--default .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);background-color:#f6f6f6;background-image:linear-gradient(#fff 50%,#eee 100%);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;margin-right:10px;font-weight:700}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{width:20px;height:26px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#cccccc",GradientType=0);background-color:#ddd;background-image:linear-gradient(#eee 50%,#ccc 100%);background-repeat:repeat-x;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;top:1px;right:1px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=0);background-image:linear-gradient(#fff 0%,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);background-image:linear-gradient(#eee 50%,#fff 100%);background-repeat:repeat-x;border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{margin:0;padding:0 5px;list-style:none}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{cursor:default;float:left;background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;margin-top:5px;margin-right:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;margin-right:2px;font-weight:700;display:inline-block}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid #0000}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{color:#fff;background-color:#3875d7}.select2-container--classic .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}textarea:focus,input:focus,select:focus{box-shadow:none;outline:0}.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{border:1px solid #ccc}.select2-container .select2-selection--single{height:34px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#333;font-size:14px;line-height:30px}.select2-container--default .select2-selection--single .select2-selection__arrow{top:3px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#333;font-family:Arial;font-size:14px}.select2-container .select2-search--inline .select2-search__field{color:#333;margin-top:0;font-size:14px}.select2-dropdown{border:1px solid #d9d9d9}.select2-container--default .select2-results__group{color:#f15f24;padding-bottom:5px}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option--highlighted[aria-selected]{color:#333;background:#f5f5f5}.select2-container--default .select2-results__option{color:#333;font-size:14px}.select2-selectAll--dropdown{color:#333;background:#f5f5f5;padding:10px;font-size:14px;display:block}.select2-selectAll--dropdown a{color:#333;text-decoration:none!important}.select2-selectAll--dropdown a:hover{color:#f15f24;text-decoration:none}.selectnone{float:right}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #ccc;outline:0}.fa{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.select2-container--default .select2-results__option .select2-results__option i:before{content:"";color:#333;padding:7px 7px 7px 0;font:18px/1 FontAwesome}.select2-container--default .select2-results__option[aria-selected=true] i:before{content:"";color:#333;padding:7px 7px 7px 0;font:18px/1 FontAwesome}.select2-container--default .select2-selection--multiple .select2-selection__rendered{color:#333;padding-top:7px;padding-bottom:3px;padding-left:8px;font-size:14px}.select2-container--default .select2-selection--multiple .select2-selection__arrow{width:20px;display:none;position:absolute;top:16px;right:1px}.select2-search__field::-webkit-input-placeholder{color:#333}.select2-search__field:-moz-placeholder-shown{color:#333;opacity:1}.select2-search__field::-moz-placeholder{color:#333;opacity:1}.select2-search__field:-ms-placeholder-shown{color:#333}.select2-results__option{position:relative}.select2-container--default .select2-selection--multiple .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.multicheck-checkbox{background:url(https://vagaro.azureedge.net/static-content/Images/select-check-unchecknew.png) 0 3px no-repeat;width:18px;height:20px;display:inline-block;position:absolute;top:2px;left:10px}.labelpadd{cursor:pointer;margin-bottom:0;padding-left:30px;font-weight:400}.select2-container--default .select2-results__option[aria-selected=true] .multicheck-checkbox{background:url(https://vagaro.azureedge.net/static-content/Images/select-check-unchecknew.png) 0 -47px no-repeat}.select2-dropdown--below{width:250px;margin-top:1px;border:1px solid #d9d9d9!important}.select2-dropdown--above{width:250px;margin-bottom:1px;border:1px solid #d9d9d9!important}.select2-selection__clear{display:none}.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{height:38px}::-ms-clear{display:none}.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{background:#fff;border-color:#cdcdcd;border-radius:3px;position:relative}.select2-container--default .select2-selection--single:after,.select2-container--default .select2-selection--multiple:after{content:"";color:#333;font-family:"Fontawesome pro solid 900",sans-serif;font-size:16px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.multicheck-checkbox{background:#fff;border:1px solid #b3b3b3;border-radius:5px;width:20px;top:50%;transform:translateY(-50%)}.select2-container--default .select2-results__option[aria-selected=true] .multicheck-checkbox{color:#fff;text-align:center;background:#333;border:1px solid #333;font-family:"Fontawesome pro 400",sans-serif;font-size:14px;line-height:20px}.select2-container--default .select2-results__option[aria-selected=true] .multicheck-checkbox:after{content:""}.vgn-react-select-dropdown .custome-select-wrap{position:relative}.vgn-react-select-dropdown .btn-vgn-select{background-color:#fff;border:1px solid #cdcdcd;border-radius:3px;justify-content:flex-start;width:100%;height:40px;padding:10px 28px 10px 8px;font-size:15px;font-weight:400;position:relative;outline:0!important}.vgn-react-select-dropdown .btn-vgn-select span{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;text-align:left;word-break:break-all;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;position:absolute;right:10px}.vgn-react-select-dropdown .btn-vgn-select[disabled]{cursor:not-allowed;pointer-events:all;opacity:1;background-color:#e7e7e7;border-color:#cdcdcd}.vgn-react-select-dropdown .vgn-select-control__input-container{max-width:calc(100% - 24px);margin:0;padding:0;line-height:20px;overflow:hidden}.vgn-react-select-dropdown .vgn-select-control__input{background-color:#0000!important}.vgn-react-select-dropdown .cmn-select-dropdown{z-index:99;background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;width:100%;margin-top:0;position:absolute;top:100%;box-shadow:0 2px 10px #0000001a}.vgn-react-select-dropdown .drop-all-selection{background-color:#f8f8f8;justify-content:space-between;align-items:center;padding:10px 8px;display:flex}.vgn-react-select-dropdown .drop-all-selection span{cursor:pointer;color:#333;font-size:15px;font-weight:500;line-height:20px}.vgn-react-select-dropdown .drop-all-selection span:hover{color:#2a90d6}.vgn-react-select-dropdown .vgn-select-control__control{border-color:#cdcdcd;flex-direction:row-reverse;margin:8px 8px 0;padding:0 12px 0 30px}.vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control__value-container{padding:0}.vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control__placeholder{color:#a2a0a2;white-space:nowrap;margin:0;font-size:15px;font-weight:400;line-height:20px}.vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control__indicators{color:#a2a0a2;justify-content:center;min-width:16px;margin-right:4px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control__indicators .vgn-select-control__clear-indicator{display:none!important}.vgn-react-select-dropdown .vgn-select-control__control .vgn-search-icon{margin-top:-2px;position:absolute;left:8px}.vgn-react-select-dropdown .vgn-select-control__control .vgn-remove-icon{cursor:pointer;position:absolute;right:5px}.vgn-react-select-dropdown .vgn-select-control__control.vgn-select-control__control--is-focused{border-color:#2a90d6}.vgn-react-select-dropdown .vgn-select-control__menu{box-shadow:none;border-radius:0;margin-bottom:0;position:static}.vgn-react-select-dropdown .vgn-select-control__menu .vgn-select-no-results{text-align:center;color:#6d6e6f;padding:8px}.vgn-react-select-dropdown .vgn-select-control__menu-list{padding-top:0;padding-bottom:0}.vgn-react-select-dropdown .vgn-option-lbl{cursor:pointer;color:#333;margin-bottom:0;padding-left:30px;font-size:15px;font-weight:400;line-height:20px;position:relative}.vgn-react-select-dropdown .vgn-option-lbl:after{content:"";color:#fff;background-color:#fff;border:1px solid #cdcdcd;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-family:"Font Awesome 6 Pro";font-size:14px;font-weight:600;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.vgn-react-select-dropdown .vgn-lbl{color:#333}.vgn-react-select-dropdown .vgn-input-check{display:none}.vgn-react-select-dropdown .vgn-input-check:checked+.vgn-option-lbl:after{content:"";background-color:#333!important}.vgn-react-select-dropdown .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after{content:""}.vgn-react-select-dropdown .vgn-select-control__option{padding:8px}.vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-focused,.vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-selected,.vgn-react-select-dropdown .vgn-select-control__option:hover{background-color:#f8f8f8}.vgn-react-select-dropdown .vgn-select-control__option .vgn-lbl{font-weight:400}.vgn-react-select-dropdown .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl{cursor:default;color:#b3b3b3!important}.vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__group-heading,.vgn-react-select-dropdown .vgn-select-control__group-heading-virtual{color:#333;text-transform:capitalize;margin-bottom:0;padding:8px;font-size:15px;font-weight:700;line-height:20px}.vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.vgn-react-select-dropdown .vgn-select-control__group-heading-virtual .vgn-option-lbl{font-weight:700}.vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__option,.vgn-react-select-dropdown .vgn-select-control__group-option-virtual .custom-option{padding-left:36px}.vgn-react-select-dropdown .vgn-select-control__group{padding:0}.vgn-react-select-dropdown .vgn-select-control__group .select-location-heading .vgn-select-control__option{padding-left:8px}.vgn-react-select-dropdown .css-b62m3t-container:after{display:none}.vgn-react-select-dropdown .css-b62m3t-container svg{opacity:1}.vgn-single-select-control__control .vgn-single-select-control__placeholder,.vgn-single-select-control__control .vgn-single-select-control__single-value{font-size:15px;font-weight:400}.vgn-single-select-control__menu-portal{z-index:999999!important}.vgn-single-select-control__menu-portal .vgn-single-select-control__option{color:var(--text_neutral_default)!important}.vgn-single-select-control__menu-portal .vgn-single-select-control__option.vgn-single-select-control__option--is-focused{background-color:#0000!important}.vgn-single-select-control__menu-portal .vgn-single-select-control__option:hover{background-color:#f8f8f8!important}.vgn-single-select-control__menu .vgn-single-select-control__option{color:var(--text_neutral_default)!important}.vgn-single-select-control__menu .vgn-single-select-control__option.vgn-single-select-control__option--is-focused{background-color:#0000!important}.vgn-single-select-control__menu .vgn-single-select-control__option:hover{background-color:#f8f8f8}@media screen and (max-width:767px){html .vg_ismobile .vgn-react-select-dropdown .btn-vgn-select{border:none;height:48px;padding:0 16px 0 12px}html .vg_ismobile .vgn-react-select-dropdown .btn-vgn-select span{max-width:210px}html .vg_ismobile .vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;right:0}html .vg_ismobile .vgn-react-select-dropdown .drop-all-selection{z-index:1;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;padding:16px;position:absolute;top:64px;left:0;right:0}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__control{background-color:#e7e7e7;border:none;border-radius:10px;margin:12px 16px;position:absolute;top:0;left:0;right:0}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control__indicators{margin-right:8px}html .vg_ismobile .vgn-react-select-dropdown .cmn-select-dropdown{border:none;border-radius:0;flex-direction:column;margin:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .vgn-react-select-dropdown .css-b62m3t-container{z-index:0;flex-direction:column;flex-grow:1;width:100%;padding-top:117px;display:flex;overflow:hidden}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__menu{background-color:#f8f8f8;flex-grow:1;margin-top:0;padding-bottom:10px;overflow:auto}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__menu>div{background-color:#fff}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__menu-list{background-color:#fff;max-height:inherit!important;overflow:visible!important}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__group-option-virtual .vgn-select-control__option{padding-left:36px}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__option{border-bottom:1px solid #e7e7e7;padding:12px 16px}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__group-heading{border-bottom:1px solid #e7e7e7;padding:12px 16px;font-size:16px}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__option{padding-left:36px}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-selected{background-color:#fff}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-selected .vgn-lbl{width:100%;padding-right:20px;position:relative}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__option.vgn-select-control__option--is-selected .vgn-lbl:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:600;position:absolute;right:0}html .vg_ismobile .vgn-react-select-dropdown .vgn-option-lbl{width:100%;padding-left:0;padding-right:20px;font-size:16px;font-weight:500}html .vg_ismobile .vgn-react-select-dropdown .vgn-option-lbl:after{left:inherit;border:none;width:16px;height:16px;right:0;background-color:#0000!important}html .vg_ismobile .vgn-react-select-dropdown .vgn-input-check:checked+.vgn-option-lbl:after{content:"";color:#eb6663;font-size:16px;background-color:#0000!important}html .vg_ismobile .vgn-react-select-dropdown .emp-drop-tlt{border-bottom:1px solid #e7e7e7;padding:16px;font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .vgn-react-select-dropdown .emp-apply-btn{padding:16px}html .vg_ismobile .vgn-react-select-dropdown .emp-apply-btn .btn{width:100%;min-height:50px}html .vg_ismobile .vgn-react-select-dropdown .vgn-select-control__group-heading-virtual{padding:8px 16px}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .cmn-select-dropdown{top:inherit;border-radius:12px 12px 0 0;padding:0;transition:transform .5s;overflow:hidden;box-shadow:0 0 50px #0000004d}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .show-select .cmn-select-dropdown{animation:.5s transformSlide}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .show-select .select-backdrop{z-index:1;background:#0003;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .vgn-select-control__control,html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .drop-all-selection{display:none}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .css-b62m3t-container{padding-top:0}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .vgn-select-control__menu{padding-top:0;padding-bottom:0}html .vg_ismobile .vgn-single-select-control__control{height:48px}}@keyframes transformSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}#profileAddressControldiv,.Edit1099Addresscontrol,#newBusinessAddressControldiv{z-index:6;position:relative}#profileAddressControldiv>.select2-container,.Edit1099Addresscontrol>.select2-container,#newBusinessAddressControldiv>.select2-container{border:none!important;width:calc(100% - 65px)!important;top:64px!important;left:65px!important}#profileAddressControldiv>.select2-container.select2-container--open .select2-selection,.Edit1099Addresscontrol>.select2-container.select2-container--open .select2-selection,#newBusinessAddressControldiv>.select2-container.select2-container--open .select2-selection{margin-top:1px}#profileAddressControldiv>.select2-container.emp-country-flag-react,.Edit1099Addresscontrol>.select2-container.emp-country-flag-react,#newBusinessAddressControldiv>.select2-container.emp-country-flag-react{left:0!important}#profileAddressControldiv #dvWraptxtaddress select.custom-w-input,#profileAddressControldiv #dvWraptxtRenterAddress select.custom-w-input,#profileAddressControldiv #dvWrapNewBusinesstxtaddress select.custom-w-input,.Edit1099Addresscontrol #dvWraptxtaddress select.custom-w-input,.Edit1099Addresscontrol #dvWraptxtRenterAddress select.custom-w-input,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress select.custom-w-input,#newBusinessAddressControldiv #dvWraptxtaddress select.custom-w-input,#newBusinessAddressControldiv #dvWraptxtRenterAddress select.custom-w-input,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress select.custom-w-input{width:calc(100% - 65px)}#profileAddressControldiv #dvWraptxtaddress .select2-container,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container{top:0!important;left:0!important}#profileAddressControldiv #dvWraptxtaddress .select2-container+.select2-container,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container+.select2-container,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container+.select2-container,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container+.select2-container,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container+.select2-container,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container{top:0!important;left:66px!important}#profileAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown{border:0 solid #e7e7e7!important}#profileAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .select2-search__field,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .select2-search__field,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .select2-search__field,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .select2-search__field{font-size:15px!important}#profileAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control{display:flex}#profileAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container+.select2-container .select2-dropdown .payrolladdress-control img{align-self:center}#profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container.select2-container--below+.select2-container,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container{width:calc(100% - 66px)!important;top:40px!important;left:66px!important}#profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,#profileAddressControldiv #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,#profileAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,.Edit1099Addresscontrol #dvWraptxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,.Edit1099Addresscontrol #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,#newBusinessAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,#newBusinessAddressControldiv #dvWraptxtRenterAddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container.select2DD .select2-results{top:-2px;left:-1px}#profileAddressControldiv #dvWraptxtaddress.add-input-focus-relative,#profileAddressControldiv #dvWraptxtRenterAddress.add-input-focus-relative,#profileAddressControldiv #dvWrapNewBusinesstxtaddress.add-input-focus-relative,.Edit1099Addresscontrol #dvWraptxtaddress.add-input-focus-relative,.Edit1099Addresscontrol #dvWraptxtRenterAddress.add-input-focus-relative,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress.add-input-focus-relative,#newBusinessAddressControldiv #dvWraptxtaddress.add-input-focus-relative,#newBusinessAddressControldiv #dvWraptxtRenterAddress.add-input-focus-relative,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress.add-input-focus-relative{position:static}#profileAddressControldiv #dvWraptxtaddress.add-input-focus-relative input,#profileAddressControldiv #dvWraptxtRenterAddress.add-input-focus-relative input,#profileAddressControldiv #dvWrapNewBusinesstxtaddress.add-input-focus-relative input,.Edit1099Addresscontrol #dvWraptxtaddress.add-input-focus-relative input,.Edit1099Addresscontrol #dvWraptxtRenterAddress.add-input-focus-relative input,.Edit1099Addresscontrol #dvWrapNewBusinesstxtaddress.add-input-focus-relative input,#newBusinessAddressControldiv #dvWraptxtaddress.add-input-focus-relative input,#newBusinessAddressControldiv #dvWraptxtRenterAddress.add-input-focus-relative input,#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress.add-input-focus-relative input{height:36px!important}@media (min-width:768px){#profileAddressControldiv .addresswithcountry,.Edit1099Addresscontrol .addresswithcountry,#newBusinessAddressControldiv .addresswithcountry{height:40px}}@media (max-width:767px){#profileAddressControldiv .addresswithcountry,.Edit1099Addresscontrol .addresswithcountry,#newBusinessAddressControldiv .addresswithcountry{height:48px}}#profileAddressControldiv .addresswithcountry .select2-container,.Edit1099Addresscontrol .addresswithcountry .select2-container,#newBusinessAddressControldiv .addresswithcountry .select2-container{border:none!important}#profileAddressControldiv .addresswithcountry .select2-container.select2DD,.Edit1099Addresscontrol .addresswithcountry .select2-container.select2DD,#newBusinessAddressControldiv .addresswithcountry .select2-container.select2DD,#profileAddressControldiv .addresswithcountry .select2-container .select2-selection,.Edit1099Addresscontrol .addresswithcountry .select2-container .select2-selection,#newBusinessAddressControldiv .addresswithcountry .select2-container .select2-selection{margin-top:0!important}#newBusinessAddressControldiv #dvWrapNewBusinesstxtaddress .select2-container.select2-container--below+.select2-container{left:1px!important}.select2-address-without-flag .countrydropdown{display:none!important}.select2-address-without-flag .select-country-mar{margin-left:0!important}.vg-country-flag-dropdown .vg-country-dropdown-search__menu{width:330px;margin:0}.vg-country-flag-dropdown .country-code{color:#333;font-size:16px;font-weight:400;position:absolute;top:0;left:70px}.vg-country-flag-dropdown .custom-w-input{padding-left:40px}.vg-country-flag-dropdown .all-country-flag-react>div:after{display:none}.vgn-country-dropdown-wrap{position:relative}.vgn-country-dropdown-wrap .addresswithcountry .countrydropdown{height:40px}.vgn-country-dropdown-wrap .addresswithcountry .countrydropdown:after{display:none}.vgn-country-dropdown-wrap .addresswithcountry .countrydropdown:before{content:"";z-index:0;border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;margin-top:-2px;display:block;position:absolute;top:50%;right:7px}.vgn-country-dropdown-wrap .addresswithcountry .selectedcountry{z-index:1;width:64px;height:40px;display:block;position:relative}.vgn-country-dropdown-wrap .vg-country-dropdown-search__control{display:none}.vgn-country-dropdown-wrap .vg-country-dropdown-search__group{padding:0}.vgn-country-dropdown-wrap .vg-country-dropdown-search__group .vg-country-dropdown-search__group-heading{color:#333;text-transform:none;padding:8px 10px;font-size:15px;font-weight:700;line-height:20px}.vgn-country-dropdown-wrap .vg-country-dropdown-search__option{padding:0}.vgn-country-dropdown-wrap .vg-country-dropdown-search__option .select2-result-label{justify-content:space-between;padding:9px 11px 8px 36px;line-height:20px;display:flex}@media screen and (max-width:767px){html .vg_ismobile .vgn-country-dropdown-wrap .addresswithcountry .countrydropdown,html .vg_ismobile .vgn-country-dropdown-wrap .addresswithcountry .selectedcountry{height:48px}html .vg_ismobile .vgn-country-dropdown-wrap .select-country-mar .custom-w-input{border-radius:0 3px 3px 0!important}html .vg_ismobile.country-dd-open .exportfootSection{display:none!important}html .vg_ismobile.country-dd-open .vg-country-flag-dropdown .addresswithcountry{position:static}html .vg_ismobile.country-dd-open .vg-country-flag-dropdown .vg-country-dropdown-search__menu{z-index:99;width:100%;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile.country-dd-open .vgn-country-dropdown-wrap .vg-country-dropdown-search__group .vg-country-dropdown-search__group-heading{text-transform:uppercase;border-bottom:1px solid #e7e7e7;margin:0;padding:14px 16px 11px;font-size:12px;font-weight:600;line-height:20px}html .vg_ismobile.country-dd-open .vgn-country-dropdown-wrap .vg-country-dropdown-search__option .select2-result-label{font-size:16px;padding:13px 32px 13px 44px!important}html .vg_ismobile.country-dd-open .vgn-country-dropdown-wrap .all-country-flag-react .countrys-Code{background-position:16px 15px!important}html .vg_ismobile.hideSelect .select2-container{display:none}html .vg_ismobile #profileAddressControldiv>.select2-container.emp-country-flag-react{width:100%!important;top:0!important;left:0!important;right:0!important}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress.add-input-focus-relative input{height:44px!important}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container{top:48px!important}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown{top:-46px}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .vg_clear_search{top:14px}html .vg_ismobile .search-filed .vgn-react-select-dropdown .vgn-select-control__menu{overflow:hidden}html.t-safari .touchdevice.vg_ismobile .vgn-country-dropdown-wrap .vg-country-dropdown-search__group{margin-bottom:0!important;padding-bottom:0!important}}.vagaroReact.rm-leftbar #sideBar{display:none!important}.vgn-select-control__menu-portal{min-width:350px}.vgn-select-control__menu-portal .vgn-select-control__menu,.emp-location-field.emp-location-open .vgn-select-control__menu,.edit-location-modal .edit-location-data .vgn-select-control__menu,.edit-location-modal .edit-location-type .vgn-select-control__menu,.edit-location-modal .edit-location-level .vgn-select-control__menu{margin:0}.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-filter,.emp-location-field.emp-location-open .vgn-select-control__menu .vgn-select-filter,.edit-location-modal .edit-location-data .vgn-select-control__menu .vgn-select-filter,.edit-location-modal .edit-location-type .vgn-select-control__menu .vgn-select-filter,.edit-location-modal .edit-location-level .vgn-select-control__menu .vgn-select-filter{background-color:#fff}@media (max-width:767px){.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-filter.vgn-select-filter-ml,.emp-location-field.emp-location-open .vgn-select-control__menu .vgn-select-filter.vgn-select-filter-ml,.edit-location-modal .edit-location-data .vgn-select-control__menu .vgn-select-filter.vgn-select-filter-ml,.edit-location-modal .edit-location-type .vgn-select-control__menu .vgn-select-filter.vgn-select-filter-ml,.edit-location-modal .edit-location-level .vgn-select-control__menu .vgn-select-filter.vgn-select-filter-ml{height:118px}}.vgn-select-control__menu-portal .vgn-select-control__menu-list,.emp-location-field.emp-location-open .vgn-select-control__menu-list,.edit-location-modal .edit-location-data .vgn-select-control__menu-list,.edit-location-modal .edit-location-type .vgn-select-control__menu-list,.edit-location-modal .edit-location-level .vgn-select-control__menu-list{max-height:-webkit-max-content!important;max-height:max-content!important}.vgn-select-control__menu-portal .drop-all-selection,.emp-location-field.emp-location-open .drop-all-selection,.edit-location-modal .edit-location-data .drop-all-selection,.edit-location-modal .edit-location-type .drop-all-selection,.edit-location-modal .edit-location-level .drop-all-selection{background-color:#f8f8f8;justify-content:space-between;align-items:center;padding:10px 8px;display:flex}.vgn-select-control__menu-portal .drop-all-selection .select-btn,.emp-location-field.emp-location-open .drop-all-selection .select-btn,.edit-location-modal .edit-location-data .drop-all-selection .select-btn,.edit-location-modal .edit-location-type .drop-all-selection .select-btn,.edit-location-modal .edit-location-level .drop-all-selection .select-btn{color:#333;cursor:pointer;background-color:#0000;border:none;font-size:15px;font-weight:500;line-height:20px}.vgn-select-control__menu-portal .select-search-control,.emp-location-field.emp-location-open .select-search-control,.edit-location-modal .edit-location-data .select-search-control,.edit-location-modal .edit-location-type .select-search-control,.edit-location-modal .edit-location-level .select-search-control{position:relative}.vgn-select-control__menu-portal .select-search-control .custom-w-input,.emp-location-field.emp-location-open .select-search-control .custom-w-input,.edit-location-modal .edit-location-data .select-search-control .custom-w-input,.edit-location-modal .edit-location-type .select-search-control .custom-w-input,.edit-location-modal .edit-location-level .select-search-control .custom-w-input{width:100%;padding-left:30px}.vgn-select-control__menu-portal .select-search-control .vgn-search-icon,.emp-location-field.emp-location-open .select-search-control .vgn-search-icon,.edit-location-modal .edit-location-data .select-search-control .vgn-search-icon,.edit-location-modal .edit-location-type .select-search-control .vgn-search-icon,.edit-location-modal .edit-location-level .select-search-control .vgn-search-icon{color:#a2a0a2;margin-top:-1px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.vgn-select-control__menu-portal .vgn-select-control__option,.emp-location-field.emp-location-open .vgn-select-control__option,.edit-location-modal .edit-location-data .vgn-select-control__option,.edit-location-modal .edit-location-type .vgn-select-control__option,.edit-location-modal .edit-location-level .vgn-select-control__option{padding:8px}.vgn-select-control__menu-portal .vgn-select-control__option.vgn-select-control__option--is-focused,.vgn-select-control__menu-portal .vgn-select-control__option.vgn-select-control__option--is-selected,.vgn-select-control__menu-portal .vgn-select-control__option:hover,.emp-location-field.emp-location-open .vgn-select-control__option.vgn-select-control__option--is-focused,.emp-location-field.emp-location-open .vgn-select-control__option.vgn-select-control__option--is-selected,.emp-location-field.emp-location-open .vgn-select-control__option:hover,.edit-location-modal .edit-location-data .vgn-select-control__option.vgn-select-control__option--is-focused,.edit-location-modal .edit-location-data .vgn-select-control__option.vgn-select-control__option--is-selected,.edit-location-modal .edit-location-data .vgn-select-control__option:hover,.edit-location-modal .edit-location-type .vgn-select-control__option.vgn-select-control__option--is-focused,.edit-location-modal .edit-location-type .vgn-select-control__option.vgn-select-control__option--is-selected,.edit-location-modal .edit-location-type .vgn-select-control__option:hover,.edit-location-modal .edit-location-level .vgn-select-control__option.vgn-select-control__option--is-focused,.edit-location-modal .edit-location-level .vgn-select-control__option.vgn-select-control__option--is-selected,.edit-location-modal .edit-location-level .vgn-select-control__option:hover{background-color:#f8f8f8}.vgn-select-control__menu-portal .vgn-select-control__option .vgn-lbl,.emp-location-field.emp-location-open .vgn-select-control__option .vgn-lbl,.edit-location-modal .edit-location-data .vgn-select-control__option .vgn-lbl,.edit-location-modal .edit-location-type .vgn-select-control__option .vgn-lbl,.edit-location-modal .edit-location-level .vgn-select-control__option .vgn-lbl{font-weight:400}.vgn-select-control__menu-portal .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl,.emp-location-field.emp-location-open .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl,.edit-location-modal .edit-location-data .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl,.edit-location-modal .edit-location-type .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl,.edit-location-modal .edit-location-level .vgn-select-control__option[aria-disabled=true] .vgn-option-lbl{cursor:default;color:#b3b3b3!important}.vgn-select-control__menu-portal .vgn-select-control__group .vgn-select-control__group-heading,.vgn-select-control__menu-portal .vgn-select-control__group-heading-virtual,.emp-location-field.emp-location-open .vgn-select-control__group .vgn-select-control__group-heading,.emp-location-field.emp-location-open .vgn-select-control__group-heading-virtual,.edit-location-modal .edit-location-data .vgn-select-control__group .vgn-select-control__group-heading,.edit-location-modal .edit-location-data .vgn-select-control__group-heading-virtual,.edit-location-modal .edit-location-type .vgn-select-control__group .vgn-select-control__group-heading,.edit-location-modal .edit-location-type .vgn-select-control__group-heading-virtual,.edit-location-modal .edit-location-level .vgn-select-control__group .vgn-select-control__group-heading,.edit-location-modal .edit-location-level .vgn-select-control__group-heading-virtual{color:#333;text-transform:capitalize;margin-bottom:0;padding:8px;font-size:15px;font-weight:700;line-height:20px}.vgn-select-control__menu-portal .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.vgn-select-control__menu-portal .vgn-select-control__group-heading-virtual .vgn-option-lbl,.emp-location-field.emp-location-open .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.emp-location-field.emp-location-open .vgn-select-control__group-heading-virtual .vgn-option-lbl,.edit-location-modal .edit-location-data .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.edit-location-modal .edit-location-data .vgn-select-control__group-heading-virtual .vgn-option-lbl,.edit-location-modal .edit-location-type .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.edit-location-modal .edit-location-type .vgn-select-control__group-heading-virtual .vgn-option-lbl,.edit-location-modal .edit-location-level .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl,.edit-location-modal .edit-location-level .vgn-select-control__group-heading-virtual .vgn-option-lbl{font-weight:700}.vgn-select-control__menu-portal .vgn-select-control__group-option-virtual .vgn-select-control__option,.emp-location-field.emp-location-open .vgn-select-control__group-option-virtual .vgn-select-control__option,.edit-location-modal .edit-location-data .vgn-select-control__group-option-virtual .vgn-select-control__option,.edit-location-modal .edit-location-type .vgn-select-control__group-option-virtual .vgn-select-control__option,.edit-location-modal .edit-location-level .vgn-select-control__group-option-virtual .vgn-select-control__option{padding-left:36px}.vgn-select-control__menu-portal .vgn-option-lbl,.emp-location-field.emp-location-open .vgn-option-lbl,.edit-location-modal .edit-location-data .vgn-option-lbl,.edit-location-modal .edit-location-type .vgn-option-lbl,.edit-location-modal .edit-location-level .vgn-option-lbl{cursor:pointer;color:#333;margin-bottom:0;padding-left:30px;font-size:15px;font-weight:400;line-height:20px;position:relative}.vgn-select-control__menu-portal .vgn-option-lbl:after,.emp-location-field.emp-location-open .vgn-option-lbl:after,.edit-location-modal .edit-location-data .vgn-option-lbl:after,.edit-location-modal .edit-location-type .vgn-option-lbl:after,.edit-location-modal .edit-location-level .vgn-option-lbl:after{content:"";color:#fff;background-color:#fff;border:1px solid #cdcdcd;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-family:"Font Awesome 6 Pro";font-size:14px;font-weight:600;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.vgn-select-control__menu-portal .vgn-lbl,.emp-location-field.emp-location-open .vgn-lbl,.edit-location-modal .edit-location-data .vgn-lbl,.edit-location-modal .edit-location-type .vgn-lbl,.edit-location-modal .edit-location-level .vgn-lbl{color:#333}.vgn-select-control__menu-portal .vgn-input-check,.emp-location-field.emp-location-open .vgn-input-check,.edit-location-modal .edit-location-data .vgn-input-check,.edit-location-modal .edit-location-type .vgn-input-check,.edit-location-modal .edit-location-level .vgn-input-check{display:none}.vgn-select-control__menu-portal .vgn-input-check:checked+.vgn-option-lbl:after,.emp-location-field.emp-location-open .vgn-input-check:checked+.vgn-option-lbl:after,.edit-location-modal .edit-location-data .vgn-input-check:checked+.vgn-option-lbl:after,.edit-location-modal .edit-location-type .vgn-input-check:checked+.vgn-option-lbl:after,.edit-location-modal .edit-location-level .vgn-input-check:checked+.vgn-option-lbl:after{content:"";background-color:#333!important}.vgn-select-control__menu-portal .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after,.emp-location-field.emp-location-open .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after,.edit-location-modal .edit-location-data .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after,.edit-location-modal .edit-location-type .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after,.edit-location-modal .edit-location-level .vgn-input-check:checked+.vgn-option-lbl.multicheck-deselect-checkbox:after{content:""}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label-inner{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;text-align:left;word-break:break-all;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media screen and (min-width:768px){.vgn-select-control__menu-portal .vgn-select-control__menu{border:1px solid #e7e7e7}.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list{max-height:300px!important}.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .select-search-control{padding:8px}.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn:hover{color:#2a90d6}.vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-no-results{text-align:center;padding:8px}.vgn-select-control__menu-portal .vgn-select-control__group{padding:0!important}.vgn-select-control__menu-portal .vgn-select-control__group .vgn-select-control__option{padding-left:36px}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control{cursor:pointer;border-color:#cdcdcd;flex-direction:row;margin:0;padding:0!important}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control:hover{border-color:#cdcdcd}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control:after{content:"";z-index:1;border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;position:absolute;right:10px}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label{z-index:2;width:100%;position:relative;padding:10px 28px 10px 8px!important}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label .vgn-select-control-label-inner{padding:0!important}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label .vgn-select-control__control{background-color:#0000;height:auto;margin:0;padding:0;position:static;min-height:inherit!important}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label .vgn-select-control__control:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;right:0}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown>div{width:auto;padding:0}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown.vgn-select-disabled .vgn-select-control__control{cursor:not-allowed}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown.vgn-select-disabled .vgn-select-control__control:after{z-index:2}.vgn-select-virtualiz-trigger .vgn-react-select-dropdown.vgn-select-disabled .vgn-select-control__control .vgn-select-control-label{color:#a2a0a2;opacity:1;pointer-events:all;background-color:#e7e7e7}}@media screen and (max-width:767px){html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control,html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-filter-mobile-dropdown__control{height:auto;margin:0;padding:0 16px 0 12px;position:static;min-height:inherit!important;background-color:#0000!important}html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control:after,html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-filter-mobile-dropdown__control:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;position:absolute;right:0}html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown>div,html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-filter-mobile-dropdown__control{border:none;width:auto;padding:0}html .vg_ismobile .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-filter-mobile-dropdown__control{justify-content:end;height:auto;margin:0;padding:0 16px 0 12px;position:static;min-height:inherit!important;background-color:#0000!important}html .vg_ismobile .vgn-select-control__menu-portal{z-index:9;background-color:#fff;border:none;border-radius:0;width:100%;margin:0;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list .vgn-select-control__option .vgn-lbl:after{top:50%;transform:translateY(-50%)}html .vg_ismobile .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list .vgn-select-control__group .vgn-select-control__option{font-size:16px;font-weight:500;padding:12px 16px 12px 36px!important}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu,html .vg_ismobile .emp-location-field .vgn-select-control__menu,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu{flex-direction:column;display:flex;position:static}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-bottom-btn,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-bottom-btn{z-index:1;background-color:#fff;position:-webkit-sticky;position:sticky;bottom:0}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz{flex-direction:column;height:100%;display:flex}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list{padding-top:0;padding-bottom:0;height:calc(100vh - 200px)!important;max-height:inherit!important}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control{padding:12px 16px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control .vgn-search-icon,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control .vgn-search-icon,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control .vgn-search-icon,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control .vgn-search-icon,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control .vgn-search-icon{left:24px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control input.custom-w-input,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control input.custom-w-input,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control input.custom-w-input,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control input.custom-w-input,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-filter .select-search-control input.custom-w-input{background-color:#f8f8f8;border:none;height:40px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection{z-index:1;background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;padding:16px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .drop-all-selection .select-btn{padding-top:0;padding-bottom:0}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn{padding:16px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn .btn,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn .btn,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn .btn,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn .btn,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-bottom-btn .btn{width:100%}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual{border-bottom:1px solid #e7e7e7;padding:12px 16px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual.vgn-select-control__option--is-focused,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option.vgn-select-control__option--is-focused,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual.vgn-select-control__option--is-focused{background-color:#fff}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl{width:100%;padding-left:0;padding-right:20px;font-size:16px;font-weight:500}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl:after,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl:after,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl:after,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-lbl:after{left:inherit;border:none;width:16px;height:16px;right:0;background-color:#0000!important}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__option .vgn-input-check:checked+.vgn-option-lbl:after,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual .vgn-input-check:checked+.vgn-option-lbl:after{content:"";color:#eb6663;font-size:16px;background-color:#0000!important}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-heading-virtual{border-bottom:none;padding:8px 16px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-option-virtual .vgn-select-control__option,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-option-virtual .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-option-virtual .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-option-virtual .vgn-select-control__option,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__group-option-virtual .vgn-select-control__option{padding:12px 16px 12px 36px}html .vg_ismobile .vgn-select-control__menu-portal .vgn-select-control__menu .vgn-select-virtualiz.vgn-select-nosearch .vgn-select-control__menu-list,html .vg_ismobile .emp-location-field .vgn-select-control__menu .vgn-select-virtualiz.vgn-select-nosearch .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz.vgn-select-nosearch .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz.vgn-select-nosearch .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz.vgn-select-nosearch .vgn-select-control__menu-list{height:calc(100vh - 82px)!important}html .vg_ismobile.locationSelectOpen .edit-location-data .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-type .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list,html .vg_ismobile.locationSelectOpen .edit-location-level .vgn-select-control__menu .vgn-select-virtualiz .vgn-select-control__menu-list{height:calc(100vh - 146px)!important;overflow:auto!important}html .vg_ismobile .emp-filter-dropdown .select-backdrop{z-index:22;background:#0003;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .emp-copy-location .vgn-react-select-dropdown .select-backdrop{display:none}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal{background:#00000040;position:fixed;z-index:999!important;width:100%!important;top:auto!important;bottom:0!important;left:0!important;right:0!important}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-filter-mobile-dropdown__menu{box-shadow:none;background:0 0;border:none;margin:0;transition:transform .5s;animation:.5s transformSlide;top:auto;bottom:0}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .emp-drop-tlt{border-bottom:1px solid #e7e7e7;padding:16px;font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz{background-color:#fff;border-radius:12px 12px 0 0;transition:transform .5s;overflow:hidden;box-shadow:0 0 50px #0000004d}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-filter-mobile-dropdown__menu-list{padding:0}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-filter-mobile-dropdown__option{color:#333;background-color:#fff;border-bottom:1px solid #e7e7e7;padding:12px 16px}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-input-check{display:none}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-option-lbl{width:100%;padding-left:0;padding-right:20px;font-size:16px;font-weight:500;position:relative}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-option-lbl:after{left:inherit;border:none;width:16px;height:16px;position:absolute;right:0;background-color:#0000!important}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-input-check:checked+.vgn-option-lbl:after{content:"";color:#eb6663;font-size:16px;background-color:#0000!important}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-select-bottom-btn{padding:16px}html .vg_ismobile .vgn-filter-mobile-dropdown__menu-portal .vgn-select-virtualiz .vgn-select-bottom-btn .btn{width:100%;min-height:50px}html .vg_ismobile .search-filed .vgn-select-control__input,html .vg_ismobile .search-filed .vgn-select-control__input:focus{box-shadow:none!important}}.mainInventory_Elements .vgn-react-select-dropdown .vgn-select-control__input,.mainInventory_Elements .vgSelectCustom .vgSelect__input-container input,.mainInventory_Elements .vgn-react-select-dropdown .vgn-select-control__input:focus,.mainInventory_Elements .vgSelectCustom .vgSelect__input-container input:focus{box-shadow:none!important}@media screen and (max-width:768px){html .vg_ismobile .addresswithcountry .select2DD .select2-search.select2-search--dropdown{bottom:-47px!important}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress.add-input-focus-relative input{height:46px!important}html .vg_ismobile.touchdevice .select2-container.select2-container--default .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options{padding-bottom:0!important}html .vg_ismobile #profileAddressControldiv #dvWraptxtaddress .select2-container.select2-container--below+.select2-container .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .vg_clear_search:after{list-style:11px;color:#fff!important}html .vg_ismobile .add-new-employeepopup .modal-body .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px!important}}.mainContent>.container-fluid,.mainContent>.container-fluid>.row{height:100%}.noRight{text-align:center;background:0 0;border:none;flex-flow:column;max-width:660px;margin-top:-25px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.noRight .icon{margin-bottom:12px;line-height:normal;display:block}.noRight .icon .fa{font-family:"Fontawesome pro 300",sans-serif;font-size:64px;line-height:70px}.noRight .noRightContent{padding:0 0 30px}.noRight h2{font-size:26px;font-weight:400}.noRight .noRightText{color:#777}.noRight .btn-primary{background:#eb6663;border-color:#0000}.noRight .noRightfooter{background:0 0;flex-wrap:wrap;gap:1.2rem;font-size:16px;display:flex}.noRight .noRightfooter button{letter-spacing:.5px;height:40px;padding:8px 25px}.noRight .noRightfooter button.btn-secondary{margin-right:1.2rem}.noRight .noRightfooter button.btn-secondary:hover{background:#fff}@media screen and (max-width:600px){.vg_ismobile .noRight{width:90%!important}.vg_ismobile .noRight .noRightfooter{gap:0!important}.vg_ismobile .noRight .noRightfooter button{width:100%;margin:0!important}.vg_ismobile .noRight .noRightfooter button.btn.btn-primary{margin-top:16px!important}}.employee-wrap-width .run-employee-btn a,.add-aervice-btn{background-color:var(--ButtonBackColor)!important}.employee-wrap-width .run-employee-btn a:hover,.add-aervice-btn:hover{background-color:var(--ButtonHoverColor)!important}.employee-wrap-width .run-employee-btn a:active,.employee-wrap-width .run-employee-btn a:focus,.add-aervice-btn:active,.add-aervice-btn:focus{background-color:var(--ButtonBackColor)!important}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner.emp-filter-dropdown-active .em-printicon .emp-print-btn.emp-filter-btn{background-color:var(--bkg_neutral_tiertiary)!important}.share-calendar-modal .custom-w-input[readonly]{color:var(--text_neutral_default)!important;border-color:var(--border_neutral_strong)!important;background-color:var(--bkg_neutral_default)!important}.employee-wrap-width .settings-subheading,.share-calendar-modal .share-calendar-dics,.emp-transfer-modal .emp-transfer-disc,.emp-control-help,.emp-alert-modal .modal-body p{color:var(--text_neutral_secondary)!important}.employeeselectplan .multipletabs-menu a,.emp-transfer-modal .emp-transfer-title,.emp-main-heading,.emp-sercieprice-popup .emp-serviprice-checkbox .check-devices-lbl .emp-check-title{color:var(--text_neutral_default)!important}.employeeselectplan .multipletabs-menu a:hover{border-color:var(--border_blue_default)!important;background:var(--bkg_components_button_ghost_hover)!important}body .EditAddvariant_Popup .modal-body .Inventorygrpbox .switch-checkboxhtml .trackProBlock .QuantityReacheas .QuantityReacheassegment .serSwitch-btn input[type=checkbox]:checked+span,.employeeselectplan .multipletabs-menu a.current{background:var(--bkg_components_button_ghost_hover)!important;border-color:var(--border_blue_default)!important}.employeeselectplan .multipletabs-menu a.disabled{background:var(--bkg_neutral_tiertiary)!important;border-color:var(--border_neutral_strong)!important}.mlheader-control .btn-primary,.pto-btn{background-color:var(--bkg_components_button_green_default)!important;border-color:var(--border_green_default)!important;color:var(--text_neutral_ondark)!important}.mlheader-control .btn-primary:hover,.pto-btn:hover{background-color:var(--bkg_components_button_green_hover)!important;border-color:var(--bkg_components_button_green_hover)!important;color:var(--text_neutral_ondark)!important}.mlheader-control .btn-primary:active,.mlheader-control .btn-primary:active:active,.pto-btn:active,.mlheader-control .btn-primary:focus,.pto-btn:focus{background-color:var(--bkg_components_button_green_pressed)!important;border-color:var(--border_green_strong)!important;color:var(--text_neutral_ondark)!important}.employee-wrap-width .employee-filter-box .employee-filter-box-inner{background-color:var(--bkg_neutral_secondary)!important;border-color:var(--border_neutral_strong)!important}.employee-wrap-width .em-printicon .emp-print-btn,.employee-wrap-width .em-printicon .dropdown-toggle,.rent-payemnt-history .rent-payment-download .download-button .rent-export-btn,.emp-location-header .emp-manage-drop .dot-emp-dropdown .dropdown-toggle{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important}.employee-wrap-width .em-printicon .emp-print-btn:hover,.employee-wrap-width .em-printicon .dropdown-toggle:hover,.rent-payemnt-history .rent-payment-download .download-button .rent-export-btn:hover,.emp-location-header .emp-manage-drop .dot-emp-dropdown .dropdown-toggle:hover,.emp-location-header .emp-manage-drop .dot-emp-dropdown.show .dropdown-toggle{background-color:var(--bkg_neutral_secondary)!important}body .variantsmassedit .modal-body .addproductmasseditbody .Variants_MassEdit_AddImg .upload-product-cont .drag-drop-new .fileuprelative .Imgelement_newfilebox .add-upload-button,.rent-payemnt-history .download-all .dropdown .dropdown-toggle,.rent-payemnt-history .download-all .dropdown .dropdown-toggle:after{color:var(--text_blue_default)!important}@media screen and (min-width:768px){.employee-wrap-width .emp-list-header-tool{background-color:var(--bkg_neutral_default)!important}.employee-wrap-width .em-printicon .emp-print-btn.emp-filter-btn svg{color:var(--text_neutral_default)!important}.employee-wrap-width .employee-filter-box .employee-filter-box-inner{background-color:var(--bkg_neutral_default)!important}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear span{color:var(--text_blue_default)!important}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear:hover{background-color:var(--bkg_components_button_ghost_hover)!important}html .vg_ismobile .employee-wrap-width .emp-list-header-tool{background-color:var(--bkg_neutral_secondary)!important}}html .invtPageBody .Invtable_lastcolSticky:not(.isMassEditAvailable) table.table tbody tr td.mobile_first.stick-right-coloumn,html .invtPageBody .Invtable_lastcolSticky:not(.isMassEditAvailable) table.table thead tr th:last-child,body.invtPageBody .Invtable_lastcolSticky table.table tbody tr td.mobile_first.stick-right-coloumn,body.invtPageBody .Invtable_lastcolSticky table.table thead tr th:last-child,.emp-table-grid{border-color:var(--border_neutral_strong)!important}.emp-table-grid .emp-table tr th{background-color:var(--bkg_neutral_secondary)!important;border-color:var(--border_neutral_strong)!important}.emp-table-grid .emp-table tr td{border-color:var(--border_neutral_strong)!important}.emp-table-grid .emp-table tfoot tr td{background-color:var(--bkg_neutral_secondary)!important;border-color:var(--border_neutral_strong)!important}.emp-table-grid .emp-table tr.sub-row,.vgn-services-table.emp-table-grid .emp-table tr:hover{background-color:var(--bkg_neutral_secondary)!important}.emp-table-grid .emp-table tr.sub-row .dot-emp-dropdown .dropdown-toggle{background:var(--bkg_neutral_secondary)}.emp-table-grid .emp-table thead:before,.emp-table-grid .emp-table thead:after{background-color:var(--bkg_neutral_default)!important}.profile-avtar-pic{background-color:var(--bkg_neutral_tiertiary)!important;border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_secondary)!important}.employee-info-disc .emp-name,.emp-table-grid .emp-location-link,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-location-link{color:var(--text_blue_default)!important}.employee-info-disc .emp-scim-badge{background-color:var(--bkg_neutral_tiertiary)!important;color:var(--text_neutral_default)!important}.employee-info-disc .emp-discription a{color:var(--text_neutral_default)!important}.stuts-lbl-green{background-color:var(--bkg_components_button_green_default)!important;color:var(--text_neutral_ondark)!important}.vg_ismobile .Mobile__MassEditMobile .Mobile__MassEditMobileTable table.table tbody tr td.Alert>span,.stuts-lbl-green.lbl-red{background-color:var(--bkg_alert_default)!important;color:var(--text_neutral_ondark)!important}body .AddProductPage .newproductdetailmainbox .Optiongrpbox .text-secondary.ValidationStateShow__Warnning,.stuts-lbl-green.lbl-warning,.ValidationStateShow__Warnning{background-color:var(--bkg_warning_default)!important;color:var(--text_neutral_ondark)!important}.dot-emp-dropdown .dropdown-toggle:hover,.dot-emp-dropdown.show .dropdown-toggle{background-color:var(--bkg_neutral_tiertiary)!important}.dot-emp-dropdown .dropdown-item.emp-delete-text,.employee-dropdown-menu .dropdown-item.emp-delete-text{border-color:var(--border_neutral_default)!important;color:var(--text_alert_default)!important}.dot-emp-dropdown .dropdown-item.emp-delete-text:hover,.dot-emp-dropdown .dropdown-item.emp-delete-text:active,.employee-dropdown-menu .dropdown-item.emp-delete-text:hover,.employee-dropdown-menu .dropdown-item.emp-delete-text:active{background:var(--bkg_neutral_tiertiary)!important;color:var(--text_alert_default)!important}.employee-dropdown-menu{border-color:var(--border_neutral_default)!important}.emp-alert-modal .emp-x-circle{color:var(--text_alert_default)!important}.emp-table-grid .dot-emp-dropdown .dropdown-menu{border-color:var(--border_neutral_default)!important}.emp-profile-detaile-wrap .nav-tabs,.emp-user-title{background-color:var(--bkg_neutral_default)!important}.emp-profile-detaile-wrap .nav-tabs .nav-link,.emp-devices-details .device-date-disc .device-date,.emp-bio-info{color:var(--text_neutral_secondary)!important}.emp-devices-details .device-date-disc .device-date .device-date-current{color:var(--bkg_components_button_green_default)!important}.emp-profile-detaile-wrap .nav-tabs .nav-link.active{border-bottom-color:var(--text_neutral_default)!important}.emp-record-empty{background-color:var(--bkg_components_button_ghost_hover)!important;color:var(--text_blue_default)!important}.circle-progress svg{border-color:var(--border_neutral_default)!important}.circle-progress circle:first-of-type{stroke:var(--border_neutral_default)!important}.circle-progress circle:nth-of-type(3){stroke:var(--border_green_default)!important}.circle-progress .percentage-text{color:var(--text_neutral_default)!important}.emp-common-modal .modal-footer .btn.btn-deactivate{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_alert_default)!important;color:var(--text_alert_default)!important}.emp-common-modal .modal-footer .btn.btn-deactivate:hover,.emp-common-modal .modal-footer .btn.btn-deactivate:active{background-color:var(--bkg_alert_weak)!important;border-color:var(--border_alert_default)!important;color:var(--text_alert_default)!important}.edit-location-modal .emp-assign-wrap{border-color:var(--border_neutral_default)!important}.edit-location-modal .emp-assign-wrap .tabelGrid tfoot tr td{background-color:var(--bkg_neutral_default)!important;border-top-color:var(--border_neutral_default)!important}.edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link{color:var(--text_blue_default)!important}.edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link:hover{background-color:var(--bkg_neutral_secondary)!important;color:var(--text_blue_default)!important}.emp-check-devices .check-devices-lbl:after{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_strong)!important}.emp-devices-selection .emp-item-link,.emp-photo-upload .emp-fileuplink{color:var(--text_blue_default)!important}.emp-photo-upload .emp-drap-drop{border-color:var(--border_neutral_default)!important;background-color:var(--bkg_neutral_secondary)!important}.emp-photo-upload .emp-upload-icon{background-color:var(--bkg_neutral_tiertiary)!important;border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important}.emp-photo-upload .emp-upload-text,.emp-photo-upload .emp-fileuplink span,.vgn-tabs-description .vgn-tabs-desc{color:var(--text_neutral_secondary)!important}.emp-toggle-switch .emp-switch-label:before{background-color:var(--bkg_components_toggle_bkg)!important;border-color:var(--border_neutral_strong)!important}.emp-toggle-switch .emp-switch-label:after{background-color:var(--bkg_components_toggle_icon)!important;box-shadow:1px 0 3px 0 rgba(var(--modal_box_shadow),.15)!important;border-color:var(--border_neutral_strong)!important}.emp-transfer-modal .emp-transfer-item{border-color:var(--border_neutral_default)!important}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-min,.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-plus{background-color:var(--bkg_neutral_tiertiary)!important;border-color:var(--border_custom_default)!important}.vgn-hours-tabs .hours-header-row{border-color:var(--border_neutral_default)!important;background-color:var(--bkg_neutral_secondary)!important}.vgn-hours-tabs .hours-table-row{border-color:var(--border_neutral_default)!important}.vgn-hours-tabs .copy-lbl{color:var(--text_blue_default)!important}.emp-scroll-sticky .emp-table tr td.first-col-sticky,.emp-scroll-sticky .emp-table tr td.last-col-sticky{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_strong)!important}.emp-scroll-sticky .emp-table tr.sub-row td.first-col-sticky,.emp-scroll-sticky .emp-table tr.sub-row td.last-col-sticky{background-color:var(--bkg_neutral_secondary)!important;border-color:var(--border_neutral_strong)!important}.emp-switch-block,.connect-devices-item,.emp-devices-selection{border-color:var(--border_neutral_default)!important}.emp-tlt-section,.emp-sms-counter{color:var(--text_neutral_weak)!important}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid{border-color:var(--bkg_neutral_tiertiary)!important}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid tr th,.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid{background-color:var(--bkg_neutral_tiertiary)!important}html .vg_ismobile .employee-wrap-width.settingWrapperHalf,html .vg_ismobile .emp-list-wrap .flt-alpha,html .vg_ismobile .emp-list-wrap.emp-details-wrap .employee-list,html .vg_ismobile .emp-list-wrap .emp-item:active,html .vg_ismobile .emp-profile-detaile-wrap,html .vg_ismobile .emp-list-wrap .emp-no-record-mbl,html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.hours-tab,html .vg_ismobile .employee-wrap-width .employee-filter-box,html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-location-tlt{background-color:var(--bkg_neutral_secondary)!important}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items,html .vg_ismobile .employee-wrap-width .vg-payroll-box,html .vg_ismobile .employee-wrap-width .mlheader-control,html .vg_ismobile .emp-list-wrap,html .vg_ismobile .emp-list-wrap .emp-details-box .emp-details-box-inner,html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item,html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item:active,html .vg_ismobile .emp-profile-detaile-wrap .emp-item,html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane,html .vg_ismobile .vgn-hours-tabs,html .vg_ismobile .emp-profile-wrapper,html .vg_ismobile .edit-location-modal .modal-content .modal-footer{background-color:var(--bkg_neutral_default)!important}html .vg_ismobile .employee-wrap-width .vg-payroll-left .vg-payroll-tlt,html .vg_ismobile .emp-list-wrap .flt-alpha,html .vg_ismobile .emp-list-wrap .detail-item .emp-detail-lable,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td:before,html .vg_ismobile .emp-list-wrap .emp-item .emp-scim-badge{color:var(--text_neutral_default)!important}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-decs .emp-sub-tlt,html .vg_ismobile .employee-wrap-width .vg-payroll-left .vg-payroll-decs,html .vg_ismobile .emp-list-wrap .emp-item .emp-details,html .vg_ismobile .emp-list-wrap .detail-item,html .vg_ismobile .emp-list-wrap .emp-location-tlt,html .vg_ismobile .emp-profile-detaile-wrap .emp-tab-setting-tlt,html .vg_ismobile .edit-location-modal .emp-mbl-description,html .vg_ismobile .emp-list-wrap .emp-no-record-mbl{color:var(--text_neutral_secondary)!important}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items,html .vg_ismobile .employee-wrap-width .mlheader-control,html .vg_ismobile .emp-list-wrap .emp-item,html .vg_ismobile .emp-list-wrap .flt-alpha,html .vg_ismobile .emp-list-wrap.emp-details-wrap .employee-list,html .vg_ismobile .emp-profile-detaile-wrap .emp-item,html .vg_ismobile .connect-devices-item,html .vg_ismobile .vgn-hours-tabs .emp-hours-column.emp-second-col,html .vg_ismobile .vgn-hours-tabs .emp-hours-column.emp-third-col,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td,html .vg_ismobile .dot-emp-dropdown .dropdown-menu .dropdown-item,html .vg_ismobile .employee-dropdown-menu.dropdown-menu .dropdown-item,html .vg_ismobile .emp-list-wrap .employee-search-box,html .vg_ismobile .emp-list-wrap .detail-status{border-color:var(--border_neutral_default)!important}html .vg_ismobile .employee-wrap-width .em-payroll-btn-wrap .btn-tutorial,html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-mail-link,html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-phone{color:var(--bkg_blue_default)!important}html .vg_ismobile .emp-list-wrap .employee-search-box .custom-w-input,html .vg_ismobile .emp-list-wrap .emp-item .emp-scim-badge{background-color:var(--bkg_neutral_tiertiary)!important}html .vg_ismobile .edit-location-modal .emp-minus-circle{color:var(--icon_alert_default)!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_default)!important;color:var(--text_neutral_default)!important}html .vg_ismobile .edit-location-modal .emp-mbl-heading{color:var(--text_neutral_weak)!important}html .vg_ismobile .mbl-half-drop .vgn-react-select-dropdown .cmn-select-dropdown,html .vg_ismobile .dot-emp-dropdown .dropdown-menu{box-shadow:0 2px 8px rgba(var(--modal_box_shadow),.2)!important}html .vg_ismobile .emp-type-disabled-tooltip.show .tooltip-inner{background-color:var(--bkg_neutral_default)!important;color:var(--text_neutral_default)!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row:after{background-color:var(--bkg_neutral_tiertiary)!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row:before,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row .vgn-react-select-dropdown .btn-vgn-select{color:var(--text_neutral_weak)!important}html .vg_ismobile .emp-form-section-title{border-color:var(--border_neutral_strong)!important}.radio-button-field .ccRadio input[type=radio]+label:before{background-color:var(--bkg_neutral_default)!important}.share-calendar-modal .copy-lbl,.emp-create-link-modal .copy-lbl{color:var(--text_blue_strong)!important}.share-calendar-modal .copy-lbl:active,.share-calendar-modal .copy-lbl:focus,.share-calendar-modal .copy-lbl:hover,.emp-create-link-modal .copy-lbl:active,.emp-create-link-modal .copy-lbl:focus,.emp-create-link-modal .copy-lbl:hover{color:var(--text_blue_strong)!important;background-color:var(--bkg_components_button_ghost_hover)!important}.emp-terminate-employee-model .header-avtaar-wrap .popup-header-employee .popup-header-name{color:var(--text_neutral_default)!important}.emp-terminate-employee-model .header-avtaar-wrap .popup-header-employee .popup-header-disc{color:var(--text_neutral_secondary)!important}.emp-terminate-employee-model .termi-popup-section-header .termi-popup-heading{color:var(--text_neutral_default)!important}.emp-terminate-employee-model .termi-popup-section-header .termi-popup-subheading{color:var(--text_neutral_secondary)!important}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box{border-color:var(--border_neutral_strong)!important;background-color:var(--bkg_neutral_default)!important}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .service-title{color:var(--text_neutral_default)!important}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .services-desc{color:var(--text_neutral_secondary)!important}.modal .modal-dialog.emp-common-modal .modal-content .modal-body p,.modal .modal-dialog.emp-deactive-location-modal .modal-content .modal-body p,.modal .modal-dialog.emp-active-online-booking-modal .modal-content .modal-body p{color:var(--text_neutral_default)!important}.emp-country-flag .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:var(--icon_neutral_default)#0000 #0000 #0000!important}.emp-country-flag .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:#0000 #0000 var(--icon_neutral_default)#0000!important}.emp-country-flag .select2-container--default .select2-selection--single .select2-selection__placeholder,.emp-country-flag .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{color:var(--text_neutral_weak)!important}.emp-country-flag-react .select2-result-sub .select2-results__group,.emp-country-flag-react .countrys-Code{color:var(--text_neutral_default)!important}html .vg_ismobile .emp-country-flag-react.all-country-flag ul li ul li,html .vg_ismobile .emp-country-flag-react.all-country-flag ul.select2-result-sub>li .select2-results__group{border-bottom:solid 1px var(--border_neutral_default)!important}.add-input-focus-relative span.select2-selection.select2-selection--single[aria-expanded=false]:after{color:var(--text_neutral_weak)!important}@media screen and (max-width:767px){.employee-wrap-width .em-payroll-btn-wrap .btn-tutorial{color:var(--bkg_blue_default)!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td{border-bottom:solid 1px var(--border_neutral_default)!important}}.rent-collection p{color:var(--text_neutral_secondary)!important}.rent-collection .rent-backup-payment .rent-btn-section button,.rent-collection .rent-cc-info .rent-btn-section button{border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important;background-color:var(--bkg_components_button_neutral_default)!important}.rent-collection .accountInfo .rent-bank-payment-failded label{color:var(--text_alert_default)!important;background-color:var(--bkg_data_03)!important}.rent-collection h3,.rent-payemnt-history h3,.rent-collection .recurring-rent-section{border-color:var(--border_neutral_strong)!important}.emp-profile-detaile-wrap .nav-tabs{border-color:var(--border_neutral_default)!important}.recurring-rent-container .recurring-rent-content h2,.rent-history-popup .employee-detail-wrap .employee-info-disc .employee-info-name,.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-lock,.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-title,.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points li,.emp-check-title{color:var(--text_neutral_default)!important}.recurring-rent-container .recurring-rent-content p,.rent-history-popup .employee-detail-wrap .employee-info-disc .emp-discription,.emp-input-amount-symbol .emp-input-amount-symbol-text,.modal .modal-dialog.emp-access-profile-modal .modal-content .modal-body .rent-req-acc-wrap .rent-req-acc-msg{color:var(--text_neutral_secondary)!important}body.vg_ismobile .Mobile__MassEditMobile .Mobile__MassEditMobileTable table.table tbody tr td.massedit_tabletd_tax>.vgn-react-select-dropdown .customMSelectMenu>.cmn-select-dropdown .search-filed:before,.rent-collection .rent-cc-info .creditInformation .bankAdd li a{border-color:var(--border_neutral_default)!important;color:var(--text_neutral_default)!important}.rent-collection .rent-info-send-msg .flexDiv{background-color:var(--bkg_neutral_secondary)!important;color:var(--text_neutral_default)!important}.rent-collection .rent-info-send-msg .flexDiv .rent-info-send-msg-icon,.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points li .rent-check-list-icon{color:var(--text_green_default)!important}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-msg a,.rent-collection .secured-block-link .secured-block-link-txt{color:var(--icon_blue_default)!important}.rent-collection .secured-block-link .secured-block-link-txt:hover{background-color:var(--bkg_components_button_ghost_hover)!important;color:var(--icon_blue_default)!important}.add-renter-modal.modal-dialog .add-renter-tab .nav-item .nav-link{color:var(--text_neutral_secondary)!important}.add-renter-modal.modal-dialog .add-renter-tab .nav-item .nav-link.active{background-color:var(--bkg_green_default)!important;color:var(--text_neutral_ondark)!important}.bardcode-animation.barcode-animation input.custom-w-input:focus{box-shadow:inset 0 0 8px 0px rgba(var(--bkg_green_default_rgba));border-color:var(--border_green_default)!important;color:var(--text_neutral_secondary)!important;background:var(--bkg_neutral_secondary)!important}.bardcode-animation.barcode-animation:after{color:var(--text_neutral_secondary)!important}body .recurring-rent-container .recurring-rent-content .btn-primary{background-color:var(--bkg_components_button_green_default)!important}body .recurring-rent-container .recurring-rent-content .btn-primary:hover{background-color:var(--bkg_components_button_green_hover)!important}html .vg_ismobile .emp-profile-form .emp-company-info .vgn-react-select-dropdown .btn-vgn-select,.select2DD.select2-container ul.select2-results__options{border-color:var(--border_neutral_strong)!important}.transfer-other-business .emp-transfer-info .emp-check-decs,.transfer-other-business .emp-business-list .emp-busi-addr{color:var(--text_neutral_secondary)!important}.emp-user-title .emp-cursor .emp-back-arrow,.settingWrapperHalf{color:var(--text_neutral_default)!important}.emp-profile-detaile-wrap.emp-profile-tab-1 .nav-tabs{top:1px!important}.emp-profile-detaile-wrap.emp-profile-tab-2 .nav-tabs{top:2px!important}.emp-profile-detaile-wrap.emp-profile-tab-3 .nav-tabs{top:3px!important}.emp-profile-detaile-wrap.emp-profile-tab-4 .nav-tabs{top:4px!important}.emp-profile-detaile-wrap.emp-profile-tab-5 .nav-tabs{top:5px!important}.emp-profile-detaile-wrap.emp-profile-tab-6 .nav-tabs{top:6px!important}.emp-profile-detaile-wrap.emp-profile-tab-7 .nav-tabs{top:7px!important}.emp-profile-detaile-wrap.emp-profile-tab-8 .nav-tabs{top:8px!important}.emp-profile-detaile-wrap.emp-profile-tab-9 .nav-tabs{top:9px!important}.emp-profile-detaile-wrap.emp-profile-tab-10 .nav-tabs{top:10px!important}.emp-profile-detaile-wrap.emp-profile-tab-11 .nav-tabs{top:11px!important}.emp-profile-detaile-wrap.emp-profile-tab-12 .nav-tabs{top:12px!important}.emp-profile-detaile-wrap.emp-profile-tab-13 .nav-tabs{top:13px!important}.emp-profile-detaile-wrap.emp-profile-tab-14 .nav-tabs{top:14px!important}.emp-profile-detaile-wrap.emp-profile-tab-15 .nav-tabs{top:15px!important}.emp-profile-detaile-wrap.emp-profile-tab-16 .nav-tabs{top:16px!important}.emp-profile-detaile-wrap.emp-profile-tab-17 .nav-tabs{top:17px!important}.emp-profile-detaile-wrap.emp-profile-tab-18 .nav-tabs{top:18px!important}.emp-profile-detaile-wrap.emp-profile-tab-19 .nav-tabs{top:19px!important}.emp-profile-detaile-wrap.emp-profile-tab-20 .nav-tabs{top:20px!important}.emp-profile-detaile-wrap.emp-profile-tab-21 .nav-tabs{top:21px!important}.emp-profile-detaile-wrap.emp-profile-tab-22 .nav-tabs{top:22px!important}.emp-profile-detaile-wrap.emp-profile-tab-23 .nav-tabs{top:23px!important}.emp-profile-detaile-wrap.emp-profile-tab-24 .nav-tabs{top:24px!important}.emp-profile-detaile-wrap.emp-profile-tab-25 .nav-tabs{top:25px!important}.emp-profile-detaile-wrap.emp-profile-tab-26 .nav-tabs{top:26px!important}.emp-profile-detaile-wrap.emp-profile-tab-27 .nav-tabs{top:27px!important}.emp-profile-detaile-wrap.emp-profile-tab-28 .nav-tabs{top:28px!important}.emp-profile-detaile-wrap.emp-profile-tab-29 .nav-tabs{top:29px!important}.emp-profile-detaile-wrap.emp-profile-tab-30 .nav-tabs{top:30px!important}.emp-profile-detaile-wrap.emp-profile-tab-31 .nav-tabs{top:31px!important}.emp-profile-detaile-wrap.emp-profile-tab-32 .nav-tabs{top:32px!important}.emp-profile-detaile-wrap.emp-profile-tab-33 .nav-tabs{top:33px!important}.emp-profile-detaile-wrap.emp-profile-tab-34 .nav-tabs{top:34px!important}.emp-profile-detaile-wrap.emp-profile-tab-35 .nav-tabs{top:35px!important}.emp-profile-detaile-wrap.emp-profile-tab-36 .nav-tabs{top:36px!important}.emp-profile-detaile-wrap.emp-profile-tab-37 .nav-tabs{top:37px!important}.emp-profile-detaile-wrap.emp-profile-tab-38 .nav-tabs{top:38px!important}.emp-profile-detaile-wrap.emp-profile-tab-39 .nav-tabs{top:39px!important}.emp-profile-detaile-wrap.emp-profile-tab-40 .nav-tabs{top:40px!important}.emp-profile-detaile-wrap.emp-profile-tab-41 .nav-tabs{top:41px!important}.emp-profile-detaile-wrap.emp-profile-tab-42 .nav-tabs{top:42px!important}.emp-profile-detaile-wrap.emp-profile-tab-43 .nav-tabs{top:43px!important}.emp-profile-detaile-wrap.emp-profile-tab-44 .nav-tabs{top:44px!important}.emp-profile-detaile-wrap.emp-profile-tab-45 .nav-tabs{top:45px!important}.emp-profile-detaile-wrap.emp-profile-tab-46 .nav-tabs{top:46px!important}.emp-profile-detaile-wrap.emp-profile-tab-47 .nav-tabs{top:47px!important}.emp-profile-detaile-wrap.emp-profile-tab-48 .nav-tabs{top:48px!important}.emp-profile-detaile-wrap.emp-profile-tab-49 .nav-tabs{top:49px!important}.emp-profile-detaile-wrap.emp-profile-tab-50 .nav-tabs{top:50px!important}.emp-profile-detaile-wrap.emp-profile-tab-51 .nav-tabs{top:51px!important}.emp-profile-detaile-wrap.emp-profile-tab-52 .nav-tabs{top:52px!important}.emp-profile-detaile-wrap.emp-profile-tab-53 .nav-tabs{top:53px!important}.emp-profile-detaile-wrap.emp-profile-tab-54 .nav-tabs{top:54px!important}.emp-profile-detaile-wrap.emp-profile-tab-55 .nav-tabs{top:55px!important}.emp-profile-detaile-wrap.emp-profile-tab-56 .nav-tabs{top:56px!important}.emp-profile-detaile-wrap.emp-profile-tab-57 .nav-tabs{top:57px!important}.emp-profile-detaile-wrap.emp-profile-tab-58 .nav-tabs{top:58px!important}.emp-profile-detaile-wrap.emp-profile-tab-59 .nav-tabs{top:59px!important}.emp-profile-detaile-wrap.emp-profile-tab-60 .nav-tabs{top:60px!important}.emp-profile-detaile-wrap.emp-profile-tab-61 .nav-tabs{top:61px!important}.emp-profile-detaile-wrap.emp-profile-tab-62 .nav-tabs{top:62px!important}.emp-profile-detaile-wrap.emp-profile-tab-63 .nav-tabs{top:63px!important}.emp-profile-detaile-wrap.emp-profile-tab-64 .nav-tabs{top:64px!important}.emp-profile-detaile-wrap.emp-profile-tab-65 .nav-tabs{top:65px!important}.emp-profile-detaile-wrap.emp-profile-tab-66 .nav-tabs{top:66px!important}.emp-profile-detaile-wrap.emp-profile-tab-67 .nav-tabs{top:67px!important}.emp-profile-detaile-wrap.emp-profile-tab-68 .nav-tabs{top:68px!important}.emp-profile-detaile-wrap.emp-profile-tab-69 .nav-tabs{top:69px!important}.emp-profile-detaile-wrap.emp-profile-tab-70 .nav-tabs{top:70px!important}.emp-profile-detaile-wrap.emp-profile-tab-71 .nav-tabs{top:71px!important}.emp-profile-detaile-wrap.emp-profile-tab-72 .nav-tabs{top:72px!important}.emp-profile-detaile-wrap.emp-profile-tab-73 .nav-tabs{top:73px!important}.emp-profile-detaile-wrap.emp-profile-tab-74 .nav-tabs{top:74px!important}.emp-profile-detaile-wrap.emp-profile-tab-75 .nav-tabs{top:75px!important}.emp-profile-detaile-wrap.emp-profile-tab-76 .nav-tabs{top:76px!important}.emp-profile-detaile-wrap.emp-profile-tab-77 .nav-tabs{top:77px!important}.emp-profile-detaile-wrap.emp-profile-tab-78 .nav-tabs{top:78px!important}.emp-profile-detaile-wrap.emp-profile-tab-79 .nav-tabs{top:79px!important}.emp-profile-detaile-wrap.emp-profile-tab-80 .nav-tabs{top:80px!important}.emp-profile-detaile-wrap.emp-profile-tab-81 .nav-tabs{top:81px!important}.emp-profile-detaile-wrap.emp-profile-tab-82 .nav-tabs{top:82px!important}.emp-profile-detaile-wrap.emp-profile-tab-83 .nav-tabs{top:83px!important}.emp-profile-detaile-wrap.emp-profile-tab-84 .nav-tabs{top:84px!important}.emp-profile-detaile-wrap.emp-profile-tab-85 .nav-tabs{top:85px!important}.emp-profile-detaile-wrap.emp-profile-tab-86 .nav-tabs{top:86px!important}.emp-profile-detaile-wrap.emp-profile-tab-87 .nav-tabs{top:87px!important}.emp-profile-detaile-wrap.emp-profile-tab-88 .nav-tabs{top:88px!important}.emp-profile-detaile-wrap.emp-profile-tab-89 .nav-tabs{top:89px!important}.emp-profile-detaile-wrap.emp-profile-tab-90 .nav-tabs{top:90px!important}.emp-profile-detaile-wrap.emp-profile-tab-91 .nav-tabs{top:91px!important}.emp-profile-detaile-wrap.emp-profile-tab-92 .nav-tabs{top:92px!important}.emp-profile-detaile-wrap.emp-profile-tab-93 .nav-tabs{top:93px!important}.emp-profile-detaile-wrap.emp-profile-tab-94 .nav-tabs{top:94px!important}.emp-profile-detaile-wrap.emp-profile-tab-95 .nav-tabs{top:95px!important}.emp-profile-detaile-wrap.emp-profile-tab-96 .nav-tabs{top:96px!important}.emp-profile-detaile-wrap.emp-profile-tab-97 .nav-tabs{top:97px!important}.emp-profile-detaile-wrap.emp-profile-tab-98 .nav-tabs{top:98px!important}.emp-profile-detaile-wrap.emp-profile-tab-99 .nav-tabs{top:99px!important}.emp-profile-detaile-wrap.emp-profile-tab-100 .nav-tabs{top:100px!important}.emp-profile-detaile-wrap.emp-profile-tab-101 .nav-tabs{top:101px!important}.emp-profile-detaile-wrap.emp-profile-tab-102 .nav-tabs{top:102px!important}.emp-profile-detaile-wrap.emp-profile-tab-103 .nav-tabs{top:103px!important}.emp-profile-detaile-wrap.emp-profile-tab-104 .nav-tabs{top:104px!important}.emp-profile-detaile-wrap.emp-profile-tab-105 .nav-tabs{top:105px!important}.emp-profile-detaile-wrap.emp-profile-tab-106 .nav-tabs{top:106px!important}.emp-profile-detaile-wrap.emp-profile-tab-107 .nav-tabs{top:107px!important}.emp-profile-detaile-wrap.emp-profile-tab-108 .nav-tabs{top:108px!important}.emp-profile-detaile-wrap.emp-profile-tab-109 .nav-tabs{top:109px!important}.emp-profile-detaile-wrap.emp-profile-tab-110 .nav-tabs{top:110px!important}.emp-profile-detaile-wrap.emp-profile-tab-111 .nav-tabs{top:111px!important}.emp-profile-detaile-wrap.emp-profile-tab-112 .nav-tabs{top:112px!important}.emp-profile-detaile-wrap.emp-profile-tab-113 .nav-tabs{top:113px!important}.emp-profile-detaile-wrap.emp-profile-tab-114 .nav-tabs{top:114px!important}.emp-profile-detaile-wrap.emp-profile-tab-115 .nav-tabs{top:115px!important}.emp-profile-detaile-wrap.emp-profile-tab-116 .nav-tabs{top:116px!important}.emp-profile-detaile-wrap.emp-profile-tab-117 .nav-tabs{top:117px!important}.emp-profile-detaile-wrap.emp-profile-tab-118 .nav-tabs{top:118px!important}.emp-profile-detaile-wrap.emp-profile-tab-119 .nav-tabs{top:119px!important}.emp-profile-detaile-wrap.emp-profile-tab-120 .nav-tabs{top:120px!important}.emp-profile-detaile-wrap.emp-profile-tab-121 .nav-tabs{top:121px!important}.emp-profile-detaile-wrap.emp-profile-tab-122 .nav-tabs{top:122px!important}.emp-profile-detaile-wrap.emp-profile-tab-123 .nav-tabs{top:123px!important}.emp-profile-detaile-wrap.emp-profile-tab-124 .nav-tabs{top:124px!important}.emp-profile-detaile-wrap.emp-profile-tab-125 .nav-tabs{top:125px!important}.emp-profile-detaile-wrap.emp-profile-tab-126 .nav-tabs{top:126px!important}.emp-profile-detaile-wrap.emp-profile-tab-127 .nav-tabs{top:127px!important}.emp-profile-detaile-wrap.emp-profile-tab-128 .nav-tabs{top:128px!important}.emp-profile-detaile-wrap.emp-profile-tab-129 .nav-tabs{top:129px!important}.emp-profile-detaile-wrap.emp-profile-tab-130 .nav-tabs{top:130px!important}.emp-profile-detaile-wrap.emp-profile-tab-131 .nav-tabs{top:131px!important}.emp-profile-detaile-wrap.emp-profile-tab-132 .nav-tabs{top:132px!important}.emp-profile-detaile-wrap.emp-profile-tab-133 .nav-tabs{top:133px!important}.emp-profile-detaile-wrap.emp-profile-tab-134 .nav-tabs{top:134px!important}.emp-profile-detaile-wrap.emp-profile-tab-135 .nav-tabs{top:135px!important}.emp-profile-detaile-wrap.emp-profile-tab-136 .nav-tabs{top:136px!important}.emp-profile-detaile-wrap.emp-profile-tab-137 .nav-tabs{top:137px!important}.emp-profile-detaile-wrap.emp-profile-tab-138 .nav-tabs{top:138px!important}.emp-profile-detaile-wrap.emp-profile-tab-139 .nav-tabs{top:139px!important}.emp-profile-detaile-wrap.emp-profile-tab-140 .nav-tabs{top:140px!important}.emp-profile-detaile-wrap.emp-profile-tab-141 .nav-tabs{top:141px!important}.emp-profile-detaile-wrap.emp-profile-tab-142 .nav-tabs{top:142px!important}.emp-profile-detaile-wrap.emp-profile-tab-143 .nav-tabs{top:143px!important}.emp-profile-detaile-wrap.emp-profile-tab-144 .nav-tabs{top:144px!important}.emp-profile-detaile-wrap.emp-profile-tab-145 .nav-tabs{top:145px!important}.emp-profile-detaile-wrap.emp-profile-tab-146 .nav-tabs{top:146px!important}.emp-profile-detaile-wrap.emp-profile-tab-147 .nav-tabs{top:147px!important}.emp-profile-detaile-wrap.emp-profile-tab-148 .nav-tabs{top:148px!important}.emp-profile-detaile-wrap.emp-profile-tab-149 .nav-tabs{top:149px!important}.emp-profile-detaile-wrap.emp-profile-tab-150 .nav-tabs{top:150px!important}.emp-profile-detaile-wrap.emp-profile-tab-151 .nav-tabs{top:151px!important}.emp-profile-detaile-wrap.emp-profile-tab-152 .nav-tabs{top:152px!important}.emp-profile-detaile-wrap.emp-profile-tab-153 .nav-tabs{top:153px!important}.emp-profile-detaile-wrap.emp-profile-tab-154 .nav-tabs{top:154px!important}.emp-profile-detaile-wrap.emp-profile-tab-155 .nav-tabs{top:155px!important}.emp-profile-detaile-wrap.emp-profile-tab-156 .nav-tabs{top:156px!important}.emp-profile-detaile-wrap.emp-profile-tab-157 .nav-tabs{top:157px!important}.emp-profile-detaile-wrap.emp-profile-tab-158 .nav-tabs{top:158px!important}.emp-profile-detaile-wrap.emp-profile-tab-159 .nav-tabs{top:159px!important}.emp-profile-detaile-wrap.emp-profile-tab-160 .nav-tabs{top:160px!important}.emp-profile-detaile-wrap.emp-profile-tab-161 .nav-tabs{top:161px!important}.emp-profile-detaile-wrap.emp-profile-tab-162 .nav-tabs{top:162px!important}.emp-profile-detaile-wrap.emp-profile-tab-163 .nav-tabs{top:163px!important}.emp-profile-detaile-wrap.emp-profile-tab-164 .nav-tabs{top:164px!important}.emp-profile-detaile-wrap.emp-profile-tab-165 .nav-tabs{top:165px!important}.emp-profile-detaile-wrap.emp-profile-tab-166 .nav-tabs{top:166px!important}.emp-profile-detaile-wrap.emp-profile-tab-167 .nav-tabs{top:167px!important}.emp-profile-detaile-wrap.emp-profile-tab-168 .nav-tabs{top:168px!important}.emp-profile-detaile-wrap.emp-profile-tab-169 .nav-tabs{top:169px!important}.emp-profile-detaile-wrap.emp-profile-tab-170 .nav-tabs{top:170px!important}.emp-profile-detaile-wrap.emp-profile-tab-171 .nav-tabs{top:171px!important}.emp-profile-detaile-wrap.emp-profile-tab-172 .nav-tabs{top:172px!important}.emp-profile-detaile-wrap.emp-profile-tab-173 .nav-tabs{top:173px!important}.emp-profile-detaile-wrap.emp-profile-tab-174 .nav-tabs{top:174px!important}.emp-profile-detaile-wrap.emp-profile-tab-175 .nav-tabs{top:175px!important}.emp-profile-detaile-wrap.emp-profile-tab-176 .nav-tabs{top:176px!important}.emp-profile-detaile-wrap.emp-profile-tab-177 .nav-tabs{top:177px!important}.emp-profile-detaile-wrap.emp-profile-tab-178 .nav-tabs{top:178px!important}.emp-profile-detaile-wrap.emp-profile-tab-179 .nav-tabs{top:179px!important}.emp-profile-detaile-wrap.emp-profile-tab-180 .nav-tabs{top:180px!important}.emp-profile-detaile-wrap.emp-profile-tab-181 .nav-tabs{top:181px!important}.emp-profile-detaile-wrap.emp-profile-tab-182 .nav-tabs{top:182px!important}.emp-profile-detaile-wrap.emp-profile-tab-183 .nav-tabs{top:183px!important}.emp-profile-detaile-wrap.emp-profile-tab-184 .nav-tabs{top:184px!important}.emp-profile-detaile-wrap.emp-profile-tab-185 .nav-tabs{top:185px!important}.emp-profile-detaile-wrap.emp-profile-tab-186 .nav-tabs{top:186px!important}.emp-profile-detaile-wrap.emp-profile-tab-187 .nav-tabs{top:187px!important}.emp-profile-detaile-wrap.emp-profile-tab-188 .nav-tabs{top:188px!important}.emp-profile-detaile-wrap.emp-profile-tab-189 .nav-tabs{top:189px!important}.emp-profile-detaile-wrap.emp-profile-tab-190 .nav-tabs{top:190px!important}.emp-profile-detaile-wrap.emp-profile-tab-191 .nav-tabs{top:191px!important}.emp-profile-detaile-wrap.emp-profile-tab-192 .nav-tabs{top:192px!important}.emp-profile-detaile-wrap.emp-profile-tab-193 .nav-tabs{top:193px!important}.emp-profile-detaile-wrap.emp-profile-tab-194 .nav-tabs{top:194px!important}.emp-profile-detaile-wrap.emp-profile-tab-195 .nav-tabs{top:195px!important}.emp-profile-detaile-wrap.emp-profile-tab-196 .nav-tabs{top:196px!important}.emp-profile-detaile-wrap.emp-profile-tab-197 .nav-tabs{top:197px!important}.emp-profile-detaile-wrap.emp-profile-tab-198 .nav-tabs{top:198px!important}.emp-profile-detaile-wrap.emp-profile-tab-199 .nav-tabs{top:199px!important}.emp-profile-detaile-wrap.emp-profile-tab-200 .nav-tabs{top:200px!important}.emp-profile-detaile-wrap.emp-profile-tab-201 .nav-tabs{top:201px!important}.emp-profile-detaile-wrap.emp-profile-tab-202 .nav-tabs{top:202px!important}.emp-profile-detaile-wrap.emp-profile-tab-203 .nav-tabs{top:203px!important}.emp-profile-detaile-wrap.emp-profile-tab-204 .nav-tabs{top:204px!important}.emp-profile-detaile-wrap.emp-profile-tab-205 .nav-tabs{top:205px!important}.emp-profile-detaile-wrap.emp-profile-tab-206 .nav-tabs{top:206px!important}.emp-profile-detaile-wrap.emp-profile-tab-207 .nav-tabs{top:207px!important}.emp-profile-detaile-wrap.emp-profile-tab-208 .nav-tabs{top:208px!important}.emp-profile-detaile-wrap.emp-profile-tab-209 .nav-tabs{top:209px!important}.emp-profile-detaile-wrap.emp-profile-tab-210 .nav-tabs{top:210px!important}.emp-profile-detaile-wrap.emp-profile-tab-211 .nav-tabs{top:211px!important}.emp-profile-detaile-wrap.emp-profile-tab-212 .nav-tabs{top:212px!important}.emp-profile-detaile-wrap.emp-profile-tab-213 .nav-tabs{top:213px!important}.emp-profile-detaile-wrap.emp-profile-tab-214 .nav-tabs{top:214px!important}.emp-profile-detaile-wrap.emp-profile-tab-215 .nav-tabs{top:215px!important}.emp-profile-detaile-wrap.emp-profile-tab-216 .nav-tabs{top:216px!important}.emp-profile-detaile-wrap.emp-profile-tab-217 .nav-tabs{top:217px!important}.emp-profile-detaile-wrap.emp-profile-tab-218 .nav-tabs{top:218px!important}.emp-profile-detaile-wrap.emp-profile-tab-219 .nav-tabs{top:219px!important}.emp-profile-detaile-wrap.emp-profile-tab-220 .nav-tabs{top:220px!important}.emp-profile-detaile-wrap.emp-profile-tab-221 .nav-tabs{top:221px!important}.emp-profile-detaile-wrap.emp-profile-tab-222 .nav-tabs{top:222px!important}.emp-profile-detaile-wrap.emp-profile-tab-223 .nav-tabs{top:223px!important}.emp-profile-detaile-wrap.emp-profile-tab-224 .nav-tabs{top:224px!important}.emp-profile-detaile-wrap.emp-profile-tab-225 .nav-tabs{top:225px!important}.emp-profile-detaile-wrap.emp-profile-tab-226 .nav-tabs{top:226px!important}.emp-profile-detaile-wrap.emp-profile-tab-227 .nav-tabs{top:227px!important}.emp-profile-detaile-wrap.emp-profile-tab-228 .nav-tabs{top:228px!important}.emp-profile-detaile-wrap.emp-profile-tab-229 .nav-tabs{top:229px!important}.emp-profile-detaile-wrap.emp-profile-tab-230 .nav-tabs{top:230px!important}.emp-profile-detaile-wrap.emp-profile-tab-231 .nav-tabs{top:231px!important}.emp-profile-detaile-wrap.emp-profile-tab-232 .nav-tabs{top:232px!important}.emp-profile-detaile-wrap.emp-profile-tab-233 .nav-tabs{top:233px!important}.emp-profile-detaile-wrap.emp-profile-tab-234 .nav-tabs{top:234px!important}.emp-profile-detaile-wrap.emp-profile-tab-235 .nav-tabs{top:235px!important}.emp-profile-detaile-wrap.emp-profile-tab-236 .nav-tabs{top:236px!important}.emp-profile-detaile-wrap.emp-profile-tab-237 .nav-tabs{top:237px!important}.emp-profile-detaile-wrap.emp-profile-tab-238 .nav-tabs{top:238px!important}.emp-profile-detaile-wrap.emp-profile-tab-239 .nav-tabs{top:239px!important}.emp-profile-detaile-wrap.emp-profile-tab-240 .nav-tabs{top:240px!important}.emp-profile-detaile-wrap.emp-profile-tab-241 .nav-tabs{top:241px!important}.emp-profile-detaile-wrap.emp-profile-tab-242 .nav-tabs{top:242px!important}.emp-profile-detaile-wrap.emp-profile-tab-243 .nav-tabs{top:243px!important}.emp-profile-detaile-wrap.emp-profile-tab-244 .nav-tabs{top:244px!important}.emp-profile-detaile-wrap.emp-profile-tab-245 .nav-tabs{top:245px!important}.emp-profile-detaile-wrap.emp-profile-tab-246 .nav-tabs{top:246px!important}.emp-profile-detaile-wrap.emp-profile-tab-247 .nav-tabs{top:247px!important}.emp-profile-detaile-wrap.emp-profile-tab-248 .nav-tabs{top:248px!important}.emp-profile-detaile-wrap.emp-profile-tab-249 .nav-tabs{top:249px!important}.emp-profile-detaile-wrap.emp-profile-tab-250 .nav-tabs{top:250px!important}.emp-profile-detaile-wrap.emp-profile-tab-251 .nav-tabs{top:251px!important}.emp-profile-detaile-wrap.emp-profile-tab-252 .nav-tabs{top:252px!important}.emp-profile-detaile-wrap.emp-profile-tab-253 .nav-tabs{top:253px!important}.emp-profile-detaile-wrap.emp-profile-tab-254 .nav-tabs{top:254px!important}.emp-profile-detaile-wrap.emp-profile-tab-255 .nav-tabs{top:255px!important}.emp-profile-detaile-wrap.emp-profile-tab-256 .nav-tabs{top:256px!important}.emp-profile-detaile-wrap.emp-profile-tab-257 .nav-tabs{top:257px!important}.emp-profile-detaile-wrap.emp-profile-tab-258 .nav-tabs{top:258px!important}.emp-profile-detaile-wrap.emp-profile-tab-259 .nav-tabs{top:259px!important}.emp-profile-detaile-wrap.emp-profile-tab-260 .nav-tabs{top:260px!important}.emp-profile-detaile-wrap.emp-profile-tab-261 .nav-tabs{top:261px!important}.emp-profile-detaile-wrap.emp-profile-tab-262 .nav-tabs{top:262px!important}.emp-profile-detaile-wrap.emp-profile-tab-263 .nav-tabs{top:263px!important}.emp-profile-detaile-wrap.emp-profile-tab-264 .nav-tabs{top:264px!important}.emp-profile-detaile-wrap.emp-profile-tab-265 .nav-tabs{top:265px!important}.emp-profile-detaile-wrap.emp-profile-tab-266 .nav-tabs{top:266px!important}.emp-profile-detaile-wrap.emp-profile-tab-267 .nav-tabs{top:267px!important}.emp-profile-detaile-wrap.emp-profile-tab-268 .nav-tabs{top:268px!important}.emp-profile-detaile-wrap.emp-profile-tab-269 .nav-tabs{top:269px!important}.emp-profile-detaile-wrap.emp-profile-tab-270 .nav-tabs{top:270px!important}.emp-profile-detaile-wrap.emp-profile-tab-271 .nav-tabs{top:271px!important}.emp-profile-detaile-wrap.emp-profile-tab-272 .nav-tabs{top:272px!important}.emp-profile-detaile-wrap.emp-profile-tab-273 .nav-tabs{top:273px!important}.emp-profile-detaile-wrap.emp-profile-tab-274 .nav-tabs{top:274px!important}.emp-profile-detaile-wrap.emp-profile-tab-275 .nav-tabs{top:275px!important}.emp-profile-detaile-wrap.emp-profile-tab-276 .nav-tabs{top:276px!important}.emp-profile-detaile-wrap.emp-profile-tab-277 .nav-tabs{top:277px!important}.emp-profile-detaile-wrap.emp-profile-tab-278 .nav-tabs{top:278px!important}.emp-profile-detaile-wrap.emp-profile-tab-279 .nav-tabs{top:279px!important}.emp-profile-detaile-wrap.emp-profile-tab-280 .nav-tabs{top:280px!important}.emp-profile-detaile-wrap.emp-profile-tab-281 .nav-tabs{top:281px!important}.emp-profile-detaile-wrap.emp-profile-tab-282 .nav-tabs{top:282px!important}.emp-profile-detaile-wrap.emp-profile-tab-283 .nav-tabs{top:283px!important}.emp-profile-detaile-wrap.emp-profile-tab-284 .nav-tabs{top:284px!important}.emp-profile-detaile-wrap.emp-profile-tab-285 .nav-tabs{top:285px!important}.emp-profile-detaile-wrap.emp-profile-tab-286 .nav-tabs{top:286px!important}.emp-profile-detaile-wrap.emp-profile-tab-287 .nav-tabs{top:287px!important}.emp-profile-detaile-wrap.emp-profile-tab-288 .nav-tabs{top:288px!important}.emp-profile-detaile-wrap.emp-profile-tab-289 .nav-tabs{top:289px!important}.emp-profile-detaile-wrap.emp-profile-tab-290 .nav-tabs{top:290px!important}.emp-profile-detaile-wrap.emp-profile-tab-291 .nav-tabs{top:291px!important}.emp-profile-detaile-wrap.emp-profile-tab-292 .nav-tabs{top:292px!important}.emp-profile-detaile-wrap.emp-profile-tab-293 .nav-tabs{top:293px!important}.emp-profile-detaile-wrap.emp-profile-tab-294 .nav-tabs{top:294px!important}.emp-profile-detaile-wrap.emp-profile-tab-295 .nav-tabs{top:295px!important}.emp-profile-detaile-wrap.emp-profile-tab-296 .nav-tabs{top:296px!important}.emp-profile-detaile-wrap.emp-profile-tab-297 .nav-tabs{top:297px!important}.emp-profile-detaile-wrap.emp-profile-tab-298 .nav-tabs{top:298px!important}.emp-profile-detaile-wrap.emp-profile-tab-299 .nav-tabs{top:299px!important}.emp-profile-detaile-wrap.emp-profile-tab-300 .nav-tabs{top:300px!important}.emp-profile-detaile-wrap.emp-profile-tab-301 .nav-tabs{top:301px!important}.emp-profile-detaile-wrap.emp-profile-tab-302 .nav-tabs{top:302px!important}.emp-profile-detaile-wrap.emp-profile-tab-303 .nav-tabs{top:303px!important}.emp-profile-detaile-wrap.emp-profile-tab-304 .nav-tabs{top:304px!important}.emp-profile-detaile-wrap.emp-profile-tab-305 .nav-tabs{top:305px!important}.emp-profile-detaile-wrap.emp-profile-tab-306 .nav-tabs{top:306px!important}.emp-profile-detaile-wrap.emp-profile-tab-307 .nav-tabs{top:307px!important}.emp-profile-detaile-wrap.emp-profile-tab-308 .nav-tabs{top:308px!important}.emp-profile-detaile-wrap.emp-profile-tab-309 .nav-tabs{top:309px!important}.emp-profile-detaile-wrap.emp-profile-tab-310 .nav-tabs{top:310px!important}.emp-profile-detaile-wrap.emp-profile-tab-311 .nav-tabs{top:311px!important}.emp-profile-detaile-wrap.emp-profile-tab-312 .nav-tabs{top:312px!important}.emp-profile-detaile-wrap.emp-profile-tab-313 .nav-tabs{top:313px!important}.emp-profile-detaile-wrap.emp-profile-tab-314 .nav-tabs{top:314px!important}.emp-profile-detaile-wrap.emp-profile-tab-315 .nav-tabs{top:315px!important}.emp-profile-detaile-wrap.emp-profile-tab-316 .nav-tabs{top:316px!important}.emp-profile-detaile-wrap.emp-profile-tab-317 .nav-tabs{top:317px!important}.emp-profile-detaile-wrap.emp-profile-tab-318 .nav-tabs{top:318px!important}.emp-profile-detaile-wrap.emp-profile-tab-319 .nav-tabs{top:319px!important}.emp-profile-detaile-wrap.emp-profile-tab-320 .nav-tabs{top:320px!important}.emp-profile-detaile-wrap.emp-profile-tab-321 .nav-tabs{top:321px!important}.emp-profile-detaile-wrap.emp-profile-tab-322 .nav-tabs{top:322px!important}.emp-profile-detaile-wrap.emp-profile-tab-323 .nav-tabs{top:323px!important}.emp-profile-detaile-wrap.emp-profile-tab-324 .nav-tabs{top:324px!important}.emp-profile-detaile-wrap.emp-profile-tab-325 .nav-tabs{top:325px!important}.emp-profile-detaile-wrap.emp-profile-tab-326 .nav-tabs{top:326px!important}.emp-profile-detaile-wrap.emp-profile-tab-327 .nav-tabs{top:327px!important}.emp-profile-detaile-wrap.emp-profile-tab-328 .nav-tabs{top:328px!important}.emp-profile-detaile-wrap.emp-profile-tab-329 .nav-tabs{top:329px!important}.emp-profile-detaile-wrap.emp-profile-tab-330 .nav-tabs{top:330px!important}.emp-profile-detaile-wrap.emp-profile-tab-331 .nav-tabs{top:331px!important}.emp-profile-detaile-wrap.emp-profile-tab-332 .nav-tabs{top:332px!important}.emp-profile-detaile-wrap.emp-profile-tab-333 .nav-tabs{top:333px!important}.emp-profile-detaile-wrap.emp-profile-tab-334 .nav-tabs{top:334px!important}.emp-profile-detaile-wrap.emp-profile-tab-335 .nav-tabs{top:335px!important}.emp-profile-detaile-wrap.emp-profile-tab-336 .nav-tabs{top:336px!important}.emp-profile-detaile-wrap.emp-profile-tab-337 .nav-tabs{top:337px!important}.emp-profile-detaile-wrap.emp-profile-tab-338 .nav-tabs{top:338px!important}.emp-profile-detaile-wrap.emp-profile-tab-339 .nav-tabs{top:339px!important}.emp-profile-detaile-wrap.emp-profile-tab-340 .nav-tabs{top:340px!important}.emp-profile-detaile-wrap.emp-profile-tab-341 .nav-tabs{top:341px!important}.emp-profile-detaile-wrap.emp-profile-tab-342 .nav-tabs{top:342px!important}.emp-profile-detaile-wrap.emp-profile-tab-343 .nav-tabs{top:343px!important}.emp-profile-detaile-wrap.emp-profile-tab-344 .nav-tabs{top:344px!important}.emp-profile-detaile-wrap.emp-profile-tab-345 .nav-tabs{top:345px!important}.emp-profile-detaile-wrap.emp-profile-tab-346 .nav-tabs{top:346px!important}.emp-profile-detaile-wrap.emp-profile-tab-347 .nav-tabs{top:347px!important}.emp-profile-detaile-wrap.emp-profile-tab-348 .nav-tabs{top:348px!important}.emp-profile-detaile-wrap.emp-profile-tab-349 .nav-tabs{top:349px!important}.emp-profile-detaile-wrap.emp-profile-tab-350 .nav-tabs{top:350px!important}.emp-profile-detaile-wrap.emp-profile-tab-351 .nav-tabs{top:351px!important}.emp-profile-detaile-wrap.emp-profile-tab-352 .nav-tabs{top:352px!important}.emp-profile-detaile-wrap.emp-profile-tab-353 .nav-tabs{top:353px!important}.emp-profile-detaile-wrap.emp-profile-tab-354 .nav-tabs{top:354px!important}.emp-profile-detaile-wrap.emp-profile-tab-355 .nav-tabs{top:355px!important}.emp-profile-detaile-wrap.emp-profile-tab-356 .nav-tabs{top:356px!important}.emp-profile-detaile-wrap.emp-profile-tab-357 .nav-tabs{top:357px!important}.emp-profile-detaile-wrap.emp-profile-tab-358 .nav-tabs{top:358px!important}.emp-profile-detaile-wrap.emp-profile-tab-359 .nav-tabs{top:359px!important}.emp-profile-detaile-wrap.emp-profile-tab-360 .nav-tabs{top:360px!important}.emp-profile-detaile-wrap.emp-profile-tab-361 .nav-tabs{top:361px!important}.emp-profile-detaile-wrap.emp-profile-tab-362 .nav-tabs{top:362px!important}.emp-profile-detaile-wrap.emp-profile-tab-363 .nav-tabs{top:363px!important}.emp-profile-detaile-wrap.emp-profile-tab-364 .nav-tabs{top:364px!important}.emp-profile-detaile-wrap.emp-profile-tab-365 .nav-tabs{top:365px!important}.emp-profile-detaile-wrap.emp-profile-tab-366 .nav-tabs{top:366px!important}.emp-profile-detaile-wrap.emp-profile-tab-367 .nav-tabs{top:367px!important}.emp-profile-detaile-wrap.emp-profile-tab-368 .nav-tabs{top:368px!important}.emp-profile-detaile-wrap.emp-profile-tab-369 .nav-tabs{top:369px!important}.emp-profile-detaile-wrap.emp-profile-tab-370 .nav-tabs{top:370px!important}.emp-profile-detaile-wrap.emp-profile-tab-371 .nav-tabs{top:371px!important}.emp-profile-detaile-wrap.emp-profile-tab-372 .nav-tabs{top:372px!important}.emp-profile-detaile-wrap.emp-profile-tab-373 .nav-tabs{top:373px!important}.emp-profile-detaile-wrap.emp-profile-tab-374 .nav-tabs{top:374px!important}.emp-profile-detaile-wrap.emp-profile-tab-375 .nav-tabs{top:375px!important}.emp-profile-detaile-wrap.emp-profile-tab-376 .nav-tabs{top:376px!important}.emp-profile-detaile-wrap.emp-profile-tab-377 .nav-tabs{top:377px!important}.emp-profile-detaile-wrap.emp-profile-tab-378 .nav-tabs{top:378px!important}.emp-profile-detaile-wrap.emp-profile-tab-379 .nav-tabs{top:379px!important}.emp-profile-detaile-wrap.emp-profile-tab-380 .nav-tabs{top:380px!important}.emp-profile-detaile-wrap.emp-profile-tab-381 .nav-tabs{top:381px!important}.emp-profile-detaile-wrap.emp-profile-tab-382 .nav-tabs{top:382px!important}.emp-profile-detaile-wrap.emp-profile-tab-383 .nav-tabs{top:383px!important}.emp-profile-detaile-wrap.emp-profile-tab-384 .nav-tabs{top:384px!important}.emp-profile-detaile-wrap.emp-profile-tab-385 .nav-tabs{top:385px!important}.emp-profile-detaile-wrap.emp-profile-tab-386 .nav-tabs{top:386px!important}.emp-profile-detaile-wrap.emp-profile-tab-387 .nav-tabs{top:387px!important}.emp-profile-detaile-wrap.emp-profile-tab-388 .nav-tabs{top:388px!important}.emp-profile-detaile-wrap.emp-profile-tab-389 .nav-tabs{top:389px!important}.emp-profile-detaile-wrap.emp-profile-tab-390 .nav-tabs{top:390px!important}.emp-profile-detaile-wrap.emp-profile-tab-391 .nav-tabs{top:391px!important}.emp-profile-detaile-wrap.emp-profile-tab-392 .nav-tabs{top:392px!important}.emp-profile-detaile-wrap.emp-profile-tab-393 .nav-tabs{top:393px!important}.emp-profile-detaile-wrap.emp-profile-tab-394 .nav-tabs{top:394px!important}.emp-profile-detaile-wrap.emp-profile-tab-395 .nav-tabs{top:395px!important}.emp-profile-detaile-wrap.emp-profile-tab-396 .nav-tabs{top:396px!important}.emp-profile-detaile-wrap.emp-profile-tab-397 .nav-tabs{top:397px!important}.emp-profile-detaile-wrap.emp-profile-tab-398 .nav-tabs{top:398px!important}.emp-profile-detaile-wrap.emp-profile-tab-399 .nav-tabs{top:399px!important}.emp-profile-detaile-wrap.emp-profile-tab-400 .nav-tabs{top:400px!important}.emp-profile-detaile-wrap.emp-profile-tab-401 .nav-tabs{top:401px!important}.emp-profile-detaile-wrap.emp-profile-tab-402 .nav-tabs{top:402px!important}.emp-profile-detaile-wrap.emp-profile-tab-403 .nav-tabs{top:403px!important}.emp-profile-detaile-wrap.emp-profile-tab-404 .nav-tabs{top:404px!important}.emp-profile-detaile-wrap.emp-profile-tab-405 .nav-tabs{top:405px!important}.emp-profile-detaile-wrap.emp-profile-tab-406 .nav-tabs{top:406px!important}.emp-profile-detaile-wrap.emp-profile-tab-407 .nav-tabs{top:407px!important}.emp-profile-detaile-wrap.emp-profile-tab-408 .nav-tabs{top:408px!important}.emp-profile-detaile-wrap.emp-profile-tab-409 .nav-tabs{top:409px!important}.emp-profile-detaile-wrap.emp-profile-tab-410 .nav-tabs{top:410px!important}.emp-profile-detaile-wrap.emp-profile-tab-411 .nav-tabs{top:411px!important}.emp-profile-detaile-wrap.emp-profile-tab-412 .nav-tabs{top:412px!important}.emp-profile-detaile-wrap.emp-profile-tab-413 .nav-tabs{top:413px!important}.emp-profile-detaile-wrap.emp-profile-tab-414 .nav-tabs{top:414px!important}.emp-profile-detaile-wrap.emp-profile-tab-415 .nav-tabs{top:415px!important}.emp-profile-detaile-wrap.emp-profile-tab-416 .nav-tabs{top:416px!important}.emp-profile-detaile-wrap.emp-profile-tab-417 .nav-tabs{top:417px!important}.emp-profile-detaile-wrap.emp-profile-tab-418 .nav-tabs{top:418px!important}.emp-profile-detaile-wrap.emp-profile-tab-419 .nav-tabs{top:419px!important}.emp-profile-detaile-wrap.emp-profile-tab-420 .nav-tabs{top:420px!important}.emp-profile-detaile-wrap.emp-profile-tab-421 .nav-tabs{top:421px!important}.emp-profile-detaile-wrap.emp-profile-tab-422 .nav-tabs{top:422px!important}.emp-profile-detaile-wrap.emp-profile-tab-423 .nav-tabs{top:423px!important}.emp-profile-detaile-wrap.emp-profile-tab-424 .nav-tabs{top:424px!important}.emp-profile-detaile-wrap.emp-profile-tab-425 .nav-tabs{top:425px!important}.emp-profile-detaile-wrap.emp-profile-tab-426 .nav-tabs{top:426px!important}.emp-profile-detaile-wrap.emp-profile-tab-427 .nav-tabs{top:427px!important}.emp-profile-detaile-wrap.emp-profile-tab-428 .nav-tabs{top:428px!important}.emp-profile-detaile-wrap.emp-profile-tab-429 .nav-tabs{top:429px!important}.emp-profile-detaile-wrap.emp-profile-tab-430 .nav-tabs{top:430px!important}.emp-profile-detaile-wrap.emp-profile-tab-431 .nav-tabs{top:431px!important}.emp-profile-detaile-wrap.emp-profile-tab-432 .nav-tabs{top:432px!important}.emp-profile-detaile-wrap.emp-profile-tab-433 .nav-tabs{top:433px!important}.emp-profile-detaile-wrap.emp-profile-tab-434 .nav-tabs{top:434px!important}.emp-profile-detaile-wrap.emp-profile-tab-435 .nav-tabs{top:435px!important}.emp-profile-detaile-wrap.emp-profile-tab-436 .nav-tabs{top:436px!important}.emp-profile-detaile-wrap.emp-profile-tab-437 .nav-tabs{top:437px!important}.emp-profile-detaile-wrap.emp-profile-tab-438 .nav-tabs{top:438px!important}.emp-profile-detaile-wrap.emp-profile-tab-439 .nav-tabs{top:439px!important}.emp-profile-detaile-wrap.emp-profile-tab-440 .nav-tabs{top:440px!important}.emp-profile-detaile-wrap.emp-profile-tab-441 .nav-tabs{top:441px!important}.emp-profile-detaile-wrap.emp-profile-tab-442 .nav-tabs{top:442px!important}.emp-profile-detaile-wrap.emp-profile-tab-443 .nav-tabs{top:443px!important}.emp-profile-detaile-wrap.emp-profile-tab-444 .nav-tabs{top:444px!important}.emp-profile-detaile-wrap.emp-profile-tab-445 .nav-tabs{top:445px!important}.emp-profile-detaile-wrap.emp-profile-tab-446 .nav-tabs{top:446px!important}.emp-profile-detaile-wrap.emp-profile-tab-447 .nav-tabs{top:447px!important}.emp-profile-detaile-wrap.emp-profile-tab-448 .nav-tabs{top:448px!important}.emp-profile-detaile-wrap.emp-profile-tab-449 .nav-tabs{top:449px!important}.emp-profile-detaile-wrap.emp-profile-tab-450 .nav-tabs{top:450px!important}.emp-profile-detaile-wrap.emp-profile-tab-451 .nav-tabs{top:451px!important}.emp-profile-detaile-wrap.emp-profile-tab-452 .nav-tabs{top:452px!important}.emp-profile-detaile-wrap.emp-profile-tab-453 .nav-tabs{top:453px!important}.emp-profile-detaile-wrap.emp-profile-tab-454 .nav-tabs{top:454px!important}.emp-profile-detaile-wrap.emp-profile-tab-455 .nav-tabs{top:455px!important}.emp-profile-detaile-wrap.emp-profile-tab-456 .nav-tabs{top:456px!important}.emp-profile-detaile-wrap.emp-profile-tab-457 .nav-tabs{top:457px!important}.emp-profile-detaile-wrap.emp-profile-tab-458 .nav-tabs{top:458px!important}.emp-profile-detaile-wrap.emp-profile-tab-459 .nav-tabs{top:459px!important}.emp-profile-detaile-wrap.emp-profile-tab-460 .nav-tabs{top:460px!important}.emp-profile-detaile-wrap.emp-profile-tab-461 .nav-tabs{top:461px!important}.emp-profile-detaile-wrap.emp-profile-tab-462 .nav-tabs{top:462px!important}.emp-profile-detaile-wrap.emp-profile-tab-463 .nav-tabs{top:463px!important}.emp-profile-detaile-wrap.emp-profile-tab-464 .nav-tabs{top:464px!important}.emp-profile-detaile-wrap.emp-profile-tab-465 .nav-tabs{top:465px!important}.emp-profile-detaile-wrap.emp-profile-tab-466 .nav-tabs{top:466px!important}.emp-profile-detaile-wrap.emp-profile-tab-467 .nav-tabs{top:467px!important}.emp-profile-detaile-wrap.emp-profile-tab-468 .nav-tabs{top:468px!important}.emp-profile-detaile-wrap.emp-profile-tab-469 .nav-tabs{top:469px!important}.emp-profile-detaile-wrap.emp-profile-tab-470 .nav-tabs{top:470px!important}.emp-profile-detaile-wrap.emp-profile-tab-471 .nav-tabs{top:471px!important}.emp-profile-detaile-wrap.emp-profile-tab-472 .nav-tabs{top:472px!important}.emp-profile-detaile-wrap.emp-profile-tab-473 .nav-tabs{top:473px!important}.emp-profile-detaile-wrap.emp-profile-tab-474 .nav-tabs{top:474px!important}.emp-profile-detaile-wrap.emp-profile-tab-475 .nav-tabs{top:475px!important}.emp-profile-detaile-wrap.emp-profile-tab-476 .nav-tabs{top:476px!important}.emp-profile-detaile-wrap.emp-profile-tab-477 .nav-tabs{top:477px!important}.emp-profile-detaile-wrap.emp-profile-tab-478 .nav-tabs{top:478px!important}.emp-profile-detaile-wrap.emp-profile-tab-479 .nav-tabs{top:479px!important}.emp-profile-detaile-wrap.emp-profile-tab-480 .nav-tabs{top:480px!important}.emp-profile-detaile-wrap.emp-profile-tab-481 .nav-tabs{top:481px!important}.emp-profile-detaile-wrap.emp-profile-tab-482 .nav-tabs{top:482px!important}.emp-profile-detaile-wrap.emp-profile-tab-483 .nav-tabs{top:483px!important}.emp-profile-detaile-wrap.emp-profile-tab-484 .nav-tabs{top:484px!important}.emp-profile-detaile-wrap.emp-profile-tab-485 .nav-tabs{top:485px!important}.emp-profile-detaile-wrap.emp-profile-tab-486 .nav-tabs{top:486px!important}.emp-profile-detaile-wrap.emp-profile-tab-487 .nav-tabs{top:487px!important}.emp-profile-detaile-wrap.emp-profile-tab-488 .nav-tabs{top:488px!important}.emp-profile-detaile-wrap.emp-profile-tab-489 .nav-tabs{top:489px!important}.emp-profile-detaile-wrap.emp-profile-tab-490 .nav-tabs{top:490px!important}.emp-profile-detaile-wrap.emp-profile-tab-491 .nav-tabs{top:491px!important}.emp-profile-detaile-wrap.emp-profile-tab-492 .nav-tabs{top:492px!important}.emp-profile-detaile-wrap.emp-profile-tab-493 .nav-tabs{top:493px!important}.emp-profile-detaile-wrap.emp-profile-tab-494 .nav-tabs{top:494px!important}.emp-profile-detaile-wrap.emp-profile-tab-495 .nav-tabs{top:495px!important}.emp-profile-detaile-wrap.emp-profile-tab-496 .nav-tabs{top:496px!important}.emp-profile-detaile-wrap.emp-profile-tab-497 .nav-tabs{top:497px!important}.emp-profile-detaile-wrap.emp-profile-tab-498 .nav-tabs{top:498px!important}.emp-profile-detaile-wrap.emp-profile-tab-499 .nav-tabs{top:499px!important}.emp-profile-detaile-wrap.emp-profile-tab-500 .nav-tabs{top:500px!important}.emp-profile-detaile-wrap.emp-profile-tab-501 .nav-tabs{top:501px!important}.emp-profile-detaile-wrap.emp-profile-tab-502 .nav-tabs{top:502px!important}.emp-profile-detaile-wrap.emp-profile-tab-503 .nav-tabs{top:503px!important}.emp-profile-detaile-wrap.emp-profile-tab-504 .nav-tabs{top:504px!important}.emp-profile-detaile-wrap.emp-profile-tab-505 .nav-tabs{top:505px!important}.emp-profile-detaile-wrap.emp-profile-tab-506 .nav-tabs{top:506px!important}.emp-profile-detaile-wrap.emp-profile-tab-507 .nav-tabs{top:507px!important}.emp-profile-detaile-wrap.emp-profile-tab-508 .nav-tabs{top:508px!important}.emp-profile-detaile-wrap.emp-profile-tab-509 .nav-tabs{top:509px!important}.emp-profile-detaile-wrap.emp-profile-tab-510 .nav-tabs{top:510px!important}.emp-profile-detaile-wrap.emp-profile-tab-511 .nav-tabs{top:511px!important}.emp-profile-detaile-wrap.emp-profile-tab-512 .nav-tabs{top:512px!important}.emp-profile-detaile-wrap.emp-profile-tab-513 .nav-tabs{top:513px!important}.emp-profile-detaile-wrap.emp-profile-tab-514 .nav-tabs{top:514px!important}.emp-profile-detaile-wrap.emp-profile-tab-515 .nav-tabs{top:515px!important}.emp-profile-detaile-wrap.emp-profile-tab-516 .nav-tabs{top:516px!important}.emp-profile-detaile-wrap.emp-profile-tab-517 .nav-tabs{top:517px!important}.emp-profile-detaile-wrap.emp-profile-tab-518 .nav-tabs{top:518px!important}.emp-profile-detaile-wrap.emp-profile-tab-519 .nav-tabs{top:519px!important}.emp-profile-detaile-wrap.emp-profile-tab-520 .nav-tabs{top:520px!important}.emp-profile-detaile-wrap.emp-profile-tab-521 .nav-tabs{top:521px!important}.emp-profile-detaile-wrap.emp-profile-tab-522 .nav-tabs{top:522px!important}.emp-profile-detaile-wrap.emp-profile-tab-523 .nav-tabs{top:523px!important}.emp-profile-detaile-wrap.emp-profile-tab-524 .nav-tabs{top:524px!important}.emp-profile-detaile-wrap.emp-profile-tab-525 .nav-tabs{top:525px!important}.emp-profile-detaile-wrap.emp-profile-tab-526 .nav-tabs{top:526px!important}.emp-profile-detaile-wrap.emp-profile-tab-527 .nav-tabs{top:527px!important}.emp-profile-detaile-wrap.emp-profile-tab-528 .nav-tabs{top:528px!important}.emp-profile-detaile-wrap.emp-profile-tab-529 .nav-tabs{top:529px!important}.emp-profile-detaile-wrap.emp-profile-tab-530 .nav-tabs{top:530px!important}.emp-profile-detaile-wrap.emp-profile-tab-531 .nav-tabs{top:531px!important}.emp-profile-detaile-wrap.emp-profile-tab-532 .nav-tabs{top:532px!important}.emp-profile-detaile-wrap.emp-profile-tab-533 .nav-tabs{top:533px!important}.emp-profile-detaile-wrap.emp-profile-tab-534 .nav-tabs{top:534px!important}.emp-profile-detaile-wrap.emp-profile-tab-535 .nav-tabs{top:535px!important}.emp-profile-detaile-wrap.emp-profile-tab-536 .nav-tabs{top:536px!important}.emp-profile-detaile-wrap.emp-profile-tab-537 .nav-tabs{top:537px!important}.emp-profile-detaile-wrap.emp-profile-tab-538 .nav-tabs{top:538px!important}.emp-profile-detaile-wrap.emp-profile-tab-539 .nav-tabs{top:539px!important}.emp-profile-detaile-wrap.emp-profile-tab-540 .nav-tabs{top:540px!important}.emp-profile-detaile-wrap.emp-profile-tab-541 .nav-tabs{top:541px!important}.emp-profile-detaile-wrap.emp-profile-tab-542 .nav-tabs{top:542px!important}.emp-profile-detaile-wrap.emp-profile-tab-543 .nav-tabs{top:543px!important}.emp-profile-detaile-wrap.emp-profile-tab-544 .nav-tabs{top:544px!important}.emp-profile-detaile-wrap.emp-profile-tab-545 .nav-tabs{top:545px!important}.emp-profile-detaile-wrap.emp-profile-tab-546 .nav-tabs{top:546px!important}.emp-profile-detaile-wrap.emp-profile-tab-547 .nav-tabs{top:547px!important}.emp-profile-detaile-wrap.emp-profile-tab-548 .nav-tabs{top:548px!important}.emp-profile-detaile-wrap.emp-profile-tab-549 .nav-tabs{top:549px!important}.emp-profile-detaile-wrap.emp-profile-tab-550 .nav-tabs{top:550px!important}.emp-profile-detaile-wrap.emp-profile-tab-551 .nav-tabs{top:551px!important}.emp-profile-detaile-wrap.emp-profile-tab-552 .nav-tabs{top:552px!important}.emp-profile-detaile-wrap.emp-profile-tab-553 .nav-tabs{top:553px!important}.emp-profile-detaile-wrap.emp-profile-tab-554 .nav-tabs{top:554px!important}.emp-profile-detaile-wrap.emp-profile-tab-555 .nav-tabs{top:555px!important}.emp-profile-detaile-wrap.emp-profile-tab-556 .nav-tabs{top:556px!important}.emp-profile-detaile-wrap.emp-profile-tab-557 .nav-tabs{top:557px!important}.emp-profile-detaile-wrap.emp-profile-tab-558 .nav-tabs{top:558px!important}.emp-profile-detaile-wrap.emp-profile-tab-559 .nav-tabs{top:559px!important}.emp-profile-detaile-wrap.emp-profile-tab-560 .nav-tabs{top:560px!important}.emp-profile-detaile-wrap.emp-profile-tab-561 .nav-tabs{top:561px!important}.emp-profile-detaile-wrap.emp-profile-tab-562 .nav-tabs{top:562px!important}.emp-profile-detaile-wrap.emp-profile-tab-563 .nav-tabs{top:563px!important}.emp-profile-detaile-wrap.emp-profile-tab-564 .nav-tabs{top:564px!important}.emp-profile-detaile-wrap.emp-profile-tab-565 .nav-tabs{top:565px!important}.emp-profile-detaile-wrap.emp-profile-tab-566 .nav-tabs{top:566px!important}.emp-profile-detaile-wrap.emp-profile-tab-567 .nav-tabs{top:567px!important}.emp-profile-detaile-wrap.emp-profile-tab-568 .nav-tabs{top:568px!important}.emp-profile-detaile-wrap.emp-profile-tab-569 .nav-tabs{top:569px!important}.emp-profile-detaile-wrap.emp-profile-tab-570 .nav-tabs{top:570px!important}.emp-profile-detaile-wrap.emp-profile-tab-571 .nav-tabs{top:571px!important}.emp-profile-detaile-wrap.emp-profile-tab-572 .nav-tabs{top:572px!important}.emp-profile-detaile-wrap.emp-profile-tab-573 .nav-tabs{top:573px!important}.emp-profile-detaile-wrap.emp-profile-tab-574 .nav-tabs{top:574px!important}.emp-profile-detaile-wrap.emp-profile-tab-575 .nav-tabs{top:575px!important}.emp-profile-detaile-wrap.emp-profile-tab-576 .nav-tabs{top:576px!important}.emp-profile-detaile-wrap.emp-profile-tab-577 .nav-tabs{top:577px!important}.emp-profile-detaile-wrap.emp-profile-tab-578 .nav-tabs{top:578px!important}.emp-profile-detaile-wrap.emp-profile-tab-579 .nav-tabs{top:579px!important}.emp-profile-detaile-wrap.emp-profile-tab-580 .nav-tabs{top:580px!important}.emp-profile-detaile-wrap.emp-profile-tab-581 .nav-tabs{top:581px!important}.emp-profile-detaile-wrap.emp-profile-tab-582 .nav-tabs{top:582px!important}.emp-profile-detaile-wrap.emp-profile-tab-583 .nav-tabs{top:583px!important}.emp-profile-detaile-wrap.emp-profile-tab-584 .nav-tabs{top:584px!important}.emp-profile-detaile-wrap.emp-profile-tab-585 .nav-tabs{top:585px!important}.emp-profile-detaile-wrap.emp-profile-tab-586 .nav-tabs{top:586px!important}.emp-profile-detaile-wrap.emp-profile-tab-587 .nav-tabs{top:587px!important}.emp-profile-detaile-wrap.emp-profile-tab-588 .nav-tabs{top:588px!important}.emp-profile-detaile-wrap.emp-profile-tab-589 .nav-tabs{top:589px!important}.emp-profile-detaile-wrap.emp-profile-tab-590 .nav-tabs{top:590px!important}.emp-profile-detaile-wrap.emp-profile-tab-591 .nav-tabs{top:591px!important}.emp-profile-detaile-wrap.emp-profile-tab-592 .nav-tabs{top:592px!important}.emp-profile-detaile-wrap.emp-profile-tab-593 .nav-tabs{top:593px!important}.emp-profile-detaile-wrap.emp-profile-tab-594 .nav-tabs{top:594px!important}.emp-profile-detaile-wrap.emp-profile-tab-595 .nav-tabs{top:595px!important}.emp-profile-detaile-wrap.emp-profile-tab-596 .nav-tabs{top:596px!important}.emp-profile-detaile-wrap.emp-profile-tab-597 .nav-tabs{top:597px!important}.emp-profile-detaile-wrap.emp-profile-tab-598 .nav-tabs{top:598px!important}.emp-profile-detaile-wrap.emp-profile-tab-599 .nav-tabs{top:599px!important}.emp-profile-detaile-wrap.emp-profile-tab-600 .nav-tabs{top:600px!important}.emp-profile-detaile-wrap.emp-profile-tab-601 .nav-tabs{top:601px!important}.emp-profile-detaile-wrap.emp-profile-tab-602 .nav-tabs{top:602px!important}.emp-profile-detaile-wrap.emp-profile-tab-603 .nav-tabs{top:603px!important}.emp-profile-detaile-wrap.emp-profile-tab-604 .nav-tabs{top:604px!important}.emp-profile-detaile-wrap.emp-profile-tab-605 .nav-tabs{top:605px!important}.emp-profile-detaile-wrap.emp-profile-tab-606 .nav-tabs{top:606px!important}.emp-profile-detaile-wrap.emp-profile-tab-607 .nav-tabs{top:607px!important}.emp-profile-detaile-wrap.emp-profile-tab-608 .nav-tabs{top:608px!important}.emp-profile-detaile-wrap.emp-profile-tab-609 .nav-tabs{top:609px!important}.emp-profile-detaile-wrap.emp-profile-tab-610 .nav-tabs{top:610px!important}.emp-profile-detaile-wrap.emp-profile-tab-611 .nav-tabs{top:611px!important}.emp-profile-detaile-wrap.emp-profile-tab-612 .nav-tabs{top:612px!important}.emp-profile-detaile-wrap.emp-profile-tab-613 .nav-tabs{top:613px!important}.emp-profile-detaile-wrap.emp-profile-tab-614 .nav-tabs{top:614px!important}.emp-profile-detaile-wrap.emp-profile-tab-615 .nav-tabs{top:615px!important}.emp-profile-detaile-wrap.emp-profile-tab-616 .nav-tabs{top:616px!important}.emp-profile-detaile-wrap.emp-profile-tab-617 .nav-tabs{top:617px!important}.emp-profile-detaile-wrap.emp-profile-tab-618 .nav-tabs{top:618px!important}.emp-profile-detaile-wrap.emp-profile-tab-619 .nav-tabs{top:619px!important}.emp-profile-detaile-wrap.emp-profile-tab-620 .nav-tabs{top:620px!important}.emp-profile-detaile-wrap.emp-profile-tab-621 .nav-tabs{top:621px!important}.emp-profile-detaile-wrap.emp-profile-tab-622 .nav-tabs{top:622px!important}.emp-profile-detaile-wrap.emp-profile-tab-623 .nav-tabs{top:623px!important}.emp-profile-detaile-wrap.emp-profile-tab-624 .nav-tabs{top:624px!important}.emp-profile-detaile-wrap.emp-profile-tab-625 .nav-tabs{top:625px!important}.emp-profile-detaile-wrap.emp-profile-tab-626 .nav-tabs{top:626px!important}.emp-profile-detaile-wrap.emp-profile-tab-627 .nav-tabs{top:627px!important}.emp-profile-detaile-wrap.emp-profile-tab-628 .nav-tabs{top:628px!important}.emp-profile-detaile-wrap.emp-profile-tab-629 .nav-tabs{top:629px!important}.emp-profile-detaile-wrap.emp-profile-tab-630 .nav-tabs{top:630px!important}.emp-profile-detaile-wrap.emp-profile-tab-631 .nav-tabs{top:631px!important}.emp-profile-detaile-wrap.emp-profile-tab-632 .nav-tabs{top:632px!important}.emp-profile-detaile-wrap.emp-profile-tab-633 .nav-tabs{top:633px!important}.emp-profile-detaile-wrap.emp-profile-tab-634 .nav-tabs{top:634px!important}.emp-profile-detaile-wrap.emp-profile-tab-635 .nav-tabs{top:635px!important}.emp-profile-detaile-wrap.emp-profile-tab-636 .nav-tabs{top:636px!important}.emp-profile-detaile-wrap.emp-profile-tab-637 .nav-tabs{top:637px!important}.emp-profile-detaile-wrap.emp-profile-tab-638 .nav-tabs{top:638px!important}.emp-profile-detaile-wrap.emp-profile-tab-639 .nav-tabs{top:639px!important}.emp-profile-detaile-wrap.emp-profile-tab-640 .nav-tabs{top:640px!important}.emp-profile-detaile-wrap.emp-profile-tab-641 .nav-tabs{top:641px!important}.emp-profile-detaile-wrap.emp-profile-tab-642 .nav-tabs{top:642px!important}.emp-profile-detaile-wrap.emp-profile-tab-643 .nav-tabs{top:643px!important}.emp-profile-detaile-wrap.emp-profile-tab-644 .nav-tabs{top:644px!important}.emp-profile-detaile-wrap.emp-profile-tab-645 .nav-tabs{top:645px!important}.emp-profile-detaile-wrap.emp-profile-tab-646 .nav-tabs{top:646px!important}.emp-profile-detaile-wrap.emp-profile-tab-647 .nav-tabs{top:647px!important}.emp-profile-detaile-wrap.emp-profile-tab-648 .nav-tabs{top:648px!important}.emp-profile-detaile-wrap.emp-profile-tab-649 .nav-tabs{top:649px!important}.emp-profile-detaile-wrap.emp-profile-tab-650 .nav-tabs{top:650px!important}.emp-profile-detaile-wrap.emp-profile-tab-651 .nav-tabs{top:651px!important}.emp-profile-detaile-wrap.emp-profile-tab-652 .nav-tabs{top:652px!important}.emp-profile-detaile-wrap.emp-profile-tab-653 .nav-tabs{top:653px!important}.emp-profile-detaile-wrap.emp-profile-tab-654 .nav-tabs{top:654px!important}.emp-profile-detaile-wrap.emp-profile-tab-655 .nav-tabs{top:655px!important}.emp-profile-detaile-wrap.emp-profile-tab-656 .nav-tabs{top:656px!important}.emp-profile-detaile-wrap.emp-profile-tab-657 .nav-tabs{top:657px!important}.emp-profile-detaile-wrap.emp-profile-tab-658 .nav-tabs{top:658px!important}.emp-profile-detaile-wrap.emp-profile-tab-659 .nav-tabs{top:659px!important}.emp-profile-detaile-wrap.emp-profile-tab-660 .nav-tabs{top:660px!important}.emp-profile-detaile-wrap.emp-profile-tab-661 .nav-tabs{top:661px!important}.emp-profile-detaile-wrap.emp-profile-tab-662 .nav-tabs{top:662px!important}.emp-profile-detaile-wrap.emp-profile-tab-663 .nav-tabs{top:663px!important}.emp-profile-detaile-wrap.emp-profile-tab-664 .nav-tabs{top:664px!important}.emp-profile-detaile-wrap.emp-profile-tab-665 .nav-tabs{top:665px!important}.emp-profile-detaile-wrap.emp-profile-tab-666 .nav-tabs{top:666px!important}.emp-profile-detaile-wrap.emp-profile-tab-667 .nav-tabs{top:667px!important}.emp-profile-detaile-wrap.emp-profile-tab-668 .nav-tabs{top:668px!important}.emp-profile-detaile-wrap.emp-profile-tab-669 .nav-tabs{top:669px!important}.emp-profile-detaile-wrap.emp-profile-tab-670 .nav-tabs{top:670px!important}.emp-profile-detaile-wrap.emp-profile-tab-671 .nav-tabs{top:671px!important}.emp-profile-detaile-wrap.emp-profile-tab-672 .nav-tabs{top:672px!important}.emp-profile-detaile-wrap.emp-profile-tab-673 .nav-tabs{top:673px!important}.emp-profile-detaile-wrap.emp-profile-tab-674 .nav-tabs{top:674px!important}.emp-profile-detaile-wrap.emp-profile-tab-675 .nav-tabs{top:675px!important}.emp-profile-detaile-wrap.emp-profile-tab-676 .nav-tabs{top:676px!important}.emp-profile-detaile-wrap.emp-profile-tab-677 .nav-tabs{top:677px!important}.emp-profile-detaile-wrap.emp-profile-tab-678 .nav-tabs{top:678px!important}.emp-profile-detaile-wrap.emp-profile-tab-679 .nav-tabs{top:679px!important}.emp-profile-detaile-wrap.emp-profile-tab-680 .nav-tabs{top:680px!important}.emp-profile-detaile-wrap.emp-profile-tab-681 .nav-tabs{top:681px!important}.emp-profile-detaile-wrap.emp-profile-tab-682 .nav-tabs{top:682px!important}.emp-profile-detaile-wrap.emp-profile-tab-683 .nav-tabs{top:683px!important}.emp-profile-detaile-wrap.emp-profile-tab-684 .nav-tabs{top:684px!important}.emp-profile-detaile-wrap.emp-profile-tab-685 .nav-tabs{top:685px!important}.emp-profile-detaile-wrap.emp-profile-tab-686 .nav-tabs{top:686px!important}.emp-profile-detaile-wrap.emp-profile-tab-687 .nav-tabs{top:687px!important}.emp-profile-detaile-wrap.emp-profile-tab-688 .nav-tabs{top:688px!important}.emp-profile-detaile-wrap.emp-profile-tab-689 .nav-tabs{top:689px!important}.emp-profile-detaile-wrap.emp-profile-tab-690 .nav-tabs{top:690px!important}.emp-profile-detaile-wrap.emp-profile-tab-691 .nav-tabs{top:691px!important}.emp-profile-detaile-wrap.emp-profile-tab-692 .nav-tabs{top:692px!important}.emp-profile-detaile-wrap.emp-profile-tab-693 .nav-tabs{top:693px!important}.emp-profile-detaile-wrap.emp-profile-tab-694 .nav-tabs{top:694px!important}.emp-profile-detaile-wrap.emp-profile-tab-695 .nav-tabs{top:695px!important}.emp-profile-detaile-wrap.emp-profile-tab-696 .nav-tabs{top:696px!important}.emp-profile-detaile-wrap.emp-profile-tab-697 .nav-tabs{top:697px!important}.emp-profile-detaile-wrap.emp-profile-tab-698 .nav-tabs{top:698px!important}.emp-profile-detaile-wrap.emp-profile-tab-699 .nav-tabs{top:699px!important}.emp-profile-detaile-wrap.emp-profile-tab-700 .nav-tabs{top:700px!important}.emp-profile-detaile-wrap.emp-profile-tab-701 .nav-tabs{top:701px!important}.emp-profile-detaile-wrap.emp-profile-tab-702 .nav-tabs{top:702px!important}.emp-profile-detaile-wrap.emp-profile-tab-703 .nav-tabs{top:703px!important}.emp-profile-detaile-wrap.emp-profile-tab-704 .nav-tabs{top:704px!important}.emp-profile-detaile-wrap.emp-profile-tab-705 .nav-tabs{top:705px!important}.emp-profile-detaile-wrap.emp-profile-tab-706 .nav-tabs{top:706px!important}.emp-profile-detaile-wrap.emp-profile-tab-707 .nav-tabs{top:707px!important}.emp-profile-detaile-wrap.emp-profile-tab-708 .nav-tabs{top:708px!important}.emp-profile-detaile-wrap.emp-profile-tab-709 .nav-tabs{top:709px!important}.emp-profile-detaile-wrap.emp-profile-tab-710 .nav-tabs{top:710px!important}.emp-profile-detaile-wrap.emp-profile-tab-711 .nav-tabs{top:711px!important}.emp-profile-detaile-wrap.emp-profile-tab-712 .nav-tabs{top:712px!important}.emp-profile-detaile-wrap.emp-profile-tab-713 .nav-tabs{top:713px!important}.emp-profile-detaile-wrap.emp-profile-tab-714 .nav-tabs{top:714px!important}.emp-profile-detaile-wrap.emp-profile-tab-715 .nav-tabs{top:715px!important}.emp-profile-detaile-wrap.emp-profile-tab-716 .nav-tabs{top:716px!important}.emp-profile-detaile-wrap.emp-profile-tab-717 .nav-tabs{top:717px!important}.emp-profile-detaile-wrap.emp-profile-tab-718 .nav-tabs{top:718px!important}.emp-profile-detaile-wrap.emp-profile-tab-719 .nav-tabs{top:719px!important}.emp-profile-detaile-wrap.emp-profile-tab-720 .nav-tabs{top:720px!important}.emp-profile-detaile-wrap.emp-profile-tab-721 .nav-tabs{top:721px!important}.emp-profile-detaile-wrap.emp-profile-tab-722 .nav-tabs{top:722px!important}.emp-profile-detaile-wrap.emp-profile-tab-723 .nav-tabs{top:723px!important}.emp-profile-detaile-wrap.emp-profile-tab-724 .nav-tabs{top:724px!important}.emp-profile-detaile-wrap.emp-profile-tab-725 .nav-tabs{top:725px!important}.emp-profile-detaile-wrap.emp-profile-tab-726 .nav-tabs{top:726px!important}.emp-profile-detaile-wrap.emp-profile-tab-727 .nav-tabs{top:727px!important}.emp-profile-detaile-wrap.emp-profile-tab-728 .nav-tabs{top:728px!important}.emp-profile-detaile-wrap.emp-profile-tab-729 .nav-tabs{top:729px!important}.emp-profile-detaile-wrap.emp-profile-tab-730 .nav-tabs{top:730px!important}.emp-profile-detaile-wrap.emp-profile-tab-731 .nav-tabs{top:731px!important}.emp-profile-detaile-wrap.emp-profile-tab-732 .nav-tabs{top:732px!important}.emp-profile-detaile-wrap.emp-profile-tab-733 .nav-tabs{top:733px!important}.emp-profile-detaile-wrap.emp-profile-tab-734 .nav-tabs{top:734px!important}.emp-profile-detaile-wrap.emp-profile-tab-735 .nav-tabs{top:735px!important}.emp-profile-detaile-wrap.emp-profile-tab-736 .nav-tabs{top:736px!important}.emp-profile-detaile-wrap.emp-profile-tab-737 .nav-tabs{top:737px!important}.emp-profile-detaile-wrap.emp-profile-tab-738 .nav-tabs{top:738px!important}.emp-profile-detaile-wrap.emp-profile-tab-739 .nav-tabs{top:739px!important}.emp-profile-detaile-wrap.emp-profile-tab-740 .nav-tabs{top:740px!important}.emp-profile-detaile-wrap.emp-profile-tab-741 .nav-tabs{top:741px!important}.emp-profile-detaile-wrap.emp-profile-tab-742 .nav-tabs{top:742px!important}.emp-profile-detaile-wrap.emp-profile-tab-743 .nav-tabs{top:743px!important}.emp-profile-detaile-wrap.emp-profile-tab-744 .nav-tabs{top:744px!important}.emp-profile-detaile-wrap.emp-profile-tab-745 .nav-tabs{top:745px!important}.emp-profile-detaile-wrap.emp-profile-tab-746 .nav-tabs{top:746px!important}.emp-profile-detaile-wrap.emp-profile-tab-747 .nav-tabs{top:747px!important}.emp-profile-detaile-wrap.emp-profile-tab-748 .nav-tabs{top:748px!important}.emp-profile-detaile-wrap.emp-profile-tab-749 .nav-tabs{top:749px!important}.emp-profile-detaile-wrap.emp-profile-tab-750 .nav-tabs{top:750px!important}.emp-profile-detaile-wrap.emp-profile-tab-751 .nav-tabs{top:751px!important}.emp-profile-detaile-wrap.emp-profile-tab-752 .nav-tabs{top:752px!important}.emp-profile-detaile-wrap.emp-profile-tab-753 .nav-tabs{top:753px!important}.emp-profile-detaile-wrap.emp-profile-tab-754 .nav-tabs{top:754px!important}.emp-profile-detaile-wrap.emp-profile-tab-755 .nav-tabs{top:755px!important}.emp-profile-detaile-wrap.emp-profile-tab-756 .nav-tabs{top:756px!important}.emp-profile-detaile-wrap.emp-profile-tab-757 .nav-tabs{top:757px!important}.emp-profile-detaile-wrap.emp-profile-tab-758 .nav-tabs{top:758px!important}.emp-profile-detaile-wrap.emp-profile-tab-759 .nav-tabs{top:759px!important}.emp-profile-detaile-wrap.emp-profile-tab-760 .nav-tabs{top:760px!important}.emp-profile-detaile-wrap.emp-profile-tab-761 .nav-tabs{top:761px!important}.emp-profile-detaile-wrap.emp-profile-tab-762 .nav-tabs{top:762px!important}.emp-profile-detaile-wrap.emp-profile-tab-763 .nav-tabs{top:763px!important}.emp-profile-detaile-wrap.emp-profile-tab-764 .nav-tabs{top:764px!important}.emp-profile-detaile-wrap.emp-profile-tab-765 .nav-tabs{top:765px!important}.emp-profile-detaile-wrap.emp-profile-tab-766 .nav-tabs{top:766px!important}.emp-profile-detaile-wrap.emp-profile-tab-767 .nav-tabs{top:767px!important}.emp-profile-detaile-wrap.emp-profile-tab-768 .nav-tabs{top:768px!important}.emp-profile-detaile-wrap.emp-profile-tab-769 .nav-tabs{top:769px!important}.emp-profile-detaile-wrap.emp-profile-tab-770 .nav-tabs{top:770px!important}.emp-profile-detaile-wrap.emp-profile-tab-771 .nav-tabs{top:771px!important}.emp-profile-detaile-wrap.emp-profile-tab-772 .nav-tabs{top:772px!important}.emp-profile-detaile-wrap.emp-profile-tab-773 .nav-tabs{top:773px!important}.emp-profile-detaile-wrap.emp-profile-tab-774 .nav-tabs{top:774px!important}.emp-profile-detaile-wrap.emp-profile-tab-775 .nav-tabs{top:775px!important}.emp-profile-detaile-wrap.emp-profile-tab-776 .nav-tabs{top:776px!important}.emp-profile-detaile-wrap.emp-profile-tab-777 .nav-tabs{top:777px!important}.emp-profile-detaile-wrap.emp-profile-tab-778 .nav-tabs{top:778px!important}.emp-profile-detaile-wrap.emp-profile-tab-779 .nav-tabs{top:779px!important}.emp-profile-detaile-wrap.emp-profile-tab-780 .nav-tabs{top:780px!important}.emp-profile-detaile-wrap.emp-profile-tab-781 .nav-tabs{top:781px!important}.emp-profile-detaile-wrap.emp-profile-tab-782 .nav-tabs{top:782px!important}.emp-profile-detaile-wrap.emp-profile-tab-783 .nav-tabs{top:783px!important}.emp-profile-detaile-wrap.emp-profile-tab-784 .nav-tabs{top:784px!important}.emp-profile-detaile-wrap.emp-profile-tab-785 .nav-tabs{top:785px!important}.emp-profile-detaile-wrap.emp-profile-tab-786 .nav-tabs{top:786px!important}.emp-profile-detaile-wrap.emp-profile-tab-787 .nav-tabs{top:787px!important}.emp-profile-detaile-wrap.emp-profile-tab-788 .nav-tabs{top:788px!important}.emp-profile-detaile-wrap.emp-profile-tab-789 .nav-tabs{top:789px!important}.emp-profile-detaile-wrap.emp-profile-tab-790 .nav-tabs{top:790px!important}.emp-profile-detaile-wrap.emp-profile-tab-791 .nav-tabs{top:791px!important}.emp-profile-detaile-wrap.emp-profile-tab-792 .nav-tabs{top:792px!important}.emp-profile-detaile-wrap.emp-profile-tab-793 .nav-tabs{top:793px!important}.emp-profile-detaile-wrap.emp-profile-tab-794 .nav-tabs{top:794px!important}.emp-profile-detaile-wrap.emp-profile-tab-795 .nav-tabs{top:795px!important}.emp-profile-detaile-wrap.emp-profile-tab-796 .nav-tabs{top:796px!important}.emp-profile-detaile-wrap.emp-profile-tab-797 .nav-tabs{top:797px!important}.emp-profile-detaile-wrap.emp-profile-tab-798 .nav-tabs{top:798px!important}.emp-profile-detaile-wrap.emp-profile-tab-799 .nav-tabs{top:799px!important}.emp-profile-detaile-wrap.emp-profile-tab-800 .nav-tabs{top:800px!important}.emp-profile-detaile-wrap.emp-profile-tab-801 .nav-tabs{top:801px!important}.emp-profile-detaile-wrap.emp-profile-tab-802 .nav-tabs{top:802px!important}.emp-profile-detaile-wrap.emp-profile-tab-803 .nav-tabs{top:803px!important}.emp-profile-detaile-wrap.emp-profile-tab-804 .nav-tabs{top:804px!important}.emp-profile-detaile-wrap.emp-profile-tab-805 .nav-tabs{top:805px!important}.emp-profile-detaile-wrap.emp-profile-tab-806 .nav-tabs{top:806px!important}.emp-profile-detaile-wrap.emp-profile-tab-807 .nav-tabs{top:807px!important}.emp-profile-detaile-wrap.emp-profile-tab-808 .nav-tabs{top:808px!important}.emp-profile-detaile-wrap.emp-profile-tab-809 .nav-tabs{top:809px!important}.emp-profile-detaile-wrap.emp-profile-tab-810 .nav-tabs{top:810px!important}.emp-profile-detaile-wrap.emp-profile-tab-811 .nav-tabs{top:811px!important}.emp-profile-detaile-wrap.emp-profile-tab-812 .nav-tabs{top:812px!important}.emp-profile-detaile-wrap.emp-profile-tab-813 .nav-tabs{top:813px!important}.emp-profile-detaile-wrap.emp-profile-tab-814 .nav-tabs{top:814px!important}.emp-profile-detaile-wrap.emp-profile-tab-815 .nav-tabs{top:815px!important}.emp-profile-detaile-wrap.emp-profile-tab-816 .nav-tabs{top:816px!important}.emp-profile-detaile-wrap.emp-profile-tab-817 .nav-tabs{top:817px!important}.emp-profile-detaile-wrap.emp-profile-tab-818 .nav-tabs{top:818px!important}.emp-profile-detaile-wrap.emp-profile-tab-819 .nav-tabs{top:819px!important}.emp-profile-detaile-wrap.emp-profile-tab-820 .nav-tabs{top:820px!important}.emp-profile-detaile-wrap.emp-profile-tab-821 .nav-tabs{top:821px!important}.emp-profile-detaile-wrap.emp-profile-tab-822 .nav-tabs{top:822px!important}.emp-profile-detaile-wrap.emp-profile-tab-823 .nav-tabs{top:823px!important}.emp-profile-detaile-wrap.emp-profile-tab-824 .nav-tabs{top:824px!important}.emp-profile-detaile-wrap.emp-profile-tab-825 .nav-tabs{top:825px!important}.emp-profile-detaile-wrap.emp-profile-tab-826 .nav-tabs{top:826px!important}.emp-profile-detaile-wrap.emp-profile-tab-827 .nav-tabs{top:827px!important}.emp-profile-detaile-wrap.emp-profile-tab-828 .nav-tabs{top:828px!important}.emp-profile-detaile-wrap.emp-profile-tab-829 .nav-tabs{top:829px!important}.emp-profile-detaile-wrap.emp-profile-tab-830 .nav-tabs{top:830px!important}.emp-profile-detaile-wrap.emp-profile-tab-831 .nav-tabs{top:831px!important}.emp-profile-detaile-wrap.emp-profile-tab-832 .nav-tabs{top:832px!important}.emp-profile-detaile-wrap.emp-profile-tab-833 .nav-tabs{top:833px!important}.emp-profile-detaile-wrap.emp-profile-tab-834 .nav-tabs{top:834px!important}.emp-profile-detaile-wrap.emp-profile-tab-835 .nav-tabs{top:835px!important}.emp-profile-detaile-wrap.emp-profile-tab-836 .nav-tabs{top:836px!important}.emp-profile-detaile-wrap.emp-profile-tab-837 .nav-tabs{top:837px!important}.emp-profile-detaile-wrap.emp-profile-tab-838 .nav-tabs{top:838px!important}.emp-profile-detaile-wrap.emp-profile-tab-839 .nav-tabs{top:839px!important}.emp-profile-detaile-wrap.emp-profile-tab-840 .nav-tabs{top:840px!important}.emp-profile-detaile-wrap.emp-profile-tab-841 .nav-tabs{top:841px!important}.emp-profile-detaile-wrap.emp-profile-tab-842 .nav-tabs{top:842px!important}.emp-profile-detaile-wrap.emp-profile-tab-843 .nav-tabs{top:843px!important}.emp-profile-detaile-wrap.emp-profile-tab-844 .nav-tabs{top:844px!important}.emp-profile-detaile-wrap.emp-profile-tab-845 .nav-tabs{top:845px!important}.emp-profile-detaile-wrap.emp-profile-tab-846 .nav-tabs{top:846px!important}.emp-profile-detaile-wrap.emp-profile-tab-847 .nav-tabs{top:847px!important}.emp-profile-detaile-wrap.emp-profile-tab-848 .nav-tabs{top:848px!important}.emp-profile-detaile-wrap.emp-profile-tab-849 .nav-tabs{top:849px!important}.emp-profile-detaile-wrap.emp-profile-tab-850 .nav-tabs{top:850px!important}.emp-profile-detaile-wrap.emp-profile-tab-851 .nav-tabs{top:851px!important}.emp-profile-detaile-wrap.emp-profile-tab-852 .nav-tabs{top:852px!important}.emp-profile-detaile-wrap.emp-profile-tab-853 .nav-tabs{top:853px!important}.emp-profile-detaile-wrap.emp-profile-tab-854 .nav-tabs{top:854px!important}.emp-profile-detaile-wrap.emp-profile-tab-855 .nav-tabs{top:855px!important}.emp-profile-detaile-wrap.emp-profile-tab-856 .nav-tabs{top:856px!important}.emp-profile-detaile-wrap.emp-profile-tab-857 .nav-tabs{top:857px!important}.emp-profile-detaile-wrap.emp-profile-tab-858 .nav-tabs{top:858px!important}.emp-profile-detaile-wrap.emp-profile-tab-859 .nav-tabs{top:859px!important}.emp-profile-detaile-wrap.emp-profile-tab-860 .nav-tabs{top:860px!important}.emp-profile-detaile-wrap.emp-profile-tab-861 .nav-tabs{top:861px!important}.emp-profile-detaile-wrap.emp-profile-tab-862 .nav-tabs{top:862px!important}.emp-profile-detaile-wrap.emp-profile-tab-863 .nav-tabs{top:863px!important}.emp-profile-detaile-wrap.emp-profile-tab-864 .nav-tabs{top:864px!important}.emp-profile-detaile-wrap.emp-profile-tab-865 .nav-tabs{top:865px!important}.emp-profile-detaile-wrap.emp-profile-tab-866 .nav-tabs{top:866px!important}.emp-profile-detaile-wrap.emp-profile-tab-867 .nav-tabs{top:867px!important}.emp-profile-detaile-wrap.emp-profile-tab-868 .nav-tabs{top:868px!important}.emp-profile-detaile-wrap.emp-profile-tab-869 .nav-tabs{top:869px!important}.emp-profile-detaile-wrap.emp-profile-tab-870 .nav-tabs{top:870px!important}.emp-profile-detaile-wrap.emp-profile-tab-871 .nav-tabs{top:871px!important}.emp-profile-detaile-wrap.emp-profile-tab-872 .nav-tabs{top:872px!important}.emp-profile-detaile-wrap.emp-profile-tab-873 .nav-tabs{top:873px!important}.emp-profile-detaile-wrap.emp-profile-tab-874 .nav-tabs{top:874px!important}.emp-profile-detaile-wrap.emp-profile-tab-875 .nav-tabs{top:875px!important}.emp-profile-detaile-wrap.emp-profile-tab-876 .nav-tabs{top:876px!important}.emp-profile-detaile-wrap.emp-profile-tab-877 .nav-tabs{top:877px!important}.emp-profile-detaile-wrap.emp-profile-tab-878 .nav-tabs{top:878px!important}.emp-profile-detaile-wrap.emp-profile-tab-879 .nav-tabs{top:879px!important}.emp-profile-detaile-wrap.emp-profile-tab-880 .nav-tabs{top:880px!important}.emp-profile-detaile-wrap.emp-profile-tab-881 .nav-tabs{top:881px!important}.emp-profile-detaile-wrap.emp-profile-tab-882 .nav-tabs{top:882px!important}.emp-profile-detaile-wrap.emp-profile-tab-883 .nav-tabs{top:883px!important}.emp-profile-detaile-wrap.emp-profile-tab-884 .nav-tabs{top:884px!important}.emp-profile-detaile-wrap.emp-profile-tab-885 .nav-tabs{top:885px!important}.emp-profile-detaile-wrap.emp-profile-tab-886 .nav-tabs{top:886px!important}.emp-profile-detaile-wrap.emp-profile-tab-887 .nav-tabs{top:887px!important}.emp-profile-detaile-wrap.emp-profile-tab-888 .nav-tabs{top:888px!important}.emp-profile-detaile-wrap.emp-profile-tab-889 .nav-tabs{top:889px!important}.emp-profile-detaile-wrap.emp-profile-tab-890 .nav-tabs{top:890px!important}.emp-profile-detaile-wrap.emp-profile-tab-891 .nav-tabs{top:891px!important}.emp-profile-detaile-wrap.emp-profile-tab-892 .nav-tabs{top:892px!important}.emp-profile-detaile-wrap.emp-profile-tab-893 .nav-tabs{top:893px!important}.emp-profile-detaile-wrap.emp-profile-tab-894 .nav-tabs{top:894px!important}.emp-profile-detaile-wrap.emp-profile-tab-895 .nav-tabs{top:895px!important}.emp-profile-detaile-wrap.emp-profile-tab-896 .nav-tabs{top:896px!important}.emp-profile-detaile-wrap.emp-profile-tab-897 .nav-tabs{top:897px!important}.emp-profile-detaile-wrap.emp-profile-tab-898 .nav-tabs{top:898px!important}.emp-profile-detaile-wrap.emp-profile-tab-899 .nav-tabs{top:899px!important}.emp-profile-detaile-wrap.emp-profile-tab-900 .nav-tabs{top:900px!important}.emp-profile-detaile-wrap.emp-profile-tab-901 .nav-tabs{top:901px!important}.emp-profile-detaile-wrap.emp-profile-tab-902 .nav-tabs{top:902px!important}.emp-profile-detaile-wrap.emp-profile-tab-903 .nav-tabs{top:903px!important}.emp-profile-detaile-wrap.emp-profile-tab-904 .nav-tabs{top:904px!important}.emp-profile-detaile-wrap.emp-profile-tab-905 .nav-tabs{top:905px!important}.emp-profile-detaile-wrap.emp-profile-tab-906 .nav-tabs{top:906px!important}.emp-profile-detaile-wrap.emp-profile-tab-907 .nav-tabs{top:907px!important}.emp-profile-detaile-wrap.emp-profile-tab-908 .nav-tabs{top:908px!important}.emp-profile-detaile-wrap.emp-profile-tab-909 .nav-tabs{top:909px!important}.emp-profile-detaile-wrap.emp-profile-tab-910 .nav-tabs{top:910px!important}.emp-profile-detaile-wrap.emp-profile-tab-911 .nav-tabs{top:911px!important}.emp-profile-detaile-wrap.emp-profile-tab-912 .nav-tabs{top:912px!important}.emp-profile-detaile-wrap.emp-profile-tab-913 .nav-tabs{top:913px!important}.emp-profile-detaile-wrap.emp-profile-tab-914 .nav-tabs{top:914px!important}.emp-profile-detaile-wrap.emp-profile-tab-915 .nav-tabs{top:915px!important}.emp-profile-detaile-wrap.emp-profile-tab-916 .nav-tabs{top:916px!important}.emp-profile-detaile-wrap.emp-profile-tab-917 .nav-tabs{top:917px!important}.emp-profile-detaile-wrap.emp-profile-tab-918 .nav-tabs{top:918px!important}.emp-profile-detaile-wrap.emp-profile-tab-919 .nav-tabs{top:919px!important}.emp-profile-detaile-wrap.emp-profile-tab-920 .nav-tabs{top:920px!important}.emp-profile-detaile-wrap.emp-profile-tab-921 .nav-tabs{top:921px!important}.emp-profile-detaile-wrap.emp-profile-tab-922 .nav-tabs{top:922px!important}.emp-profile-detaile-wrap.emp-profile-tab-923 .nav-tabs{top:923px!important}.emp-profile-detaile-wrap.emp-profile-tab-924 .nav-tabs{top:924px!important}.emp-profile-detaile-wrap.emp-profile-tab-925 .nav-tabs{top:925px!important}.emp-profile-detaile-wrap.emp-profile-tab-926 .nav-tabs{top:926px!important}.emp-profile-detaile-wrap.emp-profile-tab-927 .nav-tabs{top:927px!important}.emp-profile-detaile-wrap.emp-profile-tab-928 .nav-tabs{top:928px!important}.emp-profile-detaile-wrap.emp-profile-tab-929 .nav-tabs{top:929px!important}.emp-profile-detaile-wrap.emp-profile-tab-930 .nav-tabs{top:930px!important}.emp-profile-detaile-wrap.emp-profile-tab-931 .nav-tabs{top:931px!important}.emp-profile-detaile-wrap.emp-profile-tab-932 .nav-tabs{top:932px!important}.emp-profile-detaile-wrap.emp-profile-tab-933 .nav-tabs{top:933px!important}.emp-profile-detaile-wrap.emp-profile-tab-934 .nav-tabs{top:934px!important}.emp-profile-detaile-wrap.emp-profile-tab-935 .nav-tabs{top:935px!important}.emp-profile-detaile-wrap.emp-profile-tab-936 .nav-tabs{top:936px!important}.emp-profile-detaile-wrap.emp-profile-tab-937 .nav-tabs{top:937px!important}.emp-profile-detaile-wrap.emp-profile-tab-938 .nav-tabs{top:938px!important}.emp-profile-detaile-wrap.emp-profile-tab-939 .nav-tabs{top:939px!important}.emp-profile-detaile-wrap.emp-profile-tab-940 .nav-tabs{top:940px!important}.emp-profile-detaile-wrap.emp-profile-tab-941 .nav-tabs{top:941px!important}.emp-profile-detaile-wrap.emp-profile-tab-942 .nav-tabs{top:942px!important}.emp-profile-detaile-wrap.emp-profile-tab-943 .nav-tabs{top:943px!important}.emp-profile-detaile-wrap.emp-profile-tab-944 .nav-tabs{top:944px!important}.emp-profile-detaile-wrap.emp-profile-tab-945 .nav-tabs{top:945px!important}.emp-profile-detaile-wrap.emp-profile-tab-946 .nav-tabs{top:946px!important}.emp-profile-detaile-wrap.emp-profile-tab-947 .nav-tabs{top:947px!important}.emp-profile-detaile-wrap.emp-profile-tab-948 .nav-tabs{top:948px!important}.emp-profile-detaile-wrap.emp-profile-tab-949 .nav-tabs{top:949px!important}.emp-profile-detaile-wrap.emp-profile-tab-950 .nav-tabs{top:950px!important}.emp-profile-detaile-wrap.emp-profile-tab-951 .nav-tabs{top:951px!important}.emp-profile-detaile-wrap.emp-profile-tab-952 .nav-tabs{top:952px!important}.emp-profile-detaile-wrap.emp-profile-tab-953 .nav-tabs{top:953px!important}.emp-profile-detaile-wrap.emp-profile-tab-954 .nav-tabs{top:954px!important}.emp-profile-detaile-wrap.emp-profile-tab-955 .nav-tabs{top:955px!important}.emp-profile-detaile-wrap.emp-profile-tab-956 .nav-tabs{top:956px!important}.emp-profile-detaile-wrap.emp-profile-tab-957 .nav-tabs{top:957px!important}.emp-profile-detaile-wrap.emp-profile-tab-958 .nav-tabs{top:958px!important}.emp-profile-detaile-wrap.emp-profile-tab-959 .nav-tabs{top:959px!important}.emp-profile-detaile-wrap.emp-profile-tab-960 .nav-tabs{top:960px!important}.emp-profile-detaile-wrap.emp-profile-tab-961 .nav-tabs{top:961px!important}.emp-profile-detaile-wrap.emp-profile-tab-962 .nav-tabs{top:962px!important}.emp-profile-detaile-wrap.emp-profile-tab-963 .nav-tabs{top:963px!important}.emp-profile-detaile-wrap.emp-profile-tab-964 .nav-tabs{top:964px!important}.emp-profile-detaile-wrap.emp-profile-tab-965 .nav-tabs{top:965px!important}.emp-profile-detaile-wrap.emp-profile-tab-966 .nav-tabs{top:966px!important}.emp-profile-detaile-wrap.emp-profile-tab-967 .nav-tabs{top:967px!important}.emp-profile-detaile-wrap.emp-profile-tab-968 .nav-tabs{top:968px!important}.emp-profile-detaile-wrap.emp-profile-tab-969 .nav-tabs{top:969px!important}.emp-profile-detaile-wrap.emp-profile-tab-970 .nav-tabs{top:970px!important}.emp-profile-detaile-wrap.emp-profile-tab-971 .nav-tabs{top:971px!important}.emp-profile-detaile-wrap.emp-profile-tab-972 .nav-tabs{top:972px!important}.emp-profile-detaile-wrap.emp-profile-tab-973 .nav-tabs{top:973px!important}.emp-profile-detaile-wrap.emp-profile-tab-974 .nav-tabs{top:974px!important}.emp-profile-detaile-wrap.emp-profile-tab-975 .nav-tabs{top:975px!important}.emp-profile-detaile-wrap.emp-profile-tab-976 .nav-tabs{top:976px!important}.emp-profile-detaile-wrap.emp-profile-tab-977 .nav-tabs{top:977px!important}.emp-profile-detaile-wrap.emp-profile-tab-978 .nav-tabs{top:978px!important}.emp-profile-detaile-wrap.emp-profile-tab-979 .nav-tabs{top:979px!important}.emp-profile-detaile-wrap.emp-profile-tab-980 .nav-tabs{top:980px!important}.emp-profile-detaile-wrap.emp-profile-tab-981 .nav-tabs{top:981px!important}.emp-profile-detaile-wrap.emp-profile-tab-982 .nav-tabs{top:982px!important}.emp-profile-detaile-wrap.emp-profile-tab-983 .nav-tabs{top:983px!important}.emp-profile-detaile-wrap.emp-profile-tab-984 .nav-tabs{top:984px!important}.emp-profile-detaile-wrap.emp-profile-tab-985 .nav-tabs{top:985px!important}.emp-profile-detaile-wrap.emp-profile-tab-986 .nav-tabs{top:986px!important}.emp-profile-detaile-wrap.emp-profile-tab-987 .nav-tabs{top:987px!important}.emp-profile-detaile-wrap.emp-profile-tab-988 .nav-tabs{top:988px!important}.emp-profile-detaile-wrap.emp-profile-tab-989 .nav-tabs{top:989px!important}.emp-profile-detaile-wrap.emp-profile-tab-990 .nav-tabs{top:990px!important}.emp-profile-detaile-wrap.emp-profile-tab-991 .nav-tabs{top:991px!important}.emp-profile-detaile-wrap.emp-profile-tab-992 .nav-tabs{top:992px!important}.emp-profile-detaile-wrap.emp-profile-tab-993 .nav-tabs{top:993px!important}.emp-profile-detaile-wrap.emp-profile-tab-994 .nav-tabs{top:994px!important}.emp-profile-detaile-wrap.emp-profile-tab-995 .nav-tabs{top:995px!important}.emp-profile-detaile-wrap.emp-profile-tab-996 .nav-tabs{top:996px!important}.emp-profile-detaile-wrap.emp-profile-tab-997 .nav-tabs{top:997px!important}.emp-profile-detaile-wrap.emp-profile-tab-998 .nav-tabs{top:998px!important}.emp-profile-detaile-wrap.emp-profile-tab-999 .nav-tabs{top:999px!important}.emp-profile-detaile-wrap.emp-profile-tab-1000 .nav-tabs{top:1000px!important}.emp-profile-detaile-wrap.emp-profile-tab-1001 .nav-tabs{top:1001px!important}.emp-profile-detaile-wrap.emp-profile-tab-1002 .nav-tabs{top:1002px!important}.emp-profile-detaile-wrap.emp-profile-tab-1003 .nav-tabs{top:1003px!important}.emp-profile-detaile-wrap.emp-profile-tab-1004 .nav-tabs{top:1004px!important}.emp-profile-detaile-wrap.emp-profile-tab-1005 .nav-tabs{top:1005px!important}.emp-profile-detaile-wrap.emp-profile-tab-1006 .nav-tabs{top:1006px!important}.emp-profile-detaile-wrap.emp-profile-tab-1007 .nav-tabs{top:1007px!important}.emp-profile-detaile-wrap.emp-profile-tab-1008 .nav-tabs{top:1008px!important}.emp-profile-detaile-wrap.emp-profile-tab-1009 .nav-tabs{top:1009px!important}.emp-profile-detaile-wrap.emp-profile-tab-1010 .nav-tabs{top:1010px!important}.emp-profile-detaile-wrap.emp-profile-tab-1011 .nav-tabs{top:1011px!important}.emp-profile-detaile-wrap.emp-profile-tab-1012 .nav-tabs{top:1012px!important}.emp-profile-detaile-wrap.emp-profile-tab-1013 .nav-tabs{top:1013px!important}.emp-profile-detaile-wrap.emp-profile-tab-1014 .nav-tabs{top:1014px!important}.emp-profile-detaile-wrap.emp-profile-tab-1015 .nav-tabs{top:1015px!important}.emp-profile-detaile-wrap.emp-profile-tab-1016 .nav-tabs{top:1016px!important}.emp-profile-detaile-wrap.emp-profile-tab-1017 .nav-tabs{top:1017px!important}.emp-profile-detaile-wrap.emp-profile-tab-1018 .nav-tabs{top:1018px!important}.emp-profile-detaile-wrap.emp-profile-tab-1019 .nav-tabs{top:1019px!important}.emp-profile-detaile-wrap.emp-profile-tab-1020 .nav-tabs{top:1020px!important}.emp-profile-detaile-wrap.emp-profile-tab-1021 .nav-tabs{top:1021px!important}.emp-profile-detaile-wrap.emp-profile-tab-1022 .nav-tabs{top:1022px!important}.emp-profile-detaile-wrap.emp-profile-tab-1023 .nav-tabs{top:1023px!important}.emp-profile-detaile-wrap.emp-profile-tab-1024 .nav-tabs{top:1024px!important}.emp-profile-detaile-wrap.emp-profile-tab-1025 .nav-tabs{top:1025px!important}.emp-profile-detaile-wrap.emp-profile-tab-1026 .nav-tabs{top:1026px!important}.emp-profile-detaile-wrap.emp-profile-tab-1027 .nav-tabs{top:1027px!important}.emp-profile-detaile-wrap.emp-profile-tab-1028 .nav-tabs{top:1028px!important}.emp-profile-detaile-wrap.emp-profile-tab-1029 .nav-tabs{top:1029px!important}.emp-profile-detaile-wrap.emp-profile-tab-1030 .nav-tabs{top:1030px!important}.emp-profile-detaile-wrap.emp-profile-tab-1031 .nav-tabs{top:1031px!important}.emp-profile-detaile-wrap.emp-profile-tab-1032 .nav-tabs{top:1032px!important}.emp-profile-detaile-wrap.emp-profile-tab-1033 .nav-tabs{top:1033px!important}.emp-profile-detaile-wrap.emp-profile-tab-1034 .nav-tabs{top:1034px!important}.emp-profile-detaile-wrap.emp-profile-tab-1035 .nav-tabs{top:1035px!important}.emp-profile-detaile-wrap.emp-profile-tab-1036 .nav-tabs{top:1036px!important}.emp-profile-detaile-wrap.emp-profile-tab-1037 .nav-tabs{top:1037px!important}.emp-profile-detaile-wrap.emp-profile-tab-1038 .nav-tabs{top:1038px!important}.emp-profile-detaile-wrap.emp-profile-tab-1039 .nav-tabs{top:1039px!important}.emp-profile-detaile-wrap.emp-profile-tab-1040 .nav-tabs{top:1040px!important}.emp-profile-detaile-wrap.emp-profile-tab-1041 .nav-tabs{top:1041px!important}.emp-profile-detaile-wrap.emp-profile-tab-1042 .nav-tabs{top:1042px!important}.emp-profile-detaile-wrap.emp-profile-tab-1043 .nav-tabs{top:1043px!important}.emp-profile-detaile-wrap.emp-profile-tab-1044 .nav-tabs{top:1044px!important}.emp-profile-detaile-wrap.emp-profile-tab-1045 .nav-tabs{top:1045px!important}.emp-profile-detaile-wrap.emp-profile-tab-1046 .nav-tabs{top:1046px!important}.emp-profile-detaile-wrap.emp-profile-tab-1047 .nav-tabs{top:1047px!important}.emp-profile-detaile-wrap.emp-profile-tab-1048 .nav-tabs{top:1048px!important}.emp-profile-detaile-wrap.emp-profile-tab-1049 .nav-tabs{top:1049px!important}.emp-profile-detaile-wrap.emp-profile-tab-1050 .nav-tabs{top:1050px!important}.emp-profile-detaile-wrap.emp-profile-tab-1051 .nav-tabs{top:1051px!important}.emp-profile-detaile-wrap.emp-profile-tab-1052 .nav-tabs{top:1052px!important}.emp-profile-detaile-wrap.emp-profile-tab-1053 .nav-tabs{top:1053px!important}.emp-profile-detaile-wrap.emp-profile-tab-1054 .nav-tabs{top:1054px!important}.emp-profile-detaile-wrap.emp-profile-tab-1055 .nav-tabs{top:1055px!important}.emp-profile-detaile-wrap.emp-profile-tab-1056 .nav-tabs{top:1056px!important}.emp-profile-detaile-wrap.emp-profile-tab-1057 .nav-tabs{top:1057px!important}.emp-profile-detaile-wrap.emp-profile-tab-1058 .nav-tabs{top:1058px!important}.emp-profile-detaile-wrap.emp-profile-tab-1059 .nav-tabs{top:1059px!important}.emp-profile-detaile-wrap.emp-profile-tab-1060 .nav-tabs{top:1060px!important}.emp-profile-detaile-wrap.emp-profile-tab-1061 .nav-tabs{top:1061px!important}.emp-profile-detaile-wrap.emp-profile-tab-1062 .nav-tabs{top:1062px!important}.emp-profile-detaile-wrap.emp-profile-tab-1063 .nav-tabs{top:1063px!important}.emp-profile-detaile-wrap.emp-profile-tab-1064 .nav-tabs{top:1064px!important}.emp-profile-detaile-wrap.emp-profile-tab-1065 .nav-tabs{top:1065px!important}.emp-profile-detaile-wrap.emp-profile-tab-1066 .nav-tabs{top:1066px!important}.emp-profile-detaile-wrap.emp-profile-tab-1067 .nav-tabs{top:1067px!important}.emp-profile-detaile-wrap.emp-profile-tab-1068 .nav-tabs{top:1068px!important}.emp-profile-detaile-wrap.emp-profile-tab-1069 .nav-tabs{top:1069px!important}.emp-profile-detaile-wrap.emp-profile-tab-1070 .nav-tabs{top:1070px!important}.emp-profile-detaile-wrap.emp-profile-tab-1071 .nav-tabs{top:1071px!important}.emp-profile-detaile-wrap.emp-profile-tab-1072 .nav-tabs{top:1072px!important}.emp-profile-detaile-wrap.emp-profile-tab-1073 .nav-tabs{top:1073px!important}.emp-profile-detaile-wrap.emp-profile-tab-1074 .nav-tabs{top:1074px!important}.emp-profile-detaile-wrap.emp-profile-tab-1075 .nav-tabs{top:1075px!important}.emp-profile-detaile-wrap.emp-profile-tab-1076 .nav-tabs{top:1076px!important}.emp-profile-detaile-wrap.emp-profile-tab-1077 .nav-tabs{top:1077px!important}.emp-profile-detaile-wrap.emp-profile-tab-1078 .nav-tabs{top:1078px!important}.emp-profile-detaile-wrap.emp-profile-tab-1079 .nav-tabs{top:1079px!important}.emp-profile-detaile-wrap.emp-profile-tab-1080 .nav-tabs{top:1080px!important}.emp-profile-detaile-wrap.emp-profile-tab-1081 .nav-tabs{top:1081px!important}.emp-profile-detaile-wrap.emp-profile-tab-1082 .nav-tabs{top:1082px!important}.emp-profile-detaile-wrap.emp-profile-tab-1083 .nav-tabs{top:1083px!important}.emp-profile-detaile-wrap.emp-profile-tab-1084 .nav-tabs{top:1084px!important}.emp-profile-detaile-wrap.emp-profile-tab-1085 .nav-tabs{top:1085px!important}.emp-profile-detaile-wrap.emp-profile-tab-1086 .nav-tabs{top:1086px!important}.emp-profile-detaile-wrap.emp-profile-tab-1087 .nav-tabs{top:1087px!important}.emp-profile-detaile-wrap.emp-profile-tab-1088 .nav-tabs{top:1088px!important}.emp-profile-detaile-wrap.emp-profile-tab-1089 .nav-tabs{top:1089px!important}.emp-profile-detaile-wrap.emp-profile-tab-1090 .nav-tabs{top:1090px!important}.emp-profile-detaile-wrap.emp-profile-tab-1091 .nav-tabs{top:1091px!important}.emp-profile-detaile-wrap.emp-profile-tab-1092 .nav-tabs{top:1092px!important}.emp-profile-detaile-wrap.emp-profile-tab-1093 .nav-tabs{top:1093px!important}.emp-profile-detaile-wrap.emp-profile-tab-1094 .nav-tabs{top:1094px!important}.emp-profile-detaile-wrap.emp-profile-tab-1095 .nav-tabs{top:1095px!important}.emp-profile-detaile-wrap.emp-profile-tab-1096 .nav-tabs{top:1096px!important}.emp-profile-detaile-wrap.emp-profile-tab-1097 .nav-tabs{top:1097px!important}.emp-profile-detaile-wrap.emp-profile-tab-1098 .nav-tabs{top:1098px!important}.emp-profile-detaile-wrap.emp-profile-tab-1099 .nav-tabs{top:1099px!important}.emp-profile-detaile-wrap.emp-profile-tab-1100 .nav-tabs{top:1100px!important}.emp-profile-detaile-wrap.emp-profile-tab-1101 .nav-tabs{top:1101px!important}.emp-profile-detaile-wrap.emp-profile-tab-1102 .nav-tabs{top:1102px!important}.emp-profile-detaile-wrap.emp-profile-tab-1103 .nav-tabs{top:1103px!important}.emp-profile-detaile-wrap.emp-profile-tab-1104 .nav-tabs{top:1104px!important}.emp-profile-detaile-wrap.emp-profile-tab-1105 .nav-tabs{top:1105px!important}.emp-profile-detaile-wrap.emp-profile-tab-1106 .nav-tabs{top:1106px!important}.emp-profile-detaile-wrap.emp-profile-tab-1107 .nav-tabs{top:1107px!important}.emp-profile-detaile-wrap.emp-profile-tab-1108 .nav-tabs{top:1108px!important}.emp-profile-detaile-wrap.emp-profile-tab-1109 .nav-tabs{top:1109px!important}.emp-profile-detaile-wrap.emp-profile-tab-1110 .nav-tabs{top:1110px!important}.emp-profile-detaile-wrap.emp-profile-tab-1111 .nav-tabs{top:1111px!important}.emp-profile-detaile-wrap.emp-profile-tab-1112 .nav-tabs{top:1112px!important}.emp-profile-detaile-wrap.emp-profile-tab-1113 .nav-tabs{top:1113px!important}.emp-profile-detaile-wrap.emp-profile-tab-1114 .nav-tabs{top:1114px!important}.emp-profile-detaile-wrap.emp-profile-tab-1115 .nav-tabs{top:1115px!important}.emp-profile-detaile-wrap.emp-profile-tab-1116 .nav-tabs{top:1116px!important}.emp-profile-detaile-wrap.emp-profile-tab-1117 .nav-tabs{top:1117px!important}.emp-profile-detaile-wrap.emp-profile-tab-1118 .nav-tabs{top:1118px!important}.emp-profile-detaile-wrap.emp-profile-tab-1119 .nav-tabs{top:1119px!important}.emp-profile-detaile-wrap.emp-profile-tab-1120 .nav-tabs{top:1120px!important}.emp-profile-detaile-wrap.emp-profile-tab-1121 .nav-tabs{top:1121px!important}.emp-profile-detaile-wrap.emp-profile-tab-1122 .nav-tabs{top:1122px!important}.emp-profile-detaile-wrap.emp-profile-tab-1123 .nav-tabs{top:1123px!important}.emp-profile-detaile-wrap.emp-profile-tab-1124 .nav-tabs{top:1124px!important}.emp-profile-detaile-wrap.emp-profile-tab-1125 .nav-tabs{top:1125px!important}.emp-profile-detaile-wrap.emp-profile-tab-1126 .nav-tabs{top:1126px!important}.emp-profile-detaile-wrap.emp-profile-tab-1127 .nav-tabs{top:1127px!important}.emp-profile-detaile-wrap.emp-profile-tab-1128 .nav-tabs{top:1128px!important}.emp-profile-detaile-wrap.emp-profile-tab-1129 .nav-tabs{top:1129px!important}.emp-profile-detaile-wrap.emp-profile-tab-1130 .nav-tabs{top:1130px!important}.emp-profile-detaile-wrap.emp-profile-tab-1131 .nav-tabs{top:1131px!important}.emp-profile-detaile-wrap.emp-profile-tab-1132 .nav-tabs{top:1132px!important}.emp-profile-detaile-wrap.emp-profile-tab-1133 .nav-tabs{top:1133px!important}.emp-profile-detaile-wrap.emp-profile-tab-1134 .nav-tabs{top:1134px!important}.emp-profile-detaile-wrap.emp-profile-tab-1135 .nav-tabs{top:1135px!important}.emp-profile-detaile-wrap.emp-profile-tab-1136 .nav-tabs{top:1136px!important}.emp-profile-detaile-wrap.emp-profile-tab-1137 .nav-tabs{top:1137px!important}.emp-profile-detaile-wrap.emp-profile-tab-1138 .nav-tabs{top:1138px!important}.emp-profile-detaile-wrap.emp-profile-tab-1139 .nav-tabs{top:1139px!important}.emp-profile-detaile-wrap.emp-profile-tab-1140 .nav-tabs{top:1140px!important}.emp-profile-detaile-wrap.emp-profile-tab-1141 .nav-tabs{top:1141px!important}.emp-profile-detaile-wrap.emp-profile-tab-1142 .nav-tabs{top:1142px!important}.emp-profile-detaile-wrap.emp-profile-tab-1143 .nav-tabs{top:1143px!important}.emp-profile-detaile-wrap.emp-profile-tab-1144 .nav-tabs{top:1144px!important}.emp-profile-detaile-wrap.emp-profile-tab-1145 .nav-tabs{top:1145px!important}.emp-profile-detaile-wrap.emp-profile-tab-1146 .nav-tabs{top:1146px!important}.emp-profile-detaile-wrap.emp-profile-tab-1147 .nav-tabs{top:1147px!important}.emp-profile-detaile-wrap.emp-profile-tab-1148 .nav-tabs{top:1148px!important}.emp-profile-detaile-wrap.emp-profile-tab-1149 .nav-tabs{top:1149px!important}.emp-profile-detaile-wrap.emp-profile-tab-1150 .nav-tabs{top:1150px!important}.emp-profile-detaile-wrap.emp-profile-tab-1151 .nav-tabs{top:1151px!important}.emp-profile-detaile-wrap.emp-profile-tab-1152 .nav-tabs{top:1152px!important}.emp-profile-detaile-wrap.emp-profile-tab-1153 .nav-tabs{top:1153px!important}.emp-profile-detaile-wrap.emp-profile-tab-1154 .nav-tabs{top:1154px!important}.emp-profile-detaile-wrap.emp-profile-tab-1155 .nav-tabs{top:1155px!important}.emp-profile-detaile-wrap.emp-profile-tab-1156 .nav-tabs{top:1156px!important}.emp-profile-detaile-wrap.emp-profile-tab-1157 .nav-tabs{top:1157px!important}.emp-profile-detaile-wrap.emp-profile-tab-1158 .nav-tabs{top:1158px!important}.emp-profile-detaile-wrap.emp-profile-tab-1159 .nav-tabs{top:1159px!important}.emp-profile-detaile-wrap.emp-profile-tab-1160 .nav-tabs{top:1160px!important}.emp-profile-detaile-wrap.emp-profile-tab-1161 .nav-tabs{top:1161px!important}.emp-profile-detaile-wrap.emp-profile-tab-1162 .nav-tabs{top:1162px!important}.emp-profile-detaile-wrap.emp-profile-tab-1163 .nav-tabs{top:1163px!important}.emp-profile-detaile-wrap.emp-profile-tab-1164 .nav-tabs{top:1164px!important}.emp-profile-detaile-wrap.emp-profile-tab-1165 .nav-tabs{top:1165px!important}.emp-profile-detaile-wrap.emp-profile-tab-1166 .nav-tabs{top:1166px!important}.emp-profile-detaile-wrap.emp-profile-tab-1167 .nav-tabs{top:1167px!important}.emp-profile-detaile-wrap.emp-profile-tab-1168 .nav-tabs{top:1168px!important}.emp-profile-detaile-wrap.emp-profile-tab-1169 .nav-tabs{top:1169px!important}.emp-profile-detaile-wrap.emp-profile-tab-1170 .nav-tabs{top:1170px!important}.emp-profile-detaile-wrap.emp-profile-tab-1171 .nav-tabs{top:1171px!important}.emp-profile-detaile-wrap.emp-profile-tab-1172 .nav-tabs{top:1172px!important}.emp-profile-detaile-wrap.emp-profile-tab-1173 .nav-tabs{top:1173px!important}.emp-profile-detaile-wrap.emp-profile-tab-1174 .nav-tabs{top:1174px!important}.emp-profile-detaile-wrap.emp-profile-tab-1175 .nav-tabs{top:1175px!important}.emp-profile-detaile-wrap.emp-profile-tab-1176 .nav-tabs{top:1176px!important}.emp-profile-detaile-wrap.emp-profile-tab-1177 .nav-tabs{top:1177px!important}.emp-profile-detaile-wrap.emp-profile-tab-1178 .nav-tabs{top:1178px!important}.emp-profile-detaile-wrap.emp-profile-tab-1179 .nav-tabs{top:1179px!important}.emp-profile-detaile-wrap.emp-profile-tab-1180 .nav-tabs{top:1180px!important}.emp-profile-detaile-wrap.emp-profile-tab-1181 .nav-tabs{top:1181px!important}.emp-profile-detaile-wrap.emp-profile-tab-1182 .nav-tabs{top:1182px!important}.emp-profile-detaile-wrap.emp-profile-tab-1183 .nav-tabs{top:1183px!important}.emp-profile-detaile-wrap.emp-profile-tab-1184 .nav-tabs{top:1184px!important}.emp-profile-detaile-wrap.emp-profile-tab-1185 .nav-tabs{top:1185px!important}.emp-profile-detaile-wrap.emp-profile-tab-1186 .nav-tabs{top:1186px!important}.emp-profile-detaile-wrap.emp-profile-tab-1187 .nav-tabs{top:1187px!important}.emp-profile-detaile-wrap.emp-profile-tab-1188 .nav-tabs{top:1188px!important}.emp-profile-detaile-wrap.emp-profile-tab-1189 .nav-tabs{top:1189px!important}.emp-profile-detaile-wrap.emp-profile-tab-1190 .nav-tabs{top:1190px!important}.emp-profile-detaile-wrap.emp-profile-tab-1191 .nav-tabs{top:1191px!important}.emp-profile-detaile-wrap.emp-profile-tab-1192 .nav-tabs{top:1192px!important}.emp-profile-detaile-wrap.emp-profile-tab-1193 .nav-tabs{top:1193px!important}.emp-profile-detaile-wrap.emp-profile-tab-1194 .nav-tabs{top:1194px!important}.emp-profile-detaile-wrap.emp-profile-tab-1195 .nav-tabs{top:1195px!important}.emp-profile-detaile-wrap.emp-profile-tab-1196 .nav-tabs{top:1196px!important}.emp-profile-detaile-wrap.emp-profile-tab-1197 .nav-tabs{top:1197px!important}.emp-profile-detaile-wrap.emp-profile-tab-1198 .nav-tabs{top:1198px!important}.emp-profile-detaile-wrap.emp-profile-tab-1199 .nav-tabs{top:1199px!important}.emp-profile-detaile-wrap.emp-profile-tab-1200 .nav-tabs{top:1200px!important}.emp-profile-detaile-wrap.emp-profile-tab-1201 .nav-tabs{top:1201px!important}.emp-profile-detaile-wrap.emp-profile-tab-1202 .nav-tabs{top:1202px!important}.emp-profile-detaile-wrap.emp-profile-tab-1203 .nav-tabs{top:1203px!important}.emp-profile-detaile-wrap.emp-profile-tab-1204 .nav-tabs{top:1204px!important}.emp-profile-detaile-wrap.emp-profile-tab-1205 .nav-tabs{top:1205px!important}.emp-profile-detaile-wrap.emp-profile-tab-1206 .nav-tabs{top:1206px!important}.emp-profile-detaile-wrap.emp-profile-tab-1207 .nav-tabs{top:1207px!important}.emp-profile-detaile-wrap.emp-profile-tab-1208 .nav-tabs{top:1208px!important}.emp-profile-detaile-wrap.emp-profile-tab-1209 .nav-tabs{top:1209px!important}.emp-profile-detaile-wrap.emp-profile-tab-1210 .nav-tabs{top:1210px!important}.emp-profile-detaile-wrap.emp-profile-tab-1211 .nav-tabs{top:1211px!important}.emp-profile-detaile-wrap.emp-profile-tab-1212 .nav-tabs{top:1212px!important}.emp-profile-detaile-wrap.emp-profile-tab-1213 .nav-tabs{top:1213px!important}.emp-profile-detaile-wrap.emp-profile-tab-1214 .nav-tabs{top:1214px!important}.emp-profile-detaile-wrap.emp-profile-tab-1215 .nav-tabs{top:1215px!important}.emp-profile-detaile-wrap.emp-profile-tab-1216 .nav-tabs{top:1216px!important}.emp-profile-detaile-wrap.emp-profile-tab-1217 .nav-tabs{top:1217px!important}.emp-profile-detaile-wrap.emp-profile-tab-1218 .nav-tabs{top:1218px!important}.emp-profile-detaile-wrap.emp-profile-tab-1219 .nav-tabs{top:1219px!important}.emp-profile-detaile-wrap.emp-profile-tab-1220 .nav-tabs{top:1220px!important}.emp-profile-detaile-wrap.emp-profile-tab-1221 .nav-tabs{top:1221px!important}.emp-profile-detaile-wrap.emp-profile-tab-1222 .nav-tabs{top:1222px!important}.emp-profile-detaile-wrap.emp-profile-tab-1223 .nav-tabs{top:1223px!important}.emp-profile-detaile-wrap.emp-profile-tab-1224 .nav-tabs{top:1224px!important}.emp-profile-detaile-wrap.emp-profile-tab-1225 .nav-tabs{top:1225px!important}.emp-profile-detaile-wrap.emp-profile-tab-1226 .nav-tabs{top:1226px!important}.emp-profile-detaile-wrap.emp-profile-tab-1227 .nav-tabs{top:1227px!important}.emp-profile-detaile-wrap.emp-profile-tab-1228 .nav-tabs{top:1228px!important}.emp-profile-detaile-wrap.emp-profile-tab-1229 .nav-tabs{top:1229px!important}.emp-profile-detaile-wrap.emp-profile-tab-1230 .nav-tabs{top:1230px!important}.emp-profile-detaile-wrap.emp-profile-tab-1231 .nav-tabs{top:1231px!important}.emp-profile-detaile-wrap.emp-profile-tab-1232 .nav-tabs{top:1232px!important}.emp-profile-detaile-wrap.emp-profile-tab-1233 .nav-tabs{top:1233px!important}.emp-profile-detaile-wrap.emp-profile-tab-1234 .nav-tabs{top:1234px!important}.emp-profile-detaile-wrap.emp-profile-tab-1235 .nav-tabs{top:1235px!important}.emp-profile-detaile-wrap.emp-profile-tab-1236 .nav-tabs{top:1236px!important}.emp-profile-detaile-wrap.emp-profile-tab-1237 .nav-tabs{top:1237px!important}.emp-profile-detaile-wrap.emp-profile-tab-1238 .nav-tabs{top:1238px!important}.emp-profile-detaile-wrap.emp-profile-tab-1239 .nav-tabs{top:1239px!important}.emp-profile-detaile-wrap.emp-profile-tab-1240 .nav-tabs{top:1240px!important}.emp-profile-detaile-wrap.emp-profile-tab-1241 .nav-tabs{top:1241px!important}.emp-profile-detaile-wrap.emp-profile-tab-1242 .nav-tabs{top:1242px!important}.emp-profile-detaile-wrap.emp-profile-tab-1243 .nav-tabs{top:1243px!important}.emp-profile-detaile-wrap.emp-profile-tab-1244 .nav-tabs{top:1244px!important}.emp-profile-detaile-wrap.emp-profile-tab-1245 .nav-tabs{top:1245px!important}.emp-profile-detaile-wrap.emp-profile-tab-1246 .nav-tabs{top:1246px!important}.emp-profile-detaile-wrap.emp-profile-tab-1247 .nav-tabs{top:1247px!important}.emp-profile-detaile-wrap.emp-profile-tab-1248 .nav-tabs{top:1248px!important}.emp-profile-detaile-wrap.emp-profile-tab-1249 .nav-tabs{top:1249px!important}.emp-profile-detaile-wrap.emp-profile-tab-1250 .nav-tabs{top:1250px!important}.emp-profile-detaile-wrap.emp-profile-tab-1251 .nav-tabs{top:1251px!important}.emp-profile-detaile-wrap.emp-profile-tab-1252 .nav-tabs{top:1252px!important}.emp-profile-detaile-wrap.emp-profile-tab-1253 .nav-tabs{top:1253px!important}.emp-profile-detaile-wrap.emp-profile-tab-1254 .nav-tabs{top:1254px!important}.emp-profile-detaile-wrap.emp-profile-tab-1255 .nav-tabs{top:1255px!important}.emp-profile-detaile-wrap.emp-profile-tab-1256 .nav-tabs{top:1256px!important}.emp-profile-detaile-wrap.emp-profile-tab-1257 .nav-tabs{top:1257px!important}.emp-profile-detaile-wrap.emp-profile-tab-1258 .nav-tabs{top:1258px!important}.emp-profile-detaile-wrap.emp-profile-tab-1259 .nav-tabs{top:1259px!important}.emp-profile-detaile-wrap.emp-profile-tab-1260 .nav-tabs{top:1260px!important}.emp-profile-detaile-wrap.emp-profile-tab-1261 .nav-tabs{top:1261px!important}.emp-profile-detaile-wrap.emp-profile-tab-1262 .nav-tabs{top:1262px!important}.emp-profile-detaile-wrap.emp-profile-tab-1263 .nav-tabs{top:1263px!important}.emp-profile-detaile-wrap.emp-profile-tab-1264 .nav-tabs{top:1264px!important}.emp-profile-detaile-wrap.emp-profile-tab-1265 .nav-tabs{top:1265px!important}.emp-profile-detaile-wrap.emp-profile-tab-1266 .nav-tabs{top:1266px!important}.emp-profile-detaile-wrap.emp-profile-tab-1267 .nav-tabs{top:1267px!important}.emp-profile-detaile-wrap.emp-profile-tab-1268 .nav-tabs{top:1268px!important}.emp-profile-detaile-wrap.emp-profile-tab-1269 .nav-tabs{top:1269px!important}.emp-profile-detaile-wrap.emp-profile-tab-1270 .nav-tabs{top:1270px!important}.emp-profile-detaile-wrap.emp-profile-tab-1271 .nav-tabs{top:1271px!important}.emp-profile-detaile-wrap.emp-profile-tab-1272 .nav-tabs{top:1272px!important}.emp-profile-detaile-wrap.emp-profile-tab-1273 .nav-tabs{top:1273px!important}.emp-profile-detaile-wrap.emp-profile-tab-1274 .nav-tabs{top:1274px!important}.emp-profile-detaile-wrap.emp-profile-tab-1275 .nav-tabs{top:1275px!important}.emp-profile-detaile-wrap.emp-profile-tab-1276 .nav-tabs{top:1276px!important}.emp-profile-detaile-wrap.emp-profile-tab-1277 .nav-tabs{top:1277px!important}.emp-profile-detaile-wrap.emp-profile-tab-1278 .nav-tabs{top:1278px!important}.emp-profile-detaile-wrap.emp-profile-tab-1279 .nav-tabs{top:1279px!important}.emp-profile-detaile-wrap.emp-profile-tab-1280 .nav-tabs{top:1280px!important}.emp-profile-detaile-wrap.emp-profile-tab-1281 .nav-tabs{top:1281px!important}.emp-profile-detaile-wrap.emp-profile-tab-1282 .nav-tabs{top:1282px!important}.emp-profile-detaile-wrap.emp-profile-tab-1283 .nav-tabs{top:1283px!important}.emp-profile-detaile-wrap.emp-profile-tab-1284 .nav-tabs{top:1284px!important}.emp-profile-detaile-wrap.emp-profile-tab-1285 .nav-tabs{top:1285px!important}.emp-profile-detaile-wrap.emp-profile-tab-1286 .nav-tabs{top:1286px!important}.emp-profile-detaile-wrap.emp-profile-tab-1287 .nav-tabs{top:1287px!important}.emp-profile-detaile-wrap.emp-profile-tab-1288 .nav-tabs{top:1288px!important}.emp-profile-detaile-wrap.emp-profile-tab-1289 .nav-tabs{top:1289px!important}.emp-profile-detaile-wrap.emp-profile-tab-1290 .nav-tabs{top:1290px!important}.emp-profile-detaile-wrap.emp-profile-tab-1291 .nav-tabs{top:1291px!important}.emp-profile-detaile-wrap.emp-profile-tab-1292 .nav-tabs{top:1292px!important}.emp-profile-detaile-wrap.emp-profile-tab-1293 .nav-tabs{top:1293px!important}.emp-profile-detaile-wrap.emp-profile-tab-1294 .nav-tabs{top:1294px!important}.emp-profile-detaile-wrap.emp-profile-tab-1295 .nav-tabs{top:1295px!important}.emp-profile-detaile-wrap.emp-profile-tab-1296 .nav-tabs{top:1296px!important}.emp-profile-detaile-wrap.emp-profile-tab-1297 .nav-tabs{top:1297px!important}.emp-profile-detaile-wrap.emp-profile-tab-1298 .nav-tabs{top:1298px!important}.emp-profile-detaile-wrap.emp-profile-tab-1299 .nav-tabs{top:1299px!important}.emp-profile-detaile-wrap.emp-profile-tab-1300 .nav-tabs{top:1300px!important}.emp-profile-detaile-wrap.emp-profile-tab-1301 .nav-tabs{top:1301px!important}.emp-profile-detaile-wrap.emp-profile-tab-1302 .nav-tabs{top:1302px!important}.emp-profile-detaile-wrap.emp-profile-tab-1303 .nav-tabs{top:1303px!important}.emp-profile-detaile-wrap.emp-profile-tab-1304 .nav-tabs{top:1304px!important}.emp-profile-detaile-wrap.emp-profile-tab-1305 .nav-tabs{top:1305px!important}.emp-profile-detaile-wrap.emp-profile-tab-1306 .nav-tabs{top:1306px!important}.emp-profile-detaile-wrap.emp-profile-tab-1307 .nav-tabs{top:1307px!important}.emp-profile-detaile-wrap.emp-profile-tab-1308 .nav-tabs{top:1308px!important}.emp-profile-detaile-wrap.emp-profile-tab-1309 .nav-tabs{top:1309px!important}.emp-profile-detaile-wrap.emp-profile-tab-1310 .nav-tabs{top:1310px!important}.emp-profile-detaile-wrap.emp-profile-tab-1311 .nav-tabs{top:1311px!important}.emp-profile-detaile-wrap.emp-profile-tab-1312 .nav-tabs{top:1312px!important}.emp-profile-detaile-wrap.emp-profile-tab-1313 .nav-tabs{top:1313px!important}.emp-profile-detaile-wrap.emp-profile-tab-1314 .nav-tabs{top:1314px!important}.emp-profile-detaile-wrap.emp-profile-tab-1315 .nav-tabs{top:1315px!important}.emp-profile-detaile-wrap.emp-profile-tab-1316 .nav-tabs{top:1316px!important}.emp-profile-detaile-wrap.emp-profile-tab-1317 .nav-tabs{top:1317px!important}.emp-profile-detaile-wrap.emp-profile-tab-1318 .nav-tabs{top:1318px!important}.emp-profile-detaile-wrap.emp-profile-tab-1319 .nav-tabs{top:1319px!important}.emp-profile-detaile-wrap.emp-profile-tab-1320 .nav-tabs{top:1320px!important}.emp-profile-detaile-wrap.emp-profile-tab-1321 .nav-tabs{top:1321px!important}.emp-profile-detaile-wrap.emp-profile-tab-1322 .nav-tabs{top:1322px!important}.emp-profile-detaile-wrap.emp-profile-tab-1323 .nav-tabs{top:1323px!important}.emp-profile-detaile-wrap.emp-profile-tab-1324 .nav-tabs{top:1324px!important}.emp-profile-detaile-wrap.emp-profile-tab-1325 .nav-tabs{top:1325px!important}.emp-profile-detaile-wrap.emp-profile-tab-1326 .nav-tabs{top:1326px!important}.emp-profile-detaile-wrap.emp-profile-tab-1327 .nav-tabs{top:1327px!important}.emp-profile-detaile-wrap.emp-profile-tab-1328 .nav-tabs{top:1328px!important}.emp-profile-detaile-wrap.emp-profile-tab-1329 .nav-tabs{top:1329px!important}.emp-profile-detaile-wrap.emp-profile-tab-1330 .nav-tabs{top:1330px!important}.emp-profile-detaile-wrap.emp-profile-tab-1331 .nav-tabs{top:1331px!important}.emp-profile-detaile-wrap.emp-profile-tab-1332 .nav-tabs{top:1332px!important}.emp-profile-detaile-wrap.emp-profile-tab-1333 .nav-tabs{top:1333px!important}.emp-profile-detaile-wrap.emp-profile-tab-1334 .nav-tabs{top:1334px!important}.emp-profile-detaile-wrap.emp-profile-tab-1335 .nav-tabs{top:1335px!important}.emp-profile-detaile-wrap.emp-profile-tab-1336 .nav-tabs{top:1336px!important}.emp-profile-detaile-wrap.emp-profile-tab-1337 .nav-tabs{top:1337px!important}.emp-profile-detaile-wrap.emp-profile-tab-1338 .nav-tabs{top:1338px!important}.emp-profile-detaile-wrap.emp-profile-tab-1339 .nav-tabs{top:1339px!important}.emp-profile-detaile-wrap.emp-profile-tab-1340 .nav-tabs{top:1340px!important}.emp-profile-detaile-wrap.emp-profile-tab-1341 .nav-tabs{top:1341px!important}.emp-profile-detaile-wrap.emp-profile-tab-1342 .nav-tabs{top:1342px!important}.emp-profile-detaile-wrap.emp-profile-tab-1343 .nav-tabs{top:1343px!important}.emp-profile-detaile-wrap.emp-profile-tab-1344 .nav-tabs{top:1344px!important}.emp-profile-detaile-wrap.emp-profile-tab-1345 .nav-tabs{top:1345px!important}.emp-profile-detaile-wrap.emp-profile-tab-1346 .nav-tabs{top:1346px!important}.emp-profile-detaile-wrap.emp-profile-tab-1347 .nav-tabs{top:1347px!important}.emp-profile-detaile-wrap.emp-profile-tab-1348 .nav-tabs{top:1348px!important}.emp-profile-detaile-wrap.emp-profile-tab-1349 .nav-tabs{top:1349px!important}.emp-profile-detaile-wrap.emp-profile-tab-1350 .nav-tabs{top:1350px!important}.emp-profile-detaile-wrap.emp-profile-tab-1351 .nav-tabs{top:1351px!important}.emp-profile-detaile-wrap.emp-profile-tab-1352 .nav-tabs{top:1352px!important}.emp-profile-detaile-wrap.emp-profile-tab-1353 .nav-tabs{top:1353px!important}.emp-profile-detaile-wrap.emp-profile-tab-1354 .nav-tabs{top:1354px!important}.emp-profile-detaile-wrap.emp-profile-tab-1355 .nav-tabs{top:1355px!important}.emp-profile-detaile-wrap.emp-profile-tab-1356 .nav-tabs{top:1356px!important}.emp-profile-detaile-wrap.emp-profile-tab-1357 .nav-tabs{top:1357px!important}.emp-profile-detaile-wrap.emp-profile-tab-1358 .nav-tabs{top:1358px!important}.emp-profile-detaile-wrap.emp-profile-tab-1359 .nav-tabs{top:1359px!important}.emp-profile-detaile-wrap.emp-profile-tab-1360 .nav-tabs{top:1360px!important}.emp-profile-detaile-wrap.emp-profile-tab-1361 .nav-tabs{top:1361px!important}.emp-profile-detaile-wrap.emp-profile-tab-1362 .nav-tabs{top:1362px!important}.emp-profile-detaile-wrap.emp-profile-tab-1363 .nav-tabs{top:1363px!important}.emp-profile-detaile-wrap.emp-profile-tab-1364 .nav-tabs{top:1364px!important}.emp-profile-detaile-wrap.emp-profile-tab-1365 .nav-tabs{top:1365px!important}.emp-profile-detaile-wrap.emp-profile-tab-1366 .nav-tabs{top:1366px!important}.emp-profile-detaile-wrap.emp-profile-tab-1367 .nav-tabs{top:1367px!important}.emp-profile-detaile-wrap.emp-profile-tab-1368 .nav-tabs{top:1368px!important}.emp-profile-detaile-wrap.emp-profile-tab-1369 .nav-tabs{top:1369px!important}.emp-profile-detaile-wrap.emp-profile-tab-1370 .nav-tabs{top:1370px!important}.emp-profile-detaile-wrap.emp-profile-tab-1371 .nav-tabs{top:1371px!important}.emp-profile-detaile-wrap.emp-profile-tab-1372 .nav-tabs{top:1372px!important}.emp-profile-detaile-wrap.emp-profile-tab-1373 .nav-tabs{top:1373px!important}.emp-profile-detaile-wrap.emp-profile-tab-1374 .nav-tabs{top:1374px!important}.emp-profile-detaile-wrap.emp-profile-tab-1375 .nav-tabs{top:1375px!important}.emp-profile-detaile-wrap.emp-profile-tab-1376 .nav-tabs{top:1376px!important}.emp-profile-detaile-wrap.emp-profile-tab-1377 .nav-tabs{top:1377px!important}.emp-profile-detaile-wrap.emp-profile-tab-1378 .nav-tabs{top:1378px!important}.emp-profile-detaile-wrap.emp-profile-tab-1379 .nav-tabs{top:1379px!important}.emp-profile-detaile-wrap.emp-profile-tab-1380 .nav-tabs{top:1380px!important}.emp-profile-detaile-wrap.emp-profile-tab-1381 .nav-tabs{top:1381px!important}.emp-profile-detaile-wrap.emp-profile-tab-1382 .nav-tabs{top:1382px!important}.emp-profile-detaile-wrap.emp-profile-tab-1383 .nav-tabs{top:1383px!important}.emp-profile-detaile-wrap.emp-profile-tab-1384 .nav-tabs{top:1384px!important}.emp-profile-detaile-wrap.emp-profile-tab-1385 .nav-tabs{top:1385px!important}.emp-profile-detaile-wrap.emp-profile-tab-1386 .nav-tabs{top:1386px!important}.emp-profile-detaile-wrap.emp-profile-tab-1387 .nav-tabs{top:1387px!important}.emp-profile-detaile-wrap.emp-profile-tab-1388 .nav-tabs{top:1388px!important}.emp-profile-detaile-wrap.emp-profile-tab-1389 .nav-tabs{top:1389px!important}.emp-profile-detaile-wrap.emp-profile-tab-1390 .nav-tabs{top:1390px!important}.emp-profile-detaile-wrap.emp-profile-tab-1391 .nav-tabs{top:1391px!important}.emp-profile-detaile-wrap.emp-profile-tab-1392 .nav-tabs{top:1392px!important}.emp-profile-detaile-wrap.emp-profile-tab-1393 .nav-tabs{top:1393px!important}.emp-profile-detaile-wrap.emp-profile-tab-1394 .nav-tabs{top:1394px!important}.emp-profile-detaile-wrap.emp-profile-tab-1395 .nav-tabs{top:1395px!important}.emp-profile-detaile-wrap.emp-profile-tab-1396 .nav-tabs{top:1396px!important}.emp-profile-detaile-wrap.emp-profile-tab-1397 .nav-tabs{top:1397px!important}.emp-profile-detaile-wrap.emp-profile-tab-1398 .nav-tabs{top:1398px!important}.emp-profile-detaile-wrap.emp-profile-tab-1399 .nav-tabs{top:1399px!important}.emp-profile-detaile-wrap.emp-profile-tab-1400 .nav-tabs{top:1400px!important}.emp-profile-detaile-wrap.emp-profile-tab-1401 .nav-tabs{top:1401px!important}.emp-profile-detaile-wrap.emp-profile-tab-1402 .nav-tabs{top:1402px!important}.emp-profile-detaile-wrap.emp-profile-tab-1403 .nav-tabs{top:1403px!important}.emp-profile-detaile-wrap.emp-profile-tab-1404 .nav-tabs{top:1404px!important}.emp-profile-detaile-wrap.emp-profile-tab-1405 .nav-tabs{top:1405px!important}.emp-profile-detaile-wrap.emp-profile-tab-1406 .nav-tabs{top:1406px!important}.emp-profile-detaile-wrap.emp-profile-tab-1407 .nav-tabs{top:1407px!important}.emp-profile-detaile-wrap.emp-profile-tab-1408 .nav-tabs{top:1408px!important}.emp-profile-detaile-wrap.emp-profile-tab-1409 .nav-tabs{top:1409px!important}.emp-profile-detaile-wrap.emp-profile-tab-1410 .nav-tabs{top:1410px!important}.emp-profile-detaile-wrap.emp-profile-tab-1411 .nav-tabs{top:1411px!important}.emp-profile-detaile-wrap.emp-profile-tab-1412 .nav-tabs{top:1412px!important}.emp-profile-detaile-wrap.emp-profile-tab-1413 .nav-tabs{top:1413px!important}.emp-profile-detaile-wrap.emp-profile-tab-1414 .nav-tabs{top:1414px!important}.emp-profile-detaile-wrap.emp-profile-tab-1415 .nav-tabs{top:1415px!important}.emp-profile-detaile-wrap.emp-profile-tab-1416 .nav-tabs{top:1416px!important}.emp-profile-detaile-wrap.emp-profile-tab-1417 .nav-tabs{top:1417px!important}.emp-profile-detaile-wrap.emp-profile-tab-1418 .nav-tabs{top:1418px!important}.emp-profile-detaile-wrap.emp-profile-tab-1419 .nav-tabs{top:1419px!important}.emp-profile-detaile-wrap.emp-profile-tab-1420 .nav-tabs{top:1420px!important}.emp-profile-detaile-wrap.emp-profile-tab-1421 .nav-tabs{top:1421px!important}.emp-profile-detaile-wrap.emp-profile-tab-1422 .nav-tabs{top:1422px!important}.emp-profile-detaile-wrap.emp-profile-tab-1423 .nav-tabs{top:1423px!important}.emp-profile-detaile-wrap.emp-profile-tab-1424 .nav-tabs{top:1424px!important}.emp-profile-detaile-wrap.emp-profile-tab-1425 .nav-tabs{top:1425px!important}.emp-profile-detaile-wrap.emp-profile-tab-1426 .nav-tabs{top:1426px!important}.emp-profile-detaile-wrap.emp-profile-tab-1427 .nav-tabs{top:1427px!important}.emp-profile-detaile-wrap.emp-profile-tab-1428 .nav-tabs{top:1428px!important}.emp-profile-detaile-wrap.emp-profile-tab-1429 .nav-tabs{top:1429px!important}.emp-profile-detaile-wrap.emp-profile-tab-1430 .nav-tabs{top:1430px!important}.emp-profile-detaile-wrap.emp-profile-tab-1431 .nav-tabs{top:1431px!important}.emp-profile-detaile-wrap.emp-profile-tab-1432 .nav-tabs{top:1432px!important}.emp-profile-detaile-wrap.emp-profile-tab-1433 .nav-tabs{top:1433px!important}.emp-profile-detaile-wrap.emp-profile-tab-1434 .nav-tabs{top:1434px!important}.emp-profile-detaile-wrap.emp-profile-tab-1435 .nav-tabs{top:1435px!important}.emp-profile-detaile-wrap.emp-profile-tab-1436 .nav-tabs{top:1436px!important}.emp-profile-detaile-wrap.emp-profile-tab-1437 .nav-tabs{top:1437px!important}.emp-profile-detaile-wrap.emp-profile-tab-1438 .nav-tabs{top:1438px!important}.emp-profile-detaile-wrap.emp-profile-tab-1439 .nav-tabs{top:1439px!important}.emp-profile-detaile-wrap.emp-profile-tab-1440 .nav-tabs{top:1440px!important}.emp-profile-detaile-wrap.emp-profile-tab-1441 .nav-tabs{top:1441px!important}.emp-profile-detaile-wrap.emp-profile-tab-1442 .nav-tabs{top:1442px!important}.emp-profile-detaile-wrap.emp-profile-tab-1443 .nav-tabs{top:1443px!important}.emp-profile-detaile-wrap.emp-profile-tab-1444 .nav-tabs{top:1444px!important}.emp-profile-detaile-wrap.emp-profile-tab-1445 .nav-tabs{top:1445px!important}.emp-profile-detaile-wrap.emp-profile-tab-1446 .nav-tabs{top:1446px!important}.emp-profile-detaile-wrap.emp-profile-tab-1447 .nav-tabs{top:1447px!important}.emp-profile-detaile-wrap.emp-profile-tab-1448 .nav-tabs{top:1448px!important}.emp-profile-detaile-wrap.emp-profile-tab-1449 .nav-tabs{top:1449px!important}.emp-profile-detaile-wrap.emp-profile-tab-1450 .nav-tabs{top:1450px!important}.emp-profile-detaile-wrap.emp-profile-tab-1451 .nav-tabs{top:1451px!important}.emp-profile-detaile-wrap.emp-profile-tab-1452 .nav-tabs{top:1452px!important}.emp-profile-detaile-wrap.emp-profile-tab-1453 .nav-tabs{top:1453px!important}.emp-profile-detaile-wrap.emp-profile-tab-1454 .nav-tabs{top:1454px!important}.emp-profile-detaile-wrap.emp-profile-tab-1455 .nav-tabs{top:1455px!important}.emp-profile-detaile-wrap.emp-profile-tab-1456 .nav-tabs{top:1456px!important}.emp-profile-detaile-wrap.emp-profile-tab-1457 .nav-tabs{top:1457px!important}.emp-profile-detaile-wrap.emp-profile-tab-1458 .nav-tabs{top:1458px!important}.emp-profile-detaile-wrap.emp-profile-tab-1459 .nav-tabs{top:1459px!important}.emp-profile-detaile-wrap.emp-profile-tab-1460 .nav-tabs{top:1460px!important}.emp-profile-detaile-wrap.emp-profile-tab-1461 .nav-tabs{top:1461px!important}.emp-profile-detaile-wrap.emp-profile-tab-1462 .nav-tabs{top:1462px!important}.emp-profile-detaile-wrap.emp-profile-tab-1463 .nav-tabs{top:1463px!important}.emp-profile-detaile-wrap.emp-profile-tab-1464 .nav-tabs{top:1464px!important}.emp-profile-detaile-wrap.emp-profile-tab-1465 .nav-tabs{top:1465px!important}.emp-profile-detaile-wrap.emp-profile-tab-1466 .nav-tabs{top:1466px!important}.emp-profile-detaile-wrap.emp-profile-tab-1467 .nav-tabs{top:1467px!important}.emp-profile-detaile-wrap.emp-profile-tab-1468 .nav-tabs{top:1468px!important}.emp-profile-detaile-wrap.emp-profile-tab-1469 .nav-tabs{top:1469px!important}.emp-profile-detaile-wrap.emp-profile-tab-1470 .nav-tabs{top:1470px!important}.emp-profile-detaile-wrap.emp-profile-tab-1471 .nav-tabs{top:1471px!important}.emp-profile-detaile-wrap.emp-profile-tab-1472 .nav-tabs{top:1472px!important}.emp-profile-detaile-wrap.emp-profile-tab-1473 .nav-tabs{top:1473px!important}.emp-profile-detaile-wrap.emp-profile-tab-1474 .nav-tabs{top:1474px!important}.emp-profile-detaile-wrap.emp-profile-tab-1475 .nav-tabs{top:1475px!important}.emp-profile-detaile-wrap.emp-profile-tab-1476 .nav-tabs{top:1476px!important}.emp-profile-detaile-wrap.emp-profile-tab-1477 .nav-tabs{top:1477px!important}.emp-profile-detaile-wrap.emp-profile-tab-1478 .nav-tabs{top:1478px!important}.emp-profile-detaile-wrap.emp-profile-tab-1479 .nav-tabs{top:1479px!important}.emp-profile-detaile-wrap.emp-profile-tab-1480 .nav-tabs{top:1480px!important}.emp-profile-detaile-wrap.emp-profile-tab-1481 .nav-tabs{top:1481px!important}.emp-profile-detaile-wrap.emp-profile-tab-1482 .nav-tabs{top:1482px!important}.emp-profile-detaile-wrap.emp-profile-tab-1483 .nav-tabs{top:1483px!important}.emp-profile-detaile-wrap.emp-profile-tab-1484 .nav-tabs{top:1484px!important}.emp-profile-detaile-wrap.emp-profile-tab-1485 .nav-tabs{top:1485px!important}.emp-profile-detaile-wrap.emp-profile-tab-1486 .nav-tabs{top:1486px!important}.emp-profile-detaile-wrap.emp-profile-tab-1487 .nav-tabs{top:1487px!important}.emp-profile-detaile-wrap.emp-profile-tab-1488 .nav-tabs{top:1488px!important}.emp-profile-detaile-wrap.emp-profile-tab-1489 .nav-tabs{top:1489px!important}.emp-profile-detaile-wrap.emp-profile-tab-1490 .nav-tabs{top:1490px!important}.emp-profile-detaile-wrap.emp-profile-tab-1491 .nav-tabs{top:1491px!important}.emp-profile-detaile-wrap.emp-profile-tab-1492 .nav-tabs{top:1492px!important}.emp-profile-detaile-wrap.emp-profile-tab-1493 .nav-tabs{top:1493px!important}.emp-profile-detaile-wrap.emp-profile-tab-1494 .nav-tabs{top:1494px!important}.emp-profile-detaile-wrap.emp-profile-tab-1495 .nav-tabs{top:1495px!important}.emp-profile-detaile-wrap.emp-profile-tab-1496 .nav-tabs{top:1496px!important}.emp-profile-detaile-wrap.emp-profile-tab-1497 .nav-tabs{top:1497px!important}.emp-profile-detaile-wrap.emp-profile-tab-1498 .nav-tabs{top:1498px!important}.emp-profile-detaile-wrap.emp-profile-tab-1499 .nav-tabs{top:1499px!important}.emp-profile-detaile-wrap.emp-profile-tab-1500 .nav-tabs{top:1500px!important}.emp-profile-detaile-wrap.emp-profile-tab-1501 .nav-tabs{top:1501px!important}.emp-profile-detaile-wrap.emp-profile-tab-1502 .nav-tabs{top:1502px!important}.emp-profile-detaile-wrap.emp-profile-tab-1503 .nav-tabs{top:1503px!important}.emp-profile-detaile-wrap.emp-profile-tab-1504 .nav-tabs{top:1504px!important}.emp-profile-detaile-wrap.emp-profile-tab-1505 .nav-tabs{top:1505px!important}.emp-profile-detaile-wrap.emp-profile-tab-1506 .nav-tabs{top:1506px!important}.emp-profile-detaile-wrap.emp-profile-tab-1507 .nav-tabs{top:1507px!important}.emp-profile-detaile-wrap.emp-profile-tab-1508 .nav-tabs{top:1508px!important}.emp-profile-detaile-wrap.emp-profile-tab-1509 .nav-tabs{top:1509px!important}.emp-profile-detaile-wrap.emp-profile-tab-1510 .nav-tabs{top:1510px!important}.emp-profile-detaile-wrap.emp-profile-tab-1511 .nav-tabs{top:1511px!important}.emp-profile-detaile-wrap.emp-profile-tab-1512 .nav-tabs{top:1512px!important}.emp-profile-detaile-wrap.emp-profile-tab-1513 .nav-tabs{top:1513px!important}.emp-profile-detaile-wrap.emp-profile-tab-1514 .nav-tabs{top:1514px!important}.emp-profile-detaile-wrap.emp-profile-tab-1515 .nav-tabs{top:1515px!important}.emp-profile-detaile-wrap.emp-profile-tab-1516 .nav-tabs{top:1516px!important}.emp-profile-detaile-wrap.emp-profile-tab-1517 .nav-tabs{top:1517px!important}.emp-profile-detaile-wrap.emp-profile-tab-1518 .nav-tabs{top:1518px!important}.emp-profile-detaile-wrap.emp-profile-tab-1519 .nav-tabs{top:1519px!important}.emp-profile-detaile-wrap.emp-profile-tab-1520 .nav-tabs{top:1520px!important}.emp-profile-detaile-wrap.emp-profile-tab-1521 .nav-tabs{top:1521px!important}.emp-profile-detaile-wrap.emp-profile-tab-1522 .nav-tabs{top:1522px!important}.emp-profile-detaile-wrap.emp-profile-tab-1523 .nav-tabs{top:1523px!important}.emp-profile-detaile-wrap.emp-profile-tab-1524 .nav-tabs{top:1524px!important}.emp-profile-detaile-wrap.emp-profile-tab-1525 .nav-tabs{top:1525px!important}.emp-profile-detaile-wrap.emp-profile-tab-1526 .nav-tabs{top:1526px!important}.emp-profile-detaile-wrap.emp-profile-tab-1527 .nav-tabs{top:1527px!important}.emp-profile-detaile-wrap.emp-profile-tab-1528 .nav-tabs{top:1528px!important}.emp-profile-detaile-wrap.emp-profile-tab-1529 .nav-tabs{top:1529px!important}.emp-profile-detaile-wrap.emp-profile-tab-1530 .nav-tabs{top:1530px!important}.emp-profile-detaile-wrap.emp-profile-tab-1531 .nav-tabs{top:1531px!important}.emp-profile-detaile-wrap.emp-profile-tab-1532 .nav-tabs{top:1532px!important}.emp-profile-detaile-wrap.emp-profile-tab-1533 .nav-tabs{top:1533px!important}.emp-profile-detaile-wrap.emp-profile-tab-1534 .nav-tabs{top:1534px!important}.emp-profile-detaile-wrap.emp-profile-tab-1535 .nav-tabs{top:1535px!important}.emp-profile-detaile-wrap.emp-profile-tab-1536 .nav-tabs{top:1536px!important}.emp-profile-detaile-wrap.emp-profile-tab-1537 .nav-tabs{top:1537px!important}.emp-profile-detaile-wrap.emp-profile-tab-1538 .nav-tabs{top:1538px!important}.emp-profile-detaile-wrap.emp-profile-tab-1539 .nav-tabs{top:1539px!important}.emp-profile-detaile-wrap.emp-profile-tab-1540 .nav-tabs{top:1540px!important}.emp-profile-detaile-wrap.emp-profile-tab-1541 .nav-tabs{top:1541px!important}.emp-profile-detaile-wrap.emp-profile-tab-1542 .nav-tabs{top:1542px!important}.emp-profile-detaile-wrap.emp-profile-tab-1543 .nav-tabs{top:1543px!important}.emp-profile-detaile-wrap.emp-profile-tab-1544 .nav-tabs{top:1544px!important}.emp-profile-detaile-wrap.emp-profile-tab-1545 .nav-tabs{top:1545px!important}.emp-profile-detaile-wrap.emp-profile-tab-1546 .nav-tabs{top:1546px!important}.emp-profile-detaile-wrap.emp-profile-tab-1547 .nav-tabs{top:1547px!important}.emp-profile-detaile-wrap.emp-profile-tab-1548 .nav-tabs{top:1548px!important}.emp-profile-detaile-wrap.emp-profile-tab-1549 .nav-tabs{top:1549px!important}.emp-profile-detaile-wrap.emp-profile-tab-1550 .nav-tabs{top:1550px!important}.emp-profile-detaile-wrap.emp-profile-tab-1551 .nav-tabs{top:1551px!important}.emp-profile-detaile-wrap.emp-profile-tab-1552 .nav-tabs{top:1552px!important}.emp-profile-detaile-wrap.emp-profile-tab-1553 .nav-tabs{top:1553px!important}.emp-profile-detaile-wrap.emp-profile-tab-1554 .nav-tabs{top:1554px!important}.emp-profile-detaile-wrap.emp-profile-tab-1555 .nav-tabs{top:1555px!important}.emp-profile-detaile-wrap.emp-profile-tab-1556 .nav-tabs{top:1556px!important}.emp-profile-detaile-wrap.emp-profile-tab-1557 .nav-tabs{top:1557px!important}.emp-profile-detaile-wrap.emp-profile-tab-1558 .nav-tabs{top:1558px!important}.emp-profile-detaile-wrap.emp-profile-tab-1559 .nav-tabs{top:1559px!important}.emp-profile-detaile-wrap.emp-profile-tab-1560 .nav-tabs{top:1560px!important}.emp-profile-detaile-wrap.emp-profile-tab-1561 .nav-tabs{top:1561px!important}.emp-profile-detaile-wrap.emp-profile-tab-1562 .nav-tabs{top:1562px!important}.emp-profile-detaile-wrap.emp-profile-tab-1563 .nav-tabs{top:1563px!important}.emp-profile-detaile-wrap.emp-profile-tab-1564 .nav-tabs{top:1564px!important}.emp-profile-detaile-wrap.emp-profile-tab-1565 .nav-tabs{top:1565px!important}.emp-profile-detaile-wrap.emp-profile-tab-1566 .nav-tabs{top:1566px!important}.emp-profile-detaile-wrap.emp-profile-tab-1567 .nav-tabs{top:1567px!important}.emp-profile-detaile-wrap.emp-profile-tab-1568 .nav-tabs{top:1568px!important}.emp-profile-detaile-wrap.emp-profile-tab-1569 .nav-tabs{top:1569px!important}.emp-profile-detaile-wrap.emp-profile-tab-1570 .nav-tabs{top:1570px!important}.emp-profile-detaile-wrap.emp-profile-tab-1571 .nav-tabs{top:1571px!important}.emp-profile-detaile-wrap.emp-profile-tab-1572 .nav-tabs{top:1572px!important}.emp-profile-detaile-wrap.emp-profile-tab-1573 .nav-tabs{top:1573px!important}.emp-profile-detaile-wrap.emp-profile-tab-1574 .nav-tabs{top:1574px!important}.emp-profile-detaile-wrap.emp-profile-tab-1575 .nav-tabs{top:1575px!important}.emp-profile-detaile-wrap.emp-profile-tab-1576 .nav-tabs{top:1576px!important}.emp-profile-detaile-wrap.emp-profile-tab-1577 .nav-tabs{top:1577px!important}.emp-profile-detaile-wrap.emp-profile-tab-1578 .nav-tabs{top:1578px!important}.emp-profile-detaile-wrap.emp-profile-tab-1579 .nav-tabs{top:1579px!important}.emp-profile-detaile-wrap.emp-profile-tab-1580 .nav-tabs{top:1580px!important}.emp-profile-detaile-wrap.emp-profile-tab-1581 .nav-tabs{top:1581px!important}.emp-profile-detaile-wrap.emp-profile-tab-1582 .nav-tabs{top:1582px!important}.emp-profile-detaile-wrap.emp-profile-tab-1583 .nav-tabs{top:1583px!important}.emp-profile-detaile-wrap.emp-profile-tab-1584 .nav-tabs{top:1584px!important}.emp-profile-detaile-wrap.emp-profile-tab-1585 .nav-tabs{top:1585px!important}.emp-profile-detaile-wrap.emp-profile-tab-1586 .nav-tabs{top:1586px!important}.emp-profile-detaile-wrap.emp-profile-tab-1587 .nav-tabs{top:1587px!important}.emp-profile-detaile-wrap.emp-profile-tab-1588 .nav-tabs{top:1588px!important}.emp-profile-detaile-wrap.emp-profile-tab-1589 .nav-tabs{top:1589px!important}.emp-profile-detaile-wrap.emp-profile-tab-1590 .nav-tabs{top:1590px!important}.emp-profile-detaile-wrap.emp-profile-tab-1591 .nav-tabs{top:1591px!important}.emp-profile-detaile-wrap.emp-profile-tab-1592 .nav-tabs{top:1592px!important}.emp-profile-detaile-wrap.emp-profile-tab-1593 .nav-tabs{top:1593px!important}.emp-profile-detaile-wrap.emp-profile-tab-1594 .nav-tabs{top:1594px!important}.emp-profile-detaile-wrap.emp-profile-tab-1595 .nav-tabs{top:1595px!important}.emp-profile-detaile-wrap.emp-profile-tab-1596 .nav-tabs{top:1596px!important}.emp-profile-detaile-wrap.emp-profile-tab-1597 .nav-tabs{top:1597px!important}.emp-profile-detaile-wrap.emp-profile-tab-1598 .nav-tabs{top:1598px!important}.emp-profile-detaile-wrap.emp-profile-tab-1599 .nav-tabs{top:1599px!important}.emp-profile-detaile-wrap.emp-profile-tab-1600 .nav-tabs{top:1600px!important}.emp-profile-detaile-wrap.emp-profile-tab-1601 .nav-tabs{top:1601px!important}.emp-profile-detaile-wrap.emp-profile-tab-1602 .nav-tabs{top:1602px!important}.emp-profile-detaile-wrap.emp-profile-tab-1603 .nav-tabs{top:1603px!important}.emp-profile-detaile-wrap.emp-profile-tab-1604 .nav-tabs{top:1604px!important}.emp-profile-detaile-wrap.emp-profile-tab-1605 .nav-tabs{top:1605px!important}.emp-profile-detaile-wrap.emp-profile-tab-1606 .nav-tabs{top:1606px!important}.emp-profile-detaile-wrap.emp-profile-tab-1607 .nav-tabs{top:1607px!important}.emp-profile-detaile-wrap.emp-profile-tab-1608 .nav-tabs{top:1608px!important}.emp-profile-detaile-wrap.emp-profile-tab-1609 .nav-tabs{top:1609px!important}.emp-profile-detaile-wrap.emp-profile-tab-1610 .nav-tabs{top:1610px!important}.emp-profile-detaile-wrap.emp-profile-tab-1611 .nav-tabs{top:1611px!important}.emp-profile-detaile-wrap.emp-profile-tab-1612 .nav-tabs{top:1612px!important}.emp-profile-detaile-wrap.emp-profile-tab-1613 .nav-tabs{top:1613px!important}.emp-profile-detaile-wrap.emp-profile-tab-1614 .nav-tabs{top:1614px!important}.emp-profile-detaile-wrap.emp-profile-tab-1615 .nav-tabs{top:1615px!important}.emp-profile-detaile-wrap.emp-profile-tab-1616 .nav-tabs{top:1616px!important}.emp-profile-detaile-wrap.emp-profile-tab-1617 .nav-tabs{top:1617px!important}.emp-profile-detaile-wrap.emp-profile-tab-1618 .nav-tabs{top:1618px!important}.emp-profile-detaile-wrap.emp-profile-tab-1619 .nav-tabs{top:1619px!important}.emp-profile-detaile-wrap.emp-profile-tab-1620 .nav-tabs{top:1620px!important}.emp-profile-detaile-wrap.emp-profile-tab-1621 .nav-tabs{top:1621px!important}.emp-profile-detaile-wrap.emp-profile-tab-1622 .nav-tabs{top:1622px!important}.emp-profile-detaile-wrap.emp-profile-tab-1623 .nav-tabs{top:1623px!important}.emp-profile-detaile-wrap.emp-profile-tab-1624 .nav-tabs{top:1624px!important}.emp-profile-detaile-wrap.emp-profile-tab-1625 .nav-tabs{top:1625px!important}.emp-profile-detaile-wrap.emp-profile-tab-1626 .nav-tabs{top:1626px!important}.emp-profile-detaile-wrap.emp-profile-tab-1627 .nav-tabs{top:1627px!important}.emp-profile-detaile-wrap.emp-profile-tab-1628 .nav-tabs{top:1628px!important}.emp-profile-detaile-wrap.emp-profile-tab-1629 .nav-tabs{top:1629px!important}.emp-profile-detaile-wrap.emp-profile-tab-1630 .nav-tabs{top:1630px!important}.emp-profile-detaile-wrap.emp-profile-tab-1631 .nav-tabs{top:1631px!important}.emp-profile-detaile-wrap.emp-profile-tab-1632 .nav-tabs{top:1632px!important}.emp-profile-detaile-wrap.emp-profile-tab-1633 .nav-tabs{top:1633px!important}.emp-profile-detaile-wrap.emp-profile-tab-1634 .nav-tabs{top:1634px!important}.emp-profile-detaile-wrap.emp-profile-tab-1635 .nav-tabs{top:1635px!important}.emp-profile-detaile-wrap.emp-profile-tab-1636 .nav-tabs{top:1636px!important}.emp-profile-detaile-wrap.emp-profile-tab-1637 .nav-tabs{top:1637px!important}.emp-profile-detaile-wrap.emp-profile-tab-1638 .nav-tabs{top:1638px!important}.emp-profile-detaile-wrap.emp-profile-tab-1639 .nav-tabs{top:1639px!important}.emp-profile-detaile-wrap.emp-profile-tab-1640 .nav-tabs{top:1640px!important}.emp-profile-detaile-wrap.emp-profile-tab-1641 .nav-tabs{top:1641px!important}.emp-profile-detaile-wrap.emp-profile-tab-1642 .nav-tabs{top:1642px!important}.emp-profile-detaile-wrap.emp-profile-tab-1643 .nav-tabs{top:1643px!important}.emp-profile-detaile-wrap.emp-profile-tab-1644 .nav-tabs{top:1644px!important}.emp-profile-detaile-wrap.emp-profile-tab-1645 .nav-tabs{top:1645px!important}.emp-profile-detaile-wrap.emp-profile-tab-1646 .nav-tabs{top:1646px!important}.emp-profile-detaile-wrap.emp-profile-tab-1647 .nav-tabs{top:1647px!important}.emp-profile-detaile-wrap.emp-profile-tab-1648 .nav-tabs{top:1648px!important}.emp-profile-detaile-wrap.emp-profile-tab-1649 .nav-tabs{top:1649px!important}.emp-profile-detaile-wrap.emp-profile-tab-1650 .nav-tabs{top:1650px!important}.emp-profile-detaile-wrap.emp-profile-tab-1651 .nav-tabs{top:1651px!important}.emp-profile-detaile-wrap.emp-profile-tab-1652 .nav-tabs{top:1652px!important}.emp-profile-detaile-wrap.emp-profile-tab-1653 .nav-tabs{top:1653px!important}.emp-profile-detaile-wrap.emp-profile-tab-1654 .nav-tabs{top:1654px!important}.emp-profile-detaile-wrap.emp-profile-tab-1655 .nav-tabs{top:1655px!important}.emp-profile-detaile-wrap.emp-profile-tab-1656 .nav-tabs{top:1656px!important}.emp-profile-detaile-wrap.emp-profile-tab-1657 .nav-tabs{top:1657px!important}.emp-profile-detaile-wrap.emp-profile-tab-1658 .nav-tabs{top:1658px!important}.emp-profile-detaile-wrap.emp-profile-tab-1659 .nav-tabs{top:1659px!important}.emp-profile-detaile-wrap.emp-profile-tab-1660 .nav-tabs{top:1660px!important}.emp-profile-detaile-wrap.emp-profile-tab-1661 .nav-tabs{top:1661px!important}.emp-profile-detaile-wrap.emp-profile-tab-1662 .nav-tabs{top:1662px!important}.emp-profile-detaile-wrap.emp-profile-tab-1663 .nav-tabs{top:1663px!important}.emp-profile-detaile-wrap.emp-profile-tab-1664 .nav-tabs{top:1664px!important}.emp-profile-detaile-wrap.emp-profile-tab-1665 .nav-tabs{top:1665px!important}.emp-profile-detaile-wrap.emp-profile-tab-1666 .nav-tabs{top:1666px!important}.emp-profile-detaile-wrap.emp-profile-tab-1667 .nav-tabs{top:1667px!important}.emp-profile-detaile-wrap.emp-profile-tab-1668 .nav-tabs{top:1668px!important}.emp-profile-detaile-wrap.emp-profile-tab-1669 .nav-tabs{top:1669px!important}.emp-profile-detaile-wrap.emp-profile-tab-1670 .nav-tabs{top:1670px!important}.emp-profile-detaile-wrap.emp-profile-tab-1671 .nav-tabs{top:1671px!important}.emp-profile-detaile-wrap.emp-profile-tab-1672 .nav-tabs{top:1672px!important}.emp-profile-detaile-wrap.emp-profile-tab-1673 .nav-tabs{top:1673px!important}.emp-profile-detaile-wrap.emp-profile-tab-1674 .nav-tabs{top:1674px!important}.emp-profile-detaile-wrap.emp-profile-tab-1675 .nav-tabs{top:1675px!important}.emp-profile-detaile-wrap.emp-profile-tab-1676 .nav-tabs{top:1676px!important}.emp-profile-detaile-wrap.emp-profile-tab-1677 .nav-tabs{top:1677px!important}.emp-profile-detaile-wrap.emp-profile-tab-1678 .nav-tabs{top:1678px!important}.emp-profile-detaile-wrap.emp-profile-tab-1679 .nav-tabs{top:1679px!important}.emp-profile-detaile-wrap.emp-profile-tab-1680 .nav-tabs{top:1680px!important}.emp-profile-detaile-wrap.emp-profile-tab-1681 .nav-tabs{top:1681px!important}.emp-profile-detaile-wrap.emp-profile-tab-1682 .nav-tabs{top:1682px!important}.emp-profile-detaile-wrap.emp-profile-tab-1683 .nav-tabs{top:1683px!important}.emp-profile-detaile-wrap.emp-profile-tab-1684 .nav-tabs{top:1684px!important}.emp-profile-detaile-wrap.emp-profile-tab-1685 .nav-tabs{top:1685px!important}.emp-profile-detaile-wrap.emp-profile-tab-1686 .nav-tabs{top:1686px!important}.emp-profile-detaile-wrap.emp-profile-tab-1687 .nav-tabs{top:1687px!important}.emp-profile-detaile-wrap.emp-profile-tab-1688 .nav-tabs{top:1688px!important}.emp-profile-detaile-wrap.emp-profile-tab-1689 .nav-tabs{top:1689px!important}.emp-profile-detaile-wrap.emp-profile-tab-1690 .nav-tabs{top:1690px!important}.emp-profile-detaile-wrap.emp-profile-tab-1691 .nav-tabs{top:1691px!important}.emp-profile-detaile-wrap.emp-profile-tab-1692 .nav-tabs{top:1692px!important}.emp-profile-detaile-wrap.emp-profile-tab-1693 .nav-tabs{top:1693px!important}.emp-profile-detaile-wrap.emp-profile-tab-1694 .nav-tabs{top:1694px!important}.emp-profile-detaile-wrap.emp-profile-tab-1695 .nav-tabs{top:1695px!important}.emp-profile-detaile-wrap.emp-profile-tab-1696 .nav-tabs{top:1696px!important}.emp-profile-detaile-wrap.emp-profile-tab-1697 .nav-tabs{top:1697px!important}.emp-profile-detaile-wrap.emp-profile-tab-1698 .nav-tabs{top:1698px!important}.emp-profile-detaile-wrap.emp-profile-tab-1699 .nav-tabs{top:1699px!important}.emp-profile-detaile-wrap.emp-profile-tab-1700 .nav-tabs{top:1700px!important}.emp-profile-detaile-wrap.emp-profile-tab-1701 .nav-tabs{top:1701px!important}.emp-profile-detaile-wrap.emp-profile-tab-1702 .nav-tabs{top:1702px!important}.emp-profile-detaile-wrap.emp-profile-tab-1703 .nav-tabs{top:1703px!important}.emp-profile-detaile-wrap.emp-profile-tab-1704 .nav-tabs{top:1704px!important}.emp-profile-detaile-wrap.emp-profile-tab-1705 .nav-tabs{top:1705px!important}.emp-profile-detaile-wrap.emp-profile-tab-1706 .nav-tabs{top:1706px!important}.emp-profile-detaile-wrap.emp-profile-tab-1707 .nav-tabs{top:1707px!important}.emp-profile-detaile-wrap.emp-profile-tab-1708 .nav-tabs{top:1708px!important}.emp-profile-detaile-wrap.emp-profile-tab-1709 .nav-tabs{top:1709px!important}.emp-profile-detaile-wrap.emp-profile-tab-1710 .nav-tabs{top:1710px!important}.emp-profile-detaile-wrap.emp-profile-tab-1711 .nav-tabs{top:1711px!important}.emp-profile-detaile-wrap.emp-profile-tab-1712 .nav-tabs{top:1712px!important}.emp-profile-detaile-wrap.emp-profile-tab-1713 .nav-tabs{top:1713px!important}.emp-profile-detaile-wrap.emp-profile-tab-1714 .nav-tabs{top:1714px!important}.emp-profile-detaile-wrap.emp-profile-tab-1715 .nav-tabs{top:1715px!important}.emp-profile-detaile-wrap.emp-profile-tab-1716 .nav-tabs{top:1716px!important}.emp-profile-detaile-wrap.emp-profile-tab-1717 .nav-tabs{top:1717px!important}.emp-profile-detaile-wrap.emp-profile-tab-1718 .nav-tabs{top:1718px!important}.emp-profile-detaile-wrap.emp-profile-tab-1719 .nav-tabs{top:1719px!important}.emp-profile-detaile-wrap.emp-profile-tab-1720 .nav-tabs{top:1720px!important}.emp-profile-detaile-wrap.emp-profile-tab-1721 .nav-tabs{top:1721px!important}.emp-profile-detaile-wrap.emp-profile-tab-1722 .nav-tabs{top:1722px!important}.emp-profile-detaile-wrap.emp-profile-tab-1723 .nav-tabs{top:1723px!important}.emp-profile-detaile-wrap.emp-profile-tab-1724 .nav-tabs{top:1724px!important}.emp-profile-detaile-wrap.emp-profile-tab-1725 .nav-tabs{top:1725px!important}.emp-profile-detaile-wrap.emp-profile-tab-1726 .nav-tabs{top:1726px!important}.emp-profile-detaile-wrap.emp-profile-tab-1727 .nav-tabs{top:1727px!important}.emp-profile-detaile-wrap.emp-profile-tab-1728 .nav-tabs{top:1728px!important}.emp-profile-detaile-wrap.emp-profile-tab-1729 .nav-tabs{top:1729px!important}.emp-profile-detaile-wrap.emp-profile-tab-1730 .nav-tabs{top:1730px!important}.emp-profile-detaile-wrap.emp-profile-tab-1731 .nav-tabs{top:1731px!important}.emp-profile-detaile-wrap.emp-profile-tab-1732 .nav-tabs{top:1732px!important}.emp-profile-detaile-wrap.emp-profile-tab-1733 .nav-tabs{top:1733px!important}.emp-profile-detaile-wrap.emp-profile-tab-1734 .nav-tabs{top:1734px!important}.emp-profile-detaile-wrap.emp-profile-tab-1735 .nav-tabs{top:1735px!important}.emp-profile-detaile-wrap.emp-profile-tab-1736 .nav-tabs{top:1736px!important}.emp-profile-detaile-wrap.emp-profile-tab-1737 .nav-tabs{top:1737px!important}.emp-profile-detaile-wrap.emp-profile-tab-1738 .nav-tabs{top:1738px!important}.emp-profile-detaile-wrap.emp-profile-tab-1739 .nav-tabs{top:1739px!important}.emp-profile-detaile-wrap.emp-profile-tab-1740 .nav-tabs{top:1740px!important}.emp-profile-detaile-wrap.emp-profile-tab-1741 .nav-tabs{top:1741px!important}.emp-profile-detaile-wrap.emp-profile-tab-1742 .nav-tabs{top:1742px!important}.emp-profile-detaile-wrap.emp-profile-tab-1743 .nav-tabs{top:1743px!important}.emp-profile-detaile-wrap.emp-profile-tab-1744 .nav-tabs{top:1744px!important}.emp-profile-detaile-wrap.emp-profile-tab-1745 .nav-tabs{top:1745px!important}.emp-profile-detaile-wrap.emp-profile-tab-1746 .nav-tabs{top:1746px!important}.emp-profile-detaile-wrap.emp-profile-tab-1747 .nav-tabs{top:1747px!important}.emp-profile-detaile-wrap.emp-profile-tab-1748 .nav-tabs{top:1748px!important}.emp-profile-detaile-wrap.emp-profile-tab-1749 .nav-tabs{top:1749px!important}.emp-profile-detaile-wrap.emp-profile-tab-1750 .nav-tabs{top:1750px!important}.emp-profile-detaile-wrap.emp-profile-tab-1751 .nav-tabs{top:1751px!important}.emp-profile-detaile-wrap.emp-profile-tab-1752 .nav-tabs{top:1752px!important}.emp-profile-detaile-wrap.emp-profile-tab-1753 .nav-tabs{top:1753px!important}.emp-profile-detaile-wrap.emp-profile-tab-1754 .nav-tabs{top:1754px!important}.emp-profile-detaile-wrap.emp-profile-tab-1755 .nav-tabs{top:1755px!important}.emp-profile-detaile-wrap.emp-profile-tab-1756 .nav-tabs{top:1756px!important}.emp-profile-detaile-wrap.emp-profile-tab-1757 .nav-tabs{top:1757px!important}.emp-profile-detaile-wrap.emp-profile-tab-1758 .nav-tabs{top:1758px!important}.emp-profile-detaile-wrap.emp-profile-tab-1759 .nav-tabs{top:1759px!important}.emp-profile-detaile-wrap.emp-profile-tab-1760 .nav-tabs{top:1760px!important}.emp-profile-detaile-wrap.emp-profile-tab-1761 .nav-tabs{top:1761px!important}.emp-profile-detaile-wrap.emp-profile-tab-1762 .nav-tabs{top:1762px!important}.emp-profile-detaile-wrap.emp-profile-tab-1763 .nav-tabs{top:1763px!important}.emp-profile-detaile-wrap.emp-profile-tab-1764 .nav-tabs{top:1764px!important}.emp-profile-detaile-wrap.emp-profile-tab-1765 .nav-tabs{top:1765px!important}.emp-profile-detaile-wrap.emp-profile-tab-1766 .nav-tabs{top:1766px!important}.emp-profile-detaile-wrap.emp-profile-tab-1767 .nav-tabs{top:1767px!important}.emp-profile-detaile-wrap.emp-profile-tab-1768 .nav-tabs{top:1768px!important}.emp-profile-detaile-wrap.emp-profile-tab-1769 .nav-tabs{top:1769px!important}.emp-profile-detaile-wrap.emp-profile-tab-1770 .nav-tabs{top:1770px!important}.emp-profile-detaile-wrap.emp-profile-tab-1771 .nav-tabs{top:1771px!important}.emp-profile-detaile-wrap.emp-profile-tab-1772 .nav-tabs{top:1772px!important}.emp-profile-detaile-wrap.emp-profile-tab-1773 .nav-tabs{top:1773px!important}.emp-profile-detaile-wrap.emp-profile-tab-1774 .nav-tabs{top:1774px!important}.emp-profile-detaile-wrap.emp-profile-tab-1775 .nav-tabs{top:1775px!important}.emp-profile-detaile-wrap.emp-profile-tab-1776 .nav-tabs{top:1776px!important}.emp-profile-detaile-wrap.emp-profile-tab-1777 .nav-tabs{top:1777px!important}.emp-profile-detaile-wrap.emp-profile-tab-1778 .nav-tabs{top:1778px!important}.emp-profile-detaile-wrap.emp-profile-tab-1779 .nav-tabs{top:1779px!important}.emp-profile-detaile-wrap.emp-profile-tab-1780 .nav-tabs{top:1780px!important}.emp-profile-detaile-wrap.emp-profile-tab-1781 .nav-tabs{top:1781px!important}.emp-profile-detaile-wrap.emp-profile-tab-1782 .nav-tabs{top:1782px!important}.emp-profile-detaile-wrap.emp-profile-tab-1783 .nav-tabs{top:1783px!important}.emp-profile-detaile-wrap.emp-profile-tab-1784 .nav-tabs{top:1784px!important}.emp-profile-detaile-wrap.emp-profile-tab-1785 .nav-tabs{top:1785px!important}.emp-profile-detaile-wrap.emp-profile-tab-1786 .nav-tabs{top:1786px!important}.emp-profile-detaile-wrap.emp-profile-tab-1787 .nav-tabs{top:1787px!important}.emp-profile-detaile-wrap.emp-profile-tab-1788 .nav-tabs{top:1788px!important}.emp-profile-detaile-wrap.emp-profile-tab-1789 .nav-tabs{top:1789px!important}.emp-profile-detaile-wrap.emp-profile-tab-1790 .nav-tabs{top:1790px!important}.emp-profile-detaile-wrap.emp-profile-tab-1791 .nav-tabs{top:1791px!important}.emp-profile-detaile-wrap.emp-profile-tab-1792 .nav-tabs{top:1792px!important}.emp-profile-detaile-wrap.emp-profile-tab-1793 .nav-tabs{top:1793px!important}.emp-profile-detaile-wrap.emp-profile-tab-1794 .nav-tabs{top:1794px!important}.emp-profile-detaile-wrap.emp-profile-tab-1795 .nav-tabs{top:1795px!important}.emp-profile-detaile-wrap.emp-profile-tab-1796 .nav-tabs{top:1796px!important}.emp-profile-detaile-wrap.emp-profile-tab-1797 .nav-tabs{top:1797px!important}.emp-profile-detaile-wrap.emp-profile-tab-1798 .nav-tabs{top:1798px!important}.emp-profile-detaile-wrap.emp-profile-tab-1799 .nav-tabs{top:1799px!important}.emp-profile-detaile-wrap.emp-profile-tab-1800 .nav-tabs{top:1800px!important}.emp-profile-detaile-wrap.emp-profile-tab-1801 .nav-tabs{top:1801px!important}.emp-profile-detaile-wrap.emp-profile-tab-1802 .nav-tabs{top:1802px!important}.emp-profile-detaile-wrap.emp-profile-tab-1803 .nav-tabs{top:1803px!important}.emp-profile-detaile-wrap.emp-profile-tab-1804 .nav-tabs{top:1804px!important}.emp-profile-detaile-wrap.emp-profile-tab-1805 .nav-tabs{top:1805px!important}.emp-profile-detaile-wrap.emp-profile-tab-1806 .nav-tabs{top:1806px!important}.emp-profile-detaile-wrap.emp-profile-tab-1807 .nav-tabs{top:1807px!important}.emp-profile-detaile-wrap.emp-profile-tab-1808 .nav-tabs{top:1808px!important}.emp-profile-detaile-wrap.emp-profile-tab-1809 .nav-tabs{top:1809px!important}.emp-profile-detaile-wrap.emp-profile-tab-1810 .nav-tabs{top:1810px!important}.emp-profile-detaile-wrap.emp-profile-tab-1811 .nav-tabs{top:1811px!important}.emp-profile-detaile-wrap.emp-profile-tab-1812 .nav-tabs{top:1812px!important}.emp-profile-detaile-wrap.emp-profile-tab-1813 .nav-tabs{top:1813px!important}.emp-profile-detaile-wrap.emp-profile-tab-1814 .nav-tabs{top:1814px!important}.emp-profile-detaile-wrap.emp-profile-tab-1815 .nav-tabs{top:1815px!important}.emp-profile-detaile-wrap.emp-profile-tab-1816 .nav-tabs{top:1816px!important}.emp-profile-detaile-wrap.emp-profile-tab-1817 .nav-tabs{top:1817px!important}.emp-profile-detaile-wrap.emp-profile-tab-1818 .nav-tabs{top:1818px!important}.emp-profile-detaile-wrap.emp-profile-tab-1819 .nav-tabs{top:1819px!important}.emp-profile-detaile-wrap.emp-profile-tab-1820 .nav-tabs{top:1820px!important}.emp-profile-detaile-wrap.emp-profile-tab-1821 .nav-tabs{top:1821px!important}.emp-profile-detaile-wrap.emp-profile-tab-1822 .nav-tabs{top:1822px!important}.emp-profile-detaile-wrap.emp-profile-tab-1823 .nav-tabs{top:1823px!important}.emp-profile-detaile-wrap.emp-profile-tab-1824 .nav-tabs{top:1824px!important}.emp-profile-detaile-wrap.emp-profile-tab-1825 .nav-tabs{top:1825px!important}.emp-profile-detaile-wrap.emp-profile-tab-1826 .nav-tabs{top:1826px!important}.emp-profile-detaile-wrap.emp-profile-tab-1827 .nav-tabs{top:1827px!important}.emp-profile-detaile-wrap.emp-profile-tab-1828 .nav-tabs{top:1828px!important}.emp-profile-detaile-wrap.emp-profile-tab-1829 .nav-tabs{top:1829px!important}.emp-profile-detaile-wrap.emp-profile-tab-1830 .nav-tabs{top:1830px!important}.emp-profile-detaile-wrap.emp-profile-tab-1831 .nav-tabs{top:1831px!important}.emp-profile-detaile-wrap.emp-profile-tab-1832 .nav-tabs{top:1832px!important}.emp-profile-detaile-wrap.emp-profile-tab-1833 .nav-tabs{top:1833px!important}.emp-profile-detaile-wrap.emp-profile-tab-1834 .nav-tabs{top:1834px!important}.emp-profile-detaile-wrap.emp-profile-tab-1835 .nav-tabs{top:1835px!important}.emp-profile-detaile-wrap.emp-profile-tab-1836 .nav-tabs{top:1836px!important}.emp-profile-detaile-wrap.emp-profile-tab-1837 .nav-tabs{top:1837px!important}.emp-profile-detaile-wrap.emp-profile-tab-1838 .nav-tabs{top:1838px!important}.emp-profile-detaile-wrap.emp-profile-tab-1839 .nav-tabs{top:1839px!important}.emp-profile-detaile-wrap.emp-profile-tab-1840 .nav-tabs{top:1840px!important}.emp-profile-detaile-wrap.emp-profile-tab-1841 .nav-tabs{top:1841px!important}.emp-profile-detaile-wrap.emp-profile-tab-1842 .nav-tabs{top:1842px!important}.emp-profile-detaile-wrap.emp-profile-tab-1843 .nav-tabs{top:1843px!important}.emp-profile-detaile-wrap.emp-profile-tab-1844 .nav-tabs{top:1844px!important}.emp-profile-detaile-wrap.emp-profile-tab-1845 .nav-tabs{top:1845px!important}.emp-profile-detaile-wrap.emp-profile-tab-1846 .nav-tabs{top:1846px!important}.emp-profile-detaile-wrap.emp-profile-tab-1847 .nav-tabs{top:1847px!important}.emp-profile-detaile-wrap.emp-profile-tab-1848 .nav-tabs{top:1848px!important}.emp-profile-detaile-wrap.emp-profile-tab-1849 .nav-tabs{top:1849px!important}.emp-profile-detaile-wrap.emp-profile-tab-1850 .nav-tabs{top:1850px!important}.emp-profile-detaile-wrap.emp-profile-tab-1851 .nav-tabs{top:1851px!important}.emp-profile-detaile-wrap.emp-profile-tab-1852 .nav-tabs{top:1852px!important}.emp-profile-detaile-wrap.emp-profile-tab-1853 .nav-tabs{top:1853px!important}.emp-profile-detaile-wrap.emp-profile-tab-1854 .nav-tabs{top:1854px!important}.emp-profile-detaile-wrap.emp-profile-tab-1855 .nav-tabs{top:1855px!important}.emp-profile-detaile-wrap.emp-profile-tab-1856 .nav-tabs{top:1856px!important}.emp-profile-detaile-wrap.emp-profile-tab-1857 .nav-tabs{top:1857px!important}.emp-profile-detaile-wrap.emp-profile-tab-1858 .nav-tabs{top:1858px!important}.emp-profile-detaile-wrap.emp-profile-tab-1859 .nav-tabs{top:1859px!important}.emp-profile-detaile-wrap.emp-profile-tab-1860 .nav-tabs{top:1860px!important}.emp-profile-detaile-wrap.emp-profile-tab-1861 .nav-tabs{top:1861px!important}.emp-profile-detaile-wrap.emp-profile-tab-1862 .nav-tabs{top:1862px!important}.emp-profile-detaile-wrap.emp-profile-tab-1863 .nav-tabs{top:1863px!important}.emp-profile-detaile-wrap.emp-profile-tab-1864 .nav-tabs{top:1864px!important}.emp-profile-detaile-wrap.emp-profile-tab-1865 .nav-tabs{top:1865px!important}.emp-profile-detaile-wrap.emp-profile-tab-1866 .nav-tabs{top:1866px!important}.emp-profile-detaile-wrap.emp-profile-tab-1867 .nav-tabs{top:1867px!important}.emp-profile-detaile-wrap.emp-profile-tab-1868 .nav-tabs{top:1868px!important}.emp-profile-detaile-wrap.emp-profile-tab-1869 .nav-tabs{top:1869px!important}.emp-profile-detaile-wrap.emp-profile-tab-1870 .nav-tabs{top:1870px!important}.emp-profile-detaile-wrap.emp-profile-tab-1871 .nav-tabs{top:1871px!important}.emp-profile-detaile-wrap.emp-profile-tab-1872 .nav-tabs{top:1872px!important}.emp-profile-detaile-wrap.emp-profile-tab-1873 .nav-tabs{top:1873px!important}.emp-profile-detaile-wrap.emp-profile-tab-1874 .nav-tabs{top:1874px!important}.emp-profile-detaile-wrap.emp-profile-tab-1875 .nav-tabs{top:1875px!important}.emp-profile-detaile-wrap.emp-profile-tab-1876 .nav-tabs{top:1876px!important}.emp-profile-detaile-wrap.emp-profile-tab-1877 .nav-tabs{top:1877px!important}.emp-profile-detaile-wrap.emp-profile-tab-1878 .nav-tabs{top:1878px!important}.emp-profile-detaile-wrap.emp-profile-tab-1879 .nav-tabs{top:1879px!important}.emp-profile-detaile-wrap.emp-profile-tab-1880 .nav-tabs{top:1880px!important}.emp-profile-detaile-wrap.emp-profile-tab-1881 .nav-tabs{top:1881px!important}.emp-profile-detaile-wrap.emp-profile-tab-1882 .nav-tabs{top:1882px!important}.emp-profile-detaile-wrap.emp-profile-tab-1883 .nav-tabs{top:1883px!important}.emp-profile-detaile-wrap.emp-profile-tab-1884 .nav-tabs{top:1884px!important}.emp-profile-detaile-wrap.emp-profile-tab-1885 .nav-tabs{top:1885px!important}.emp-profile-detaile-wrap.emp-profile-tab-1886 .nav-tabs{top:1886px!important}.emp-profile-detaile-wrap.emp-profile-tab-1887 .nav-tabs{top:1887px!important}.emp-profile-detaile-wrap.emp-profile-tab-1888 .nav-tabs{top:1888px!important}.emp-profile-detaile-wrap.emp-profile-tab-1889 .nav-tabs{top:1889px!important}.emp-profile-detaile-wrap.emp-profile-tab-1890 .nav-tabs{top:1890px!important}.emp-profile-detaile-wrap.emp-profile-tab-1891 .nav-tabs{top:1891px!important}.emp-profile-detaile-wrap.emp-profile-tab-1892 .nav-tabs{top:1892px!important}.emp-profile-detaile-wrap.emp-profile-tab-1893 .nav-tabs{top:1893px!important}.emp-profile-detaile-wrap.emp-profile-tab-1894 .nav-tabs{top:1894px!important}.emp-profile-detaile-wrap.emp-profile-tab-1895 .nav-tabs{top:1895px!important}.emp-profile-detaile-wrap.emp-profile-tab-1896 .nav-tabs{top:1896px!important}.emp-profile-detaile-wrap.emp-profile-tab-1897 .nav-tabs{top:1897px!important}.emp-profile-detaile-wrap.emp-profile-tab-1898 .nav-tabs{top:1898px!important}.emp-profile-detaile-wrap.emp-profile-tab-1899 .nav-tabs{top:1899px!important}.emp-profile-detaile-wrap.emp-profile-tab-1900 .nav-tabs{top:1900px!important}.emp-profile-detaile-wrap.emp-profile-tab-1901 .nav-tabs{top:1901px!important}.emp-profile-detaile-wrap.emp-profile-tab-1902 .nav-tabs{top:1902px!important}.emp-profile-detaile-wrap.emp-profile-tab-1903 .nav-tabs{top:1903px!important}.emp-profile-detaile-wrap.emp-profile-tab-1904 .nav-tabs{top:1904px!important}.emp-profile-detaile-wrap.emp-profile-tab-1905 .nav-tabs{top:1905px!important}.emp-profile-detaile-wrap.emp-profile-tab-1906 .nav-tabs{top:1906px!important}.emp-profile-detaile-wrap.emp-profile-tab-1907 .nav-tabs{top:1907px!important}.emp-profile-detaile-wrap.emp-profile-tab-1908 .nav-tabs{top:1908px!important}.emp-profile-detaile-wrap.emp-profile-tab-1909 .nav-tabs{top:1909px!important}.emp-profile-detaile-wrap.emp-profile-tab-1910 .nav-tabs{top:1910px!important}.emp-profile-detaile-wrap.emp-profile-tab-1911 .nav-tabs{top:1911px!important}.emp-profile-detaile-wrap.emp-profile-tab-1912 .nav-tabs{top:1912px!important}.emp-profile-detaile-wrap.emp-profile-tab-1913 .nav-tabs{top:1913px!important}.emp-profile-detaile-wrap.emp-profile-tab-1914 .nav-tabs{top:1914px!important}.emp-profile-detaile-wrap.emp-profile-tab-1915 .nav-tabs{top:1915px!important}.emp-profile-detaile-wrap.emp-profile-tab-1916 .nav-tabs{top:1916px!important}.emp-profile-detaile-wrap.emp-profile-tab-1917 .nav-tabs{top:1917px!important}.emp-profile-detaile-wrap.emp-profile-tab-1918 .nav-tabs{top:1918px!important}.emp-profile-detaile-wrap.emp-profile-tab-1919 .nav-tabs{top:1919px!important}.emp-profile-detaile-wrap.emp-profile-tab-1920 .nav-tabs{top:1920px!important}.emp-profile-detaile-wrap.emp-profile-tab-1921 .nav-tabs{top:1921px!important}.emp-profile-detaile-wrap.emp-profile-tab-1922 .nav-tabs{top:1922px!important}.emp-profile-detaile-wrap.emp-profile-tab-1923 .nav-tabs{top:1923px!important}.emp-profile-detaile-wrap.emp-profile-tab-1924 .nav-tabs{top:1924px!important}.emp-profile-detaile-wrap.emp-profile-tab-1925 .nav-tabs{top:1925px!important}.emp-profile-detaile-wrap.emp-profile-tab-1926 .nav-tabs{top:1926px!important}.emp-profile-detaile-wrap.emp-profile-tab-1927 .nav-tabs{top:1927px!important}.emp-profile-detaile-wrap.emp-profile-tab-1928 .nav-tabs{top:1928px!important}.emp-profile-detaile-wrap.emp-profile-tab-1929 .nav-tabs{top:1929px!important}.emp-profile-detaile-wrap.emp-profile-tab-1930 .nav-tabs{top:1930px!important}.emp-profile-detaile-wrap.emp-profile-tab-1931 .nav-tabs{top:1931px!important}.emp-profile-detaile-wrap.emp-profile-tab-1932 .nav-tabs{top:1932px!important}.emp-profile-detaile-wrap.emp-profile-tab-1933 .nav-tabs{top:1933px!important}.emp-profile-detaile-wrap.emp-profile-tab-1934 .nav-tabs{top:1934px!important}.emp-profile-detaile-wrap.emp-profile-tab-1935 .nav-tabs{top:1935px!important}.emp-profile-detaile-wrap.emp-profile-tab-1936 .nav-tabs{top:1936px!important}.emp-profile-detaile-wrap.emp-profile-tab-1937 .nav-tabs{top:1937px!important}.emp-profile-detaile-wrap.emp-profile-tab-1938 .nav-tabs{top:1938px!important}.emp-profile-detaile-wrap.emp-profile-tab-1939 .nav-tabs{top:1939px!important}.emp-profile-detaile-wrap.emp-profile-tab-1940 .nav-tabs{top:1940px!important}.emp-profile-detaile-wrap.emp-profile-tab-1941 .nav-tabs{top:1941px!important}.emp-profile-detaile-wrap.emp-profile-tab-1942 .nav-tabs{top:1942px!important}.emp-profile-detaile-wrap.emp-profile-tab-1943 .nav-tabs{top:1943px!important}.emp-profile-detaile-wrap.emp-profile-tab-1944 .nav-tabs{top:1944px!important}.emp-profile-detaile-wrap.emp-profile-tab-1945 .nav-tabs{top:1945px!important}.emp-profile-detaile-wrap.emp-profile-tab-1946 .nav-tabs{top:1946px!important}.emp-profile-detaile-wrap.emp-profile-tab-1947 .nav-tabs{top:1947px!important}.emp-profile-detaile-wrap.emp-profile-tab-1948 .nav-tabs{top:1948px!important}.emp-profile-detaile-wrap.emp-profile-tab-1949 .nav-tabs{top:1949px!important}.emp-profile-detaile-wrap.emp-profile-tab-1950 .nav-tabs{top:1950px!important}.emp-profile-detaile-wrap.emp-profile-tab-1951 .nav-tabs{top:1951px!important}.emp-profile-detaile-wrap.emp-profile-tab-1952 .nav-tabs{top:1952px!important}.emp-profile-detaile-wrap.emp-profile-tab-1953 .nav-tabs{top:1953px!important}.emp-profile-detaile-wrap.emp-profile-tab-1954 .nav-tabs{top:1954px!important}.emp-profile-detaile-wrap.emp-profile-tab-1955 .nav-tabs{top:1955px!important}.emp-profile-detaile-wrap.emp-profile-tab-1956 .nav-tabs{top:1956px!important}.emp-profile-detaile-wrap.emp-profile-tab-1957 .nav-tabs{top:1957px!important}.emp-profile-detaile-wrap.emp-profile-tab-1958 .nav-tabs{top:1958px!important}.emp-profile-detaile-wrap.emp-profile-tab-1959 .nav-tabs{top:1959px!important}.emp-profile-detaile-wrap.emp-profile-tab-1960 .nav-tabs{top:1960px!important}.emp-profile-detaile-wrap.emp-profile-tab-1961 .nav-tabs{top:1961px!important}.emp-profile-detaile-wrap.emp-profile-tab-1962 .nav-tabs{top:1962px!important}.emp-profile-detaile-wrap.emp-profile-tab-1963 .nav-tabs{top:1963px!important}.emp-profile-detaile-wrap.emp-profile-tab-1964 .nav-tabs{top:1964px!important}.emp-profile-detaile-wrap.emp-profile-tab-1965 .nav-tabs{top:1965px!important}.emp-profile-detaile-wrap.emp-profile-tab-1966 .nav-tabs{top:1966px!important}.emp-profile-detaile-wrap.emp-profile-tab-1967 .nav-tabs{top:1967px!important}.emp-profile-detaile-wrap.emp-profile-tab-1968 .nav-tabs{top:1968px!important}.emp-profile-detaile-wrap.emp-profile-tab-1969 .nav-tabs{top:1969px!important}.emp-profile-detaile-wrap.emp-profile-tab-1970 .nav-tabs{top:1970px!important}.emp-profile-detaile-wrap.emp-profile-tab-1971 .nav-tabs{top:1971px!important}.emp-profile-detaile-wrap.emp-profile-tab-1972 .nav-tabs{top:1972px!important}.emp-profile-detaile-wrap.emp-profile-tab-1973 .nav-tabs{top:1973px!important}.emp-profile-detaile-wrap.emp-profile-tab-1974 .nav-tabs{top:1974px!important}.emp-profile-detaile-wrap.emp-profile-tab-1975 .nav-tabs{top:1975px!important}.emp-profile-detaile-wrap.emp-profile-tab-1976 .nav-tabs{top:1976px!important}.emp-profile-detaile-wrap.emp-profile-tab-1977 .nav-tabs{top:1977px!important}.emp-profile-detaile-wrap.emp-profile-tab-1978 .nav-tabs{top:1978px!important}.emp-profile-detaile-wrap.emp-profile-tab-1979 .nav-tabs{top:1979px!important}.emp-profile-detaile-wrap.emp-profile-tab-1980 .nav-tabs{top:1980px!important}.emp-profile-detaile-wrap.emp-profile-tab-1981 .nav-tabs{top:1981px!important}.emp-profile-detaile-wrap.emp-profile-tab-1982 .nav-tabs{top:1982px!important}.emp-profile-detaile-wrap.emp-profile-tab-1983 .nav-tabs{top:1983px!important}.emp-profile-detaile-wrap.emp-profile-tab-1984 .nav-tabs{top:1984px!important}.emp-profile-detaile-wrap.emp-profile-tab-1985 .nav-tabs{top:1985px!important}.emp-profile-detaile-wrap.emp-profile-tab-1986 .nav-tabs{top:1986px!important}.emp-profile-detaile-wrap.emp-profile-tab-1987 .nav-tabs{top:1987px!important}.emp-profile-detaile-wrap.emp-profile-tab-1988 .nav-tabs{top:1988px!important}.emp-profile-detaile-wrap.emp-profile-tab-1989 .nav-tabs{top:1989px!important}.emp-profile-detaile-wrap.emp-profile-tab-1990 .nav-tabs{top:1990px!important}.emp-profile-detaile-wrap.emp-profile-tab-1991 .nav-tabs{top:1991px!important}.emp-profile-detaile-wrap.emp-profile-tab-1992 .nav-tabs{top:1992px!important}.emp-profile-detaile-wrap.emp-profile-tab-1993 .nav-tabs{top:1993px!important}.emp-profile-detaile-wrap.emp-profile-tab-1994 .nav-tabs{top:1994px!important}.emp-profile-detaile-wrap.emp-profile-tab-1995 .nav-tabs{top:1995px!important}.emp-profile-detaile-wrap.emp-profile-tab-1996 .nav-tabs{top:1996px!important}.emp-profile-detaile-wrap.emp-profile-tab-1997 .nav-tabs{top:1997px!important}.emp-profile-detaile-wrap.emp-profile-tab-1998 .nav-tabs{top:1998px!important}.emp-profile-detaile-wrap.emp-profile-tab-1999 .nav-tabs{top:1999px!important}.emp-profile-detaile-wrap.emp-profile-tab-2000 .nav-tabs{top:2000px!important}.emp-profile-detaile-wrap.emp-profile-tab-2001 .nav-tabs{top:2001px!important}.emp-profile-detaile-wrap.emp-profile-tab-2002 .nav-tabs{top:2002px!important}.emp-profile-detaile-wrap.emp-profile-tab-2003 .nav-tabs{top:2003px!important}.emp-profile-detaile-wrap.emp-profile-tab-2004 .nav-tabs{top:2004px!important}.emp-profile-detaile-wrap.emp-profile-tab-2005 .nav-tabs{top:2005px!important}.emp-profile-detaile-wrap.emp-profile-tab-2006 .nav-tabs{top:2006px!important}.emp-profile-detaile-wrap.emp-profile-tab-2007 .nav-tabs{top:2007px!important}.emp-profile-detaile-wrap.emp-profile-tab-2008 .nav-tabs{top:2008px!important}.emp-profile-detaile-wrap.emp-profile-tab-2009 .nav-tabs{top:2009px!important}.emp-profile-detaile-wrap.emp-profile-tab-2010 .nav-tabs{top:2010px!important}.emp-profile-detaile-wrap.emp-profile-tab-2011 .nav-tabs{top:2011px!important}.emp-profile-detaile-wrap.emp-profile-tab-2012 .nav-tabs{top:2012px!important}.emp-profile-detaile-wrap.emp-profile-tab-2013 .nav-tabs{top:2013px!important}.emp-profile-detaile-wrap.emp-profile-tab-2014 .nav-tabs{top:2014px!important}.emp-profile-detaile-wrap.emp-profile-tab-2015 .nav-tabs{top:2015px!important}.emp-profile-detaile-wrap.emp-profile-tab-2016 .nav-tabs{top:2016px!important}.emp-profile-detaile-wrap.emp-profile-tab-2017 .nav-tabs{top:2017px!important}.emp-profile-detaile-wrap.emp-profile-tab-2018 .nav-tabs{top:2018px!important}.emp-profile-detaile-wrap.emp-profile-tab-2019 .nav-tabs{top:2019px!important}.emp-profile-detaile-wrap.emp-profile-tab-2020 .nav-tabs{top:2020px!important}.emp-profile-detaile-wrap.emp-profile-tab-2021 .nav-tabs{top:2021px!important}.emp-profile-detaile-wrap.emp-profile-tab-2022 .nav-tabs{top:2022px!important}.emp-profile-detaile-wrap.emp-profile-tab-2023 .nav-tabs{top:2023px!important}.emp-profile-detaile-wrap.emp-profile-tab-2024 .nav-tabs{top:2024px!important}.emp-profile-detaile-wrap.emp-profile-tab-2025 .nav-tabs{top:2025px!important}.emp-profile-detaile-wrap.emp-profile-tab-2026 .nav-tabs{top:2026px!important}.emp-profile-detaile-wrap.emp-profile-tab-2027 .nav-tabs{top:2027px!important}.emp-profile-detaile-wrap.emp-profile-tab-2028 .nav-tabs{top:2028px!important}.emp-profile-detaile-wrap.emp-profile-tab-2029 .nav-tabs{top:2029px!important}.emp-profile-detaile-wrap.emp-profile-tab-2030 .nav-tabs{top:2030px!important}.emp-profile-detaile-wrap.emp-profile-tab-2031 .nav-tabs{top:2031px!important}.emp-profile-detaile-wrap.emp-profile-tab-2032 .nav-tabs{top:2032px!important}.emp-profile-detaile-wrap.emp-profile-tab-2033 .nav-tabs{top:2033px!important}.emp-profile-detaile-wrap.emp-profile-tab-2034 .nav-tabs{top:2034px!important}.emp-profile-detaile-wrap.emp-profile-tab-2035 .nav-tabs{top:2035px!important}.emp-profile-detaile-wrap.emp-profile-tab-2036 .nav-tabs{top:2036px!important}.emp-profile-detaile-wrap.emp-profile-tab-2037 .nav-tabs{top:2037px!important}.emp-profile-detaile-wrap.emp-profile-tab-2038 .nav-tabs{top:2038px!important}.emp-profile-detaile-wrap.emp-profile-tab-2039 .nav-tabs{top:2039px!important}.emp-profile-detaile-wrap.emp-profile-tab-2040 .nav-tabs{top:2040px!important}.emp-profile-detaile-wrap.emp-profile-tab-2041 .nav-tabs{top:2041px!important}.emp-profile-detaile-wrap.emp-profile-tab-2042 .nav-tabs{top:2042px!important}.emp-profile-detaile-wrap.emp-profile-tab-2043 .nav-tabs{top:2043px!important}.emp-profile-detaile-wrap.emp-profile-tab-2044 .nav-tabs{top:2044px!important}.emp-profile-detaile-wrap.emp-profile-tab-2045 .nav-tabs{top:2045px!important}.emp-profile-detaile-wrap.emp-profile-tab-2046 .nav-tabs{top:2046px!important}.emp-profile-detaile-wrap.emp-profile-tab-2047 .nav-tabs{top:2047px!important}.emp-profile-detaile-wrap.emp-profile-tab-2048 .nav-tabs{top:2048px!important}.emp-profile-detaile-wrap.emp-profile-tab-2049 .nav-tabs{top:2049px!important}.emp-profile-detaile-wrap.emp-profile-tab-2050 .nav-tabs{top:2050px!important}.emp-profile-detaile-wrap.emp-profile-tab-2051 .nav-tabs{top:2051px!important}.emp-profile-detaile-wrap.emp-profile-tab-2052 .nav-tabs{top:2052px!important}.emp-profile-detaile-wrap.emp-profile-tab-2053 .nav-tabs{top:2053px!important}.emp-profile-detaile-wrap.emp-profile-tab-2054 .nav-tabs{top:2054px!important}.emp-profile-detaile-wrap.emp-profile-tab-2055 .nav-tabs{top:2055px!important}.emp-profile-detaile-wrap.emp-profile-tab-2056 .nav-tabs{top:2056px!important}.emp-profile-detaile-wrap.emp-profile-tab-2057 .nav-tabs{top:2057px!important}.emp-profile-detaile-wrap.emp-profile-tab-2058 .nav-tabs{top:2058px!important}.emp-profile-detaile-wrap.emp-profile-tab-2059 .nav-tabs{top:2059px!important}.emp-profile-detaile-wrap.emp-profile-tab-2060 .nav-tabs{top:2060px!important}.emp-profile-detaile-wrap.emp-profile-tab-2061 .nav-tabs{top:2061px!important}.emp-profile-detaile-wrap.emp-profile-tab-2062 .nav-tabs{top:2062px!important}.emp-profile-detaile-wrap.emp-profile-tab-2063 .nav-tabs{top:2063px!important}.emp-profile-detaile-wrap.emp-profile-tab-2064 .nav-tabs{top:2064px!important}.emp-profile-detaile-wrap.emp-profile-tab-2065 .nav-tabs{top:2065px!important}.emp-profile-detaile-wrap.emp-profile-tab-2066 .nav-tabs{top:2066px!important}.emp-profile-detaile-wrap.emp-profile-tab-2067 .nav-tabs{top:2067px!important}.emp-profile-detaile-wrap.emp-profile-tab-2068 .nav-tabs{top:2068px!important}.emp-profile-detaile-wrap.emp-profile-tab-2069 .nav-tabs{top:2069px!important}.emp-profile-detaile-wrap.emp-profile-tab-2070 .nav-tabs{top:2070px!important}.emp-profile-detaile-wrap.emp-profile-tab-2071 .nav-tabs{top:2071px!important}.emp-profile-detaile-wrap.emp-profile-tab-2072 .nav-tabs{top:2072px!important}.emp-profile-detaile-wrap.emp-profile-tab-2073 .nav-tabs{top:2073px!important}.emp-profile-detaile-wrap.emp-profile-tab-2074 .nav-tabs{top:2074px!important}.emp-profile-detaile-wrap.emp-profile-tab-2075 .nav-tabs{top:2075px!important}.emp-profile-detaile-wrap.emp-profile-tab-2076 .nav-tabs{top:2076px!important}.emp-profile-detaile-wrap.emp-profile-tab-2077 .nav-tabs{top:2077px!important}.emp-profile-detaile-wrap.emp-profile-tab-2078 .nav-tabs{top:2078px!important}.emp-profile-detaile-wrap.emp-profile-tab-2079 .nav-tabs{top:2079px!important}.emp-profile-detaile-wrap.emp-profile-tab-2080 .nav-tabs{top:2080px!important}.emp-profile-detaile-wrap.emp-profile-tab-2081 .nav-tabs{top:2081px!important}.emp-profile-detaile-wrap.emp-profile-tab-2082 .nav-tabs{top:2082px!important}.emp-profile-detaile-wrap.emp-profile-tab-2083 .nav-tabs{top:2083px!important}.emp-profile-detaile-wrap.emp-profile-tab-2084 .nav-tabs{top:2084px!important}.emp-profile-detaile-wrap.emp-profile-tab-2085 .nav-tabs{top:2085px!important}.emp-profile-detaile-wrap.emp-profile-tab-2086 .nav-tabs{top:2086px!important}.emp-profile-detaile-wrap.emp-profile-tab-2087 .nav-tabs{top:2087px!important}.emp-profile-detaile-wrap.emp-profile-tab-2088 .nav-tabs{top:2088px!important}.emp-profile-detaile-wrap.emp-profile-tab-2089 .nav-tabs{top:2089px!important}.emp-profile-detaile-wrap.emp-profile-tab-2090 .nav-tabs{top:2090px!important}.emp-profile-detaile-wrap.emp-profile-tab-2091 .nav-tabs{top:2091px!important}.emp-profile-detaile-wrap.emp-profile-tab-2092 .nav-tabs{top:2092px!important}.emp-profile-detaile-wrap.emp-profile-tab-2093 .nav-tabs{top:2093px!important}.emp-profile-detaile-wrap.emp-profile-tab-2094 .nav-tabs{top:2094px!important}.emp-profile-detaile-wrap.emp-profile-tab-2095 .nav-tabs{top:2095px!important}.emp-profile-detaile-wrap.emp-profile-tab-2096 .nav-tabs{top:2096px!important}.emp-profile-detaile-wrap.emp-profile-tab-2097 .nav-tabs{top:2097px!important}.emp-profile-detaile-wrap.emp-profile-tab-2098 .nav-tabs{top:2098px!important}.emp-profile-detaile-wrap.emp-profile-tab-2099 .nav-tabs{top:2099px!important}.emp-profile-detaile-wrap.emp-profile-tab-2100 .nav-tabs{top:2100px!important}.emp-profile-detaile-wrap.emp-profile-tab-2101 .nav-tabs{top:2101px!important}.emp-profile-detaile-wrap.emp-profile-tab-2102 .nav-tabs{top:2102px!important}.emp-profile-detaile-wrap.emp-profile-tab-2103 .nav-tabs{top:2103px!important}.emp-profile-detaile-wrap.emp-profile-tab-2104 .nav-tabs{top:2104px!important}.emp-profile-detaile-wrap.emp-profile-tab-2105 .nav-tabs{top:2105px!important}.emp-profile-detaile-wrap.emp-profile-tab-2106 .nav-tabs{top:2106px!important}.emp-profile-detaile-wrap.emp-profile-tab-2107 .nav-tabs{top:2107px!important}.emp-profile-detaile-wrap.emp-profile-tab-2108 .nav-tabs{top:2108px!important}.emp-profile-detaile-wrap.emp-profile-tab-2109 .nav-tabs{top:2109px!important}.emp-profile-detaile-wrap.emp-profile-tab-2110 .nav-tabs{top:2110px!important}.emp-profile-detaile-wrap.emp-profile-tab-2111 .nav-tabs{top:2111px!important}.emp-profile-detaile-wrap.emp-profile-tab-2112 .nav-tabs{top:2112px!important}.emp-profile-detaile-wrap.emp-profile-tab-2113 .nav-tabs{top:2113px!important}.emp-profile-detaile-wrap.emp-profile-tab-2114 .nav-tabs{top:2114px!important}.emp-profile-detaile-wrap.emp-profile-tab-2115 .nav-tabs{top:2115px!important}.emp-profile-detaile-wrap.emp-profile-tab-2116 .nav-tabs{top:2116px!important}.emp-profile-detaile-wrap.emp-profile-tab-2117 .nav-tabs{top:2117px!important}.emp-profile-detaile-wrap.emp-profile-tab-2118 .nav-tabs{top:2118px!important}.emp-profile-detaile-wrap.emp-profile-tab-2119 .nav-tabs{top:2119px!important}.emp-profile-detaile-wrap.emp-profile-tab-2120 .nav-tabs{top:2120px!important}.emp-profile-detaile-wrap.emp-profile-tab-2121 .nav-tabs{top:2121px!important}.emp-profile-detaile-wrap.emp-profile-tab-2122 .nav-tabs{top:2122px!important}.emp-profile-detaile-wrap.emp-profile-tab-2123 .nav-tabs{top:2123px!important}.emp-profile-detaile-wrap.emp-profile-tab-2124 .nav-tabs{top:2124px!important}.emp-profile-detaile-wrap.emp-profile-tab-2125 .nav-tabs{top:2125px!important}.emp-profile-detaile-wrap.emp-profile-tab-2126 .nav-tabs{top:2126px!important}.emp-profile-detaile-wrap.emp-profile-tab-2127 .nav-tabs{top:2127px!important}.emp-profile-detaile-wrap.emp-profile-tab-2128 .nav-tabs{top:2128px!important}.emp-profile-detaile-wrap.emp-profile-tab-2129 .nav-tabs{top:2129px!important}.emp-profile-detaile-wrap.emp-profile-tab-2130 .nav-tabs{top:2130px!important}.emp-profile-detaile-wrap.emp-profile-tab-2131 .nav-tabs{top:2131px!important}.emp-profile-detaile-wrap.emp-profile-tab-2132 .nav-tabs{top:2132px!important}.emp-profile-detaile-wrap.emp-profile-tab-2133 .nav-tabs{top:2133px!important}.emp-profile-detaile-wrap.emp-profile-tab-2134 .nav-tabs{top:2134px!important}.emp-profile-detaile-wrap.emp-profile-tab-2135 .nav-tabs{top:2135px!important}.emp-profile-detaile-wrap.emp-profile-tab-2136 .nav-tabs{top:2136px!important}.emp-profile-detaile-wrap.emp-profile-tab-2137 .nav-tabs{top:2137px!important}.emp-profile-detaile-wrap.emp-profile-tab-2138 .nav-tabs{top:2138px!important}.emp-profile-detaile-wrap.emp-profile-tab-2139 .nav-tabs{top:2139px!important}.emp-profile-detaile-wrap.emp-profile-tab-2140 .nav-tabs{top:2140px!important}.emp-profile-detaile-wrap.emp-profile-tab-2141 .nav-tabs{top:2141px!important}.emp-profile-detaile-wrap.emp-profile-tab-2142 .nav-tabs{top:2142px!important}.emp-profile-detaile-wrap.emp-profile-tab-2143 .nav-tabs{top:2143px!important}.emp-profile-detaile-wrap.emp-profile-tab-2144 .nav-tabs{top:2144px!important}.emp-profile-detaile-wrap.emp-profile-tab-2145 .nav-tabs{top:2145px!important}.emp-profile-detaile-wrap.emp-profile-tab-2146 .nav-tabs{top:2146px!important}.emp-profile-detaile-wrap.emp-profile-tab-2147 .nav-tabs{top:2147px!important}.emp-profile-detaile-wrap.emp-profile-tab-2148 .nav-tabs{top:2148px!important}.emp-profile-detaile-wrap.emp-profile-tab-2149 .nav-tabs{top:2149px!important}.emp-profile-detaile-wrap.emp-profile-tab-2150 .nav-tabs{top:2150px!important}.emp-profile-detaile-wrap.emp-profile-tab-2151 .nav-tabs{top:2151px!important}.emp-profile-detaile-wrap.emp-profile-tab-2152 .nav-tabs{top:2152px!important}.emp-profile-detaile-wrap.emp-profile-tab-2153 .nav-tabs{top:2153px!important}.emp-profile-detaile-wrap.emp-profile-tab-2154 .nav-tabs{top:2154px!important}.emp-profile-detaile-wrap.emp-profile-tab-2155 .nav-tabs{top:2155px!important}.emp-profile-detaile-wrap.emp-profile-tab-2156 .nav-tabs{top:2156px!important}.emp-profile-detaile-wrap.emp-profile-tab-2157 .nav-tabs{top:2157px!important}.emp-profile-detaile-wrap.emp-profile-tab-2158 .nav-tabs{top:2158px!important}.emp-profile-detaile-wrap.emp-profile-tab-2159 .nav-tabs{top:2159px!important}.emp-profile-detaile-wrap.emp-profile-tab-2160 .nav-tabs{top:2160px!important}.emp-profile-detaile-wrap.emp-profile-tab-2161 .nav-tabs{top:2161px!important}.emp-profile-detaile-wrap.emp-profile-tab-2162 .nav-tabs{top:2162px!important}.emp-profile-detaile-wrap.emp-profile-tab-2163 .nav-tabs{top:2163px!important}.emp-profile-detaile-wrap.emp-profile-tab-2164 .nav-tabs{top:2164px!important}.emp-profile-detaile-wrap.emp-profile-tab-2165 .nav-tabs{top:2165px!important}.emp-profile-detaile-wrap.emp-profile-tab-2166 .nav-tabs{top:2166px!important}.emp-profile-detaile-wrap.emp-profile-tab-2167 .nav-tabs{top:2167px!important}.emp-profile-detaile-wrap.emp-profile-tab-2168 .nav-tabs{top:2168px!important}.emp-profile-detaile-wrap.emp-profile-tab-2169 .nav-tabs{top:2169px!important}.emp-profile-detaile-wrap.emp-profile-tab-2170 .nav-tabs{top:2170px!important}.emp-profile-detaile-wrap.emp-profile-tab-2171 .nav-tabs{top:2171px!important}.emp-profile-detaile-wrap.emp-profile-tab-2172 .nav-tabs{top:2172px!important}.emp-profile-detaile-wrap.emp-profile-tab-2173 .nav-tabs{top:2173px!important}.emp-profile-detaile-wrap.emp-profile-tab-2174 .nav-tabs{top:2174px!important}.emp-profile-detaile-wrap.emp-profile-tab-2175 .nav-tabs{top:2175px!important}.emp-profile-detaile-wrap.emp-profile-tab-2176 .nav-tabs{top:2176px!important}.emp-profile-detaile-wrap.emp-profile-tab-2177 .nav-tabs{top:2177px!important}.emp-profile-detaile-wrap.emp-profile-tab-2178 .nav-tabs{top:2178px!important}.emp-profile-detaile-wrap.emp-profile-tab-2179 .nav-tabs{top:2179px!important}.emp-profile-detaile-wrap.emp-profile-tab-2180 .nav-tabs{top:2180px!important}.emp-profile-detaile-wrap.emp-profile-tab-2181 .nav-tabs{top:2181px!important}.emp-profile-detaile-wrap.emp-profile-tab-2182 .nav-tabs{top:2182px!important}.emp-profile-detaile-wrap.emp-profile-tab-2183 .nav-tabs{top:2183px!important}.emp-profile-detaile-wrap.emp-profile-tab-2184 .nav-tabs{top:2184px!important}.emp-profile-detaile-wrap.emp-profile-tab-2185 .nav-tabs{top:2185px!important}.emp-profile-detaile-wrap.emp-profile-tab-2186 .nav-tabs{top:2186px!important}.emp-profile-detaile-wrap.emp-profile-tab-2187 .nav-tabs{top:2187px!important}.emp-profile-detaile-wrap.emp-profile-tab-2188 .nav-tabs{top:2188px!important}.emp-profile-detaile-wrap.emp-profile-tab-2189 .nav-tabs{top:2189px!important}.emp-profile-detaile-wrap.emp-profile-tab-2190 .nav-tabs{top:2190px!important}.emp-profile-detaile-wrap.emp-profile-tab-2191 .nav-tabs{top:2191px!important}.emp-profile-detaile-wrap.emp-profile-tab-2192 .nav-tabs{top:2192px!important}.emp-profile-detaile-wrap.emp-profile-tab-2193 .nav-tabs{top:2193px!important}.emp-profile-detaile-wrap.emp-profile-tab-2194 .nav-tabs{top:2194px!important}.emp-profile-detaile-wrap.emp-profile-tab-2195 .nav-tabs{top:2195px!important}.emp-profile-detaile-wrap.emp-profile-tab-2196 .nav-tabs{top:2196px!important}.emp-profile-detaile-wrap.emp-profile-tab-2197 .nav-tabs{top:2197px!important}.emp-profile-detaile-wrap.emp-profile-tab-2198 .nav-tabs{top:2198px!important}.emp-profile-detaile-wrap.emp-profile-tab-2199 .nav-tabs{top:2199px!important}.emp-profile-detaile-wrap.emp-profile-tab-2200 .nav-tabs{top:2200px!important}.emp-profile-detaile-wrap.emp-profile-tab-2201 .nav-tabs{top:2201px!important}.emp-profile-detaile-wrap.emp-profile-tab-2202 .nav-tabs{top:2202px!important}.emp-profile-detaile-wrap.emp-profile-tab-2203 .nav-tabs{top:2203px!important}.emp-profile-detaile-wrap.emp-profile-tab-2204 .nav-tabs{top:2204px!important}.emp-profile-detaile-wrap.emp-profile-tab-2205 .nav-tabs{top:2205px!important}.emp-profile-detaile-wrap.emp-profile-tab-2206 .nav-tabs{top:2206px!important}.emp-profile-detaile-wrap.emp-profile-tab-2207 .nav-tabs{top:2207px!important}.emp-profile-detaile-wrap.emp-profile-tab-2208 .nav-tabs{top:2208px!important}.emp-profile-detaile-wrap.emp-profile-tab-2209 .nav-tabs{top:2209px!important}.emp-profile-detaile-wrap.emp-profile-tab-2210 .nav-tabs{top:2210px!important}.emp-profile-detaile-wrap.emp-profile-tab-2211 .nav-tabs{top:2211px!important}.emp-profile-detaile-wrap.emp-profile-tab-2212 .nav-tabs{top:2212px!important}.emp-profile-detaile-wrap.emp-profile-tab-2213 .nav-tabs{top:2213px!important}.emp-profile-detaile-wrap.emp-profile-tab-2214 .nav-tabs{top:2214px!important}.emp-profile-detaile-wrap.emp-profile-tab-2215 .nav-tabs{top:2215px!important}.emp-profile-detaile-wrap.emp-profile-tab-2216 .nav-tabs{top:2216px!important}.emp-profile-detaile-wrap.emp-profile-tab-2217 .nav-tabs{top:2217px!important}.emp-profile-detaile-wrap.emp-profile-tab-2218 .nav-tabs{top:2218px!important}.emp-profile-detaile-wrap.emp-profile-tab-2219 .nav-tabs{top:2219px!important}.emp-profile-detaile-wrap.emp-profile-tab-2220 .nav-tabs{top:2220px!important}.emp-profile-detaile-wrap.emp-profile-tab-2221 .nav-tabs{top:2221px!important}.emp-profile-detaile-wrap.emp-profile-tab-2222 .nav-tabs{top:2222px!important}.emp-profile-detaile-wrap.emp-profile-tab-2223 .nav-tabs{top:2223px!important}.emp-profile-detaile-wrap.emp-profile-tab-2224 .nav-tabs{top:2224px!important}.emp-profile-detaile-wrap.emp-profile-tab-2225 .nav-tabs{top:2225px!important}.emp-profile-detaile-wrap.emp-profile-tab-2226 .nav-tabs{top:2226px!important}.emp-profile-detaile-wrap.emp-profile-tab-2227 .nav-tabs{top:2227px!important}.emp-profile-detaile-wrap.emp-profile-tab-2228 .nav-tabs{top:2228px!important}.emp-profile-detaile-wrap.emp-profile-tab-2229 .nav-tabs{top:2229px!important}.emp-profile-detaile-wrap.emp-profile-tab-2230 .nav-tabs{top:2230px!important}.emp-profile-detaile-wrap.emp-profile-tab-2231 .nav-tabs{top:2231px!important}.emp-profile-detaile-wrap.emp-profile-tab-2232 .nav-tabs{top:2232px!important}.emp-profile-detaile-wrap.emp-profile-tab-2233 .nav-tabs{top:2233px!important}.emp-profile-detaile-wrap.emp-profile-tab-2234 .nav-tabs{top:2234px!important}.emp-profile-detaile-wrap.emp-profile-tab-2235 .nav-tabs{top:2235px!important}.emp-profile-detaile-wrap.emp-profile-tab-2236 .nav-tabs{top:2236px!important}.emp-profile-detaile-wrap.emp-profile-tab-2237 .nav-tabs{top:2237px!important}.emp-profile-detaile-wrap.emp-profile-tab-2238 .nav-tabs{top:2238px!important}.emp-profile-detaile-wrap.emp-profile-tab-2239 .nav-tabs{top:2239px!important}.emp-profile-detaile-wrap.emp-profile-tab-2240 .nav-tabs{top:2240px!important}.emp-profile-detaile-wrap.emp-profile-tab-2241 .nav-tabs{top:2241px!important}.emp-profile-detaile-wrap.emp-profile-tab-2242 .nav-tabs{top:2242px!important}.emp-profile-detaile-wrap.emp-profile-tab-2243 .nav-tabs{top:2243px!important}.emp-profile-detaile-wrap.emp-profile-tab-2244 .nav-tabs{top:2244px!important}.emp-profile-detaile-wrap.emp-profile-tab-2245 .nav-tabs{top:2245px!important}.emp-profile-detaile-wrap.emp-profile-tab-2246 .nav-tabs{top:2246px!important}.emp-profile-detaile-wrap.emp-profile-tab-2247 .nav-tabs{top:2247px!important}.emp-profile-detaile-wrap.emp-profile-tab-2248 .nav-tabs{top:2248px!important}.emp-profile-detaile-wrap.emp-profile-tab-2249 .nav-tabs{top:2249px!important}.emp-profile-detaile-wrap.emp-profile-tab-2250 .nav-tabs{top:2250px!important}.emp-profile-detaile-wrap.emp-profile-tab-2251 .nav-tabs{top:2251px!important}.emp-profile-detaile-wrap.emp-profile-tab-2252 .nav-tabs{top:2252px!important}.emp-profile-detaile-wrap.emp-profile-tab-2253 .nav-tabs{top:2253px!important}.emp-profile-detaile-wrap.emp-profile-tab-2254 .nav-tabs{top:2254px!important}.emp-profile-detaile-wrap.emp-profile-tab-2255 .nav-tabs{top:2255px!important}.emp-profile-detaile-wrap.emp-profile-tab-2256 .nav-tabs{top:2256px!important}.emp-profile-detaile-wrap.emp-profile-tab-2257 .nav-tabs{top:2257px!important}.emp-profile-detaile-wrap.emp-profile-tab-2258 .nav-tabs{top:2258px!important}.emp-profile-detaile-wrap.emp-profile-tab-2259 .nav-tabs{top:2259px!important}.emp-profile-detaile-wrap.emp-profile-tab-2260 .nav-tabs{top:2260px!important}.emp-profile-detaile-wrap.emp-profile-tab-2261 .nav-tabs{top:2261px!important}.emp-profile-detaile-wrap.emp-profile-tab-2262 .nav-tabs{top:2262px!important}.emp-profile-detaile-wrap.emp-profile-tab-2263 .nav-tabs{top:2263px!important}.emp-profile-detaile-wrap.emp-profile-tab-2264 .nav-tabs{top:2264px!important}.emp-profile-detaile-wrap.emp-profile-tab-2265 .nav-tabs{top:2265px!important}.emp-profile-detaile-wrap.emp-profile-tab-2266 .nav-tabs{top:2266px!important}.emp-profile-detaile-wrap.emp-profile-tab-2267 .nav-tabs{top:2267px!important}.emp-profile-detaile-wrap.emp-profile-tab-2268 .nav-tabs{top:2268px!important}.emp-profile-detaile-wrap.emp-profile-tab-2269 .nav-tabs{top:2269px!important}.emp-profile-detaile-wrap.emp-profile-tab-2270 .nav-tabs{top:2270px!important}.emp-profile-detaile-wrap.emp-profile-tab-2271 .nav-tabs{top:2271px!important}.emp-profile-detaile-wrap.emp-profile-tab-2272 .nav-tabs{top:2272px!important}.emp-profile-detaile-wrap.emp-profile-tab-2273 .nav-tabs{top:2273px!important}.emp-profile-detaile-wrap.emp-profile-tab-2274 .nav-tabs{top:2274px!important}.emp-profile-detaile-wrap.emp-profile-tab-2275 .nav-tabs{top:2275px!important}.emp-profile-detaile-wrap.emp-profile-tab-2276 .nav-tabs{top:2276px!important}.emp-profile-detaile-wrap.emp-profile-tab-2277 .nav-tabs{top:2277px!important}.emp-profile-detaile-wrap.emp-profile-tab-2278 .nav-tabs{top:2278px!important}.emp-profile-detaile-wrap.emp-profile-tab-2279 .nav-tabs{top:2279px!important}.emp-profile-detaile-wrap.emp-profile-tab-2280 .nav-tabs{top:2280px!important}.emp-profile-detaile-wrap.emp-profile-tab-2281 .nav-tabs{top:2281px!important}.emp-profile-detaile-wrap.emp-profile-tab-2282 .nav-tabs{top:2282px!important}.emp-profile-detaile-wrap.emp-profile-tab-2283 .nav-tabs{top:2283px!important}.emp-profile-detaile-wrap.emp-profile-tab-2284 .nav-tabs{top:2284px!important}.emp-profile-detaile-wrap.emp-profile-tab-2285 .nav-tabs{top:2285px!important}.emp-profile-detaile-wrap.emp-profile-tab-2286 .nav-tabs{top:2286px!important}.emp-profile-detaile-wrap.emp-profile-tab-2287 .nav-tabs{top:2287px!important}.emp-profile-detaile-wrap.emp-profile-tab-2288 .nav-tabs{top:2288px!important}.emp-profile-detaile-wrap.emp-profile-tab-2289 .nav-tabs{top:2289px!important}.emp-profile-detaile-wrap.emp-profile-tab-2290 .nav-tabs{top:2290px!important}.emp-profile-detaile-wrap.emp-profile-tab-2291 .nav-tabs{top:2291px!important}.emp-profile-detaile-wrap.emp-profile-tab-2292 .nav-tabs{top:2292px!important}.emp-profile-detaile-wrap.emp-profile-tab-2293 .nav-tabs{top:2293px!important}.emp-profile-detaile-wrap.emp-profile-tab-2294 .nav-tabs{top:2294px!important}.emp-profile-detaile-wrap.emp-profile-tab-2295 .nav-tabs{top:2295px!important}.emp-profile-detaile-wrap.emp-profile-tab-2296 .nav-tabs{top:2296px!important}.emp-profile-detaile-wrap.emp-profile-tab-2297 .nav-tabs{top:2297px!important}.emp-profile-detaile-wrap.emp-profile-tab-2298 .nav-tabs{top:2298px!important}.emp-profile-detaile-wrap.emp-profile-tab-2299 .nav-tabs{top:2299px!important}.emp-profile-detaile-wrap.emp-profile-tab-2300 .nav-tabs{top:2300px!important}.emp-profile-detaile-wrap.emp-profile-tab-2301 .nav-tabs{top:2301px!important}.emp-profile-detaile-wrap.emp-profile-tab-2302 .nav-tabs{top:2302px!important}.emp-profile-detaile-wrap.emp-profile-tab-2303 .nav-tabs{top:2303px!important}.emp-profile-detaile-wrap.emp-profile-tab-2304 .nav-tabs{top:2304px!important}.emp-profile-detaile-wrap.emp-profile-tab-2305 .nav-tabs{top:2305px!important}.emp-profile-detaile-wrap.emp-profile-tab-2306 .nav-tabs{top:2306px!important}.emp-profile-detaile-wrap.emp-profile-tab-2307 .nav-tabs{top:2307px!important}.emp-profile-detaile-wrap.emp-profile-tab-2308 .nav-tabs{top:2308px!important}.emp-profile-detaile-wrap.emp-profile-tab-2309 .nav-tabs{top:2309px!important}.emp-profile-detaile-wrap.emp-profile-tab-2310 .nav-tabs{top:2310px!important}.emp-profile-detaile-wrap.emp-profile-tab-2311 .nav-tabs{top:2311px!important}.emp-profile-detaile-wrap.emp-profile-tab-2312 .nav-tabs{top:2312px!important}.emp-profile-detaile-wrap.emp-profile-tab-2313 .nav-tabs{top:2313px!important}.emp-profile-detaile-wrap.emp-profile-tab-2314 .nav-tabs{top:2314px!important}.emp-profile-detaile-wrap.emp-profile-tab-2315 .nav-tabs{top:2315px!important}.emp-profile-detaile-wrap.emp-profile-tab-2316 .nav-tabs{top:2316px!important}.emp-profile-detaile-wrap.emp-profile-tab-2317 .nav-tabs{top:2317px!important}.emp-profile-detaile-wrap.emp-profile-tab-2318 .nav-tabs{top:2318px!important}.emp-profile-detaile-wrap.emp-profile-tab-2319 .nav-tabs{top:2319px!important}.emp-profile-detaile-wrap.emp-profile-tab-2320 .nav-tabs{top:2320px!important}.emp-profile-detaile-wrap.emp-profile-tab-2321 .nav-tabs{top:2321px!important}.emp-profile-detaile-wrap.emp-profile-tab-2322 .nav-tabs{top:2322px!important}.emp-profile-detaile-wrap.emp-profile-tab-2323 .nav-tabs{top:2323px!important}.emp-profile-detaile-wrap.emp-profile-tab-2324 .nav-tabs{top:2324px!important}.emp-profile-detaile-wrap.emp-profile-tab-2325 .nav-tabs{top:2325px!important}.emp-profile-detaile-wrap.emp-profile-tab-2326 .nav-tabs{top:2326px!important}.emp-profile-detaile-wrap.emp-profile-tab-2327 .nav-tabs{top:2327px!important}.emp-profile-detaile-wrap.emp-profile-tab-2328 .nav-tabs{top:2328px!important}.emp-profile-detaile-wrap.emp-profile-tab-2329 .nav-tabs{top:2329px!important}.emp-profile-detaile-wrap.emp-profile-tab-2330 .nav-tabs{top:2330px!important}.emp-profile-detaile-wrap.emp-profile-tab-2331 .nav-tabs{top:2331px!important}.emp-profile-detaile-wrap.emp-profile-tab-2332 .nav-tabs{top:2332px!important}.emp-profile-detaile-wrap.emp-profile-tab-2333 .nav-tabs{top:2333px!important}.emp-profile-detaile-wrap.emp-profile-tab-2334 .nav-tabs{top:2334px!important}.emp-profile-detaile-wrap.emp-profile-tab-2335 .nav-tabs{top:2335px!important}.emp-profile-detaile-wrap.emp-profile-tab-2336 .nav-tabs{top:2336px!important}.emp-profile-detaile-wrap.emp-profile-tab-2337 .nav-tabs{top:2337px!important}.emp-profile-detaile-wrap.emp-profile-tab-2338 .nav-tabs{top:2338px!important}.emp-profile-detaile-wrap.emp-profile-tab-2339 .nav-tabs{top:2339px!important}.emp-profile-detaile-wrap.emp-profile-tab-2340 .nav-tabs{top:2340px!important}.emp-profile-detaile-wrap.emp-profile-tab-2341 .nav-tabs{top:2341px!important}.emp-profile-detaile-wrap.emp-profile-tab-2342 .nav-tabs{top:2342px!important}.emp-profile-detaile-wrap.emp-profile-tab-2343 .nav-tabs{top:2343px!important}.emp-profile-detaile-wrap.emp-profile-tab-2344 .nav-tabs{top:2344px!important}.emp-profile-detaile-wrap.emp-profile-tab-2345 .nav-tabs{top:2345px!important}.emp-profile-detaile-wrap.emp-profile-tab-2346 .nav-tabs{top:2346px!important}.emp-profile-detaile-wrap.emp-profile-tab-2347 .nav-tabs{top:2347px!important}.emp-profile-detaile-wrap.emp-profile-tab-2348 .nav-tabs{top:2348px!important}.emp-profile-detaile-wrap.emp-profile-tab-2349 .nav-tabs{top:2349px!important}.emp-profile-detaile-wrap.emp-profile-tab-2350 .nav-tabs{top:2350px!important}.emp-profile-detaile-wrap.emp-profile-tab-2351 .nav-tabs{top:2351px!important}.emp-profile-detaile-wrap.emp-profile-tab-2352 .nav-tabs{top:2352px!important}.emp-profile-detaile-wrap.emp-profile-tab-2353 .nav-tabs{top:2353px!important}.emp-profile-detaile-wrap.emp-profile-tab-2354 .nav-tabs{top:2354px!important}.emp-profile-detaile-wrap.emp-profile-tab-2355 .nav-tabs{top:2355px!important}.emp-profile-detaile-wrap.emp-profile-tab-2356 .nav-tabs{top:2356px!important}.emp-profile-detaile-wrap.emp-profile-tab-2357 .nav-tabs{top:2357px!important}.emp-profile-detaile-wrap.emp-profile-tab-2358 .nav-tabs{top:2358px!important}.emp-profile-detaile-wrap.emp-profile-tab-2359 .nav-tabs{top:2359px!important}.emp-profile-detaile-wrap.emp-profile-tab-2360 .nav-tabs{top:2360px!important}.emp-profile-detaile-wrap.emp-profile-tab-2361 .nav-tabs{top:2361px!important}.emp-profile-detaile-wrap.emp-profile-tab-2362 .nav-tabs{top:2362px!important}.emp-profile-detaile-wrap.emp-profile-tab-2363 .nav-tabs{top:2363px!important}.emp-profile-detaile-wrap.emp-profile-tab-2364 .nav-tabs{top:2364px!important}.emp-profile-detaile-wrap.emp-profile-tab-2365 .nav-tabs{top:2365px!important}.emp-profile-detaile-wrap.emp-profile-tab-2366 .nav-tabs{top:2366px!important}.emp-profile-detaile-wrap.emp-profile-tab-2367 .nav-tabs{top:2367px!important}.emp-profile-detaile-wrap.emp-profile-tab-2368 .nav-tabs{top:2368px!important}.emp-profile-detaile-wrap.emp-profile-tab-2369 .nav-tabs{top:2369px!important}.emp-profile-detaile-wrap.emp-profile-tab-2370 .nav-tabs{top:2370px!important}.emp-profile-detaile-wrap.emp-profile-tab-2371 .nav-tabs{top:2371px!important}.emp-profile-detaile-wrap.emp-profile-tab-2372 .nav-tabs{top:2372px!important}.emp-profile-detaile-wrap.emp-profile-tab-2373 .nav-tabs{top:2373px!important}.emp-profile-detaile-wrap.emp-profile-tab-2374 .nav-tabs{top:2374px!important}.emp-profile-detaile-wrap.emp-profile-tab-2375 .nav-tabs{top:2375px!important}.emp-profile-detaile-wrap.emp-profile-tab-2376 .nav-tabs{top:2376px!important}.emp-profile-detaile-wrap.emp-profile-tab-2377 .nav-tabs{top:2377px!important}.emp-profile-detaile-wrap.emp-profile-tab-2378 .nav-tabs{top:2378px!important}.emp-profile-detaile-wrap.emp-profile-tab-2379 .nav-tabs{top:2379px!important}.emp-profile-detaile-wrap.emp-profile-tab-2380 .nav-tabs{top:2380px!important}.emp-profile-detaile-wrap.emp-profile-tab-2381 .nav-tabs{top:2381px!important}.emp-profile-detaile-wrap.emp-profile-tab-2382 .nav-tabs{top:2382px!important}.emp-profile-detaile-wrap.emp-profile-tab-2383 .nav-tabs{top:2383px!important}.emp-profile-detaile-wrap.emp-profile-tab-2384 .nav-tabs{top:2384px!important}.emp-profile-detaile-wrap.emp-profile-tab-2385 .nav-tabs{top:2385px!important}.emp-profile-detaile-wrap.emp-profile-tab-2386 .nav-tabs{top:2386px!important}.emp-profile-detaile-wrap.emp-profile-tab-2387 .nav-tabs{top:2387px!important}.emp-profile-detaile-wrap.emp-profile-tab-2388 .nav-tabs{top:2388px!important}.emp-profile-detaile-wrap.emp-profile-tab-2389 .nav-tabs{top:2389px!important}.emp-profile-detaile-wrap.emp-profile-tab-2390 .nav-tabs{top:2390px!important}.emp-profile-detaile-wrap.emp-profile-tab-2391 .nav-tabs{top:2391px!important}.emp-profile-detaile-wrap.emp-profile-tab-2392 .nav-tabs{top:2392px!important}.emp-profile-detaile-wrap.emp-profile-tab-2393 .nav-tabs{top:2393px!important}.emp-profile-detaile-wrap.emp-profile-tab-2394 .nav-tabs{top:2394px!important}.emp-profile-detaile-wrap.emp-profile-tab-2395 .nav-tabs{top:2395px!important}.emp-profile-detaile-wrap.emp-profile-tab-2396 .nav-tabs{top:2396px!important}.emp-profile-detaile-wrap.emp-profile-tab-2397 .nav-tabs{top:2397px!important}.emp-profile-detaile-wrap.emp-profile-tab-2398 .nav-tabs{top:2398px!important}.emp-profile-detaile-wrap.emp-profile-tab-2399 .nav-tabs{top:2399px!important}.emp-profile-detaile-wrap.emp-profile-tab-2400 .nav-tabs{top:2400px!important}.emp-profile-detaile-wrap.emp-profile-tab-2401 .nav-tabs{top:2401px!important}.emp-profile-detaile-wrap.emp-profile-tab-2402 .nav-tabs{top:2402px!important}.emp-profile-detaile-wrap.emp-profile-tab-2403 .nav-tabs{top:2403px!important}.emp-profile-detaile-wrap.emp-profile-tab-2404 .nav-tabs{top:2404px!important}.emp-profile-detaile-wrap.emp-profile-tab-2405 .nav-tabs{top:2405px!important}.emp-profile-detaile-wrap.emp-profile-tab-2406 .nav-tabs{top:2406px!important}.emp-profile-detaile-wrap.emp-profile-tab-2407 .nav-tabs{top:2407px!important}.emp-profile-detaile-wrap.emp-profile-tab-2408 .nav-tabs{top:2408px!important}.emp-profile-detaile-wrap.emp-profile-tab-2409 .nav-tabs{top:2409px!important}.emp-profile-detaile-wrap.emp-profile-tab-2410 .nav-tabs{top:2410px!important}.emp-profile-detaile-wrap.emp-profile-tab-2411 .nav-tabs{top:2411px!important}.emp-profile-detaile-wrap.emp-profile-tab-2412 .nav-tabs{top:2412px!important}.emp-profile-detaile-wrap.emp-profile-tab-2413 .nav-tabs{top:2413px!important}.emp-profile-detaile-wrap.emp-profile-tab-2414 .nav-tabs{top:2414px!important}.emp-profile-detaile-wrap.emp-profile-tab-2415 .nav-tabs{top:2415px!important}.emp-profile-detaile-wrap.emp-profile-tab-2416 .nav-tabs{top:2416px!important}.emp-profile-detaile-wrap.emp-profile-tab-2417 .nav-tabs{top:2417px!important}.emp-profile-detaile-wrap.emp-profile-tab-2418 .nav-tabs{top:2418px!important}.emp-profile-detaile-wrap.emp-profile-tab-2419 .nav-tabs{top:2419px!important}.emp-profile-detaile-wrap.emp-profile-tab-2420 .nav-tabs{top:2420px!important}.emp-profile-detaile-wrap.emp-profile-tab-2421 .nav-tabs{top:2421px!important}.emp-profile-detaile-wrap.emp-profile-tab-2422 .nav-tabs{top:2422px!important}.emp-profile-detaile-wrap.emp-profile-tab-2423 .nav-tabs{top:2423px!important}.emp-profile-detaile-wrap.emp-profile-tab-2424 .nav-tabs{top:2424px!important}.emp-profile-detaile-wrap.emp-profile-tab-2425 .nav-tabs{top:2425px!important}.emp-profile-detaile-wrap.emp-profile-tab-2426 .nav-tabs{top:2426px!important}.emp-profile-detaile-wrap.emp-profile-tab-2427 .nav-tabs{top:2427px!important}.emp-profile-detaile-wrap.emp-profile-tab-2428 .nav-tabs{top:2428px!important}.emp-profile-detaile-wrap.emp-profile-tab-2429 .nav-tabs{top:2429px!important}.emp-profile-detaile-wrap.emp-profile-tab-2430 .nav-tabs{top:2430px!important}.emp-profile-detaile-wrap.emp-profile-tab-2431 .nav-tabs{top:2431px!important}.emp-profile-detaile-wrap.emp-profile-tab-2432 .nav-tabs{top:2432px!important}.emp-profile-detaile-wrap.emp-profile-tab-2433 .nav-tabs{top:2433px!important}.emp-profile-detaile-wrap.emp-profile-tab-2434 .nav-tabs{top:2434px!important}.emp-profile-detaile-wrap.emp-profile-tab-2435 .nav-tabs{top:2435px!important}.emp-profile-detaile-wrap.emp-profile-tab-2436 .nav-tabs{top:2436px!important}.emp-profile-detaile-wrap.emp-profile-tab-2437 .nav-tabs{top:2437px!important}.emp-profile-detaile-wrap.emp-profile-tab-2438 .nav-tabs{top:2438px!important}.emp-profile-detaile-wrap.emp-profile-tab-2439 .nav-tabs{top:2439px!important}.emp-profile-detaile-wrap.emp-profile-tab-2440 .nav-tabs{top:2440px!important}.emp-profile-detaile-wrap.emp-profile-tab-2441 .nav-tabs{top:2441px!important}.emp-profile-detaile-wrap.emp-profile-tab-2442 .nav-tabs{top:2442px!important}.emp-profile-detaile-wrap.emp-profile-tab-2443 .nav-tabs{top:2443px!important}.emp-profile-detaile-wrap.emp-profile-tab-2444 .nav-tabs{top:2444px!important}.emp-profile-detaile-wrap.emp-profile-tab-2445 .nav-tabs{top:2445px!important}.emp-profile-detaile-wrap.emp-profile-tab-2446 .nav-tabs{top:2446px!important}.emp-profile-detaile-wrap.emp-profile-tab-2447 .nav-tabs{top:2447px!important}.emp-profile-detaile-wrap.emp-profile-tab-2448 .nav-tabs{top:2448px!important}.emp-profile-detaile-wrap.emp-profile-tab-2449 .nav-tabs{top:2449px!important}.emp-profile-detaile-wrap.emp-profile-tab-2450 .nav-tabs{top:2450px!important}.emp-profile-detaile-wrap.emp-profile-tab-2451 .nav-tabs{top:2451px!important}.emp-profile-detaile-wrap.emp-profile-tab-2452 .nav-tabs{top:2452px!important}.emp-profile-detaile-wrap.emp-profile-tab-2453 .nav-tabs{top:2453px!important}.emp-profile-detaile-wrap.emp-profile-tab-2454 .nav-tabs{top:2454px!important}.emp-profile-detaile-wrap.emp-profile-tab-2455 .nav-tabs{top:2455px!important}.emp-profile-detaile-wrap.emp-profile-tab-2456 .nav-tabs{top:2456px!important}.emp-profile-detaile-wrap.emp-profile-tab-2457 .nav-tabs{top:2457px!important}.emp-profile-detaile-wrap.emp-profile-tab-2458 .nav-tabs{top:2458px!important}.emp-profile-detaile-wrap.emp-profile-tab-2459 .nav-tabs{top:2459px!important}.emp-profile-detaile-wrap.emp-profile-tab-2460 .nav-tabs{top:2460px!important}.emp-profile-detaile-wrap.emp-profile-tab-2461 .nav-tabs{top:2461px!important}.emp-profile-detaile-wrap.emp-profile-tab-2462 .nav-tabs{top:2462px!important}.emp-profile-detaile-wrap.emp-profile-tab-2463 .nav-tabs{top:2463px!important}.emp-profile-detaile-wrap.emp-profile-tab-2464 .nav-tabs{top:2464px!important}.emp-profile-detaile-wrap.emp-profile-tab-2465 .nav-tabs{top:2465px!important}.emp-profile-detaile-wrap.emp-profile-tab-2466 .nav-tabs{top:2466px!important}.emp-profile-detaile-wrap.emp-profile-tab-2467 .nav-tabs{top:2467px!important}.emp-profile-detaile-wrap.emp-profile-tab-2468 .nav-tabs{top:2468px!important}.emp-profile-detaile-wrap.emp-profile-tab-2469 .nav-tabs{top:2469px!important}.emp-profile-detaile-wrap.emp-profile-tab-2470 .nav-tabs{top:2470px!important}.emp-profile-detaile-wrap.emp-profile-tab-2471 .nav-tabs{top:2471px!important}.emp-profile-detaile-wrap.emp-profile-tab-2472 .nav-tabs{top:2472px!important}.emp-profile-detaile-wrap.emp-profile-tab-2473 .nav-tabs{top:2473px!important}.emp-profile-detaile-wrap.emp-profile-tab-2474 .nav-tabs{top:2474px!important}.emp-profile-detaile-wrap.emp-profile-tab-2475 .nav-tabs{top:2475px!important}.emp-profile-detaile-wrap.emp-profile-tab-2476 .nav-tabs{top:2476px!important}.emp-profile-detaile-wrap.emp-profile-tab-2477 .nav-tabs{top:2477px!important}.emp-profile-detaile-wrap.emp-profile-tab-2478 .nav-tabs{top:2478px!important}.emp-profile-detaile-wrap.emp-profile-tab-2479 .nav-tabs{top:2479px!important}.emp-profile-detaile-wrap.emp-profile-tab-2480 .nav-tabs{top:2480px!important}.emp-profile-detaile-wrap.emp-profile-tab-2481 .nav-tabs{top:2481px!important}.emp-profile-detaile-wrap.emp-profile-tab-2482 .nav-tabs{top:2482px!important}.emp-profile-detaile-wrap.emp-profile-tab-2483 .nav-tabs{top:2483px!important}.emp-profile-detaile-wrap.emp-profile-tab-2484 .nav-tabs{top:2484px!important}.emp-profile-detaile-wrap.emp-profile-tab-2485 .nav-tabs{top:2485px!important}.emp-profile-detaile-wrap.emp-profile-tab-2486 .nav-tabs{top:2486px!important}.emp-profile-detaile-wrap.emp-profile-tab-2487 .nav-tabs{top:2487px!important}.emp-profile-detaile-wrap.emp-profile-tab-2488 .nav-tabs{top:2488px!important}.emp-profile-detaile-wrap.emp-profile-tab-2489 .nav-tabs{top:2489px!important}.emp-profile-detaile-wrap.emp-profile-tab-2490 .nav-tabs{top:2490px!important}.emp-profile-detaile-wrap.emp-profile-tab-2491 .nav-tabs{top:2491px!important}.emp-profile-detaile-wrap.emp-profile-tab-2492 .nav-tabs{top:2492px!important}.emp-profile-detaile-wrap.emp-profile-tab-2493 .nav-tabs{top:2493px!important}.emp-profile-detaile-wrap.emp-profile-tab-2494 .nav-tabs{top:2494px!important}.emp-profile-detaile-wrap.emp-profile-tab-2495 .nav-tabs{top:2495px!important}.emp-profile-detaile-wrap.emp-profile-tab-2496 .nav-tabs{top:2496px!important}.emp-profile-detaile-wrap.emp-profile-tab-2497 .nav-tabs{top:2497px!important}.emp-profile-detaile-wrap.emp-profile-tab-2498 .nav-tabs{top:2498px!important}.emp-profile-detaile-wrap.emp-profile-tab-2499 .nav-tabs{top:2499px!important}.emp-profile-detaile-wrap.emp-profile-tab-2500 .nav-tabs{top:2500px!important}.emp-profile-detaile-wrap.emp-profile-tab-2501 .nav-tabs{top:2501px!important}.emp-profile-detaile-wrap.emp-profile-tab-2502 .nav-tabs{top:2502px!important}.emp-profile-detaile-wrap.emp-profile-tab-2503 .nav-tabs{top:2503px!important}.emp-profile-detaile-wrap.emp-profile-tab-2504 .nav-tabs{top:2504px!important}.emp-profile-detaile-wrap.emp-profile-tab-2505 .nav-tabs{top:2505px!important}.emp-profile-detaile-wrap.emp-profile-tab-2506 .nav-tabs{top:2506px!important}.emp-profile-detaile-wrap.emp-profile-tab-2507 .nav-tabs{top:2507px!important}.emp-profile-detaile-wrap.emp-profile-tab-2508 .nav-tabs{top:2508px!important}.emp-profile-detaile-wrap.emp-profile-tab-2509 .nav-tabs{top:2509px!important}.emp-profile-detaile-wrap.emp-profile-tab-2510 .nav-tabs{top:2510px!important}.emp-profile-detaile-wrap.emp-profile-tab-2511 .nav-tabs{top:2511px!important}.emp-profile-detaile-wrap.emp-profile-tab-2512 .nav-tabs{top:2512px!important}.emp-profile-detaile-wrap.emp-profile-tab-2513 .nav-tabs{top:2513px!important}.emp-profile-detaile-wrap.emp-profile-tab-2514 .nav-tabs{top:2514px!important}.emp-profile-detaile-wrap.emp-profile-tab-2515 .nav-tabs{top:2515px!important}.emp-profile-detaile-wrap.emp-profile-tab-2516 .nav-tabs{top:2516px!important}.emp-profile-detaile-wrap.emp-profile-tab-2517 .nav-tabs{top:2517px!important}.emp-profile-detaile-wrap.emp-profile-tab-2518 .nav-tabs{top:2518px!important}.emp-profile-detaile-wrap.emp-profile-tab-2519 .nav-tabs{top:2519px!important}.emp-profile-detaile-wrap.emp-profile-tab-2520 .nav-tabs{top:2520px!important}.emp-profile-detaile-wrap.emp-profile-tab-2521 .nav-tabs{top:2521px!important}.emp-profile-detaile-wrap.emp-profile-tab-2522 .nav-tabs{top:2522px!important}.emp-profile-detaile-wrap.emp-profile-tab-2523 .nav-tabs{top:2523px!important}.emp-profile-detaile-wrap.emp-profile-tab-2524 .nav-tabs{top:2524px!important}.emp-profile-detaile-wrap.emp-profile-tab-2525 .nav-tabs{top:2525px!important}.emp-profile-detaile-wrap.emp-profile-tab-2526 .nav-tabs{top:2526px!important}.emp-profile-detaile-wrap.emp-profile-tab-2527 .nav-tabs{top:2527px!important}.emp-profile-detaile-wrap.emp-profile-tab-2528 .nav-tabs{top:2528px!important}.emp-profile-detaile-wrap.emp-profile-tab-2529 .nav-tabs{top:2529px!important}.emp-profile-detaile-wrap.emp-profile-tab-2530 .nav-tabs{top:2530px!important}.emp-profile-detaile-wrap.emp-profile-tab-2531 .nav-tabs{top:2531px!important}.emp-profile-detaile-wrap.emp-profile-tab-2532 .nav-tabs{top:2532px!important}.emp-profile-detaile-wrap.emp-profile-tab-2533 .nav-tabs{top:2533px!important}.emp-profile-detaile-wrap.emp-profile-tab-2534 .nav-tabs{top:2534px!important}.emp-profile-detaile-wrap.emp-profile-tab-2535 .nav-tabs{top:2535px!important}.emp-profile-detaile-wrap.emp-profile-tab-2536 .nav-tabs{top:2536px!important}.emp-profile-detaile-wrap.emp-profile-tab-2537 .nav-tabs{top:2537px!important}.emp-profile-detaile-wrap.emp-profile-tab-2538 .nav-tabs{top:2538px!important}.emp-profile-detaile-wrap.emp-profile-tab-2539 .nav-tabs{top:2539px!important}.emp-profile-detaile-wrap.emp-profile-tab-2540 .nav-tabs{top:2540px!important}.emp-profile-detaile-wrap.emp-profile-tab-2541 .nav-tabs{top:2541px!important}.emp-profile-detaile-wrap.emp-profile-tab-2542 .nav-tabs{top:2542px!important}.emp-profile-detaile-wrap.emp-profile-tab-2543 .nav-tabs{top:2543px!important}.emp-profile-detaile-wrap.emp-profile-tab-2544 .nav-tabs{top:2544px!important}.emp-profile-detaile-wrap.emp-profile-tab-2545 .nav-tabs{top:2545px!important}.emp-profile-detaile-wrap.emp-profile-tab-2546 .nav-tabs{top:2546px!important}.emp-profile-detaile-wrap.emp-profile-tab-2547 .nav-tabs{top:2547px!important}.emp-profile-detaile-wrap.emp-profile-tab-2548 .nav-tabs{top:2548px!important}.emp-profile-detaile-wrap.emp-profile-tab-2549 .nav-tabs{top:2549px!important}.emp-profile-detaile-wrap.emp-profile-tab-2550 .nav-tabs{top:2550px!important}.emp-profile-detaile-wrap.emp-profile-tab-2551 .nav-tabs{top:2551px!important}.emp-profile-detaile-wrap.emp-profile-tab-2552 .nav-tabs{top:2552px!important}.emp-profile-detaile-wrap.emp-profile-tab-2553 .nav-tabs{top:2553px!important}.emp-profile-detaile-wrap.emp-profile-tab-2554 .nav-tabs{top:2554px!important}.emp-profile-detaile-wrap.emp-profile-tab-2555 .nav-tabs{top:2555px!important}.emp-profile-detaile-wrap.emp-profile-tab-2556 .nav-tabs{top:2556px!important}.emp-profile-detaile-wrap.emp-profile-tab-2557 .nav-tabs{top:2557px!important}.emp-profile-detaile-wrap.emp-profile-tab-2558 .nav-tabs{top:2558px!important}.emp-profile-detaile-wrap.emp-profile-tab-2559 .nav-tabs{top:2559px!important}.emp-profile-detaile-wrap.emp-profile-tab-2560 .nav-tabs{top:2560px!important}.emp-profile-detaile-wrap.emp-profile-tab-2561 .nav-tabs{top:2561px!important}.emp-profile-detaile-wrap.emp-profile-tab-2562 .nav-tabs{top:2562px!important}.emp-profile-detaile-wrap.emp-profile-tab-2563 .nav-tabs{top:2563px!important}.emp-profile-detaile-wrap.emp-profile-tab-2564 .nav-tabs{top:2564px!important}.emp-profile-detaile-wrap.emp-profile-tab-2565 .nav-tabs{top:2565px!important}.emp-profile-detaile-wrap.emp-profile-tab-2566 .nav-tabs{top:2566px!important}.emp-profile-detaile-wrap.emp-profile-tab-2567 .nav-tabs{top:2567px!important}.emp-profile-detaile-wrap.emp-profile-tab-2568 .nav-tabs{top:2568px!important}.emp-profile-detaile-wrap.emp-profile-tab-2569 .nav-tabs{top:2569px!important}.emp-profile-detaile-wrap.emp-profile-tab-2570 .nav-tabs{top:2570px!important}.emp-profile-detaile-wrap.emp-profile-tab-2571 .nav-tabs{top:2571px!important}.emp-profile-detaile-wrap.emp-profile-tab-2572 .nav-tabs{top:2572px!important}.emp-profile-detaile-wrap.emp-profile-tab-2573 .nav-tabs{top:2573px!important}.emp-profile-detaile-wrap.emp-profile-tab-2574 .nav-tabs{top:2574px!important}.emp-profile-detaile-wrap.emp-profile-tab-2575 .nav-tabs{top:2575px!important}.emp-profile-detaile-wrap.emp-profile-tab-2576 .nav-tabs{top:2576px!important}.emp-profile-detaile-wrap.emp-profile-tab-2577 .nav-tabs{top:2577px!important}.emp-profile-detaile-wrap.emp-profile-tab-2578 .nav-tabs{top:2578px!important}.emp-profile-detaile-wrap.emp-profile-tab-2579 .nav-tabs{top:2579px!important}.emp-profile-detaile-wrap.emp-profile-tab-2580 .nav-tabs{top:2580px!important}.emp-profile-detaile-wrap.emp-profile-tab-2581 .nav-tabs{top:2581px!important}.emp-profile-detaile-wrap.emp-profile-tab-2582 .nav-tabs{top:2582px!important}.emp-profile-detaile-wrap.emp-profile-tab-2583 .nav-tabs{top:2583px!important}.emp-profile-detaile-wrap.emp-profile-tab-2584 .nav-tabs{top:2584px!important}.emp-profile-detaile-wrap.emp-profile-tab-2585 .nav-tabs{top:2585px!important}.emp-profile-detaile-wrap.emp-profile-tab-2586 .nav-tabs{top:2586px!important}.emp-profile-detaile-wrap.emp-profile-tab-2587 .nav-tabs{top:2587px!important}.emp-profile-detaile-wrap.emp-profile-tab-2588 .nav-tabs{top:2588px!important}.emp-profile-detaile-wrap.emp-profile-tab-2589 .nav-tabs{top:2589px!important}.emp-profile-detaile-wrap.emp-profile-tab-2590 .nav-tabs{top:2590px!important}.emp-profile-detaile-wrap.emp-profile-tab-2591 .nav-tabs{top:2591px!important}.emp-profile-detaile-wrap.emp-profile-tab-2592 .nav-tabs{top:2592px!important}.emp-profile-detaile-wrap.emp-profile-tab-2593 .nav-tabs{top:2593px!important}.emp-profile-detaile-wrap.emp-profile-tab-2594 .nav-tabs{top:2594px!important}.emp-profile-detaile-wrap.emp-profile-tab-2595 .nav-tabs{top:2595px!important}.emp-profile-detaile-wrap.emp-profile-tab-2596 .nav-tabs{top:2596px!important}.emp-profile-detaile-wrap.emp-profile-tab-2597 .nav-tabs{top:2597px!important}.emp-profile-detaile-wrap.emp-profile-tab-2598 .nav-tabs{top:2598px!important}.emp-profile-detaile-wrap.emp-profile-tab-2599 .nav-tabs{top:2599px!important}.emp-profile-detaile-wrap.emp-profile-tab-2600 .nav-tabs{top:2600px!important}.emp-profile-detaile-wrap.emp-profile-tab-2601 .nav-tabs{top:2601px!important}.emp-profile-detaile-wrap.emp-profile-tab-2602 .nav-tabs{top:2602px!important}.emp-profile-detaile-wrap.emp-profile-tab-2603 .nav-tabs{top:2603px!important}.emp-profile-detaile-wrap.emp-profile-tab-2604 .nav-tabs{top:2604px!important}.emp-profile-detaile-wrap.emp-profile-tab-2605 .nav-tabs{top:2605px!important}.emp-profile-detaile-wrap.emp-profile-tab-2606 .nav-tabs{top:2606px!important}.emp-profile-detaile-wrap.emp-profile-tab-2607 .nav-tabs{top:2607px!important}.emp-profile-detaile-wrap.emp-profile-tab-2608 .nav-tabs{top:2608px!important}.emp-profile-detaile-wrap.emp-profile-tab-2609 .nav-tabs{top:2609px!important}.emp-profile-detaile-wrap.emp-profile-tab-2610 .nav-tabs{top:2610px!important}.emp-profile-detaile-wrap.emp-profile-tab-2611 .nav-tabs{top:2611px!important}.emp-profile-detaile-wrap.emp-profile-tab-2612 .nav-tabs{top:2612px!important}.emp-profile-detaile-wrap.emp-profile-tab-2613 .nav-tabs{top:2613px!important}.emp-profile-detaile-wrap.emp-profile-tab-2614 .nav-tabs{top:2614px!important}.emp-profile-detaile-wrap.emp-profile-tab-2615 .nav-tabs{top:2615px!important}.emp-profile-detaile-wrap.emp-profile-tab-2616 .nav-tabs{top:2616px!important}.emp-profile-detaile-wrap.emp-profile-tab-2617 .nav-tabs{top:2617px!important}.emp-profile-detaile-wrap.emp-profile-tab-2618 .nav-tabs{top:2618px!important}.emp-profile-detaile-wrap.emp-profile-tab-2619 .nav-tabs{top:2619px!important}.emp-profile-detaile-wrap.emp-profile-tab-2620 .nav-tabs{top:2620px!important}.emp-profile-detaile-wrap.emp-profile-tab-2621 .nav-tabs{top:2621px!important}.emp-profile-detaile-wrap.emp-profile-tab-2622 .nav-tabs{top:2622px!important}.emp-profile-detaile-wrap.emp-profile-tab-2623 .nav-tabs{top:2623px!important}.emp-profile-detaile-wrap.emp-profile-tab-2624 .nav-tabs{top:2624px!important}.emp-profile-detaile-wrap.emp-profile-tab-2625 .nav-tabs{top:2625px!important}.emp-profile-detaile-wrap.emp-profile-tab-2626 .nav-tabs{top:2626px!important}.emp-profile-detaile-wrap.emp-profile-tab-2627 .nav-tabs{top:2627px!important}.emp-profile-detaile-wrap.emp-profile-tab-2628 .nav-tabs{top:2628px!important}.emp-profile-detaile-wrap.emp-profile-tab-2629 .nav-tabs{top:2629px!important}.emp-profile-detaile-wrap.emp-profile-tab-2630 .nav-tabs{top:2630px!important}.emp-profile-detaile-wrap.emp-profile-tab-2631 .nav-tabs{top:2631px!important}.emp-profile-detaile-wrap.emp-profile-tab-2632 .nav-tabs{top:2632px!important}.emp-profile-detaile-wrap.emp-profile-tab-2633 .nav-tabs{top:2633px!important}.emp-profile-detaile-wrap.emp-profile-tab-2634 .nav-tabs{top:2634px!important}.emp-profile-detaile-wrap.emp-profile-tab-2635 .nav-tabs{top:2635px!important}.emp-profile-detaile-wrap.emp-profile-tab-2636 .nav-tabs{top:2636px!important}.emp-profile-detaile-wrap.emp-profile-tab-2637 .nav-tabs{top:2637px!important}.emp-profile-detaile-wrap.emp-profile-tab-2638 .nav-tabs{top:2638px!important}.emp-profile-detaile-wrap.emp-profile-tab-2639 .nav-tabs{top:2639px!important}.emp-profile-detaile-wrap.emp-profile-tab-2640 .nav-tabs{top:2640px!important}.emp-profile-detaile-wrap.emp-profile-tab-2641 .nav-tabs{top:2641px!important}.emp-profile-detaile-wrap.emp-profile-tab-2642 .nav-tabs{top:2642px!important}.emp-profile-detaile-wrap.emp-profile-tab-2643 .nav-tabs{top:2643px!important}.emp-profile-detaile-wrap.emp-profile-tab-2644 .nav-tabs{top:2644px!important}.emp-profile-detaile-wrap.emp-profile-tab-2645 .nav-tabs{top:2645px!important}.emp-profile-detaile-wrap.emp-profile-tab-2646 .nav-tabs{top:2646px!important}.emp-profile-detaile-wrap.emp-profile-tab-2647 .nav-tabs{top:2647px!important}.emp-profile-detaile-wrap.emp-profile-tab-2648 .nav-tabs{top:2648px!important}.emp-profile-detaile-wrap.emp-profile-tab-2649 .nav-tabs{top:2649px!important}.emp-profile-detaile-wrap.emp-profile-tab-2650 .nav-tabs{top:2650px!important}.emp-profile-detaile-wrap.emp-profile-tab-2651 .nav-tabs{top:2651px!important}.emp-profile-detaile-wrap.emp-profile-tab-2652 .nav-tabs{top:2652px!important}.emp-profile-detaile-wrap.emp-profile-tab-2653 .nav-tabs{top:2653px!important}.emp-profile-detaile-wrap.emp-profile-tab-2654 .nav-tabs{top:2654px!important}.emp-profile-detaile-wrap.emp-profile-tab-2655 .nav-tabs{top:2655px!important}.emp-profile-detaile-wrap.emp-profile-tab-2656 .nav-tabs{top:2656px!important}.emp-profile-detaile-wrap.emp-profile-tab-2657 .nav-tabs{top:2657px!important}.emp-profile-detaile-wrap.emp-profile-tab-2658 .nav-tabs{top:2658px!important}.emp-profile-detaile-wrap.emp-profile-tab-2659 .nav-tabs{top:2659px!important}.emp-profile-detaile-wrap.emp-profile-tab-2660 .nav-tabs{top:2660px!important}.emp-profile-detaile-wrap.emp-profile-tab-2661 .nav-tabs{top:2661px!important}.emp-profile-detaile-wrap.emp-profile-tab-2662 .nav-tabs{top:2662px!important}.emp-profile-detaile-wrap.emp-profile-tab-2663 .nav-tabs{top:2663px!important}.emp-profile-detaile-wrap.emp-profile-tab-2664 .nav-tabs{top:2664px!important}.emp-profile-detaile-wrap.emp-profile-tab-2665 .nav-tabs{top:2665px!important}.emp-profile-detaile-wrap.emp-profile-tab-2666 .nav-tabs{top:2666px!important}.emp-profile-detaile-wrap.emp-profile-tab-2667 .nav-tabs{top:2667px!important}.emp-profile-detaile-wrap.emp-profile-tab-2668 .nav-tabs{top:2668px!important}.emp-profile-detaile-wrap.emp-profile-tab-2669 .nav-tabs{top:2669px!important}.emp-profile-detaile-wrap.emp-profile-tab-2670 .nav-tabs{top:2670px!important}.emp-profile-detaile-wrap.emp-profile-tab-2671 .nav-tabs{top:2671px!important}.emp-profile-detaile-wrap.emp-profile-tab-2672 .nav-tabs{top:2672px!important}.emp-profile-detaile-wrap.emp-profile-tab-2673 .nav-tabs{top:2673px!important}.emp-profile-detaile-wrap.emp-profile-tab-2674 .nav-tabs{top:2674px!important}.emp-profile-detaile-wrap.emp-profile-tab-2675 .nav-tabs{top:2675px!important}.emp-profile-detaile-wrap.emp-profile-tab-2676 .nav-tabs{top:2676px!important}.emp-profile-detaile-wrap.emp-profile-tab-2677 .nav-tabs{top:2677px!important}.emp-profile-detaile-wrap.emp-profile-tab-2678 .nav-tabs{top:2678px!important}.emp-profile-detaile-wrap.emp-profile-tab-2679 .nav-tabs{top:2679px!important}.emp-profile-detaile-wrap.emp-profile-tab-2680 .nav-tabs{top:2680px!important}.emp-profile-detaile-wrap.emp-profile-tab-2681 .nav-tabs{top:2681px!important}.emp-profile-detaile-wrap.emp-profile-tab-2682 .nav-tabs{top:2682px!important}.emp-profile-detaile-wrap.emp-profile-tab-2683 .nav-tabs{top:2683px!important}.emp-profile-detaile-wrap.emp-profile-tab-2684 .nav-tabs{top:2684px!important}.emp-profile-detaile-wrap.emp-profile-tab-2685 .nav-tabs{top:2685px!important}.emp-profile-detaile-wrap.emp-profile-tab-2686 .nav-tabs{top:2686px!important}.emp-profile-detaile-wrap.emp-profile-tab-2687 .nav-tabs{top:2687px!important}.emp-profile-detaile-wrap.emp-profile-tab-2688 .nav-tabs{top:2688px!important}.emp-profile-detaile-wrap.emp-profile-tab-2689 .nav-tabs{top:2689px!important}.emp-profile-detaile-wrap.emp-profile-tab-2690 .nav-tabs{top:2690px!important}.emp-profile-detaile-wrap.emp-profile-tab-2691 .nav-tabs{top:2691px!important}.emp-profile-detaile-wrap.emp-profile-tab-2692 .nav-tabs{top:2692px!important}.emp-profile-detaile-wrap.emp-profile-tab-2693 .nav-tabs{top:2693px!important}.emp-profile-detaile-wrap.emp-profile-tab-2694 .nav-tabs{top:2694px!important}.emp-profile-detaile-wrap.emp-profile-tab-2695 .nav-tabs{top:2695px!important}.emp-profile-detaile-wrap.emp-profile-tab-2696 .nav-tabs{top:2696px!important}.emp-profile-detaile-wrap.emp-profile-tab-2697 .nav-tabs{top:2697px!important}.emp-profile-detaile-wrap.emp-profile-tab-2698 .nav-tabs{top:2698px!important}.emp-profile-detaile-wrap.emp-profile-tab-2699 .nav-tabs{top:2699px!important}.emp-profile-detaile-wrap.emp-profile-tab-2700 .nav-tabs{top:2700px!important}.emp-profile-detaile-wrap.emp-profile-tab-2701 .nav-tabs{top:2701px!important}.emp-profile-detaile-wrap.emp-profile-tab-2702 .nav-tabs{top:2702px!important}.emp-profile-detaile-wrap.emp-profile-tab-2703 .nav-tabs{top:2703px!important}.emp-profile-detaile-wrap.emp-profile-tab-2704 .nav-tabs{top:2704px!important}.emp-profile-detaile-wrap.emp-profile-tab-2705 .nav-tabs{top:2705px!important}.emp-profile-detaile-wrap.emp-profile-tab-2706 .nav-tabs{top:2706px!important}.emp-profile-detaile-wrap.emp-profile-tab-2707 .nav-tabs{top:2707px!important}.emp-profile-detaile-wrap.emp-profile-tab-2708 .nav-tabs{top:2708px!important}.emp-profile-detaile-wrap.emp-profile-tab-2709 .nav-tabs{top:2709px!important}.emp-profile-detaile-wrap.emp-profile-tab-2710 .nav-tabs{top:2710px!important}.emp-profile-detaile-wrap.emp-profile-tab-2711 .nav-tabs{top:2711px!important}.emp-profile-detaile-wrap.emp-profile-tab-2712 .nav-tabs{top:2712px!important}.emp-profile-detaile-wrap.emp-profile-tab-2713 .nav-tabs{top:2713px!important}.emp-profile-detaile-wrap.emp-profile-tab-2714 .nav-tabs{top:2714px!important}.emp-profile-detaile-wrap.emp-profile-tab-2715 .nav-tabs{top:2715px!important}.emp-profile-detaile-wrap.emp-profile-tab-2716 .nav-tabs{top:2716px!important}.emp-profile-detaile-wrap.emp-profile-tab-2717 .nav-tabs{top:2717px!important}.emp-profile-detaile-wrap.emp-profile-tab-2718 .nav-tabs{top:2718px!important}.emp-profile-detaile-wrap.emp-profile-tab-2719 .nav-tabs{top:2719px!important}.emp-profile-detaile-wrap.emp-profile-tab-2720 .nav-tabs{top:2720px!important}.emp-profile-detaile-wrap.emp-profile-tab-2721 .nav-tabs{top:2721px!important}.emp-profile-detaile-wrap.emp-profile-tab-2722 .nav-tabs{top:2722px!important}.emp-profile-detaile-wrap.emp-profile-tab-2723 .nav-tabs{top:2723px!important}.emp-profile-detaile-wrap.emp-profile-tab-2724 .nav-tabs{top:2724px!important}.emp-profile-detaile-wrap.emp-profile-tab-2725 .nav-tabs{top:2725px!important}.emp-profile-detaile-wrap.emp-profile-tab-2726 .nav-tabs{top:2726px!important}.emp-profile-detaile-wrap.emp-profile-tab-2727 .nav-tabs{top:2727px!important}.emp-profile-detaile-wrap.emp-profile-tab-2728 .nav-tabs{top:2728px!important}.emp-profile-detaile-wrap.emp-profile-tab-2729 .nav-tabs{top:2729px!important}.emp-profile-detaile-wrap.emp-profile-tab-2730 .nav-tabs{top:2730px!important}.emp-profile-detaile-wrap.emp-profile-tab-2731 .nav-tabs{top:2731px!important}.emp-profile-detaile-wrap.emp-profile-tab-2732 .nav-tabs{top:2732px!important}.emp-profile-detaile-wrap.emp-profile-tab-2733 .nav-tabs{top:2733px!important}.emp-profile-detaile-wrap.emp-profile-tab-2734 .nav-tabs{top:2734px!important}.emp-profile-detaile-wrap.emp-profile-tab-2735 .nav-tabs{top:2735px!important}.emp-profile-detaile-wrap.emp-profile-tab-2736 .nav-tabs{top:2736px!important}.emp-profile-detaile-wrap.emp-profile-tab-2737 .nav-tabs{top:2737px!important}.emp-profile-detaile-wrap.emp-profile-tab-2738 .nav-tabs{top:2738px!important}.emp-profile-detaile-wrap.emp-profile-tab-2739 .nav-tabs{top:2739px!important}.emp-profile-detaile-wrap.emp-profile-tab-2740 .nav-tabs{top:2740px!important}.emp-profile-detaile-wrap.emp-profile-tab-2741 .nav-tabs{top:2741px!important}.emp-profile-detaile-wrap.emp-profile-tab-2742 .nav-tabs{top:2742px!important}.emp-profile-detaile-wrap.emp-profile-tab-2743 .nav-tabs{top:2743px!important}.emp-profile-detaile-wrap.emp-profile-tab-2744 .nav-tabs{top:2744px!important}.emp-profile-detaile-wrap.emp-profile-tab-2745 .nav-tabs{top:2745px!important}.emp-profile-detaile-wrap.emp-profile-tab-2746 .nav-tabs{top:2746px!important}.emp-profile-detaile-wrap.emp-profile-tab-2747 .nav-tabs{top:2747px!important}.emp-profile-detaile-wrap.emp-profile-tab-2748 .nav-tabs{top:2748px!important}.emp-profile-detaile-wrap.emp-profile-tab-2749 .nav-tabs{top:2749px!important}.emp-profile-detaile-wrap.emp-profile-tab-2750 .nav-tabs{top:2750px!important}.emp-profile-detaile-wrap.emp-profile-tab-2751 .nav-tabs{top:2751px!important}.emp-profile-detaile-wrap.emp-profile-tab-2752 .nav-tabs{top:2752px!important}.emp-profile-detaile-wrap.emp-profile-tab-2753 .nav-tabs{top:2753px!important}.emp-profile-detaile-wrap.emp-profile-tab-2754 .nav-tabs{top:2754px!important}.emp-profile-detaile-wrap.emp-profile-tab-2755 .nav-tabs{top:2755px!important}.emp-profile-detaile-wrap.emp-profile-tab-2756 .nav-tabs{top:2756px!important}.emp-profile-detaile-wrap.emp-profile-tab-2757 .nav-tabs{top:2757px!important}.emp-profile-detaile-wrap.emp-profile-tab-2758 .nav-tabs{top:2758px!important}.emp-profile-detaile-wrap.emp-profile-tab-2759 .nav-tabs{top:2759px!important}.emp-profile-detaile-wrap.emp-profile-tab-2760 .nav-tabs{top:2760px!important}.emp-profile-detaile-wrap.emp-profile-tab-2761 .nav-tabs{top:2761px!important}.emp-profile-detaile-wrap.emp-profile-tab-2762 .nav-tabs{top:2762px!important}.emp-profile-detaile-wrap.emp-profile-tab-2763 .nav-tabs{top:2763px!important}.emp-profile-detaile-wrap.emp-profile-tab-2764 .nav-tabs{top:2764px!important}.emp-profile-detaile-wrap.emp-profile-tab-2765 .nav-tabs{top:2765px!important}.emp-profile-detaile-wrap.emp-profile-tab-2766 .nav-tabs{top:2766px!important}.emp-profile-detaile-wrap.emp-profile-tab-2767 .nav-tabs{top:2767px!important}.emp-profile-detaile-wrap.emp-profile-tab-2768 .nav-tabs{top:2768px!important}.emp-profile-detaile-wrap.emp-profile-tab-2769 .nav-tabs{top:2769px!important}.emp-profile-detaile-wrap.emp-profile-tab-2770 .nav-tabs{top:2770px!important}.emp-profile-detaile-wrap.emp-profile-tab-2771 .nav-tabs{top:2771px!important}.emp-profile-detaile-wrap.emp-profile-tab-2772 .nav-tabs{top:2772px!important}.emp-profile-detaile-wrap.emp-profile-tab-2773 .nav-tabs{top:2773px!important}.emp-profile-detaile-wrap.emp-profile-tab-2774 .nav-tabs{top:2774px!important}.emp-profile-detaile-wrap.emp-profile-tab-2775 .nav-tabs{top:2775px!important}.emp-profile-detaile-wrap.emp-profile-tab-2776 .nav-tabs{top:2776px!important}.emp-profile-detaile-wrap.emp-profile-tab-2777 .nav-tabs{top:2777px!important}.emp-profile-detaile-wrap.emp-profile-tab-2778 .nav-tabs{top:2778px!important}.emp-profile-detaile-wrap.emp-profile-tab-2779 .nav-tabs{top:2779px!important}.emp-profile-detaile-wrap.emp-profile-tab-2780 .nav-tabs{top:2780px!important}.emp-profile-detaile-wrap.emp-profile-tab-2781 .nav-tabs{top:2781px!important}.emp-profile-detaile-wrap.emp-profile-tab-2782 .nav-tabs{top:2782px!important}.emp-profile-detaile-wrap.emp-profile-tab-2783 .nav-tabs{top:2783px!important}.emp-profile-detaile-wrap.emp-profile-tab-2784 .nav-tabs{top:2784px!important}.emp-profile-detaile-wrap.emp-profile-tab-2785 .nav-tabs{top:2785px!important}.emp-profile-detaile-wrap.emp-profile-tab-2786 .nav-tabs{top:2786px!important}.emp-profile-detaile-wrap.emp-profile-tab-2787 .nav-tabs{top:2787px!important}.emp-profile-detaile-wrap.emp-profile-tab-2788 .nav-tabs{top:2788px!important}.emp-profile-detaile-wrap.emp-profile-tab-2789 .nav-tabs{top:2789px!important}.emp-profile-detaile-wrap.emp-profile-tab-2790 .nav-tabs{top:2790px!important}.emp-profile-detaile-wrap.emp-profile-tab-2791 .nav-tabs{top:2791px!important}.emp-profile-detaile-wrap.emp-profile-tab-2792 .nav-tabs{top:2792px!important}.emp-profile-detaile-wrap.emp-profile-tab-2793 .nav-tabs{top:2793px!important}.emp-profile-detaile-wrap.emp-profile-tab-2794 .nav-tabs{top:2794px!important}.emp-profile-detaile-wrap.emp-profile-tab-2795 .nav-tabs{top:2795px!important}.emp-profile-detaile-wrap.emp-profile-tab-2796 .nav-tabs{top:2796px!important}.emp-profile-detaile-wrap.emp-profile-tab-2797 .nav-tabs{top:2797px!important}.emp-profile-detaile-wrap.emp-profile-tab-2798 .nav-tabs{top:2798px!important}.emp-profile-detaile-wrap.emp-profile-tab-2799 .nav-tabs{top:2799px!important}.emp-profile-detaile-wrap.emp-profile-tab-2800 .nav-tabs{top:2800px!important}.emp-profile-detaile-wrap.emp-profile-tab-2801 .nav-tabs{top:2801px!important}.emp-profile-detaile-wrap.emp-profile-tab-2802 .nav-tabs{top:2802px!important}.emp-profile-detaile-wrap.emp-profile-tab-2803 .nav-tabs{top:2803px!important}.emp-profile-detaile-wrap.emp-profile-tab-2804 .nav-tabs{top:2804px!important}.emp-profile-detaile-wrap.emp-profile-tab-2805 .nav-tabs{top:2805px!important}.emp-profile-detaile-wrap.emp-profile-tab-2806 .nav-tabs{top:2806px!important}.emp-profile-detaile-wrap.emp-profile-tab-2807 .nav-tabs{top:2807px!important}.emp-profile-detaile-wrap.emp-profile-tab-2808 .nav-tabs{top:2808px!important}.emp-profile-detaile-wrap.emp-profile-tab-2809 .nav-tabs{top:2809px!important}.emp-profile-detaile-wrap.emp-profile-tab-2810 .nav-tabs{top:2810px!important}.emp-profile-detaile-wrap.emp-profile-tab-2811 .nav-tabs{top:2811px!important}.emp-profile-detaile-wrap.emp-profile-tab-2812 .nav-tabs{top:2812px!important}.emp-profile-detaile-wrap.emp-profile-tab-2813 .nav-tabs{top:2813px!important}.emp-profile-detaile-wrap.emp-profile-tab-2814 .nav-tabs{top:2814px!important}.emp-profile-detaile-wrap.emp-profile-tab-2815 .nav-tabs{top:2815px!important}.emp-profile-detaile-wrap.emp-profile-tab-2816 .nav-tabs{top:2816px!important}.emp-profile-detaile-wrap.emp-profile-tab-2817 .nav-tabs{top:2817px!important}.emp-profile-detaile-wrap.emp-profile-tab-2818 .nav-tabs{top:2818px!important}.emp-profile-detaile-wrap.emp-profile-tab-2819 .nav-tabs{top:2819px!important}.emp-profile-detaile-wrap.emp-profile-tab-2820 .nav-tabs{top:2820px!important}.emp-profile-detaile-wrap.emp-profile-tab-2821 .nav-tabs{top:2821px!important}.emp-profile-detaile-wrap.emp-profile-tab-2822 .nav-tabs{top:2822px!important}.emp-profile-detaile-wrap.emp-profile-tab-2823 .nav-tabs{top:2823px!important}.emp-profile-detaile-wrap.emp-profile-tab-2824 .nav-tabs{top:2824px!important}.emp-profile-detaile-wrap.emp-profile-tab-2825 .nav-tabs{top:2825px!important}.emp-profile-detaile-wrap.emp-profile-tab-2826 .nav-tabs{top:2826px!important}.emp-profile-detaile-wrap.emp-profile-tab-2827 .nav-tabs{top:2827px!important}.emp-profile-detaile-wrap.emp-profile-tab-2828 .nav-tabs{top:2828px!important}.emp-profile-detaile-wrap.emp-profile-tab-2829 .nav-tabs{top:2829px!important}.emp-profile-detaile-wrap.emp-profile-tab-2830 .nav-tabs{top:2830px!important}.emp-profile-detaile-wrap.emp-profile-tab-2831 .nav-tabs{top:2831px!important}.emp-profile-detaile-wrap.emp-profile-tab-2832 .nav-tabs{top:2832px!important}.emp-profile-detaile-wrap.emp-profile-tab-2833 .nav-tabs{top:2833px!important}.emp-profile-detaile-wrap.emp-profile-tab-2834 .nav-tabs{top:2834px!important}.emp-profile-detaile-wrap.emp-profile-tab-2835 .nav-tabs{top:2835px!important}.emp-profile-detaile-wrap.emp-profile-tab-2836 .nav-tabs{top:2836px!important}.emp-profile-detaile-wrap.emp-profile-tab-2837 .nav-tabs{top:2837px!important}.emp-profile-detaile-wrap.emp-profile-tab-2838 .nav-tabs{top:2838px!important}.emp-profile-detaile-wrap.emp-profile-tab-2839 .nav-tabs{top:2839px!important}.emp-profile-detaile-wrap.emp-profile-tab-2840 .nav-tabs{top:2840px!important}.emp-profile-detaile-wrap.emp-profile-tab-2841 .nav-tabs{top:2841px!important}.emp-profile-detaile-wrap.emp-profile-tab-2842 .nav-tabs{top:2842px!important}.emp-profile-detaile-wrap.emp-profile-tab-2843 .nav-tabs{top:2843px!important}.emp-profile-detaile-wrap.emp-profile-tab-2844 .nav-tabs{top:2844px!important}.emp-profile-detaile-wrap.emp-profile-tab-2845 .nav-tabs{top:2845px!important}.emp-profile-detaile-wrap.emp-profile-tab-2846 .nav-tabs{top:2846px!important}.emp-profile-detaile-wrap.emp-profile-tab-2847 .nav-tabs{top:2847px!important}.emp-profile-detaile-wrap.emp-profile-tab-2848 .nav-tabs{top:2848px!important}.emp-profile-detaile-wrap.emp-profile-tab-2849 .nav-tabs{top:2849px!important}.emp-profile-detaile-wrap.emp-profile-tab-2850 .nav-tabs{top:2850px!important}.emp-profile-detaile-wrap.emp-profile-tab-2851 .nav-tabs{top:2851px!important}.emp-profile-detaile-wrap.emp-profile-tab-2852 .nav-tabs{top:2852px!important}.emp-profile-detaile-wrap.emp-profile-tab-2853 .nav-tabs{top:2853px!important}.emp-profile-detaile-wrap.emp-profile-tab-2854 .nav-tabs{top:2854px!important}.emp-profile-detaile-wrap.emp-profile-tab-2855 .nav-tabs{top:2855px!important}.emp-profile-detaile-wrap.emp-profile-tab-2856 .nav-tabs{top:2856px!important}.emp-profile-detaile-wrap.emp-profile-tab-2857 .nav-tabs{top:2857px!important}.emp-profile-detaile-wrap.emp-profile-tab-2858 .nav-tabs{top:2858px!important}.emp-profile-detaile-wrap.emp-profile-tab-2859 .nav-tabs{top:2859px!important}.emp-profile-detaile-wrap.emp-profile-tab-2860 .nav-tabs{top:2860px!important}.emp-profile-detaile-wrap.emp-profile-tab-2861 .nav-tabs{top:2861px!important}.emp-profile-detaile-wrap.emp-profile-tab-2862 .nav-tabs{top:2862px!important}.emp-profile-detaile-wrap.emp-profile-tab-2863 .nav-tabs{top:2863px!important}.emp-profile-detaile-wrap.emp-profile-tab-2864 .nav-tabs{top:2864px!important}.emp-profile-detaile-wrap.emp-profile-tab-2865 .nav-tabs{top:2865px!important}.emp-profile-detaile-wrap.emp-profile-tab-2866 .nav-tabs{top:2866px!important}.emp-profile-detaile-wrap.emp-profile-tab-2867 .nav-tabs{top:2867px!important}.emp-profile-detaile-wrap.emp-profile-tab-2868 .nav-tabs{top:2868px!important}.emp-profile-detaile-wrap.emp-profile-tab-2869 .nav-tabs{top:2869px!important}.emp-profile-detaile-wrap.emp-profile-tab-2870 .nav-tabs{top:2870px!important}.emp-profile-detaile-wrap.emp-profile-tab-2871 .nav-tabs{top:2871px!important}.emp-profile-detaile-wrap.emp-profile-tab-2872 .nav-tabs{top:2872px!important}.emp-profile-detaile-wrap.emp-profile-tab-2873 .nav-tabs{top:2873px!important}.emp-profile-detaile-wrap.emp-profile-tab-2874 .nav-tabs{top:2874px!important}.emp-profile-detaile-wrap.emp-profile-tab-2875 .nav-tabs{top:2875px!important}.emp-profile-detaile-wrap.emp-profile-tab-2876 .nav-tabs{top:2876px!important}.emp-profile-detaile-wrap.emp-profile-tab-2877 .nav-tabs{top:2877px!important}.emp-profile-detaile-wrap.emp-profile-tab-2878 .nav-tabs{top:2878px!important}.emp-profile-detaile-wrap.emp-profile-tab-2879 .nav-tabs{top:2879px!important}.emp-profile-detaile-wrap.emp-profile-tab-2880 .nav-tabs{top:2880px!important}.emp-profile-detaile-wrap.emp-profile-tab-2881 .nav-tabs{top:2881px!important}.emp-profile-detaile-wrap.emp-profile-tab-2882 .nav-tabs{top:2882px!important}.emp-profile-detaile-wrap.emp-profile-tab-2883 .nav-tabs{top:2883px!important}.emp-profile-detaile-wrap.emp-profile-tab-2884 .nav-tabs{top:2884px!important}.emp-profile-detaile-wrap.emp-profile-tab-2885 .nav-tabs{top:2885px!important}.emp-profile-detaile-wrap.emp-profile-tab-2886 .nav-tabs{top:2886px!important}.emp-profile-detaile-wrap.emp-profile-tab-2887 .nav-tabs{top:2887px!important}.emp-profile-detaile-wrap.emp-profile-tab-2888 .nav-tabs{top:2888px!important}.emp-profile-detaile-wrap.emp-profile-tab-2889 .nav-tabs{top:2889px!important}.emp-profile-detaile-wrap.emp-profile-tab-2890 .nav-tabs{top:2890px!important}.emp-profile-detaile-wrap.emp-profile-tab-2891 .nav-tabs{top:2891px!important}.emp-profile-detaile-wrap.emp-profile-tab-2892 .nav-tabs{top:2892px!important}.emp-profile-detaile-wrap.emp-profile-tab-2893 .nav-tabs{top:2893px!important}.emp-profile-detaile-wrap.emp-profile-tab-2894 .nav-tabs{top:2894px!important}.emp-profile-detaile-wrap.emp-profile-tab-2895 .nav-tabs{top:2895px!important}.emp-profile-detaile-wrap.emp-profile-tab-2896 .nav-tabs{top:2896px!important}.emp-profile-detaile-wrap.emp-profile-tab-2897 .nav-tabs{top:2897px!important}.emp-profile-detaile-wrap.emp-profile-tab-2898 .nav-tabs{top:2898px!important}.emp-profile-detaile-wrap.emp-profile-tab-2899 .nav-tabs{top:2899px!important}.emp-profile-detaile-wrap.emp-profile-tab-2900 .nav-tabs{top:2900px!important}.emp-profile-detaile-wrap.emp-profile-tab-2901 .nav-tabs{top:2901px!important}.emp-profile-detaile-wrap.emp-profile-tab-2902 .nav-tabs{top:2902px!important}.emp-profile-detaile-wrap.emp-profile-tab-2903 .nav-tabs{top:2903px!important}.emp-profile-detaile-wrap.emp-profile-tab-2904 .nav-tabs{top:2904px!important}.emp-profile-detaile-wrap.emp-profile-tab-2905 .nav-tabs{top:2905px!important}.emp-profile-detaile-wrap.emp-profile-tab-2906 .nav-tabs{top:2906px!important}.emp-profile-detaile-wrap.emp-profile-tab-2907 .nav-tabs{top:2907px!important}.emp-profile-detaile-wrap.emp-profile-tab-2908 .nav-tabs{top:2908px!important}.emp-profile-detaile-wrap.emp-profile-tab-2909 .nav-tabs{top:2909px!important}.emp-profile-detaile-wrap.emp-profile-tab-2910 .nav-tabs{top:2910px!important}.emp-profile-detaile-wrap.emp-profile-tab-2911 .nav-tabs{top:2911px!important}.emp-profile-detaile-wrap.emp-profile-tab-2912 .nav-tabs{top:2912px!important}.emp-profile-detaile-wrap.emp-profile-tab-2913 .nav-tabs{top:2913px!important}.emp-profile-detaile-wrap.emp-profile-tab-2914 .nav-tabs{top:2914px!important}.emp-profile-detaile-wrap.emp-profile-tab-2915 .nav-tabs{top:2915px!important}.emp-profile-detaile-wrap.emp-profile-tab-2916 .nav-tabs{top:2916px!important}.emp-profile-detaile-wrap.emp-profile-tab-2917 .nav-tabs{top:2917px!important}.emp-profile-detaile-wrap.emp-profile-tab-2918 .nav-tabs{top:2918px!important}.emp-profile-detaile-wrap.emp-profile-tab-2919 .nav-tabs{top:2919px!important}.emp-profile-detaile-wrap.emp-profile-tab-2920 .nav-tabs{top:2920px!important}.emp-profile-detaile-wrap.emp-profile-tab-2921 .nav-tabs{top:2921px!important}.emp-profile-detaile-wrap.emp-profile-tab-2922 .nav-tabs{top:2922px!important}.emp-profile-detaile-wrap.emp-profile-tab-2923 .nav-tabs{top:2923px!important}.emp-profile-detaile-wrap.emp-profile-tab-2924 .nav-tabs{top:2924px!important}.emp-profile-detaile-wrap.emp-profile-tab-2925 .nav-tabs{top:2925px!important}.emp-profile-detaile-wrap.emp-profile-tab-2926 .nav-tabs{top:2926px!important}.emp-profile-detaile-wrap.emp-profile-tab-2927 .nav-tabs{top:2927px!important}.emp-profile-detaile-wrap.emp-profile-tab-2928 .nav-tabs{top:2928px!important}.emp-profile-detaile-wrap.emp-profile-tab-2929 .nav-tabs{top:2929px!important}.emp-profile-detaile-wrap.emp-profile-tab-2930 .nav-tabs{top:2930px!important}.emp-profile-detaile-wrap.emp-profile-tab-2931 .nav-tabs{top:2931px!important}.emp-profile-detaile-wrap.emp-profile-tab-2932 .nav-tabs{top:2932px!important}.emp-profile-detaile-wrap.emp-profile-tab-2933 .nav-tabs{top:2933px!important}.emp-profile-detaile-wrap.emp-profile-tab-2934 .nav-tabs{top:2934px!important}.emp-profile-detaile-wrap.emp-profile-tab-2935 .nav-tabs{top:2935px!important}.emp-profile-detaile-wrap.emp-profile-tab-2936 .nav-tabs{top:2936px!important}.emp-profile-detaile-wrap.emp-profile-tab-2937 .nav-tabs{top:2937px!important}.emp-profile-detaile-wrap.emp-profile-tab-2938 .nav-tabs{top:2938px!important}.emp-profile-detaile-wrap.emp-profile-tab-2939 .nav-tabs{top:2939px!important}.emp-profile-detaile-wrap.emp-profile-tab-2940 .nav-tabs{top:2940px!important}.emp-profile-detaile-wrap.emp-profile-tab-2941 .nav-tabs{top:2941px!important}.emp-profile-detaile-wrap.emp-profile-tab-2942 .nav-tabs{top:2942px!important}.emp-profile-detaile-wrap.emp-profile-tab-2943 .nav-tabs{top:2943px!important}.emp-profile-detaile-wrap.emp-profile-tab-2944 .nav-tabs{top:2944px!important}.emp-profile-detaile-wrap.emp-profile-tab-2945 .nav-tabs{top:2945px!important}.emp-profile-detaile-wrap.emp-profile-tab-2946 .nav-tabs{top:2946px!important}.emp-profile-detaile-wrap.emp-profile-tab-2947 .nav-tabs{top:2947px!important}.emp-profile-detaile-wrap.emp-profile-tab-2948 .nav-tabs{top:2948px!important}.emp-profile-detaile-wrap.emp-profile-tab-2949 .nav-tabs{top:2949px!important}.emp-profile-detaile-wrap.emp-profile-tab-2950 .nav-tabs{top:2950px!important}.emp-profile-detaile-wrap.emp-profile-tab-2951 .nav-tabs{top:2951px!important}.emp-profile-detaile-wrap.emp-profile-tab-2952 .nav-tabs{top:2952px!important}.emp-profile-detaile-wrap.emp-profile-tab-2953 .nav-tabs{top:2953px!important}.emp-profile-detaile-wrap.emp-profile-tab-2954 .nav-tabs{top:2954px!important}.emp-profile-detaile-wrap.emp-profile-tab-2955 .nav-tabs{top:2955px!important}.emp-profile-detaile-wrap.emp-profile-tab-2956 .nav-tabs{top:2956px!important}.emp-profile-detaile-wrap.emp-profile-tab-2957 .nav-tabs{top:2957px!important}.emp-profile-detaile-wrap.emp-profile-tab-2958 .nav-tabs{top:2958px!important}.emp-profile-detaile-wrap.emp-profile-tab-2959 .nav-tabs{top:2959px!important}.emp-profile-detaile-wrap.emp-profile-tab-2960 .nav-tabs{top:2960px!important}.emp-profile-detaile-wrap.emp-profile-tab-2961 .nav-tabs{top:2961px!important}.emp-profile-detaile-wrap.emp-profile-tab-2962 .nav-tabs{top:2962px!important}.emp-profile-detaile-wrap.emp-profile-tab-2963 .nav-tabs{top:2963px!important}.emp-profile-detaile-wrap.emp-profile-tab-2964 .nav-tabs{top:2964px!important}.emp-profile-detaile-wrap.emp-profile-tab-2965 .nav-tabs{top:2965px!important}.emp-profile-detaile-wrap.emp-profile-tab-2966 .nav-tabs{top:2966px!important}.emp-profile-detaile-wrap.emp-profile-tab-2967 .nav-tabs{top:2967px!important}.emp-profile-detaile-wrap.emp-profile-tab-2968 .nav-tabs{top:2968px!important}.emp-profile-detaile-wrap.emp-profile-tab-2969 .nav-tabs{top:2969px!important}.emp-profile-detaile-wrap.emp-profile-tab-2970 .nav-tabs{top:2970px!important}.emp-profile-detaile-wrap.emp-profile-tab-2971 .nav-tabs{top:2971px!important}.emp-profile-detaile-wrap.emp-profile-tab-2972 .nav-tabs{top:2972px!important}.emp-profile-detaile-wrap.emp-profile-tab-2973 .nav-tabs{top:2973px!important}.emp-profile-detaile-wrap.emp-profile-tab-2974 .nav-tabs{top:2974px!important}.emp-profile-detaile-wrap.emp-profile-tab-2975 .nav-tabs{top:2975px!important}.emp-profile-detaile-wrap.emp-profile-tab-2976 .nav-tabs{top:2976px!important}.emp-profile-detaile-wrap.emp-profile-tab-2977 .nav-tabs{top:2977px!important}.emp-profile-detaile-wrap.emp-profile-tab-2978 .nav-tabs{top:2978px!important}.emp-profile-detaile-wrap.emp-profile-tab-2979 .nav-tabs{top:2979px!important}.emp-profile-detaile-wrap.emp-profile-tab-2980 .nav-tabs{top:2980px!important}.emp-profile-detaile-wrap.emp-profile-tab-2981 .nav-tabs{top:2981px!important}.emp-profile-detaile-wrap.emp-profile-tab-2982 .nav-tabs{top:2982px!important}.emp-profile-detaile-wrap.emp-profile-tab-2983 .nav-tabs{top:2983px!important}.emp-profile-detaile-wrap.emp-profile-tab-2984 .nav-tabs{top:2984px!important}.emp-profile-detaile-wrap.emp-profile-tab-2985 .nav-tabs{top:2985px!important}.emp-profile-detaile-wrap.emp-profile-tab-2986 .nav-tabs{top:2986px!important}.emp-profile-detaile-wrap.emp-profile-tab-2987 .nav-tabs{top:2987px!important}.emp-profile-detaile-wrap.emp-profile-tab-2988 .nav-tabs{top:2988px!important}.emp-profile-detaile-wrap.emp-profile-tab-2989 .nav-tabs{top:2989px!important}.emp-profile-detaile-wrap.emp-profile-tab-2990 .nav-tabs{top:2990px!important}.emp-profile-detaile-wrap.emp-profile-tab-2991 .nav-tabs{top:2991px!important}.emp-profile-detaile-wrap.emp-profile-tab-2992 .nav-tabs{top:2992px!important}.emp-profile-detaile-wrap.emp-profile-tab-2993 .nav-tabs{top:2993px!important}.emp-profile-detaile-wrap.emp-profile-tab-2994 .nav-tabs{top:2994px!important}.emp-profile-detaile-wrap.emp-profile-tab-2995 .nav-tabs{top:2995px!important}.emp-profile-detaile-wrap.emp-profile-tab-2996 .nav-tabs{top:2996px!important}.emp-profile-detaile-wrap.emp-profile-tab-2997 .nav-tabs{top:2997px!important}.emp-profile-detaile-wrap.emp-profile-tab-2998 .nav-tabs{top:2998px!important}.emp-profile-detaile-wrap.emp-profile-tab-2999 .nav-tabs{top:2999px!important}.emp-profile-detaile-wrap.emp-profile-tab-3000 .nav-tabs{top:3000px!important}.mainArea{height:100%}.margin-bottom15{margin-bottom:15px}.margin-bottom20{margin-bottom:20px}.margin-bottom24{margin-bottom:24px}.flagshipIcon{vertical-align:inherit}.liveChat{bottom:50px}.txt-gray{color:#6d6e6f}.btn-emp-blue{background-color:#2a90d6;color:#fff!important}.btn-emp-blue:hover{background-color:#2683c3}.employee-main-wrapper{min-height:100%;overflow:auto}.employee-main-wrapper.emp-single-location-wrap .employee-wrap-width.settingWrapperHalf{max-width:1050px}.employee-main-wrapper.emp-single-location-wrap .employee-wrap-width .paid-time-out-history-link{max-width:1340px}.employee-main-wrapper.emp-single-location-wrap .employee-wrap-width .vgn-services-wrap .paid-time-out-history-link{position:static}.AddEmployeePageBody div.loader{z-index:100001}.employee-wrap-width.settingWrapperHalf{background-color:var(--bkg_neutral_default);max-width:1398px;min-height:100%;padding:24px}.employee-wrap-width.emp-list-detail-page{padding-bottom:24px}.employee-wrap-width .w-settingHeadblock{align-items:flex-start;display:flex}.employee-wrap-width .w-setting-title h1{margin-top:0;margin-bottom:4px;line-height:32px!important}.employee-wrap-width .settings-subheading{color:#6d6e6f;max-width:640px;margin-bottom:16px;padding-top:5px;font-size:15px;font-weight:400;line-height:22px}.employee-wrap-width .see-plan-text{cursor:pointer;color:#2a90d6;font-size:16px;text-decoration:underline!important}.employee-wrap-width .see-plan-text:hover{text-decoration:none!important}.employee-wrap-width .em-payroll-btn-wrap{display:flex;position:absolute;right:0}.employee-wrap-width .btn-tutorial{color:#fff;cursor:pointer;background-color:#2a90d6;border:none;border-radius:3px;justify-content:flex-start;align-items:center;min-width:105px;height:40px;margin-left:16px;font-size:15px;text-decoration:none;transition:background-color .3s;position:relative;padding:7px 15px 5px!important;display:flex!important}.employee-wrap-width .btn-tutorial:after{display:none}.employee-wrap-width .btn-tutorial:before{content:"";color:#fff;margin-right:8px;font-family:fontawesome-5pro-light-300;font-size:15px;position:relative;top:0}.employee-wrap-width .employee-try-gusto{color:#333;text-align:center;cursor:pointer;background-color:#fff;border:1px solid #cdcdcd;border-radius:3px;outline:none;min-width:300px;height:40px;padding:0 15px;font-size:15px;font-weight:500;line-height:40px;text-decoration:none;transition:all .2s ease-in;display:inline-block}.employee-wrap-width .mlheader-control{margin-top:0;margin-bottom:16px}@media (min-width:720px){.employee-wrap-width .mlheader-control{margin-bottom:0;margin-right:16px}}.employee-wrap-width .mlheader-control .btn{text-align:center;min-width:80px;min-height:40px;padding:0 16px;font-size:15px;font-weight:500;line-height:20px}@media (max-width:719px){.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear,.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-dropdown-button{display:none}}@media (min-width:720px){.employee-wrap-width .emp-filter-dropdown-wrap{z-index:4;width:100%;height:0;position:-webkit-sticky;position:sticky;top:0}.employee-wrap-width .emp-filter-dropdown-wrap.emp-filter-no-data .emp-filter-dropdown-inner{right:0}.employee-wrap-width .emp-filter-dropdown-wrap.emp-filter-no-data .employee-filter-row.emp-mbl-first-row .employee-filter-col1:last-child .vgn-react-select-dropdown .cmn-select-dropdown{left:auto;right:0}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner{position:absolute;top:16px;right:100px}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear{cursor:pointer;border-radius:3px;padding:4px 8px;display:block;position:absolute;top:20px;right:24px}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear span{color:#2a90d6;font-size:15px;font-weight:500;line-height:20px;display:block}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-clear:hover{background-color:#eaf4fb}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner.emp-filter-dropdown-active .employee-filter-box{display:block}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner.emp-filter-dropdown-active .em-printicon .emp-print-btn.emp-filter-btn{background-color:#e7e7e7}.employee-wrap-width .emp-filter-dropdown-wrap .emp-filter-dropdown-inner .emp-filter-heading.emp-filter-heading-top{margin-bottom:24px;font-size:18px;font-weight:500;line-height:24px;display:block!important}.employee-wrap-width .emp-list-header-tool{z-index:3;background-color:#fff;padding:16px 0;position:-webkit-sticky;position:sticky;top:0}.employee-wrap-width .emp-filter-dropdown-button{justify-content:flex-end}.employee-wrap-width .emp-filter-dropdown-button.em-printicon{margin-left:0}}.employee-wrap-width .employee-filter-box{margin-bottom:16px}@media (min-width:720px){.employee-wrap-width .employee-filter-box{z-index:2;width:700px;margin-bottom:0;display:none;position:relative}.employee-wrap-width .employee-filter-box .employee-filter-box-inner{background-color:#fff;border:1px solid #e7e7e7;border-radius:5px;padding:20px 24px 16px;position:relative;box-shadow:0 2px 10px #0000001a}.employee-wrap-width .employee-filter-box .employee-filter-box-inner.emp-filter-overflow{overflow:hidden}.employee-wrap-width .employee-filter-box .employee-filter-box-inner .emp-mbl-first-row .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:300px}.employee-wrap-width .employee-filter-box .emp-advanced-filter-btn{justify-content:flex-end;display:flex;position:absolute;bottom:13px;right:16px}}.employee-wrap-width .employee-filter-row{align-items:center;margin:0 -8px;padding-bottom:8px;display:flex}.employee-wrap-width .employee-filter-row.emp-mbl-second-row{padding-top:8px}.employee-wrap-width .employee-filter-row .emp-filter-dropdown .cmn-select-dropdown{min-width:350px}.employee-wrap-width .employee-filter-row .vgn-react-select-dropdown .vgn-select-control__control{padding-right:12px}.employee-wrap-width .employee-filter-col1{width:100%;max-width:33.333%;padding:0 8px}.employee-wrap-width .employee-filter-col1.last-colum{align-self:flex-end;max-width:171px}@media (min-width:720px){.employee-wrap-width .employee-filter-col1.last-colum{margin-left:auto}}.employee-wrap-width .label-text{padding-bottom:4px;font-size:15px;font-weight:500;line-height:20px}.employee-wrap-width .run-employee-btn a{text-align:center;cursor:pointer;white-space:nowrap;background-color:#de3a3a;border-radius:3px;width:100%;min-height:40px;padding:10px 16px;font-size:15px;font-weight:500;line-height:20px;text-decoration:none;display:inline-block;color:#fff!important}.employee-wrap-width .emp-advanced-filter{text-align:right;cursor:pointer;white-space:nowrap;margin-right:2px;font-size:15px;font-weight:400;line-height:20px}.employee-wrap-width .emp-advanced-filter:after{display:none}.employee-wrap-width .emp-advanced-filter svg{margin-left:8px;display:inline-block}@media (min-width:720px){.employee-wrap-width .employee-filterwrap{flex:1}}.employee-wrap-width .employee-search-print-row{display:flex}.employee-wrap-width .employee-search-box{width:100%;max-width:320px;margin-right:auto;position:relative}.employee-wrap-width .employee-search-box .emp-search-icon{color:#a2a0a2;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.employee-wrap-width .employee-search-box .custom-w-input{caret-color:#295eff;border-radius:3px;padding-left:28px;padding-right:30px;font-size:15px}.employee-wrap-width .em-remove-icon{cursor:pointer;color:#a2a0a2;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.employee-wrap-width .em-printicon{margin-left:8px;display:flex}.employee-wrap-width .em-printicon .emp-print-btn,.employee-wrap-width .em-printicon .dropdown-toggle{color:#333;background-color:#fff;border:1px solid #cdcdcd;border-radius:3px;outline:0;justify-content:center;align-items:center;width:48px;height:40px;padding:0;font-size:15px;font-weight:500;line-height:38px;display:inline-flex}.employee-wrap-width .em-printicon .emp-print-btn:hover,.employee-wrap-width .em-printicon .dropdown-toggle:hover{background-color:#f8f8f8}.employee-wrap-width .em-printicon .emp-print-btn:after,.employee-wrap-width .em-printicon .dropdown-toggle:after{display:none}.employee-wrap-width .em-printicon .emp-print-btn.emp-filter-btn,.employee-wrap-width .em-printicon .dropdown-toggle.emp-filter-btn{width:auto;padding:0 16px}.employee-wrap-width .em-printicon .emp-print-btn.emp-filter-btn svg,.employee-wrap-width .em-printicon .dropdown-toggle.emp-filter-btn svg{margin-right:4px}.employee-wrap-width .em-printicon .dropdown{margin-left:8px}.employee-wrap-width .paid-time-out-history-link{max-width:1691px;position:static}.employee-wrap-width .paid-time-out-history-link.srvic-last-modify{bottom:75px}.employee-wrap-width .paid-time-out-history-link .last-modified-div{text-align:right;display:block;position:static}.emp-list-detail-page .paid-time-out-history-link{z-index:10;margin-top:10px;position:absolute;right:24px}.emp-filter-dropdown .select2-container{width:100%!important}.emp-filter-dropdown .select2-container--default .select2-selection--single,.emp-filter-dropdown .select2-container--default .select2-selection--multiple{border-radius:3px;height:40px!important}.emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0}.emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__rendered span{padding:0 12px;line-height:40px}.emp-filter-dropdown .select2-search{padding:0}.emp-filter-dropdown .select2-search input{cursor:pointer;width:100%;padding:9px 20px 9px 12px}.emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__arrow{top:20px;right:4px}.emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__arrow b{border-width:6px 6px 0;border-radius:3px;margin-top:-2px;margin-left:-7px}::-ms-reveal{display:none!important}.custom-w-input{box-shadow:none;box-sizing:border-box;color:#333;background-color:#fff;border:1px solid #cdcdcd;outline:0;width:100%;height:40px;margin-bottom:0;padding:8px;font-family:inherit;font-size:15px;font-weight:400;line-height:20px;display:block;border-radius:3px!important}.custom-w-input.errorInput{background-color:#fbeceb;border-color:#d83f34}.custom-w-input[disabled]{cursor:not-allowed;background-color:#e7e7e7;border-color:#cdcdcd}.custom-w-inputinput[type=password]:-ms-reveal{display:none}.custom-w-inputinput[type=password]:-ms-clear{display:none}textarea.custom-w-input{box-sizing:border-box;resize:none;height:auto;min-height:102px}.vgSelect--is-disabled{cursor:not-allowed}.emp-sms-counter{color:#a2a0a2;font-size:15px;font-weight:400;line-height:20px}.emp-bio-info{color:#6d6e6f;font-size:15px;font-weight:400;line-height:20px}.requiredErrorText{text-align:right;color:#d83f34;padding-top:5px;font-size:12px}.w-custom-dropdown select{background-image:none;padding-left:8px}.w-custom-dropdown{background-image:none}.w-custom-dropdown.errorInput .vgSelect__control{background-color:#fbeceb;border-color:#d83f34}.max-content-800{max-width:800px}.emp-title-section{margin-bottom:40px}.tab-content .emp-title-section{display:none}.emp-title-section .emp-main-heading{text-transform:capitalize;font-size:26px;font-weight:500;line-height:32px}.emp-title-section .emp-sub-heading{color:#777;margin-top:4px;margin-bottom:0;font-size:15px;font-weight:400;line-height:22px}.emp-profile-form-wrap{display:flex}.emp-profile-form-wrap .emp-profile-form{width:100%}.emp-profile-form-wrap .emp-profile-form .emp-form,.emp-profile-form-wrap .emp-profile-form form,.tab-content .emp-profile-form-wrap .emp-profile-form form{height:auto}.emp-profile-form-wrap>.emp-tlt-section{display:block}@media (min-width:720px){.emp-profile-form-wrap>.emp-tlt-section{display:none}}@media (max-width:719px){.emp-profile-form-wrap>.emp-tlt-section{margin:0 0 24px!important}}.add-new-employeepopup .emp-profile-form-wrap{display:flex}@media (min-width:720px){.add-new-employeepopup .emp-profile-form-wrap{flex-direction:row-reverse}}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form{padding-bottom:40px;padding-right:10px}@media (min-width:720px){.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form{height:100%}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form::-webkit-scrollbar{width:.4em}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form::-webkit-scrollbar{border-radius:4px;overflow:visible}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form::-webkit-scrollbar-thumb{border-radius:4px;overflow:visible}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form::-webkit-scrollbar-thumb{background:#0003}}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-company-info{margin-top:0}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .vgn-react-select-dropdown .cmn-select-dropdown{top:auto;bottom:42px}@media (min-width:720px){.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .vgn-react-select-dropdown .cmn-select-dropdown{min-width:350px}}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-1{order:1}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-2{order:2}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-3{order:3}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-4{order:4}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-5{order:5}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-6{order:6}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-7{order:7}.add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-order-8{order:8}.emp-form-row{flex-wrap:wrap;justify-content:space-between;display:flex}.emp-form-row .emp-col-6{width:calc(50% - 8px)}.emp-form-row .emp-col-6.fullwidth{width:100%}.emp-form-row .emp-col-6.emp-gender .w-custom-dropdown{margin-bottom:0}.emp-form-row .emp-birth-col{justify-content:space-between;gap:16px;display:flex}.emp-form-row .emp-birth-col .emp-birth-month{width:53.1842%}.emp-form-row .emp-birth-col .emp-birth-day,.emp-form-row .emp-birth-col .emp-birth-year{width:20.654%}.emp-form-row .emp-birth-col .w-custom-dropdown{margin-bottom:0}.emp-form-row .emp-bio-textarea textarea.custom-w-input{height:112px}.emp-form-row .width32{width:calc(33.333% - 11px)}.emp-form-row .field-label{color:#333;margin-bottom:4px;font-size:15px;font-weight:500;line-height:20px}.emp-form-row .field-label span.required{color:#c5392f}.bardcode-animation{position:relative;overflow:hidden}.bardcode-animation .barcode-icon{position:absolute;top:12px;right:10px}.bardcode-animation .custom-w-input,.bardcode-animation.scan-animation .custom-w-input{padding-right:34px}.bardcode-animation.scan-animation .custom-w-input:focus{color:#6d6e6f;background-color:#f8f8f8;border:1px solid #3e8438;box-shadow:inset 0 0 8px #7cc576}.bardcode-animation.scan-animation:after{content:"";background-blend-mode:color-burn;border-radius:3px;width:1px;height:calc(100% + 4px);animation:3s ease-in-out infinite alternate ping-pong;position:absolute;top:-2px;left:0%}.emp-form-section-title{border-bottom:1px solid #cdcdcd;width:100%;margin-bottom:20px;font-size:18px}.emp-pass-show{position:relative}.emp-pass-show input{padding-right:30px}.emp-pass-show .emp-toggle-password{text-align:center;cursor:pointer;width:30px;height:40px;line-height:40px;position:absolute;top:0;right:0}.emp-profile-form .w-custom-dropdown.width32,.emp-profile-form .emp-company-info .w-custom-dropdown{margin-bottom:0}.emp-profile-form .emp-company-info{margin-top:40px}.emp-profile-form .emp-location-info{margin-top:32px}.emp-profile-form .emp-Business-notify,.emp-profile-form .emp-Business-notify.desk{margin-top:40px}.emp-photo-upload{margin-left:16px}.emp-photo-upload .emp-photo-tlt{margin-bottom:5px;font-size:15px;font-weight:500}.emp-photo-upload .emp-drap-drop{background-color:#f5f5f5;border:1px dashed #b1b1b1;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:250px;height:250px;margin-top:8px;padding-top:20px;padding-bottom:20px;display:flex;position:relative}.emp-photo-upload .emp-drap-drop:active{border:2px solid #3e8438}.emp-photo-upload .emp-input-file{opacity:0;cursor:pointer;outline:0;height:auto;position:absolute;top:0;bottom:0;left:0;right:0}.emp-photo-upload .emp-upload-icon{background-color:#e7e7e7;border:1px solid #cdcdcd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:3px;display:flex}.emp-photo-upload .emp-upload-text{color:#8a8a8a;font-size:15px;font-weight:400;line-height:21px}.emp-photo-upload .emp-fileuplink{color:#2a90d6;margin-top:3px}.emp-photo-upload .emp-fileuplink span{color:#6d6e6f}.emp-photo-upload .uploaded-pics{background-color:#ddd;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;justify-content:flex-end;align-items:flex-start;width:250px;height:250px;padding:8px;transition:all .3s;display:flex;position:absolute;top:0}.emp-photo-upload .uploaded-pics:hover:after{opacity:.5;content:"";background-color:#000;border-radius:5px;position:absolute;top:0;bottom:0;left:0;right:0}.emp-photo-upload .uploaded-pics:hover .dot-emp-dropdown{z-index:9;opacity:1;visibility:visible}.emp-photo-upload .uploaded-pics .dot-emp-dropdown{opacity:0;visibility:hidden;transition:all .3s;display:block!important}.emp-photo-upload .uploaded-pics .dot-emp-dropdown .dropdown-toggle{color:#fff;width:32px;height:32px}.emp-photo-upload .uploaded-pics .dot-emp-dropdown .dropdown-toggle:hover{background-color:#0000}.emp-photo-upload .uploaded-pics .dot-emp-dropdown .dropdown-item.emp-delete-text{border-top:none}.emp-tlt-section{text-transform:uppercase;color:#a2a0a2;margin-bottom:24px;font-size:24px;font-weight:500;line-height:28px}.emp-Business-notify .emp-tlt-section{margin-bottom:16px}.emp-switch-block{border-bottom:1px solid #e7e7e7;width:100%;padding:24px 0 22px}.emp-profile-wrapper{padding-bottom:80px}.emp-profile-detaile-wrap{padding-bottom:0}.emp-profile-detaile-wrap .nav-tabs{z-index:99;white-space:nowrap;background-color:#fff;border-color:#e7e7e7;flex-wrap:nowrap;gap:0;position:-webkit-sticky;position:sticky;top:68px;overflow-x:auto;overflow-y:hidden;margin-bottom:32px!important}.emp-profile-detaile-wrap .nav-tabs .nav-item{margin-bottom:0}.emp-profile-detaile-wrap .nav-tabs .nav-link{outline:0;margin-bottom:0;margin-right:16px;padding:15px 0;font-size:18px;font-weight:500;line-height:24px}.emp-profile-detaile-wrap .nav-tabs .nav-link .fa-regular,.emp-profile-detaile-wrap .emp-item,.emp-profile-detaile-wrap .emp-tab-setting-tlt{display:none}.emp-profile-detaile-wrap .tab-content{padding:0}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-addedit_marge{align-items:center;width:100%;display:inline-flex}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-addedit_marge .failed-contact-tooltip,.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-addedit_marge .vgn-tooltip-sms{display:none}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact.addemp-failed-contact{flex-direction:column}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact svg{fill:#d83f34}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact .failed-contact-tooltip{cursor:pointer;margin-bottom:4px;margin-left:4px;display:inline-flex;position:relative}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact .failed-contact-tooltip:hover .vgn-tooltip-sms{text-align:center;color:#fff;z-index:11;background-color:#333;border-radius:3px;width:-webkit-max-content;width:max-content;max-width:360px;margin-top:10px;padding:8px 12px;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards vgnmovedowntooltip;display:block;position:absolute;top:100%;left:-18px}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact .failed-contact-tooltip:hover .vgn-tooltip-sms p{display:unset;margin-bottom:0}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact .failed-contact-tooltip:hover .vgn-tooltip-sms:after{content:"";z-index:3;border:10px solid #0000;border-bottom-color:#333;position:absolute;top:-18px;left:20px}.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact .country-code,.emp-profile-detaile-wrap .emp-profile-form-wrap .failed-contact input{color:#d83f34}.emp-user-title{z-index:99;background-color:#fff;align-items:center;margin-top:-24px;padding-top:24px;padding-bottom:12px;display:flex;position:-webkit-sticky;position:sticky;top:0}.emp-back-arrow{cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;display:inline-flex}.emp-main-heading{letter-spacing:-.02em;font-size:26px;font-weight:500;line-height:32px}.emp-login-info .emp-form-row,.emp-access-info .emp-form-row{margin-bottom:16px}.emp-login-info .w-custom-dropdown,.emp-access-info .w-custom-dropdown{margin-bottom:0}.emp-devices-selection{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.emp-devices-selection .emp-item-link{color:#2a90d6;background-color:#0000;border:none;border-radius:3px;outline:0;height:28px;padding:4px 8px;font-size:15px;font-weight:500;line-height:20px}.emp-no-device-msg{padding:15px 0}.connect-devices-item{border-bottom:1px solid #e7e7e7;align-items:center;padding:16px 24px 16px 8px;display:flex;position:relative}.connect-devices-item .emp-check-devices{position:static}.connect-devices-item .emp-check-devices .check-devices-lbl{cursor:pointer;z-index:1;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.connect-devices-item .emp-check-devices .check-devices-lbl:after{top:50%;left:8px;transform:translateY(-50%)}.emp-check-devices{width:20px;height:20px;margin-right:12px;position:relative}.emp-check-devices .check-devices-lbl:after{content:"";color:#fff;background-color:#fff;border:1px solid #cdcdcd;border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;font-family:"Font Awesome 6 Pro";line-height:1;display:flex;position:absolute;top:0;left:0}.emp-check-devices .check-devices{z-index:1;opacity:0;cursor:pointer;width:20px;height:20px;margin-top:0;margin-left:0;margin-right:0;position:absolute;top:0;bottom:0;left:0}.emp-check-devices .check-devices:checked+.check-devices-lbl:after{content:"";background-color:#333!important}.emp-check-devices .check-devices:checked+.check-devices-lbl.multicheck-deselect-checkbox:after{content:""}.emp-devices-details{align-items:center;display:flex}.emp-devices-details .emp-devices-pics{justify-content:center;align-items:center;width:72px;height:72px;margin-right:12px;display:flex}.emp-devices-details .emp-devices-pics.emp-devices-pics img{max-width:100%}.emp-devices-details .device-name{color:#333;font-size:18px;font-weight:500;line-height:24px}.emp-devices-details .device-software{color:#6d6e6f;font-size:12px;font-weight:400;line-height:16px}.emp-devices-details .device-date-disc{align-items:center;margin-top:4px;display:flex}.emp-devices-details .device-date-disc .device-date{color:#6d6e6f;font-size:16px;font-weight:400;line-height:20px}.emp-devices-details .device-date-disc .new-icon{color:#fff;text-transform:uppercase;background-color:#2a90d6;border-radius:3px;justify-content:center;align-items:center;margin-left:5px;padding-left:8px;padding-right:8px;font-size:12px;line-height:20px;display:flex}.vgn-tabs-description{margin-bottom:31px}.vgn-tabs-description .vgn-tabs-title{margin-bottom:0;font-size:20px;font-weight:500;line-height:24px}.vgn-tabs-description .vgn-tabs-desc{color:#6d6e6f;margin-top:4px;margin-bottom:0;font-size:15px;font-weight:400;line-height:20px}.vgn-services-table.emp-table-grid{margin-bottom:24px;overflow:hidden}.vgn-services-table.emp-table-grid .emp-table tr th{padding:15px 3px}.vgn-services-table.emp-table-grid .emp-table tr th.vgn-service-th{white-space:nowrap;padding-left:8px;padding-right:8px}.vgn-services-table.emp-table-grid .emp-table tr th:first-child{padding:0}.vgn-services-table.emp-table-grid .emp-table tr td{padding:13px 3px 12px}.vgn-services-table.emp-table-grid .emp-table tr td .vgn-input-lbl .custom-w-input{height:40px}.vgn-services-table.emp-table-grid .emp-table tr td .emp-service-category-row{cursor:pointer;font-weight:700}.vgn-services-table.emp-table-grid .emp-table tr.vgn-sub-category td{padding:8px 8px 7px}.vgn-services-table.emp-table-grid .emp-table tr:hover{background-color:#f8f8f8}.vgn-services-table.emp-table-grid .emp-collaps-btn{margin:0;display:inline-block}.vgn-services-table .emp-check-devices{margin-right:8px}.vgn-services-table .emp-service-name{cursor:pointer;width:calc(100% - 28px);font-weight:400}.vgn-services-action{justify-content:space-between;margin-bottom:16px;display:flex}.vgn-services-action .em-printicon .btn-massedit{width:auto;min-width:48px;padding:0 16px}.vgn-services-action .em-printicon .btn-massedit:after{display:flex}.vgn-services-action .em-printicon .dropdown{margin-left:0}.vgn-services-action .em-printicon .dropdown .dropdown-menu{padding:4px 0}.vgn-services-action .em-printicon .dropdown .dropdown-menu .dropdown-item{padding:8px;font-size:15px;line-height:20px}.vgn-services-action .em-printicon .emp-print-btn{width:auto;min-width:48px;margin:0 16px;padding:0 16px}.add-aervice-btn{text-align:center;background-color:#cc4744;border:none;border-radius:3px;width:100%;min-width:153px;min-height:40px;padding:8px 16px;font-weight:500;text-decoration:none;display:inline-block;color:#fff!important}.vgn-duration-section{align-items:center;display:flex}.duration-link{color:#2a90d6;background-color:#0000;border:none;padding:0 12px;font-weight:500}.vgn-input-lbl{max-width:94px;position:relative}.vgn-input-price{padding-left:21px}.vgn-dollar-symbol{color:#6d6e6f;position:absolute;top:10px;left:8px}.vgn-input-space{padding-right:36px}.vgn-suffix-txt{color:#6d6e6f;position:absolute;top:10px;right:8px}.vgn-hours-tabs .hours-header-row{color:#6d6e6f;background-color:#f8f8f8;border:1px solid #e7e7e7;border-top-left-radius:5px;border-top-right-radius:5px;padding:22px 16px 17px;font-size:15px;font-weight:500;display:flex}.vgn-hours-tabs .hours-table-row{color:#6d6e6f;border:1px solid #e7e7e7;border-top:none;flex-direction:column;padding:8px 16px;display:flex}.vgn-hours-tabs .hours-table-row:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.vgn-hours-tabs .hours-table-row:hover .emp-copy-col{opacity:1}.vgn-hours-tabs .hours-row-content{align-items:center;width:100%;max-width:648px;display:flex}.vgn-hours-tabs .emp-hours-column{flex:none;width:100%;max-width:204px;margin-right:16px}.vgn-hours-tabs .emp-hours-column.emp-copy-col{opacity:0;max-width:100px;margin-right:0}.vgn-hours-tabs .emp-timepicker-control{position:relative}.vgn-hours-tabs .emp-timepicker-control:after{content:"";color:#6d6e6f;width:16px;height:16px;font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:400;line-height:18px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.vgn-hours-tabs .emp-timepicker-control .custom-w-input{padding-right:30px}.vgn-hours-tabs .copy-lbl{color:#2a90d6;cursor:pointer;white-space:nowrap;align-items:center;gap:4px;font-size:15px;font-weight:500;line-height:20px;display:flex}.vgn-hours-tabs .emp-toggle-switch .emp-switch-label{align-items:center;display:flex}.vgn-hours-tabs .emp-toggle-switch .toggle-switch-title{font-size:15px;line-height:20px}.vgn-hours-tabs .emp-toggle-switch .toggle-switch-title.emp-formobile{display:none}.vgn-hours-tabs .hours-error{margin-left:220px}.vgn-hours-tabs .hours-required-text{color:#c5392f;padding-top:5px;font-size:12px}@media screen and (min-width:769px){html .vg_ismobile .vgn-tabs-description{margin-bottom:39px}html .vg_ismobile .vgn-tabs-description .vgn-tabs-desc{margin-top:0}html .vg_ismobile .vgn-tabs-description .vgn-tabs-desc .emp-toggle-switch .emp-switch-label{padding-left:58px}html .vg_ismobile .rent-payemnt-history .rent-payment-download,html .vg_ismobile .historymobilecard.emp-common-modal .modal-header button.btn-close:after{display:none}html .vg_ismobile .emp-common-modal.webremovePopup .modal-body{padding:16px 20px 24px;font-size:15px;font-weight:400;line-height:22px}html .vg_ismobile .emp-common-modal.webremovePopup .modal-content,html .vg_ismobile #Edit1099Form .modal-content{min-height:auto}html .vg_ismobile .payment-history-popup-table.emp-table-grid{display:block}html .vg_ismobile .rent-history-popup .employee-detail-wrap .employee-info-disc .employee-info-name,html .vg_ismobile .emp-edit-payment-modal .employee-detail-wrap .employee-info-disc .employee-info-name{white-space:nowrap;text-overflow:ellipsis;flex:1 0 auto;max-width:100%;margin-bottom:0;font-size:18px;font-weight:500;line-height:24px;display:flex;overflow:hidden}html .vg_ismobile .rent-history-popup .employee-detail-wrap .employee-info-disc .emp-discription,html .vg_ismobile .emp-edit-payment-modal .employee-detail-wrap .employee-info-disc .emp-discription{color:#6d6e6f;align-items:center;font-size:14px;font-weight:400;line-height:16px;display:flex}}.emp-common-modal.webremovePopup .modal-body{padding:0 20px 24px}.ech-checkimgwidth{width:100%;margin:0 auto;display:block;max-width:610px!important}.commonFlexCenter .modal-content{width:100%;max-width:650px;margin-left:auto!important;margin-right:auto!important}.modal-dialog.vg-modalsummary.commonFlexCenter .modal-header .btn-close{right:22px}.modal-dialog.vg-modalsummary.commonFlexCenter .modal-header{margin-bottom:16px}.emp-profile-footer.exportfootSection{z-index:99;max-width:1050px;position:-webkit-sticky;position:sticky;bottom:0}.emp-profile-footer.exportfootSection button{min-height:38px;min-width:80px!important}.emp-profile-footer.exportfootSection.emp-add-footer .back-btn{margin-left:auto}.emp-profile-footer.exportfootSection.emp-add-footer button:first-child{margin-left:0}@media (max-width:767px){html .vg_ismobile .emp-profile-footer.exportfootSection.emp-add-footer .back-btn{display:block;margin-bottom:0!important}}.emp-table-grid{max-height:inherit}.emp-list-detail-page .emp-table-grid{border:1px solid #cdcdcd;border-radius:5px;overflow:auto;max-height:calc(100vh - 351px)!important}.emp-list-detail-page .emp-table-grid .emp-table thead{top:0}.emp-list-detail-page .emp-table-grid .emp-table thead tr th{border-top:none}.emp-list-detail-page .emp-table-grid .emp-table thead tr th:first-child,.emp-list-detail-page .emp-table-grid .emp-table thead tr th:last-child,.emp-list-detail-page .emp-table-grid .emp-table thead tr td:first-child,.emp-list-detail-page .emp-table-grid .emp-table thead tr td:last-child,.emp-list-detail-page .emp-table-grid .emp-table tbody tr th:first-child,.emp-list-detail-page .emp-table-grid .emp-table tbody tr th:last-child,.emp-list-detail-page .emp-table-grid .emp-table tbody tr td:first-child,.emp-list-detail-page .emp-table-grid .emp-table tbody tr td:last-child{border-left:none;border-right:none}.emp-list-detail-page .emp-table-grid .emp-table tbody tr:last-child td{border-bottom:none}.emp-table-grid>div{max-height:calc(100vh - 410px)!important}.iosDevice.touchdevice .emp-table-grid>div{max-height:calc(100vh - 456px)!important}.t-safari.t-chrome .iosDevice.touchdevice .emp-table-grid>div{max-height:calc(100vh - 360px)!important}.emp-table-grid.dropdown-open{z-index:3}.emp-table-grid.dropdown-open>div:first-child{z-index:12}.emp-table-grid>div:first-child{z-index:10}.emp-table-grid>div:nth-child(2),.emp-table-grid>div:nth-child(3){z-index:11;opacity:0!important}.emp-table-grid>div:nth-child(2)>div,.emp-table-grid>div:nth-child(3)>div{background-color:#696969!important}.emp-table-grid:hover>div:nth-child(2),.emp-table-grid:hover>div:nth-child(3){opacity:1!important}.emp-table-grid.stencil-loader .emp-table thead{top:0}.emp-table-grid .emp-table{border-spacing:0;border-collapse:separate;width:100%}.emp-table-grid .emp-table thead{z-index:2;position:-webkit-sticky;position:sticky;top:72px}.emp-table-grid .emp-table thead:before,.emp-table-grid .emp-table thead:after{content:"";z-index:0;background-color:#fff;width:6px;height:6px;display:block;position:absolute;top:0}.emp-table-grid .emp-table thead:before{left:0}.emp-table-grid .emp-table thead:after{right:0}.emp-table-grid .emp-table thead tr{z-index:1;position:relative}.emp-table-grid .emp-table thead tr th{border-top:1px solid #cdcdcd}.emp-table-grid .emp-table thead tr th:first-child{border-left:1px solid #cdcdcd;border-radius:5px 0 0}.emp-table-grid .emp-table thead tr th:last-child{border-right:1px solid #cdcdcd;border-radius:0 5px 0 0}.emp-table-grid .emp-table thead tr th .employeeType-column span{white-space:nowrap}.emp-table-grid .emp-table tbody tr td:first-child{padding-left:16px}.emp-table-grid .emp-table tr th{text-align:left;background-color:#f8f8f8;border-bottom:1px solid #cdcdcd;padding:16px 8px;font-weight:500}.emp-table-grid .emp-table tr th:first-child{padding-left:16px}.emp-table-grid .emp-table tr td{border-bottom:1px solid #cdcdcd;padding:8px}.emp-table-grid .emp-table tr td:first-child{border-left:1px solid #cdcdcd}.emp-table-grid .emp-table tr td:last-child{border-right:1px solid #cdcdcd}.emp-table-grid .emp-table tr td.emp-status-col{padding-bottom:3px}.emp-table-grid .emp-table tr.sub-row{background-color:#f8f8f8}.emp-table-grid .emp-table tr.sub-row td{padding:8px}.emp-table-grid .emp-table tr.sub-row td.sub-first-col{padding-left:86px}.emp-table-grid .emp-table tr.sub-row td.last-col-sticky{padding:18px 8px}.emp-table-grid .emp-table tr.tr-record-empty td{padding:16px}.emp-table-grid .emp-table tfoot tr td{text-align:left;background-color:#f8f8f8;border-top:1px solid #cdcdcd;padding:12px 10px;font-weight:500}.emp-table-grid .emp-table tfoot tr td:first-child{padding-left:16px}.emp-table-grid .emp-table tfoot tr:last-child td{border-bottom:1px solid #cdcdcd}.emp-table-grid .emp-table tfoot tr:last-child td:first-child{border-left:1px solid #cdcdcd;border-radius:0 0 0 5px}.emp-table-grid .emp-table tfoot tr:last-child td:last-child{border-right:1px solid #cdcdcd;border-radius:0 0 5px}.emp-table-grid .dot-emp-dropdown .dropdown-toggle{border-radius:5px;padding:8px 4px}.emp-table-grid .dot-emp-dropdown .dropdown-menu{min-width:230px;box-shadow:none;border:1px solid #e7e7e7;padding:4px 0;position:fixed!important}.emp-table-grid .dot-emp-dropdown .dropdown-item{padding:8px;font-size:15px;line-height:20px}.emp-table-grid .dot-emp-dropdown .dropdown-item.emp-delete-text{padding:12px 8px 11px;font-weight:500}.vgn-services-wrap .emp-table-grid{max-height:inherit!important}.rent-collection-report .emp-table thead,.vgn-services-table .emp-table thead,.payment-history-popup-table .emp-table thead{position:static}.rent-collection-report .emp-table tbody tr:last-child td,.vgn-services-table .emp-table tbody tr:last-child td,.payment-history-popup-table .emp-table tbody tr:last-child td{border-bottom:1px solid #cdcdcd}.emp-record-empty{color:#2a90d6;background-color:#eaf4fb;border-radius:3px;align-items:center;min-height:44px;padding:12px 16px;font-size:15px;font-weight:500;line-height:20px;display:inline-flex}.emp-collaps-btn{background-color:#0000;border:none;border-radius:3px;outline:0;justify-content:center;align-items:center;min-width:16px;min-height:16px;margin-right:8px;transition:all .3s;display:inline-flex}.emp-collaps-btn.active{transform:rotate(90deg)}.emp-expand-all{cursor:pointer;background-color:#0000;border:none;outline:0;padding:0 0 0 20px;text-decoration:underline}.emp-sorting-arw{cursor:pointer;background-color:#0000;border:none;outline:0;padding:0 0 0 7px}.emp-cursor{align-items:center;display:flex}.employee-detail-wrap{align-content:center;align-items:center;display:flex}.profile-avtar-pic{color:#6d6e6f;text-transform:uppercase;background-color:#e7e7e7;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #cdcdcd;border-radius:100px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;margin-right:14px;font-size:16px;display:flex;position:relative}.emp-table-grid .profile-avtar-pic{cursor:pointer}.profile-avtar-pic .employee-ml-icon{background-color:#333;border:1px solid #e7e7e7;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;bottom:-5px;right:-6px}.profile-avtar-pic .employee-ml-icon svg{fill:#fff;width:12px;height:9px}.emp-user-check{color:#fff;background:#333;border:1px solid #fff;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;font-size:9px;display:flex;position:absolute;bottom:-5px;right:-5px}.employee-info-disc .emp-name{color:#2a90d6;cursor:pointer;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:350px;font-size:16px;font-weight:600;line-height:20px;display:-webkit-box;overflow:hidden}.employee-info-disc .emp-scim-badge{background-color:#e7e7e7;border-radius:3px;align-items:center;min-width:44px;margin-bottom:0;margin-left:4px;padding:2px 8px;font-size:12px;line-height:16px;display:inline-flex}.employee-info-disc .emp-discription{white-space:unset;word-break:break-word;cursor:default;font-size:12px;font-weight:400;line-height:16px}.employee-info-disc .emp-discription a{color:#333;text-decoration:none}.employee-info-disc .emp-discription .failed-contact-tooltip{display:none}.employee-info-disc .emp-discription.failed-contact{color:#d83f34;align-items:center;display:flex}.employee-info-disc .emp-discription.failed-contact.emp-discription:hover .vgn-tooltip-sms{display:block}.employee-info-disc .emp-discription.failed-contact.emp-discription:hover .failed-number_txt{cursor:pointer}.employee-info-disc .emp-discription.failed-contact .failed-contact-tooltip{cursor:pointer;margin-right:4px;display:inline-flex;position:relative}.employee-info-disc .emp-discription.failed-contact .failed-contact-tooltip .vgn-tooltip-sms{text-align:center;color:#fff;z-index:11;background-color:#333;border-radius:3px;width:-webkit-max-content;width:max-content;max-width:360px;margin-top:10px;padding:8px 12px;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards vgnmovedowntooltip;display:none;position:absolute;top:100%;left:-18px}.employee-info-disc .emp-discription.failed-contact .failed-contact-tooltip .vgn-tooltip-sms:after{content:"";z-index:3;border:10px solid #0000;border-bottom-color:#333;position:absolute;top:-18px;left:20px}.employee-info-disc .emp-discription.failed-contact .failed-contact-tooltip:hover .vgn-tooltip-sms{display:block}.employee-info-disc .emp-discription.failed-contact:last-child{margin-top:0}@keyframes vgnmovedowntooltip{0%{margin-top:12px}50%{margin-top:16px}to{margin-top:12px}}@keyframes vgnmoveuptooltip{0%{margin-bottom:14px}50%{margin-bottom:18px}to{margin-bottom:14px}}.stuts-lbl-wrap{flex-wrap:wrap;align-items:center;min-width:195px;display:flex}.stuts-lbl-green{color:#fff;white-space:nowrap;background-color:#7cc576;border:none;border-radius:3px;margin-bottom:5px;margin-right:8px;padding:2px 8px;font-size:12px;cursor:default!important}.stuts-lbl-green.lbl-red{background-color:#de3a3a;cursor:pointer!important}.stuts-lbl-green.lbl-warning{background-color:#ff9f08}.dot-emp-dropdown .dropdown-toggle{border:none;outline:none;padding:5px 0}.dot-emp-dropdown .dropdown-toggle:hover{background-color:#e7e7e7}.dot-emp-dropdown .dropdown-toggle:focus{outline:none}.dot-emp-dropdown .dropdown-toggle:after{display:none}.dot-emp-dropdown.show .dropdown-toggle{background-color:#e7e7e7}.dot-emp-dropdown .dropdown-item.emp-delete-text{border-top:1px solid #e7e7e7;color:#c5392f!important}.dot-emp-dropdown .dropdown-item:focus{outline:none}.tooltip.show{z-index:9999;opacity:1}.tooltip .tooltip-arrow{border:0}.tooltip.tooltip-last-bottom .tooltip-arrow{top:auto;bottom:14px;transform:none}.tooltip-inner{font-size:15px;font-weight:400;line-height:20px}.circle-progress{cursor:default;margin-left:16px;position:relative}.circle-progress svg{border:1px solid #e7e7e7;border-radius:50%;width:40px;height:40px;transform:rotate(-90deg)}.circle-progress circle{stroke-width:10px;fill:none;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.circle-progress circle:first-of-type{fill:none;stroke:#e7e7e7;stroke-width:2px}.circle-progress circle:nth-of-type(2){stroke:#0000}.circle-progress circle:nth-of-type(3){stroke:#7cc576;stroke-dasharray:565.48;stroke-dashoffset:150.857px}.circle-progress .percentage-text{margin:-4px 0 0;font-size:12px;font-weight:700;line-height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tl-detail-progrss.show{opacity:1}.tl-detail-progrss:after{display:none!important}.tl-detail-progrss .tooltip-inner{text-align:left;padding:8px 12px}.tl-detail-progrss .tooltip-item{white-space:nowrap;justify-content:flex-start;align-items:center;gap:6px;margin-top:4px;font-size:15px;font-weight:400;line-height:20px;display:flex}.tl-detail-progrss .tooltip-item:first-child{margin-top:0}.tl-detail-progrss .tooltip-item .fa-circle-check{color:#7cc576;font-size:16px}.tl-detail-progrss .tooltip-item .fa-circle-exclamation{color:#c5392f;font-size:16px}.tl-detail-progrss .tooltip-arrow{border-style:none}@media (min-width:720px){.tl-detail-progrss .tooltip-arrow{top:auto;bottom:-18px;left:50%;transform:translate(-50%)}.tl-detail-progrss .tooltip-arrow:before{width:0;top:-6px;transform:rotate(90deg)}}@media (max-width:719px){.tl-detail-progrss .tooltip-arrow{padding:.5rem 0;top:50%;left:auto;right:0;transform:translateY(-50%)}.tl-detail-progrss .tooltip-arrow:before{margin-top:-8px;transform:rotate(360deg)}}.emp-common-modal .modal-header{min-height:inherit;flex-wrap:wrap;padding:12px 20px 20px!important}.emp-common-modal .modal-header.pb-0{padding-bottom:0!important}.emp-common-modal .modal-header button.btn-close{color:#777;background:0 0;width:auto;height:auto;margin:0;padding:0;position:absolute;top:13px;right:20px}.emp-common-modal .modal-header button.btn-close:after{color:#9a9a9a;content:"";text-align:center;background:#fff;font-family:fontawesome-5pro-light-300;font-size:16px;font-weight:300;line-height:22px;display:block;top:0}.emp-common-modal .modal-header .modal-title{margin-top:0;margin-bottom:0;padding-right:20px;font-size:18px;font-weight:500;line-height:24px}.emp-common-modal .modal-header .modal-title-desc{flex:0 0 100%;order:3;margin-top:4px;font-size:15px;font-weight:400;line-height:20px}.emp-common-modal .modal-content{min-height:inherit}.emp-common-modal .modal-body{padding:20px 20px 24px}.emp-common-modal .modal-footer{gap:0;padding:16px 20px}.emp-common-modal .modal-footer .btn{outline:0;min-width:80px;min-height:40px}.emp-common-modal .modal-footer .btn.btn-deactivate{color:#c5392f;background-color:#fff;border:1px solid #d83f34}.emp-common-modal .modal-footer .btn.btn-deactivate:hover,.emp-common-modal .modal-footer .btn.btn-deactivate:active{background-color:#fbeceb}.emp-common-modal .modal-footer .btn+.btn{margin-left:16px}@media screen and (max-width:769px){html .vg_ismobile .emp-common-modal.modal-dialog .modal-header .modal-title{font-size:20px}html .vg_ismobile .emp-common-modal.modal-dialog .modal-body p{font-size:16px;font-weight:400}html .vg_ismobile .emp-deactive-location-modal.modal-dialog .modal-body,html .vg_ismobile .emp-active-online-booking-modal.modal-dialog .modal-body{padding-top:8px!important}html .vg_ismobile .emp-deactive-location-modal.modal-dialog .modal-body p,html .vg_ismobile .emp-active-online-booking-modal.modal-dialog .modal-body p{margin-bottom:20px!important}html .vg_ismobile .emp-deactive-location-modal.modal-dialog .modal-body p:last-child,html .vg_ismobile .emp-active-online-booking-modal.modal-dialog .modal-body p:last-child{margin-bottom:0!important}html .vg_ismobile .emp-active-online-booking-modal.modal-dialog .modal-body,html .vg_ismobile .emp-deactive-location-modal.modal-dialog .modal-body,html .vg_ismobile .emp-delete-modal.modal-dialog .modal-body{overflow:visible}html .vg_ismobile .reassign-login-modal.modal-dialog .modal-body p{color:#6d6e6f;margin-bottom:15px!important}html .vg_ismobile .reassign-login-modal.modal-dialog .modal-body .emp-form-row .field-label{font-size:16px;line-height:20px;margin-bottom:4px!important}html .vg_ismobile.vagaroReact .banner-success-master,html .vg_ismobile.vagaroReact .banner-fail-master,html .vg_ismobile.vagaroReact .banner-warning-master{z-index:99999!important}}.add-new-employeepopup.modal-dialog{max-width:800px}.add-new-employeepopup .modal-body{padding:0}.add-new-employeepopup .modal-body .emp-profile-form-wrap{padding:20px 0 0 20px}.add-new-employeepopup .modal-body .emp-profile-form-wrap.noScroll .emp-profile-form{padding-right:20px}@media (min-width:720px){.add-new-employeepopup .modal-body .emp-profile-form-wrap{max-height:calc(100vh - 217px)}}.add-new-employeepopup .emp-photo-upload{margin-left:0}@media (min-width:720px){.add-new-employeepopup .emp-photo-upload{margin-right:16px}}.add-new-employeepopup .emp-photo-upload .emp-drap-drop,.add-new-employeepopup .emp-photo-upload .uploaded-pics{width:163px;height:163px}.add-new-employeepopup .mt-16{margin-top:16px}.add-new-employeepopup .w-custom-dropdown select{background-image:none}.add-new-employeepopup .access-level-div.profile{padding-top:0}.add-new-employeepopup .settings-form-wrapper.profile{width:100%;padding-top:0}.add-new-employeepopup .em-div-profile,.add-new-employeepopup .access-level-div .div-block-28{width:163px;height:163px}.add-new-employeepopup .employee-drag-drop{width:163px;height:163px;margin-right:16px}.add-new-employeepopup .employee-drag-drop .drag-drop-new.profile-photo{width:163px;height:163px}.add-new-employeepopup .emp-info-tlt{color:#a2a0a2;text-transform:uppercase;margin-bottom:16px;font-size:24px;font-weight:500;line-height:28px}.add-new-employeepopup .margin-bottom16{margin-bottom:16px}.add-new-employeepopup .margin-bottom8{margin-bottom:8px}.add-new-employeepopup .fullwidth-element{width:100%}.add-new-employeepopup .text-counter{justify-content:space-between;display:flex}.add-new-employeepopup .csm-counter{margin-bottom:5px}html.t-ff .add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form,html.t-chrome .macos.chrome.no-touch .add-new-employeepopup .emp-profile-form-wrap .emp-profile-form.emp-profile-mloc-form{padding-right:20px}html.t-safari .customers-files-vagaro-drive.no-touch .add-new-employeepopup .emp-profile-form-wrap.haveScroll .emp-profile-form.emp-profile-mloc-form{padding-right:14px}html.t-safari .customers-files-vagaro-drive.no-touch .add-new-employeepopup .emp-profile-form-wrap.noScroll .emp-profile-form.emp-profile-mloc-form{padding-right:20px}.emp-country-flag.failed-contact .vgn-country-dropdown-wrap{z-index:6}.emp-country-flag .vgn-country-dropdown-wrap{z-index:5}.add-new-employeepopup .emp-country-flag{z-index:6;position:relative}.add-new-employeepopup .emp-country-flag.emp-order-5{z-index:7!important}.emp-country-flag .all-country-flag{box-shadow:none!important;background:0 0!important}.emp-country-flag .allflag-show .select2-hidden-accessible{display:none}.emp-country-flag .allflag-show .select2-container{width:66px!important}.emp-country-flag .react-addresscontrol .w-custom-dropdown.countrydropdown.allflag-show{max-width:66px!important}.emp-country-flag .react-addresscontrol .select-country-mar,.emp-country-flag .select-country-mar.input-focus-relative{margin-left:65px!important}.emp-country-flag .react-addresscontrol .country-code{left:70px}.emp-country-flag .allflag-show .select2-container--default .select2-selection--single .select2-selection__rendered{display:none}.emp-country-flag .allflag-show .select2-container--default .select2-selection--single,.emp-country-flag .allflag-show .select2-container--default .select2-selection--multiple{border:none}.emp-country-flag .select2-container--default .select2-selection--single .select2-selection__arrow b{border-width:6px 6px 0;border-color:#333 #0000 #0000;border-radius:3px;margin-top:0;margin-left:-6px;display:block}.emp-country-flag .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 6px 6px;border-color:#0000 #0000 #333}.emp-country-flag .select-country-mar .select2-container,.emp-country-flag .select-country-mar .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.emp-country-flag .select-country-mar .select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-radius:0 3px 3px 0!important}.emp-country-flag .select-country-mar .select2-container--default .select2-selection--single,.emp-country-flag .select-country-mar .select2-container--default .select2-selection--multiple{border-radius:0 3px 3px 0}.emp-country-flag .select-country-mar .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.emp-country-flag .select2-container{width:100%!important}.emp-country-flag-react .select2-dropdown{width:100vw!important;max-width:330px!important}.emp-country-flag-react .select2-result-sub .select2-results__group{color:#333}.emp-country-flag-react .select2-result-sub .select2-results__group .select2-result-label,.emp-country-flag-react.select2-container--default .select2-results__options .select2-results__option{padding-left:0!important}.select2DD .select2-search--dropdown .select2-search__field{width:calc(100% - 4px);height:36px;margin-top:0;margin-left:1px}.select2DD.select2-container ul.select2-results__options{border-bottom:1px solid #d9d9d9}@media screen and (max-width:769px){html .vg_ismobile .emp-country-flag .countrydropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{display:block}html .vg_ismobile .emp-country-flag-react .select2-dropdown{height:100%;border:none!important;width:100%!important;max-width:100%!important;margin-top:0!important}html .vg_ismobile .emp-country-flag-react.all-country-flag-react .select2-search:after{top:27px}html .vg_ismobile .emp-country-flag-react.all-country-flag .select2-results{min-height:calc(100vh - 114px)!important;max-height:calc(100vh - 114px)!important}html .vg_ismobile .emp-country-flag-react.select2-container--default .select2-results>.select2-results__options{max-height:calc(100vh - 114px)!important}html .vg_ismobile .emp-country-flag-react.all-country-flag ul li{border-bottom:none!important}html .vg_ismobile .emp-country-flag-react.all-country-flag ul li ul li{border-bottom:1px solid #e7e7e7}html .vg_ismobile .emp-country-flag-react.all-country-flag ul.select2-result-sub>li .select2-result-label{padding:13px 32px 13px 44px!important}html .vg_ismobile .emp-country-flag-react.all-country-flag ul.select2-result-sub>li .select2-results__group{border-bottom:1px solid #e7e7e7;padding:0!important}html .vg_ismobile .emp-country-flag-react.all-country-flag ul.select2-result-sub>li .select2-results__group .select2-result-label{text-transform:uppercase;font-weight:600;line-height:20px;padding:14px 16px 11px!important;font-size:12px!important}html .vg_ismobile .emp-country-flag-react.all-country-flag-react .countrys-Code{background-position:16px 15px!important}}.emp-busi-list li{list-style-type:disc!important}.edit-location-modal.modal-dialog{max-width:1250px;padding-left:15px;padding-right:15px}.edit-location-modal .modal-header{margin-bottom:20px;padding:24px 20px 20px!important}.edit-location-modal .modal-body{min-height:calc(100vh - 266px);max-height:calc(100vh - 266px);padding:0 20px}.edit-location-modal .modal-footer{margin-top:24px}.edit-location-modal .emp-assign-wrap{border:1px solid #e7e7e7;border-radius:5px}@media (min-width:720px){.edit-location-modal .emp-assign-wrap{height:auto;min-height:10px;max-height:calc(100vh - 265px);overflow:auto}}.edit-location-modal .emp-assign-wrap .tabelGrid{width:100%;border:none!important}@media (min-width:720px){.edit-location-modal .emp-assign-wrap .tabelGrid thead{z-index:10;position:-webkit-sticky;position:sticky;top:0}.edit-location-modal .emp-assign-wrap .tabelGrid tfoot{z-index:10;position:-webkit-sticky;position:sticky;bottom:-1px}}.edit-location-modal .emp-assign-wrap .tabelGrid tr th{z-index:1;background-color:#f8f8f8;border-bottom:1px solid #e7e7e7;padding:16px 8px;position:-webkit-sticky;position:sticky;top:0}.edit-location-modal .emp-assign-wrap .tabelGrid thead tr:first-child th:first-child{border-top-left-radius:5px}.edit-location-modal .emp-assign-wrap .tabelGrid thead tr:first-child th:last-child{border-top-right-radius:5px}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td{vertical-align:top;border-bottom:1px solid #e7e7e7;padding:12px 8px}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.date-col .emp-datepicker-control{width:136px}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr:last-child td{border-bottom:none}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr:last-child td:first-child{border-bottom-left-radius:5px}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr:last-child td:last-child{border-bottom-right-radius:5px}.edit-location-modal .emp-assign-wrap .tabelGrid tbody tr:hover .copy-lbl{display:flex}.edit-location-modal .emp-assign-wrap .tabelGrid tbody.emp-assign-thead-noborder tr:last-child td:first-child{border-bottom-left-radius:0}.edit-location-modal .emp-assign-wrap .tabelGrid tbody.emp-assign-thead-noborder tr:last-child td:last-child{border-bottom-right-radius:0}.edit-location-modal .emp-assign-wrap .tabelGrid tfoot{z-index:1;display:table-footer-group;position:-webkit-sticky;position:sticky;bottom:0}.edit-location-modal .emp-assign-wrap .tabelGrid tfoot tr td{border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding:0}.edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link{color:#2a90d6;vertical-align:middle;border-radius:0 0 6px 6px;align-items:center;gap:4px;padding:16px;font-size:15px;font-weight:500;line-height:20px;display:flex;text-decoration:none!important}.edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link:hover{background-color:#f8f8f8;text-decoration:none;color:#2a90d6!important}.edit-location-modal .emp-assign-wrap .emp-trash{outline:0;height:40px;padding:0 4px}.edit-location-modal .emp-assign-wrap .emp-trash svg path{color:#c5392f}.edit-location-modal .emp-assign-wrap .requiredErrorText{display:block}@media (min-width:720px){.edit-location-modal .custome-select-wrap .cmn-select-dropdown{min-width:350px}}.edit-location-modal .emp-list-data-grid-table-virtual .emp-trash{outline:0;height:40px;padding:0 4px}.edit-location-modal .emp-list-data-grid-table-virtual .emp-trash svg path{color:#c5392f}.edit-location-modal .emp-list-data-grid-table-virtual .emp-copy-location:hover .copy-lbl{display:flex}.edit-location-modal .emp-list-data-grid-table-virtual .emp-copy-location.disabled:hover .copy-lbl{display:none}.edit-location-modal .w-custom-dropdown{margin-bottom:0}.edit-location-modal .w-custom-dropdown select{background-image:none}.edit-location-modal .emp-filter-dropdown{width:100%;max-width:322px}.edit-location-modal .emp-datepicker-control{position:relative}.edit-location-modal .emp-datepicker-control .datepicker_wrp{z-index:1}.edit-location-modal .emp-datepicker-control:after{content:"";color:#6d6e6f;font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:400;position:absolute;top:20px;right:10px;transform:translateY(-50%)}.edit-location-modal .emp-datepicker-control .check-cal-icon{top:11px}.edit-location-modal .emp-datepicker-control .custom-w-input{padding-right:30px;font-size:15px}.edit-location-modal .emp-datepicker-control.error{background:0 0;border:none}.edit-location-modal .emp-datepicker-control.error .form-control{background-color:#d83f3426!important;border:1px solid #d83f34!important}.edit-location-modal .emp-mbl-description,.edit-location-modal .emp-mbl-heading,.edit-location-modal .emp-minus-circle{display:none}.edit-location-modal .emp-copy-location{align-items:center;display:flex}.edit-location-modal .copy-lbl{color:#2a90d6;cursor:pointer;white-space:nowrap;align-items:center;gap:4px;margin-left:12px;font-size:15px;font-weight:500;line-height:20px;display:none}.edit-location-modal .copy-lbl i{font-weight:400}@media (min-width:720px){.edit-location-modal.location-table-height .modal-body{max-height:inherit!important}}.edit-location-modal .emp-filter-dropdown.error,.edit-location-modal .reassign-select.error,.add-new-employeepopup .emp-filter-dropdown.error,.add-new-employeepopup .reassign-select.error,.reassign-account-ownership-modal .emp-filter-dropdown.error,.reassign-account-ownership-modal .reassign-select.error{background:0 0;border:none}@media (min-width:720px){.edit-location-modal .emp-filter-dropdown.error .vgn-react-select-dropdown .btn-vgn-select,.edit-location-modal .reassign-select.error .vgn-react-select-dropdown .btn-vgn-select,.add-new-employeepopup .emp-filter-dropdown.error .vgn-react-select-dropdown .btn-vgn-select,.add-new-employeepopup .reassign-select.error .vgn-react-select-dropdown .btn-vgn-select,.reassign-account-ownership-modal .emp-filter-dropdown.error .vgn-react-select-dropdown .btn-vgn-select,.reassign-account-ownership-modal .reassign-select.error .vgn-react-select-dropdown .btn-vgn-select{background-color:#d83f3426!important;border:1px solid #d83f34!important}}.errorDropdown .vgn-single-select-control__control{background-color:#d83f3426!important;border-color:#d83f34!important}.vgn-single-select-control--is-disabled{pointer-events:auto!important}.vgn-single-select-control--is-disabled .vgn-single-select-control__indicators{display:none}.vgn-single-select-control--is-disabled:after{content:"";color:#333;font-family:"Fontawesome pro solid 900",sans-serif;font-size:16px;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.vgn-single-select-control--is-disabled .vgn-single-select-control__control--is-disabled{cursor:not-allowed}.employee-info-note{color:#2a90d6;background:#eef3ff;border-radius:3px;margin:0 0 24px;padding:12px 16px;font-size:15px;line-height:20px;display:inline-block}.emp-remove-modal.modal-dialog{max-width:504px}.emp-remove-modal .modal-header{padding:20px 20px 0!important}.emp-remove-modal .modal-header .modal-title{margin-bottom:0}.emp-remove-modal .modal-body{max-height:calc(100vh - 268px);overflow-y:auto;padding:16px 20px 24px!important}.emp-remove-modal .customredio-box-singal-popup{flex-direction:column;padding-top:0;padding-bottom:0;display:flex}.emp-remove-modal .w-custom-dropdown,.emp-remove-modal .emp-filter-dropdown{max-width:320px;margin-top:8px;padding-left:28px}.emp-remove-modal .w-custom-dropdown select,.emp-remove-modal .emp-filter-dropdown select{background-image:none}.emp-alert-modal.modal-dialog .modal-body p{color:#6d6e6f}.emp-alert-icon{box-sizing:content-box;border:4px solid #ff9f08;border-radius:50%;width:80px;height:80px;margin:10px auto 30px;padding:0;position:relative}.emp-alert-icon .emp-alert-icon-body{background-color:#f8bb86;border-radius:2px;width:5px;height:47px;margin-left:-2px;position:absolute;top:10px;left:50%}.emp-alert-icon .emp-alert-icon-dot{background-color:#f8bb86;border-radius:50%;width:7px;height:7px;margin-left:-3px;position:absolute;bottom:10px;left:50%}.emp-alert-modal .modal-header{padding:13px 20px 0!important}.emp-alert-modal.modal-dialog{max-width:415px}.emp-alert-modal .modal-body{padding:20px!important}.emp-alert-modal .emp-x-circle{text-align:center;color:#f43131;padding:10px 0}.emp-alert-modal .emp-alert-msg{font-size:16px;font-weight:300}.emp-delete-modal.modal-dialog{max-width:600px}.emp-admin-delete-modal.modal-dialog{max-width:504px}.emp-admin-delete-modal .margin-bottom24{margin-bottom:0}@media screen and (max-width:769px){html .vg_ismobile .emp-delete-modal.modal-dialog .modal-header{padding:24px 16px 0!important}html .vg_ismobile .emp-delete-modal.modal-dialog .modal-body{padding:8px 16px 25px!important}html .vg_ismobile .vgn-single-select-control__control{height:48px!important}}.reassign-calendars-modal.modal-dialog{max-width:600px}.reassign-calendars-modal .modal-header{padding:20px!important}.reassign-calendars-modal .modal-body{padding:8px 20px 24px!important}.reassign-calendars-modal .modal-body .emp-table-grid .emp-table tr th{padding:15px 8px}.reassign-calendars-modal .modal-body .rsl_select-btn{max-width:320px;padding-left:28px}.reassign-calendars-modal .reassign-title{display:none}.reassign-calendars-modal .emp-table-grid{overflow:hidden;height:auto!important}.reassign-calendars-modal .emp-table-grid .emp-table th{z-index:999}.reassign-calendars-modal .emp-table-grid .emp-table th:first-child{padding-left:8px}.reassign-calendars-modal .emp-table-grid .emp-table tr td{padding:12px 8px}.reassign-calendars-modal .emp-filter-dropdown.css-b62m3t-container:after{text-align:center;line-height:20px;right:6px}.reassign-calendars-modal .w-custom-dropdown{margin-bottom:0}.reassign-calendars-modal.reassign-select-opt.modal-dialog{max-width:550px}.reassign-calendars-modal.reassign-select-opt.modal-dialog .modal-header{padding-bottom:10px!important}.reassign-account-ownership-modal.modal-dialog{max-width:520px}.reassign-account-ownership-modal.modal-dialog .modal-header{padding:20px!important}.reassign-account-ownership-modal.modal-dialog .modal-body p{margin-bottom:10px!important}.reassign-account-ownership-modal.modal-dialog .modal-body p.mb-0{margin-bottom:0!important}.reassign-account-ownership-modal #divSignUpNewBusinessCCIframe .creditcard-width-temp{padding-bottom:0!important}.reassign-account-ownership-modal .emp-reassign-cc-conf .emp-form-section-title,.reassign-account-ownership-modal .emp-reassign-cc-type .emp-reassign-cc-item{margin-bottom:10px}.reassign-account-ownership-modal .emp-reassign-cc-type .emp-reassign-cc-item .emp-reassign-cc-type-label,.reassign-account-ownership-modal .emp-reassign-cc-type .emp-reassign-cc-item .emp-reassign-cc-type-info{width:50%;padding-right:10px;display:inline-block}.reassign-account-ownership-modal .emp-reassign-cc-type .emp-reassign-cc-item .emp-reassign-cc-type-label{text-align:right;font-weight:700}.reassign-account-ownership-modal .emp-reassign-cc-type.emp-reassign-cc-type-prev .emp-reassign-cc-type-info,.reassign-account-ownership-modal .emp-reassign-cc-type.emp-reassign-cc-type-new .emp-reassign-cc-type-info{font-weight:700}.reassign-account-ownership-modal .emp-reassign-cc-table{margin-bottom:10px}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid{border-collapse:separate;border-spacing:0;border:1px solid #e7e7e7;border-radius:5px 5px 0 0;width:100%}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid tr th{box-sizing:border-box;text-align:left;background-color:#e7e7e7;border-left:none;border-right:none;height:50px;padding:15px 10px;font-size:14px;font-weight:500}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid tr td{border-bottom:1px solid #cdcdcd;padding:10px;font-weight:400}.reassign-account-ownership-modal .emp-reassign-cc-table .emp-tabelGrid tr:last-child td{border-bottom:none}.reassign-account-ownership-modal.reassign-cc-modal.modal-dialog .modal-header{padding-bottom:5px!important}.reassign-accownership-cc-modal.modal-dialog .modal-body{max-height:calc(100vh - 270px);overflow:auto}.reassign-current-configuration{text-align:right;margin-bottom:5px}.reassign-current-configuration span{color:#6b6b6b;cursor:pointer;text-decoration:underline}.reassign-current-configuration span:hover{text-decoration:none}.reassign-select-new-owner .reassign-select-title{margin:0 0 15px}@media (min-width:720px){.reassign-select-new-owner .reassign-select-title{padding:0 0 8px}}@media (max-width:719px){.reassign-select-new-owner .reassign-select-title{padding:10px 0 8px}}.emp-create-link-modal.modal-dialog,.share-calendar-modal.modal-dialog{transform:none!important}.share-calendar-modal.modal-dialog{max-width:504px}.share-calendar-modal .modal-header{padding:20px 20px 0!important}.share-calendar-modal .modal-body{padding:33px 20px 24px!important}.share-calendar-modal .modal-footer .btn{min-width:95px}.share-calendar-modal .field-label{color:#333;margin:0 0 4px;padding:0;font-size:15px;font-weight:500;display:inline-block}.share-calendar-modal .share-calendar-dics{color:#6d6e6f;margin-bottom:10px;font-size:16px;font-weight:300;line-height:22px}.share-calendar-modal .custom-w-input[readonly]{cursor:not-allowed;opacity:1!important}.share-calendar-modal .copy-lbl{color:#2a90d6;cursor:pointer;white-space:nowrap;background-color:#0000;border:none;border-radius:3px;align-items:center;gap:4px;padding:4px 8px;display:flex}.share-calendar-modal .copy-lbl:active,.share-calendar-modal .copy-lbl:focus,.share-calendar-modal .copy-lbl:hover{background-color:#eaf4fb}.share-calendar-modal .emp-toggle-switch .toggle-switch-title{margin-top:-3px;padding-top:0}.emp-business-transfer-data .vgn-select-control__option label,.share-calendar-modal .vgn-select-control__option label{font-size:15px;font-weight:400;line-height:20px}.complete-signup-new-business.modal-dialog{max-width:600px}.complete-signup-new-business .modal-header{padding-bottom:8px}.complete-signup-new-business .modal-body{max-height:calc(100vh - 275px);padding-top:8px;overflow-y:auto}.reassign-login-modal p.reassign-login-text{color:#6d6e6f;margin-bottom:16px}@media screen and (max-width:767px){html .vg_ismobile .modal .reassign-account-ownership-modal.modal-dialog .modal-body{max-height:calc(100vh - 252px);overflow-y:auto}html .vg_ismobile .modal .reassign-account-ownership-modal.modal-dialog .modal-body p{margin-bottom:10px!important}html .vg_ismobile .modal .reassign-account-ownership-modal.modal-dialog .modal-body p.mb-0{margin-bottom:0!important}html .vg_ismobile .modal .reassign-account-ownership-modal.modal-dialog .modal-body #divSignUpNewBusinessCCIframe iframe{width:100%!important}html .vg_ismobile .modal .reassign-account-ownership-modal.modal-dialog .modal-body .emp-form-row .field-label,html .vg_ismobile .modal .share-calendar-modal .modal-body .field-label,html .vg_ismobile .modal .emp-business-transfer-data .modal-body .field-label{margin-bottom:4px!important}html .vg_ismobile .modal .share-calendar-modal .vgn-react-select-dropdown .btn-vgn-select,html .vg_ismobile .modal .emp-business-transfer-data .vgn-react-select-dropdown .btn-vgn-select{border:1px solid #cdcdcd;height:48px;padding:10px 28px 10px 8px}html .vg_ismobile .modal .share-calendar-modal .vgn-react-select-dropdown .btn-vgn-select span,html .vg_ismobile .modal .emp-business-transfer-data .vgn-react-select-dropdown .btn-vgn-select span{max-width:inherit}html .vg_ismobile .modal .share-calendar-modal .vgn-react-select-dropdown .btn-vgn-select:after,html .vg_ismobile .modal .emp-business-transfer-data .vgn-react-select-dropdown .btn-vgn-select:after{display:none}html .vg_ismobile .modal .share-calendar-modal .rsl_share_calendar-timezone .css-b62m3t-container,html .vg_ismobile .modal .share-calendar-modal .cmn-select-dropdown .css-b62m3t-container,html .vg_ismobile .modal .emp-business-transfer-data .rsl_share_calendar-timezone .css-b62m3t-container,html .vg_ismobile .modal .emp-business-transfer-data .cmn-select-dropdown .css-b62m3t-container{padding-top:64px}html .vg_ismobile .modal .reassign-calendars-modal .vgn-react-select-dropdown .btn-vgn-select,html .vg_ismobile .modal .reassign-account-ownership-modal .vgn-react-select-dropdown .btn-vgn-select{border:1px solid #cdcdcd;height:48px;padding:10px 28px 10px 8px;font-size:16px}html .vg_ismobile .modal .reassign-calendars-modal .vgn-react-select-dropdown .btn-vgn-select:after,html .vg_ismobile .modal .reassign-account-ownership-modal .vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;right:10px}html .vg_ismobile .modal .reassign-calendars-modal .w-custom-dropdown:after,html .vg_ismobile .modal .reassign-account-ownership-modal .w-custom-dropdown:after{display:none}html .vg_ismobile .modal .emp-delete-modal .vgn-react-select-dropdown .btn-vgn-select{border:1px solid #cdcdcd;height:48px;padding:10px 28px 10px 8px;font-size:16px}html .vg_ismobile .modal .emp-delete-modal .vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;right:10px}html .vg_ismobile .modal .emp-delete-modal .cmn-select-dropdown .css-b62m3t-container{padding-top:64px}}.emp-transfer-modal.modal-dialog{max-width:800px}.emp-transfer-modal .modal-header{padding:20px 20px 0!important}.emp-transfer-modal .modal-body{max-height:calc(100vh - 268px);overflow-y:auto;padding:20px!important}.emp-transfer-modal .emp-transfer-wrap{justify-content:space-between;display:flex}.emp-transfer-modal .emp-transfer-item{text-align:center;cursor:pointer;border:1px solid #e7e7e7;border-radius:5px;flex-direction:column;flex:none;align-items:center;width:calc(50% - 10px);padding:24px 30px;transition:border .2s;display:flex}.emp-transfer-modal .emp-transfer-item:hover{border-color:#2a90d6}.emp-transfer-modal .emp-transfer-icon{margin-bottom:20px;font-family:fontawesome-5pro-light-300;font-size:40px;line-height:40px}.emp-transfer-modal .emp-transfer-title{color:#333;margin-bottom:4px;font-size:18px;font-weight:400;line-height:20px}.emp-transfer-modal .emp-transfer-disc{color:#6d6e6f;margin-bottom:16px;font-size:14px;font-weight:300;line-height:20px}.emp-business-transfer-data.modal-dialog,.emp-transfer-other-business.modal-dialog{max-width:700px}.emp-business-transfer-data .modal-body,.emp-transfer-other-business .modal-body{padding-top:0}.emp-transfer-other-business .modal-body{max-height:calc(100vh - 295px);overflow-y:auto}.emp-business-transfer-data .modal-content{height:75vh;min-height:auto}.emp-business-transfer-data .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:197px}.transfer-other-business .emp-business-list{border-bottom:1px solid #e7e7e7;margin-bottom:10px;padding:5px 0 24px;display:flex}.transfer-other-business .emp-business-list .emp-busi-pics{background-color:#ddd;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:68px;height:45px;margin-right:12px;display:flex}.transfer-other-business .emp-business-list .emp-busi-name{font-size:15px;font-weight:500;line-height:22px}.transfer-other-business .emp-business-list .emp-busi-addr{color:#777;font-size:15px;font-weight:400;line-height:22px}.transfer-other-business .emp-transfer-info{flex-direction:column;display:flex}.transfer-other-business .emp-transfer-info .emp-check-devices{width:100%;height:auto;margin:8px 0;padding-left:30px}.transfer-other-business .emp-transfer-info .emp-check-devices .check-devices{display:none}.transfer-other-business .emp-transfer-info .check-devices-lbl{cursor:pointer;font-size:15px;font-weight:400;line-height:20px}.transfer-other-business .emp-transfer-info .check-devices-lbl:after{margin-top:3px}.transfer-other-business .emp-transfer-info .check-devices-lbl.emp-transfer-cursor-default{cursor:default}.transfer-other-business .emp-transfer-info .emp-check-decs{color:#6d6e6f}.transfer-other-business .emp-datepicker-control{max-width:160px;position:relative}.transfer-other-business .emp-datepicker-control .custom-w-input{padding-right:35px}.transfer-other-business .emp-transfer-agree{margin-top:4px;margin-bottom:0}.transfer-other-business .emp-transfer-agree .vgn-link{color:#2a90d6;text-decoration:none}.transfer-other-business .emp-transfer-agree .emp-check-decs{color:#333}.upgrade-vagaro-drive-modal .emp-transfer-info .emp-check-devices{width:100%;height:auto;margin:8px 0;padding-left:30px}.upgrade-vagaro-drive-modal .emp-transfer-info .emp-check-devices .check-devices{display:none}.upgrade-vagaro-drive-modal.modal-dialog{max-width:560px}.upgrade-vagaro-drive-modal .modal-header{padding-bottom:8px!important}.upgrade-vagaro-drive-modal .modal-body{padding-top:8px!important}.emp-sercieprice-popup .modal-body p.field-label{margin-bottom:16px;font-size:15px;font-weight:500;line-height:20px}.emp-sercieprice-popup .emp-serviprice-checkbox{margin-bottom:8px!important}.emp-sercieprice-popup .emp-serviprice-checkbox .check-devices-lbl{cursor:pointer;font-weight:400}.emp-sercieprice-popup .emp-serviprice-checkbox>div{margin-bottom:16px}.emp-sercieprice-popup .emp-type-select-field{max-width:320px}.emp-sercieprice-popup .emp-type-select-field .field-label{margin-bottom:3px;font-size:15px;font-weight:500;line-height:20px;display:block}.emp-sercieprice-popup .emp-type-select-field .emp-filter-dropdown{margin:0;padding:0}.emp-sercieprice-popup .emp-check-devices{width:100%;height:auto;margin-right:8px;padding-left:30px}.emp-service-duration-modal .modal-header{padding:20px 20px 0!important}.emp-service-duration-modal .modal-body{max-height:calc(100vh - 268px);overflow-y:auto;padding:32px 20px 24px!important}.emp-adv-service-duration-fields .emp-duration-field{align-items:center;margin-bottom:24px}.emp-adv-service-duration-fields .emp-duration-field:last-child{margin-bottom:0}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-label{width:calc(100% - 166px);font-size:15px;line-height:20px}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-label .emp-duration-title{margin-bottom:4px;font-weight:500}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-label .emp-duration-decs{color:#6d6e6f;font-weight:400}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input{width:150px;position:relative}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .custom-w-input{z-index:3;width:70px;padding-right:35px;position:relative;border-radius:3px 0 0 3px!important}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-min,.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-plus{text-align:center;cursor:pointer;background:#e7e7e7;border:1px solid #cdcdcd;width:40px;height:40px;font-family:"Fontawesome pro 400";line-height:38px;text-decoration:none;display:inline-block;position:absolute;top:0}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-min svg path,.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-plus svg path{fill:#333}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-min{z-index:1;width:42px;right:39px}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .value-plus{z-index:2;border-radius:0 3px 3px 0;right:0}.emp-adv-service-duration-fields .emp-duration-field .emp-duration-input .emp-duration-minutes{z-index:3;color:#6d6e6f;position:absolute;top:50%;left:39px;transform:translateY(-50%)}.emp-mass-service-modal.modal-dialog{max-width:400px}.emp-mass-service-modal .w-custom-dropdown,.emp-mass-service-modal .emp-filter-dropdown{max-width:100%;margin:0;padding-left:0}.emp-mass-service-modal .w-custom-dropdown .vgSelect__option,.emp-mass-service-modal .emp-filter-dropdown .vgSelect__option{background-color:#fff}.emp-mass-service-modal .vgn-react-select-dropdown .vgn-select-control__control{padding-right:16px}.emp-mass-service-modal .vgn-react-select-dropdown .vgn-select-control__menu-list,.emp-create-link-modal .vgn-react-select-dropdown .vgn-select-control__menu-list,.share-calendar-modal .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:188px}.emp-sercieprice-popup .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:110px}.emp-popup-form-fields .emp-popup-form-field{margin-bottom:20px}.emp-popup-form-fields .emp-popup-form-field:last-child{margin-bottom:0}.emp-popup-form-fields .emp-popup-form-field.field-col-2 .w-custom-dropdown{width:70%}.emp-popup-form-fields .emp-popup-form-field.field-col-2 .mass-value-input{width:25%}.emp-create-link-modal .modal-header{padding:15px 20px 0!important}.emp-create-link-modal .modal-body .emp-filter-dropdown{max-width:100%;margin-top:0;margin-bottom:5px;padding-left:0}.emp-create-link-modal .copy-lbl{background-color:initial;color:#2a90d6;cursor:pointer;white-space:nowrap;border:none;border-radius:3px;align-items:center;gap:8px;padding:4px 8px;display:flex}.emp-create-link-modal .copy-lbl:active,.emp-create-link-modal .copy-lbl:focus,.emp-create-link-modal .copy-lbl:hover{background-color:#eaf4fb}.emp-custome-tooltip.tooltip{z-index:9999}.emp-custome-tooltip .tooltip-arrow{border:none}.emp-custome-tooltip .tooltip-inner{background-color:#333;padding:8px 12px;font-size:15px;font-weight:400;line-height:20px}.emp-toggle-switch .emp-switch-label{cursor:pointer;min-height:30px;margin-bottom:0;padding-left:66px;display:block;position:relative}.emp-toggle-switch .emp-switch-label:before{content:"";background-color:#e7e7e7;border:1px solid #0000001a;border-radius:50px;width:50px;height:30px;transition:background-color .2s;position:absolute;top:0;left:0;overflow:hidden}.emp-toggle-switch .emp-switch-label:after{content:"";background:#fff;border-radius:50%;width:28px;height:28px;transition:all .3s;position:absolute;top:1px;left:1px;box-shadow:1px 0 3px #00000026}.emp-toggle-switch .emp-switch-input{display:none}.emp-toggle-switch .emp-switch-input:checked+.emp-switch-label:after{left:21px}.emp-toggle-switch .emp-switch-input:checked+.emp-switch-label:before{background-color:#7cc576}.emp-toggle-switch .emp-switch-input:disabled+.vgn-switch-label:before{opacity:.4}.emp-toggle-switch .toggle-switch-title{padding-top:3px;font-size:18px;font-weight:500;line-height:24px}.emp-toggle-switch .toggle-switch-desc{color:#6d6e6f;margin-top:4px;font-size:15px;font-weight:400;line-height:20px}.emp-step-verify .requiredErrorText{max-width:183px;margin-left:66px}.employeeselectplan{max-width:800px;width:100%!important}.employeeselectplan .multi-heading-wrapper{text-align:center;margin-bottom:24px;padding-top:0}.employeeselectplan .multi-heading-wrapper h1{margin-bottom:4px;font-size:20px;font-weight:500;line-height:24px}.employeeselectplan .multipleprovider-description{margin:0;font-size:15px;font-weight:400}.employeeselectplan .w-tab-block{clear:both;display:none}.employeeselectplan .w-tab-block.w-tab-active{display:block}.employeeselectplan .multipletabs-row{justify-content:center;max-width:800px;margin-left:auto;margin-right:auto;display:flex}.employeeselectplan .multipletabs-menu a{text-align:center;width:100%;max-width:84px;min-height:50px;box-shadow:none;color:#333;cursor:pointer;border:1px solid #cdcdcd;border-radius:3px;justify-content:center;align-items:center;margin-right:8px;padding:12px 10px;font-size:15px;font-weight:400;line-height:20px;text-decoration:none;display:flex}.employeeselectplan .multipletabs-menu a:last-child{margin-right:0}.employeeselectplan .multipletabs-menu a:hover{background:#eaf4fb;border-color:#2a90d6}.employeeselectplan .multipletabs-menu a.current{cursor:pointer;background:#eaf4fb;border-color:#2a90d6;border-width:2px!important}.employeeselectplan .multipletabs-menu a.disabled{opacity:.5;pointer-events:none;background-color:#e7e7e7;border-color:#cdcdcd}.employeeselectplan .pricewrapper{width:100%;max-width:100%;padding-bottom:0}.employeeselectplan .yourprice{text-align:center;padding-top:24px;padding-bottom:0;font-size:26px;font-weight:500;line-height:32px}.employeeselectplan .modal-header .btn-close{color:#777;background:0 0;width:auto;height:auto;margin:0;padding:0;position:absolute;top:18px;right:20px}.employeeselectplan .modal-header .btn-close:after{color:#9a9a9a;content:"";text-align:center;background:#fff;font-family:fontawesome-5pro-light-300;font-size:20px;font-weight:300;line-height:22px;display:block;top:0}.employeeselectplan .modal-header .modal-title{font-size:18px;font-weight:500;line-height:24px}.employeeselectplan .modal-body{padding:10px 20px 24px}.employeeselectplan .modal-footer{gap:0}.employeeselectplan .modal-footer .btn-secondary:active:focus,.employeeselectplan .modal-footer .btn-secondary:focus{outline:0}.employeeselectplan .modal-footer .btn+.btn{margin-left:16px}.datepicker-width .select2-dropdown--below,.datepicker-width .select2-dropdown--above{width:320px!important}.vg-payroll-box,.employee-mobile-tab,.emp-list-wrap,.emp-mb-filter,.emp-edit-profile-info{display:none}@media screen and (max-width:719px){html .vg_ismobile .emp-datepicker-control .form-control{height:48px}.employee-main-wrapper{margin:0 -15px}.employee-wrap-width.settingWrapperHalf{padding:16px 15px}.employee-wrap-width .employee-try-gusto{margin-top:15px;font-size:14px}.employee-wrap-width .w-settingHeadblock{flex-direction:column}.employee-wrap-width .employee-mobile-tab,.employee-wrap-width .vg-payroll-box{display:none}.employee-wrap-width .employee-filter-row{flex-direction:column}.employee-wrap-width .employee-filter-col1{max-width:100%;margin-bottom:16px}.employee-wrap-width .employee-filter-col1.last-colum{max-width:100%;margin-bottom:0}.employee-wrap-width .emp-table-grid{height:auto!important}.employee-wrap-width .em-payroll-btn-wrap{right:inherit;flex-direction:column-reverse;width:100%;position:relative}.employee-wrap-width .em-payroll-btn-wrap .btn-tutorial{box-shadow:none;color:#2a90d6;margin-bottom:0;margin-left:0;background-color:#0000!important;outline:0!important;padding:6px 8px!important}.employee-wrap-width .em-payroll-btn-wrap .btn-tutorial:before{color:#2a90d6}.emp-profile-form-wrap{flex-wrap:wrap}.emp-profile-form-wrap .emp-tlt-section{order:1}.emp-profile-form-wrap .emp-photo-upload{order:2}.emp-profile-form-wrap .emp-profile-form{order:3}html .vg_ismobile .tab-content .emp-profile-form-wrap .emp-profile-form .ai-button-parentWrap .float-container a.vagaro-ai-button{width:32px;height:32px}html .vg_ismobile .tab-content .emp-profile-form-wrap .emp-profile-form .ai-button-parentWrap.active-ai-button .float-container a.vagaro-ai-button{width:128px}.emp-form-row .emp-col-6{width:100%}.country-dd-open .emp-country-flag .vgn-country-dropdown-wrap{z-index:auto}html .vg_ismobile .add-new-employeepopup #profileAddressControldiv{z-index:10}html .vg_ismobile .add-new-employeepopup .emp-profile-form-wrap .emp-profile-form .emp-edit-ph-1{z-index:2!important}html .vg_ismobile.country-dd-open .add-new-employeepopup #profileAddressControldiv{z-index:1!important}.emp-profile-form .emp-form-row .emp-col-6.profile-address-1{margin-bottom:8px!important}.emp-profile-form .emp-form-row .emp-col-6.profile-address-2 .field-label{display:none}.emp-profile-form .emp-form-row .mobile_switch-space{margin-top:15px!important}.emp-profile-form .emp-form-row .mobile_switch-space .emp-toggle-switch .toggle-switch-title{padding-top:2px;font-size:16px;line-height:20px}.emp-profile-form .emp-form-row .mobile_switch-space .emp-toggle-switch .toggle-switch-desc{font-size:16px}.emp-photo-upload{margin-left:0}.add-new-employeepopup .emp-photo-upload{margin-bottom:16px;margin-right:0}.vgn-hours-tabs .emp-hours-column{flex:1;width:100%;max-width:100%}.vgn-hours-tabs .emp-hours-column.emp-first-col{max-width:100px}.vgn-hours-tabs .emp-hours-column.emp-copy-col,.vgn-hours-tabs .emp-toggle-switch .toggle-switch-title{display:none}.vgn-hours-tabs .emp-toggle-switch .toggle-switch-title.emp-formobile{display:block}.vgn-hours-tabs .hours-error{margin-left:116px}.emp-transfer-modal .emp-transfer-wrap{flex-direction:column;gap:20px}.emp-transfer-modal .emp-transfer-item{width:100%}html .vg_ismobile .employee-wrap-width.settingWrapperHalf{margin:0;padding:16px 15px;position:fixed;bottom:0;left:0;right:0}html .vg_ismobile .employee-wrap-width .settings-subheading{margin-bottom:11px;font-size:16px;line-height:20px}html .vg_ismobile .employee-wrap-width .w-setting-title h1{font-size:24px;line-height:28px!important}html .vg_ismobile .employee-wrap-width .employee-try-gusto{font-size:16px}html .vg_ismobile .employee-wrap-width .mlheader-control{z-index:3;background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;margin-top:0;margin-bottom:0;padding:16px;position:absolute;bottom:0;left:0;right:0}html .vg_ismobile .employee-wrap-width .mlheader-control .btn-primary{width:100%;min-height:50px;font-size:18px}html .vg_ismobile .employee-wrap-width .employee-mobile-tab{margin:18px -15px;display:block}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;align-items:center;margin-top:-1px;padding:16px;display:flex}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items:first-child{margin-top:0}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-icon,html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-arrow{justify-content:center;min-width:32px;max-width:32px;display:flex}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-decs{flex:1;padding:0 12px}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-decs .emp-tlt{margin:0;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .employee-wrap-width .employee-mobile-tab .emp-tab-items .emp-decs .emp-sub-tlt{color:#6d6e6f;margin:0;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .employee-wrap-width .vg-payroll-box{background-color:#fff;border-radius:5px;justify-content:space-between;padding:12px;text-decoration:none;display:flex;position:absolute;bottom:100px;left:15px;right:15px;box-shadow:0 2px 10px #0000001a}html .vg_ismobile .employee-wrap-width .vg-payroll-left .vg-payroll-tlt{margin:0;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .employee-wrap-width .vg-payroll-left .vg-payroll-decs{color:#6d6e6f;margin:0;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .employee-wrap-width .emp-filter-heading{color:#9a9a9a;text-transform:uppercase;margin-bottom:4px;padding:16px 16px 0;font-size:16px;font-weight:400;line-height:20px;display:flex!important}html .vg_ismobile .employee-wrap-width .employee-filter-box{z-index:5;background-color:#f8f8f8;border:none;border-radius:0;margin:0;padding:0 0 82px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden;transform:translate(100%)}html .vg_ismobile .employee-wrap-width .employee-filter-box.show-filter{transform:translate(0)}html .vg_ismobile .employee-wrap-width .employee-filter-box .vgn-react-select-dropdown .btn-vgn-select{height:auto}html .vg_ismobile .employee-wrap-width .employee-filter-row{background-color:#fff;flex-direction:column;align-items:flex-start;margin:0;padding-bottom:0;padding-left:16px;display:flex!important}html .vg_ismobile .employee-wrap-width .employee-filter-col1{flex:inherit;border-bottom:1px solid #e7e7e7;justify-content:end;align-items:center;width:100%;max-width:100%;min-height:44px;margin-bottom:0;padding:7px 12px 7px 120px;display:flex;position:relative}html .vg_ismobile .employee-wrap-width .employee-filter-col1.mbl-run-btn{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:none;max-width:100%;padding:16px;display:flex;position:fixed;bottom:0;left:0;right:0}html .vg_ismobile .employee-wrap-width .employee-filter-col1.employee-filter-online-booking{border-bottom:none}html .vg_ismobile .employee-wrap-width .emp-mbl-first-row{border-top:1px solid #e7e7e7}html .vg_ismobile .employee-wrap-width .emp-mbl-second-row{border-bottom:1px solid #e7e7e7;padding-top:0}html .vg_ismobile .employee-wrap-width .emp-mbl-second-row .employee-filter-col1:last-child{border-bottom:none}html .vg_ismobile .employee-wrap-width .emp-advanced-filter-btn{display:none}html .vg_ismobile .employee-wrap-width .mbl-short-filter{border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}html .vg_ismobile .employee-wrap-width .mbl-short-filter .employee-filter-col1{border-bottom:none}html .vg_ismobile .employee-wrap-width .mbl-short-filter .emp-sort-lbl{align-items:center;padding-right:16px;font-size:15px;display:inline-flex;position:relative}html .vg_ismobile .employee-wrap-width .mbl-short-filter .emp-sort-lbl:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;position:absolute;right:0}html .vg_ismobile .employee-wrap-width .v_mbl_sorting_wrp#divSortDirection .v_mbl-sort_menu .sortby_lbl.emp-sortby-lbl{padding-left:44px}html .vg_ismobile .employee-wrap-width .v_mbl_sorting_wrp .v_mbl-sort_menu .sortby_lbl.emp-sortby-lbl .sortBack_arrow{top:2px}html .vg_ismobile .employee-wrap-width .v_mbl_sorting_wrp .v_mbl-sort_menu .sortby_lbl.emp-sortby-lbl .sortBack_arrow .fa-chevron-left{font-weight:900}html .vg_ismobile .employee-wrap-width .run-employee-btn{width:100%}html .vg_ismobile .employee-wrap-width .run-employee-btn a{background-color:#7cc576;min-height:50px;padding:15px 0;font-size:18px}html .vg_ismobile .employee-wrap-width .label-text{z-index:1;align-items:center;padding-bottom:0;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}html .vg_ismobile .employee-wrap-width .label-text span{display:none}html .vg_ismobile .emp-filter-dropdown .select2 .select2-selection{min-height:inherit;border-radius:0;align-items:center;display:flex;border:0!important;height:auto!important}html .vg_ismobile .emp-filter-dropdown .select2-selection__rendered{padding:0!important}html .vg_ismobile .emp-filter-dropdown .select2-selection__rendered span{padding:0 20px!important;line-height:27px!important}html .vg_ismobile .emp-filter-dropdown .select2-selection--single .select2-selection__rendered{line-height:26px;padding-right:20px!important}html .vg_ismobile .emp-filter-dropdown .select2-search__field{text-align:right;width:100%;padding:0}html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--single:after,html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--multiple:after{display:none}html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__arrow,html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{width:auto;display:inline-flex;top:1px;right:0}html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__arrow:after,html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow:after{content:"";font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:900}html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--multiple .select2-selection__arrow b,html .vg_ismobile .emp-filter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}html .vg_ismobile .emp-filter-dropdown .select2-search{padding:0}html .vg_ismobile .emp-filter-dropdown .select2-search--inline .select2-search__field{width:100%!important}html .vg_ismobile .emp-filter-dropdown .select2-search input{padding:1px 15px 1px 0}html .vg_ismobile .employee-filterwrap,html .vg_ismobile .emp-table-grid{display:none}html .vg_ismobile .rent-collection-report.emp-table-grid{display:block}html .vg_ismobile .emp-list-wrap{z-index:2;background-color:#fff;flex-direction:column;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:83px;left:0;right:0;transform:translate(100%)}html .vg_ismobile .emp-list-wrap.emp-show{transform:translate(0)}html .vg_ismobile .emp-list-wrap .employee-filterwrap{display:block}html .vg_ismobile .emp-list-wrap .employee-search-print-row{margin-bottom:0}html .vg_ismobile .emp-list-wrap .employee-search-box{border-bottom:1px solid #e7e7e7;max-width:100%;padding:12px 16px}html .vg_ismobile .emp-list-wrap .employee-search-box .emp-search-icon{left:26px}html .vg_ismobile .emp-list-wrap .employee-search-box .em-remove-icon{right:26px}html .vg_ismobile .emp-list-wrap .employee-search-box .custom-w-input{background-color:#e7e7e7;border:none;height:40px;padding-left:35px;padding-right:35px;font-size:16px;border-radius:10px!important}html .vg_ismobile .emp-list-wrap .em-printicon{display:none}html .vg_ismobile .emp-list-wrap .employee-list{flex-grow:1;overflow:auto}html .vg_ismobile .emp-list-wrap .employee-list.scroll-disable{overflow:hidden}html .vg_ismobile .emp-list-wrap .flt-alpha{color:#333;background-color:#f8f8f8;border-bottom:1px solid #e7e7e7;padding:4px 16px;font-size:12px;font-weight:500;line-height:20px}html .vg_ismobile .emp-list-wrap .emp-no-record-mbl{color:#6d6e6f;background-color:#f8f8f8;justify-content:center;align-items:center;height:100%;font-size:16px;line-height:20px;display:flex}html .vg_ismobile .emp-list-wrap .emp-item{border-bottom:1px solid #e7e7e7;align-items:flex-start;padding:12px 20px 12px 16px;display:flex}html .vg_ismobile .emp-list-wrap .emp-item:active{background-color:#f8f8f8}html .vg_ismobile .emp-list-wrap .emp-item.emp-w-progress{position:relative}html .vg_ismobile .emp-list-wrap .emp-item.emp-w-progress .circle-progress{z-index:9;position:absolute;top:12px;right:20px}html .vg_ismobile .emp-list-wrap .emp-item.emp-w-progress .circle-progress .percentage-text{z-index:-1}html .vg_ismobile .emp-list-wrap .emp-item.emp-w-progress .emp-item-left{padding:12px 60px 12px 16px!important}html .vg_ismobile .emp-list-wrap .emp-item.emp-list-items{padding:0}html .vg_ismobile .emp-list-wrap .emp-item.emp-list-items .emp-item-left{padding:12px 20px 12px 16px}html .vg_ismobile .emp-list-wrap .emp-item .emp-item-left{flex:1;display:flex}html .vg_ismobile .emp-list-wrap .emp-item .profile-avtar-pic{width:50px;min-width:50px;height:50px;margin-right:8px}html .vg_ismobile .emp-list-wrap .emp-item .profile-avtar-pic .emp-user-check{bottom:-2px;right:-2px}html .vg_ismobile .emp-list-wrap .emp-item .emp-desc{flex:1}html .vg_ismobile .emp-list-wrap .emp-item .emp-name-tlt{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;padding-right:8px;font-size:18px;font-weight:500;line-height:24px;display:-webkit-box;overflow:hidden}html .vg_ismobile .emp-list-wrap .emp-item .emp-scim-badge{background-color:#e7e7e7;border-radius:3px;align-items:center;min-width:44px;margin-left:4px;padding:2px 8px;font-size:12px;line-height:16px;display:inline-flex}html .vg_ismobile .emp-list-wrap .emp-item .emp-details{color:#6d6e6f;flex-flow:column wrap;font-size:16px;font-weight:400;line-height:20px;display:flex}html .vg_ismobile .emp-list-wrap .emp-item .emp-details span{padding-right:8px}html .vg_ismobile .emp-list-wrap .emp-item .emp-details .emp-dots{padding-right:14px;position:relative}html .vg_ismobile .emp-list-wrap .emp-item .emp-details .emp-dots:after{content:"";background-color:#6d6e6f;border-radius:50%;width:4px;height:4px;margin-top:8px;margin-left:5px;display:inline-flex;position:absolute}html .vg_ismobile .emp-list-wrap .emp-item .emp-status{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}html .vg_ismobile .emp-list-wrap .emp-item .emp-status .stuts-lbl-green{margin-bottom:0;margin-right:0;padding:0 8px;line-height:20px}html .vg_ismobile .emp-list-wrap .emp-location-tlt{color:#6d6e6f;align-items:center;margin-bottom:16px;padding:16px 16px 0;font-size:16px;font-weight:600;line-height:20px;display:flex}html .vg_ismobile .emp-list-wrap .emp-location-tlt .loc-count{color:#fff;background-color:#333;border-radius:3px;justify-content:center;align-items:center;min-width:25px;min-height:30px;margin-left:8px;padding:0 8px;font-weight:400;display:inline-flex}html .vg_ismobile .emp-list-wrap .emp-details-box{padding-bottom:16px}html .vg_ismobile .emp-list-wrap .emp-details-box .emp-details-box-inner{background-color:#fff;border-radius:5px;margin:0 16px;padding:12px 12px 6px;box-shadow:0 4px 20px #00000026}html .vg_ismobile .emp-list-wrap .emp-details-box .dot-emp-dropdown .dropdown-toggle{padding:4px 0}html .vg_ismobile .emp-list-wrap .detail-header{justify-content:space-between;align-items:start;gap:8px;display:flex}html .vg_ismobile .emp-list-wrap .details-heading{font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .emp-list-wrap .details-3dot{border-radius:3px;padding:2px 6px;font-family:"Font Awesome 6 Pro";font-size:16px;font-weight:900}html .vg_ismobile .emp-list-wrap .details-body{margin:16px 0 14px}html .vg_ismobile .emp-list-wrap .detail-item{color:#6d6e6f;justify-content:space-between;align-items:flex-start;margin-bottom:4px;font-size:16px;line-height:20px;display:flex}html .vg_ismobile .emp-list-wrap .detail-item .emp-detail-lable{color:#333;min-width:110px;font-weight:500}html .vg_ismobile .emp-list-wrap .detail-item .emp-detail-data{text-align:right}html .vg_ismobile .emp-list-wrap .detail-status{border-top:1px solid #e7e7e7;align-items:center;padding-top:16px;display:flex}html .vg_ismobile .emp-list-wrap .detail-status .status-block{flex-wrap:wrap;flex:1;align-items:center;display:flex}html .vg_ismobile .emp-list-wrap.emp-details-wrap{z-index:4;bottom:0}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item{background-color:#fff;border-top:none;align-items:center;padding:16px}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .profile-avtar-pic{width:96px;min-width:96px;height:96px;margin-right:16px}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-name-tlt{margin-bottom:4px;padding-right:0}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-mail-link,html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-phone{color:#2a90d6;font-size:16px;font-weight:400;line-height:20px;text-decoration:none}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-mail-link{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;margin-bottom:4px;display:-webkit-box;overflow:hidden}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .emp-phonemail_mobile .failed-contact-tooltip{display:none}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact{align-items:center;display:flex}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip{cursor:pointer;align-items:center;margin-right:4px;display:inline-flex;position:relative}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip svg{fill:#d83f34;margin-right:4px}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip svg:focus{outline:none}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip .vgn-tooltip-sms{text-align:left;z-index:10;opacity:0;visibility:hidden;color:#333;background-color:#fff;border-radius:10px 10px 0 0;width:100%;min-width:100%;max-width:100%;height:auto;padding:16px;font-size:16px;font-weight:400;line-height:20px;transition:all .6s;animation:none;display:block;position:fixed;top:auto;bottom:0;left:0;transform:translateY(100%);box-shadow:0 -8px 40px #0003}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip .vgn-tooltip-sms:after{display:none}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip.mobile_bottomsheet:focus-visible{outline:none}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms{opacity:1;visibility:visible;--webkit-animation-name:slideIn;animation-name:slideIn;animation-duration:.5s;transform:translateY(0)}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms b{color:#333;width:100%;margin-bottom:8px;font-size:20px;font-weight:500;line-height:24px;display:inline-block}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms p{color:#333;margin-bottom:0;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .tooltip-backdrop{content:"";z-index:1;background:#00000040;transition:all .2s;display:none;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .tooltip-backdrop.active{display:block}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .emp-mail-link,html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .failed-contact .emp-phone{color:#d83f34}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .tooltip-backdrop{content:"";z-index:1;background:#00000040;transition:all .2s;display:none;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-item .emp-desc .tooltip-backdrop.active{display:block}html .vg_ismobile .emp-list-wrap.emp-details-wrap .emp-location-tlt{background-color:#f8f8f8;margin-bottom:0;padding-bottom:16px}html .vg_ismobile .emp-list-wrap.emp-details-wrap .employee-list{background-color:#f8f8f8;padding:0}html .vg_ismobile .emp-list-wrap.emp-details-wrap .employee-list.emp-scroll-disable{overflow:hidden}html .vg_ismobile .modal .employeeselectplan .modal-body{padding:24px 16px!important}html .vg_ismobile .modal .employeeselectplan .modal-body .multipleprovider-description{font-size:16px;font-weight:400}html .vg_ismobile .modal .employeeselectplan .modal-body .yourprice{padding-top:16px;line-height:36px}html .vg_ismobile .quick-nav{text-align:center;color:#cc4744;z-index:3;text-transform:capitalize;flex-flow:column;justify-content:flex-start;align-items:center;gap:2px;width:20px;height:200px;margin-top:-50px;font-size:12px;font-style:normal;font-weight:500;line-height:20px;display:flex;position:fixed;top:50%;right:7px;overflow:auto}html .vg_ismobile .quick-nav a{color:#cc4744;text-decoration:none}html .vg_ismobile .quick-nav::-webkit-scrollbar{display:none!important}html .vg_ismobile .emp-edit-profile-info{z-index:5;background-color:#f8f8f8;flex-direction:column;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;right:0;transform:translate(100%)}html .vg_ismobile .emp-edit-profile-info.profile-show{transform:translate(0)}html .vg_ismobile .emp-edit-profile-info .emp-profile-wrap{flex-grow:1;overflow:auto}html .vg_ismobile .emp-edit-profile-info .emp-profile-heading{color:#9a9a9a;margin-bottom:4px;padding:16px 16px 0;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .emp-edit-profile-info .emp-edit-flex{align-items:flex-start;padding-top:16px;padding-bottom:16px;display:flex}html .vg_ismobile .emp-edit-profile-info .emp-edit-col{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;padding-left:16px}html .vg_ismobile .emp-edit-profile-info .emp-mb-16{margin-bottom:16px}html .vg_ismobile .emp-edit-profile-info .emp-pics-edit{flex-direction:column;margin-right:16px;display:flex}html .vg_ismobile .emp-edit-profile-info .emp-pics-edit .profile-avtar-pic{color:#a2a0a2;border:1px solid #cdcdcd;width:96px;min-width:96px;height:96px;margin-right:0;font-size:24px}html .vg_ismobile .emp-edit-profile-info .emp-edit-btn{color:#2a90d6;text-align:center;padding-top:8px}html .vg_ismobile .emp-edit-profile-info .emp-edit-btn input[type=file]{display:none}html .vg_ismobile .emp-edit-profile-info .emp-pro-edit{border-bottom:1px solid #e7e7e7;flex:1}html .vg_ismobile .emp-edit-profile-info .emp-profile-option{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;min-height:44px;padding:7px 12px 7px 0;display:flex}html .vg_ismobile .emp-edit-profile-info .emp-profile-option:last-child{border-bottom:none}html .vg_ismobile .emp-edit-profile-info .emp-profile-lbl{flex:1;font-weight:500}html .vg_ismobile .emp-edit-profile-info .emp-profile-decs{align-items:center;font-weight:400;display:flex}html .vg_ismobile .emp-edit-profile-info .emp-profile-decs .fa-solid{margin-left:8px;font-weight:900}html .vg_ismobile .emp-edit-profile-info .emp-input{border:none;width:100%}html .vg_ismobile .emp-edit-profile-info .emp-info-input{text-align:right;width:210px}html .vg_ismobile .emp-edit-profile-info .emp-textarea{border:none;width:100%;min-height:120px;padding:12px 16px 12px 0}html .vg_ismobile .emp-edit-profile-info .emp-text-counter{justify-content:space-between;display:flex}html .vg_ismobile .emp-edit-profile-info .emp-profile-btn{background-color:#fff;border-top:1px solid #e7e7e7;padding:16px}html .vg_ismobile .emp-edit-profile-info .emp-mb-btn{width:100%;min-height:50px;font-size:18px}html .vg_ismobile .employeeselectplan .multipletabs-menu a{max-width:38px;padding:0}html .vg_ismobile .employeeselectplan .multipletabs-menu a:first-child{max-width:78px}html .vg_ismobile .employeeselectplan .multi-heading-wrapper{text-align:left}html .vg_ismobile .employeeselectplan .multi-heading-wrapper h1{margin-bottom:8px}html .vg_ismobile .employeeselectplan .modal-header{display:none}html .vg_ismobile .reassign-calendars-modal .reassign-title{margin-bottom:8px;font-size:16px;font-weight:400;line-height:20px;display:flex}html .vg_ismobile .reassign-calendars-modal .emp-table-grid{border-left:0;border-right:0;border-radius:0;margin:0 -16px;padding-left:16px;display:block}html .vg_ismobile .reassign-calendars-modal .emp-table-grid .emp-table th{display:none}html .vg_ismobile .reassign-calendars-modal .emp-table-grid .emp-table tr td{width:50%}html .vg_ismobile .reassign-calendars-modal .emp-table-grid .emp-table tr td:first-child{padding-left:0}html .vg_ismobile .reassign-calendars-modal .emp-table-grid .emp-table tr:hover td{background:0 0!important}html .vg_ismobile .add-new-employeepopup.modal-dialog,html .vg_ismobile .add-new-employeepopup .modal-content{height:100%}html .vg_ismobile .add-new-employeepopup .modal-header{min-height:auto}html .vg_ismobile .add-new-employeepopup .modal-header button.btn-close{display:none}html .vg_ismobile .add-new-employeepopup .modal-body{flex-grow:1;overflow-y:auto;padding:0!important}html .vg_ismobile .add-new-employeepopup .modal-body>div{flex-direction:column;height:100%;display:flex}html .vg_ismobile .add-new-employeepopup .modal-body .emp-profile-form-wrap{flex-grow:1;padding:16px;overflow-y:auto}html .vg_ismobile .add-new-employeepopup .modal-body .emp-profile-form-wrap .emp-profile-form{padding-right:0}html .vg_ismobile .add-new-employeepopup .modal-body .emp-profile-form-wrap .emp-profile-form .emp-location-info .vgn-react-select-dropdown .btn-vgn-select{border:1px solid #cdcdcd;padding:10px 28px 10px 8px}html .vg_ismobile .add-new-employeepopup .modal-body .emp-profile-form-wrap .emp-profile-form .emp-location-info .vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;right:10px}html .vg_ismobile .add-new-employeepopup .modal-body .emp-profile-form-wrap .emp-profile-form .emp-location-info .vgn-react-select-dropdown .cmn-select-dropdown{top:0;bottom:0}html .vg_ismobile .add-new-employeepopup .modal-body .input-focus-relative input,html .vg_ismobile .add-new-employeepopup .modal-body .select2-container--default .select2-selection--single{height:48px!important}html .vg_ismobile .add-new-employeepopup .modal-body .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px}html .vg_ismobile .add-new-employeepopup .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow{top:7px}html .vg_ismobile .add-new-employeepopup .modal-body .allflag-show .selectedcountry{background-position:6px 11px}html .vg_ismobile .add-new-employeepopup .emp-footer-btn{border-radius:0;width:100%}html .vg_ismobile .add-new-employeepopup .emp-footer-btn .btn-secondary{display:none}html .vg_ismobile .add-new-employeepopup .emp-footer-btn.modal-footer .btn+.btn{margin-top:0}html .vg_ismobile .edit-location-modal.modal-dialog,html .vg_ismobile .edit-location-modal .modal-content{height:100%}html .vg_ismobile .edit-location-modal .modal-header{display:none}html .vg_ismobile .edit-location-modal .modal-body{background-color:#f8f8f8;overflow-y:auto;padding:0!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap{max-height:inherit;border:none;border-radius:0;overflow:visible}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid thead{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;flex-direction:column;margin-bottom:24px;padding-left:16px;display:flex;box-shadow:none!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-start;min-height:44px;padding:12px 12px 12px 0;display:flex}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td:before{content:attr(data-th);color:#333;width:112px;font-size:16px;font-weight:500;display:inline-block}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col{align-items:center}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col:before{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown{width:100%}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered{font-size:18px;font-weight:500}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered span{font-family:proxima-nova,sans-serif;font-size:18px;font-weight:500;padding:0!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__arrow{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select{padding:0 0 0 8px;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select span{max-width:307px}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select:after{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td .vgn-react-select-dropdown .btn-vgn-select{height:auto;font-weight:400}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td .vgn-react-select-dropdown .btn-vgn-select span{max-width:195px}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.last-col{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.date-col{padding-right:16px;border-bottom:none!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.date-col .emp-datepicker-control .check-cal-icon{display:none}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row{position:relative}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{justify-content:flex-end;width:100%;padding-right:12px;display:flex;position:absolute;left:0;right:0}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row:before{z-index:2;color:#a2a0a2;position:relative}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row:after{content:"";z-index:1;background:#e7e7e7;display:block;position:absolute;top:0;bottom:-1px;left:-16px;right:0}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{z-index:2}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr td.emp-type-disabled-row .vgn-react-select-dropdown .btn-vgn-select{color:#a2a0a2}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr.disabled{opacity:.5;pointer-events:none;background-color:#f8f8f8!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr.disabled td,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr.disabled .emp-filter-dropdown .select2 .select2-selection,html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr.disabled .datepicker_wrp .form-control{background-color:#0000!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tbody tr:last-child td:first-child{border-bottom-left-radius:0}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tfoot{position:static;box-shadow:none!important;background-color:#0000!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid tfoot tr td{border-top:none;padding:0 16px 24px;background-color:#0000!important}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link{color:#333;background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;justify-content:center;min-height:50px;padding:10px 16px;font-size:18px;font-weight:500;line-height:20px}html .vg_ismobile .edit-location-modal .emp-assign-wrap .tabelGrid .emp-assign-add-link i{display:none}html .vg_ismobile .edit-location-modal .edit-location-data .emp-filter-dropdown .vgn-react-select-dropdown .css-b62m3t-container{padding-top:0}html .vg_ismobile .edit-location-modal .emp-filter-dropdown{width:auto;max-width:inherit}html .vg_ismobile .edit-location-modal .emp-filter-dropdown .vgn-react-select-dropdown .css-b62m3t-container{padding-top:0}html .vg_ismobile .edit-location-modal .emp-datepicker-control:after{display:none}html .vg_ismobile .edit-location-modal .emp-datepicker-control .datepicker_wrp input.form-control{text-align:right;border:none;height:20px;padding:0 0 0 12px!important}html .vg_ismobile .edit-location-modal .emp-mbl-description{color:#6d6e6f;padding:16px 16px 8px;font-size:16px;font-weight:400;line-height:20px;display:flex}html .vg_ismobile .edit-location-modal .emp-mbl-heading{color:#9a9a9a;margin-bottom:8px;padding:16px 16px 0;font-size:16px;font-weight:400;line-height:20px;display:flex}html .vg_ismobile .edit-location-modal .emp-minus-circle{color:#c5392f;justify-content:center;align-items:center;min-width:32px;min-height:32px;font-size:24px;line-height:24px;display:flex}html .vg_ismobile .edit-location-modal .copy-lbl,html .vg_ismobile .edit-location-modal .modal-footer .btn-secondary{display:none}html .vg_ismobile .edit-location-modal .modal-footer .btn{min-height:50px}html .vg_ismobile .edit-location-modal .modal-footer .btn+.btn{margin-bottom:0;margin-left:0;margin-top:0!important}html .vg_ismobile .emp-profile-wrapper{z-index:999;background:#fff;padding:0;position:fixed;top:0;bottom:83px;left:0;right:0;overflow:auto}html .vg_ismobile .emp-profile-wrapper .emp-title-section{margin-bottom:20px}html .vg_ismobile .emp-profile-wrapper .emp-profile-form-wrap{padding:16px}html .vg_ismobile .emp-profile-wrapper .emp-profile-form-wrap>.emp-tlt-section{order:1}html .vg_ismobile .emp-profile-wrapper .emp-profile-form-wrap>.emp-profile-form{order:3}html .vg_ismobile .emp-profile-wrapper .emp-profile-form-wrap>.emp-photo-upload{order:2}html .vg_ismobile .emp-profile-detaile-wrap{z-index:999;background:#f8f8f8;padding:0;position:fixed;top:0;bottom:83px;left:0;right:0}html .vg_ismobile .emp-profile-detaile-wrap .emp-user-title{display:none}html .vg_ismobile .emp-profile-detaile-wrap .emp-item{background-color:#fff;border-bottom:1px solid #e7e7e7;align-items:center;margin-bottom:16px;padding:16px;display:flex}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .profile-avtar-pic{width:96px;min-width:96px;height:96px;margin-right:16px}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-desc{flex:1}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-name-tlt{margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-details{color:#6d6e6f;flex-wrap:wrap;font-size:16px;font-weight:400;line-height:20px;display:flex}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-mail-link,html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-phone{color:#2a90d6;font-size:16px;font-weight:400;line-height:20px;text-decoration:none}html .vg_ismobile .emp-profile-detaile-wrap .emp-item .emp-mail-link{margin-bottom:4px}html .vg_ismobile .emp-profile-detaile-wrap .emp-tab-setting-tlt{color:#6d6e6f;padding:16px 16px 8px;font-size:16px;font-weight:500;line-height:20px;display:flex}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs{top:inherit;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;flex-direction:column;padding-left:16px;display:flex;position:static}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-item{border-bottom:1px solid #e7e7e7}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-item:last-child{border-bottom:none}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-link{color:#333;border-bottom:none;align-items:center;width:100%;padding:6px 0;display:flex;position:relative}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-link:after{content:"";width:16px;height:16px;font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:900;line-height:16px;position:absolute;right:8px}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-link span{align-items:center;display:flex}html .vg_ismobile .emp-profile-detaile-wrap .nav-tabs .nav-link .fa-regular{justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;font-size:24px;display:inline-flex}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane{z-index:999;background:#fff;flex-direction:column;padding:16px;transition:all .3s;display:flex;position:fixed;top:0;bottom:83px;left:100%;right:0;overflow:auto}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.hours-tab{background-color:#f8f8f8;bottom:0}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.hours-tab .vgn-tabs-title{display:none}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.password-tab,html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.services-tab,html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.hours-tab.hours-mb-tab{bottom:134px!important}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.emp-profile-tab{overflow-y:auto}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.active{left:0}html .vg_ismobile .emp-profile-detaile-wrap .tab-content .emp-country-flag .input-focus-relative input{height:48px!important}html .vg_ismobile .emp-profile-detaile-wrap .tab-content .emp-country-flag .allflag-show .selectedcountry{background-position:6px 10px;height:47px}html .vg_ismobile .emp-profile-detaile-wrap .tab-content .emp-country-flag .select2-container--default .select2-selection--single{height:48px!important}html .vg_ismobile .emp-profile-detaile-wrap .tab-content .emp-country-flag .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px}html .vg_ismobile .emp-profile-detaile-wrap .tab-content .emp-country-flag .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px}html .vg_ismobile .vgn-hours-tabs{background-color:#fff;margin:0 -16px}html .vg_ismobile .vgn-hours-tabs .hours-header-row{display:none}html .vg_ismobile .vgn-hours-tabs .hours-table-row{border-left:none;border-right:none;padding:0}html .vg_ismobile .vgn-hours-tabs .hours-table-row:last-child{border-bottom-right-radius:0;border-bottom-left-radius:0}html .vg_ismobile .vgn-hours-tabs .hours-table-row:nth-child(2){border-top:1px solid #e7e7e7}html .vg_ismobile .vgn-hours-tabs .emp-hours-column{margin-right:0;padding:0}html .vg_ismobile .vgn-hours-tabs .emp-hours-column.emp-first-col{max-width:inherit;min-width:165px;padding-left:16px}html .vg_ismobile .vgn-hours-tabs .emp-hours-column.emp-second-col,html .vg_ismobile .vgn-hours-tabs .emp-hours-column.emp-third-col{border-left:1px solid #e7e7e7}html .vg_ismobile .vgn-hours-tabs .emp-timepicker-control .custom-w-input{border:none;height:45px;min-height:45px;border-radius:0!important}html .vg_ismobile .vgn-hours-tabs .emp-timepicker-control .custom-w-input[disabled]{opacity:.5}html .vg_ismobile .emp-pass-show .emp-toggle-password{line-height:48px}html .vg_ismobile .exportfootSection.emp-profile-footer{z-index:99;background-color:#fff;gap:16px;padding:16px;left:0;border-right:none!important;margin:0!important;display:flex!important}html .vg_ismobile .modal.fade .modal-mb-half.modal-dialog{transition:transform .3s ease-out!important;transform:translateY(100%)!important}html .vg_ismobile .modal.show .modal-mb-half.modal-dialog{transition:transform .3s ease-out!important;transform:translate(0)!important}html .vg_ismobile .modal-mb-half{padding:0!important}html .vg_ismobile .modal-mb-half.modal-dialog{justify-content:flex-end;align-items:flex-end;min-width:100%;min-height:100%;margin:0;padding:50px 0 0;display:flex}html .vg_ismobile .modal-mb-half .modal-content{border-radius:10px 10px 0 0}html .vg_ismobile .modal-mb-half .modal-header{padding:16px 16px 0!important}html .vg_ismobile .modal-mb-half .modal-header button.btn-close{display:none}html .vg_ismobile .modal-mb-half .modal-body{height:inherit;max-height:inherit;padding:16px!important}html .vg_ismobile .modal-mb-half .modal-footer{background:#fff;flex-direction:column;padding:16px!important}html .vg_ismobile .modal-mb-half .modal-footer .btn{width:100%;height:50px}html .vg_ismobile .modal-mb-half .modal-footer .btn.btn-secondary{margin-top:0;margin-bottom:0}html .vg_ismobile .modal-mb-half .modal-footer .btn+.btn{margin-top:12px;margin-left:0}html .vg_ismobile .modal-mb-full{padding:0!important}html .vg_ismobile .modal-mb-full.modal-dialog{min-width:100%;height:100%;margin:0;padding:0}html .vg_ismobile .modal-mb-full .modal-content{border-radius:0;min-height:100%}html .vg_ismobile .modal-mb-full .modal-header{padding:16px 16px 0!important}html .vg_ismobile .modal-mb-full .modal-body{height:inherit;max-height:inherit;padding:16px}html .vg_ismobile .modal-mb-full .modal-footer{flex-direction:column;padding:16px}html .vg_ismobile .modal-mb-full .modal-footer .btn{width:100%}html .vg_ismobile .modal-mb-full .modal-footer .btn.btn-secondary{margin-top:0;margin-bottom:0}html .vg_ismobile .modal-mb-full .modal-footer .btn+.btn{margin-top:12px;margin-left:0}html .vg_ismobile .emp-transfer-other-business .modal-body,html .vg_ismobile .complete-signup-new-business .modal-body{max-height:calc(100vh - 312px)}html .vg_ismobile .dot-emp-dropdown .menu-dot-backdrop{opacity:0;visibility:hidden;transition:all .3s}html .vg_ismobile .dot-emp-dropdown.show .menu-dot-backdrop{z-index:2;opacity:1;visibility:visible;background:#0000004d;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .dot-emp-dropdown .dropdown-menu{border-radius:10px 10px 0 0;max-height:calc(100% - 40px);padding:16px 0 0;transition:all .3s;overflow-y:auto;display:block!important;position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;transform:translateY(100%)!important}html .vg_ismobile .dot-emp-dropdown .dropdown-menu.show{transform:translateY(0)!important}html .vg_ismobile .dot-emp-dropdown .dropdown-menu .dropdown-item{border-bottom:1px solid #e7e7e7;padding:12px 16px;font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .dot-emp-dropdown .dropdown-menu .dropdown-item.emp-delete-text{border-top:none}html .vg_ismobile .dot-emp-dropdown.bottommenuspace .dropdown-menu{bottom:82px!important}html .vg_ismobile .menu-dot-backdrop{z-index:99;opacity:0;visibility:hidden;background:#0000004d;transition:all .3s;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .menu-dot-backdrop.show{opacity:1;visibility:visible}html .vg_ismobile .employee-dropdown-menu.dropdown-menu{border-radius:10px 10px 0 0;max-height:calc(100% - 40px);padding:16px 0 0;transition:all .3s;overflow-y:auto;display:block!important;position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;transform:translateY(100%)!important}html .vg_ismobile .employee-dropdown-menu.dropdown-menu.show{transform:translateY(0)!important}html .vg_ismobile .employee-dropdown-menu.dropdown-menu .dropdown-item{border-bottom:1px solid #e7e7e7;padding:12px 16px;font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .employee-dropdown-menu.dropdown-menu .dropdown-item.emp-delete-text{border-top:none}html .vg_ismobile.selectControlOpen .emp-profile-detaile-wrap .tab-content>.tab-pane{bottom:0;overflow:hidden}html .vg_ismobile.selectControlOpen .emp-profile-detaile-wrap{bottom:0}html .vg_ismobile.selectControlOpen .exportfootSection.emp-profile-footer{display:none!important}html .vg_ismobile.selectControlOpen .edit-location-modal .emp-list-data-grid-edit-location{position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile.selectControlOpen .edit-location-modal .emp-list-data-grid-table-virtual{height:100%}html .vg_ismobile.selectControlOpen .edit-location-modal .emp-list-data-grid-table-virtual>div{height:100%!important;max-height:100%!important;overflow:visible!important}html .vg_ismobile.selectControlOpen .edit-location-modal .emp-list-data-grid-table-virtual>div>div{height:100%!important}html .vg_ismobile.selectControlOpen .edit-location-modal .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody{height:100%!important;top:0!important}}@keyframes slideIn{0%{opacity:0;bottom:-1000px}to{opacity:1;bottom:0}}@keyframes ping-pong{0%{left:0%;box-shadow:-2px 0 4px 1px #7cc576}to{left:100%;box-shadow:2px 0 4px 1px #7cc576}}@media screen and (max-width:768px){html .vg_ismobile .emp-type-disabled-tooltip{opacity:1;padding:0;top:auto;bottom:auto;left:auto;right:auto;transform:none!important}html .vg_ismobile .emp-type-disabled-tooltip:after{content:"";z-index:1;opacity:0;background:#0000004d;transition:opacity .5s;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .emp-type-disabled-tooltip .tooltip-arrow{display:none}html .vg_ismobile .emp-type-disabled-tooltip .tooltip-inner{color:#333;text-align:left;z-index:2;background-color:#fff;border-radius:10px 10px 0 0;width:100%;max-width:100%;padding:16px;font-size:16px;font-weight:400;line-height:20px;transition:transform .5s;position:relative;bottom:0;box-shadow:0 2px 10px #0000001a}html .vg_ismobile .emp-type-disabled-tooltip .tooltip-inner:before{content:"Cannot Change Employee Type";margin-bottom:8px;font-size:20px;font-weight:500;line-height:24px;display:block}html .vg_ismobile .emp-type-disabled-tooltip.show .tooltip-inner{animation:.5s transformSlide}html .vg_ismobile .emp-type-disabled-tooltip.show:after{opacity:1}}@media screen and (max-width:389px){html .vg_ismobile .employee-wrap-width .employee-filter-box .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select span{max-width:160px}}@media screen and (max-width:1225px){.emp-table tr th.first-col-sticky{z-index:10;background-color:#f8f8f8;border-right:1px solid #e7e7e7;position:-webkit-sticky;position:sticky;left:0;box-shadow:0 0 3px #0000001a}.emp-table tr th.last-col-sticky{z-index:10;background-color:#f8f8f8;border-left:1px solid #e7e7e7;position:-webkit-sticky;position:sticky;right:0;box-shadow:0 0 3px #0000001a}.emp-table tr td.first-col-sticky{z-index:1;background-color:#fff;border-right:1px solid #e7e7e7;position:-webkit-sticky;position:sticky;left:0;box-shadow:0 0 3px #0000001a}.emp-table tr td.last-col-sticky{z-index:1;background-color:#fff;border-left:1px solid #e7e7e7;position:-webkit-sticky;position:sticky;right:0;box-shadow:0 0 3px #0000001a}.emp-table tfoot tr td.sticky-cell,.emp-table tfoot tr td.sticky-cell-foot-last{z-index:1;position:-webkit-sticky;position:sticky}.emp-table tfoot tr td.sticky-cell{left:0}.emp-table tfoot tr td.sticky-cell-foot-last{right:0}.emp-table .locations-column{min-width:210px}.emp-table .accessLevel-column,.emp-table .employeeType-column{min-width:150px}.emp-scroll-sticky{width:100%;max-height:calc(100vh - 154px);overflow:auto}.emp-scroll-sticky .emp-table thead{top:0}.emp-scroll-sticky .emp-table tr td.last-col-sticky.sticky-dropdown-open{z-index:11}.emp-scroll-sticky .emp-table tr:has(.dot-emp-dropdown.show.dropdown) .last-col-sticky{z-index:11}}@media screen and (min-width:768px) and (max-width:891px){.employee-wrap-width .employee-filter-box{width:570px}}@media screen and (max-width:1200px){html .vg_ismobile .emp-scroll-sticky{height:calc(100vh - 170px)}}.rsl_popup .rsl_login-popup input{height:40px}.rsl_popup .rsl_reassign-option .rsl_radio{align-items:center;width:100%;margin-bottom:.75rem;display:inline-flex}.rsl_popup .rsl_reassign-option .rsl_radio input{width:1.125rem;height:1.125rem;margin-right:.5rem}.rsl_popup .rsl_reassign-option .rsl_radio label{color:#333;font-size:15px;font-weight:500}.rsl_popup .rsl_reassign-option .rsl_select-btn .rsl_select-option,.rsl_popup .rsl_reassign-account .rsl_select-owner .rsl_select-option,.rsl_popup .rsl_reassign-account .rsl_select-access .rsl_select-option{cursor:pointer;width:calc(100% - 180px);height:40px;margin-bottom:0;display:inline-flex}.rsl_popup .rsl_reassign-account .rsl_select-access .rsl_select-option{width:100%}.rsl_popup .rsl_reassign-option .rsl_select-btn .rsl_select-option:focus,.rsl_popup .rsl_reassign-account .rsl_select-owner .rsl_select-option:focus,.rsl_popup .rsl_reassign-account .rsl_select-access .rsl_select-option:focus{border-color:#cdcdcd}.rsl_popup .rsl_reassign-option .rsl_select-btn .rsl_but,.rsl_popup .rsl_reassign-account .rsl_select-btn .rsl_but{width:160px;height:40px}.rsl_popup .rsl_reassign-ownership span{color:#6d6e6f;margin-bottom:10px;font-size:16px;font-weight:500;display:block}.rsl_popup .rsl_reassign-ownership ul li{margin-bottom:10px;list-style-type:circle}.rsl_popup .rsl_reassign-account .rsl_select-owner label,.rsl_popup .rsl_reassign-account .rsl_select-access label{color:#333;width:100%;margin-bottom:5px;font-size:16px;font-weight:500;display:inline-block}.rsl_popup .rsl_reassign-account .rsl_select-owner span{clear:both;border-bottom:1px solid #ccc;margin:10px 0;padding-bottom:8px;font-size:16px;font-weight:500;display:block}.rsl_share-calendar .rsl_share_calendar-timezone{width:calc(100% - 66px);margin-left:66px;display:inline-block}@media screen and (max-width:767px){html .vg_ismobile .rsl_select-btn .vgn-react-select-dropdown .css-b62m3t-container,html .vg_ismobile .reassign-select .vgn-react-select-dropdown .css-b62m3t-container{padding-top:64px}html .vg_ismobile .bardcode-animation .barcode-icon{top:17px}}@media (min-width:768px){.rsl_popup .rsl_reassign-option .rsl_select-btn,.rsl_popup .rsl_reassign-account .rsl_select-btn{justify-content:space-between;align-items:center;width:100%;display:inline-flex}}@media screen and (max-width:769px){html .vg_ismobile.androiddevice .w-custom-dropdown:after{line-height:52px}html .vg_ismobile.androiddevice .emp-datepicker-control .datepicker_wrp .check-cal-icon{top:11px}.rsl_popup .rsl_reassign-option .rsl_select-btn,.rsl_popup .rsl_reassign-account .rsl_select-btn{padding-left:28px}.rsl_popup .rsl_reassign-option .rsl_select-option,.rsl_popup .rsl_reassign-account .rsl_select-option{width:100%;height:48px;margin-bottom:5px}.rsl_popup .rsl_reassign-option .rsl_but,.rsl_popup .rsl_reassign-account .rsl_but{white-space:nowrap;width:100%;margin-top:10px}html .vg_ismobile .emp-tlt-section{font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .emp-form-row .field-label{font-size:1rem}html .vg_ismobile .custom-w-input,html .vg_ismobile .w-custom-dropdown,html .vg_ismobile .w-custom-dropdown select{height:48px;margin-bottom:0;font-size:16px;line-height:20px;border-radius:3px!important}html .vg_ismobile .w-custom-dropdown .vgSelect__control{height:48px}html .vg_ismobile .w-custom-dropdown:after{line-height:48px}html .vg_ismobile .emp-connected-devices{margin-left:-16px;margin-right:-16px}html .vg_ismobile .emp-connected-devices .emp-tlt-section,html .vg_ismobile .emp-connected-devices .emp-devices-selection{padding:0 16px}html .vg_ismobile .emp-connected-devices .emp-devices-selection{padding-bottom:8px}html .vg_ismobile .emp-connected-devices .connect-devices-item{padding:16px 24px 14px 16px}html .vg_ismobile .emp-connected-devices .connect-devices-item .emp-check-devices,html .vg_ismobile .emp-connected-devices .connect-devices-item .emp-check-devices .check-devices-lbl:after{width:24px;height:24px}html .vg_ismobile .emp-connected-devices .emp-devices-details .emp-devices-pics{width:80px;margin-right:13px}html .vg_ismobile .emp-connected-devices .emp-no-device-msg{padding:15px 16px}html .vg_ismobile .rsl_popup .rsl_reassign-option .rsl_select-btn .rsl_select-option{width:100%;height:48px}html .vg_ismobile .rsl_m-order{flex-direction:column-reverse}html .vg_ismobile .emp-photo-upload .emp-photo-tlt{margin-bottom:7px;line-height:20px}html .vg_ismobile .emp-photo-upload .emp-drap-drop{background-color:#f8f8f8;border:1px dashed #cdcdcd;border-radius:5px;width:163px;height:163px;margin-top:0;margin-bottom:1rem;padding:1rem;position:relative}html .vg_ismobile .emp-photo-upload .emp-upload-icon{margin-bottom:4px}html .vg_ismobile .emp-photo-upload .emp-upload-text{color:#6d6e6f;text-align:center;font-size:16px;line-height:20px}html .vg_ismobile .emp-photo-upload .uploaded-pics{width:163px;height:163px}html .vg_ismobile .emp-profile-form .failed-contact.emp-order-5{z-index:6;position:relative}html .vg_ismobile .emp-profile-form .failed-contact.emp-order-5 .vgn-country-dropdown-wrap{width:100%}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip .vgn-tooltip-sms{text-align:left;z-index:10;background-color:#fff;border-radius:10px 10px 0 0;width:100%;max-width:100%;height:auto;padding:16px;transition:none;animation:none;display:none;position:fixed;top:auto;bottom:0;left:0;transform:translateY(100%);box-shadow:0 -8px 40px #0003}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip .vgn-tooltip-sms:after{display:none}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip.mobile_bottomsheet:focus-visible{outline:none}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms{--webkit-animation-name:slideIn;animation-name:slideIn;animation-duration:.5s;display:block;transform:translateY(0);bottom:0!important}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms b{color:#333;width:100%;margin-bottom:8px;font-size:20px;font-weight:500;line-height:24px;display:inline-block}html .vg_ismobile .emp-profile-form .failed-contact .failed-addedit_marge .failed-contact-tooltip.mobile_bottomsheet .vgn-tooltip-sms p{color:#333;margin-bottom:0;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .emp-profile-form .failed-contact .tooltip-backdrop{content:"";z-index:9;background:#00000040;transition:all .2s;display:none;position:fixed;top:0;bottom:0;left:0;right:0}html .vg_ismobile .emp-profile-form .failed-contact .tooltip-backdrop.active{display:block}html .vg_ismobile .emp-profile-form .emp-birth-col .w-custom-dropdown:first-child{width:45%}html .vg_ismobile .emp-profile-form .emp-birth-col .w-custom-dropdown:nth-child(2),html .vg_ismobile .emp-profile-form .emp-birth-col .w-custom-dropdown:nth-child(3){width:26%}html .vg_ismobile .emp-profile-form .m_company-info,html .vg_ismobile .emp-profile-form .m_company-info2{margin-top:40px}html .vg_ismobile .emp-profile-form .m_company-info .emp-sms-counter{margin-bottom:4px;font-size:16px;font-weight:500;line-height:20px}html .vg_ismobile .emp-profile-form .m_company-info textarea.custom-w-input{min-height:96px}html .vg_ismobile .emp-profile-form .m_company-info .emp-sms-counter.second-two{margin-bottom:0}html .vg_ismobile .emp-profile-form .emp-Business-notify .emp-tlt-section{margin-bottom:24px}html .vg_ismobile .emp-profile-form .emp-Business-notify .emp-switch-block{padding:16px 0 15px}html .vg_ismobile .emp-profile-form .emp-Business-notify .toggle-switch-title{padding-top:0;font-size:16px;line-height:20px}html .vg_ismobile .emp-profile-form .emp-Business-notify .toggle-switch-desc{font-size:16px}html .vg_ismobile .emp-profile-form .emp-company-info .vgn-react-select-dropdown .btn-vgn-select{border:1px solid #cdcdcd;padding:10px 28px 10px 8px}html .vg_ismobile .emp-profile-form .emp-company-info .vgn-react-select-dropdown .btn-vgn-select:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;right:10px}html .vg_ismobile .emp-profile-form .emp-company-info .vgn-react-select-dropdown .css-b62m3t-container{padding-top:64px}}.radio-button-field .ccRadio input[type=radio]{opacity:0;float:left;width:20px;height:20px;margin:0;position:absolute}.radio-button-field .ccRadio input[type=radio]+label{color:#333;cursor:pointer;padding-left:0;font-size:15px;font-weight:400;line-height:20px}.radio-button-field .ccRadio input[type=radio]+label:before{content:"";vertical-align:top;cursor:pointer;text-align:center;background:#fff;border:1px solid #b3b3b3;border-radius:100%;width:20px;height:20px;margin-left:0;margin-right:8px;transition:all .25s;display:inline-block;position:relative;top:0}.radio-button-field .ccRadio input[type=radio]:checked+label:before{background-color:#333;box-shadow:inset 0 0 0 4px #fff}@media screen and (max-width:767px){html .vg_ismobile .radio-button-field .ccRadio input[type=radio]{width:24px;height:24px}html .vg_ismobile .radio-button-field .ccRadio input[type=radio]+label{font-size:16px;line-height:24px}html .vg_ismobile .radio-button-field .ccRadio input[type=radio]+label:before{width:24px;height:24px}}.emp-terminate-employee-model.modal-dialog{max-width:800px}.emp-terminate-employee-model .popup-min-height{min-height:41vh}.emp-terminate-employee-model .header-avtaar-wrap .termi-popup-avtar{display:flex}.emp-terminate-employee-model .header-avtaar-wrap .termi-popup-avtar .profile-avtar-pic{margin-right:8px}.emp-terminate-employee-model .header-avtaar-wrap .popup-header-employee .popup-header-name{color:#333;font-size:18px;font-weight:500;line-height:24px}.emp-terminate-employee-model .header-avtaar-wrap .popup-header-employee .popup-header-disc{color:#6d6e6f;padding-top:0;font-size:15px;font-weight:400;line-height:20px}.emp-terminate-employee-model .termi-popup-section-header{flex-direction:column;justify-content:center;align-items:center;margin:32px 0 42px;display:flex}.emp-terminate-employee-model .termi-popup-section-header .termi-popup-heading{letter-spacing:-.02em;text-align:center;color:#333;margin-bottom:4px;font-size:26px;font-weight:500;line-height:32px}.emp-terminate-employee-model .termi-popup-section-header .termi-popup-subheading{letter-spacing:0;text-align:center;color:#6d6e6f;font-size:15px;font-weight:400;line-height:20px}.emp-terminate-employee-model .termi-custom-radio{cursor:pointer;flex-direction:row;justify-content:space-between;gap:16px;width:577px;max-width:100%;margin:0 auto 32px;display:flex}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box{text-align:left;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #cdcdcd;border-radius:5px;flex-wrap:wrap;align-items:flex-start;width:49%;padding:16px 14px;text-decoration:none;display:flex}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box.w--current{background-color:#e9f5ff;border-color:#2a90d6}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:not(:checked),.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:checked{position:absolute;left:-9999px}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:not(:checked)+label,.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:checked+label{cursor:pointer;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:0;padding-left:26px;padding-right:16px;font-weight:400;display:flex;position:relative;width:100%!important}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:not(:checked)+label:before,.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:checked+label:before{background:#fff;border:1px solid #cdcdcd;border-radius:100px;width:19px;height:19px;margin-left:0;position:absolute;top:0%;left:-4px;content:""!important}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:not(:checked)+label:after,.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:checked+label:after{content:"";color:#2479c7;margin-left:0;font-family:"Font Awesome 5 Pro";font-size:19px;font-weight:900;line-height:20px;transition:all .2s ease-in;position:absolute;top:0%;left:-4px}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .ser-input:not(:checked)+label:after{opacity:0}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box:hover{border-color:#2479c7;text-decoration:none}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .service-title{letter-spacing:0;text-align:left;color:#333;white-space:nowrap;margin-bottom:4px;font-size:15px;font-weight:500;line-height:20px;text-decoration:none}.emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box .services-desc{letter-spacing:0;text-align:left;color:#777;font-size:15px;font-weight:400;line-height:22px;text-decoration:none}.emp-terminate-employee-model .termi-datepicker{width:50%;margin:0 auto}@media screen and (max-width:769px){html .vg_ismobile .emp-terminate-employee-model .termi-custom-radio{flex-direction:column}html .vg_ismobile .emp-terminate-employee-model .termi-custom-radio .termi-custom-selection-box,html .vg_ismobile .emp-terminate-employee-model .termi-datepicker{width:100%}}.selectControlOpen .modal-dialog.emp-common-modal .modal-body,.selectControlOpen .modal-dialog.edit-location-modal .emp-assign-wrap{overflow:visible!important}.selectControlOpen .modal-dialog.edit-location-modal .modal-body{overflow:auto!important}.listingtext{padding-left:16px}.listingtext li{list-style:circle}.recurring-rent-container{width:100%;min-height:201px;margin-top:30px;margin-bottom:40px;padding:16px 16px 23px 30px;display:flex;position:relative}@media (max-width:719px){.recurring-rent-container{flex-direction:column-reverse;padding:0}.recurring-rent-container .recurring-rent-image{margin-bottom:16px}}.recurring-rent-container .recurring-rent-content{max-width:615px}.recurring-rent-container .recurring-rent-content p{color:#6d6e6f}@media (min-width:720px){.recurring-rent-container .recurring-rent-content p{margin:2px 45px 15px 0}}@media (max-width:719px){.recurring-rent-container .recurring-rent-content p{margin:2px 0 15px}}.rent-collection h3,.rent-payemnt-history h3{text-transform:uppercase;border-bottom:1px solid #cdcdcd;margin-bottom:20px;padding-bottom:20px;font-size:24px;font-weight:500}.rent-collection h5,.rent-payemnt-history h5{font-size:18px;line-height:22px}.rent-collection p{color:#6d6e6f;margin-bottom:20px;font-size:15px}.rent-collection .recurring-rent-section{border-bottom:1px solid #cdcdcd;margin-bottom:20px}.rent-collection .recurring-rent-section .recurring-rent-detail{flex-flow:row;justify-content:space-between;display:flex}.rent-collection .recurring-rent-section .recurring-rent-detail h5{font-size:16px}.rent-collection .recurring-rent-section .recurring-rent-detail .recurring-rent-info{width:100%;max-width:275px}.rent-collection .rent-cc-info,.rent-collection .rent-backup-payment{margin-bottom:20px}.rent-collection .rent-cc-info .rent-btn-section,.rent-collection .rent-backup-payment .rent-btn-section{margin-bottom:20px;display:flex}.rent-collection .rent-cc-info .rent-btn-section button.btn-secondary,.rent-collection .rent-backup-payment .rent-btn-section button.btn-secondary{border-color:#cdcdcd;min-width:220px;margin-right:15px}.rent-collection .rent-cc-info .rent-btn-section button.btn-secondary:active:focus,.rent-collection .rent-backup-payment .rent-btn-section button.btn-secondary:active:focus{box-shadow:none}.rent-collection .rent-cc-info.rent-bank-payment iframe,.rent-collection .rent-backup-payment.rent-bank-payment iframe{width:100%!important}.rent-collection .rent-cc-info{border-bottom:1px solid #cdcdcd;margin-bottom:20px}.rent-collection .rent-cc-info .creditInformation{width:100%;max-width:495px;margin-bottom:20px}.rent-collection .rent-cc-info .creditInformation ul,.rent-collection .rent-cc-info .creditInformation li{margin:0;padding:0;list-style:none}.rent-collection .rent-cc-info .creditInformation .bankAdd{flex-direction:column;justify-content:space-between;display:flex}.rent-collection .rent-cc-info .creditInformation .bankAdd li{width:100%;display:flex}.rent-collection .rent-cc-info .creditInformation .bankAdd li a{color:#333;border:1px solid #e7e7e7;border-radius:3px;width:100%;margin:0 0 -1px;padding:15px;text-decoration:none;display:block}.rent-collection .rent-cc-info .creditInformation .bankAdd li a:hover{z-index:1;border-color:#2a90d6;position:relative}.rent-collection .rent-cc-info .creditInformation .bankAdd li:first-child a{border-bottom-right-radius:0;border-bottom-left-radius:0}.rent-collection .rent-cc-info .creditInformation .bankAdd li:last-child a{border-top-left-radius:0;border-top-right-radius:0}.rent-collection .accountInfo{flex-flow:row;padding:18px 0;display:flex}.rent-collection .accountInfo .accountinfoView{width:100%;max-width:470px}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item{flex-flow:row;display:flex}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item .accoun-payment-cc-img{margin:0 15px 0 0}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item .accoun-payment-cc-img .cccard-icon{color:#2374ac}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item .accoun-payment-cc-img .cccard-icon svg{width:44px;height:36px}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item .accoun-payment-cc-info label{margin-bottom:0;font-weight:500}.rent-collection .accountInfo .accountinfoView .accoun-payment-cc-item .accoun-payment-cc-info .accoun-payment-cc-end{color:#6d6e6f}.rent-collection .accountInfo .accountinfoView .formcontrol{flex-flow:column;display:flex}.rent-collection .accountInfo .accountinfoView .formcontrol label{color:#6d6e6f;margin-bottom:8px;font-weight:500}.rent-collection .accountInfo .accountinfoView .formcontrol .viewnumber{color:#333}.rent-collection .accountInfo .rent-bank-payment-failded label{color:#d83f34;background-color:#f0dddb;border-radius:3px;align-items:center;min-height:44px;padding:12px 16px;font-size:15px;font-weight:500;line-height:20px;display:inline-flex}.rent-collection .rent-info-send-msg .flexDiv{letter-spacing:normal;color:#333;word-break:break-word;background-color:#f8f8f8;border-radius:3px;align-items:center;min-height:60px;margin-bottom:16px;padding:20px;font-size:16px;font-style:normal;font-weight:500;font-stretch:100%;line-height:20px;display:inline-flex}.rent-collection .rent-info-send-msg .flexDiv .rent-info-send-msg-icon{color:#7cc576;margin-right:10px}.rent-collection .rent-info-send-msg .flexDiv .rent-info-send-msg-icon svg{width:16px;height:16px}.rent-collection .secured-block-link,.add-renter-form .secured-block-link{margin-bottom:10px}.rent-collection .secured-block-link .secured-block-link-txt,.add-renter-form .secured-block-link .secured-block-link-txt{color:#2a90d6;cursor:pointer;background-color:#fff0;border-style:none;border-radius:3px;padding:0 8px;font-size:14px;line-height:28px;display:inline-flex}.rent-collection .secured-block-link .secured-block-link-txt:hover,.add-renter-form .secured-block-link .secured-block-link-txt:hover{color:#2a90d6;background-color:#eef3ff;text-decoration:none}.add-renter-form .secured-block-link{margin-bottom:18px}.add-renter-form .tab-content{padding:0}.secured-block-info{align-items:center;margin-top:0;margin-bottom:20px;display:flex}.secured-block-info .secured-block-lockIcon svg{width:10px;height:10px;display:block}.secured-block-info .secured-block-text{margin-left:6px;margin-right:2px;font-size:12px;font-weight:500}.secured-block-info .secured-block-img{width:64px}.emp-profile-detaile-wrap .rent-payemnt-history .nav-tabs{z-index:1;margin-bottom:16px!important}.emp-profile-detaile-wrap .rent-payemnt-history .nav-tabs .nav-item{float:none;width:auto;margin:0;padding:0}.emp-profile-detaile-wrap .rent-payemnt-history .nav-tabs .nav-item .nav-link{padding:8px}.rent-payemnt-history .download-all{justify-content:end;margin-bottom:25px;display:flex}.rent-payemnt-history .download-all .dropdown .dropdown-toggle{color:#2a90d6;background-color:#0000;border:none;outline:0;padding:0;font-weight:400;text-decoration:none}.rent-payemnt-history .download-all .dropdown .dropdown-menu{width:200px}.rent-payemnt-history .rent-payment-download{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.rent-payemnt-history .rent-payment-download .rent-payment-view-report{justify-content:flex-start;align-items:flex-end;display:flex}.rent-payemnt-history .rent-payment-download .rent-payment-view-report .view-reports-link{color:#2a90d6;cursor:pointer;background-color:#fff0;border-radius:3px;outline:0;height:28px;padding:0 8px;font-size:16px;line-height:28px;text-decoration:none}.rent-payemnt-history .rent-payment-download .rent-payment-view-report .view-reports-link:hover{background-color:#eef3ff}.rent-payemnt-history .rent-payment-download .download-button .rent-export-btn{color:#333;background-color:#fff;border:1px solid #cdcdcd;border-radius:3px;outline:0;justify-content:center;align-items:center;width:48px;height:40px;padding:0;font-size:15px;font-weight:500;line-height:38px;display:inline-flex}.rent-payemnt-history .rent-payment-download .download-button .rent-export-btn:hover{background-color:#f8f8f8}.emp-input-amount-symbol{position:relative}.emp-input-amount-symbol .emp-input-amount-symbol-text{color:#6d6e6f;pointer-events:none;font-size:16px;font-weight:400;position:absolute;top:54%;left:10px;transform:translateY(-50%)}.emp-input-amount-symbol .custom-w-input{padding-left:22px}.emp-table-grid.rent-collection-report,.emp-table-grid.payment-history-popup-table{overflow:hidden}@media (max-width:719px){.emp-table-grid.rent-collection-report,.emp-table-grid.payment-history-popup-table{overflow:visible}}.emp-table-grid .amount-paid-td span{color:#2a90d6;cursor:pointer}.emp-table-grid .rent-payment-report-table tr td{padding:8px 16px}.emp-table-grid .status-td .rent-status-failed{align-items:center;display:flex}.emp-table-grid .status-td .rent-status-failed span.rent-status-failed-txt{color:#c5392f}.emp-table-grid .status-td .rent-status-failed span.rent-status-failed-icon{color:#2a90d6;margin-left:4px;display:flex}.emp-table-grid .status-td .rent-status-failed span.rent-status-failed-icon svg{cursor:pointer;width:15px;height:15px}@media (min-width:720px){.emp-rent-payment-modal.modal-dialog,.emp-edit-payment-modal.modal-dialog,.add-renter-modal.modal-dialog,.emp-rent-collect-payment-modal.modal-dialog,.emp-access-profile-modal.modal-dialog{margin:1.75rem auto}}@media (max-width:719px){.emp-rent-payment-modal.modal-dialog,.emp-edit-payment-modal.modal-dialog,.add-renter-modal.modal-dialog,.emp-rent-collect-payment-modal.modal-dialog,.emp-access-profile-modal.modal-dialog{max-width:-webkit-max-content;max-width:max-content;margin:0}.emp-rent-payment-modal.modal-dialog .modal-header,.emp-edit-payment-modal.modal-dialog .modal-header,.add-renter-modal.modal-dialog .modal-header,.emp-rent-collect-payment-modal.modal-dialog .modal-header,.emp-access-profile-modal.modal-dialog .modal-header{min-height:auto}}.emp-rent-payment-modal.modal-dialog .modal-header,.emp-edit-payment-modal.modal-dialog .modal-header,.add-renter-modal.modal-dialog .modal-header,.emp-rent-collect-payment-modal.modal-dialog .modal-header,.emp-access-profile-modal.modal-dialog .modal-header{padding:20px 20px 5px!important}.emp-rent-payment-modal.modal-dialog .modal-body,.emp-edit-payment-modal.modal-dialog .modal-body,.add-renter-modal.modal-dialog .modal-body,.emp-rent-collect-payment-modal.modal-dialog .modal-body,.emp-access-profile-modal.modal-dialog .modal-body{padding:5px 20px 24px}@media (max-width:719px){.emp-rent-payment-modal.modal-dialog .modal-footer .btn+.btn,.emp-edit-payment-modal.modal-dialog .modal-footer .btn+.btn,.add-renter-modal.modal-dialog .modal-footer .btn+.btn,.emp-rent-collect-payment-modal.modal-dialog .modal-footer .btn+.btn,.emp-access-profile-modal.modal-dialog .modal-footer .btn+.btn{margin-bottom:16px;margin-left:0}}.emp-rent-payment-modal.modal-dialog{max-width:718px;margin:0 auto}@media (min-width:720px){.emp-edit-payment-modal.modal-dialog{max-width:500px}}@media (max-width:719px){.emp-edit-payment-modal.modal-dialog .modal-body{overflow:auto}}.emp-edit-payment-modal.modal-dialog .modal-body p{color:#6d6e6f;margin:0 0 20px}.emp-edit-payment-modal.modal-dialog .modal-body .emp-form-field-txt{color:#333;margin:4px 0 0;font-size:15px;line-height:20px}.add-renter-modal.modal-dialog{max-width:900px}.add-renter-modal.modal-dialog .modal-body{overflow:auto}@media (min-width:720px){.add-renter-modal.modal-dialog .modal-body{max-height:calc(100vh - 312px)}}.add-renter-modal.modal-dialog .rent-add-render-info h5{margin-bottom:5px;font-size:18px;font-weight:500;line-height:22px}.add-renter-modal.modal-dialog .rent-add-render-info p{color:#6d6e6f;margin-bottom:14px}.add-renter-modal.modal-dialog .rent-add-render-info ul,.add-renter-modal.modal-dialog .rent-add-render-info li{margin:0;padding:0;list-style:none}.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points{margin-bottom:16px}.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points li{color:#333;align-items:center;margin:0 0 12px;font-weight:500;display:flex}.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points li .rent-check-list-icon{color:#7cc576;margin-right:15px}.add-renter-modal.modal-dialog .rent-add-render-info .rent-add-points li .rent-check-list-icon svg{width:16px;height:16px}@media (max-width:719px){.add-renter-modal.modal-dialog .rent-cc-info iframe{width:100%!important}}.add-renter-modal.modal-dialog .rent-backup-payment iframe{width:100%!important}.add-renter-modal.modal-dialog .rent-backup-payment .rent-cc-info{border-bottom:none}.add-renter-modal.modal-dialog .rent-cc-info{border-bottom:1px solid #e7e7e7;margin-bottom:20px}.add-renter-modal.modal-dialog .add-renter-tab{border:1px solid #e7e7e7;border-radius:20px;flex-direction:row;justify-content:center;align-items:flex-start;gap:0;margin-bottom:20px;margin-left:15px;display:inline-flex;overflow:hidden}@media (max-width:719px){.add-renter-modal.modal-dialog .add-renter-tab .nav-item{width:100%}}.add-renter-modal.modal-dialog .add-renter-tab .nav-item .nav-link{padding:9px 19px;font-size:16px;font-weight:400;line-height:24px}@media (max-width:719px){.add-renter-modal.modal-dialog .add-renter-tab .nav-item .nav-link{width:100%}}.add-renter-modal.modal-dialog .add-renter-tab .nav-item .nav-link.active{color:#fff;background-color:#7cc576;border:none}.add-renter-modal.modal-dialog .add-renter-form .rent-cc-info iframe{width:100%!important}.rent-history-popup .employee-detail-wrap{margin-bottom:20px}.rent-history-popup .employee-detail-wrap .employee-info-disc .employee-info-name{color:#333;margin-bottom:5px;font-size:16px;font-weight:600;line-height:20px}.rent-history-popup .employee-detail-wrap .employee-info-disc .emp-discription{color:#6d6e6f;align-items:center;font-size:14px;display:flex}.rent-history-popup .employee-detail-wrap .employee-info-disc .emp-discription span{color:#2a90d6;margin:0 4px}.rent-history-popup .employee-detail-wrap .employee-info-disc .emp-discription span svg{width:29px;height:23px}@media (min-width:720px){.emp-rent-collect-payment-modal.modal-dialog,.emp-access-profile-modal.modal-dialog{max-width:500px}}@media (max-width:719px){.emp-rent-collect-payment-modal.modal-dialog,.emp-access-profile-modal.modal-dialog{width:100%}}.emp-rent-collect-payment-modal.modal-dialog .modal-body p{color:#6d6e6f;margin-bottom:5px}.emp-rent-collect-payment-modal.modal-dialog .modal-body .emp-form-row .emp-col-6.fullwidth{max-width:254px}.emp-access-profile-modal.modal-dialog .modal-header{display:none}.emp-access-profile-modal.modal-dialog .modal-body{padding:40px 20px 20px}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap{text-align:center;padding:0 20px}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-lock{margin-bottom:15px;font-size:64px;line-height:70px}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-title{font-size:20px;font-weight:500;line-height:25px}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-msg{color:#6d6e6f;margin-bottom:10px;font-size:15px;line-height:22px}.emp-access-profile-modal.modal-dialog .rent-req-acc-wrap .rent-req-acc-msg a{color:#2a90d6;text-decoration:none}@media screen and (max-width:767px){html .vg_ismobile .rent-collection .recurring-rent-section .recurring-rent-detail,html .vg_ismobile .rent-collection .rent-cc-info .rent-btn-section,html .vg_ismobile .rent-collection .rent-backup-payment .rent-btn-section{flex-flow:column}html .vg_ismobile .rent-collection .rent-cc-info .rent-btn-section button.btn-secondary,html .vg_ismobile .rent-collection .rent-backup-payment .rent-btn-section button.btn-secondary{margin-bottom:15px;margin-right:0}html .vg_ismobile .rent-collection .rent-cc-info .rent-btn-section button.btn-secondary:last-child,html .vg_ismobile .rent-collection .rent-backup-payment .rent-btn-section button.btn-secondary:last-child{margin-bottom:0}html .vg_ismobile .rent-collection .accountInfo{flex-flow:column}html .vg_ismobile .rent-collection .accountInfo .accountinfoView:first-child{margin-bottom:16px}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .nav-tabs{border:none;border-bottom:1px solid #e7e7e7;flex-flow:row;margin:0 0 32px;padding:0}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .nav-tabs .nav-item{border:none;width:100%}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .nav-tabs .nav-item .nav-link{justify-content:center;padding:15px 0;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .nav-tabs .nav-item .nav-link:after{display:none}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .nav-tabs .nav-item .nav-link.active{border-bottom:2px solid #333}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .tab-content>.tab-pane{padding:0;display:none;position:static;transform:none}html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .tab-content>.tab-pane.active,html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane .rent-payemnt-history .tab-content>.tab-pane .download-all .v_hide_mbl{display:block}html .vg_ismobile .emp-table-grid{border-radius:3px 3px 0}html .vg_ismobile .emp-table-grid .rent-payment-report-table thead{display:none}html .vg_ismobile .emp-table-grid .rent-payment-report-table.table1099 tr{border-left:8px solid #7cc576;border-radius:10px;box-shadow:0 0 8px 0 rgba(var(--modal_box_shadow),.2)!important}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr{border-bottom:1px solid #cdcdcd;border-radius:0;margin-bottom:0;padding:15px;display:block;position:relative}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td{border-bottom:none;padding:0;display:block}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.rent-date-td{color:#333;margin-bottom:5px;font-size:20px;font-weight:500;line-height:24px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.rent-ammout-td,html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.amount-paid-td{font-size:16px;font-weight:500;line-height:20px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.rent-ammout-td{color:#6d6e6f;margin-bottom:5px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.amount-paid-td{color:#2a90d6;margin-bottom:8px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.status-td{font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.action-td{width:20px;height:28px;margin-top:-14px;position:absolute;top:50%;right:10px}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.action-td .dot-emp-dropdown .v_hide_mbl{display:block}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.action-td .btn.dotbtn{background-image:none!important}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr td.action-td .btn.dotbtn:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:900;display:block!important}html .vg_ismobile .emp-table-grid .rent-payment-report-table tr:last-child{border-bottom:none}html .vg_ismobile html .mobilefullScreen.modal-dialog.emp-rent-payment-modal .emp-table-grid{display:block}html .vg_ismobile html .mobilefullScreen.modal-dialog.emp-rent-payment-modal .modal-header{text-align:center;margin-bottom:20px;padding:16px 16px 16px 48px}html .vg_ismobile html .mobilefullScreen.modal-dialog.emp-rent-payment-modal .modal-header .modal-title{text-align:center;font-size:18px;font-weight:400;line-height:19px}html .vg_ismobile html .mobilefullScreen.modal-dialog.emp-rent-payment-modal .modal-header button.btn-close{display:none;left:28px;right:auto}html .vg_ismobile html .mobilefullScreen.modal-dialog.emp-rent-payment-modal .modal-header button.btn-close:after{content:"";font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:900;display:none}}.reassign-cc-wrap{min-height:316px}.dummy-cc-wrap h4{color:#333;margin:0;padding-bottom:8px;font-size:18px;font-weight:500;line-height:24px}.dummy-cc-wrap h4.dummy-cc-hd2{padding-top:12px}.dummy-cc-wrap ul,.dummy-cc-wrap li{margin:0;padding:0;list-style:none}.dummy-cc-wrap .dummy-cc-container{margin:0 -5px}.dummy-cc-wrap .dummy-cc-container li{float:left;margin:0;padding-bottom:8px;padding-left:5px;padding-right:5px}.dummy-cc-wrap .dummy-cc-container li.dummy-cc-full{width:100%}.dummy-cc-wrap .dummy-cc-container li.dummy-cc-half{width:50%}.dummy-cc-wrap .dummy-cc-container li.card-no{position:relative}.dummy-cc-wrap .dummy-cc-container li.card-no .dummy-card-icon{color:#6d6e6f;width:22px;height:18px;position:absolute;top:8px;left:14px}.dummy-cc-wrap .dummy-cc-container li.card-no .dummy-card-icon svg{width:18px;height:18px}.dummy-cc-wrap .dummy-cc-container li.card-no input.form-control{padding-left:37px}.dummy-cc-wrap .dummy-cc-container li .dummy-cc-addr .dummy-cc-addr-box{float:left;border:1px solid #cdcdcd;border-right:none;border-radius:.188rem 0 0 .188rem;width:58px;height:40px;position:relative}.dummy-cc-wrap .dummy-cc-container li .dummy-cc-addr .dummy-cc-addr-box:before{content:"";background:url(https://vagaro.azureedge.net/static-content/Images/worldflag/Country_US_UnitedStates.svg) 50% no-repeat;width:20px;height:15px;display:block;position:absolute;top:11px;left:8px}.dummy-cc-wrap .dummy-cc-container li .dummy-cc-addr .dummy-cc-addr-box svg{width:9px;position:absolute;top:11px;right:11px}.dummy-cc-wrap .dummy-cc-container li .dummy-cc-addr .dummy-cc-addr-input{float:left;width:calc(100% - 58px)}.dummy-cc-wrap .dummy-cc-container li .dummy-cc-addr .dummy-cc-addr-input .form-control{border-top-left-radius:0;border-bottom-left-radius:0}.emp-profile-form-wrap .ai-button-parentWrap div.float-container a.vagaro-ai-button{background:linear-gradient(135deg,#415cf6 0%,#415cf6 20%,#9f0cd4 44%,#415cf6 78%,#415cf6 100%);color:#9f0cd4!important}.emp-profile-form-wrap .ai-button-parentWrap div.float-container a.vagaro-ai-button .ai-text-icon{color:#fff}.emp-profile-form-wrap .ai-button-parentWrap.active-ai-button div.float-container .vagaro-ai-button{background:linear-gradient(135deg,#415cf6 0%,#415cf6 20%,#9f0cd4 44%,#415cf6 78%,#415cf6 100%)}@media screen and (max-width:767px){html .vg_ismobile .loginContentwrap-addbus .loginContentwrap .inputbox-type1,html .vg_ismobile .loginContentwrap-addbus .loginContentwrap .dropdowndiv select,html .vg_ismobile .addresspopup-billing .dropdowndiv{height:48px!important}html .vg_ismobile .addresswithcountry .allflag-show .selectedcountry{background-position:6px 10px;height:46px}html .vg_ismobile .addresswithcountry .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px}}.vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row{color:#6d6e6f;background-color:#f8f8f8;border:1px solid #e7e7e7;border-top-left-radius:5px;border-top-right-radius:5px;padding:16px;font-size:15px;font-weight:500;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row .hours-row-content{margin-bottom:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row .hours-row-content .emp-hours-column.emp-second-col{margin-right:12px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row{color:#6d6e6f;border:1px solid #e7e7e7;border-top:none;border-bottom-color:#cdcdcd;flex-direction:column;padding:16px 16px 13px;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row:last-child{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row:hover .emp-copy-col{opacity:1}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .desktop-hide{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content{align-items:flex-start;width:100%;max-width:648px;margin-bottom:11px;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content:first-child,.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content.row-space{margin-bottom:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content .emp-hours-column-inner-div{justify-content:start;align-items:center;width:100%;margin-bottom:11px;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content .emp-hours-column-inner-div:last-child{margin-bottom:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content .emp-hours-column-inner-div a.action.mtClose-symbol.fa-times{text-align:center;cursor:pointer;color:#a2a0a2;justify-content:center;align-items:center;width:32px;height:32px;font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:900;line-height:15px;text-decoration:none;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-row-content .emp-hours-column-inner-div a.action.mtClose-symbol.fa-times:hover{color:#333}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column{flex:none;width:100%;max-width:110px;margin:0 8px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column .timepicker_wrp input[disabled]+.datetimeicon:before{cursor:not-allowed}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column .timepicker_wrp .datetimeicon{top:4px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.copy-to-btn-column{margin-top:8px;width:auto!important;max-width:-webkit-fit-content!important;max-width:fit-content!important}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-switch-label{min-height:auto}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-first-col{width:100%;max-width:180px;margin-right:16px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-copy-col{opacity:0;max-width:100px;margin-left:15px;margin-right:0}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field{width:100%;max-width:268px;margin-left:50px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field .expandedWidth.vgselect-dropdown.prosale-select2{height:40px;padding:8px;font-size:15px;font-weight:400;line-height:20px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field .expandedWidth.vgselect-dropdown.prosale-select2:focus{border-color:#cdcdcd}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field .vgn-react-select-dropdown .vgn-select-control__menu-list{overflow-x:hidden!important}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field .vgn-react-select-dropdown .vgn-select-control__menu-list .vgn-option-lbl{word-wrap:break-word;max-width:95%}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field select:disabled{-webkit-text-fill-color:#a2a0a2}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-second-col{font-size:15px;font-weight:500;line-height:20px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-hours-sunday-last .vgn-react-select-dropdown .cmn-select-dropdown{top:auto;bottom:100%}.vgn-working-hours-design-new .vgn-hours-tabs .emp-timepicker-control{position:relative}.vgn-working-hours-design-new .vgn-hours-tabs .emp-timepicker-control:after{content:"";color:#6d6e6f;width:16px;height:16px;font-family:"Font Awesome 6 Pro";font-size:15px;font-weight:400;line-height:18px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.vgn-working-hours-design-new .vgn-hours-tabs .emp-timepicker-control .custom-w-input{padding-right:30px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-timepicker-control .custom-w-input[disabled]{-webkit-text-fill-color:#333}.vgn-working-hours-design-new .vgn-hours-tabs .copy-lbl{color:#2a90d6;cursor:pointer;white-space:nowrap;align-items:center;gap:4px;margin-left:-8px;display:flex;font-size:15px!important;font-weight:500!important;line-height:20px!important}.vgn-working-hours-design-new .vgn-hours-tabs .copy-lbl.disabled{opacity:.5}.vgn-working-hours-design-new .vgn-hours-tabs .copy-lbl i.fa-light{font-weight:400}.vgn-working-hours-design-new .vgn-hours-tabs .emp-toggle-switch .emp-switch-label{align-items:center;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .emp-toggle-switch .toggle-switch-title{color:#333;font-size:15px;font-weight:400;line-height:20px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-toggle-switch .toggle-switch-title.emp-formobile{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-error{margin-left:220px}.vgn-working-hours-design-new .vgn-hours-tabs .validation-message .hours-required-text{color:#c5392f;margin:0 8px;padding-top:0;font-size:12px}.vgn-working-hours-design-new .last-modify,.vgn-working-hours-design-new .last-modify .last-modified-div{text-align:right;position:static!important}.max-content-900{max-width:900px}.copytomodal{width:350px}.copytomodal .modal-header .modal-title{font-size:18px;font-weight:500;line-height:24px}.copytomodal .modal-header .btn-close{color:#9a9a9a;content:"";text-align:center;font-family:fontawesome-5pro-light-300;font-size:16px;font-weight:900;line-height:22px;display:block;top:0;background:0 0!important}.copytomodal .modal-header .btn-close:after{color:#9a9a9a;content:"";text-align:center;font-family:fontawesome-5pro-light-300;font-size:16px;font-weight:900;line-height:22px;display:block;top:0}.copytomodal .copytomodal-inner-div p{color:#6d6e6f;font-size:15px;font-weight:400;line-height:20px}.copytomodal .copytomodal-inner-div .checkbox-custom-black{padding:8px 0}.copytomodal .copytomodal-inner-div .checkbox-custom-black .emp-check-devices{width:100%;padding-left:30px}.copytomodal .copytomodal-inner-div .checkbox-custom-black .emp-check-devices .check-devices:checked+.check-devices-lbl:after{border:1px solid #cdcdcd}.copytomodal .copytomodal-inner-div .checkbox-custom-black .emp-check-devices .check-devices-lbl:after{font-size:15px;font-weight:900;line-height:20px!important}.copytomodal .copytomodal-inner-div .checkbox-custom-black .emp-check-devices .check-devices[disabled]+.check-devices-lbl:after{background-color:#a2a0a2!important}.copytomodal .copytomodal-inner-div .checkbox-custom-black .emp-check-devices .emp-check-title{font-size:15px;font-weight:400;line-height:20px}.copytomodal .modal-footer{box-shadow:none;border-top:1px solid #cdcdcd;gap:0}.copytomodal .modal-footer .copytofooter{display:flex}.copytomodal .modal-footer .copytofooter .btn.btn-secondary{border-color:#cdcdcd;margin-right:16px}.copytomodal .modal-footer .copytofooter .btn.btn-secondary:active:focus{outline:none!important}.vgn-working-day-hours{display:none}@media (min-width:769px){.emp-hours-design .paid-time-out-history-link.invent-last-modify{bottom:75px}}@media (max-width:1200px){.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column{flex:none;width:100%;max-width:100px;margin:0 8px}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field{width:100%;max-width:220px;margin-left:15px;margin-right:0}.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.emp-first-col{max-width:150px}}@media (max-width:991px){.vgn-working-hours-design-new .vgn-hours-tabs .emp-hours-column.service-apply-field{width:100%;max-width:200px;margin-left:15px;margin-right:0}}@media screen and (max-width:767px){html .vg_ismobile .emp-hours-design{padding:0!important;overflow-x:hidden!important}html .vg_ismobile .emp-hours-design .invent-last-modify.last-modify.paid-time-out-history-link .last-modified-div.last-modified-control{text-align:center;width:100%;padding:8px!important}html .vg_ismobile .hours-tab .invent-last-modify{margin:10px 0;position:static}html .vg_ismobile .hours-tab .invent-last-modify .last-modified-div{padding:0}html .vg_ismobile .vgn-working-hours-design-new{padding-bottom:74px}html .vg_ismobile .vgn-working-hours-design-new .vgn-tabs-description{margin-bottom:0;padding:12px 12px 16px}html .vg_ismobile .vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-desc{margin-bottom:0!important}html .vg_ismobile .vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-title{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-desc{color:#6d6e6f;margin-bottom:16px;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs{margin:0;padding:12px 12px 20px;overflow-x:hidden;overflow-y:auto}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row{background-color:#fff;border:none;border-radius:5px;margin-bottom:16px;padding:8px;position:relative;box-shadow:0 4px 20px #00000015}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content{display:block}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content.disabled{pointer-events:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content.hours-row-disable-mobile .emp-hours-column-parent-div{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column{border-left:none;max-width:-webkit-fit-content;max-width:fit-content;margin:0}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.service-apply-field{margin:0!important}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.service-apply-field .vgn-react-select-dropdown .custome-select-wrap .btn.btn-vgn-select span{max-width:78px!important}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col{justify-content:space-between;align-items:center;width:100%;min-width:100%;margin-left:0;padding-left:0;display:flex}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle{outline:none;padding:0}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle:active{outline:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle:after{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-second-col{margin:0;margin-left:0!important}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch{z-index:9}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label{pointer-events:none;padding-left:60px}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label .toggle-switch-title{color:#333;font-size:18px;font-weight:400;line-height:20px;display:block}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label .toggle-switch-title.emp-formobile{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select{pointer-events:none;background-color:#e7e7e7;height:auto;margin-bottom:2px;padding:2px 8px}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select:after{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select.btn-vgn-select-dark{color:#fff;background-color:#333}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div{margin-left:53px}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div.without-service-copy-to-all{display:block}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div.without-service-copy-to-all .label-to-text{width:30px!important}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div .emp-hours-column-inner-div{margin-bottom:0}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mob-hide{display:none}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .desktop-hide{color:#333;padding:8px;font-size:15px;font-weight:400;line-height:20px;display:block}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row label.desktop-hide{width:78px;margin-bottom:0}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row label.desktop-hide.label-to-text{width:auto;padding:0}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mobile-services-tag span{color:#333;background-color:#e7e7e7;border-radius:3px;padding:2px 8px;font-size:12px;font-weight:400;line-height:16px}html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mobile-services-tag.bg-dark-ser span{color:#fff;background-color:#333}html .vg_ismobile .vgn-working-day-hours{background-color:#f8f8f8;width:100%;padding-bottom:70px;transition:all .5s;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto;transform:translate(100%)}html .vg_ismobile .vgn-working-day-hours.show{transform:translate(0)}html .vg_ismobile .vgn-working-day-hours .tablegrid{border:none;width:100%}html .vg_ismobile .vgn-working-day-hours .tablegrid thead{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;flex-direction:column;margin:10px 0 16px;padding-left:16px;display:flex;box-shadow:none!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;min-height:auto;padding:12px 12px 12px 0;display:flex}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td:last-child{border-bottom:0!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.allservices .custome-select-wrap .btn.btn-vgn-select:after{font-weight:600;right:-17px!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.allservices .vgn-react-select-dropdown .vgn-select-control__menu{overflow-x:hidden}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.allservices .vgn-react-select-dropdown .vgn-select-control__menu .vgn-option-lbl{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.allservices .btn-vgn-select.vgn-select-icon{padding-left:15px}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.allservices .btn-vgn-select.vgn-select-icon:after{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap{position:relative}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select{text-align:left;background-color:#fff;border-radius:3px;justify-content:flex-start;width:100%;height:auto;padding:0;font-size:15px;position:relative;outline:0!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select label{margin-bottom:0;font-weight:400}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select input{text-align:right;border:none;height:auto!important;padding:0!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select .datetimeicon:before{opacity:0;width:51px;top:-12px;left:-9px}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;right:0}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .emp-minus-circle{color:#c5392f;justify-content:center;align-items:center;min-width:32px;min-height:32px;margin-right:8px;font-size:24px;line-height:24px;display:flex}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .hours-label{width:100%}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .hours-label label{font-size:18px;font-weight:500;line-height:24px;margin-bottom:0!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td:before{content:attr(data-th);color:#333;width:145px;font-size:16px;font-weight:500;display:inline-block}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col:before{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown{width:100%}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered{font-size:18px;font-weight:500}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered span{font-family:proxima-nova,sans-serif;font-size:18px;font-weight:500;padding:0!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__arrow{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select{padding:0 0 0 8px;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select:after,html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.last-col{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.date-col{border-bottom:none!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row{position:relative}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{justify-content:flex-end;width:100%;padding-right:12px;display:flex;position:absolute;left:0;right:0}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row:before{z-index:2;position:relative}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row:after{content:"";z-index:1;background:#e7e7e7;display:block;position:absolute;top:0;bottom:-1px;left:-16px;right:0}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{z-index:2}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr td .vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl{font-weight:700!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr.disabled{opacity:.5;pointer-events:none;background-color:#f8f8f8!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr.disabled td,html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr.disabled .emp-filter-dropdown .select2 .select2-selection,html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr.disabled .datepicker_wrp .form-control{background-color:#0000!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tbody tr:last-child td:first-child{border-bottom-left-radius:0}html .vg_ismobile .vgn-working-day-hours .tablegrid tfoot{position:static;box-shadow:none!important;background-color:#0000!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tfoot tr td{border-top:none;padding:0 16px 24px;background-color:#0000!important}html .vg_ismobile .vgn-working-day-hours .tablegrid tfoot tr td .emp-assign-add-link{color:#333;background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;justify-content:center;align-items:center;min-height:50px;padding:10px 16px;font-size:18px;font-weight:500;line-height:20px;text-decoration:none;display:flex}html .vg_ismobile .vgn-working-day-hours .tablegrid tfoot tr td .emp-assign-add-link i{display:none}html .vg_ismobile .vgn-working-day-hours .tablegrid .btn-apply-div .btn-apply{width:-webkit-fill-available;height:50px;margin:16px;font-size:18px;font-weight:500;line-height:20px}html .vg_ismobile .vgn-working-day-hours .tablegrid .btn-default{font-size:18px;font-weight:500;line-height:20px}html .vg_ismobile .copytomodal.modal-dialog{margin:0;opacity:1!important;flex-direction:column!important;justify-content:flex-end!important;width:100%!important;min-width:100%!important;max-width:100%!important}html .vg_ismobile .copytomodal.modal-dialog .modal-content{border-radius:10px 10px 0 0}html .vg_ismobile .copytomodal.modal-dialog .modal-content p{display:none}html .vg_ismobile .copytomodal.modal-dialog .modal-content .checkbox-custom-black{border-top:1px solid #e7e7e7;padding:12px 0}html .vg_ismobile .copytomodal.modal-dialog .modal-content .emp-check-title{font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .copytomodal.modal-dialog .modal-content .btn-secondary{display:none}html .vg_ismobile .copytomodal.modal-dialog .modal-content .btn-primary{width:100%}}@media (max-width:767px){html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content{border-radius:10px 10px 0 0;width:100%;height:auto;margin:0;transition:bottom .3s ease-in-out;position:fixed;bottom:0;left:0;right:0;transform:translateY(0)}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-header{padding:16px 16px 0!important}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-header .modal-title{font-size:20px;margin-top:1px!important}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-header .filter-comp-row{color:#333;font-size:16px;font-weight:400;line-height:20px}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-header .btn-close{display:none}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-body{padding:8px 16px 16px!important}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-footer{background:#fff;padding:16px!important;display:block!important}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-footer .flex-search-control,html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-footer .flex-search-control .btn{width:100%!important}html .vg_ismobile.editSWH #ConfirmationPopup.leavepopupsettings .modal-content .modal-footer .flex-search-control .btn.btn-secondary{margin-bottom:16px}}.checkbox-custom-black{margin:0}.emp-check-devices{align-items:center;display:flex}.emp-check-devices .check-devices{margin-right:10px}.emp-check-title{color:#333;font-size:16px}.emp-hours-column-new{justify-content:center;align-items:center;display:flex}.emp-hours-column-new .emp-hours-column-inner-div{margin-bottom:0!important}.emp-hours-column-new .emp-hours-column.emp-copy-col{margin-left:10px!important}#ConfirmationPopup.leavepopupsettings{max-width:504px!important}#ConfirmationPopup.leavepopupsettings .modal-header{padding-bottom:0!important;padding-right:20px!important}#ConfirmationPopup.leavepopupsettings .modal-header .btn-close{top:12px;right:20px}#ConfirmationPopup.leavepopupsettings .modal-header .btn-close:after{font-size:15px;font-weight:900}#ConfirmationPopup.leavepopupsettings .modal-header .modal-title{margin-top:5px;font-size:18px;line-height:24px}#ConfirmationPopup.leavepopupsettings .modal-body{padding:16px 20px 24px!important}#ConfirmationPopup.leavepopupsettings .modal-body .summary-grid-wrp .filter-comp-row{font-size:15px;font-weight:400;line-height:20px;margin-bottom:0!important}#ConfirmationPopup.leavepopupsettings .modal-footer{box-shadow:none;border-top:1px solid #e7e7e7}.without-service-copy-to-all{display:flex}.vgn-working-day-hours.mobile-view.show+.max-content-900.vgn-working-hours-design-new,.for-mobile-clickable{display:none}@media (min-width:767px){.vgn-working-hours-design-new .vgn-hours-tabs{border:1px solid #e7e7e7;border-radius:5px;margin-bottom:24px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row{z-index:10;border-top:0;border-left:0;border-right:0;position:-webkit-sticky;position:sticky;top:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row{border-left:0;border-right:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row:last-child{border-bottom:0}}@media (max-width:767px){html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs{position:relative}html .vg_ismobile .for-mobile-clickable{z-index:99;margin-top:2px;display:block;position:absolute;top:8px;left:8px}}.selectControlOpen.AddEmployeePageBody.vg_ismobile .vgn-working-day-hours.mobile-view{overflow-y:hidden}.btn-vgn-select.vgn-select-arrow:after{opacity:0}html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-success-master,html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-fail-master,html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-warning-master{top:0!important}@media (max-width:1200px){html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-success-master,html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-fail-master,html .rm-leftbar.customers-files-vagaro-drive.touchdevice .banner-warning-master{top:0!important}}@media (max-width:767px){html .vg_ismobile .banner-success-master,html .vg_ismobile .banner-fail-master,html .vg_ismobile .banner-warning-master{top:0!important}}html .customers-files-vagaro-drive.touchdevice.onlyForPaydesk.selectControlOpen .edit-location-modal .modal-body{min-height:calc(100vh - 130px)}html .customers-files-vagaro-drive.touchdevice.onlyForPaydesk.selectControlOpen .edit-location-modal .emp-assign-wrap{min-height:calc(100vh - 195px);max-height:calc(100vh - 130px)}html .customers-files-vagaro-drive.touchdevice.onlyForPaydesk.selectControlOpen .employee-main-wrapper{overflow:hidden}.form-iframe-data{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.form-iframe-data .view-reports-link{color:#2a90d6;cursor:pointer;background-color:#fff0;border-radius:3px;outline:0;height:28px;padding:0 8px;font-size:14px;line-height:28px;text-decoration:none;display:inline-flex}.form-iframe-data .view-reports-link:hover{background-color:#eef3ff}#modelContractFormRespo .popupContentArea.ech-iFrameDisplay{width:100%;height:calc(100vh - 200px);max-height:85vh}#modelContractFormRespo .popupContentArea.ech-iFrameDisplay iframe{width:100%!important;height:100%!important}#modelContractFormRespo.emp-formrent{max-width:650px}@media screen and (max-width:769px){html .vg_ismobile #modelContractFormRespo .popupContentArea.ech-iFrameDisplay{width:100%;height:100%;max-height:100vh}html .vg_ismobileiosonly .mobile-rentalpopup.add-renter-modal.modal-dialog .modal-body{overflow-x:hidden;overflow-y:auto}html .vg_ismobile .add-renter-modal.modal-dialog .add-renter-tab{margin-left:0}}@media (min-width:768px){.add-new-employeepopup .modal-body,.selectControlOpen .modal-dialog.add-new-employeepopup .modal-body{overflow:auto!important}}@media screen and (max-width:769px){html .vg_ismobile .emp-table-grid.payment-history-popup-table{overflow:auto}html .vg_ismobile .modal-dialog.historymobilecard tr{flex-flow:column wrap;width:100%;min-height:80px;display:flex}html .vg_ismobile .modal-dialog.historymobilecard tfoot tr td{background-color:#0000}html .vg_ismobile .historymobilecard .rent-history-popup .employee-detail-wrap{padding:0 16px!important}html .vg_ismobile .emp-table-grid.payment-history-popup-table.histroy-mobilecard{border:0}html .vg_ismobile .emp-table-grid.histroy-mobilecard .Mobile-Totaltext{font-size:18px;line-height:24px}html .vg_ismobile .emp-table-grid.histroy-mobilecard thead{display:none}html .vg_ismobile .emp-table-grid.histroy-mobilecard .Mobile-alignright{text-align:right}html .vg_ismobile .emp-table-grid.histroy-mobilecard .rent-payment-report-table tbody tr:first-child{border-top:1px solid #ccc}html .vg_ismobile .emp-table-grid.histroy-mobilecard .rent-payment-report-table tr{border-bottom:1px solid #ccc;border-radius:0;min-height:80px;margin-bottom:0}html .vg_ismobile .emp-table-grid.histroy-mobilecard .rent-payment-report-table tfoot tr{border-bottom:1px solid #ccc;flex-direction:row;justify-content:space-between;align-items:center;display:flex}html .vg_ismobile .emp-table-grid.histroy-mobilecard .totalText{color:#333;font-size:22px;font-weight:500;line-height:24px}html .vg_ismobile .modal-dialog.historymobilecard .modal-body{padding:8px 0 24px!important}html .vg_ismobile .modal-dialog.historymobilecard .emp-table-grid .emp-table tfoot tr td{border-top:0;background-color:#0000!important}html .vg_ismobile .modal-dialog.historymobilecard .emp-table-grid .rent-payment-report-table tr td.rent-date-td{color:#6d6e6f;font-size:14px}html .vg_ismobile .modal-dialog.historymobilecard .rent-payment-report-table tbody tr{flex-flow:wrap;display:flex}html .vg_ismobile .modal-dialog.historymobilecard .rent-payment-report-table .MobileReqText{color:#333;width:50%;margin-bottom:0;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .modal-dialog.historymobilecard .rent-payment-report-table .rent-date-td{order:2}html .vg_ismobile .modal-dialog.historymobilecard .rent-payment-report-table .rent-ammout-td{text-align:right;order:1}html .vg_ismobile .emp-rent-collect-payment-modal.modal-dialog .modal-body .emp-form-row{margin-top:16px}html .vg_ismobile .emp-rent-collect-payment-modal.modal-dialog .modal-body .emp-form-row .emp-col-6.fullwidth{max-width:100%}html .vg_ismobile .Edit1099Addresscontrol .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px}html .vg_ismobile .Edit1099Addresscontrol .select2-container--default .select2-selection--single{height:48px!important}html .vg_ismobile .Edit1099Addresscontrol #dvWraptxtRenterAddress.add-input-focus-relative input{height:44px!important}html .vg_ismobile #collectPaymentPopup .modal-footer .btn+.btn{width:100%;margin-left:0}}.access-level-title{word-wrap:break-word;word-break:break-word;margin-bottom:5px;font-size:18px;font-weight:500;line-height:22px;display:inline-block;position:relative}.access-level-description{word-break:break-word;word-wrap:break-word;width:100%;font-size:15px;font-weight:400;display:inline-block}.Misc1099-Popup .modal-header{box-shadow:none;z-index:100;background:#fff;position:relative;padding:20px 20px 7px!important}.Misc1099-Popup .popupContentArea{text-align:center;width:100%;padding:0 50px}.Misc1099-Popup .iconmarketing{text-align:center;width:100%;padding:33px 0 22px 10px;line-height:normal;display:block}.Misc1099-Popup .iconmarketing:before{content:"";font-family:"Fontawesome pro 300";font-size:95px}.Misc1099-Popup h3,.Misc1099-Popup p{margin:0;padding:0;line-height:1.4}.Misc1099-Popup h3{color:#333;font-size:24px;line-height:34px}.Misc1099-Popup p{color:#777;vertical-align:middle;margin-bottom:0;font-size:15px;line-height:22px}.Misc1099-Popup .link{color:#2a90d6;text-decoration:none}.Misc1099-Popup .modal-title{letter-spacing:.003em;color:#333;letter-spacing:1px;margin-top:0;margin-bottom:0;font-family:proxima-nova,sans-serif;font-size:18px;font-weight:600;line-height:22px}.Misc1099-Popup .modal-footer .btn.btn-primary{min-width:auto}.Misc1099-Popup .modal-body{flex-direction:column;min-height:1px;padding:12px 20px 20px;font-family:proxima-nova,sans-serif;display:flex;overflow-y:auto}@media screen and (max-width:769px){html .vg_ismobile .Misc1099-Popup .modal-header{min-height:auto}html .vg_ismobile .Misc1099-Popup .popupContentArea{padding:0 16px}}.rent-initial-align{padding-top:2px}.emp-table-grid .rent-payment-report-table tr td a.rentinfo-link{font-size:15px;line-height:20px;color:#2a90d6!important;font-weight:500!important;text-decoration:none!important}.emp-table-grid .rent-payment-report-table tr td a.rentinfo-link:hover{text-decoration:underline!important}.rent-collection .ech-previewDiffer{margin-top:20px;padding-bottom:20px;border-bottom:1px solid #cdcdcd!important;margin-bottom:20px!important}div#divformname{margin-bottom:0;padding-bottom:20px}div#divEmpRentCommision{border-top:0;padding-top:0;padding-bottom:20px!important}div#divmainrental{border-top:0;padding-top:0}@media (min-width:768px){#emptable.dropdown-open,#emptable.dropdown-open>div:first-child{position:initial!important}#emptable.dropdown-open>div:nth-child(2),#emptable.dropdown-open>div:nth-child(3){display:none}}@media screen and (min-width:768px){html .touchdevice.ipadandroid .mainContent{top:0!important}html .touchdevice.ipadandroid .mainArea{padding-left:20px!important}html .onlyForPaydesk .mainContent{top:0!important}}@media screen and (max-width:769px){html .vg_ismobile.touchdevice .employee-wrap-width.settingWrapperHalf{z-index:99}html .vg_ismobile.touchdevice.country-dd-open .add-new-employeepopup.modal-dialog .modal-footer{display:none}}.employee-dropdown-menu{box-shadow:none;z-index:9999;border:1px solid #e7e7e7;min-width:230px;padding:4px 0;position:fixed!important}.employee-dropdown-menu .dropdown-item{outline:0;padding:8px;font-size:15px;line-height:20px}.employee-dropdown-menu .dropdown-item.emp-delete-text{color:#c5392f;border-top:1px solid #e7e7e7;padding:12px 8px 11px;font-weight:500}.confirmTransferPopup.modelCommanUser .modal-content .modal-header{flex-direction:column;align-items:start}.confirmTransferPopup.modelCommanUser .modal-content .modal-footer #divAprroveButtons{display:flex}.confirmTransferPopup.modelCommanUser .modal-content .modal-footer #divAprroveButtons .btn-primary{margin-top:0}.emp-edit-payment-modal .employee-info-name{color:#333;white-space:nowrap;text-overflow:ellipsis;flex:1 0 auto;max-width:100%;font-size:18px;font-weight:500;line-height:24px;display:flex;overflow:hidden}.emp-edit-payment-modal .emp-discription{color:#777;white-space:nowrap;text-overflow:ellipsis;flex:1 0 auto;font-size:15px;font-weight:400;line-height:20px;display:flex;overflow:hidden}.emp-locations-list-popup.modal-dialog{max-width:1200px}@media (min-width:720px){.emp-locations-list-popup.modal-dialog{padding-left:15px;padding-right:15px}}.emp-locations-list-popup.modal-dialog .modal-content{padding-top:20px;padding-bottom:20px}.emp-locations-list-popup.modal-dialog .modal-header{position:relative;padding:5px 20px 0!important}.emp-locations-list-popup.modal-dialog .modal-header button.btn-close{z-index:9;top:-12px;right:10px}.emp-locations-list-popup.modal-dialog .modal-body{max-height:calc(100vh - 120px);padding:0 20px!important}.emp-locations-list-popup.modal-dialog .modal-footer{display:none}.emp-locations-list-popup.modal-dialog .emp-location-list-profile{z-index:2;background-color:#fff;padding-top:16px;padding-bottom:16px;position:-webkit-sticky;position:sticky;top:0}.emp-table-grid .emp-location-link{color:#2a90d6;cursor:pointer;font-size:15px;font-weight:400;line-height:20px}.emp-table-grid .emp-table tr.sub-row{display:none}.emp-table-grid.emp-table-grid-location .emp-table thead{position:-webkit-sticky;position:sticky;top:0}.emp-table-grid.emp-table-grid-location .emp-table tr.sub-row{background-color:#fff;display:table-row}.emp-table-grid.emp-table-grid-location .emp-table tr.sub-row td.single-emp-row{padding-left:16px}.emp-location-header{z-index:6;background-color:#fff;padding-bottom:8px;position:-webkit-sticky;position:sticky;top:24px}.emp-location-header:before{content:"";background-color:#fff;width:100%;height:24px;display:block;position:absolute;top:-24px;left:0}.emp-location-header .emp-location-header-profile{display:flex}.emp-location-header .emp-location-profile-info{align-items:center;display:flex}.emp-location-header .emp-location-profile-info .profile-avtar-pic{width:96px;min-width:96px;height:96px;margin-right:16px;font-size:25px}.emp-location-header .emp-location-profile-info .emp-mail-link,.emp-location-header .emp-location-profile-info .emp-phone{color:#2a90d6;font-size:16px;font-weight:400;line-height:20px;text-decoration:none}.emp-location-header .emp-location-profile-info .emp-mail-link{-webkit-line-clamp:1;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;margin-bottom:4px;display:-webkit-box;overflow:hidden}.emp-location-header .emp-location-profile-info .emp-desc{flex:1}.emp-location-header .emp-location-profile-info .emp-desc .emp-name-tlt{-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;margin-bottom:4px;padding-right:8px;font-size:20px;font-weight:500;line-height:24px;display:-webkit-box;overflow:hidden}.emp-location-header .emp-location-profile-info .emp-desc .emp-details{color:#6d6e6f;flex-direction:column;font-size:16px;font-weight:400;line-height:20px;display:flex}.emp-location-header .emp-manage-drop{margin-left:auto}.emp-location-header .emp-manage-drop .dot-emp-dropdown .dropdown-toggle{border:1px solid #cdcdcd;outline:none;min-width:106px;min-height:40px;padding:0 15px;line-height:40px}.emp-location-header .emp-manage-drop .dot-emp-dropdown .dropdown-toggle:after{margin-top:2px;display:block}.emp-location-header .emp-manage-drop .dot-emp-dropdown.show .dropdown-toggle{background-color:#e7e7e7}html .vg_ismobile .emp-location-header{display:none}.emp-list-header-tool.emp-location-list-header-tool,.emp-filter-dropdown-wrap.emp-location-filter-dropdown-wrap{top:128px!important}.emp-table-grid.emp-location-table-grid thead{top:200px}.emp-table-grid.emp-location-table-grid tbody tr td{background-color:#fff}@media screen and (max-width:1225px){.emp-table-grid.emp-location-table-grid.emp-scroll-sticky{height:calc(100vh - 295px)}.emp-table-grid.emp-location-table-grid.emp-scroll-sticky .emp-table thead{top:0}html .rm-leftbar.customers-files-vagaro-drive.touchdevice .emp-table-grid.emp-location-table-grid.emp-scroll-sticky{height:calc(100vh - 230px)}html .rm-leftbar.customers-files-vagaro-drive.touchdevice .emp-location-header .emp-location-profile-info .profile-avtar-pic{width:80px;min-width:80px;height:80px}html .rm-leftbar.customers-files-vagaro-drive.touchdevice .emp-list-header-tool.emp-location-list-header-tool,html .rm-leftbar.customers-files-vagaro-drive.touchdevice .emp-filter-dropdown-wrap.emp-location-filter-dropdown-wrap{top:112px!important}}@media screen and (min-width:768px) and (max-height:450px) and (orientation:landscape){.employee-wrap-width .employee-filter-box .employee-filter-box-inner .emp-mbl-first-row .vgn-react-select-dropdown .cmn-select-dropdown,.employee-wrap-width .employee-filter-box .employee-filter-box-inner .emp-mbl-second-row .vgn-react-select-dropdown .cmn-select-dropdown{top:auto;bottom:100%}.employee-wrap-width .employee-filter-box .employee-filter-box-inner .emp-mbl-first-row .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:52px}.employee-wrap-width .employee-filter-box .employee-filter-box-inner .emp-mbl-second-row .vgn-react-select-dropdown .vgn-select-control__menu-list{max-height:128px}.selectControlOpen .employee-wrap-width .emp-filter-dropdown-wrap{z-index:6}.selectControlOpen .employee-wrap-width .employee-filter-row.emp-mbl-first-row .employee-filter-col1:first-child .vgn-react-select-dropdown .vgn-select-control__menu>div{height:145px!important}}.employee-main-wrapper .emp-table-grid{margin-bottom:16px}.employee-main-wrapper .emp-table-grid+.exportfootSection{max-width:1398px;padding:10px 20px;justify-content:flex-start!important}.employee-main-wrapper .Paginations{padding:0}.employee-main-wrapper .Paginations .pagination{align-items:center}.employee-main-wrapper .Paginations .pagination li.disabled,.employee-main-wrapper .Paginations .pagination li .page-link{background:0 0;border:none!important}.employee-main-wrapper .Paginations .pagination>li>a{background:0 0}.employee-main-wrapper .Paginations .pagination .page-item .page-link{padding:.25rem 0}.employee-main-wrapper .Paginations .page-item.icon .fal{line-height:20px}.employee-main-wrapper .Paginations .pagerdropdown .form-label{margin:0;font-size:13px}.employee-main-wrapper .Paginations .pagerdropdown .form-select{min-width:60px;height:25px;padding:4px 24px 4px 10px;font-size:13px}.tooltip-container{cursor:default;display:inline-block;position:relative}.tooltip-text{visibility:hidden;color:#fff;text-align:center;z-index:1;opacity:0;background-color:#000;border-radius:6px;width:120px;padding:5px 0;transition:opacity .3s;position:absolute}.tooltip-container.active .tooltip-text{visibility:visible;opacity:1}.tooltip-top{bottom:125%;left:50%;transform:translate(-50%)}.tooltip-bottom{top:125%;left:50%;transform:translate(-50%)}.tooltip-left{top:50%;right:125%;transform:translateY(-50%)}.tooltip-right{top:50%;left:125%;transform:translateY(-50%)}.emp-list-data-grid-table-virtual>div,.emp-list-data-grid-table-location-body>div,.emp-grid-float-list>div{border-left:1px solid #cdcdcd;border-right:1px solid #cdcdcd}.emp-list-data-grid-table-virtual>div>div,.emp-list-data-grid-table-location-body>div>div,.emp-grid-float-list>div>div{border-collapse:separate;border-radius:5px 5px 0 0;width:100%;display:block}.emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child,.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child,.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child{border-left:none!important}.emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td:last-child,.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td:last-child,.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td:last-child{border-right:none!important}.emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual>div,.emp-list-data-grid-table-location-body,.emp-grid-float-list{border-bottom:1px solid #cdcdcd}.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td{height:inherit}@media (min-width:720px){.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead{border-bottom:1px solid #cdcdcd;display:block}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:before,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:after,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead:before,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead:after,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody:before,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody:after,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead:before,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead:after{content:"";display:table}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:after,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead:after,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody:after,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead:after{clear:both}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th{float:left;text-align:left;align-items:flex-start;padding:8px;display:flex}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td .requiredErrorText,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th .requiredErrorText,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td .requiredErrorText,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th .requiredErrorText,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td .requiredErrorText,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th .requiredErrorText,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td .requiredErrorText,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th .requiredErrorText{display:block}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th:first-child,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td:first-child,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th:first-child,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th:first-child,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td:first-child,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th:first-child{padding-left:16px}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-data .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-type .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-level .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-data .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-type .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-level .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-data .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-type .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-level .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-data .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-type .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-level .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-data .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-type .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-level .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-data .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-type .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-level .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type .emp-copy-location,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level .emp-copy-location,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody .emp-list-data-grid-th.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-td.edit-location-date .emp-datepicker-control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-date .emp-datepicker-control{width:100%}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead{border-bottom:0}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th{height:54px}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level{width:calc(33.3333% - 66.6667px)}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-date,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-date{width:149px}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-del,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-del{width:51px}.emp-list-data-grid-table-virtual>div>div.scroll-location+.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:last-child,.emp-list-data-grid-table-edit-location-head.scroll-location+.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:last-child,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-tbody:last-child,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-tbody:last-child{border-bottom:none}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-data,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-type,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-level,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-data,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-type,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-level{width:calc(33.3333% - 63px)}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-data .vgn-react-select-dropdown .vgn-select-control__control,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-type .vgn-react-select-dropdown .vgn-select-control__control,.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-level .vgn-react-select-dropdown .vgn-select-control__control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-data .vgn-react-select-dropdown .vgn-select-control__control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-type .vgn-react-select-dropdown .vgn-select-control__control,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-level .vgn-react-select-dropdown .vgn-select-control__control{margin:0}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-date,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-date{width:149px}.emp-list-data-grid-table-virtual>div>div .emp-list-data-grid-td.edit-location-del,.emp-list-data-grid-table-edit-location-head .emp-list-data-grid-td.edit-location-del{width:40px}.emp-list-data-grid-table-edit-location-head.no-scroll .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data,.emp-list-data-grid-table-edit-location-head.no-scroll .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type,.emp-list-data-grid-table-edit-location-head.no-scroll .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level{width:calc(33.3333% - 63px)}.emp-list-data-grid-table-edit-location-head.no-scroll .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-del{width:40px}}@media screen and (min-width:768px) and (max-width:3550px){html.t-ff .emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-data,html.t-ff .emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-type,html.t-ff .emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-level{width:calc(33.3333% - 63px)}html.t-ff .emp-list-data-grid-table-edit-location-head .emp-list-data-grid-thead .emp-list-data-grid-th.edit-location-del{width:40px}}.emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location{border:1px solid #cdcdcd;border-top:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location .emp-assign-add-link{vertical-align:middle;cursor:pointer;border-radius:0 0 5px 5px;align-items:center;gap:4px;padding:16px;font-size:15px;font-weight:500;line-height:20px;display:flex;color:#2a90d6!important;text-decoration:none!important}.emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location .emp-assign-add-link:hover{background-color:#f8f8f8;text-decoration:none;color:#2a90d6!important}.emp-list-data-grid .emp-list-data-grid-table{border-collapse:separate;border-radius:5px 5px 0 0;width:100%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody{display:block}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td{vertical-align:middle;text-align:left;border-bottom:1px solid #cdcdcd;padding:8px;display:table-cell}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th:first-child,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td:first-child,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th:first-child,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child{padding-left:16px!important}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location{width:26%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level{width:18%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type{width:12%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status{width:14%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action{width:1%}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td .locations-dics,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td .locations-dics{cursor:default}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-td .locations-dics.emp-location-link,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td .locations-dics.emp-location-link{cursor:pointer}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th{background-color:#f8f8f8;border-top:1px solid #cdcdcd;padding:16px 8px;font-weight:500}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th:first-child{border-left:1px solid #cdcdcd;border-radius:5px 0 0}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th:last-child{border-right:1px solid #cdcdcd;border-radius:0 5px 0 0}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name span{cursor:pointer}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td:first-child{border-left:1px solid #cdcdcd}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td:last-child{border-right:1px solid #cdcdcd}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-no-data{border-bottom:none}.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status{padding-bottom:3px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead{display:block}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody:before,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead:before,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody:before,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead:before,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead:after{content:"";display:table}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead:after{clear:both}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th{height:54px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th{float:left;align-items:center;display:flex}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 815px)}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 811px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 803px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:200px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level{width:173px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:180px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:210px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap{min-width:inherit}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:52px}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level{width:270px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type{width:283px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 803px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody{display:block}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td-name{width:526px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-no-data{border-bottom:none;padding:8px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-location-link{color:#2a90d6;cursor:pointer;font-size:15px;font-weight:400;line-height:20px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody:before,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead:before,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody:before,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead:before,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead:after{content:"";display:table}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody:after,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead:after{clear:both}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th{height:54px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th{float:left;align-items:center;display:flex}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 834px)!important}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 831px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:calc(100% - 823px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:280px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:223px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 823px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body{border-bottom:1px solid #cdcdcd}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td{height:inherit}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location{width:668px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:670px}.emp-list-data-grid .emp-list-data-grid-tfoot{background-color:#f8f8f8;border:1px solid #cdcdcd;border-top-width:0;border-radius:0 0 5px 5px;padding:12px 16px;font-weight:500}@media screen and (max-width:769px){.emp-list-data-grid.emp-list-data-grid-edit-location .emp-list-data-grid-table-edit-location{display:none}.emp-list-data-grid.emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual>div{border:none}}html .vg_ismobile .edit-location-modal .modal-footer{margin-top:0}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-thead{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody{background-color:#fff;border-bottom:none;flex-direction:column;padding-left:16px;display:flex;position:relative;box-shadow:none!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody:after{content:"";background-color:#f8f8f8;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;height:24px;position:absolute;bottom:0;left:0;right:0}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody:first-child{border-top:1px solid #e7e7e7}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody:last-child:after{border-bottom:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:flex-start;min-height:44px;padding:12px 12px 12px 0;display:flex;width:100%!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td:before{content:attr(data-th);color:#333;width:112px;font-size:16px;font-weight:500;display:inline-block}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col{align-items:center}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col:before{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown{width:100%}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .select2-selection__rendered{font-size:18px;font-weight:500}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .select2-selection__rendered span{font-family:proxima-nova,sans-serif;font-size:18px;font-weight:500;padding:0!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .select2-selection__arrow{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select{padding:0 0 0 8px;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select span{max-width:307px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select:after{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .vgn-select-control__control{justify-content:left;padding:0}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .vgn-select-control__control:after{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label{padding:0 0 0 8px;font-size:18px;font-weight:500;line-height:24px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-type .vgn-react-select-dropdown .vgn-select-control__control,html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-level .vgn-react-select-dropdown .vgn-select-control__control{background:0 0;margin:0;padding:0;position:static;min-height:20px!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-type .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label,html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-level .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label{padding:0 16px 0 0;position:relative}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-type .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label:after,html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.edit-location-level .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:900;position:absolute;top:50%;right:0;transform:translateY(-50%)}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td .vgn-react-select-dropdown .btn-vgn-select{height:auto;font-weight:400}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td .vgn-react-select-dropdown .btn-vgn-select span{max-width:195px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.last-col{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.date-col{padding-right:16px;border-bottom:none!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.date-col .emp-datepicker-control .check-cal-icon{display:none}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row{position:relative}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row .emp-filter-dropdown{justify-content:flex-end;width:100%;padding-right:12px;display:flex;position:absolute;top:13px;left:0;right:0}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row:before{z-index:2;color:#a2a0a2;position:relative}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row:after{content:"";z-index:1;background:#e7e7e7;display:block;position:absolute;top:0;bottom:-1px;left:-16px;right:0}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row .emp-filter-dropdown{z-index:2}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-type-disabled-row .vgn-react-select-dropdown .btn-vgn-select{color:#a2a0a2;background-color:#0000!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody.disabled{opacity:.5;pointer-events:none;background-color:#f8f8f8!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody.disabled .emp-filter-dropdown .select2 .select2-selection,html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tbody.disabled .datepicker_wrp .form-control{background-color:#0000!important}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location{background-color:#0000;padding:24px 16px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location .emp-assign-add-link{color:#333;background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;justify-content:center;min-height:50px;padding:10px 16px;font-size:18px;font-weight:500;line-height:20px}html .vg_ismobile .emp-list-data-grid-edit-location .emp-list-data-grid-table-virtual .emp-list-data-grid-tfoot-location .emp-assign-add-link i{display:none}@media screen and (min-width:1300px) and (max-width:1550px){.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 702px)}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 690px)}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 698px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 690px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:180px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:130px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:210px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:52px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type{width:220px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 690px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 601px)!important}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 590px)!important}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 598px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:calc(100% - 590px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:180px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:190px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 590px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}}@media screen and (min-width:1024px) and (max-width:1299px){.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 447px)!important}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 436px)!important}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 444px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:130px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:136px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap{min-width:inherit}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}}@media screen and (min-width:768px) and (max-width:1082px){.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 480px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:120px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level{width:110px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:90px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:120px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px;padding-right:5px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 371px)}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 360px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type{width:100px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 491px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 480px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 420px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 420px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-level{width:160px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-status{width:110px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action{width:35px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-action{width:34px}}@media screen and (min-width:720px) and (max-width:767px){.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 420px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:100px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:80px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:120px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px;padding-right:5px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 371px)}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 360px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type{width:80px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 431px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 420px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 420px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 420px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-type{width:80px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-status{width:120px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action{width:35px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-action{width:34px}}@media (min-width:1083px) and (max-width:1299px){.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-td-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 510px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:100px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:110px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:150px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px;padding-right:5px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 431px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 420px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-type{width:115px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-thead.no-location-col .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 521px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 510px)}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 560px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-name,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 470px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-td-name,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-td-name{width:calc(100% - 470px)}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-type{width:125px}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-status{width:180px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-name,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-name{width:calc(100% - 470px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list-head .emp-list-data-grid-thead.no-location-col.no-scroll .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.no-location-table.dynamictable .emp-list-data-grid-td.emp-list-data-grid-action{width:40px}}@media screen and (min-width:768px) and (max-width:1024px){.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 447px)!important}.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,.t-ff .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.t-chrome .touchdevice .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,.touchdevice.ipad-device .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 436px)!important}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 444px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-location,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-location{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-type,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-level,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-type{width:130px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status{width:136px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-status .stuts-lbl-wrap{min-width:inherit}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-td.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:51px}html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead .emp-list-data-grid-th.emp-list-data-grid-action{width:48px}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-location-head{width:calc(100% - 436px)!important}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action,html.t-safari .customers-files-vagaro-drive.no-touch .emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-thead.no-scroll .emp-list-data-grid-th.emp-list-data-grid-action{width:40px}}.dynamictable .emp-list-data-grid-tbody{border-left:1px solid #cdcdcd;border-right:1px solid #cdcdcd}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body.dynamictable{border-bottom:0}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.dynamictable-scroll .emp-list-data-grid-tbody,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body.dynamictable-scroll .emp-list-data-grid-tbody{border-right:0}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list.dynamictable-scroll .dynamictable,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body.dynamictable-scroll .dynamictable,.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body.dynamictable-scroll .emp-list-data-grid-tbody-no-data{border-right:1px solid #cdcdcd}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody.emp-list-data-grid-tbody-no-data,.emp-grid-float-list>div{border-left:0;border-right:0}.emp-list-data-grid .emp-list-data-grid-table.dynamictable .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-no-data{border-bottom:1px solid #cdcdcd}.emp-grid-float-list.dynamictable{border-bottom:0}.emp-grid-float-list.dynamictable .emp-list-data-grid-tbody{border-bottom:1px solid #cdcdcd}.emp-list-data-grid-table-location-body .dynamictable{border-left:0;border-right:0}.emp-list-data-grid .emp-list-data-grid-table.emp-grid-float-list .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-td-no-data{border-bottom:0;border-radius:0;border-left:1px solid #cdcdcd!important;border-right:1px solid #cdcdcd!important}.rentNewPaymentmethodcheck{-webkit-user-select:none;user-select:none;width:50%;height:auto;margin-right:auto;padding-left:30px}.rentNewPaymentmethodcheck .emp-check-title{font-weight:400}html .vg_ismobile .emp-profile-detaile-wrap iframe#iFrame_divRenterCCIframe,html .vg_ismobile .emp-rent-collect-payment-modal iframe#iFrame_divEmpCCDetails{width:100%!important}html .vg_ismobile .emp-table-grid .emp-table tr td:first-child{border-left:0}@media (max-width:767px){html .vg_ismobile .emp-details-wrap .mobile_dynamictable{height:calc(100% - 2px)!important}html .vg_ismobile .histroy-mobilecard.emp-table-grid{display:block}}@media (min-width:817px) and (max-width:819px){.vgn-working-hours-design-new{padding-bottom:74px}.vgn-working-hours-design-new .vgn-tabs-description{padding:12px 12px 16px;margin-bottom:0!important}.vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-desc{margin-bottom:0!important}.vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-title{display:none}.vgn-working-hours-design-new .vgn-tabs-description .vgn-tabs-desc{color:#6d6e6f;margin-bottom:16px;font-size:16px;font-weight:400;line-height:20px}.vgn-working-hours-design-new .vgn-hours-tabs{margin:0;padding:12px 12px 20px;overflow-x:hidden;overflow-y:auto;border:none!important}.vgn-working-hours-design-new .vgn-hours-tabs .hours-header-row{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row{background-color:#fff;border:none;border-radius:5px;margin-bottom:16px;padding:8px;position:relative;box-shadow:0 4px 20px #00000015}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content{max-width:100%;display:block}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content.disabled{pointer-events:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content.hours-row-disable-mobile .emp-hours-column-parent-div{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column{border-left:none;max-width:-webkit-fit-content;max-width:fit-content;margin:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.service-apply-field{margin:0!important}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.service-apply-field .vgn-react-select-dropdown .custome-select-wrap .btn.btn-vgn-select span{max-width:78px!important}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col{justify-content:space-between;align-items:center;width:100%;min-width:100%;margin-left:0;padding-left:0;display:flex}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle{outline:none;padding:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle:active{outline:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-first-col .dropdown-toggle:after{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column.emp-second-col{margin:0;margin-left:0!important}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch{z-index:9}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label{pointer-events:none;padding-left:60px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label .toggle-switch-title{color:#333;font-size:18px;font-weight:400;line-height:20px;display:block}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .emp-toggle-switch .emp-switch-label .toggle-switch-title.emp-formobile{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select{pointer-events:none;background-color:#e7e7e7;height:auto;margin-bottom:2px;padding:2px 8px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select:after{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column .vgn-react-select-dropdown .btn-vgn-select.btn-vgn-select-dark{color:#fff;background-color:#333}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div{margin-left:53px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div.without-service-copy-to-all{display:block}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div.without-service-copy-to-all .label-to-text{width:30px!important}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .hours-row-content .emp-hours-column-parent-div .emp-hours-column-inner-div{margin-bottom:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mob-hide{display:none}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .desktop-hide{color:#333;padding:8px;font-size:15px;font-weight:400;line-height:20px;display:block}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row label.desktop-hide{width:78px;margin-bottom:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row label.desktop-hide.label-to-text{width:auto;padding:0}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mobile-services-tag span{color:#333;background-color:#e7e7e7;border-radius:3px;padding:2px 8px;font-size:12px;font-weight:400;line-height:16px}.vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row .mobile-services-tag.bg-dark-ser span{color:#fff;background-color:#333}.for-mobile-clickable{z-index:99;margin-top:2px;display:block;position:absolute;top:8px;left:8px}.for-mobile-clickable .emp-switch-label .toggle-switch-title,.vgn-tabs-description .vgn-tabs-title,.emp-user-title,.emp-profile-detaile-wrap .nav-tabs{display:none}.vgn-working-day-hours{background-color:#f8f8f8;width:100%;padding-bottom:70px;transition:all .5s;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto;transform:translate(100%)}.vgn-working-day-hours.show{transform:translate(0)}.vgn-working-day-hours .tablegrid{border:none;width:100%}.vgn-working-day-hours .tablegrid thead{display:none}.vgn-working-day-hours .tablegrid tbody tr{background-color:#fff;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;flex-direction:column;margin:10px 0 16px;padding-left:16px;display:flex;box-shadow:none!important}.vgn-working-day-hours .tablegrid tbody tr td{border-bottom:1px solid #e7e7e7;justify-content:space-between;align-items:center;min-height:auto;padding:12px 12px 12px 0;display:flex}.vgn-working-day-hours .tablegrid tbody tr td:last-child{border-bottom:0!important}.vgn-working-day-hours .tablegrid tbody tr td.allservices .custome-select-wrap .btn.btn-vgn-select:after{font-weight:600;right:-17px!important}.vgn-working-day-hours .tablegrid tbody tr td.allservices .vgn-react-select-dropdown .vgn-select-control__menu{overflow-x:hidden}.vgn-working-day-hours .tablegrid tbody tr td.allservices .vgn-react-select-dropdown .vgn-select-control__menu .vgn-option-lbl{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.vgn-working-day-hours .tablegrid tbody tr td.allservices .btn-vgn-select.vgn-select-icon{padding-left:15px}.vgn-working-day-hours .tablegrid tbody tr td.allservices .btn-vgn-select.vgn-select-icon:after{display:none}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap{position:relative}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select{text-align:left;background-color:#fff;border-radius:3px;justify-content:flex-start;width:100%;height:auto;padding:0;font-size:15px;position:relative;outline:0!important}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select label{margin-bottom:0;font-weight:400}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select input{text-align:right;border:none;height:auto!important;padding:0!important}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select .datetimeicon:before{opacity:0;width:51px;top:-12px;left:-9px}.vgn-working-day-hours .tablegrid tbody tr td .custome-select-wrap .btn-vgn-select:after{content:"";border:none;font-family:"Font Awesome 6 Pro";font-weight:900;right:0}.vgn-working-day-hours .tablegrid tbody tr td .emp-minus-circle{color:#c5392f;justify-content:center;align-items:center;min-width:32px;min-height:32px;margin-right:8px;font-size:24px;line-height:24px;display:flex}.vgn-working-day-hours .tablegrid tbody tr td .hours-label{width:100%}.vgn-working-day-hours .tablegrid tbody tr td .hours-label label{font-size:18px;font-weight:500;line-height:24px;margin-bottom:0!important}.vgn-working-day-hours .tablegrid tbody tr td:before{content:attr(data-th);color:#333;width:145px;font-size:16px;font-weight:500;display:inline-block}.vgn-working-day-hours .tablegrid tbody tr td.first-col:before{display:none}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown{width:100%}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered{font-size:18px;font-weight:500}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__rendered span{font-family:proxima-nova,sans-serif;font-size:18px;font-weight:500;padding:0!important}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .select2-selection__arrow{display:none}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select{padding:0 0 0 8px;font-size:18px;font-weight:500;line-height:24px}.vgn-working-day-hours .tablegrid tbody tr td.first-col .emp-filter-dropdown .vgn-react-select-dropdown .btn-vgn-select:after,.vgn-working-day-hours .tablegrid tbody tr td.last-col{display:none}.vgn-working-day-hours .tablegrid tbody tr td.date-col{border-bottom:none!important}.vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row{position:relative}.vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{justify-content:flex-end;width:100%;padding-right:12px;display:flex;position:absolute;left:0;right:0}.vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row:before{z-index:2;position:relative}.vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row:after{content:"";z-index:1;background:#e7e7e7;display:block;position:absolute;top:0;bottom:-1px;left:-16px;right:0}.vgn-working-day-hours .tablegrid tbody tr td.emp-type-disabled-row .emp-filter-dropdown{z-index:2}.vgn-working-day-hours .tablegrid tbody tr td .vgn-react-select-dropdown .vgn-select-control__group .vgn-select-control__group-heading .vgn-option-lbl{font-weight:700!important}.vgn-working-day-hours .tablegrid tbody tr.disabled{opacity:.5;pointer-events:none;background-color:#f8f8f8!important}.vgn-working-day-hours .tablegrid tbody tr.disabled td,.vgn-working-day-hours .tablegrid tbody tr.disabled .emp-filter-dropdown .select2 .select2-selection,.vgn-working-day-hours .tablegrid tbody tr.disabled .datepicker_wrp .form-control{background-color:#0000!important}.vgn-working-day-hours .tablegrid tbody tr:last-child td:first-child{border-bottom-left-radius:0}.vgn-working-day-hours .tablegrid tfoot{position:static;box-shadow:none!important;background-color:#0000!important}.vgn-working-day-hours .tablegrid tfoot tr td{border-top:none;padding:0 16px 24px;background-color:#0000!important}.vgn-working-day-hours .tablegrid tfoot tr td .emp-assign-add-link{color:#333;background-color:#fff;border:1px solid #e7e7e7;border-radius:3px;justify-content:center;align-items:center;min-height:50px;padding:10px 16px;font-size:18px;font-weight:500;line-height:20px;text-decoration:none;display:flex}.vgn-working-day-hours .tablegrid tfoot tr td .emp-assign-add-link i{display:none}.vgn-working-day-hours .tablegrid .btn-apply-div .btn-apply{width:-webkit-fill-available;height:50px;margin:16px;font-size:18px;font-weight:500;line-height:20px}.vgn-working-day-hours .tablegrid .btn-default{font-size:18px;font-weight:500;line-height:20px}}@media screen and (max-width:767px){html .vg_ismobile .emp-list-data-grid .emp-list-data-grid-table{display:none}html .vg_ismobile .emp-rent-collect-payment-modal .modal-body{overflow:auto}html .vg_ismobile .rentNewPaymentmethodcheck{width:100%;margin-top:4px}}.addresstextfileWrap .select2-container .select2-selection--single .select2-selection__rendered{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;padding-left:8px;padding-right:36px;display:-webkit-box;overflow:hidden}.addresstextfileWrap .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear{float:none;text-align:center;color:#a2a0a2;width:20px;height:20px;font-size:0;line-height:20px;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.addresstextfileWrap .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear:after{content:"";text-align:center;width:20px;height:20px;font-family:"Font Awesome 6 Sharp";font-size:15px;font-weight:900;display:block;position:absolute;top:0;left:0}.AddEmployeePageBody .emp-company-info .ai-button-parentWrap textarea.custom-w-input{text-indent:0}.emp-list-data-grid-th .emp-cursor{cursor:pointer}@media (max-width:767px){body:not(.selectControlOpen).vg_ismobile .emp-hours-design.hours-mb-tab .vgn-working-day-hours.mobile-view{height:calc(100% - 120px);padding-bottom:0}}.emp-photo-upload .emp-drap-drop.over{background-color:#bee3bc40!important}@media (min-width:410px) and (max-width:413px) and (orientation:portrait){html .vg_ismobile .vgn-working-hours-design-new .vgn-hours-tabs .hours-table-row label.desktop-hide{width:84px}}@media screen and (max-width:768px){html .vg_ismobile .emp-profile-detaile-wrap .tab-content>.tab-pane.emp-profile-tab.emp-profile-nobutton{bottom:0}html .vg_ismobile .exportfootSection.emp-profile-footer.emp-profile-nobutton{display:none!important}}@media screen and (min-width:768px) and (max-width:1023px){.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body .emp-list-data-grid-tbody .emp-list-data-grid-td.emp-list-data-grid-status .stuts-lbl-wrap button:last-child{margin-right:0}}html .vg_ismobile .modal-backdrop{z-index:999!important}html .vg_ismobile .modal.show,html .vg_ismobile .modal.in{z-index:9999!important}@media screen and (max-width:768px){html .vg_ismobile.upphoto-dropdown-open .exportfootSection.emp-profile-footer{z-index:1}html .vg_ismobile.upphoto-dropdown-open .employee-wrap-width.settingWrapperHalf{z-index:9}html .vg_ismobile.upphoto-dropdown-open .dot-emp-dropdown.bottommenuspace .dropdown-menu{bottom:0!important}html .vg_ismobile.upphoto-dropdown-open .emp-profile-detaile-wrap .tab-content>.tab-pane{bottom:0}}@media (min-width:767px){.selectControlOpen .edit-location-modal .emp-copy-location:hover .copy-lbl{display:none}}@media screen and (max-width:768px){html .vg_ismobile .employee-wrap-width .employee-filter-col1 .vgn-select-virtualiz-trigger{width:100%}html .vg_ismobile .emp-location-field.emp-location-open{z-index:99;position:relative}html .vg_ismobile .emp-location-field .vgn-select-control__menu{z-index:99;flex-direction:column;padding-bottom:0;display:flex;position:static;top:0;bottom:0;left:0;right:0;position:fixed!important}html .vg_ismobile .emp-location-field .vgn-select-filter{z-index:1;background-color:#fff;height:118px;position:-webkit-sticky;position:sticky;top:0}html .vg_ismobile .emp-location-field .vgn-select-virtualiz-trigger .vgn-react-select-dropdown{height:48px}html .vg_ismobile .emp-location-field .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control{border:1px solid #cdcdcd;border-radius:3px;justify-content:start;padding:0}html .vg_ismobile .emp-location-field .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control .vgn-select-control-label{width:100%;height:48px;padding:10px 28px 10px 8px;line-height:28px;display:block}html .vg_ismobile .emp-location-field .vgn-select-virtualiz-trigger .vgn-react-select-dropdown .vgn-select-control__control:after{content:"";border:6px solid #0000;border-top-color:#333;border-bottom-width:0;border-radius:3px;right:10px}html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual>div{will-change:auto!important;overflow:visible!important}html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-data .vgn-select-control__menu,html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-type .vgn-select-control__menu,html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-level .vgn-select-control__menu{z-index:99;padding-bottom:0;top:0;bottom:0;left:0;right:0;position:fixed!important}html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-data.emp-location-select-open,html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-type.emp-location-select-open,html .vg_ismobile.locationSelectOpen .edit-location-modal .emp-list-data-grid-table-virtual .edit-location-level.emp-location-select-open{z-index:9;position:relative}}.payProWidth .employee-main-wrapper{height:calc(100vh - 50px)}.emp-sync-calendar .emp-sync-calendar-inner-div{margin:0 0 24px;padding-top:24px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div{margin-bottom:8px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div.emp-family-cal-div{align-items:center;margin-top:16px;display:flex}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div.emp-family-cal-div .cal-connected-badge{color:#fff;background-color:#7cc576;border-radius:3px;padding:0 8px;font-size:12px;font-weight:400;line-height:20px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div.emp-family-cal-div .cal-connected-badge.cal-badge-not-connect{background-color:#d83f34}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .sync-cal-heading{color:#333;margin-bottom:3px;font-size:18px;font-weight:500;line-height:22px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .sync-cal-heading.sync-third-party-heading{margin-bottom:8px;font-size:15px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .syn-cal-sub-heading{color:#777;font-size:15px;font-weight:400;line-height:22px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .syn-cal-sub-heading.syn-cal-color{color:#333;text-overflow:ellipsis;-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;margin:0 8px 0 5px;font-weight:500;display:-webkit-box;overflow:hidden}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .btn-secondary{color:#333;border:1px solid #e7e7e7;border-radius:3px;outline:0;gap:0;margin-top:0;padding:8px 16px;font-size:15px;font-weight:400;line-height:22px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .btn-secondary .sync-icon{margin-right:8px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-syn-calendar-div .btn-secondary .sync-icon .apple-icon{margin-top:-2px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check{margin:16px 0}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black{padding:8px 0}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black:last-child{margin-bottom:16px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black.checkbox-custom-space{margin-left:28px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices{align-items:flex-start;width:100%;height:auto}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices .check-devices-lbl:after{display:none!important}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices input[type=checkbox]+label:before{margin-left:0!important}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices .emp-check-title{margin-left:28px;font-size:15px;font-weight:400;line-height:20px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices .emp-check-title .emp-arrow-icon{color:#333;padding:0 8px;font-family:"Font Awesome 6 Pro";font-size:15px;line-height:12px}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices .emp-check-title .emp-arrow-icon:before{content:""}.emp-sync-calendar .emp-sync-calendar-inner-div .emp-sync-vagaro-check .checkbox-custom-black .emp-check-devices .info-btn{display:initial;color:#2a90d6;margin-top:1px;margin-left:8px;padding:0;font-size:15px;line-height:15px;text-decoration:none;font-weight:400!important}.emp-sync-calendar .emp-sync-calendar-inner-div .syn-button .ghost-button{border-radius:3px;font-weight:400;padding:4px 8px!important}.connecteion-loader{white-space:nowrap;border:1px solid #e7e7e7;border-radius:3px;align-items:center;padding:0 4px;font-size:13px;line-height:20px;display:flex}.connecteion-loader svg{margin-right:4px}.google-fam-connected.cal-disabled .emp-sync-vagaro-check,.google-fam-connected.cal-disabled .syn-button{pointer-events:none;opacity:.5;filter:grayscale()}.emp-sync-btn-group{flex-direction:column;display:flex}.emp-sync-btn-group .btn{margin-top:0}.emp-sync-btn-group .emp-sync-btn-decs{color:#777;margin-top:4px;margin-bottom:16px;font-size:12px;font-weight:400;line-height:16px}.disconnect-modal .modal-content .modal-dialog{max-width:504px}.disconnect-modal .modal-content .modal-header{padding:12px 20px 0!important}.disconnect-modal .modal-content .modal-header .modal-title{margin-top:8px;font-size:18px;font-weight:500;line-height:24px}.disconnect-modal .modal-content .modal-header .btn-close{color:#9a9a9a;content:"";text-align:center;justify-content:center;align-items:center;width:24px;height:24px;margin:0 0 0 auto;padding:0;font-family:fontawesome-5pro-light-300;font-size:15px;font-weight:900;line-height:20px;display:flex;background:0 0!important}.disconnect-modal .modal-content .modal-header .btn-close:after{color:#9a9a9a;content:"";text-align:center;font-family:fontawesome-5pro-light-300;font-size:16px;font-weight:900;line-height:22px;display:block;top:0}.disconnect-modal .modal-content .modal-body{padding:16px 20px 24px;overflow:visible}.disconnect-modal .modal-content .modal-body p{font-size:15px;font-weight:400;line-height:20px}.disconnect-modal .modal-content .modal-footer{gap:0}.disconnect-modal .modal-content .modal-footer .disconnect-footer{display:flex}.disconnect-modal .modal-content .modal-footer .disconnect-footer .btn{border-radius:3px;padding:8px 16px;font-size:15px;font-weight:500;line-height:20px}.disconnect-modal .modal-content .modal-footer .disconnect-footer .btn-secondary{border:1px solid #cdcdcd;margin-right:16px}.connect-calendar-modal label.field-label{color:#333;margin-bottom:8px;font-size:15px;font-weight:400;line-height:20px}.connect-calendar-modal label.field-label.starting-label{margin-bottom:4px;font-weight:500}.connect-calendar-modal .checkbox-custom-black{padding:0!important}.connect-calendar-modal .checkbox-custom-black .emp-check-devices{width:100%;margin-bottom:8px;padding-left:30px}.connect-calendar-modal .checkbox-custom-black .emp-check-devices .emp-check-title{color:#333;font-size:15px;font-weight:400;line-height:20px}.connect-calendar-modal .connect-import-div{margin-top:16px}.connect-calendar-modal .connect-import-div .emp-check-devices .check-devices-lbl:after{font-size:15px;font-weight:900;line-height:15px}.connect-calendar-modal .import-inner-div{max-width:160px;margin-left:30px}.connect-calendar-modal .import-inner-div input{padding:6px 8px!important}.connect-calendar-modal .import-inner-div .datepicker_wrp .check-cal-icon{top:50%;transform:translateY(-50%)}.cal-tooltip-content{text-align:left}.cal-tooltip-content ul{padding-left:44px}.cal-tooltip-content ul li{font-size:15px;line-height:20px;list-style:outside!important}#twowaysync_picker.xdsoft_datetimepicker .xdsoft_label,#empStartDate_picker.xdsoft_datetimepicker .xdsoft_label{justify-content:center;display:inline-flex}#twowaysync_picker.xdsoft_datetimepicker .xdsoft_label.xdsoft_year i,#twowaysync_picker.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month i,#empStartDate_picker.xdsoft_datetimepicker .xdsoft_label.xdsoft_year i,#empStartDate_picker.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_label.xdsoft_month i{font-size:16px;font-weight:400;font-family:"Font Awesome 6 Pro"!important}@media (max-width:767px){.emp-sync-btn-group{flex-direction:column}.emp-sync-btn-group .btn{width:100%;min-height:50px;margin-left:0}}.emp-main-heading,.emp-business-transfer-data .vgn-select-control__option label,.share-calendar-modal .vgn-select-control__option label,.emp-deactive-location-modal .modal-header .modal-title,.emp-active-online-booking-modal .modal-header .modal-title,.emp-delete-modal .modal-header .modal-title,.emp-deactive-location-modal .modal-body,.emp-active-online-booking-modal .modal-body,.emp-delete-modal .modal-body,.emp-list-data-grid .emp-list-data-grid-table .emp-list-data-grid-tbody .emp-list-data-grid-td .emp-td-location{word-break:break-word}.emp-list-data-grid .emp-list-data-grid-table.emp-list-data-grid-table-location-body.dynamictable .emp-list-data-grid-td .emp-td-location{-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dormantDisabled{opacity:.5;pointer-events:none;cursor:pointer}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6.emp-country-flag.failed-contact .failed-contact-tooltip{align-items:center;margin-left:4px}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6 .failed-contact .failed-contact-tooltip.vgn-tooltip-bottom-center .vgn-tooltip-sms{margin-top:14px;animation:.4s forwards vgnmovedowntooltip;top:100%;left:50%;transform:translate(-50%)}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6 .failed-contact .failed-contact-tooltip.vgn-tooltip-bottom-center .vgn-tooltip-sms:after{border-bottom:12px solid #333;top:-12px;left:43%;transform:translate(50%)}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6 .failed-contact.addemp-failed-contact{flex-direction:column}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6 .failed-contact.addemp-failed-contact .failed-addedit_marge{align-items:flex-start;width:100%;display:inline-flex}body.AddEmployeePageBody .add-new-employeepopup .emp-col-6 .failed-contact .failed-contact-tooltip{margin-left:4px}body.AddEmployeePageBody .add-new-employeepopup .failed-contact.addedit_popupfailed .vgn-tooltip-bottom-left .vgn-tooltip-sms{left:50%;transform:translate(-50%)}body.AddEmployeePageBody .add-new-employeepopup .failed-contact.addedit_popupfailed .vgn-tooltip-bottom-left .vgn-tooltip-sms:after{left:43%;transform:translate(50%)}html body.AddEmployeePageBody.vg_ismobile.addemp-failed_savebtnhide .employee-main-wrapper .emp-profile-tab{transition:none;bottom:0}html body.AddEmployeePageBody.vg_ismobile.addemp-failed_savebtnhide .employee-main-wrapper .emp-profile-footer{display:none!important}.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:last-child .failed-contact .vgn-tooltip-sms,.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:nth-last-child(2) .failed-contact .vgn-tooltip-sms{margin-bottom:10px;animation:.4s forwards vgnmoveuptooltip;top:auto;bottom:100%;left:-17px;margin-top:0!important}.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:last-child .failed-contact .vgn-tooltip-sms:after,.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:nth-last-child(2) .failed-contact .vgn-tooltip-sms:after{border-color:#333 #0000 #0000;top:auto;bottom:-18px}.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:first-child .failed-contact .vgn-tooltip-sms{animation:.4s forwards vgnmovedowntooltip;top:100%;left:-18px;margin-top:10px!important;bottom:auto!important}.employee-main-wrapper .emp-list-detail-page .emp-list-data-grid .emp-list-data-grid-tbody:first-child .failed-contact .vgn-tooltip-sms:after{content:"";border-style:solid;border-width:10px;position:absolute;top:-18px;left:20px;border-color:#0000 #0000 #333!important;bottom:auto!important}.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-email,.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-confirmEmail,.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-mobile{content:"";z-index:9;background:#00000040;transition:all .2s;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-email.active,.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-confirmEmail.active,.vg_ismobile.AddEmployeePageBody .emp-profile-tab .failed-contact .tooltip-backdrop-mobile.active,.emp-location-header .failed-contact:hover .vgn-tooltip-sms{display:block}.scriptSureIntegration .emp-tlt-section{margin-bottom:0;padding-bottom:16px;font-size:26px;font-style:normal;font-weight:500;color:var(--text_neutral_weak)!important;border-bottom:1px solid var(--border_neutral_default)!important}.scriptSureIntegration .emp-tlt-section.scriptSureTitle{margin-bottom:24px}.scriptSureIntegration .emp-Business-notify{margin-top:0}.scriptSureIntegration .saveButtonWrap{padding-top:15px}.scriptSureIntegration .syn-button .saveButtonWrap .btn.btn-primary,.scriptSureIntegration .syn-button .saveButtonWrap .btn.btn-primary:hover,.scriptSureIntegration .syn-button .saveButtonWrap .btn.btn-primary:focus{border-color:#0000;background-color:var(--bkg_components_button_green_default)!important;color:var(--text_neutral_ondark)!important}.emp-tlt-container{flex-direction:column;display:flex}.emp-tlt-Calendar{color:var(--text_neutral_secondary);margin-top:24px;margin-bottom:24px;font-size:15px;font-weight:400}.scriptsure_status_box{margin-top:16px}.AddEmployeePageBody #profileRestrict.emp-remove-modal .modal-header .btn-close:after{font-family:FontAwesome}body:not(.vg_ismobile).touchdevice.macipadandroid.ipadandroid.vg_isipad .settingWrapperHalf.emp-profile-main-page{position:absolute;top:0;bottom:63px;left:43px;right:0;overflow:auto;width:auto!important;padding:24px!important}body:not(.vg_ismobile).touchdevice.macipadandroid.ipadandroid.vg_isipad.prodevice .settingWrapperHalf.emp-profile-main-page{left:0}.emp-manage-switch.emp-switch-block{border:0;padding:40px 0 24px}.emp-manage-switch .emp-toggle-switch .toggle-switch-title{padding-top:0}@media (max-width:767px){.emp-manage-switch .toggle-switch-title{padding-top:2px;font-size:16px;line-height:20px}.emp-manage-switch .toggle-switch-desc{font-size:16px}}.profile-ttip-ml-admin .vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin{color:#fff;text-align:center;z-index:11;background-color:#333;border-radius:3px;width:-webkit-max-content;width:max-content;max-width:360px;margin-bottom:-12px;padding:8px 12px;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards vgnmovedowntooltip;display:none;position:absolute;top:auto;bottom:100%;left:4px;margin-top:0!important}.profile-ttip-ml-admin .vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin:after{content:"";z-index:3;border-style:solid;border-width:10px;border-image:initial;border-color:#0000 #0000 #333;position:absolute;top:100%;left:20px;transform:rotate(180deg)}.profile-ttip-ml-admin .vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin span{text-transform:none}.profile-ttip-ml-admin .employee-ml-icon:hover+.vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin,.profile-ttip-ml-admin .vgn-tooltip-ml-admin:hover .vgn-tooltip-sms-ml-admin,.profile-ttip-ml-admin .employee-ml-icon:focus+.vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin,.profile-ttip-ml-admin .vgn-tooltip-ml-admin:focus .vgn-tooltip-sms-ml-admin{display:block}.profile-ttip-ml-admin .employee-ml-icon{cursor:pointer;border-color:#fff}.profile-ttip-ml-admin .employee-ml-icon svg{fill:#fff;z-index:0;width:12px;height:9px}.emp-list-data-grid-tbody:first-child .profile-ttip-ml-admin .vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin{top:100%;bottom:auto;margin-top:16px!important}.emp-list-data-grid-tbody:first-child .profile-ttip-ml-admin .vgn-tooltip-ml-admin .vgn-tooltip-sms-ml-admin:after{top:-20px;transform:rotate(0)}@media screen and (min-width:1025px){body:not(.vg_ismobile).touchdevice.macipadandroid.ipadandroid.vg_isipad .settingWrapperHalf.emp-profile-main-page{top:0!important;left:0!important}}@media (max-width:1024px){html .prodevice.touchdevice.ipadandroid .Reactinclude .mainContent{margin-left:43px!important}}@media (max-width:767px){html .prodevice.touchdevice.ipadandroid .Reactinclude .mainContent{margin-left:0!important}}.employee-hearderwrap{position:relative}@media screen and (min-width:720px) and (max-width:768px) and (orientation:portrait){.employee-wrap-width .settings-subheading{max-width:inherit}.employee-wrap-width .employee-hearderwrap .w-settingHeadblock .w-setting-title{width:80%}.employee-wrap-width .employee-search-box .custom-w-input{width:90%}.employee-wrap-width .employee-filter-box{width:630px;position:absolute;right:-113px}.employee-wrap-width .employee-filter-box .vgn-react-select-dropdown .vgn-select-control__control{margin:0}html .prodevice.touchdevice.ipadandroid .Reactinclude .mainContent{margin-left:43px!important;top:0!important}html .prodevice.touchdevice.ipadandroid:has(.employee-main-wrapper) #setting-sidebar-wrapper.vg-sidebar-wrapper{display:block!important}}body.veraChatWidget-root-legacy.vg-vertical.modernMenu #chatFrame.ifream-smallscreen.veraiframe-smallscreen,body.veraChatWidget-root-legacy #chatFrame.ifream-smallscreen.veraiframe-smallscreen{box-shadow:0 8px 40px #0003;border-top-left-radius:0!important}#divVera.liveChatVera{bottom:50px}@media screen and (min-width:720px){.employee-dropdown-menu.dropdown-menu{max-height:260px;overflow:auto}}@media (max-width:400px){html .vg_ismobile .employee-wrap-width.emp-profile-main-page{min-height:unset;height:calc(100% - 85px);top:0;overflow-y:auto}html .vg_ismobile .employee-wrap-width.emp-profile-main-page .vg-payroll-box{position:unset!important}html .vg_ismobile .employee-wrap-width.emp-profile-main-page .mlheader-control{position:fixed!important;bottom:76px!important}}.emp-toggle-switch .emp-switch-input:checked+.emp-switch-label:before{background-color:var(--bkg_components_button_green_default)!important;border-color:var(--border_green_default)!important}.add-aervice-btn:hover,.employee-wrap-width .run-employee-btn a:hover{background-color:var(--ButtonHoverColor)!important}.recurring-rent-container .recurring-rent-content h2{color:var(--text_neutral_default);font-size:24px;font-weight:600}.stencil-loader.emp-list-wrap .emp-item .emp-details .emp-mail-link,.stencil-loader.emp-list-wrap .emp-item .emp-details .emp-phone,.stencil-loader.emp-list-wrap .emp-item .emp-details span,.stencil-loader.emp-list-wrap .emp-item .emp-name-tlt,.stencil-loader.vgn-services-wrap .vgn-tabs-description .vgn-tabs-title,.stencil-loader.vgn-services-wrap .vgn-tabs-description .vgn-tabs-desc,.stencil-loader.vgn-services-wrap .add-aervice-btn,.stencil-loader.vgn-services-wrap .emp-service-head-name,.stencil-loader.vgn-services-wrap .emp-check-devices .check-devices-lbl:after,.stencil-loader.vgn-services-wrap .fw-bold,.stencil-loader.vgn-services-wrap .emp-service-name,.stencil-loader.vgn-services-wrap .duration-link,.stencil-loader.vgn-services-wrap .dropdown-toggle,.stencil-loader.vgn-services-wrap .emp-collaps-btn,.stencil-loader.transfer-other-business .emp-business-list .emp-busi-pics,.stencil-loader.transfer-other-business .emp-business-list .emp-busi-name,.stencil-loader.transfer-other-business .emp-business-list .emp-busi-addr,.stencil-loader.transfer-other-business .emp-form-row .field-label,.stencil-loader.transfer-other-business .emp-filter-dropdown,.stencil-loader.transfer-other-business .emp-check-devices .check-devices-lbl:after,.stencil-loader.transfer-other-business .emp-transfer-info .emp-check-title,.stencil-loader.transfer-other-business .emp-transfer-info .emp-check-decs,.stencil-loader.transfer-other-business .emp-datepicker-control,.stencil-loader .w-setting-title h1,.stencil-loader .settings-subheading,.stencil-loader .employee-try-gusto,.stencil-loader .btn-tutorial,.stencil-loader .employee-search-box,.stencil-loader .custom-w-input,.stencil-loader .vgn-react-select-dropdown .btn-vgn-select,.stencil-loader .label-text,.stencil-loader .run-employee-btn a,.stencil-loader .emp-advanced-filter,.stencil-loader .emp-print-btn,.stencil-loader .em-printicon .dropdown-toggle,.stencil-loader .emp-name,.stencil-loader .emp-discription,.stencil-loader .profile-avtar-pic,.stencil-loader .locations-dics,.stencil-loader .stuts-lbl-wrap,.stencil-loader.emp-table-grid .dot-emp-dropdown .dropdown-toggle,.stencil-loader .emp-table-heading,.stencil-loader .emp-sorting-arw,.stencil-loader .emp-expand-all,.stencil-loader .employee-detail-wrap,.stencil-loader .stuts-lbl-green,.stencil-loader .emp-toggle-switch .emp-switch-label:before,.stencil-loader .toggle-switch-title,.stencil-loader .toggle-switch-desc,.stencil-loader.mlheader-control .btn,.stencil-loader.emp-list-wrap .details-heading,.stencil-loader.emp-list-wrap .detail-item .emp-detail-lable,.stencil-loader.emp-list-wrap .detail-item .emp-detail-data,.stencil-loader.emp-list-wrap .emp-location-tlt .emp-location-tlt-stencil,.stencil-loader.emp-list-wrap .emp-details-box .dot-emp-dropdown .dropdown-toggle{background-size:200% 200%;animation:1s ease-in-out infinite stencil-anim;opacity:.4!important;pointer-events:none!important;color:#0000!important;background-color:#0000!important;background-image:linear-gradient(90deg,#888,#aaa,#888,#aaa)!important;background-size:400% 400%!important}.stencil-loader.emp-list-wrap .emp-location-tlt .emp-location-tlt-stencil{width:130px;height:32px}.stencil-loader.transfer-other-business .emp-business-list .emp-busi-decs{flex:1}.stencil-loader.transfer-other-business .emp-business-list .emp-busi-name,.stencil-loader.transfer-other-business .emp-transfer-info .emp-check-title{max-width:150px;min-height:20px;margin-bottom:4px}.stencil-loader.transfer-other-business .emp-filter-dropdown{height:40px}.stencil-loader.transfer-other-business .emp-datepicker-control .datepicker_wrp input.form-control,.stencil-loader.transfer-other-business .emp-transfer-info .emp-check-decs .vgn-link,.stencil-loader.transfer-other-business .emp-filter-dropdown .css-1fdsijx-ValueContainer{font-size:0}.stencil-loader.transfer-other-business .emp-datepicker-control:after,.stencil-loader.transfer-other-business .emp-filter-dropdown .vgSelect__indicator,.stencil-loader.transfer-other-business .emp-filter-dropdown .css-b62m3t-container:after{display:none}.stencil-loader.vgn-services-wrap .vgn-tabs-description .vgn-tabs-title{max-width:300px;font-size:0}.stencil-loader.vgn-services-wrap .vgn-dollar-symbol,.stencil-loader.vgn-services-wrap .vgn-suffix-txt{opacity:0}.stencil-loader.vgn-services-wrap .duration-link{margin-left:8px}.stencil-loader.vgn-services-wrap .em-printicon .btn-massedit,.stencil-loader.vgn-services-wrap .em-printicon .emp-print-btn{min-width:115px;font-size:0}.stencil-loader.vgn-services-wrap .emp-table-grid .dot-emp-dropdown .dropdown-toggle{min-width:24px;min-height:32px}.stencil-loader.vgn-services-wrap .emp-table-grid .dot-emp-dropdown .dropdown-toggle svg{display:none}.stencil-loader.emp-list-wrap .employee-search-box{background:0 0;animation:none;opacity:1!important;background-image:none!important}.stencil-loader.emp-list-wrap .employee-search-box .custom-w-input{font-size:0!important}.stencil-loader.emp-list-wrap .emp-item .emp-name-tlt{width:100%;max-width:150px;height:22px;margin-bottom:2px}.stencil-loader.emp-list-wrap .emp-item .emp-scim-badge{opacity:0;display:none}.stencil-loader.emp-list-wrap .emp-item .emp-details span{width:100%;height:18px;margin-bottom:2px}.stencil-loader.emp-list-wrap .emp-item .emp-details span.emp-dots:after{opacity:0}.stencil-loader.emp-list-wrap .emp-item .emp-details .emp-mail-link,.stencil-loader.emp-list-wrap .emp-item .emp-details .emp-phone{height:20px}.stencil-loader.emp-list-wrap .details-body .detail-item .emp-detail-lable,.stencil-loader.emp-list-wrap .details-body .detail-item .emp-detail-data{font-size:0}.stencil-loader.emp-list-wrap .details-body .detail-item .emp-detail-data{width:170px;height:20px}.stencil-loader.emp-list-wrap .details-body .detail-item:last-child .emp-detail-data{width:100px}.stencil-loader.emp-list-wrap .emp-location-tlt{width:130px;font-size:0}.stencil-loader.emp-list-wrap .details-heading{width:120px;height:24px}.stencil-loader.emp-list-wrap .emp-details-box .dot-emp-dropdown .dropdown-toggle{width:16px;height:24px}.stencil-loader.emp-list-wrap .emp-details-box .dot-emp-dropdown .dropdown-toggle svg{display:none}.stencil-loader .see-plan-text,.stencil-loader .btn-tutorial:before,.stencil-loader .custom-w-input,.stencil-loader .emp-discription a,.stencil-loader .btn-text-center,.stencil-loader .btn-tutorial{font-size:0}.stencil-loader .emp-search-icon,.stencil-loader .vgn-react-select-dropdown .btn-vgn-select:after,.stencil-loader .circle-progress,.stencil-loader .emp-collaps-btn{display:none}.stencil-loader .emp-print-btn svg,.stencil-loader .em-printicon .dropdown-toggle svg{opacity:0}.stencil-loader .label-text{max-width:150px;margin-bottom:4px}.stencil-loader .emp-sorting-arw,.stencil-loader .emp-expand-all{margin-left:16px;padding-left:0}.stencil-loader .employee-info-disc{flex:1}.stencil-loader .emp-name{max-width:120px}.stencil-loader .emp-scim-badge{display:none}.stencil-loader .emp-name,.stencil-loader .emp-discription{height:9px;margin-bottom:2px}.stencil-loader .locations-dics,.stencil-loader .stuts-lbl-wrap{height:20px}.stencil-loader.emp-table-grid{overflow:hidden}.stencil-loader.emp-table-grid .emp-table tr th,.stencil-loader.emp-table-grid .emp-table tfoot tr td{background-color:#fff}.stencil-loader.emp-table-grid .dot-emp-dropdown .dropdown-toggle svg{opacity:0}.stencil-loader .emp-toggle-switch .emp-switch-label:after{display:none}.stencil-loader .toggle-switch-title{max-width:200px;height:20px}.stencil-loader .emp-switch-label{width:100%}.stencil-loader .toggle-switch-desc{font-size:0}.timepicker_wrp input::placeholder{color:#999}.timepicker_wrp>svg{color:#777;z-index:0;margin-top:1px;font-size:15px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.timepicker_wrp .form-control{text-align:left}.datepicker-new-default .form-control{z-index:3;text-align:left;position:relative;cursor:pointer!important;background:0 0!important}.datepicker-new-default .check-cal-icon{cursor:pointer;z-index:1;font-size:18px;line-height:normal;position:absolute;top:10px;right:10px}.ui-timepicker-container{box-sizing:border-box;position:absolute;overflow:hidden}.ui-timepicker{box-sizing:content-box;text-align:center;height:205px;margin:0;padding:0 1px;list-style:none;display:block}.ui-timepicker-viewport{box-sizing:content-box;height:205px;margin:0;padding:0;display:block;overflow-x:hidden;overflow-y:auto}.ui-timepicker-standard{color:#222;background-color:#fff;border:1px solid #aaa;margin:0;padding:2px;font-family:Verdana,Arial,sans-serif;font-size:1.1em;z-index:99999!important}.ui-timepicker-standard .ui-state-hover{color:#212121;background-color:#dadada;border:1px solid #999;font-weight:400}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:none}.timepicker_wrp{width:100%!important}.imageEditorDark{z-index:99991!important}.imageEditorDark .FIE_root{color:#fff;font-size:12px;background:#1e262c!important}.imageEditorDark .FIE_root .FIE_carousel-next-button,.imageEditorDark .FIE_root .FIE_carousel-prev-button{background:#1e262ccf!important}.imageEditorDark .FIE_root .FIE_main-container{flex-direction:column;display:flex}.imageEditorDark .FIE_root .SfxLabel-text,.imageEditorDark .FIE_root .FIE_text-tool-button svg,.imageEditorDark .FIE_root [aria-selected=true] *,.imageEditorDark .FIE_root svg{color:#f9fafb!important}.imageEditorDark .FIE_root .FIE_tabs_toggle_btn:hover,.imageEditorDark .FIE_root .FIE_tabs_toggle_btn:focus,.imageEditorDark .FIE_root .FIE_topbar-close-button:hover svg,.imageEditorDark .FIE_root .FIE_crop-tool,.imageEditorDark .FIE_root .FIE_topbar-close-button:hover,.imageEditorDark .FIE_root .FIE_topbar-close-button svg{background:0 0!important}.imageEditorDark .FIE_root .FIE_tab,.imageEditorDark .FIE_root .FIE_brightness-tool-button[aria-selected=true],.imageEditorDark .FIE_root .FIE_contrast-tool-button[aria-selected=true],.imageEditorDark .FIE_root .FIE_hsv-tool-button[aria-selected=true],.imageEditorDark .FIE_root .FIE_blur-tool-button[aria-selected=true],.imageEditorDark .FIE_root .FIE_warmth-tool-button[aria-selected=true],.imageEditorDark .FIE_root .FIE_flip-x-tool-button:hover,.imageEditorDark .FIE_root .FIE_carousel-item>div:hover,.imageEditorDark .FIE_root .FIE_rotate-tool-button:hover,.imageEditorDark .FIE_root .FIE_brightness-tool-button:hover,.imageEditorDark .FIE_root .FIE_contrast-tool-button:hover,.imageEditorDark .FIE_root .FIE_hsv-tool-button:hover,.imageEditorDark .FIE_root .FIE_blur-tool-button:hover,.imageEditorDark .FIE_root .FIE_warmth-tool-button:hover,.imageEditorDark .FIE_root .FIE_ellipse-tool-button:hover{background:#263138!important}.imageEditorDark .FIE_root .FIE_flip-y-tool-button[aria-selected=true]{background:0 0}.imageEditorDark .FIE_root .FIE_topbar{background:#1e262c;border-bottom:1px solid #1e262c}.imageEditorDark .FIE_root .FIE_canvas-node{background:0 0!important}.imageEditorDark .FIE_root .cXvSPb,.imageEditorDark .FIE_root .FIE_brightness-tool-button,.imageEditorDark .FIE_root .FIE_contrast-tool-button,.imageEditorDark .FIE_root .FIE_hsv-tool-button,.imageEditorDark .FIE_root .FIE_blur-tool-button,.imageEditorDark .FIE_root .FIE_warmth-tool-button,.imageEditorDark .FIE_root .FIE_text-tool-button{background:#263138}.imageEditorDark .FIE_root .FIE_topbar-save-button{color:#fff;background-color:#3e8438;border:1px solid #3e8438;border-radius:3px}.imageEditorDark .FIE_root .FIE_topbar-save-button:hover{color:#fff;background-color:#387833;border-color:#387833}.imageEditorDark .FIE_root .FIE_root *{font-family:proxima-nova,sans-serif}.imageEditorDark .FIE_root .FIE_canvas-container,.imageEditorDark .FIE_root .FIE_editor-content{width:100%!important;padding:0!important}.imageEditorDark .FIE_root .FIE_tabs{width:100%;height:100px;box-shadow:none;flex-direction:row;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;background:#263138!important}.imageEditorDark .FIE_root .FIE_tabs .FIE_tab .SfxLabel-tex{color:#1e262c}.imageEditorDark .FIE_root .FIE_tabs_toggle_btn:focus{background-color:#0000!important}@media (max-width:767px){.imageEditorDark .FIE_root .SfxDrawer-list{flex-direction:row;justify-content:center;width:100%;margin:0;display:flex;position:relative;overflow-y:auto}.imageEditorDark .FIE_root .SfxDrawer-item{justify-content:center}.imageEditorDark .FIE_root .SfxDrawer-item:hover{background-color:#0000!important}.imageEditorDark .FIE_root .FIE_tabs-drawer{width:100%;height:auto;background:#1e262c!important}.imageEditorDark .FIE_root .SfxDrawer-temporary{width:100%;top:110px}.imageEditorDark .FIE_root .FIE_topbar{order:-1}.imageEditorDark .FIE_root .FIE_tools-bar-wrapper{margin-bottom:20px}}.imageEditorDark .FIE_save-modal .FIE_save-quality-wrapper .SfxLabel-root{margin-bottom:10px}.imageEditorDark .FIE_save-modal .FIE_crop-presets-menu .SfxMenuItem-root label{color:#37414b!important}.imageEditorDark .FIE_save-modal .FIE_watermark-add-button,.imageEditorDark .zhMHk[aria-selected=true]{background:#263138}.SfxModal-Wrapper{z-index:999999!important}.FIE_save-modal .FIE_save-quality-wrapper .SfxLabel-root{margin-bottom:10px}.FIE_save-modal .FIE_crop-presets-menu .SfxMenuItem-root label{color:#37414b!important}.FIE_save-modal .FIE_watermark-add-button,.zhMHk[aria-selected=true]{background:#263138}.FIE_tabs-drawer .SfxDrawer-header .SfxButton-root{display:none}.general-addresspopup{z-index:100004;background-color:#00000080;display:none;position:fixed;top:0;bottom:0;left:0;right:0}.general-addresspopup-container{width:100%;height:100%;display:table}.general-addresspopup-body{vertical-align:middle;width:100%;height:100%;display:table-cell}.address-common-contorl *,.select2borderbox *{box-sizing:border-box}.settingnew-design .w-textaria,.settingnew-design .inputbox-type1,.settingnew-design .TelerikDatePicker .riTextBox[type=text]{border-color:#0003!important}.settingnew-design .w-textaria{color:#333;vertical-align:middle;width:100%;padding:8px 12px;font-size:14px;line-height:1.42857;display:block}.settingnew-design .inputbox-type1{line-height:inherit;float:none;padding-left:7px;padding-right:7px;font-size:14px;font-weight:400;border-radius:2px!important;height:40px!important}.settingnew-design .TelerikDatePicker .riTextBox[type=text]{line-height:inherit;float:none;border-color:#0003;font-size:14px;border-radius:2px!important;height:40px!important}.general-addresspopup .modal-body{padding:0!important}.addressselect full-address-width{width:60%!important}.addressselect .inputbox-type1{border:0;width:100%;padding:0;border:1px solid #959494!important;height:40px!important}.settingnew-design .addressselect .select2-container-multi .select2-choices .select2-search-field input{border:0!important}.settingnew-design .inputbox-type1:focus,.settingnew-design .TelerikDatePicker .riTextBox:focus[type=text]{border-color:#2a90d6!important}.settingnew-design .inputbox-type1.errorInputCal{border-color:#eb6663!important}.select-country-mar,.select-country-mar.input-focus-relative{margin-left:66px!important;padding-left:0!important}.select-country-mar.m-0{margin-left:0!important}.select-country-mar.m-0 span.select2.select2-container{width:100%!important}.blockheight38{height:38px}.billing-old .addresswithcountry .countrydropdown{border-color:#ccc!important;border-radius:2px 0 0 2px!important}.billing-old .addresswithcountry .countryselectoption{top:37px;border-color:#ccc!important;border-radius:2px 0 0 2px!important}.addresspopup-billing *{box-sizing:border-box}.addresspopup-billing{width:100%;max-width:600px;margin:0 auto;box-shadow:0 0 0 1px #00000026,0 0 17px #0000006b}.addresspopup-billing .popupCloseImg{color:#9a9a9a;text-align:center;width:41px;height:24px;font-size:20px;font-weight:300;text-decoration:none;top:17px;right:5px;font-family:"Fontawesome pro 300"!important}.addresspopup-billing .popupCloseImg:hover{color:#333;text-decoration:none}.addresspopup-billing .loginWrap h4{color:#333;clear:both;background:#fff;border-radius:5px 5px 0 0;padding-top:20px;padding-bottom:4px;font-size:20px;font-weight:500;line-height:24px;display:block;border-bottom:0!important;padding-left:20px!important}.popupBtnContainer{clear:both;float:none;border-radius:0 0 5px 5px;width:100%;min-height:62px}.addresspopup-billing .popupBtnContainer{background:#f8f8f8;border-top:none;min-height:60px}.addresspopup-billing .loginContainer{color:#333;padding:0 20px 15px;font-size:15px;line-height:1.42857}.addresspopup-billing .loginContentwrap-addbus .inputbox-type1{padding:0 12px;width:100%!important}.loginContentwrap-addbus ul li{padding-top:0;position:relative}.addresspopup-billing .loginContentwrap-addbus ul li label{color:#333;padding-bottom:5px;font-weight:500}.addresspopup-billing .loginContentwrap-addbus ul li label:after{content:":"}.loginContentwrap-addbus .popupBtnDiv ul li{padding:0}.addresspopup-billing #divsmallloading{top:51px;right:8px;left:inherit;position:absolute}.address-common-contorl .custom-field-label{padding-bottom:2px;font-size:13px;display:inline-block}.addressselect.div-70{width:68.4%}.addresspopup-billing .dropdowndiv{border:0;width:100%;height:40px;overflow:visible}.addresspopup-billing .dropdowndiv select{color:#333;background-color:#fff;margin:0}.addresspopup-billing .dropdowndiv select option{background-color:#fff;font-size:100%}.location-city-row li{float:left;width:33.33%}.location-city-row li:first-of-type{width:33.34%;padding-right:15px}.location-city-row li:nth-child(2){padding-right:15px}.addresspopup-billing .dropdowndiv select{border:1px solid #cdcdcd;border-radius:3px;width:100%;height:40px;font-size:100%}.addresspopup-billing .dropdowndiv select:focus{border-color:#2a90d6!important}.addresspopup-billing .dropdowndiv:after{line-height:40px}.addresspopup-billing .countryselectoption li{padding-bottom:0}@media (max-width:767px){.location-city-row li{width:100%}.location-city-row li:first-of-type{width:100%;padding-right:0}.location-city-row li:nth-child(2){padding-bottom:16px;padding-right:0}}.address-common-contorl .inputbox-type1{border-color:#cdcdcd!important}.address-common-contorl .inputbox-type1.select2-dropdown-open{border-color:#2c90d6!important}.address-common-contorl{margin-left:10px;margin-right:10px;position:relative}.address-common-contorl .appsuit{float:left;width:125px;margin-left:15px}.address-common-contorl .appsuit .inputbox-type1{width:100%}.address-common-contorl .appsuit .inputbox-type1:focus{border-color:#959494!important}.select2DD .select2-no-results,.select2DD .select2-searching{font-size:14px!important}.loginContentwrap-addbus .popupBtnDiv{margin-top:10px;margin-right:20px}.settingnew-design .inputbox-type1.errorInput,.masseditpopup-control .inputbox-type1.errorInput{background-size:36px!important;border:1px solid #eb6663!important}.select2-results{max-height:265px!important}.select2DD .select2-results{margin:0}.select2DD .select2-results li{border-bottom:1px solid #ccc!important;padding:10px 0!important}.select2DD .select2-results li img{margin-left:5px!important}.select2DD .select2-results li .fullocation{width:90%;vertical-align:middle!important;padding-left:13px!important;font-size:14px!important;font-weight:500!important;line-height:19px!important;display:inline-block!important}.select2DD .select2-results li .fullocation span{font-size:14px;font-weight:400;color:#8d8d8d!important}.select2DD .select2-searching,.select2DD .select2-no-results{margin-left:11px!important}.select2DD .select2-results{height:auto!important;max-height:243px!important}.select2DD .select2-highlighted,.select2DD.select2-drop{color:#545554!important;background:#fff!important}.select2DD .select2-result-label>div{line-height:26px!important}.select2DD .select2-results .select2-highlighted{color:#d66f6b!important;background:0 0!important}.select2DD .select2-results .select2-result-label{padding:2px 7px 0!important}.addressselect .select2-focused{background:#fff!important}select:-moz-focusring{color:#0000;text-shadow:0 0 #333}.has-error .addresswithcountry,.addresswithcountry{z-index:3;position:relative}.has-error .addresswithcountry .countrydropdown,.addresswithcountry .countrydropdown{float:left;cursor:pointer;background-repeat:no-repeat;border-radius:2px 0 0 2px;width:66px;margin:0;line-height:40px;position:absolute;top:0;left:0;background-position:59px!important;background-size:25px!important;border:1px solid #ccc!important}.has-error .addresswithcountry .countrydropdown:after,.addresswithcountry .countrydropdown:after{content:"";color:#333;pointer-events:none;width:18px;font-family:"Fontawesome pro solid 900",sans-serif;font-size:16px;line-height:inherit;text-align:left;position:absolute;top:0;bottom:0;right:0}.has-error .selectedcountry,.selectedcountry,.has-error .allflag-show .selectedcountry,.allflag-show .selectedcountry{background-position:8px;background-repeat:no-repeat;background-size:32px 24px;width:100%;height:100%}.has-error .selectedcountry.aus-f,.selectedcountry.aus-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/aus-flag-img.png)}.has-error .selectedcountry.canada-f,.selectedcountry.canada-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/canada-flag-img.png)}.has-error .selectedcountry.uk-f,.selectedcountry.uk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/uk-flag-img.png)}.has-error .selectedcountry.us-f,.selectedcountry.us-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/us-flag-img.png)}.has-error .allflag-show .selectedcountry,.allflag-show .selectedcountry{background-position:8px;background-repeat:no-repeat;background-size:32px 24px;width:100%;height:100%}.has-error .allflag-show .selectedcountry.aus-f,.allflag-show .selectedcountry.aus-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/aus-flag-img.png)}.has-error .allflag-show .selectedcountry.canada-f,.allflag-show .selectedcountry.canada-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/canada-flag-img.png)}.has-error .allflag-show .selectedcountry.uk-f,.allflag-show .selectedcountry.uk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/uk-flag-img.png)}.has-error .allflag-show .selectedcountry.us-f,.allflag-show .selectedcountry.us-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/us-flag-img.png)}.has-error .allflag-show .selectedcountry.ie-f,.allflag-show .selectedcountry.ie-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/worldflag/Country_IE_Ireland.svg)}.has-error .addresswithcountry .countryselectoption,.addresswithcountry .countryselectoption{z-index:3;background-color:#fff;border:1px solid #ccc;border-radius:0 0 5px 5px;width:225px;margin:0;padding:8px 0;list-style:none;position:absolute;top:39px;left:0}.has-error .addresswithcountry .countryselectoption li,.addresswithcountry .countryselectoption li{cursor:pointer;color:#333;background-position:8px;background-repeat:no-repeat;background-size:32px 24px;padding-top:0;padding-left:52px;font-size:15px;line-height:40px}.has-error .addresswithcountry .countryselectoption li:hover,.addresswithcountry .countryselectoption li:hover{background-color:#f8f8f8}.has-error .addresswithcountry .countryselectoption li.active,.addresswithcountry .countryselectoption li.active{background-color:#e7e7e7}.has-error .addresswithcountry .countryselectoption li.aus-f,.addresswithcountry .countryselectoption li.aus-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/aus-flag-img.png)}.has-error .addresswithcountry .countryselectoption li.canada-f,.addresswithcountry .countryselectoption li.canada-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/canada-flag-img.png)}.has-error .addresswithcountry .countryselectoption li.uk-f,.addresswithcountry .countryselectoption li.uk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/uk-flag-img.png)}.has-error .addresswithcountry .countryselectoption li.us-f,.addresswithcountry .countryselectoption li.us-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/us-flag-img.png)}.has-error .addresswithcountry .countryselectoption li.ie-f,.addresswithcountry .countryselectoption li.ie-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/worldflag/Country_IE_Ireland.svg)}.has-error .addresswithcountry .select2-container.select2-container-multi.custom-w-input,.addresswithcountry .select2-container.select2-container-multi.custom-w-input{float:left;width:calc(100% - 80px);margin-left:78px}.addressselect .select2-container-multi .select2-choices .select2-search-field input{text-align:left;font-size:inherit;height:inherit;color:#333;box-shadow:none;-webkit-appearance:none;border:1px solid #ccc;border-radius:2px;outline:0;padding:0 12px;line-height:1.42857;background:0 0!important;width:100%!important}.select2-container-multi .select2-choices .select2-search-field input:focus{border-color:#3898ec}.addressselect .select2-container-multi .select2-choices .select2-search-field input:-ms-placeholder-shown{color:#999}.select2-container.select2-container-multi.custom-w-input{border:0;padding:0}.addressselect .select2-container-multi .select2-choices,.addressselect .select2-container-multi .select2-choices .select2-search-field{height:100%!important}.addressselect.has-error .select2-container-multi .select2-choices .select2-search-field input{background-position:100%!important;background-repeat:no-repeat!important;background-size:35px!important;border-color:#eb6663!important}.w-custom-dropdown{float:none;color:#333;vertical-align:middle;box-sizing:border-box;background-color:#fff;background-image:none;background-repeat:no-repeat;outline:0;width:100%;height:40px;margin-bottom:10px;padding:0;font-family:inherit;font-size:14px;font-weight:400;line-height:1.42857;display:block;position:relative}.w-custom-dropdown.margin-bottom0{margin-bottom:0}.w-custom-dropdown.small{width:80px;margin-bottom:20px}.w-custom-dropdown:after{clear:both}.address-phone-plugin .w-custom-dropdown:after,.address-phone-plugin .w-custom-dropdown:before{content:" ";display:table}.w-custom-dropdown.small-dropdown{max-width:200px}.w-custom-dropdown select{cursor:pointer;color:#333;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;background-position:100%;background-repeat:no-repeat;background-size:25px;border:1px solid #ccc;outline:0;width:100%;height:40px;margin:0;padding:0 30px 0 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:normal;border-radius:2px!important}.w-custom-dropdown select::-ms-expand{display:none}.w-custom-dropdown select:focus{border-color:#3898ec}.border-darkshade,.custom-w-input.border-darkshade{border-color:#0003!important;padding-left:8px!important}.border-darkshade:focus,.custom-w-input.border-darkshade:focus{border-color:#3898ec!important}@media only screen and (max-width:1023px){.address-common-contorl .appsuit{margin-left:7px}}@media (max-height:550px){.general-addresspopup-container,.general-addresspopup-body{display:block}.general-addresspopup-container .addresspopup-billing{box-sizing:border-box;padding:10px 0}.general-addresspopup-container .addresspopup-billing,.general-addresspopup-container .loginWrap{height:100%}.general-addresspopup-container .modal-body{height:-ms-calc(100% - 107px);-webkit-overflow-scrolling:touch;height:calc(100% - 107px);overflow:auto}}.addressDropdownBox .select-country-mar{z-index:5;padding-left:0;position:relative}.shipping-address-div .address-field{height:48px}.shipping-address-div .add-input-focus-relative,.shipping-address-div .select-country-mar{margin-left:0!important}.shipping-address-div .address-field.select2-container .select2-choices .select2-search-field input{border-radius:3px!important;height:48px!important;font-size:14px!important}.addressDropdownBox .select-country-mar .select-country-mar{margin:0;padding:0}.addresswithcountry.bus-Address .select2-container.select2-container-multi.custom-w-input{margin:0}.addressDropdownBox .allflag-show .selectedcountry:before,.vagaro-dropdown.addressDropdownBox .allflag-show .selectedcountry:before{display:none!important}.addressDropdownBox .addresswithcountry .countrydropdown{width:68px!important}.vagaro-dropdown.addressDropdownBox .address-country .select2-container.select2-container-multi.input-text{width:100%;padding:0;margin:0!important}.addressDropdownBox .address-country .select-country-mar .input-text.w-input.selectfontsize input{border-radius:0 3px 3px 0;width:100%;font-size:100%;border:1px solid #ccc!important;margin:0!important;padding:0 10px!important}.addressDropdownBox .select-country-mar .w-input input:focus{border-color:#3898ec}.verifyAddressPopup .loginContainer ul#countryselectoptionpopup li{margin-bottom:0}.verifyAddressPopup .loginContentwrap-addbus{background:#fff;border-radius:5px;width:100%}.verifyAddressPopup .addresspopup-billing header{position:relative}.verifyAddressPopup .addresspopup-billing header h4{margin-top:0}.verifyAddressPopup .addresspopup-billing .popupCloseImg{position:absolute}.verifyAddressPopup .loginContainer .location-city-row{width:auto;margin:0 -10px;display:block}.verifyAddressPopup .loginContainer ul li{margin-bottom:18px;padding-bottom:0}.verifyAddressPopup .loginContainer .location-city-row li{margin-bottom:18px;padding-left:10px;padding-right:10px}.verifyAddressPopup .settingnew-design input{border:1px solid #cdcdcd;border-radius:3px}.verifyAddressPopup .settingnew-design select{padding:0 8px}.verifyAddressPopup .addresspopup-billing ul{margin:0;padding:0;list-style-type:none;display:block}.verifyAddressPopup .popupBtnContainer.modal-footer{text-align:right;padding:10px 20px;background:#f8f8f8!important}.verifyAddressPopup .popupBtnContainer.modal-footer .btn{color:#fff;text-align:center;-webkit-appearance:none;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:3px;outline:0;min-width:100px;min-height:40px;margin-left:15px;padding:9px 10px;font-size:16px;font-weight:400;line-height:20px}.verifyAddressPopup .popupBtnContainer.modal-footer .btn-default{color:#777;border-color:#cdcdcd}.verifyAddressPopup .popupBtnContainer.modal-footer .btn-default:hover{color:#333!important;border-color:#333!important}.verifyAddressPopup .popupBtnContainer.modal-footer .btn-primary:hover{background-color:#5c9557!important}.verifyAddressPopup .popupBtnContainer.modal-footer .btn-primary{border:none;transition:background-color .2s;background-color:#7cc576!important}@media (max-width:767px){.verifyAddressPopup{height:100%;overflow:auto}.verifyAddressPopup .loginContentwrap-addbus{border-radius:0}.verifyAddressPopup .loginContainer ul li{margin-bottom:10px}.verifyAddressPopup .loginContainer .location-city-row{margin:0}.verifyAddressPopup .loginContainer .location-city-row li{margin-bottom:10px;padding:0}}.w-tab-content.overflowVisible,.zen-tab-content.overflowVisible,.zen-tab-content overflowVisible{overflow:visible}.zen-input-googleheight .zen-input{height:40px}.addressDropdownBox .addresswithcountry .select2-container.select2-container-multi.custom-w-input{width:100%;margin:0}.addressDropdownBox .addresswithcountry .select2-container.select2-container-multi.custom-w-input input{height:40px}.addressselect.addressDropdownBox .select2-container-multi .select2-choices .select2-search-field input{padding:0 12px!important}.form-flexy-div .addresswithcountry.pro-pur-control .select2-container-multi .select2-choices .select2-search-field input{border:1px solid #cdcdcd}.mobileresponsive-popup .settingnew-design .loginContentwrap-addbus .popupBtnDiv{margin-top:0;margin-right:0}.extraSpaceremove>.select-country-mar,.extraSpaceremove>.select-country-mar>.addresswithcountry{margin:0;padding:0}.vagaro-dropdown select option,.vagaro-dropdown.dropdowndiv select option{font-size:var(--web-button-font-size);background-color:#fff}body:not(.ipadandroid) .all-country-flag .select2-results::-webkit-scrollbar{background-color:#d9d9d9;border-radius:10px;width:7px;height:7px}body:not(.ipadandroid) .select2-drop.all-country-flag .select2-results::-webkit-scrollbar{background-color:#d9d9d9;border-radius:10px;width:7px;height:7px}body:not(.ipadandroid) .all-country-flag .select2-results::-webkit-scrollbar-thumb{background-color:#7d7e7e;border-radius:10px}body:not(.ipadandroid) .select2-drop.all-country-flag .select2-results::-webkit-scrollbar-thumb{background-color:#7d7e7e;border-radius:10px}.select2-with-searchbox.all-country-flag.select2-drop-active,.all-country-flag.select2-drop-active{background:#fff;border-radius:0 0 3px 3px;box-shadow:0 8px 40px #0003;border:0!important;width:350px!important;min-width:auto!important}.all-country-flag.select2-drop-above{border-radius:3px 3px 0 0!important}.all-country-flag ul{margin:0;padding:0}.all-country-flag ul li{color:#333;cursor:pointer;background-position:8px 10px;background-repeat:no-repeat;padding:0;line-height:20px;background-size:20px!important;font-size:15px!important}.all-country-flag ul li .select2-results .select2-result-label{margin:0;padding:0}.all-country-flag ul.select2-result-sub>li .select2-result-label{margin:0;padding:9px 11px 8px 36px!important}.all-country-flag ul li:hover{background-position:8px 10px;background-repeat:no-repeat;background-size:20px}.all-country-flag .select2-result-sub li.select2-highlighted{color:#333;background-color:#e7e7e7;background-position:8px 10px;background-repeat:no-repeat}.all-country-flag .select2-result-sub li:hover{color:#333;background-color:#f8f8f8}.all-country-flag li.select2-result-with-children>.select2-result-label{font-size:15px!important;font-weight:600!important}.all-country-flag .select2-result-label{padding:4px 8px!important}.all-country-flag .select2-results li:first-child.select2-result-with-children{border:0!important;padding:0!important}.all-country-flag .select2-results li.select2-result-with-children:last-of-type:not(:first-of-type){border:0!important;padding-top:0!important;padding-bottom:0!important}.allflag-show .select2-container{left:-1px!important}.allflag-show .selectedcountry{z-index:0;width:66px;height:40px;position:absolute;top:0;left:0}.allflag-show .select2-container .form-control{z-index:2}.allflag-show .select2-choice{width:66px;display:inline-block;height:39px!important}.allflag-show .selectedcountry{background-position:6px 6px;background-repeat:no-repeat;background-size:35px;line-height:38px!important}.all-country-flag .select2-results{max-height:285px!important}.all-country-flag .select2-result-sub .select2-result-label{justify-content:space-between;display:flex}.allflag-show .select2-chosen{width:66px;height:39px;text-indent:1000px!important;white-space:nowrap!important;text-overflow:unset!important}.all-country-flag.select2-drop.select2-drop-above{margin-top:-2px!important}.input-focus-relative,.add-input-focus-relative{position:relative}.input-focus-relative.select-country-mar,add-input-focus-relative.select-country-mar{padding-left:0!important}.input-focus-relative input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;height:40px!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:10px!important;font-size:16px!important;font-weight:400!important}.add-input-focus-relative input{padding-left:12px;border-top-left-radius:0!important;border-bottom-left-radius:0!important;height:40px!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:10px!important;font-size:16px!important;font-weight:400!important}.add-input-focus-relative input.select2-offscreen{width:1px!important;height:1px!important}.input-focus-relative input,.input-focus-relative .v-commoninput,.input-focus-relative .contact-input,.input-focus-relative input.input-text{border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin-left:0!important}.input-focus-relative input:focus,.add-input-focus-relative input:focus{border-color:#2a90d6!important}.input-focus-relative input[type=text],.input-focus-relative input[type=text].vagaro-input,.input-focus-relative input[type=text].vagaro-input.cntry-us{padding-left:50px!important}.all-country-flag .select2-search{border-bottom:1px solid #e7e7e7;padding:8px;position:relative;display:block!important}.all-country-flag .select2-search:after{content:"";color:#9a9a9a;height:17px;font-family:"Fontawesome pro 400";font-size:14px;font-weight:400;line-height:17px;position:absolute;top:19px;left:19px}.all-country-flag.select2-drop.select2-drop-above .select2-search input{margin-top:0}.all-country-flag .select2-search input{-webkit-appearance:none;color:#333;width:100%;font-family:proxima-nova,sans-serif;font-size:15px;box-sizing:border-box!important;border:1px solid #cdcdcd!important;border-radius:3px!important;height:40px!important;padding:8px 8px 8px 29px!important}.all-country-flag .select2-search input:focus{border-color:#2a90d6!important}.input-focus-relative.us-f input[type=text],.input-focus-relative.us-f input[type=text].vagaro-input,.input-focus-relative.canada-f input[type=text],.input-focus-relative.canada-f input[type=text].vagaro-input,.input-focus-relative.bv-f input[type=text],.input-focus-relative.bv-f input[type=text].vagaro-input,.input-focus-relative.hm-f input[type=text],.input-focus-relative.hm-f input[type=text].vagaro-input,.input-focus-relative.ru-f input[type=text],.input-focus-relative.ru-f input[type=text].vagaro-input,.input-focus-relative.um-f input[type=text],.input-focus-relative.um-f input[type=text].vagaro-input,.input-focus-relative.umu-f input[type=text],.input-focus-relative.umu-f input[type=text].vagaro-input{padding-left:30px!important}.input-focus-relative.uk-f input[type=text],.input-focus-relative.aus-f input[type=text],.input-focus-relative.ar-f input[type=text],.input-focus-relative.be-f input[type=text],.input-focus-relative.be-f input[type=text],.input-focus-relative.at-f input[type=text],.input-focus-relative.in-f input[type=text],.input-focus-relative.br-f input[type=text],.input-focus-relative.cl-f input[type=text],.input-focus-relative.co-f input[type=text],.input-focus-relative.dk-f input[type=text],.input-focus-relative.eg-f input[type=text],.input-focus-relative.fr-f input[type=text],.input-focus-relative.de-f input[type=text],.input-focus-relative.gr-f input[type=text],.input-focus-relative.hu-f input[type=text],.input-focus-relative.id-f input[type=text],.input-focus-relative.id-f input[type=text],.input-focus-relative.it-f input[type=text],.input-focus-relative.jp-f input[type=text],.input-focus-relative.mm-f input[type=text],.input-focus-relative.my-f input[type=text],.input-focus-relative.mx-f input[type=text],.input-focus-relative.no-f input[type=text],.input-focus-relative.nz-f input[type=text],.input-focus-relative.pe-f input[type=text],.input-focus-relative.ph-f input[type=text],.input-focus-relative.pk-f input[type=text],.input-focus-relative.pl-f input[type=text],.input-focus-relative.pn-f input[type=text],.input-focus-relative.ro-f input[type=text],.input-focus-relative.se-f input[type=text],.input-focus-relative.sg-f input[type=text],.input-focus-relative.lk-f input[type=text],.input-focus-relative.es-f input[type=text],.input-focus-relative.za-f input[type=text],.input-focus-relative.kr-f input[type=text],.input-focus-relative.ch-f input[type=text],.input-focus-relative.th-f input[type=text],.input-focus-relative.tr-f input[type=text],.input-focus-relative.ve-f input[type=text],.input-focus-relative.vn-f input[type=text],.input-focus-relative.af-f input[type=text],.input-focus-relative.cuc-f input[type=text],.input-focus-relative.gbsct-f input[type=text],.input-focus-relative.gbwls-f input[type=text],.input-focus-relative.iri-f input[type=text],.input-focus-relative.uk-f input[type=text].vagaro-input,.input-focus-relative.aus-f input[type=text].vagaro-input,.input-focus-relative.ar-f input[type=text].vagaro-input,.input-focus-relative.be-f input[type=text].vagaro-input,.input-focus-relative.be-f input[type=text].vagaro-input,.input-focus-relative.at-f input[type=text].vagaro-input,.input-focus-relative.in-f input[type=text].vagaro-input,.input-focus-relative.br-f input[type=text].vagaro-input,.input-focus-relative.cl-f input[type=text].vagaro-input,.input-focus-relative.co-f input[type=text].vagaro-input,.input-focus-relative.dk-f input[type=text].vagaro-input,.input-focus-relative.eg-f input[type=text].vagaro-input,.input-focus-relative.fr-f input[type=text].vagaro-input,.input-focus-relative.de-f input[type=text].vagaro-input,.input-focus-relative.gr-f input[type=text].vagaro-input,.input-focus-relative.hu-f input[type=text].vagaro-input,.input-focus-relative.id-f input[type=text].vagaro-input,.input-focus-relative.id-f input[type=text].vagaro-input,.input-focus-relative.it-f input[type=text].vagaro-input,.input-focus-relative.jp-f input[type=text].vagaro-input,.input-focus-relative.mm-f input[type=text].vagaro-input,.input-focus-relative.my-f input[type=text].vagaro-input,.input-focus-relative.mx-f input[type=text].vagaro-input,.input-focus-relative.no-f input[type=text].vagaro-input,.input-focus-relative.nz-f input[type=text].vagaro-input,.input-focus-relative.pe-f input[type=text].vagaro-input,.input-focus-relative.ph-f input[type=text].vagaro-input,.input-focus-relative.pk-f input[type=text].vagaro-input,.input-focus-relative.pl-f input[type=text].vagaro-input,.input-focus-relative.pn-f input[type=text].vagaro-input,.input-focus-relative.ro-f input[type=text].vagaro-input,.input-focus-relative.se-f input[type=text].vagaro-input,.input-focus-relative.sg-f input[type=text].vagaro-input,.input-focus-relative.lk-f input[type=text].vagaro-input,.input-focus-relative.es-f input[type=text].vagaro-input,.input-focus-relative.za-f input[type=text].vagaro-input,.input-focus-relative.kr-f input[type=text].vagaro-input,.input-focus-relative.ch-f input[type=text].vagaro-input,.input-focus-relative.th-f input[type=text].vagaro-input,.input-focus-relative.tr-f input[type=text].vagaro-input,.input-focus-relative.ve-f input[type=text].vagaro-input,.input-focus-relative.vn-f input[type=text].vagaro-input,.input-focus-relative.af-f input[type=text].vagaro-input,.input-focus-relative.cuc-f input[type=text].vagaro-input,.input-focus-relative.gbsct-f input[type=text].vagaro-input,.input-focus-relative.gbwls-f input[type=text].vagaro-input,.input-focus-relative.iri-f input[type=text].vagaro-input{padding-left:40px!important}.input-focus-relative.ai-f input[type=text],.input-focus-relative.ag-f input[type=text],.input-focus-relative.bs-f input[type=text],.input-focus-relative.bb-f input[type=text],.input-focus-relative.bm-f input[type=text],.input-focus-relative.bm-f input[type=text],.input-focus-relative.vg-f input[type=text],.input-focus-relative.bq-f input[type=text],.input-focus-relative.ky-f input[type=text],.input-focus-relative.dm-f input[type=text],.input-focus-relative.do-f input[type=text],.input-focus-relative.gd-f input[type=text],.input-focus-relative.gu-f input[type=text],.input-focus-relative.jm-f input[type=text],.input-focus-relative.ms-f input[type=text],.input-focus-relative.nf-f input[type=text],.input-focus-relative.mp-f input[type=text],.input-focus-relative.pr-f input[type=text],.input-focus-relative.sj-f input[type=text],.input-focus-relative.kn-f input[type=text],.input-focus-relative.lc-f input[type=text],.input-focus-relative.ta-f input[type=text],.input-focus-relative.tc-f input[type=text],.input-focus-relative.tt-f input[type=text],.input-focus-relative.vi-f input[type=text],.input-focus-relative.bqb-f input[type=text],.input-focus-relative.bqsa-f input[type=text],.input-focus-relative.bqse-f input[type=text],.input-focus-relative.gbn-f input[type=text],.input-focus-relative.ai-f input[type=text].vagaro-input,.input-focus-relative.ag-f input[type=text].vagaro-input,.input-focus-relative.bs-f input[type=text].vagaro-input,.input-focus-relative.bb-f input[type=text].vagaro-input,.input-focus-relative.bm-f input[type=text].vagaro-input,.input-focus-relative.bm-f input[type=text].vagaro-input,.input-focus-relative.vg-f input[type=text].vagaro-input,.input-focus-relative.bq-f input[type=text].vagaro-input,.input-focus-relative.ky-f input[type=text].vagaro-input,.input-focus-relative.dm-f input[type=text].vagaro-input,.input-focus-relative.do-f input[type=text].vagaro-input,.input-focus-relative.gd-f input[type=text].vagaro-input,.input-focus-relative.gu-f input[type=text].vagaro-input,.input-focus-relative.jm-f input[type=text].vagaro-input,.input-focus-relative.ms-f input[type=text].vagaro-input,.input-focus-relative.nf-f input[type=text].vagaro-input,.input-focus-relative.mp-f input[type=text].vagaro-input,.input-focus-relative.pr-f input[type=text].vagaro-input,.input-focus-relative.sj-f input[type=text].vagaro-input,.input-focus-relative.kn-f input[type=text].vagaro-input,.input-focus-relative.lc-f input[type=text].vagaro-input,.input-focus-relative.ta-f input[type=text].vagaro-input,.input-focus-relative.tc-f input[type=text].vagaro-input,.input-focus-relative.tt-f input[type=text].vagaro-input,.input-focus-relative.vi-f input[type=text].vagaro-input,.input-focus-relative.bqb-f input[type=text].vagaro-input,.input-focus-relative.bqsa-f input[type=text].vagaro-input,.input-focus-relative.bqse-f input[type=text].vagaro-input,.input-focus-relative.gbn-f input[type=text].vagaro-input,.input-focus-relative.nl-f input[type=text].vagaro-input{padding-left:57px!important}.input-focus-relative.cw-f input[type=text],.input-focus-relative.cw-f input[type=text].vagaro-input{padding-left:67px!important}.input-focus-relative.im-f input[type=text],.input-focus-relative.im-f input[type=text].vagaro-input,.input-focus-relative.je-f input[type=text],.input-focus-relative.je-f input[type=text].vagaro-input,.input-focus-relative.gg-f input[type=text],.input-focus-relative.gg-f input[type=text].vagaro-input{padding-left:74px!important}.input-focus-relative.cx-f input[type=text],.input-focus-relative.cx-f input[type=text].vagaro-input,.input-focus-relative.cc-f input[type=text],.input-focus-relative.cc-f input[type=text].vagaro-input{padding-left:80px!important}.input-focus-relative input[type=tel],.input-focus-relative input[type=tel].vagaro-input,.input-focus-relative input[type=tel].vagaro-input.cntry-us{padding-left:50px!important}.input-focus-relative.us-f input[type=tel],.input-focus-relative.us-f input[type=tel].vagaro-input,.input-focus-relative.canada-f input[type=tel],.input-focus-relative.canada-f input[type=tel].vagaro-input,.input-focus-relative.bv-f input[type=tel],.input-focus-relative.bv-f input[type=tel].vagaro-input,.input-focus-relative.hm-f input[type=tel],.input-focus-relative.hm-f input[type=tel].vagaro-input,.input-focus-relative.ru-f input[type=tel],.input-focus-relative.ru-f input[type=tel].vagaro-input,.input-focus-relative.um-f input[type=tel],.input-focus-relative.um-f input[type=tel].vagaro-input,.input-focus-relative.umu-f input[type=tel],.input-focus-relative.umu-f input[type=tel].vagaro-input{padding-left:30px!important}.input-focus-relative.uk-f input[type=tel],.input-focus-relative.aus-f input[type=tel],.input-focus-relative.ar-f input[type=tel],.input-focus-relative.be-f input[type=tel],.input-focus-relative.be-f input[type=tel],.input-focus-relative.at-f input[type=tel],.input-focus-relative.in-f input[type=tel],.input-focus-relative.br-f input[type=tel],.input-focus-relative.cl-f input[type=tel],.input-focus-relative.co-f input[type=tel],.input-focus-relative.dk-f input[type=tel],.input-focus-relative.eg-f input[type=tel],.input-focus-relative.fr-f input[type=tel],.input-focus-relative.de-f input[type=tel],.input-focus-relative.gr-f input[type=tel],.input-focus-relative.hu-f input[type=tel],.input-focus-relative.id-f input[type=tel],.input-focus-relative.id-f input[type=tel],.input-focus-relative.it-f input[type=tel],.input-focus-relative.jp-f input[type=tel],.input-focus-relative.mm-f input[type=tel],.input-focus-relative.my-f input[type=tel],.input-focus-relative.mx-f input[type=tel],.input-focus-relative.no-f input[type=tel],.input-focus-relative.nz-f input[type=tel],.input-focus-relative.pe-f input[type=tel],.input-focus-relative.ph-f input[type=tel],.input-focus-relative.pk-f input[type=tel],.input-focus-relative.pl-f input[type=tel],.input-focus-relative.pn-f input[type=tel],.input-focus-relative.ro-f input[type=tel],.input-focus-relative.se-f input[type=tel],.input-focus-relative.sg-f input[type=tel],.input-focus-relative.lk-f input[type=tel],.input-focus-relative.es-f input[type=tel],.input-focus-relative.za-f input[type=tel],.input-focus-relative.kr-f input[type=tel],.input-focus-relative.ch-f input[type=tel],.input-focus-relative.th-f input[type=tel],.input-focus-relative.tr-f input[type=tel],.input-focus-relative.ve-f input[type=tel],.input-focus-relative.vn-f input[type=tel],.input-focus-relative.af-f input[type=tel],.input-focus-relative.cuc-f input[type=tel],.input-focus-relative.gbsct-f input[type=tel],.input-focus-relative.gbwls-f input[type=tel],.input-focus-relative.iri-f input[type=tel],.input-focus-relative.uk-f input[type=tel].vagaro-input,.input-focus-relative.aus-f input[type=tel].vagaro-input,.input-focus-relative.ar-f input[type=tel].vagaro-input,.input-focus-relative.be-f input[type=tel].vagaro-input,.input-focus-relative.be-f input[type=tel].vagaro-input,.input-focus-relative.at-f input[type=tel].vagaro-input,.input-focus-relative.in-f input[type=tel].vagaro-input,.input-focus-relative.br-f input[type=tel].vagaro-input,.input-focus-relative.cl-f input[type=tel].vagaro-input,.input-focus-relative.co-f input[type=tel].vagaro-input,.input-focus-relative.dk-f input[type=tel].vagaro-input,.input-focus-relative.eg-f input[type=tel].vagaro-input,.input-focus-relative.fr-f input[type=tel].vagaro-input,.input-focus-relative.de-f input[type=tel].vagaro-input,.input-focus-relative.gr-f input[type=tel].vagaro-input,.input-focus-relative.hu-f input[type=tel].vagaro-input,.input-focus-relative.id-f input[type=tel].vagaro-input,.input-focus-relative.id-f input[type=tel].vagaro-input,.input-focus-relative.it-f input[type=tel].vagaro-input,.input-focus-relative.jp-f input[type=tel].vagaro-input,.input-focus-relative.mm-f input[type=tel].vagaro-input,.input-focus-relative.my-f input[type=tel].vagaro-input,.input-focus-relative.mx-f input[type=tel].vagaro-input,.input-focus-relative.no-f input[type=tel].vagaro-input,.input-focus-relative.nz-f input[type=tel].vagaro-input,.input-focus-relative.pe-f input[type=tel].vagaro-input,.input-focus-relative.ph-f input[type=tel].vagaro-input,.input-focus-relative.pk-f input[type=tel].vagaro-input,.input-focus-relative.pl-f input[type=tel].vagaro-input,.input-focus-relative.pn-f input[type=tel].vagaro-input,.input-focus-relative.ro-f input[type=tel].vagaro-input,.input-focus-relative.se-f input[type=tel].vagaro-input,.input-focus-relative.sg-f input[type=tel].vagaro-input,.input-focus-relative.lk-f input[type=tel].vagaro-input,.input-focus-relative.es-f input[type=tel].vagaro-input,.input-focus-relative.za-f input[type=tel].vagaro-input,.input-focus-relative.kr-f input[type=tel].vagaro-input,.input-focus-relative.ch-f input[type=tel].vagaro-input,.input-focus-relative.th-f input[type=tel].vagaro-input,.input-focus-relative.tr-f input[type=tel].vagaro-input,.input-focus-relative.ve-f input[type=tel].vagaro-input,.input-focus-relative.vn-f input[type=tel].vagaro-input,.input-focus-relative.af-f input[type=tel].vagaro-input,.input-focus-relative.cuc-f input[type=tel].vagaro-input,.input-focus-relative.gbsct-f input[type=tel].vagaro-input,.input-focus-relative.gbwls-f input[type=tel].vagaro-input,.input-focus-relative.iri-f input[type=tel].vagaro-input{padding-left:40px!important}.input-focus-relative.ai-f input[type=tel],.input-focus-relative.ag-f input[type=tel],.input-focus-relative.bs-f input[type=tel],.input-focus-relative.bb-f input[type=tel],.input-focus-relative.bm-f input[type=tel],.input-focus-relative.bm-f input[type=tel],.input-focus-relative.vg-f input[type=tel],.input-focus-relative.bq-f input[type=tel],.input-focus-relative.ky-f input[type=tel],.input-focus-relative.dm-f input[type=tel],.input-focus-relative.do-f input[type=tel],.input-focus-relative.gd-f input[type=tel],.input-focus-relative.gu-f input[type=tel],.input-focus-relative.jm-f input[type=tel],.input-focus-relative.ms-f input[type=tel],.input-focus-relative.nf-f input[type=tel],.input-focus-relative.mp-f input[type=tel],.input-focus-relative.pr-f input[type=tel],.input-focus-relative.sj-f input[type=tel],.input-focus-relative.kn-f input[type=tel],.input-focus-relative.lc-f input[type=tel],.input-focus-relative.ta-f input[type=tel],.input-focus-relative.tc-f input[type=tel],.input-focus-relative.tt-f input[type=tel],.input-focus-relative.vi-f input[type=tel],.input-focus-relative.bqb-f input[type=tel],.input-focus-relative.bqsa-f input[type=tel],.input-focus-relative.bqse-f input[type=tel],.input-focus-relative.gbn-f input[type=tel],.input-focus-relative.ai-f input[type=tel].vagaro-input,.input-focus-relative.ag-f input[type=tel].vagaro-input,.input-focus-relative.bs-f input[type=tel].vagaro-input,.input-focus-relative.bb-f input[type=tel].vagaro-input,.input-focus-relative.bm-f input[type=tel].vagaro-input,.input-focus-relative.bm-f input[type=tel].vagaro-input,.input-focus-relative.vg-f input[type=tel].vagaro-input,.input-focus-relative.bq-f input[type=tel].vagaro-input,.input-focus-relative.ky-f input[type=tel].vagaro-input,.input-focus-relative.dm-f input[type=tel].vagaro-input,.input-focus-relative.do-f input[type=tel].vagaro-input,.input-focus-relative.gd-f input[type=tel].vagaro-input,.input-focus-relative.gu-f input[type=tel].vagaro-input,.input-focus-relative.jm-f input[type=tel].vagaro-input,.input-focus-relative.ms-f input[type=tel].vagaro-input,.input-focus-relative.nf-f input[type=tel].vagaro-input,.input-focus-relative.mp-f input[type=tel].vagaro-input,.input-focus-relative.pr-f input[type=tel].vagaro-input,.input-focus-relative.sj-f input[type=tel].vagaro-input,.input-focus-relative.kn-f input[type=tel].vagaro-input,.input-focus-relative.lc-f input[type=tel].vagaro-input,.input-focus-relative.ta-f input[type=tel].vagaro-input,.input-focus-relative.tc-f input[type=tel].vagaro-input,.input-focus-relative.tt-f input[type=tel].vagaro-input,.input-focus-relative.vi-f input[type=tel].vagaro-input,.input-focus-relative.bqb-f input[type=tel].vagaro-input,.input-focus-relative.bqsa-f input[type=tel].vagaro-input,.input-focus-relative.bqse-f input[type=tel].vagaro-input,.input-focus-relative.gbn-f input[type=tel].vagaro-input,.input-focus-relative.nl-f input[type=tel].vagaro-input{padding-left:57px!important}.input-focus-relative.cw-f input[type=tel],.input-focus-relative.cw-f input[type=tel].vagaro-input{padding-left:67px!important}.input-focus-relative.im-f input[type=tel],.input-focus-relative.im-f input[type=tel].vagaro-input,.input-focus-relative.je-f input[type=tel],.input-focus-relative.je-f input[type=tel].vagaro-input,.input-focus-relative.gg-f input[type=tel],.input-focus-relative.gg-f input[type=tel].vagaro-input{padding-left:74px!important}.input-focus-relative.cx-f input[type=tel],.input-focus-relative.cx-f input[type=tel].vagaro-input,.input-focus-relative.cc-f input[type=tel],.input-focus-relative.cc-f input[type=tel].vagaro-input{padding-left:80px!important}.allflag-show .selectedcountry:before{display:none!important}.allflag-show .form-control{background:0 0!important;border:0!important;padding:0!important}.allflag-show .select2-container.form-control{z-index:99;height:39px;display:block}.allflag-show .select2-container.form-control.select2-container-active{z-index:999;border-radius:2px 0 0 2px;width:67px;height:calc(100% + 2px);position:absolute;top:-1px;border:1px solid #2a90d6!important}.country-code{color:#333;text-align:center;z-index:9;align-items:center;width:auto;min-width:30px;height:100%;font-size:16px;font-weight:400;line-height:40px;display:flex;position:absolute;left:75px}.input-spacing-field{padding-left:30px}.all-country-flag.select2-drop.select2-drop-active{z-index:100000123!important}.all-country-flag .select2-no-results{padding:8px!important}.select2-container-disabled.ctrlDisable .select2-choices{border:0!important}.allflag-show .select2-container-disabled,.allflag-show .select2-container-disabled .select2-choice{background-color:#0000!important;border:0!important}.allflag-show .select2-container-disabled .select2-arrow{background-color:#0000!important}.allflag-show .selectedcountry.select2-container-disabled{background-color:#f4f4f4!important}.all-country-flag li.select2-result-with-children>.select2-result-label{line-height:18px;padding:9px 8px!important}@media screen and (max-width:450px){.all-country-flag .atoz{z-index:9;width:20px;position:absolute;top:200px;right:8px;display:block!important}.all-country-flag .atoz ul{margin:0;padding:0;list-style:none}.all-country-flag .atoz ul li{border:0;margin:0;padding:0}.all-country-flag .atoz ul li a{color:#eb6663;text-align:center;padding:0 0 1px;font-weight:600;display:block;font-size:12px!important;line-height:16px!important;text-decoration:none!important}.all-country-flag.select2-drop,.all-country-flag.all-country-flag-react{box-shadow:none!important;border-radius:0!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.all-country-flag.select2-with-searchbox.select2-drop{width:100%!important}.all-country-flag .select2-results{max-height:calc(100% - 115px)!important}.all-country-flag .select2-search{margin-top:40px;padding:16px 12px!important}.all-country-flag .select2-search:before{content:"Select a Country";color:#333;font-size:18px;font-weight:500;position:absolute;top:-22px;left:16px}.all-country-flag .select2-search input{background:#e7e7e7;border:1px solid #e7e7e7!important;border-radius:10px!important;padding-left:34px!important}.all-country-flag .select2-search input:focus{border:1px solid #e7e7e7!important}.all-country-flag .select2-search:after{color:#9a9a9a;top:27px;left:21px;font-size:18px!important}.all-country-flag ul li{background-position:16px 13px;border-bottom:1px solid #e7e7e7;font-size:16px!important;font-weight:400!important}.all-country-flag ul li:hover,.all-country-flag .select2-result-sub li.select2-highlighted{background-position:16px 13px}.all-country-flag ul.select2-result-sub>li .select2-result-label{margin:0;padding:13px 32px 13px 44px!important}.all-country-flag .select2-results li:first-child.select2-result-with-children{padding:0}.all-country-flag li.select2-result-with-children>.select2-result-label{text-transform:uppercase;background:#f8f8f8;border-bottom:1px solid #e7e7e7;line-height:20px;color:#777!important;padding:12px 16px 11px!important;font-size:12px!important}.all-country-flag .select2-results li.select2-result-with-children li.select2-highlighted:first-child{background-color:#e7e7e7}}.all-country-flag .select2-result-sub li.us-f,.allflag-show .selectedcountry.us-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-states-flag.svg)}.all-country-flag .select2-result-sub li.uk-f,.allflag-show .selectedcountry.uk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-kingdom-flag.svg)}.all-country-flag .select2-result-sub li.canada-f,.allflag-show .selectedcountry.canada-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/canada-flag.svg)}.all-country-flag .select2-result-sub li.aus-f,.allflag-show .selectedcountry.aus-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/australia-flag.svg)}.all-country-flag .select2-result-sub li.in-f,.allflag-show .selectedcountry.in-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/india-flag.svg)}.all-country-flag .select2-result-sub li.af-f,.allflag-show .selectedcountry.af-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/afghanistan-flag.svg)}.all-country-flag .select2-result-sub li.al-f,.allflag-show .selectedcountry.al-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/albania-flag.svg)}.all-country-flag .select2-result-sub li.ax-f,.allflag-show .selectedcountry.ax-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/aland-islands-flag.svg)}.all-country-flag .select2-result-sub li.dz-f,.allflag-show .selectedcountry.dz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/algeria-flag.svg)}.all-country-flag .select2-result-sub li.as-f,.allflag-show .selectedcountry.as-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/american-samoa-flag.svg)}.all-country-flag .select2-result-sub li.ad-f,.allflag-show .selectedcountry.ad-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/andorra-flag.svg)}.all-country-flag .select2-result-sub li.ao-f,.allflag-show .selectedcountry.ao-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/angola-flag.svg)}.all-country-flag .select2-result-sub li.ai-f,.allflag-show .selectedcountry.ai-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/anguilla-flag.svg)}.all-country-flag .select2-result-sub li.aq-f,.allflag-show .selectedcountry.aq-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/antarctica-flag.svg)}.all-country-flag .select2-result-sub li.ag-f,.allflag-show .selectedcountry.ag-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/antigua-barbuda-flag.svg)}.all-country-flag .select2-result-sub li.ar-f,.allflag-show .selectedcountry.ar-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/argentina-flag.svg)}.all-country-flag .select2-result-sub li.am-f,.allflag-show .selectedcountry.am-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/armenia-flag.svg)}.all-country-flag .select2-result-sub li.aw-f,.allflag-show .selectedcountry.aw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/aruba-flag.svg)}.all-country-flag .select2-result-sub li.ac-f,.allflag-show .selectedcountry.ac-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ascension-island-flag.svg)}.all-country-flag .select2-result-sub li.at-f,.allflag-show .selectedcountry.at-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/austria-flag.svg)}.all-country-flag .select2-result-sub li.az-f,.allflag-show .selectedcountry.az-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/azerbaijan-flag.svg)}.all-country-flag .select2-result-sub li.bs-f,.allflag-show .selectedcountry.bs-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bahamas-flag.svg)}.all-country-flag .select2-result-sub li.bh-f,.allflag-show .selectedcountry.bh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bahrain-flag.svg)}.all-country-flag .select2-result-sub li.bd-f,.allflag-show .selectedcountry.bd-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bangladesh-flag.svg)}.all-country-flag .select2-result-sub li.bb-f,.allflag-show .selectedcountry.bb-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/barbados-flag.svg)}.all-country-flag .select2-result-sub li.by-f,.allflag-show .selectedcountry.by-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/belarus-flag.svg)}.all-country-flag .select2-result-sub li.be-f,.allflag-show .selectedcountry.be-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/belgium-flag.svg)}.all-country-flag .select2-result-sub li.bz-f,.allflag-show .selectedcountry.bz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/belize-flag.svg)}.all-country-flag .select2-result-sub li.bj-f,.allflag-show .selectedcountry.bj-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/benin-flag.svg)}.all-country-flag .select2-result-sub li.bm-f,.allflag-show .selectedcountry.bm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bermuda-flag.svg)}.all-country-flag .select2-result-sub li.bt-f,.allflag-show .selectedcountry.bt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bhutan-flag.svg)}.all-country-flag .select2-result-sub li.bo-f,.allflag-show .selectedcountry.bo-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bolivia-flag.svg)}.all-country-flag .select2-result-sub li.ba-f,.allflag-show .selectedcountry.ba-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bosnia-herzegovina-new-flag.svg)}.all-country-flag .select2-result-sub li.bw-f,.allflag-show .selectedcountry.bw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/botswana-flag.svg)}.all-country-flag .select2-result-sub li.bv-f,.allflag-show .selectedcountry.bv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bouvet-Island-flag.svg)}.all-country-flag .select2-result-sub li.br-f,.allflag-show .selectedcountry.br-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/brazil-flag.svg)}.all-country-flag .select2-result-sub li.io-f,.allflag-show .selectedcountry.io-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/british-indian-ocean-territory-flag.svg)}.all-country-flag .select2-result-sub li.bn-f,.allflag-show .selectedcountry.bn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/brunei-darussalam-flag.svg)}.all-country-flag .select2-result-sub li.bg-f,.allflag-show .selectedcountry.bg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bulgaria-flag.svg)}.all-country-flag .select2-result-sub li.bf-f,.allflag-show .selectedcountry.bf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/burkina-faso-flag.svg)}.all-country-flag .select2-result-sub li.bi-f,.allflag-show .selectedcountry.bi-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/burundi-flag.svg)}.all-country-flag .select2-result-sub li.kh-f,.allflag-show .selectedcountry.kh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cambodia-flag.svg)}.all-country-flag .select2-result-sub li.cm-f,.allflag-show .selectedcountry.cm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cameroon-flag.svg)}.all-country-flag .select2-result-sub li.cv-f,.allflag-show .selectedcountry.cv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cabo-verde-flag.svg)}.all-country-flag .select2-result-sub li.ky-f,.allflag-show .selectedcountry.ky-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cayman-islands-flag.svg)}.all-country-flag .select2-result-sub li.cf-f,.allflag-show .selectedcountry.cf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/central-african-republic-flag.svg)}.all-country-flag .select2-result-sub li.td-f,.allflag-show .selectedcountry.td-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/chad-flag.svg)}.all-country-flag .select2-result-sub li.cl-f,.allflag-show .selectedcountry.cl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/chile-flag.svg)}.all-country-flag .select2-result-sub li.cx-f,.allflag-show .selectedcountry.cx-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/christmas-island-flag.svg)}.all-country-flag .select2-result-sub li.cc-f,.allflag-show .selectedcountry.cc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cocos-keeling-islands-flag.svg)}.all-country-flag .select2-result-sub li.co-f,.allflag-show .selectedcountry.co-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/colombia-flag.svg)}.all-country-flag .select2-result-sub li.km-f,.allflag-show .selectedcountry.km-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/comoros-flag.svg)}.all-country-flag .select2-result-sub li.ck-f,.allflag-show .selectedcountry.ck-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cook-islands-flag.svg)}.all-country-flag .select2-result-sub li.cr-f,.allflag-show .selectedcountry.cr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/costa-rica-flag.svg)}.all-country-flag .select2-result-sub li.ci-f,.allflag-show .selectedcountry.ci-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/côte-dIvoire-Ivory-coast-flag.svg)}.all-country-flag .select2-result-sub li.hr-f,.allflag-show .selectedcountry.hr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/croatia-hrvatska-flag.svg)}.all-country-flag .select2-result-sub li.cw-f,.allflag-show .selectedcountry.cw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/curaçao-flag.svg)}.all-country-flag .select2-result-sub li.cy-f,.allflag-show .selectedcountry.cy-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cyprus-flag.svg)}.all-country-flag .select2-result-sub li.cz-f,.allflag-show .selectedcountry.cz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/czech-republic-flag.svg)}.all-country-flag .select2-result-sub li.dk-f,.allflag-show .selectedcountry.dk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/denmark-flag.svg)}.all-country-flag .select2-result-sub li.dj-f,.allflag-show .selectedcountry.dj-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/djibouti-falg.svg)}.all-country-flag .select2-result-sub li.dm-f,.allflag-show .selectedcountry.dm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/dominica-falg.svg)}.all-country-flag .select2-result-sub li.do-f,.allflag-show .selectedcountry.do-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/dominican-republic-flag.svg)}.all-country-flag .select2-result-sub li.ec-f,.allflag-show .selectedcountry.ec-f,.all-country-flag .select2-result-sub li.eg-f,.allflag-show .selectedcountry.eg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ecuador-flag.svg)}.all-country-flag .select2-result-sub li.sv-f,.allflag-show .selectedcountry.sv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ei-salvador-flag.svg)}.all-country-flag .select2-result-sub li.gq-f,.allflag-show .selectedcountry.gq-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/equatorial-guinea-flag.svg)}.all-country-flag .select2-result-sub li.er-f,.allflag-show .selectedcountry.er-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/eritrea-new-flag.svg)}.all-country-flag .select2-result-sub li.ee-f,.allflag-show .selectedcountry.ee-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/estonia-flag.svg)}.all-country-flag .select2-result-sub li.et-f,.allflag-show .selectedcountry.et-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ethiopia-flag.svg)}.all-country-flag .select2-result-sub li.fk-f,.allflag-show .selectedcountry.fk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/falkland-islands-flag.svg)}.all-country-flag .select2-result-sub li.fo-f,.allflag-show .selectedcountry.fo-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/faroe-islands-flag.svg)}.all-country-flag .select2-result-sub li.fj-f,.allflag-show .selectedcountry.fj-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/fiji-flag.svg)}.all-country-flag .select2-result-sub li.fi-f,.allflag-show .selectedcountry.fi-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/finland-flag.svg)}.all-country-flag .select2-result-sub li.fr-f,.allflag-show .selectedcountry.fr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/france-flag.svg)}.all-country-flag .select2-result-sub li.gf-f,.allflag-show .selectedcountry.gf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/french-guiana-flag.svg)}.all-country-flag .select2-result-sub li.pf-f,.allflag-show .selectedcountry.pf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/french-polynesia-flag.svg)}.all-country-flag .select2-result-sub li.tf-f,.allflag-show .selectedcountry.tf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/french-southern-antarctic-lands-flag.svg)}.all-country-flag .select2-result-sub li.gm-f,.allflag-show .selectedcountry.gm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/gambia-flag.svg)}.all-country-flag .select2-result-sub li.ge-f,.allflag-show .selectedcountry.ge-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/georgia-flag.svg)}.all-country-flag .select2-result-sub li.de-f,.allflag-show .selectedcountry.de-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/germany-flag.svg)}.all-country-flag .select2-result-sub li.gh-f,.allflag-show .selectedcountry.gh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ghana-flag.svg)}.all-country-flag .select2-result-sub li.gr-f,.allflag-show .selectedcountry.gr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/greece-flag.svg)}.all-country-flag .select2-result-sub li.gd-f,.allflag-show .selectedcountry.gd-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/grenada-flag.svg)}.all-country-flag .select2-result-sub li.gi-f,.allflag-show .selectedcountry.gi-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/gibraltar-flag.svg)}.all-country-flag .select2-result-sub li.gl-f,.allflag-show .selectedcountry.gl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/greenland-flag.svg)}.all-country-flag .select2-result-sub li.gn-f,.allflag-show .selectedcountry.gn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guinea-flag.svg)}.all-country-flag .select2-result-sub li.gp-f,.allflag-show .selectedcountry.gp-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guadeloupe-flag.svg)}.all-country-flag .select2-result-sub li.gt-f,.allflag-show .selectedcountry.gt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guatemala-flag.svg)}.all-country-flag .select2-result-sub li.gu-f,.allflag-show .selectedcountry.gu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guam-flag.svg)}.all-country-flag .select2-result-sub li.gw-f,.allflag-show .selectedcountry.gw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guinea-bissau-flag.svg)}.all-country-flag .select2-result-sub li.gy-f,.allflag-show .selectedcountry.gy-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guyana-flag.svg)}.all-country-flag .select2-result-sub li.ht-f,.allflag-show .selectedcountry.ht-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/haiti-flag.svg)}.all-country-flag .select2-result-sub li.hk-f,.allflag-show .selectedcountry.hk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/hong-kong-flag.svg)}.all-country-flag .select2-result-sub li.hm-f,.allflag-show .selectedcountry.hm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/heard-mc-donald-islands-new-flag.svg)}.all-country-flag .select2-result-sub li.hn-f,.allflag-show .selectedcountry.hn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/honduras-flag.svg)}.all-country-flag .select2-result-sub li.hu-f,.allflag-show .selectedcountry.hu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/hungary-flag.svg)}.all-country-flag .select2-result-sub li.id-f,.allflag-show .selectedcountry.id-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/indonesia-flag.svg)}.all-country-flag .select2-result-sub li.ie-f,.allflag-show .selectedcountry.ie-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ireland-flag.svg)}.all-country-flag .select2-result-sub li.il-f,.allflag-show .selectedcountry.il-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/isreal-flag.svg)}.all-country-flag .select2-result-sub li.im-f,.allflag-show .selectedcountry.im-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/isle-of-man-flag.svg)}.all-country-flag .select2-result-sub li.iq-f,.allflag-show .selectedcountry.iq-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/iraq-flag.svg)}.all-country-flag .select2-result-sub li.is-f,.allflag-show .selectedcountry.is-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/iceland-flag.svg)}.all-country-flag .select2-result-sub li.it-f,.allflag-show .selectedcountry.it-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/italy-flag.svg)}.all-country-flag .select2-result-sub li.je-f,.allflag-show .selectedcountry.je-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/jersey-flag.svg)}.all-country-flag .select2-result-sub li.jm-f,.allflag-show .selectedcountry.jm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/jamaica-flag.svg)}.all-country-flag .select2-result-sub li.jo-f,.allflag-show .selectedcountry.jo-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/jordan-flag.svg)}.all-country-flag .select2-result-sub li.jp-f,.allflag-show .selectedcountry.jp-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/japan-flag.svg)}.all-country-flag .select2-result-sub li.ke-f,.allflag-show .selectedcountry.ke-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kenia-flag.svg)}.all-country-flag .select2-result-sub li.kg-f,.allflag-show .selectedcountry.kg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kyrgyzstan-flag.svg)}.all-country-flag .select2-result-sub li.ki-f,.allflag-show .selectedcountry.ki-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kiribati-flag.svg)}.all-country-flag .select2-result-sub li.kw-f,.allflag-show .selectedcountry.kw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kuwait-flag.svg)}.all-country-flag .select2-result-sub li.kz-f,.allflag-show .selectedcountry.kz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kazakhstan-flag.svg)}.all-country-flag .select2-result-sub li.xk-f,.allflag-show .selectedcountry.xk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/kosovo-flag.svg)}.all-country-flag .select2-result-sub li.la-f,.allflag-show .selectedcountry.la-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/laos-flag.svg)}.all-country-flag .select2-result-sub li.lb-f,.allflag-show .selectedcountry.lb-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/lebanon-flag.svg)}.all-country-flag .select2-result-sub li.li-f,.allflag-show .selectedcountry.li-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/liechtenstein-flag.svg)}.all-country-flag .select2-result-sub li.lr-f,.allflag-show .selectedcountry.lr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/liberia-flag.svg)}.all-country-flag .select2-result-sub li.ls-f,.allflag-show .selectedcountry.ls-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/lesotho-flag.svg)}.all-country-flag .select2-result-sub li.lt-f,.allflag-show .selectedcountry.lt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/lithuania-flag.svg)}.all-country-flag .select2-result-sub li.lu-f,.allflag-show .selectedcountry.lu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/luxembourg-flag.svg)}.all-country-flag .select2-result-sub li.lv-f,.allflag-show .selectedcountry.lv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/latvia-flag.svg)}.all-country-flag .select2-result-sub li.ly-f,.allflag-show .selectedcountry.ly-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/libya-flag.svg)}.all-country-flag .select2-result-sub li.ma-f,.allflag-show .selectedcountry.ma-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/macao-flag.svg)}.all-country-flag .select2-result-sub li.mc-f,.allflag-show .selectedcountry.mc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/monaco-flag.svg)}.all-country-flag .select2-result-sub li.md-f,.allflag-show .selectedcountry.md-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/moldova-flag.svg)}.all-country-flag .select2-result-sub li.me-f,.allflag-show .selectedcountry.me-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/montenegro-flag.svg)}.all-country-flag .select2-result-sub li.mg-f,.allflag-show .selectedcountry.mg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/madagascar-flag.svg)}.all-country-flag .select2-result-sub li.mh-f,.allflag-show .selectedcountry.mh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/marshall-islands-flag.svg)}.all-country-flag .select2-result-sub li.ml-f,.allflag-show .selectedcountry.ml-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mali-flag.svg)}.all-country-flag .select2-result-sub li.yt-f,.allflag-show .selectedcountry.yt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mayotte-flag.svg)}.all-country-flag .select2-result-sub li.mm-f,.allflag-show .selectedcountry.mm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/myanmar-flag.svg)}.all-country-flag .select2-result-sub li.mn-f,.allflag-show .selectedcountry.mn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mongolia-flag.svg)}.all-country-flag .select2-result-sub li.my-f,.allflag-show .selectedcountry.my-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/malaysia-flag.svg)}.all-country-flag .select2-result-sub li.mq-f,.allflag-show .selectedcountry.mq-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/Martinique-flag.svg)}.all-country-flag .select2-result-sub li.mr-f,.allflag-show .selectedcountry.mr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mauritania-flag.svg)}.all-country-flag .select2-result-sub li.ms-f,.allflag-show .selectedcountry.ms-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/montserrat-flag.svg)}.all-country-flag .select2-result-sub li.mt-f,.allflag-show .selectedcountry.mt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/malta-flag.svg)}.all-country-flag .select2-result-sub li.mu-f,.allflag-show .selectedcountry.mu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mauritius-flag.svg)}.all-country-flag .select2-result-sub li.mv-f,.allflag-show .selectedcountry.mv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/maldives-flag.svg)}.all-country-flag .select2-result-sub li.mw-f,.allflag-show .selectedcountry.mw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/malawi-flag.svg)}.all-country-flag .select2-result-sub li.mx-f,.allflag-show .selectedcountry.mx-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mexico-flag.svg)}.all-country-flag .select2-result-sub li.mz-f,.allflag-show .selectedcountry.mz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/mozambique-flag.svg)}.all-country-flag .select2-result-sub li.na-f,.allflag-show .selectedcountry.na-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/namibia-flag.svg)}.all-country-flag .select2-result-sub li.ne-f,.allflag-show .selectedcountry.ne-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/niger-flag.svg)}.all-country-flag .select2-result-sub li.nf-f,.allflag-show .selectedcountry.nf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/norfolk-island-flag.svg)}.all-country-flag .select2-result-sub li.mp-f,.allflag-show .selectedcountry.mp-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/northern-mariana-islands-flag.svg)}.all-country-flag .select2-result-sub li.ng-f,.allflag-show .selectedcountry.ng-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/nigeria-flag.svg)}.all-country-flag .select2-result-sub li.ni-f,.allflag-show .selectedcountry.ni-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/nicaragua-flag.svg)}.all-country-flag .select2-result-sub li.nl-f,.allflag-show .selectedcountry.nl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/netherlands-flag.svg)}.all-country-flag .select2-result-sub li.no-f,.allflag-show .selectedcountry.no-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/norway-flag.svg)}.all-country-flag .select2-result-sub li.np-f,.allflag-show .selectedcountry.np-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/nepal-flag.svg)}.all-country-flag .select2-result-sub li.nr-f,.allflag-show .selectedcountry.nr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/nauru-flag.svg)}.all-country-flag .select2-result-sub li.nu-f,.allflag-show .selectedcountry.nu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/niue-flag.svg)}.all-country-flag .select2-result-sub li.nz-f,.allflag-show .selectedcountry.nz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/new-zealand-flag.svg)}.all-country-flag .select2-result-sub li.om-f,.allflag-show .selectedcountry.om-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/oman-flag.svg)}.all-country-flag .select2-result-sub li.pa-f,.allflag-show .selectedcountry.pa-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/panama-flag.svg)}.all-country-flag .select2-result-sub li.pe-f,.allflag-show .selectedcountry.pe-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/peru-flag.svg)}.all-country-flag .select2-result-sub li.pg-f,.allflag-show .selectedcountry.pg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/papua-new-guinea.svg)}.all-country-flag .select2-result-sub li.ph-f,.allflag-show .selectedcountry.ph-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/philippines-flag.svg)}.all-country-flag .select2-result-sub li.pk-f,.allflag-show .selectedcountry.pk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/pakistan-flag.svg)}.all-country-flag .select2-result-sub li.pl-f,.allflag-show .selectedcountry.pl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/poland-flag.svg)}.all-country-flag .select2-result-sub li.pn-f,.allflag-show .selectedcountry.pn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/pitcairn-islands-flag.svg)}.all-country-flag .select2-result-sub li.pr-f,.allflag-show .selectedcountry.pr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/puerto-rico-flag.svg)}.all-country-flag .select2-result-sub li.ps-f,.allflag-show .selectedcountry.ps-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/palestine-flag.svg)}.all-country-flag .select2-result-sub li.pt-f,.allflag-show .selectedcountry.pt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/portugal-flag.svg)}.all-country-flag .select2-result-sub li.pw-f,.allflag-show .selectedcountry.pw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/palau-flag.svg)}.all-country-flag .select2-result-sub li.py-f,.allflag-show .selectedcountry.py-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/paraguay-flag.svg)}.all-country-flag .select2-result-sub li.qa-f,.allflag-show .selectedcountry.qa-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/qatar-flag.svg)}.all-country-flag .select2-result-sub li.re-f,.allflag-show .selectedcountry.re-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/reunion-flag.svg)}.all-country-flag .select2-result-sub li.ro-f,.allflag-show .selectedcountry.ro-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/romania-flag.svg)}.all-country-flag .select2-result-sub li.ru-f,.allflag-show .selectedcountry.ru-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/russian-federation-flag.svg)}.all-country-flag .select2-result-sub li.rw-f,.allflag-show .selectedcountry.rw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/rwanda-flag.svg)}.all-country-flag .select2-result-sub li.sm-f,.allflag-show .selectedcountry.sm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/san-marino-flag.svg)}.all-country-flag .select2-result-sub li.ws-f,.allflag-show .selectedcountry.ws-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/samoa-flag.svg)}.all-country-flag .select2-result-sub li.sa-f,.allflag-show .selectedcountry.sa-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saudi-arabia-flag.svg)}.all-country-flag .select2-result-sub li.gs-f,.allflag-show .selectedcountry.gs-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/s-georgia-s-sandwich-islands-flag.svg)}.all-country-flag .select2-result-sub li.sb-f,.allflag-show .selectedcountry.sb-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/solomon-islands-flag.svg)}.all-country-flag .select2-result-sub li.sn-f,.allflag-show .selectedcountry.sn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/senegal-flag.svg)}.all-country-flag .select2-result-sub li.rs-f,.allflag-show .selectedcountry.rs-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/serbia-flag.svg)}.all-country-flag .select2-result-sub li.sc-f,.allflag-show .selectedcountry.sc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/seychelles-flag.svg)}.all-country-flag .select2-result-sub li.se-f,.allflag-show .selectedcountry.se-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sweden-flag.svg)}.all-country-flag .select2-result-sub li.sg-f,.allflag-show .selectedcountry.sg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/singapore-flag.svg)}.all-country-flag .select2-result-sub li.lk-f,.allflag-show .selectedcountry.lk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sri-lanka-flag.svg)}.all-country-flag .select2-result-sub li.si-f,.allflag-show .selectedcountry.si-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/slovenia-flag.svg)}.all-country-flag .select2-result-sub li.sj-f,.allflag-show .selectedcountry.sj-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/svalbard-jan-mayen.svg)}.all-country-flag .select2-result-sub li.sk-f,.allflag-show .selectedcountry.sk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/slovakia-flag.svg)}.all-country-flag .select2-result-sub li.sl-f,.allflag-show .selectedcountry.sl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sierra-leone-flag.svg)}.all-country-flag .select2-result-sub li.es-f,.allflag-show .selectedcountry.es-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/spain-flag.svg)}.all-country-flag .select2-result-sub li.za-f,.allflag-show .selectedcountry.za-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/south-africa-flag.svg)}.all-country-flag .select2-result-sub li.kr-f,.allflag-show .selectedcountry.kr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/korea-south-flag.svg)}.all-country-flag .select2-result-sub li.so-f,.allflag-show .selectedcountry.so-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/somalia-flag.svg)}.all-country-flag .select2-result-sub li.sr-f,.allflag-show .selectedcountry.sr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/suriname-img.svg)}.all-country-flag .select2-result-sub li.ss-f,.allflag-show .selectedcountry.ss-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/south-sudan-flag.svg)}.all-country-flag .select2-result-sub li.st-f,.allflag-show .selectedcountry.st-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sao-tome-principe-img.svg)}.all-country-flag .select2-result-sub li.sx-f,.allflag-show .selectedcountry.sx-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sint-maarten-flag.svg)}.all-country-flag .select2-result-sub li.ch-f,.allflag-show .selectedcountry.ch-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/switzerland-flag.svg)}.all-country-flag .select2-result-sub li.sz-f,.allflag-show .selectedcountry.sz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/swaziland-flag.svg)}.all-country-flag .select2-result-sub li.ta-f,.allflag-show .selectedcountry.ta-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tristan-cunha-flag.svg)}.all-country-flag .select2-result-sub li.tc-f,.allflag-show .selectedcountry.tc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/turks-caicos-islands-flag.svg)}.all-country-flag .select2-result-sub li.tg-f,.allflag-show .selectedcountry.tg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/togo-flag.svg)}.all-country-flag .select2-result-sub li.th-f,.allflag-show .selectedcountry.th-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/thailand-flag.svg)}.all-country-flag .select2-result-sub li.tj-f,.allflag-show .selectedcountry.tj-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tajikistan-flag.svg)}.all-country-flag .select2-result-sub li.tk-f,.allflag-show .selectedcountry.tk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tokelau-flag.svg)}.all-country-flag .select2-result-sub li.tl-f,.allflag-show .selectedcountry.tl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/timor-leste-flag.svg)}.all-country-flag .select2-result-sub li.tm-f,.allflag-show .selectedcountry.tm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/turkmenistan-flag.svg)}.all-country-flag .select2-result-sub li.tn-f,.allflag-show .selectedcountry.tn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tunisia-flag.svg)}.all-country-flag .select2-result-sub li.to-f,.allflag-show .selectedcountry.to-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tonga-flag.svg)}.all-country-flag .select2-result-sub li.tr-f,.allflag-show .selectedcountry.tr-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/turkey-flag.svg)}.all-country-flag .select2-result-sub li.tt-f,.allflag-show .selectedcountry.tt-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/trinidad-tobago-flag.svg)}.all-country-flag .select2-result-sub li.tv-f,.allflag-show .selectedcountry.tv-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tuvalu-flag.svg)}.all-country-flag .select2-result-sub li.tw-f,.allflag-show .selectedcountry.tw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/taiwan-flag.svg)}.all-country-flag .select2-result-sub li.tz-f,.allflag-show .selectedcountry.tz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/tanzania-flag.svg)}.all-country-flag .select2-result-sub li.ua-f,.allflag-show .selectedcountry.ua-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/ukraine-flag.svg)}.all-country-flag .select2-result-sub li.ug-f,.allflag-show .selectedcountry.ug-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/uganda-flag.svg)}.all-country-flag .select2-result-sub li.um-f,.allflag-show .selectedcountry.um-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/us-outlying-islands-flag.svg)}.all-country-flag .select2-result-sub li.vi-f,.allflag-show .selectedcountry.vi-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/virgin-Islands-us-flag.svg)}.all-country-flag .select2-result-sub li.ae-f,.allflag-show .selectedcountry.ae-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-arab-emirates-flag.svg)}.all-country-flag .select2-result-sub li.uy-f,.allflag-show .selectedcountry.uy-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/uruguay-flag.svg)}.all-country-flag .select2-result-sub li.uz-f,.allflag-show .selectedcountry.uz-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/uzbekistan-flag.svg)}.all-country-flag .select2-result-sub li.va-f,.allflag-show .selectedcountry.va-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/vatican-city-state-flag.svg)}.all-country-flag .select2-result-sub li.ve-f,.allflag-show .selectedcountry.ve-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/venezuela-flag.svg)}.all-country-flag .select2-result-sub li.vn-f,.allflag-show .selectedcountry.vn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/vietnam-flag.svg)}.all-country-flag .select2-result-sub li.vu-f,.allflag-show .selectedcountry.vu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/vanuatu-flag.svg)}.all-country-flag .select2-result-sub li.wf-f,.allflag-show .selectedcountry.wf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/wallis-futuna-flag.svg)}.all-country-flag .select2-result-sub li.eh-f,.allflag-show .selectedcountry.eh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/western-sahara-flag.svg)}.all-country-flag .select2-result-sub li.ye-f,.allflag-show .selectedcountry.ye-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/yemen-flag.svg)}.all-country-flag .select2-result-sub li.zm-f,.allflag-show .selectedcountry.zm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/zambia-flag.svg)}.all-country-flag .select2-result-sub li.zw-f,.allflag-show .selectedcountry.zw-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/zimbabwe-flag.svg)}.all-country-flag .select2-result-sub li.vg-f,.allflag-show .selectedcountry.vg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/virgin-islands-british-flag.svg)}.all-country-flag .select2-result-sub li.cd-f,.allflag-show .selectedcountry.cd-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/democratic-republic-congo-flag.svg)}.all-country-flag .select2-result-sub li.cg-f,.allflag-show .selectedcountry.cg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/republic-congo-flag.svg)}.all-country-flag .select2-result-sub li.ga-f,.allflag-show .selectedcountry.ga-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/gabon-flag.svg)}.all-country-flag .select2-result-sub li.gg-f,.allflag-show .selectedcountry.gg-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/guernsey-flag.svg)}.all-country-flag .select2-result-sub li.mk-f,.allflag-show .selectedcountry.mk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/north-macedonia-flag.svg)}.all-country-flag .select2-result-sub li.mo-f,.allflag-show .selectedcountry.mo-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/macao-flag.svg)}.all-country-flag .select2-result-sub li.fm-f,.allflag-show .selectedcountry.fm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/federated-states-micronesia-flag.svg)}.all-country-flag .select2-result-sub li.nc-f,.allflag-show .selectedcountry.nc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/new-caledonia-flag.svg)}.all-country-flag .select2-result-sub li.kn-f,.allflag-show .selectedcountry.kn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-kitts-nevis-flag.svg)}.all-country-flag .select2-result-sub li.lc-f,.allflag-show .selectedcountry.lc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-lucia-flag.svg)}.all-country-flag .select2-result-sub li.sh-f,.allflag-show .selectedcountry.sh-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-helena-flag.svg)}.all-country-flag .select2-result-sub li.mf-f,.allflag-show .selectedcountry.mf-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-martin-flag.svg)}.all-country-flag .select2-result-sub li.bl-f,.allflag-show .selectedcountry.bl-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-barthélemy.svg)}.all-country-flag .select2-result-sub li.pm-f,.allflag-show .selectedcountry.pm-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/pierre-miquelon-flag.svg)}.all-country-flag .select2-result-sub li.vc-f,.allflag-show .selectedcountry.vc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saint-vincent-grenadines-flag.svg)}.all-country-flag .select2-result-sub li.bqb-f,.allflag-show .selectedcountry.bqb-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/bonaire-flag.svg)}.all-country-flag .select2-result-sub li.bqsa-f,.allflag-show .selectedcountry.bqsa-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/saba-flag.svg)}.all-country-flag .select2-result-sub li.bqse-f,.allflag-show .selectedcountry.bqse-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sint-eustatius-flag.svg)}.all-country-flag .select2-result-sub li.cn-f,.allflag-show .selectedcountry.cn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/china-flag.svg)}.all-country-flag .select2-result-sub li.cuc-f,.allflag-show .selectedcountry.cuc-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/cuba-flag.svg)}.all-country-flag .select2-result-sub li.gbn-f,.allflag-show .selectedcountry.gbn-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/northern-ireland-flag.svg)}.all-country-flag .select2-result-sub li.gbsct-f,.allflag-show .selectedcountry.gbsct-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/scotland-flag.svg)}.all-country-flag .select2-result-sub li.gbwls-f,.allflag-show .selectedcountry.gbwls-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/wls-wales-flag.svg)}.all-country-flag .select2-result-sub li.iri-f,.allflag-show .selectedcountry.iri-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/iran-flag.svg)}.all-country-flag .select2-result-sub li.kpk-f,.allflag-show .selectedcountry.kpk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/korea-north-flag.svg)}.all-country-flag .select2-result-sub li.sds-f,.allflag-show .selectedcountry.sds-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/sudan-flag.svg)}.all-country-flag .select2-result-sub li.sys-f,.allflag-show .selectedcountry.sys-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/syria-flag.svg)}.all-country-flag .select2-result-sub li.umu-f,.allflag-show .selectedcountry.umu-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-states-minor-outlying-islands-flag.svg)}.react-addresscontrol .select2-container--default .select2-selection--single,.react-addresscontrol .select2-container--default .select2-selection--multiple{overflow:hidden;background:0 0!important}.select2-dropdown{width:330px;min-width:280px}.react-addresscontrol .select2-container--default .select2-selection--single:after,.react-addresscontrol .select2-container--default .select2-selection--multiple:after{display:none}.react-addresscontrol .addresswithcountry .countrydropdown:after{font-weight:900;display:none;font-family:"Font Awesome 5 Pro"!important}.react-addresscontrol .select-country-mar,.select-country-mar.input-focus-relative{margin-left:51px!important}.react-addresscontrol .w-custom-dropdown.countrydropdown.allflag-show{max-width:51px!important}.all-country-flag-react ul.select2-results__options--nested>li .select2-result-label{justify-content:space-between;margin:0;display:flex;padding:9px 11px 8px 36px!important}.all-country-flag-react .select2-search:after{top:20px}.react-addresscontrol .country-code{top:1px;left:58px}.manually-bank-add-section .react-addresscontrol .select2-container--default .select2-selection--single .select2-selection__arrow b{border:none}.manually-bank-add-section .select2-container--default .select2-selection--single .select2-selection__rendered{text-indent:0;font-family:proxima-nova,sans-serif!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}.w-custom-dropdown.countrydropdown.allflag-show span.select2.select2-container.select2-container--default.select2-container--disabled span.select2-selection.select2-selection--single{border:none!important;border-right-width:0!important;border-radius:3px 0 0 3px!important;max-width:66px!important}.select-country-mar .addresswithcountry .select-country-mar.address-phone-plugin span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single{height:40px;border-radius:0 3px 3px 0!important}.w-custom-dropdown.countrydropdown.allflag-show{border-radius:3px 0 0 3px!important;max-width:66px!important}span.select2.select2-container.select2-container--default.select2-container--below.all-country-flag.all-country-flag-react span.select2-selection.select2-selection--single{border:none!important;border-radius:3px 0 0 3px!important}.payroll-addresscontrol .addresswithcountry span.select2.select2-container.select2-container--default{width:100%!important}.react-addresscontrol.payroll-addresscontrol .select2-container--default .select2-selection--single{border-top-left-radius:0;border-bottom-left-radius:0}.react-addresscontrol.payroll-addresscontrol .select2DD{border:none!important;margin-top:0!important}.select2DD .select2-search.select2-search--dropdown{z-index:1;width:100%;padding:0;position:absolute;bottom:-39px}.select2DD .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown{z-index:1;width:100%;padding:0;position:absolute;top:-39px}.select2DD .select2-search--dropdown .select2-search__field{box-sizing:border-box;border-top-right-radius:3px;border-bottom-right-radius:3px;width:99.5%;height:38px;margin-top:-1px;margin-left:0;padding:0 0 0 8px;border:0!important}.select2DD .select2-search--dropdown .select2-search__field:focus{border-color:#0000!important}.select2DD .select2-results ul li.select2-results__option:not([aria-selected]){display:none}.select2DD .select2-results .select2-results__option--highlighted{color:#d66f6b!important;background:0 0!important}.select2DD .select2-selection.select2-selection--single{outline:0}.select2DD .select2-results{z-index:2;position:relative}.select2DD .select2-container--default .select2-selection--single{height:40px;margin-right:-2px}.react-addresscontrol .select2-container--default.select2-container--disabled .select2-selection--single{cursor:not-allowed}.react-addresscontrol .select2-selection__clear{display:block!important}.select2DD.select2-container .select2-dropdown.select2-dropdown--above,.select2DD.select2-container .select2-dropdown.select2-dropdown--below{border:0!important}.select2DD.select2-container ul.select2-results__options{border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:0!important}.select2DD.select2-container li.select2-results__option:first-child{border-top:1px solid #d9d9d9}.select2DD.select2-container li.select2-results__option:last-child{border-bottom:1px solid #d9d9d9}.select2DD.select2-container .select2-container--default .select2-selection--single .select2-selection__arrow{display:none}.select2DD.select2-container .select2-search--dropdown .select2-search__field:focus{border:1px solid #2a90d6}.was-validated .react-addresscontrol.payroll-addresscontrol .addresswithcountry{margin-bottom:0}@media (max-width:767px){html .vg_ismobile.vg_ismobileiosonly .select2DD.select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options{padding-bottom:0!important}}.select2DD.select2-container .select2-dropdown .select2-search--dropdown .select2-search__field{border:0!important}.all-country-flag-react .countrys-Code{background-repeat:no-repeat;background-position:8px 11px!important;background-size:20px!important}.all-country-flag-react .countrys-Code.us-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-states-flag.svg)}.all-country-flag-react .countrys-Code.uk-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/united-kingdom-flag.svg)}.all-country-flag-react .countrys-Code.canada-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/canada-flag.svg)}.all-country-flag-react .countrys-Code.aus-f{background-image:url(https://vagaro.azureedge.net/static-content/Images/world-flags/australia-flag.svg)}.emps-payroll.employee-main-wrapper.emp-single-location-wrap{padding-bottom:0}.emps-payroll .emp-profile-detaile-wrap .nav-tabs{margin-bottom:0!important}.emps-payroll .employeealltaxpage .report-content.fullreportscroll{background-color:#fff;height:calc(100vh - 230px);margin:0 -24px;padding-left:24px;padding-right:24px;overflow:auto}.emps-payroll .exportfootSection{display:none!important}.emps-payroll .employeealltaxpage .exportfootSection{display:flex!important}.emps-payroll .have-ready-box .vg-listing-wrap li{float:none}.emps-payroll .payrollTab-sub-nav .w-tab-link{padding:2px 0}.emps-payroll .payrollTab-sub-nav .w-tab-link #controlled-tab-example-tabpane-federaltax{padding:2px 15px 2px 0}.emps-payroll .compnay-signatory-info-section .manually-bank-add-section .row,.emps-payroll .pto-detail-section .row{margin:0}.emps-payroll .compnay-signatory-info-section .manually-bank-add-section .row.payrollPaymentProfile,.emps-payroll .pto-detail-section .row.payrollPaymentProfile{margin-left:-12px;margin-right:-12px}.emps-payroll .compnay-signatory-info-section .manually-bank-add-section .row.payrollPaymentProfile div.col-sm-6,.emps-payroll .pto-detail-section .row.payrollPaymentProfile div.col-sm-6{padding-left:12px;padding-right:12px}.emps-payroll .compnay-signatory-info-section .manually-bank-add-section div.col-sm-6,.emps-payroll .pto-detail-section div.col-sm-6{padding-left:0;padding-right:0}.emps-payroll .have-ready-box .vg-listing-wrap{margin:10px 0 0;list-style:outside}.emps-payroll .have-ready-box .vg-listing-wrap li{margin-bottom:4px;padding:0;display:list-item}.emps-payroll .have-ready-box .vg-listing-wrap li:last-child{margin-bottom:0}.exportfootSection .btn,.exportfootSection .btn:last-child{margin-left:18px}.employeealltaxpage .report-content.fullreportscroll{margin:0 0 0 -20px;padding-left:0;padding-right:0}.employeealltaxpage .w-setting-title h1{text-transform:capitalize;margin:0 0 16px;padding:0;font-size:26px;font-weight:500;display:inline-block;line-height:36px!important}.employeealltaxpage .popup-min-height{min-height:auto;position:relative}.employeealltaxpage .employeealltax-heading{color:#9a9a9a;text-transform:uppercase;margin-top:0;margin-bottom:16px;font-size:24px;font-weight:500;line-height:28px}.declinedText{color:#333!important;text-decoration:none!important}.emp-hours-box{border:1px solid #cdcdcd;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:182px;height:120px;margin-bottom:16px;display:flex;position:relative}.emp-hours-box .Empl-heding-meduim{color:#333;margin-bottom:10px;font-size:20px;font-weight:500;line-height:24px}.emp-hours-box .emp-hours-box .body-text{color:#777;margin-bottom:0;font-size:15px;font-weight:400;line-height:20px}.emp-hours-box .dot-menu-wrap{position:absolute;top:5px;right:5px}.employeealltaxpage .marginbottom16Data{margin-bottom:32px}.employeealltaxpage .marginbottom16btn{margin-bottom:16px}.employeealltaxpage .compnay-signatory-info-section .innerheading-wrap{display:none}.employeealltaxpage #employeepaymentdetails .inner-heading{content:"Payment Details"}.employeealltaxpage .switch-pto-field{margin-top:8px}.employeealltaxpage #employeepaymentdetails .innerheading-wrap.marg-top15{margin-top:0}.employeealltaxpage .emp-payrolltab .payroll-heading{display:none}.payrollfooter{max-width:1050px;border-top:1px solid #0000001a!important;border-right:1px solid #0000001a!important}.employeealltaxpage .lefhalfWrap .lefthalfWhite{background:#fff;max-width:1050px;height:auto;padding:0}.employepayrollist.sticky-table{overflow:initial}.modal.fullmodalforPayrollpdf .modal-dialog{width:98%!important}.modal.fullmodalforPayrollpdf .modal-dialog .modal-content{max-width:100%}.modal.fullmodalforPayrollpdf .modal-dialog .modal-content .modal-body .popup-min-heights{height:81vh;max-height:81vh}.modal .plaidbankpopup.modal-dialog{max-width:396px}@media (max-width:767px){body.PayrollIframeData .emp-hours-box{border:1px solid #cdcdcd;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:16px;display:flex;position:relative}body.PayrollIframeData .pto-btn{width:100%}body.PayrollIframeData .have-ready-box{width:100%;max-width:100%}body.PayrollIframeData .employeealltaxpage .exportfootSection{z-index:11;width:100%;margin-bottom:0;position:fixed;bottom:0;left:0;justify-content:center!important;display:flex!important}}table.table td .declinedText{color:#333!important;text-decoration:none!important}table.table td .declinedText:hover{cursor:default;text-decoration:none!important}last-modify.invent-bottom.invent-last-modify.user-link.payrollTabHistoryFooter{position:absolute;bottom:65px;right:0}.exportfootSection.payrollTabHistory{background-color:#fff;margin-right:15px;border-top:0!important;border-right:0!important}.last-modify.margin-top15{margin-top:15px}@media (max-width:767px){.last-modify.invent-bottom.invent-last-modify.user-link.payrollTabHistoryFooter{text-align:center;bottom:70px}}.gallery-tabs-menu.margin-tp16{margin-top:16px}.payrollTab-sub-nav .nav-tabs{gap:0}.payrollTab-sub-nav .nav-tabs li.nav-item{width:auto;margin-right:20px;font-size:18px;font-weight:400;line-height:24px}.payrollTab-sub-nav .nav-tabs>li{margin-bottom:0}.payrollTab-sub-nav .nav-tabs .nav-link{font-weight:400}.payrollTab-sub-nav .stickyDiv{z-index:9;background:#fff;width:100%;padding-top:16px;position:-webkit-sticky;position:sticky;top:0}.payrollTab-sub-nav .tab-content{padding-top:20px;padding-bottom:32px}@media (max-width:767px){html .vg_ismobile .payrollTab-sub-nav .stickyDiv.em-profile-subtab{white-space:nowrap;z-index:9;flex-flow:row;justify-content:flex-start;align-items:flex-end;margin:0;padding-left:0;padding-right:20px;display:flex;position:fixed;top:0;overflow-x:scroll}html .vg_ismobile .payrollTab-sub-nav .tab-content{margin-bottom:52px;margin-left:-12px;padding-top:108px}.fullreportscroll .emp-payrolltab .table tbody tr:last-child{margin-bottom:0}.payrollTab-sub-nav .tab-content{margin-bottom:52px;margin-left:-12px;padding:10px 10px 0}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.tab-pane{display:block}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .nav-tabs .nav-link:after{display:none}html .vg_ismobile .emps-payroll .employeealltaxpage .exportfootSection{z-index:111;gap:8px;width:100%;margin-bottom:0;position:fixed;bottom:0;left:0;justify-content:center!important;display:flex!important}html .vg_ismobile .emps-payroll .payrollfooter.exportfootSection button{display:flex;width:auto!important;min-width:auto!important;margin-bottom:0!important}html .vg_ismobile .emps-payroll .payrollfooter.exportfootSection .btn-secondary{color:#333;gap:4px}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.tab-pane{bottom:130px}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.employee-paystub-details.tab-pane{bottom:0}html .vg_ismobile .payrollTab-sub-nav .nav-tabs .nav-link{border-bottom:2px solid #fff}html .vg_ismobile .payrollTab-sub-nav .nav-tabs .nav-link.active{border-bottom:2px solid #333}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .nav-tabs .nav-item{border-bottom:none}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .nav-tabs .nav-link{padding:6px 0 0}html .vg_ismobile .emps-payroll .popup-max-height .state-tax-info-section .row{width:100%}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.tab-pane[aria-labelledby=controlled-tab-example-tab-federaltax]{padding:16px 0 0 16px}html .vg_ismobile .emps-payroll .emp-profile-footer:empty,html .vg_ismobile .emps-payroll #paymentDetails .payrollfooter{display:none!important}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.tab-pane[aria-labelledby=controlled-tab-example-tab-PTOEmployeePolicy]{bottom:0}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.tab-pane[aria-labelledby=controlled-tab-example-tab-federaltax] .popup-max-height{max-height:calc(100vh - 200px);overflow:auto}}body.PayrollIframeData .employeealltaxpage .employeealltax-heading{margin-top:0}.emps-payroll .popup-max-height .state-tax-info-section .row{width:100%}body.PayrollIframeData .w-tab-link{padding:2px 0}.payrollTab-sub-nav .nav-tabs .nav-link,.payrollTab-sub-nav .nav-tabs li.nav-item{margin-bottom:0;padding:0}.payrollTab-sub-nav .nav-tabs .nav-link{margin-right:0}.gusto2tablespace{margin-top:16px}.gusto2tablespace .css-b62m3t-container{z-index:8}.gusto2tablespace.sticky-table,.payrollTab-sub-nav .sticky-table{border:0!important}.gusto2table-tab{display:none}@media (max-width:767px){.gusto2table-tab{display:block}.emp-hours-box{width:100%}.payrollTab-sub-nav .pto-btn{width:100%;margin-right:0}.gusto2tablespace .row{margin-left:0;margin-right:0}.gusto2tablespace .row .col-sm-4{padding:0}.gusto2tablespace .row .col-sm-4>div{z-index:4}}body.PayrollIframeData .liveChat{display:none!important}.employeealltaxpage .margintop40{margin-top:40px!important}.employeealltaxpage .margintop40.marginbtm8px{margin-bottom:8px}.mainArea .emps-payroll .tableScrollReport .table thead th,.mainArea .emps-payroll .tableScrollReport .table thead td,.mainArea .emps-payroll .tableScrollReport .table tbody th,.mainArea .emps-payroll .tableScrollReport .table tbody td{border:none;border-bottom:1px solid #e7e7e7;color:#333!important}.mainArea .emps-payroll .tableScrollReport .table thead th{background-color:#f8f8f8}.mainArea .emps-payroll .tableScrollReport .table thead th>span{padding:0}.mainArea .emps-payroll .tableScrollReport .table thead th .cursor{cursor:pointer;align-items:flex-start;gap:5px;display:flex}.mainArea .emps-payroll .tableScrollReport .dropdown{position:static}.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-toggle.btn{background:#fff;padding:.5rem 1rem;font-size:100%}.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-toggle.btn a{color:gray}.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-menu{padding:5px 0}.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-menu .dropdown-item{padding:.5rem .6rem;line-height:18px;text-decoration:none;color:#333!important}.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-menu .dropdown-item:hover,.mainArea .emps-payroll .tableScrollReport .dropdown .dropdown-menu .dropdown-item:focus{background-color:#e7e7e7;text-decoration:none!important}.modal-dialog.vg-modalsummary{justify-content:center;max-width:100%;max-height:100%}.modal-dialog.vg-modalsummary .modal-content{width:100%;overflow:hidden}.modal-dialog.vg-modalsummary .modal-header{flex-wrap:wrap;padding-top:15px;padding-right:50px;position:relative;padding-bottom:20px!important}.modal-dialog.vg-modalsummary .modal-header .modal-title-desc{flex:0 0 100%;order:3}.modal-dialog.vg-modalsummary .modal-header .btn-close{color:#777;background:0 0;width:auto;height:auto;margin:0;padding:0;position:absolute;top:18px;right:28px}.modal-dialog.vg-modalsummary .modal-header .btn-close:after{content:"";text-align:center;color:#333;background:#fff;font-family:"Font Awesome 5 Pro";font-size:20px;font-weight:300;line-height:22px;display:block;top:0}.modal-dialog.vg-modalsummary .modal-header .btn-close:hover{color:#333;opacity:1}.modal-dialog.vg-modalsummary .modal-header .modal-title{color:#333;font-size:20px;font-weight:500;line-height:24px}.modal-dialog.vg-modalsummary .modal-header .modal-title-desc{color:#333;padding-top:4px;line-height:20px}.modal-dialog.vg-modalsummary .modal-body{align-items:start;padding-top:0}.modal-dialog.vg-modalsummary .modal-footer{background:#f8f8f8;padding:16px 20px}.modal-dialog.vg-modalsummary .modal-footer:after,.modal-dialog.vg-modalsummary .modal-footer:before{display:none}.modal-dialog.vg-modalsummary .modal-footer .btn-secondary{border:1px solid #cdcdcd!important}.modal-dialog.vg-modalsummary .modal-footer .btn-secondary:hover{color:#333;border:1px solid #cdcdcd!important}.modal-dialog.vg-modalsummary .modal-footer .btn{min-width:80px!important}.modal-dialog.vg-modalsummary .modal-footer .btn-primary{background:#7cc576;border-color:#7cc576}.modal-dialog.vg-modalsummary .modal-footer .btn-primary:hover{background-color:#5c9557!important;border-color:#5c9557!important}.modal-dialog.vg-modalsummary .modal-footer .Paginations{color:#777;background:#f3f4f2;justify-content:flex-start;gap:10px;width:100%}.modal-dialog.vg-modalsummary .modal-footer .form-label{color:#777;font-size:100%}.modal-dialog.vg-modalsummary .modal-footer .pagination{margin-left:-5px}.modal-dialog.vg-modalsummary .modal-footer .page-item .page-link{color:gray;border:none;border-radius:50%;padding:.25rem 0}.modal-dialog.vg-modalsummary .modal-footer .page-item:hover,.modal-dialog.vg-modalsummary .modal-footer .page-item.active{color:#fff}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .page-link{padding:.18rem 0;font-size:18px;line-height:normal}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .fal{font-family:"Font Awesome 5 Pro";font-size:15px;line-height:20px}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .fal.fa-angle-right:before{content:""}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .fal.fa-angle-double-right:before{content:""}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .fal.fa-angle-left:before{content:""}.modal-dialog.vg-modalsummary .modal-footer .page-item.icon .fal.fa-angle-double-left:before{content:""}.modal-dialog.vg-modalsummary .modal-footer .page-item.disabled .page-link{color:#ccc!important}.modal-dialog.vg-modalsummary .modal-footer:empty{background:0 0!important;padding:0!important}.modal-dialog.vg-modalsummary .searc-filters{padding-bottom:8px}.modal-dialog.vg-modalsummary .page-table-grid{z-index:10;justify-content:center;align-items:flex-start;width:100%;height:calc(100% - 48px);display:flex;position:relative;overflow:hidden}.modal-dialog.vg-modalsummary .page-table-grid ::-webkit-scrollbar-track{background:#ebebeb}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents{border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;border-radius:5px;width:100%;max-height:calc(100% - 33px);margin-right:2px;padding-right:1px;overflow:auto}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown{position:static}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-toggle.btn{background:#fff;border-color:#cdcdcd;padding:.5rem 8px;font-size:100%}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-toggle.btn:hover{border-color:#2a90d6}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-toggle.btn a{color:gray}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-menu{padding:5px 0}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-menu .dropdown-item{padding:.5rem .6rem;color:#333!important;text-decoration:none!important}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-menu .dropdown-item:hover,.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents .dropdown .dropdown-menu .dropdown-item:focus{background-color:#e7e7e7;text-decoration:none}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table{font-size:14px;position:relative;top:-1px}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table thead tr th{color:#686868;vertical-align:bottom;padding:17px 10px;line-height:1.25}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table thead tr th .cursor{white-space:nowrap;cursor:pointer;align-items:flex-start;gap:5px;display:flex}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table thead tr th br{height:1px}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table thead{z-index:3;background:#f3f4f2;border-width:0;position:-webkit-sticky;position:sticky;top:-1px}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table thead th:first-child{border-left:1px solid #ebebeb}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tbody td,.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tbody td span{font-weight:300}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tfoot{border-width:0;position:-webkit-sticky;position:sticky;bottom:-1px}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tfoot td:first-child{border-left:1px solid #ebebeb}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tfoot:not(:first-child){border-width:0}.modal-dialog.vg-modalsummary .page-table-grid .page-table-grid-contents table tfoot td{background:#f3f4f2;border-bottom-width:0;color:#686868!important;font-weight:500!important}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box{text-align:center;flex-flow:column;justify-content:center;align-items:center;height:100%;padding:20px 0;display:flex}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box img{max-width:64px;margin:0 auto;display:block}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box h2{color:#333;margin:0;padding-top:20px;font-size:26px;font-weight:500;line-height:36px}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box .empty-NoReviewSecIcon{margin-bottom:15px;font-size:60px;line-height:68px}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box h4{color:#333;text-align:center;margin:0 0 10px;padding:0;font-size:26px;font-weight:500;line-height:34px}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box p{color:#777;margin:0;padding:0;font-size:16px;font-weight:300}.modal-dialog.vg-modalsummary .page-table-grid .norecod-box.norecord-height{height:auto!important}.modal-dialog .tableScroll{position:static}@media screen and (min-width:768px){.modal-dialog.vg-modalsummary{margin:1.75rem auto}}.mainArea .tableScrollReport .sticky-table table.table tbody td{font-weight:400!important}.mainArea .full-page-grid-wrap table.table thead th,.mainArea .full-page-grid-wrap table.table thead td,.mainArea .full-page-grid-wrap table.table tfoot th,.mainArea .full-page-grid-wrap table.table tfoot td,.mainArea .page-grid-wrap table.table thead th,.mainArea .page-grid-wrap table.table thead td,.mainArea .page-grid-wrap table.table tfoot th,.mainArea .page-grid-wrap table.table tfoot td,.mainArea .tableScrollReport table.table thead th,.mainArea .tableScrollReport table.table thead td,.mainArea .tableScrollReport table.table tfoot th,.mainArea .tableScrollReport table.table tfoot td{color:#686868!important;font-size:14px!important;font-weight:500!important}.mainArea .full-page-grid-wrap table.table tbody td,.mainArea .page-grid-wrap table.table tbody td,.mainArea .tableScrollReport table.table tbody td{vertical-align:middle;color:#333!important;font-size:14px!important;font-weight:400!important;line-height:18px!important}.mainArea .full-page-grid-wrap table.table tbody td .tbl-link-hover,.mainArea .page-grid-wrap table.table tbody td .tbl-link-hover,.mainArea .tableScrollReport table.table tbody td .tbl-link-hover{cursor:pointer}.mainArea .full-page-grid-wrap table.table tbody td .tbl-link-hover:hover,.mainArea .page-grid-wrap table.table tbody td .tbl-link-hover:hover,.mainArea .tableScrollReport table.table tbody td .tbl-link-hover:hover{cursor:pointer;text-decoration:underline!important}@media (min-width:576px){.cal-popup-pto.modal-1104.modal-dialog{width:90%;max-width:950px;margin:1.75rem auto}}@media (max-width:767px){.emps-payroll .fullreportscroll{overflow:visible;height:auto!important}.emps-payroll .fullreportscroll.tableScrollReport.pt-3{padding-top:0!important}.emps-payroll .fullreportscroll .grid-contents{border-radius:0;overflow:visible;border:0!important}.emps-payroll .fullreportscroll .grid-contents .table-responsive{overflow:visible}.emps-payroll .fullreportscroll .grid-contents .tableScroll:before,.emps-payroll .fullreportscroll .grid-contents .tableScroll:after{display:none}.emps-payroll .fullreportscroll .vg-heading-title{margin-bottom:10px;font-size:16px}.emps-payroll .fullreportscroll .table.mobile-card{border-radius:0;flex-direction:column;margin:0;display:flex;border:0!important}.emps-payroll .fullreportscroll .table.mobile-card.payrollTblHead{padding-bottom:15px}.emps-payroll .fullreportscroll .table.mobile-card thead{display:none}.emps-payroll .fullreportscroll .table.mobile-card tbody{border:0;flex-direction:column;display:flex}.emps-payroll .fullreportscroll .table.mobile-card tbody tr{background:#fff;border-radius:5px;flex-direction:column;padding:12px;display:flex;position:relative;box-shadow:0 4px 40px #0006!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:not(:first-child){margin-top:8px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td{white-space:normal;border:none;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 0 4px;display:flex;position:relative;color:#333!important;text-align:right!important;border:0!important;font-size:16px!important;font-weight:400!important;line-height:20px!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td:last-child{padding-bottom:0}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td:last-child[data-lbl=Reason]{align-items:center}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td strong{font-weight:400}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td a,.emps-payroll .fullreportscroll .table.mobile-card tbody tr td a .fa-info-circle{color:#2a90d6!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td:before{content:attr(data-lbl);z-index:1;color:#333;text-align:left;font-size:16px;font-weight:500;line-height:20px;display:inline-block;position:relative}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first{white-space:normal;word-break:break-word;justify-content:flex-start;padding:0 0 8px;color:#333!important;text-align:left!important;font-size:20px!important;font-weight:500!important;line-height:24px!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first:before{display:none}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first .mobile_first_subhead{clear:both;font-size:16px;display:block}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first a{color:#333!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first a .fa-info-circle{font-size:15px;font-weight:400}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.mobile_first a.mbl_pos_up{padding-left:8px!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v{margin:-13px -7px -10px auto}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-toggle.btn{width:40px;height:40px;padding:5px;text-decoration:none}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-toggle.btn:after{display:none}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-menu{margin-top:-10px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-menu .dropdown-item{color:#333;font-size:15px;font-weight:300;line-height:20px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-menu .dropdown-item:hover,.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v .dropdown-menu .dropdown-item:focus{background-color:#ebebeb}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .trheedot_menu_v.show{display:flex!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .three_dot_icon{background:#333;border-radius:5px;justify-content:center;width:6px;height:6px;display:flex;position:relative}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .three_dot_icon:after{content:"";background:#333;border-radius:5px;width:6px;height:6px;margin-left:-12px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td .three_dot_icon:before{content:"";background:#333;border-radius:5px;width:6px;height:6px;margin-right:-12px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.v_mbl_tooltip .v_show_mbl{z-index:3;margin-left:0;margin-right:auto;position:relative}.emps-payroll .fullreportscroll .table.mobile-card tbody tr td.shippingstatustd{align-items:flex-start}.emps-payroll .fullreportscroll .table.mobile-card tbody tr .sales_full_click{z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.emps-payroll .fullreportscroll .table.mobile-card tbody tr .mbl_pos_up{z-index:3;position:relative}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:hover{background:#fff!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:hover *{--bs-table-accent-bg:transparent}.emps-payroll .fullreportscroll .table.mobile-card tbody tr.addcard_arrow{padding-right:28px}.emps-payroll .fullreportscroll .table.mobile-card tbody tr.addcard_arrow .trheedot_menu_v{display:none}.emps-payroll .fullreportscroll .table.mobile-card tbody tr.addcard_arrow:after{content:"";color:#777;font-family:"Font Awesome 5 Pro";font-size:20px;font-weight:400;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:only-child:not(.addcard_arrow):after{display:none}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:only-child:not(.addcard_arrow) td:only-child{justify-content:center;text-align:center!important}.emps-payroll .fullreportscroll .table.mobile-card tbody tr:only-child:not(.addcard_arrow) td:only-child:before{display:none}.emps-payroll .fullreportscroll .table.mobile-card tfoot{box-shadow:none;background:#e7e7e74d;border:1px solid #e7e7e7;border-radius:5px;margin-top:8px;padding:12px;position:static;box-shadow:0 2px 8px #0003}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr{flex-direction:column;display:flex}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td{border:none;justify-content:flex-start;align-items:center;padding:4px 0;display:flex;position:relative;color:#333!important;background:0 0!important;font-size:16px!important;font-weight:400!important}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td strong{font-weight:400}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td:before{content:attr(data-lbl);z-index:1;color:#333;width:94%;font-size:16px;font-weight:500;display:inline-block;position:relative}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td.mobile_first{justify-content:flex-start;color:#333!important;font-size:20px!important;font-weight:500!important}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td.mobile_first:before{display:none}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr td.mobile_first .mobile_first_subhead{display:block}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:first-child td.mobile_first{line-height:24px;color:#333!important;font-size:20px!important;font-weight:500!important}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:first-child td.mobile_first:before{display:none}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:not(:first-child){background:0 0;flex-flow:row;justify-content:space-between}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:not(:first-child) td{font-size:16px!important;font-weight:400!important}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:not(:first-child) td.nobold,.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:not(:first-child) td:before{display:none}.emps-payroll .fullreportscroll .table.mobile-card tfoot tr.v_mbl_tfoot_rw:not(:first-child) td.mobile_first{font-size:16px!important;font-weight:500!important}.emps-payroll .fullreportscroll .table.mobile-card tfoot:empty{display:none!important}.emps-payroll .fullreportscroll.PaymentDistributionTable .table tbody tr{padding-right:20px;position:relative}.emps-payroll .fullreportscroll.PaymentDistributionTable .table tbody tr:after{content:"";text-align:center;background:#fff;border-left:1px solid #ebebeb;align-items:center;width:20px;height:100%;font-family:Glyphicons Halflings;display:flex;position:absolute;top:0;right:0}.emps-payroll .fullreportscroll .reportTable.table tfoot tr td{background-color:#0000!important}.emps-payroll .fullreportscroll .reportTable.table tfoot tr td.mobile_first{font-weight:600!important}.emps-payroll .fullreportscroll .reportTable.table tfoot tr:last-child td{border:0!important}.emps-payroll .employeealltaxpage .report-content.fullreportscroll{margin:0 -15px}.emps-payroll .employeealltaxpage .lefhalfWrap .lefthalfWhite{padding-left:12px}}.emps-payroll .emp-profile-detaile-wrap .employeealltaxpage .nav-tabs{top:0!important}@media screen and (max-width:767px){html .vg_ismobile .modal-dialog.vg-modalsummary{margin:0 auto}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.active{top:0!important}html .vg_ismobile.macos.iphone-device .emps-payroll .emp-profile-detaile-wrap .tab-content>.active{padding-bottom:130px!important;bottom:0!important}html .vg_ismobile.macos.iphone-device .emps-payroll .emp-profile-detaile-wrap .emp-nofooter .tab-content>.active{padding-bottom:16px!important}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap{bottom:0!important}html .vg_ismobile .emps-payroll .employeealltaxpage .report-content.fullreportscroll{height:auto!important}html .vg_ismobile .payrollTab-sub-nav .stickyDiv.em-profile-subtab{margin-left:16px;left:0;z-index:99999!important}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .employeealltaxpage .tab-content>.tab-pane{padding-top:60px!important}html .vg_ismobile .emps-payroll .employeealltaxpage .exportfootSection{z-index:99999!important}html .vg_ismobile .cal-popup-pto .ptoaddeditpopupnew .gallery-tabs-menu{justify-content:flex-start}html .vg_ismobile .cal-popup-pto.modal-dialog.vg-modalsummary,html .vg_ismobile #EditBalacePopup.modal-dialog.vg-modalsummary{margin:0 auto}}@media screen and (min-width:767px){html .vg_ismobile .emps-payroll .employeealltaxpage .report-content.fullreportscroll{height:calc(100vh - 180px)!important}html .vg_ismobile .emps-payroll .emp-nofooter.employeealltaxpage .report-content.fullreportscroll{height:calc(100vh - 124px)!important}html .vg_ismobile .employeealltaxpage .payrollTab-sub-nav .tab-content{padding-top:16px!important}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap .tab-content>.active{top:0}html .vg_ismobile .emps-payroll .tab-content .popup-max-height{max-height:inherit}html .vg_ismobile .emps-payroll .emps-payroll .employee-wrap-width.settingWrapperHalf{max-width:inherit;width:100%;padding-left:0;padding-right:0}html .vg_ismobile body.ipadandroid .emps-payroll .payrollTab-sub-nav .tab-content{padding-top:16px!important}html .vg_ismobile .emps-payroll .emp-user-title{padding-left:16px}html .vg_ismobile .emps-payroll .emp-profile-detaile-wrap{background-color:#fff!important}html .vg_ismobile .emps-payroll .emps-payroll .emp-profile-detaile-wrap .nav-tabs{margin-left:16px}html .vg_ismobile .emps-payroll .employeealltaxpage .exportfootSection{max-width:inherit;width:100%;left:0!important}}html .vg_ismobile.vagaroReact .mainContent{top:0!important}html .vg_ismobile.vagaroReact .mainArea{padding-left:20px!important}.emps-payroll .tab-content .popup-max-height{max-height:100vh;overflow:auto}.emps-payroll .emp-nofooter.employeealltaxpage .report-content.fullreportscroll{height:calc(100vh - 176px)}.emps-payroll .employee-wrap-width.settingWrapperHalf{padding-bottom:0}body .emp-payrolltab .dropdown-menu a.dropdown-item:hover{text-decoration:none!important}@media only screen and (max-width:1200px) and (orientation:landscape){.emps-payroll .tab-content .popup-max-height{max-height:none}}@media screen and (max-width:767px){html .vg_ismobile .modal-dialog.vg-modalsummary{margin:0 auto}}@media screen and (min-width:767px){.emp-payrolltab .vg-table thead span.cursor{display:flex}}.bankinfo-link-paycheck{justify-content:flex-start;align-items:flex-end;margin:15px 0 0;display:flex}.bankinfo-link-paycheck .paycheck-link{color:#2a90d6;cursor:pointer;background-color:#fff0;border-radius:3px;outline:0;height:28px;padding:0 8px;font-size:16px;line-height:28px;text-decoration:none}.bankinfo-link-paycheck .paycheck-link:hover{background-color:#eef3ff}@media (min-width:576px){.modal-800.modal-dialog{max-width:800px;margin:1.75rem auto}.modal-504.modal-dialog{max-width:504px;margin:1.75rem auto}.modal-1104.modal-dialog{width:1104px;margin:1.75rem auto}}.switch-pto-field .custom-field-label{color:#333;margin:0 0 5px;padding:0;font-size:16px;font-weight:500;display:inline-block}.switch-pto-field .div-block-full .pto-link{width:auto;padding:8px 16px;font-size:15px;line-height:20px}.switch-pto-field .div-block-full .right{z-index:1;color:#333;background-color:#fff;border-color:#cdcdcd}.switch-pto-field .div-block-full .tab-btn{text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #cdcdcd;border-radius:3px;justify-content:center;align-items:center;min-width:auto;min-height:40px;padding-left:16px;padding-right:16px;font-size:15px;text-decoration:none;transition:background-color .2s,border .2s,color .2s,box-shadow .3s;display:flex;color:#333!important}.switch-pto-field .div-block-full .tab-btn.selected{z-index:2;color:#333;background-color:#eef3ff;border-color:#2a90d6;font-weight:400!important}.switch-pto-field .div-block-full .tab-btn.right.selected{z-index:2;color:#333;background-color:#eef3ff;border-color:#2a90d6;border-top-right-radius:3px;border-bottom-right-radius:3px;font-weight:400!important}.switch-pto-field .div-block-full .tab-btn.left.selected{z-index:2;color:#333;background-color:#eef3ff;border-color:#2a90d6;font-weight:400!important}.switch-pto-field .div-block-full.horizontal{flex-direction:row;width:100%;padding-bottom:16px}.switch-pto-field .div-block-full .tab-btn.w-inline-block{width:auto;max-width:100%;display:inline-flex}@media (max-width:767px){.switch-pto-field .div-block-full .tab-btn.w-inline-block{width:100%;max-width:100%;display:inline-block}}.switch-pto-field .div-block-full .tab-btn.left.segment{border-top-right-radius:0;border-bottom-right-radius:0}.switch-pto-field .div-block-full .tab-btn.right.segment{border-top-left-radius:0;border-bottom-left-radius:0}.switch-pto-field .div-block-full .tab-btn.segment:hover{border-color:#2a90d6}.switch-pto-field .div-block-full .tab-btn.segment{z-index:1;color:#333;background-color:#fff;border-color:#cdcdcd;margin-left:0;position:relative}.switch-pto-field .div-block-full.vertical .tab-btn.segment.space-between{justify-content:space-between}.switch-pto-field .div-block-full.vertical .tab-btn.segment{margin-top:-1px;border-radius:0!important}.switch-pto-field .div-block-full.vertical .tab-btn.segment:hover{z-index:2}.switch-pto-field .div-block-full.vertical .tab-btn.segment:first-child{border-top-left-radius:3px!important;border-top-right-radius:3px!important}.switch-pto-field .div-block-full.vertical .tab-btn.segment.segment-last,.switch-pto-field .div-block-full.vertical .tab-btn.segment:last-child{border-bottom-right-radius:3px!important;border-bottom-left-radius:3px!important}.margin-bottom16{margin-bottom:16px}.changes-save{color:#777;font-size:12px;font-weight:400;line-height:16px}.popup-min-height{min-height:41vh;position:relative}@media (max-width:767px){.switch-pto-field .div-block-full .tab-btn.right.segment{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;margin-top:-1px}.switch-pto-field .div-block-full .tab-btn.left.segment{border-top-right-radius:3px;border-bottom-right-radius:0;border-bottom-left-radius:0}html body.vg_ismobile .timeoff-summary table.table>tbody>tr{box-shadow:none!important}}.ptoaddeditpopupnew .displaySmallText{color:#333;letter-spacing:0;text-align:left;margin-bottom:4px;font-size:18px;font-weight:500;line-height:24px}.ptoaddeditpopupnew .d-flex-row{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;display:flex}.ptoaddeditpopupnew .d-flex-row .w100{width:47.2%}@media (min-width:768px) and (max-width:991px){.datepicker_wrp input.form-control{text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:6px 25px 6px 5px!important}.datepicker_wrp .check-cal-icon{top:9px;right:8px}.datetimeicon{width:30px}}.ptoaddeditpopupnew .form-label{color:#333;letter-spacing:0;text-align:left;font-size:15px;font-weight:500;line-height:20px}.ptoaddeditpopupnew .form-control{height:40px}.ptoaddeditpopupnew .margbittom4{margin-bottom:8px}.ptoaddeditpopupnew .timeoff-summary table.tabelGrid tr.bg-totaltr{background-color:#f8f8f8!important}.ptoaddeditpopupnew .tabelGrid{border-radius:5px 5px 0 0;border-collapse:separate!important;border-spacing:0!important;border:1px solid #ebebeb!important}.ptoaddeditpopupnew .tabelGrid tbody tr{background:#fff}.ptoaddeditpopupnew .timeoff-summary table.tabelGrid tr td.dmeo{color:#333;letter-spacing:0;text-align:left;background-color:#0000;font-size:15px;font-weight:400;line-height:20px}.ptoaddeditpopupnew .timeoff-summary table.tabelGrid tr td.weight500{font-weight:500}.ptoaddeditpopupnew .timeoff-summary tbody td{border:none;border-bottom:1px solid #e7e7e7}.ptoaddeditpopupnew .newappnote-block{margin-bottom:15px;display:flex}.ptoaddeditpopupnew .newappnote-block .apnoteContent{border:1px solid #cdcdcd;border-radius:3px;width:100%;padding:8px}.ptoaddeditpopupnew .ptotextarea-type{-webkit-appearance:none;color:#333;resize:none;background:#fff;border:0;border-radius:2px;padding:0;font-family:inherit;font-weight:400;line-height:16px;border:none!important;outline:none!important;font-size:15px!important}.ptoaddeditpopupnew .apstextareaFullWidthh80{box-sizing:border-box;min-height:70px;width:100%!important}.ptoaddeditpopupnew .apDropPhotoDiv{flex-direction:row;justify-content:space-between;padding:6px 0 0;display:flex}.ptoaddeditpopupnew .apDropPhotoDiv .appdragContent.ptochange{border:1px dashed #cdcdcd;flex-direction:row;justify-content:center;align-items:center;gap:8px;display:flex}.ptoaddeditpopupnew .appdragContent{text-align:center;background-color:#f8f8f8;border:1px solid #cdcdcd;border-radius:5px;width:calc(100% - 84px);height:70px;padding:7px 0;position:relative}.ptoaddeditpopupnew .appdragContent.NoAppFile{width:100%!important}.ptoaddeditpopupnew .ptochange.appdragContent i{color:#9a9a9a;margin-bottom:5px;font-family:"Fontawesome pro 400",sans-serif;font-size:42px;font-style:normal;line-height:1.3;display:inline-block}.ptoaddeditpopupnew .pto-dragpart{flex-direction:column;display:flex}.ptoaddeditpopupnew .pto-dragpart .drag-text{letter-spacing:0;text-align:center;color:#777;font-size:15px;font-weight:500;line-height:20px}.ptoaddeditpopupnew .appdragContent .appupPhotoInput{position:static}.ptoaddeditpopupnew .pto-dragpart .appupPhotoInput{letter-spacing:0;text-align:center;color:#2a90d6;font-weight:500;font-size:15px!important;line-height:20px!important}.ptoaddeditpopupnew .apDropPhotoDiv .appdragContent .appupPhotoInput .app_photoSupdate{opacity:0;cursor:pointer;-moz-opacity:0;z-index:2;width:100%;min-height:20px;font-size:0;position:absolute;top:0;bottom:0;left:0;right:0}.ptoaddeditpopupnew .apDropPhotoDiv .appdragContent .app_photoSlink{font-size:12px;line-height:initial;color:#248dd5!important}.ptoaddeditpopupnew .apDropPhotoDiv .appdragContent .app_photoSlink span{color:#777}.ptoaddeditpopupnew .nav-tabs .nav-link.active{background-color:#dedede00;padding-bottom:5px}.ptoaddeditpopupnew .nav-tabs li.nav-item{cursor:pointer;text-align:left;vertical-align:top;color:#333;background-color:#dedede00;border-bottom:0 solid #0000;margin-right:20px;padding-bottom:0;padding-left:0;padding-right:0;font-size:18px;text-decoration:none;display:inline-block;position:relative}.ptoaddeditpopupnew .nav-tabs button.nav-link{color:#333;font-weight:400}.ptoaddeditpopupnew .nav-tabs button.nav-link:hover{color:#eb6663}.ptoaddeditpopupnew .nav-tabs{gap:0}.ptoaddeditpopupnew .tab-content{padding:0}.ptoaddeditpopupnew .w-tab-link{cursor:auto;padding:0}.datetimeicon{text-align:center;width:35px;height:43px;position:absolute;top:2px;right:0}.timepicker_wrp{background:#fff;border-radius:3px;width:100%;position:relative}.datetimeicon:before{cursor:pointer;content:"";text-align:center;width:35px;height:36px;font-family:"Fontawesome pro 300";font-size:18px;font-style:normal;line-height:29px;position:absolute;top:2px;left:0;color:gray!important}html .ui-timepicker-standard{background:#fff;border:0;border-radius:3px;min-width:132px;margin:-6px 0 0 -95px;padding:0;box-shadow:0 2px 12px 2px #00000026}html .ui-timepicker-standard .ui-timepicker{min-width:132px}html .ui-timepicker-standard .ui-timepicker-viewport{margin-left:-1px;margin-right:1px;display:block;width:auto!important}html .ui-timepicker-standard a.ui-state-hover{background-color:#eee;color:#333!important}html .ui-timepicker-standard a{text-align:center;background:0 0;margin-bottom:1px;color:#333!important;background-image:none!important;border:0!important;border-radius:0!important;padding:6px 0!important;font-family:proxima-nova,sans-serif!important}html .ui-timepicker-standard .ui-menu-item{margin:0;padding:0}html .ui-timepicker-viewport{box-sizing:content-box;height:205px;margin:0;padding:0;display:block;overflow-x:hidden;overflow-y:auto}.ui-timepicker-standard a{color:#222;border:1px solid #0000;padding:.2em .4em;text-decoration:none;display:block}.switch-pto-field .div-block-full a[disabled]{cursor:not-allowed;opacity:.7;pointer-events:none;background-color:#f7f7f7}.appdragphoto{float:left;cursor:pointer;background-color:#f8f8f8;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #0000001a;border-radius:5px;width:76px;height:70px;margin-right:0;position:relative}.apDropPhotoDiv .appdragphoto .appdragphoto-hover{text-align:center;background-color:#00000080;border-radius:5px;padding:16px 0;position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;overflow:hidden}.apDropPhotoDiv .appdragphoto-hover .numofPhotos{display:inline-block}.apDropPhotoDiv .appdragphoto-hover .numofPhotos strong{color:#fff;font-size:18px;font-weight:400;display:block}.apDropPhotoDiv .appdragphoto-hover .numofPhotos span{color:#fff;font-size:14px}:root{--default-animation-duration:.3s;--default-animation-delay:0s}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--text_neutral_weak)var(--bkg_neutral_secondary)}.w-half{width:50%}.h-half{height:50%}.no-shrink{flex-shrink:0}.invisible-button{cursor:pointer;color:var(--text_neutral_default);background:0 0;border:none;border-radius:8px;outline:none}.invisible-button:focus{outline:1px solid var(--bkg_neutral_tiertiary)}.pad-4{padding:4px}.pad-6{padding:6px}.pad-8{padding:8px}.pad-12{padding:12px}.pad-16{padding:16px}.pad-24{padding:24px}.pad-top-4{padding-top:4px}.pad-top-6{padding-top:6px}.pad-top-8{padding-top:8px}.pad-top-10{padding-top:10px}.pad-top-12{padding-top:12px}.pad-top-16{padding-top:16px}.pad-top-24{padding-top:24px}.pad-bottom-4{padding-bottom:4px}.pad-bottom-6{padding-bottom:6px}.pad-bottom-8{padding-bottom:8px}.pad-bottom-12{padding-bottom:12px}.pad-bottom-16{padding-bottom:16px}.pad-bottom-24{padding-top:24px}.pad-right-16{padding-right:16px}.bg-def{background-color:var(--bkg_neutral_default)}.bg-neutral{background-color:var(--bkg_neutral_secondary)}.center-all{place-content:center;align-items:center;display:flex}.flex-row{flex-direction:row;align-items:center;display:flex}.flex-row-to-column{flex-direction:row;display:flex}.mobile-break .flex-row-to-column{flex-direction:column}.gap-small{gap:4px}.gap-med{gap:8px}.gap-med-large{gap:12px}.gap-large{gap:16px}.scrollable{overflow:auto}.flex-column{flex-direction:column;align-content:flex-start;display:flex}.justify-stretch{justify-content:stretch}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-start{align-content:flex-start;align-items:flex-start}.align-end{align-items:flex-end}.align-between{align-items:space-between}.align-evenly{align-items:space-evenly}.align-around{align-items:space-around}.align-stretch{align-items:stretch}.no-shrink-children>*{flex-shrink:0}.text-align-left{text-align:left}.text-align-right{text-align:right}.text-align-center{text-align:center}.vanimation-fade-in-up{animation:fade-in-up var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}.vanimation-fade-in-down{animation:fade-in-down var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}.vanimation-fade-in-left{animation:fade-in-left var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}.vanimation-fade-in-right{animation:fade-in-right var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}.vanimation-grow{animation:grow var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}.vanimation-fade-in{animation:fade-in var(--default-animation-duration)ease-in-out forwards;animation-delay:var(--default-animation-delay)}@keyframes max-height-infinity{0%{max-height:0}99%{max-height:1200px}to{max-height:50000px}}@keyframes max-height-shrink{0%{max-height:1200px}99%{max-height:0}}@keyframes grow{0%{opacity:.5;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-150px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(150px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(-150px)}to{opacity:1;transform:translate(0)}}.drop-target{box-sizing:border-box;pointer-events:none;width:0;height:0;transition:all .33s ease-in-out;position:relative}.drop-target.active{outline:1px dashed var(--border_neutral_strong);background:var(--bkg_neutral_tiertiary);opacity:.7;border-radius:6px;width:4px;height:4px}.drop-target:after{content:"";box-sizing:border-box;background:#fff;border:2px solid green;border-radius:50%;width:10px;height:10px;transition:all .2s;position:absolute;top:calc(50% - 5px);left:calc(50% - 5px)}.drop-target.active:after{background:green;border:2px dashed #fff;width:12px;height:12px;animation:2s linear infinite rotate-animation;position:absolute;top:calc(50% - 6px);left:calc(50% - 6px)}.no-dots .drop-target:after{display:none!important}.dnd-screen-sized-container{background:var(--bkg_neutral_default);border-radius:8px;overflow:hidden;box-shadow:0 0 20px 5px #0000001a}.editor-pattern-bg{background:var(--bkg_neutral_tiertiary)}.left-panel-bg{background:var(--bkg_neutral_default)}.right-panel-bg{background:var(--bkg_neutral_default);opacity:1;padding-left:6px;padding-right:6px;transition:all .2s ease-in-out}.right-panel-bg:empty{opacity:0;transform:translate(50px)}.no-right .right-panel-bg{height:calc(100% - 32px);transform:none!important}.no-scroll{overflow:hidden!important}.canvas-bg{background-color:var(--bkg_neutral_default);transition:background-color .2s ease-in-out}.canvas-bg:hover{background-color:var(--bkg_neutral_secondary)}.form-component-bg{background-color:var(--bkg_neutral_default)}.form-component-bg.invalid{background-color:var(--bkg_alert_weak)}body .drop-full-w>.drop-target{width:calc(100% - 16px)}body .drop-full-w>.drop-target.active:after{display:none}body .drop-full-h>.drop-target{height:100%}body .drop-full-h>.drop-target.active:after{display:none}.no-drag-transition .drop-target{transition:none}.block-edit{cursor:default}.resize-area{pointer-events:all;width:calc(100% + 24px);height:calc(100% + 24px);position:absolute;top:-12px;left:-12px}.resize-area.top{cursor:ns-resize;height:24px}.resize-area.bottom{cursor:ns-resize;height:24px;top:auto;bottom:-12px}.resize-area.left{cursor:ew-resize;width:24px}.resize-area.left.top{cursor:nw-resize}.resize-area.left.bottom{cursor:sw-resize}.resize-area.right{cursor:ew-resize;width:24px;left:auto;right:-12px}.resize-area.right.top{cursor:ne-resize}.resize-area.right.bottom{cursor:nw-resize}.resize-dot{border:1px solid var(--bkg_green_default);z-index:20;background:#fff;border-radius:50%;width:8px;height:8px;position:absolute}.resize-dot.left{top:calc(50% - 4px);left:-6px!important;right:auto!important}.resize-dot.right{top:calc(50% - 4px);left:auto!important;right:-6px!important}.resize-dot.top{left:calc(50% - 4px);top:-6px!important;bottom:auto!important}.resize-dot.bottom{left:calc(50% - 4px);top:auto!important;bottom:-6px!important}.component-slot{color:var(--text_neutral_default);cursor:move;-webkit-user-select:none;user-select:none;white-space:nowrap;background:inherit;border-bottom:1px solid var(--border_neutral_default);border-width:1px 0;flex-direction:row;align-items:center;gap:8px;width:100%;height:44px;padding:14px 16px;display:flex;position:relative}.component-slot svg{width:18px}.component-slot:hover{background:var(--bkg_neutral_tiertiary)}.component-slot.inactive{color:var(--bkg_components_toggle_bkg);cursor:default;opacity:.75}.picker-loading{text-align:center;width:100%;color:var(--text_neutral_secondary);padding:40px 0;font-size:13px}.picker-error{width:100%;color:var(--text_neutral_secondary);flex-direction:column;align-items:center;gap:12px;padding:40px 0;font-size:13px;display:flex}.csp-host{aspect-ratio:3/2;width:100%}.style-preview-card .center-all{justify-content:center;align-items:center;display:flex}.style-preview-card .flex-column{flex-direction:column}.style-preview-card .flex-row{flex-direction:row;display:flex}.layout-card{cursor:pointer;width:100%;border:none!important}.layout-card .layout-card__frame{background:var(--bkg_neutral_default);border:1px solid var(--border_neutral_default);border-radius:5px;padding-top:12px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000001a}.layout-card .layout-card__dots{background:var(--border_neutral_strong);border-radius:50%;width:4px;height:4px;position:absolute;top:4px;left:11px}.layout-card .layout-card__dots:before,.layout-card .layout-card__dots:after{content:"";background:var(--border_neutral_strong);border-radius:50%;width:4px;height:4px;position:absolute;top:0}.layout-card .layout-card__dots:before{left:-7px}.layout-card .layout-card__dots:after{right:-7px}.layout-card .layout-card__thumb{aspect-ratio:3/4;object-fit:cover;object-position:top;background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:0 0 5px 5px;width:100%;display:block}.layout-card .layout-card__thumb--blank{aspect-ratio:3/4;background:var(--bkg_neutral_secondary);color:var(--text_neutral_weak);text-align:center;justify-content:center;align-items:center;padding:8px;font-size:13px;font-weight:500;display:flex}.layout-card .layout-card__overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.layout-card .layout-card__overlay button{width:auto!important}.layout-card .layout-card__frame:hover .layout-card__overlay{opacity:1}.layout-card .layout-card__menu{position:absolute;top:6px;right:6px}.layout-card .layout-card__menu-btn{border:1px solid var(--border_neutral_default);width:24px;height:24px;color:var(--text_neutral_strong,#1a1a1a);fill:currentColor;cursor:pointer;opacity:0;background:#fff;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:opacity .15s,background .15s;display:inline-flex;box-shadow:0 1px 3px #00000026}.layout-card .layout-card__menu-btn:hover{background:var(--bkg_neutral_secondary,#f2f2f2)}.layout-card:hover .layout-card__menu-btn,.layout-card .layout-card__menu-btn[aria-expanded=true]{opacity:1}.layout-card .layout-card__info{padding:8px 2px}.layout-card .layout-card__title{color:var(--text_neutral_default);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;overflow:hidden}.layout-card .layout-card__desc{color:var(--text_neutral_secondary);white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:12px;overflow:hidden}@media (min-width:640px){.layout-card{width:calc(50% - 16px)}}@media (min-width:1024px){.layout-card{width:calc(33.333% - 16px)}}.picker-btn{background:var(--bkg_neutral_default);color:var(--text_neutral_default);cursor:pointer;white-space:nowrap;border:none;border-radius:5px;padding:6px 16px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.picker-btn:hover{background:var(--bkg_components_button_blue_default);color:var(--text_neutral_ondark)}.byo-body{flex-direction:column;flex:1;min-height:0;display:flex}.byo-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.byo-preview{display:none}@media (min-width:1100px){.byo-body{flex-direction:row}.byo-main{flex:65}.byo-preview{border-left:1px solid var(--border_neutral_default);flex-direction:column;flex:35;gap:12px;padding:16px;display:flex;overflow-y:auto}}.preview-option-row{height:50px;padding-bottom:2px}.preview-option-row .preview-option{opacity:.4;cursor:pointer;width:36px;height:36px;color:var(--icon_neutral_default);flex-shrink:0;margin:2px;padding:0;transition:opacity .3s;position:relative}.preview-option-row .preview-option.selected{opacity:1}.preview-option-row .preview-option.selected:after{width:18px;height:2px;left:9px}.preview-option-row .preview-option:after{content:"";background:var(--icon_neutral_default);width:0;height:2px;transition:all .1s;position:absolute;bottom:0;left:18px}.colorPickerTheme-yWz2jw{--color-primary:#2479c7;--color-primary-light:#e9f5ff;--color-border:#cdcdcd;--color-border-light:#dcdcdc;--color-text:#333;--color-text-muted:#6d6e6f;--color-bg:#f8f8f8;--color-bg-light:#eee;--color-bg-hover:#e7e7e7}.colorButtonContainer-wEzLqu{border:1px solid var(--color-border,#cdcdcd);background-image:linear-gradient(45deg,#ccc 25%,#0000 25%),linear-gradient(135deg,#ccc 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ccc 75%),linear-gradient(135deg,#0000 75%,#ccc 75%);background-position:0 0,8px 0,8px -8px,0 8px;background-size:16px 16px;border-radius:3px;flex-shrink:0;width:32px;min-width:32px;height:32px;position:relative;overflow:hidden}.colorButton-bjq8Eo{cursor:pointer;background:#fff;border:none;border-radius:3px;outline:none;width:100%;height:100%;padding:0;position:absolute;top:0;left:0}.colorButton-bjq8Eo:hover{opacity:.9}:root{--right-panel-width:320px;--left-panel-width:212px}.vgn-input-row{border-bottom:1px solid var(--border_neutral_default);padding:24px 0}.vgn-input-row.no-border{border:none}.main-grid-container{grid-template-columns:var(--left-panel-width)auto var(--right-panel-width);grid-column-gap:0px;grid-row-gap:0px;grid-template-rows:50px auto;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;transition:all .3s;display:grid;position:absolute;left:0}.main-grid-container.no-right{grid-template-columns:var(--left-panel-width)auto 0px}.main-grid-container.no-left{grid-template-columns:0px auto var(--right-panel-width)}.main-grid-container.no-left.no-right{grid-template-columns:0 auto 0}.grid-top{border-bottom:1px solid var(--border_neutral_default);z-index:148;background:var(--bkg_neutral_default);grid-area:1/1/1/4}.small-radius{border-radius:4px}.grid-left{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;grid-area:2/1/2/1;max-height:100%;position:relative;overflow:hidden;padding-top:0!important}.no-left .grid-left .custom-carousel{display:none}.left-grid-content{width:100%;height:100%;max-height:calc(100% - 152px);position:absolute;top:100px;bottom:0;overflow:auto}.grid-center{grid-area:2/2/2/2;justify-content:center;align-items:center;max-height:100%;display:flex;position:relative;overflow:auto}.grid-right{border-left:1px solid var(--border_neutral_default);background:var(--bkg_neutral_secondary);grid-area:2/3/2/3;max-height:100%;position:relative;overflow:hidden}.no-top .grid-right{grid-area:1/3/3/3}.no-top .grid-left{grid-area:1/1/3/1}.no-top .grid-top{grid-area:1/2/2/3}.no-top .setting-header{align-items:center;height:50px;display:flex}.no-right .preview-option-row,.no-top .preview-option-row{margin:0!important}@media (max-width:768px){.main-grid-container{grid-template-columns:0 auto 0!important}.grid-right,.options-left .grid-left{display:none!important}}.vagaro-nav{color:#fff;background:#cc4744;align-items:center;padding-bottom:2px;font-size:16px;display:flex}.vagaro-nav div{align-items:center;padding:0 10px;font-weight:500;display:flex}.vagaro-nav div svg{stroke:#fff;fill:#fff;margin-left:4px;stroke-width:12px!important}@media only screen and (max-width:1180px){.v-nav-item{display:none!important}}.default-break{white-space:normal;word-break:break-word}.form-root .dc-row{align-items:stretch}.form-consumer .form-root .dc-row{align-items:flex-start}.form-consumer-scroller{max-height:calc(100vh - 50px);padding:0 16px;overflow-x:hidden;overflow-y:auto}.scrollable.canvas-bg{container-type:inline-size}.form-component{border-radius:6px;gap:8px;min-width:100px;max-width:calc(100% - 8px);min-height:24px;margin:4px;padding:20px;position:relative}.form-component input,.form-component textarea,.form-component select{cursor:text;background-color:var(--bkg_neutral_default);color:inherit;border-radius:3px;padding:8px;font-family:inherit;font-size:15px;line-height:24px;border:1px solid var(--border_neutral_strong)!important}.form-component input:focus-visible{border:1px solid var(--border_blue_default);outline:none}.form-component textarea:focus-visible{border:1px solid var(--border_blue_default);outline:none}.form-component select:focus-visible{border:1px solid var(--border_blue_default);outline:none}.form-component select{cursor:default;background-color:var(--bkg_neutral_default)}.form-component textarea{flex-shrink:0;height:100px;font-family:inherit}.form-component-no-side-padding{padding:20px 0}.outline-drop-shadow{box-shadow:0 2px 10px #0000001a}html .font-18{margin:0;font-size:18px;font-weight:500}html .font-16{margin:0;font-size:16px;font-weight:400}.font-desc{letter-spacing:-.1px;color:var(--text_neutral_secondary);font-size:15px;font-weight:400;line-height:20px}.hover-gray{border-radius:4px;transition:all .2s}.hover-gray:hover{background:var(--bkg_neutral_tertiary)}body .vgn-input-row label{font-size:15px;font-weight:600;line-height:20px}body .vgn-input-row select{cursor:pointer;text-align:right;text-align-last:right;background-color:var(--bkg_neutral_default);-webkit-appearance:none;appearance:none;color:inherit;background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg>");background-position:calc(100% - 8px);background-repeat:no-repeat;background-size:16px 16px;outline:none;padding:8px 28px 8px 8px;font-family:inherit;font-size:15px;font-weight:600;line-height:20px;border:none!important}body .vgn-input-row select option{text-align:left;direction:ltr}body .vgn-input-row select:focus-visible{border:1px solid var(--border_blue_default);outline:none}[data-theme=dark] select{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg>");background-position:calc(100% - 8px);background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"white\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg>")!important}select{cursor:pointer;-webkit-appearance:none;appearance:none;color:inherit;background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"><path d=\"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\"/></svg>");background-position:calc(100% - 8px);background-repeat:no-repeat;background-size:16px 16px;border:none;outline:none;padding:8px 28px 8px 8px;font-family:inherit;font-size:15px;font-weight:600;line-height:20px}.max-form-width{max-width:408px}.tablet-break #dnd-canvas .max-form-width{max-width:100%}@media only screen and (max-width:768px){.max-form-width{max-width:100%}}.fake-input{pointer-events:none;cursor:inherit!important}.disabled-input{opacity:.5;pointer-events:none;resize:none;cursor:inherit!important}body .add-button{border:1px solid var(--text_blue_default);color:var(--text_blue_default);background:var(--bkg_neutral_default);border-radius:3px;justify-content:flex-start;align-items:center;padding:10px 8px;font-size:15px;font-weight:400;line-height:20px;transition:background .2s;display:flex}body .add-button:hover{background:var(--bkg_components_button_ghost_hover)}body .add-button:active{background:var(--bkg_components_button_neutral_pressed)}.option-list{flex-direction:column;max-width:420px;margin-top:-8px;display:flex}.option-list.wrapped{flex-flow:wrap;max-width:100%}.option-list.wrapped.inline-options .option-item{width:auto;margin-right:16px}.option-list .option-item{word-break:break-word;margin-top:12px;margin-bottom:12px;margin-right:16px}.option-list .vg-radio-selection-tiles-title{font-size:var(--font_size_15)!important}.option-list .vg-radio-selection-control:checked+.vg-radio-selection-tiles-group.default:after{left:5px!important}.option-list .vg-radio-selection-tiles-option{padding:0!important}.grouped .option-item.other-option,.mobile-break .option-item.other-option{width:100%!important}.tablet-break .wrapped,.grouped .wrapped{flex-flow:wrap;max-width:100%}.grouped .wrapped .option-item{width:calc(50% - 16px);margin-right:16px}.options-left{background:var(--bkg_neutral_default);z-index:200;border-right:1px solid var(--border_neutral_default);width:300px;max-width:300px;height:calc(100% - 50px);transition:all .3s;position:absolute;top:50px;left:0;box-shadow:0 10px 10px 10px #00000014}.options-left.hide{max-width:0;box-shadow:0 10px 10px 10px #0000}@media (max-width:768px){.options-left{display:none!important}}.pop-up-link{color:var(--text_blue_default);text-decoration:none}.vg-upload-drop .vg-dropdown-item{text-decoration:none!important}html,body{-webkit-tap-highlight-color:#0000;-webkit-touch-callout:none;touch-action:pan-x pan-y pinch-zoom}@media (pointer:coarse){body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000}}.formMainWrap{color:var(--text_neutral_default)}.options-panel .vg-w-tab-menu .vg-w-tab-link{width:100%}.options-panel label{color:var(--text_neutral_default);font-weight:600}.options-panel hr{opacity:1;border:none;border-bottom:1px solid var(--border_neutral_default);width:100%}.options-panel .display-type-label{font-size:24px;font-weight:600}.options-panel input,.options-panel textarea,.options-panel select{cursor:text;background:var(--bkg_neutral_default);color:var(--text_neutral_default);border:1px solid var(--border_neutral_strong);border-radius:3px;padding:8px;font-family:inherit;font-size:15px;line-height:24px}.options-panel input:focus-visible{border:1px solid var(--border_blue_default);outline:none}.options-panel textarea:focus-visible{border:1px solid var(--border_blue_default);outline:none}.options-panel select:focus-visible{border:1px solid var(--border_blue_default);outline:none}.options-panel input::placeholder{color:var(--text_neutral_weak)}.options-panel select{cursor:default}.options-panel textarea{flex-shrink:0;height:100px;font-family:inherit}body .outlined-select{color:inherit;border-radius:3px;margin-top:4px;padding:6px 8px;border:1px solid var(--border_neutral_strong)!important}.emailMarketingBuilder .vg-select2-dropdown__menu .vg-select-virtualiz .vg-select2-dropdown__menu-list{max-height:200px!important}.title-input,.form-title{resize:none;color:var(--text_neutral_strong);border:none;outline:none;margin:12px 12px 8px;padding:16px;font-family:inherit;font-size:36px;font-weight:500;line-height:40px;overflow:hidden}.form-component .editing-heading textarea{padding:20px!important;font-size:2em!important;font-weight:500!important;line-height:1.2!important}.editable-textarea{border:1px solid var(--border_neutral_strong);border-radius:4px;padding:8px;cursor:text!important}.editable-textarea:focus-visible{border:1px solid var(--border_blue_default);outline:none}.editable-textarea:empty:before{content:attr(data-placeholder);color:var(--text_neutral_weak)}.invalid-title .dnd-canvas .title-input{border:1px solid var(--border_alert_default);background:var(--bkg_alert_weak)!important}.invalid-title .dnd-canvas .title-input-container:after{z-index:2;color:var(--text_alert_default);font-size:13px;position:absolute;bottom:12px;right:20px}.invalid-title.title-required .dnd-canvas .title-input-container:after{content:"Title is required"}.invalid-title.title-in-use .dnd-canvas .title-input-container:after{content:"Title is already in use"}.title-input{background-color:var(--bkg_neutral_default);border-radius:4px;width:100%}.title-input:focus-visible{outline:1px solid var(--border_blue_default)}.title-divider{border-bottom:1px var(--text_neutral_default)solid;max-width:100px;margin:12px 24px 0}.vg-texteditor-shell .editor-scroller,.ContentEditable__root{max-width:none!important;max-height:none!important}.vg-texteditor-shell{max-width:none!important}.dnd-canvas{border-radius:6px;margin:auto}.email-component-wrapper{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;touch-action:manipulation;-webkit-user-drag:none}.email-component-wrapper *,.email-component-wrapper :before,.email-component-wrapper :after{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.email-component-wrapper a,.email-component-wrapper img,.email-component-wrapper button{-webkit-touch-callout:none;-webkit-user-drag:none}.email-component-wrapper input,.email-component-wrapper textarea,.email-component-wrapper [contenteditable=true]{-webkit-user-select:text!important;user-select:text!important;-webkit-touch-callout:default!important}input,textarea,[contenteditable=true],.text-editor,.rich-text-content{font-size:max(16px,1em)!important}.dc-row .drop-target{margin:0 -4px}.full-width-children>*{width:100%}[data-theme=dark] .canvas-container canvas{filter:invert()}.payment-frame{border:none;width:384px;height:400px}#dnd-canvas .payment-frame{pointer-events:none}.designer-stettings-row{min-width:-webkit-fit-content;min-width:fit-content;height:100%}.designer-stettings-row button{height:100%;color:var(--text_neutral_default);font-weight:500;font-size:var(--font_size_18);margin:0 6px;position:relative;outline:none!important}.designer-stettings-row button:after{content:"";background-color:var(--text_neutral_default);width:0%;height:1px;transition:all .2s ease-in-out;position:absolute;bottom:0;left:50%}.designer-stettings-row button.selected:after{width:100%;left:0%}.save-preview-draft-row{min-width:-webkit-fit-content;min-width:fit-content}.save-preview-draft-row button{margin-right:16px;padding:0 16px;width:auto!important;height:auto!important;min-height:32px!important}.form-settings-menu{padding:24px}.form-settings-menu .inset-container{margin-left:54px;padding:0 12px}.form-settings-menu hr{opacity:1;border:none;border-bottom:1px solid var(--border_neutral_default);width:100%;margin:0}.form-settings-menu h2{font-size:26px;font-weight:500;line-height:36px}.question-index{white-space:nowrap}.drag-preview .question-index{display:none}.component-layout-label{background:var(--bkg_neutral_secondary);border-top:1px solid var(--border_neutral_default);border-bottom:1px solid var(--border_neutral_default);letter-spacing:.09em;text-transform:none;color:var(--text_neutral_secondary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:9px 16px;font-size:10px;font-weight:700}.component-layout-label:first-child{border-top:none}.component-layout-label:hover{background:var(--bkg_neutral_tiertiary);color:var(--text_neutral_default)}.component-layout-label svg{opacity:.5;width:7px!important}.dnd-canvas .form-component .clock-icon{pointer-events:none!important}.dnd-canvas .form-component>*{pointer-events:none}.dnd-canvas .form-component .vg-radio-selection-tiles-group{align-items:flex-start!important}.dnd-canvas .form-component .vg-radio-selection-control:checked+.vg-radio-selection-tiles-group.default:after{top:5px!important;transform:none!important}.canvas-container{border:1px solid var(--border_neutral_strong);background:var(--bkg_neutral_secondary);border-radius:4px;width:100%;max-width:100%}.canvas-container canvas{width:100%;max-width:100%}.canvas-container .signiture-text-row{width:calc(100% - 48px);color:var(--text_neutral_weak);border-bottom:2px solid var(--bkg_neutral_inverse);pointer-events:none;white-space:nowrap;word-break:keep-all;justify-content:space-between;align-items:flex-end;padding:6px 8px;font-size:15px;font-weight:500;display:flex;position:absolute;bottom:10%;left:24px}.mobile-break .signiture-text-row{font-size:12px}.req-icon{color:var(--text_alert_default)!important}.required-notice,.editor-required-notice{word-break:keep-all;white-space:nowrap;font-size:13px;display:none;position:absolute;bottom:-17px;color:var(--text_alert_default)!important}.form-invalid-message{word-break:keep-all;white-space:nowrap;font-size:13px;position:absolute;top:6px;right:6px;color:var(--text_alert_default)!important}.tried-submit .consumer .required-notice,.tried-submit .dnd-canvas .editor-required-notice{display:block}.relative-notice .required-notice,.relative-notice .editor-required-notice{padding:8px 0;position:relative;bottom:0}.vg-tooltip-sms{max-width:170px!important}.form-component .vg-reacttk-d-flex{width:100%}.form-component h2{margin:0}.form-component{word-break:break-word}.form-component .vg-daterangepicker-group{width:100%}.choice-input-block .vg-tk-btn.vg-btn-ghost{justify-content:flex-start;width:100%}.tablet-break .grouped.flex-row-to-column{flex-direction:column}.invalid .form-image{margin:8px auto auto}.form-image{margin:auto}.form-submit-footer{border-top:1px solid var(--border_neutral_strong);background:var(--bkg_neutral_default);margin:0 32px;padding:30px 0}.business-title-container{border-bottom:1px solid var(--border_neutral_strong);margin:24px;padding:24px 0;display:flex}.business-title-container .form-consumer-business-image{border:1px solid var(--border_neutral_strong);object-fit:contain;border-radius:4px;margin-right:16px}@media screen and (max-width:767px){.form-consumer-scroller{padding:0!important}.business-title-container{flex-direction:column}.business-title-container .form-consumer-business-image{width:100%;height:228px;margin-bottom:16px;margin-right:0}.form-submit-footer{position:-webkit-sticky;position:sticky;bottom:0}}.mobile-break .form-consumer-scroller{padding:0!important}.mobile-break .business-title-container{flex-direction:column}.mobile-break .business-title-container .form-consumer-business-image{width:100%;height:228px;margin-bottom:16px;margin-right:0}.mobile-break .form-submit-footer{position:-webkit-sticky;position:sticky;bottom:0}.choice-input-block svg{min-width:12px}.choice-input-block .choice-btn{flex-shrink:0;width:32px;min-width:32px;max-width:32px;height:32px;margin:0 4px}.form-component .form-question{color:var(--text_neutral_default);word-break:break-all;font-size:15px;line-height:20px}.grid-right .vg-select2-dropdown__menu .vg-select-virtualiz .vg-select2-dropdown__menu-list{max-height:208px!important}.agreement-content h1,.agreement-content h2,.agreement-content h3{margin-bottom:.5em}.agreement-content h1{font-size:2em}.agreement-content h2{font-size:1.5em}.agreement-content p{font-size:1em}.range-drop-down-container{min-height:0;max-height:0;transition:all .3s;overflow:hidden}.range-drop-down-container.active{min-height:10px;max-height:60px}.range-drop-down-container.active.large{max-height:300px}input[type=number]::-webkit-outer-spin-button{height:auto;margin:0;-webkit-appearance:inner-spin-button!important;opacity:1!important;display:block!important}input[type=number]::-webkit-inner-spin-button{height:auto;margin:0;-webkit-appearance:inner-spin-button!important;opacity:1!important;display:block!important}input[type=number]{-moz-appearance:textfield}input[type=number]:not(:hover)::-webkit-outer-spin-button{opacity:.7}input[type=number]:not(:hover)::-webkit-inner-spin-button{opacity:.7}.wb-input-row{border-radius:4px;align-items:center;width:100%;max-width:100%;margin:6px 0;display:flex}.wb-input-row button svg{width:14px;max-width:14px;height:14px;max-height:14px;margin:-10px}.wb-input-row>input[type=text]{background:#fff;flex-direction:row;align-items:center;width:100%;max-width:100%;height:40px;padding:8px;display:flex}.wb-input-row .slider-range-input{-webkit-appearance:none;appearance:none;background:#d3d3d3;border-radius:4px;outline:none;width:100%;height:8px;margin-top:14px;margin-bottom:14px;padding:0;display:inline-block}.wb-input-row .slider-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#333;border-radius:100%;width:16px;height:16px}.wb-input-row .slider-range-input::-moz-range-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:#333;border-radius:100%;width:16px;height:16px}.wb-input-row .slider-range-input::-moz-range-progress{background:#333}.range-text{color:#6d6e6f;background:#fff;border:1px solid #cdcdcd;border-radius:4px;justify-content:space-between;align-items:center;margin-left:10px;padding:8px;font-size:16px;font-weight:400;line-height:20px;display:flex}.range-text span{font-size:15px;display:inline-block}.range-text input{border:none;outline:none;width:58px}.react-modal-sheet-drag-indicator-container{align-items:center;gap:0;padding:12px 0 6px;justify-content:center!important}.react-modal-sheet-drag-indicator{background-color:#bbb!important;border-radius:999px!important;width:22px!important;height:5px!important}.image-menu{flex-wrap:wrap;gap:4%;width:100%;max-height:264px;margin-top:8px;margin-bottom:8px;display:flex;overflow:auto}.image-menu .image-container{width:30%;height:88px;padding:7px 0;position:relative}.image-menu .image-container button{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #cdcdcd;border-radius:4px;width:100%;height:100%;position:relative}.image-menu .image-container.add button{color:#777;border:1px dashed #cdcdcd;flex-direction:column;justify-content:center;align-items:center;font-size:13px;display:flex}.image-menu .image-container .removed{opacity:.5;position:relative;overflow:hidden}.image-menu .image-container .removed:before{content:"";opacity:.33;background-image:linear-gradient(45deg,red 25%,#0000 25%),linear-gradient(-45deg,red 25%,#0000 25%),linear-gradient(45deg,#0000 75%,red 75%),linear-gradient(-45deg,#0000 75%,red 75%);background-position:0 0,0 5px,-5px -5px,-5px 0;background-size:10px 10px;width:100%;height:100%;position:absolute;top:0;left:0}.image-menu .image-container .delete-image-button{color:#777;background:#fff;border-radius:100%;width:0;height:0;padding:12px;display:none;position:absolute;top:0;right:-4px;overflow:hidden;box-shadow:0 2px 8px #00000026;border:1px solid #cdcdcd!important}.image-menu .image-container:hover .delete-image-button{display:flex}.image-menu .image-container:hover .delete-image-button:hover{background:#eee}.image-menu .image-container:hover .delete-image-button svg{flex-shrink:0;width:14px;height:14px}.image-menu .image-select-number{color:#fff;background:#0006;border:3px solid #fff;border-radius:100%;width:32px;height:32px;font-size:22px}.add-image-upload{position:relative}.add-image-upload input{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.img-is-logo{position:relative}.img-is-logo:after{color:#fff;content:"LOGO";z-index:0;background:#3337;width:100%;padding:2px 8px;font-size:12px;font-weight:700;position:absolute;bottom:0;left:0}.pulse-opacity{animation:2.5s linear infinite pulse-opacity}@keyframes pulse-opacity{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.font-small{font-size:12px}.simple-image-editor-container{z-index:4000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.simple-image-editor{-webkit-user-select:none;user-select:none;background:#fff;border-radius:10px;grid-template-rows:auto 1fr auto;grid-template-columns:1fr;width:80vw;min-width:400px;max-width:1400px;height:80vh;min-height:400px;max-height:1200px;padding:10px;display:grid;box-shadow:0 0 10px #00000080}.simple-image-editor .editor-header-row{flex-direction:row;grid-area:1/1/2/2;justify-content:space-between;align-items:center;width:100%;padding:10px;display:flex}.simple-image-editor .canvas-row{touch-action:none;background-color:#666;background-image:linear-gradient(45deg,#555 25%,#0000 25%),linear-gradient(135deg,#555 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#555 75%),linear-gradient(135deg,#0000 75%,#555 75%);background-position:0 0,16px 0,16px -16px,0 16px;background-size:32px 32px;border:1px solid #f7f7f7;flex-direction:column;grid-area:2/1/3/2;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.simple-image-editor .canvas-row canvas{vertical-align:middle;max-width:calc(100% - 48px);max-height:calc(100% - 48px);margin:auto;display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0}.simple-image-editor .toolbar-row{grid-area:3/1/4/2;justify-content:space-between;align-items:center;gap:10px;width:100%;margin-top:10px;display:flex}.simple-image-editor .toolbar-row-left{flex:1}.simple-image-editor .toolbar-row-center{flex:1;margin-left:42px}.simple-image-editor .toolbar-save-close-row,.simple-image-editor .t-row{flex-direction:row;align-items:center;gap:10px;display:flex}.simple-image-editor .rotate-button{cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:20px}.simple-image-editor .rotate-button.right{transform:scaleX(-1)}.simple-image-editor .close-button{cursor:pointer;color:#000;background:0 0;border:none;align-self:flex-start;margin:0;padding:0;font-size:30px;font-weight:700;line-height:.5}:root{--bs-body-bg:#fff;--bs-body-color:#333;--bs-modal-bg:#fff;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5}.modal-content{background-color:var(--bs-modal-bg,#fff)}.modal-backdrop{background-color:var(--bs-backdrop-bg,#000)!important}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity,.5)!important}.theme-list-page-container{background:#fff;flex-direction:column;height:100%;display:flex}.theme-list-header{border-bottom:1px solid var(--border_neutral_default);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.theme-list-header h2{margin:0;font-size:16px;font-weight:700}.theme-list-header .back-btn{cursor:pointer;color:var(--text_neutral_secondary,#6b7280);background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:500;display:flex}.cat-chip-row{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 12px;display:flex}.cat-chip-row .cat-chip{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;transition:background .15s,color .15s}.cat-chip-row .cat-chip.selected{color:#fff;background:#1a56db;border-color:#1a56db}.theme-list-container{flex-wrap:wrap;flex:1;gap:10px;padding:10px 12px 80px;display:flex;overflow-y:auto}.theme-combo{flex-shrink:0;width:calc(50% - 5px);animation:.3s both fadeIn}.theme-container{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;position:relative;overflow:hidden}.theme-container .theme-preview-img{object-fit:cover;background-position:50%;background-size:cover;width:100%;height:80px;display:block}.theme-container .theme-color-strip{height:10px;display:flex}.theme-container .theme-info{padding:6px 8px 8px}.theme-container .theme-info .theme-font-label{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:10px;overflow:hidden}.theme-container .theme-overlay{opacity:0;background:#00000073;border-radius:8px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.theme-container:hover .theme-overlay{opacity:1}.theme-container .apply-btn{cursor:pointer;color:#111;background:#fff;border:none;border-radius:5px;padding:6px 18px;font-size:13px;font-weight:600;transition:background .15s}.theme-container .apply-btn:hover{color:#fff;background:#1a56db}.theme-container .apply-btn.applied{color:#fff;cursor:default;background:#22c55e}.theme-current-badge{color:#fff;background:#22c55e;border-radius:10px;padding:2px 7px;font-size:10px;font-weight:700;position:absolute;top:6px;left:6px}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--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;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:proxima-nova,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=button]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=reset]){-webkit-appearance:button;background-color:#0000;background-image:none}input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}svg{vertical-align:baseline;display:inline-block}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background-color:var(--bkg_neutral_tiertiary);border-radius:10px}::-webkit-scrollbar-thumb{background-color:var(--bkg_components_selector_disabled);border-radius:10px}.custom-scroll-hide::-webkit-scrollbar-track{background:0 0}.custom-scroll-hide::-webkit-scrollbar-thumb{background-color:#0000}.custom-scroll-hide:hover::-webkit-scrollbar-track{background-color:var(--bkg_neutral_tiertiary)}.custom-scroll-hide:hover::-webkit-scrollbar-thumb{background-color:var(--bkg_components_selector_disabled)}.\!container{width:100%!important}.container{width:100%}@media (min-width:360px){.\!container{max-width:360px!important}.container{max-width:360px}}@media (min-width:480px){.\!container{max-width:480px!important}.container{max-width:480px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1180px){.\!container{max-width:1180px!important}.container{max-width:1180px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.framefullwidth iframe{width:100%!important}.popupwidth542.zs-fullwithcc{max-width:100%!important}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.\!static{position:static!important}.static{position:static}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.\!inset-0{top:0!important;bottom:0!important;left:0!important;right:0!important}.inset-0{top:0;bottom:0;left:0;right:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.\!-right-full{right:-100%!important}.\!left-0{left:0!important}.\!left-1\/2{left:50%!important}.\!left-\[160px\]{left:160px!important}.\!left-\[52px\]{left:52px!important}.\!right-0{right:0!important}.\!top-1\/2{top:50%!important}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-11{bottom:-2.75rem}.-bottom-2{bottom:-.5rem}.-bottom-9{bottom:-2.25rem}.-bottom-\[17px\]{bottom:-17px}.-bottom-\[22px\]{bottom:-22px}.-left-1{left:-.25rem}.-right-0\.5{right:-.125rem}.-right-2\.5{right:-.625rem}.-right-full{right:-100%}.-top-1\.5{top:-.375rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.-top-\[1px\]{top:-1px}.-top-\[3px\]{top:-3px}.-top-\[7px\]{top:-7px}.-top-px{top:-1px}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.bottom-\[-28px\]{bottom:-28px}.bottom-\[-3px\]{bottom:-3px}.bottom-\[-48px\]{bottom:-48px}.bottom-\[-5px\]{bottom:-5px}.bottom-\[0\],.bottom-\[0px\]{bottom:0}.bottom-\[10\%\]{bottom:10%}.bottom-\[100\%\]{bottom:100%}.bottom-\[106px\]{bottom:106px}.bottom-\[10px\]{bottom:10px}.bottom-\[20px\]{bottom:20px}.bottom-\[24px\]{bottom:24px}.bottom-\[2px\]{bottom:2px}.bottom-\[30px\]{bottom:30px}.bottom-\[49px\]{bottom:49px}.bottom-\[5\%\]{bottom:5%}.bottom-\[5\.5rem\]{bottom:5.5rem}.bottom-\[85px\]{bottom:85px}.bottom-\[9\%\]{bottom:9%}.bottom-\[calc\(100\%\+8px\)\]{bottom:calc(100% + 8px)}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/3{left:33.3333%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-\[-11px\]{left:-11px}.left-\[-13px\]{left:-13px}.left-\[-14px\]{left:-14px}.left-\[-30px\]{left:-30px}.left-\[-39px\]{left:-39px}.left-\[105\%\]{left:105%}.left-\[10px\]{left:10px}.left-\[11\.3\%\]{left:11.3%}.left-\[12\.8\%\]{left:12.8%}.left-\[16px\]{left:16px}.left-\[226px\]{left:226px}.left-\[27px\]{left:27px}.left-\[286px\]{left:286px}.left-\[2px\]{left:2px}.left-\[30\%\]{left:30%}.left-\[30px\]{left:30px}.left-\[345px\]{left:345px}.left-\[35\%\]{left:35%}.left-\[3px\]{left:3px}.left-\[40\%\]{left:40%}.left-\[43\%\]{left:43%}.left-\[45px\]{left:45px}.left-\[50\%\]{left:50%}.left-\[60px\]{left:60px}.left-\[7px\]{left:7px}.left-\[8\%\]{left:8%}.left-\[95px\]{left:95px}.left-\[calc\(200px-48px\)\]{left:152px}.left-auto{left:auto}.left-full{left:100%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-1\/2{right:50%}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-8{right:2rem}.right-\[-11px\]{right:-11px}.right-\[-13px\]{right:-13px}.right-\[-14px\]{right:-14px}.right-\[-1px\]{right:-1px}.right-\[-2px\]{right:-2px}.right-\[-30px\]{right:-30px}.right-\[-3px\]{right:-3px}.right-\[-46px\]{right:-46px}.right-\[-5px\]{right:-5px}.right-\[0px\]{right:0}.right-\[105\%\]{right:105%}.right-\[106px\]{right:106px}.right-\[10px\]{right:10px}.right-\[11\.3\%\]{right:11.3%}.right-\[12px\]{right:12px}.right-\[16px\]{right:16px}.right-\[30px\]{right:30px}.right-\[54px\]{right:54px}.right-\[55\%\]{right:55%}.right-\[5px\]{right:5px}.right-\[60px\]{right:60px}.right-\[8\%\]{right:8%}.right-\[calc\(clamp\(300px\,20\%\,384px\)\+16px\)\]{right:calc(max(300px,min(20%,384px)) + 16px)}.right-full{right:100%}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-8{top:2rem}.top-\[-20px\]{top:-20px}.top-\[-250px\]{top:-250px}.top-\[-28px\]{top:-28px}.top-\[-44px\]{top:-44px}.top-\[0px\]{top:0}.top-\[100\%\]{top:100%}.top-\[106px\]{top:106px}.top-\[10px\]{top:10px}.top-\[12px\]{top:12px}.top-\[16\%\]{top:16%}.top-\[18px\]{top:18px}.top-\[19px\]{top:19px}.top-\[1px\]{top:1px}.top-\[20\%\]{top:20%}.top-\[20px\]{top:20px}.top-\[21px\]{top:21px}.top-\[22px\]{top:22px}.top-\[2px\]{top:2px}.top-\[3px\]{top:3px}.top-\[4\.7\%\]{top:4.7%}.top-\[50\%\]{top:50%}.top-\[50px\]{top:50px}.top-\[51px\]{top:51px}.top-\[52px\]{top:52px}.top-\[56px\]{top:56px}.top-\[60\%\]{top:60%}.top-\[62\%\]{top:62%}.top-\[8\%\]{top:8%}.top-\[calc\(62\%\+32px\)\]{top:calc(62% + 32px)}.top-full{top:100%}.isolate{isolation:isolate}.\!z-\[9999\]{z-index:9999!important}.\!z-\[999\]{z-index:999!important}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100005\]{z-index:100005}.z-\[10000\]{z-index:10000}.z-\[1000\]{z-index:1000}.z-\[1001\]{z-index:1001}.z-\[100\]{z-index:100}.z-\[101\]{z-index:101}.z-\[1050\]{z-index:1050}.z-\[10\]{z-index:10}.z-\[1100\]{z-index:1100}.z-\[148\]{z-index:148}.z-\[18\]{z-index:18}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2\]{z-index:2}.z-\[300\]{z-index:300}.z-\[3\]{z-index:3}.z-\[5\]{z-index:5}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[8\]{z-index:8}.z-\[98\]{z-index:98}.z-\[9990\]{z-index:9990}.z-\[99991\]{z-index:99991}.z-\[99999999999\]{z-index:2147483647}.z-\[999999\]{z-index:999999}.z-\[99999\]{z-index:99999}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.z-\[99\]{z-index:99}.z-\[9\]{z-index:9}.order-2{order:2}.order-3{order:3}.col-\[1\/1\]{grid-column:1/1}.col-\[1\/4\]{grid-column:1/4}.col-\[2\/2\]{grid-column:2/2}.col-\[3\/3\]{grid-column:3/3}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-full{grid-column:1/-1}.\!col-start-1{grid-column-start:1!important}.row-\[1\/1\]{grid-row:1/1}.row-\[2\/2\]{grid-row:2/2}.float-end{float:inline-end}.float-right{float:right}.float-left{float:left}.float-none{float:none}.clear-left{clear:left}.clear-both{clear:both}.clear-none{clear:none}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-8{margin:2rem}.m-\[-17px\]{margin:-17px}.m-\[15px\]{margin:15px}.m-\[2px_0_0\]{margin:2px 0 0}.m-\[3px\]{margin:3px}.m-\[8px\]{margin:8px}.m-auto{margin:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-\[30px\]{margin-left:-30px;margin-right:-30px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-\[-15px\]{margin-left:-15px;margin-right:-15px}.mx-\[-30px\]{margin-left:-30px;margin-right:-30px}.mx-\[0px\]{margin-left:0;margin-right:0}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[12px\]{margin-left:12px;margin-right:12px}.mx-\[15px\]{margin-left:15px;margin-right:15px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[14px\]{margin-top:14px;margin-bottom:14px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.my-\[2px\]{margin-top:2px;margin-bottom:2px}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.my-\[3px\]{margin-top:3px;margin-bottom:3px}.my-\[48px\]{margin-top:48px;margin-bottom:48px}.my-\[50px\]{margin-top:50px;margin-bottom:50px}.my-\[5px\]{margin-top:5px;margin-bottom:5px}.my-\[60px\]{margin-top:60px;margin-bottom:60px}.my-auto{margin-top:auto;margin-bottom:auto}.\!-mb-5{margin-bottom:-1.25rem!important}.\!mb-2\.5{margin-bottom:.625rem!important}.\!mb-6{margin-bottom:1.5rem!important}.\!ml-0{margin-left:0!important}.\!mr-0{margin-right:0!important}.\!mt-0{margin-top:0!important}.\!mt-4{margin-top:1rem!important}.-mb-\[119px\]{margin-bottom:-119px}.-mb-\[50px\]{margin-bottom:-50px}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-\[160px\]{margin-left:-160px}.-ml-\[25px\]{margin-left:-25px}.-ml-\[5px\]{margin-left:-5px}.-ml-\[60px\]{margin-left:-60px}.-ml-px{margin-left:-1px}.-mr-1{margin-right:-.25rem}.-mr-\[109px\]{margin-right:-109px}.-mr-\[20px\]{margin-right:-20px}.-mr-\[5px\]{margin-right:-5px}.-mr-\[60px\]{margin-right:-60px}.-mt-0\.5{margin-top:-.125rem}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mt-9{margin-top:-2.25rem}.-mt-\[100px\]{margin-top:-100px}.-mt-\[170px\]{margin-top:-170px}.-mt-\[25px\]{margin-top:-25px}.-mt-\[30px\]{margin-top:-30px}.-mt-\[6px\]{margin-top:-6px}.-mt-\[70px\]{margin-top:-70px}.-mt-\[8px\]{margin-top:-8px}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-\[108px\]{margin-bottom:108px}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[13px\]{margin-bottom:13px}.mb-\[14px\]{margin-bottom:14px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[18px\]{margin-bottom:18px}.mb-\[1px\]{margin-bottom:1px}.mb-\[20px\]{margin-bottom:20px}.mb-\[22px\]{margin-bottom:22px}.mb-\[24px\]{margin-bottom:24px}.mb-\[25px\]{margin-bottom:25px}.mb-\[26px\]{margin-bottom:26px}.mb-\[2px\]{margin-bottom:2px}.mb-\[30px\]{margin-bottom:30px}.mb-\[32px\]{margin-bottom:32px}.mb-\[34px\]{margin-bottom:34px}.mb-\[36px\]{margin-bottom:36px}.mb-\[38px\]{margin-bottom:38px}.mb-\[39px\]{margin-bottom:39px}.mb-\[3px\]{margin-bottom:3px}.mb-\[40px\]{margin-bottom:40px}.mb-\[42px\]{margin-bottom:42px}.mb-\[48px\]{margin-bottom:48px}.mb-\[4px\]{margin-bottom:4px}.mb-\[50px\]{margin-bottom:50px}.mb-\[52px\]{margin-bottom:52px}.mb-\[56px\]{margin-bottom:56px}.mb-\[5px\]{margin-bottom:5px}.mb-\[60px\]{margin-bottom:60px}.mb-\[6px\]{margin-bottom:6px}.mb-\[7px\]{margin-bottom:7px}.mb-\[87px\]{margin-bottom:87px}.mb-\[8px\]{margin-bottom:8px}.mb-\[9px\]{margin-bottom:9px}.mb-frmBot{margin-bottom:16px}.me-0{-webkit-margin-end:0px}.me-0:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:0}.me-0:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:0}.me-0:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:0}.me-1{-webkit-margin-end:.25rem}.me-1:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.25rem}.me-1:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.25rem}.me-1:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.25rem}.me-2{-webkit-margin-end:.5rem}.me-2:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.5rem}.me-2:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.5rem}.me-2:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.5rem}.me-auto{-webkit-margin-end:auto}.me-auto:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:auto}.me-auto:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:auto}.me-auto:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:auto}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-40{margin-left:10rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-\[-14px\]{margin-left:-14px}.ml-\[-1px\]{margin-left:-1px}.ml-\[-20px\]{margin-left:-20px}.ml-\[-30px\]{margin-left:-30px}.ml-\[-6px\]{margin-left:-6px}.ml-\[0px\]{margin-left:0}.ml-\[100px\]{margin-left:100px}.ml-\[10px\]{margin-left:10px}.ml-\[12px\]{margin-left:12px}.ml-\[130px\]{margin-left:130px}.ml-\[13px\]{margin-left:13px}.ml-\[160px\]{margin-left:160px}.ml-\[18px\]{margin-left:18px}.ml-\[1px\]{margin-left:1px}.ml-\[20px\]{margin-left:20px}.ml-\[28px\]{margin-left:28px}.ml-\[2px\]{margin-left:2px}.ml-\[35px\]{margin-left:35px}.ml-\[4px\]{margin-left:4px}.ml-\[50px\]{margin-left:50px}.ml-\[51px\]{margin-left:51px}.ml-\[52px\]{margin-left:52px}.ml-\[54px\]{margin-left:54px}.ml-\[5px\]{margin-left:5px}.ml-\[65px\]{margin-left:65px}.ml-\[66px\]{margin-left:66px}.ml-\[6px\]{margin-left:6px}.ml-\[9px\]{margin-left:9px}.ml-\[auto\],.ml-auto{margin-left:auto}.ml-frmBtw{margin-left:16px}.mr-0{margin-right:0}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-10{margin-right:2.5rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-2\.5{margin-right:.625rem}.mr-3{margin-right:.75rem}.mr-3\.5{margin-right:.875rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-\[-20px\]{margin-right:-20px}.mr-\[-30px\]{margin-right:-30px}.mr-\[0px\]{margin-right:0}.mr-\[10px\]{margin-right:10px}.mr-\[12px\]{margin-right:12px}.mr-\[15px\]{margin-right:15px}.mr-\[16px\]{margin-right:16px}.mr-\[18px\]{margin-right:18px}.mr-\[20px\]{margin-right:20px}.mr-\[25px\]{margin-right:25px}.mr-\[2px\]{margin-right:2px}.mr-\[354px\]{margin-right:354px}.mr-\[362px\]{margin-right:362px}.mr-\[36px\]{margin-right:36px}.mr-\[4px\]{margin-right:4px}.mr-\[5\],.mr-\[5px\]{margin-right:5px}.mr-\[6px\]{margin-right:6px}.mr-\[75px\]{margin-right:75px}.mr-\[8px\]{margin-right:8px}.mr-\[9px\]{margin-right:9px}.mr-\[auto\],.mr-auto{margin-right:auto}.mr-frmBtw{margin-right:16px}.ms-0{-webkit-margin-start:0px}.ms-0:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:0}.ms-0:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:0}.ms-0:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:0}.ms-1{-webkit-margin-start:.25rem}.ms-1:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.25rem}.ms-1:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.25rem}.ms-1:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.25rem}.ms-2{-webkit-margin-start:.5rem}.ms-2:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:.5rem}.ms-2:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.5rem}.ms-2:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:.5rem}.ms-auto{-webkit-margin-start:auto}.ms-auto:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:auto}.ms-auto:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:auto}.ms-auto:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{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-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-\[-10px\]{margin-top:-10px}.mt-\[-15px\]{margin-top:-15px}.mt-\[-16px\]{margin-top:-16px}.mt-\[-170px\]{margin-top:-170px}.mt-\[-1px\]{margin-top:-1px}.mt-\[-20px\]{margin-top:-20px}.mt-\[-2px\]{margin-top:-2px}.mt-\[-4px\]{margin-top:-4px}.mt-\[-661\.5px\]{margin-top:-661.5px}.mt-\[0\],.mt-\[0px\]{margin-top:0}.mt-\[10px\]{margin-top:10px}.mt-\[13px\]{margin-top:13px}.mt-\[14px\]{margin-top:14px}.mt-\[15px\]{margin-top:15px}.mt-\[16px\]{margin-top:16px}.mt-\[18px\]{margin-top:18px}.mt-\[1px\]{margin-top:1px}.mt-\[20px\]{margin-top:20px}.mt-\[21px\]{margin-top:21px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[35px\]{margin-top:35px}.mt-\[36px\]{margin-top:36px}.mt-\[3px\]{margin-top:3px}.mt-\[40px\]{margin-top:40px}.mt-\[44px\]{margin-top:44px}.mt-\[4px\]{margin-top:4px}.mt-\[50px\]{margin-top:50px}.mt-\[5px\]{margin-top:5px}.mt-\[62px\]{margin-top:62px}.mt-\[6px\]{margin-top:6px}.mt-\[73px\]{margin-top:73px}.mt-\[7px\]{margin-top:7px}.mt-\[80px\]{margin-top:80px}.mt-\[8px\]{margin-top:8px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.\!inline-block{display:inline-block!important}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.aspect-\[1\/1\]{aspect-ratio:1}.aspect-\[257\/171\]{aspect-ratio:257/171}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-\[9\/11\]{aspect-ratio:9/11}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.\!size-4{width:1rem!important;height:1rem!important}.\!size-\[18px\]{width:18px!important;height:18px!important}.size-10{width:2.5rem;height:2.5rem}.size-12{width:3rem;height:3rem}.size-16{width:4rem;height:4rem}.size-20{width:5rem;height:5rem}.size-4{width:1rem;height:1rem}.size-40{width:10rem;height:10rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[121px\]{width:121px;height:121px}.size-\[150px\]{width:150px;height:150px}.size-\[15px\]{width:15px;height:15px}.size-\[18px\]{width:18px;height:18px}.size-\[22px\]{width:22px;height:22px}.size-\[250px\]{width:250px;height:250px}.size-\[26px\]{width:26px;height:26px}.size-\[34px\]{width:34px;height:34px}.size-\[35px\]{width:35px;height:35px}.size-\[45px\]{width:45px;height:45px}.size-\[52px\]{width:52px;height:52px}.size-\[64px\]{width:64px;height:64px}.size-\[70px\]{width:70px;height:70px}.size-\[80px\]{width:80px;height:80px}.size-\[89px\]{width:89px;height:89px}.size-\[96px\]{width:96px;height:96px}.size-full{width:100%;height:100%}.\!h-3{height:.75rem!important}.\!h-\[100vh\]{height:100vh!important}.\!h-\[22px\]{height:22px!important}.\!h-\[30px\]{height:30px!important}.\!h-\[320px\]{height:320px!important}.\!h-\[36px\]{height:36px!important}.\!h-\[70px\]{height:70px!important}.\!h-\[calc\(100dvh-150px\)\]{height:calc(100dvh - 150px)!important}.\!h-\[calc\(100svh-195px\)\]{height:calc(100svh - 195px)!important}.\!h-\[calc\(100svh-245px\)\]{height:calc(100svh - 245px)!important}.\!h-\[calc\(100svh-250px\)\]{height:calc(100svh - 250px)!important}.\!h-\[calc\(100svh-300px\)\]{height:calc(100svh - 300px)!important}.\!h-\[calc\(100svh-385px\)\]{height:calc(100svh - 385px)!important}.\!h-\[calc\(100svh-435px\)\]{height:calc(100svh - 435px)!important}.\!h-\[calc\(100svh-440px\)\]{height:calc(100svh - 440px)!important}.\!h-\[calc\(100svh-490px\)\]{height:calc(100svh - 490px)!important}.\!h-\[calc\(100svh-52px\)\]{height:calc(100svh - 52px)!important}.\!h-auto{height:auto!important}.\!h-full{height:100%!important}.h-0{height:0}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-1\/3{height:33.3333%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-52{height:13rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[100dvh\]{height:100dvh}.h-\[100px\]{height:100px}.h-\[100svh\]{height:100svh}.h-\[100vh\]{height:100vh}.h-\[105px\]{height:105px}.h-\[107px\]{height:107px}.h-\[10px\]{height:10px}.h-\[110px\]{height:110px}.h-\[11px\]{height:11px}.h-\[120px\]{height:120px}.h-\[125px\]{height:125px}.h-\[127px\]{height:127px}.h-\[12px\]{height:12px}.h-\[132px\]{height:132px}.h-\[134px\]{height:134px}.h-\[13px\]{height:13px}.h-\[140px\]{height:140px}.h-\[142px\]{height:142px}.h-\[145px\]{height:145px}.h-\[14px\]{height:14px}.h-\[15px\]{height:15px}.h-\[160px\]{height:160px}.h-\[164px\]{height:164px}.h-\[16px\]{height:16px}.h-\[170px\]{height:170px}.h-\[17px\]{height:17px}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[190px\]{height:190px}.h-\[192px\]{height:192px}.h-\[196px\]{height:196px}.h-\[198px\]{height:198px}.h-\[20\%\]{height:20%}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[216px\]{height:216px}.h-\[220px\]{height:220px}.h-\[228px\]{height:228px}.h-\[22px\]{height:22px}.h-\[236px\]{height:236px}.h-\[240px\]{height:240px}.h-\[248px\]{height:248px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[25px\]{height:25px}.h-\[260px\]{height:260px}.h-\[264px\]{height:264px}.h-\[270px\]{height:270px}.h-\[27px\]{height:27px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[320\]{height:320px}.h-\[324px\]{height:324px}.h-\[32px\]{height:32px}.h-\[330px\]{height:330px}.h-\[333px\]{height:333px}.h-\[336px\]{height:336px}.h-\[33px\]{height:33px}.h-\[340px\]{height:340px}.h-\[341px\]{height:341px}.h-\[34px\]{height:34px}.h-\[360px\]{height:360px}.h-\[36px\]{height:36px}.h-\[386px\]{height:386px}.h-\[38px\]{height:38px}.h-\[3px\]{height:3px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[42\%\]{height:42%}.h-\[425px\]{height:425px}.h-\[433px\]{height:433px}.h-\[43px\]{height:43px}.h-\[44px\]{height:44px}.h-\[450px\]{height:450px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[4px\]{height:4px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[518px\]{height:518px}.h-\[51px\]{height:51px}.h-\[52px\]{height:52px}.h-\[53px\]{height:53px}.h-\[54px\]{height:54px}.h-\[567px\]{height:567px}.h-\[56px\]{height:56px}.h-\[570px\]{height:570px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[60vh\]{height:60vh}.h-\[64px\]{height:64px}.h-\[650px\]{height:650px}.h-\[6px\]{height:6px}.h-\[70px\]{height:70px}.h-\[70vh\]{height:70vh}.h-\[72px\]{height:72px}.h-\[75dvh\]{height:75dvh}.h-\[75px\]{height:75px}.h-\[801px\]{height:801px}.h-\[80px\]{height:80px}.h-\[83\%\]{height:83%}.h-\[83px\]{height:83px}.h-\[84px\]{height:84px}.h-\[85px\]{height:85px}.h-\[85vh\]{height:85vh}.h-\[86px\]{height:86px}.h-\[8px\]{height:8px}.h-\[90px\]{height:90px}.h-\[9px\]{height:9px}.h-\[calc\(100\%-50px\)\]{height:calc(100% - 50px)}.h-\[calc\(100\%-51px\)\]{height:calc(100% - 51px)}.h-\[calc\(100\%-52px\)\]{height:calc(100% - 52px)}.h-\[calc\(100dvh-1000px\)\]{height:calc(100dvh - 1000px)}.h-\[calc\(100dvh-167px\)\]{height:calc(100dvh - 167px)}.h-\[calc\(100dvh-170px\)\]{height:calc(100dvh - 170px)}.h-\[calc\(100dvh-214px\)\]{height:calc(100dvh - 214px)}.h-\[calc\(100dvh-216px\)\]{height:calc(100dvh - 216px)}.h-\[calc\(100dvh-238px\)\]{height:calc(100dvh - 238px)}.h-\[calc\(100dvh-267px\)\]{height:calc(100dvh - 267px)}.h-\[calc\(100dvh-286px\)\]{height:calc(100dvh - 286px)}.h-\[calc\(100dvh-311px\)\]{height:calc(100dvh - 311px)}.h-\[calc\(100dvh-330px\)\]{height:calc(100dvh - 330px)}.h-\[calc\(100dvh-370px\)\]{height:calc(100dvh - 370px)}.h-\[calc\(100dvh-455px\)\]{height:calc(100dvh - 455px)}.h-\[calc\(100dvh-52px\)\]{height:calc(100dvh - 52px)}.h-\[calc\(100svh-170px\)\]{height:calc(100svh - 170px)}.h-\[calc\(100svh-214px\)\]{height:calc(100svh - 214px)}.h-\[calc\(100svh-52px\)\]{height:calc(100svh - 52px)}.h-\[calc\(100svh-85px\)\]{height:calc(100svh - 85px)}.h-\[calc\(100svh-99px\)\]{height:calc(100svh - 99px)}.h-\[calc\(100vh-146px\)\]{height:calc(100vh - 146px)}.h-\[calc\(100vh-160px\)\]{height:calc(100vh - 160px)}.h-\[calc\(100vh-170px\)\]{height:calc(100vh - 170px)}.h-\[calc\(100vh-195px\)\]{height:calc(100vh - 195px)}.h-\[calc\(100vh-214px\)\]{height:calc(100vh - 214px)}.h-\[calc\(100vh-245px\)\]{height:calc(100vh - 245px)}.h-\[calc\(100vh-250px\)\]{height:calc(100vh - 250px)}.h-\[calc\(100vh-300px\)\]{height:calc(100vh - 300px)}.h-\[calc\(100vh-344px\)\]{height:calc(100vh - 344px)}.h-\[calc\(100vh-385px\)\]{height:calc(100vh - 385px)}.h-\[calc\(100vh-435px\)\]{height:calc(100vh - 435px)}.h-\[calc\(100vh-440px\)\]{height:calc(100vh - 440px)}.h-\[calc\(100vh-490px\)\]{height:calc(100vh - 490px)}.h-\[calc\(100vh-52px\)\]{height:calc(100vh - 52px)}.h-\[calc\(100vh-85px\)\]{height:calc(100vh - 85px)}.h-\[calc\(50\%-30px\)\]{height:calc(50% - 30px)}.h-\[calc\(81vh-119px\)\]{height:calc(81vh - 119px)}.h-auto{height:auto}.h-dvh{height:100dvh}.h-fit{height:-webkit-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.\!max-h-\[calc\(100svh-260px\)\]{max-height:calc(100svh - 260px)!important}.max-h-0{max-height:0}.max-h-10{max-height:2.5rem}.max-h-20{max-height:5rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-\[100svh\]{max-height:100svh}.max-h-\[128px\]{max-height:128px}.max-h-\[134px\]{max-height:134px}.max-h-\[140px\]{max-height:140px}.max-h-\[194px\]{max-height:194px}.max-h-\[200px\]{max-height:200px}.max-h-\[206px\]{max-height:206px}.max-h-\[212px\]{max-height:212px}.max-h-\[218px\]{max-height:218px}.max-h-\[244px\]{max-height:244px}.max-h-\[248px\]{max-height:248px}.max-h-\[250px\]{max-height:250px}.max-h-\[263px\]{max-height:263px}.max-h-\[270px\]{max-height:270px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[305px\]{max-height:305px}.max-h-\[320px\]{max-height:320px}.max-h-\[330px\]{max-height:330px}.max-h-\[340px\]{max-height:340px}.max-h-\[350px\]{max-height:350px}.max-h-\[356px\]{max-height:356px}.max-h-\[360px\]{max-height:360px}.max-h-\[38px\]{max-height:38px}.max-h-\[400px\]{max-height:400px}.max-h-\[406px\]{max-height:406px}.max-h-\[486px\]{max-height:486px}.max-h-\[48px\]{max-height:48px}.max-h-\[500px\]{max-height:500px}.max-h-\[50vh\]{max-height:50vh}.max-h-\[532px\]{max-height:532px}.max-h-\[55px\]{max-height:55px}.max-h-\[576px\]{max-height:576px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[636px\]{max-height:636px}.max-h-\[66px\]{max-height:66px}.max-h-\[700px\]{max-height:700px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[90\%\]{max-height:90%}.max-h-\[90px\]{max-height:90px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100\%-156px\)\]{max-height:calc(100% - 156px)}.max-h-\[calc\(100\%-185px\)\]{max-height:calc(100% - 185px)}.max-h-\[calc\(100\%-60px\)\]{max-height:calc(100% - 60px)}.max-h-\[calc\(100dvh-230px\)\]{max-height:calc(100dvh - 230px)}.max-h-\[calc\(100dvh-260px\)\]{max-height:calc(100dvh - 260px)}.max-h-\[calc\(100dvh-30px\)\]{max-height:calc(100dvh - 30px)}.max-h-\[calc\(100dvh-313px\)\]{max-height:calc(100dvh - 313px)}.max-h-\[calc\(100dvh-370px\)\]{max-height:calc(100dvh - 370px)}.max-h-\[calc\(100svh-135px\)\]{max-height:calc(100svh - 135px)}.max-h-\[calc\(100svh-370px\)\]{max-height:calc(100svh - 370px)}.max-h-\[calc\(100svh-52px\)\]{max-height:calc(100svh - 52px)}.max-h-\[calc\(100svh-75px\)\]{max-height:calc(100svh - 75px)}.max-h-\[calc\(100svh-99px\)\]{max-height:calc(100svh - 99px)}.max-h-\[calc\(100vh-135px\)\]{max-height:calc(100vh - 135px)}.max-h-\[calc\(100vh-160px\)\]{max-height:calc(100vh - 160px)}.max-h-\[calc\(100vh-226px\)\]{max-height:calc(100vh - 226px)}.max-h-\[calc\(100vh-260px\)\]{max-height:calc(100vh - 260px)}.max-h-\[calc\(100vh-280px\)\]{max-height:calc(100vh - 280px)}.max-h-\[calc\(100vh-30px\)\]{max-height:calc(100vh - 30px)}.max-h-\[calc\(100vh-350px\)\]{max-height:calc(100vh - 350px)}.max-h-\[calc\(100vh-72px\)\]{max-height:calc(100vh - 72px)}.max-h-\[calc\(100vh-85px\)\]{max-height:calc(100vh - 85px)}.max-h-full{max-height:100%}.max-h-svh{max-height:100svh}.\!min-h-0{min-height:0!important}.\!min-h-\[32px\]{min-height:32px!important}.\!min-h-full{min-height:100%!important}.min-h-\[100px\]{min-height:100px}.min-h-\[100svh\]{min-height:100svh}.min-h-\[102px\]{min-height:102px}.min-h-\[105px\]{min-height:105px}.min-h-\[118px\]{min-height:118px}.min-h-\[120px\]{min-height:120px}.min-h-\[130px\]{min-height:130px}.min-h-\[140px\]{min-height:140px}.min-h-\[170px\]{min-height:170px}.min-h-\[196px\]{min-height:196px}.min-h-\[200px\]{min-height:200px}.min-h-\[202px\]{min-height:202px}.min-h-\[20px\]{min-height:20px}.min-h-\[220px\]{min-height:220px}.min-h-\[22px\]{min-height:22px}.min-h-\[24px\]{min-height:24px}.min-h-\[250px\]{min-height:250px}.min-h-\[300px\]{min-height:300px}.min-h-\[30px\]{min-height:30px}.min-h-\[313px\]{min-height:313px}.min-h-\[34px\]{min-height:34px}.min-h-\[350px\]{min-height:350px}.min-h-\[360px\]{min-height:360px}.min-h-\[370px\]{min-height:370px}.min-h-\[378px\]{min-height:378px}.min-h-\[38px\]{min-height:38px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[41px\]{min-height:41px}.min-h-\[450px\]{min-height:450px}.min-h-\[50px\]{min-height:50px}.min-h-\[51px\]{min-height:51px}.min-h-\[52px\]{min-height:52px}.min-h-\[532px\]{min-height:532px}.min-h-\[600px\]{min-height:600px}.min-h-\[60px\]{min-height:60px}.min-h-\[62px\]{min-height:62px}.min-h-\[68px\]{min-height:68px}.min-h-\[70px\]{min-height:70px}.min-h-\[72px\]{min-height:72px}.min-h-\[85px\]{min-height:85px}.min-h-\[90px\]{min-height:90px}.min-h-\[calc\(100dvh-185px\)\]{min-height:calc(100dvh - 185px)}.min-h-\[calc\(100dvh-273px\)\]{min-height:calc(100dvh - 273px)}.min-h-\[calc\(100svh-185px\)\]{min-height:calc(100svh - 185px)}.min-h-\[calc\(100svh-273px\)\]{min-height:calc(100svh - 273px)}.min-h-\[calc\(100svh-310px\)\]{min-height:calc(100svh - 310px)}.min-h-\[calc\(100svh-44px\)\]{min-height:calc(100svh - 44px)}.min-h-\[calc\(100vh-185px\)\]{min-height:calc(100vh - 185px)}.min-h-\[calc\(100vh-273px\)\]{min-height:calc(100vh - 273px)}.min-h-\[calc\(100vh-50px\)\]{min-height:calc(100vh - 50px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-1\/2{width:50%!important}.\!w-1\/3{width:33.3333%!important}.\!w-3{width:.75rem!important}.\!w-\[100\%\]{width:100%!important}.\!w-\[1060px\]{width:1060px!important}.\!w-\[25\%\]{width:25%!important}.\!w-\[260px\]{width:260px!important}.\!w-\[30px\]{width:30px!important}.\!w-\[340px\]{width:340px!important}.\!w-\[345px\]{width:345px!important}.\!w-\[365px\]{width:365px!important}.\!w-\[400px\]{width:400px!important}.\!w-\[450px\]{width:450px!important}.\!w-\[50\%\]{width:50%!important}.\!w-\[500px\]{width:500px!important}.\!w-\[55px\]{width:55px!important}.\!w-\[80\%\]{width:80%!important}.\!w-\[90\%\]{width:90%!important}.\!w-\[940px\]{width:940px!important}.\!w-\[95\%\]{width:95%!important}.\!w-\[calc\(100\%-354px\)\]{width:calc(100% - 354px)!important}.\!w-\[calc\(100\%-362px\)\]{width:calc(100% - 362px)!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.6667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/3{width:66.6667%}.w-2\/4{width:50%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/12{width:25%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.6667%}.w-5\/6{width:83.3333%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[10\%\]{width:10%}.w-\[100\%\]{width:100%}.w-\[1000px\]{width:1000px}.w-\[100px\]{width:100px}.w-\[102px\]{width:102px}.w-\[108px\]{width:108px}.w-\[109px\]{width:109px}.w-\[110px\]{width:110px}.w-\[114px\]{width:114px}.w-\[115px\]{width:115px}.w-\[116px\]{width:116px}.w-\[119px\]{width:119px}.w-\[12\%\]{width:12%}.w-\[120px\]{width:120px}.w-\[124px\]{width:124px}.w-\[125px\]{width:125px}.w-\[128px\]{width:128px}.w-\[12px\]{width:12px}.w-\[130px\]{width:130px}.w-\[134px\]{width:134px}.w-\[135px\]{width:135px}.w-\[136px\]{width:136px}.w-\[14\.28\%\]{width:14.28%}.w-\[140px\]{width:140px}.w-\[141px\]{width:141px}.w-\[144px\]{width:144px}.w-\[145px\]{width:145px}.w-\[14px\]{width:14px}.w-\[15\%\]{width:15%}.w-\[15\.3\%\]{width:15.3%}.w-\[150px\]{width:150px}.w-\[155px\]{width:155px}.w-\[15px\]{width:15px}.w-\[15rem\]{width:15rem}.w-\[160px\]{width:160px}.w-\[165px\]{width:165px}.w-\[16px\]{width:16px}.w-\[173px\]{width:173px}.w-\[175px\]{width:175px}.w-\[178px\]{width:178px}.w-\[18\%\]{width:18%}.w-\[180px\]{width:180px}.w-\[184px\]{width:184px}.w-\[187px\]{width:187px}.w-\[188px\]{width:188px}.w-\[18px\]{width:18px}.w-\[196px\]{width:196px}.w-\[198px\]{width:198px}.w-\[19px\]{width:19px}.w-\[20\%\]{width:20%}.w-\[200px\]{width:200px}.w-\[202px\]{width:202px}.w-\[204px\]{width:204px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[216px\]{width:216px}.w-\[220px\]{width:220px}.w-\[222px\]{width:222px}.w-\[225px\]{width:225px}.w-\[22px\]{width:22px}.w-\[23\%\]{width:23%}.w-\[23\.5\%\]{width:23.5%}.w-\[234px\]{width:234px}.w-\[238px\]{width:238px}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[25\%\]{width:25%}.w-\[250px\]{width:250px}.w-\[255px\]{width:255px}.w-\[25px\]{width:25px}.w-\[26\%\]{width:26%}.w-\[260px\]{width:260px}.w-\[263px\]{width:263px}.w-\[26px\]{width:26px}.w-\[270px\]{width:270px}.w-\[273px\]{width:273px}.w-\[280px\]{width:280px}.w-\[284px\]{width:284px}.w-\[286px\]{width:286px}.w-\[28px\]{width:28px}.w-\[29\%\]{width:29%}.w-\[290px\]{width:290px}.w-\[293px\]{width:293px}.w-\[30\%\]{width:30%}.w-\[30\.33\%\]{width:30.33%}.w-\[30\.5\%\]{width:30.5%}.w-\[300px\]{width:300px}.w-\[304px\]{width:304px}.w-\[30px\]{width:30px}.w-\[31\%\]{width:31%}.w-\[31\.7\%\]{width:31.7%}.w-\[316px\]{width:316px}.w-\[31px\]{width:31px}.w-\[32\%\]{width:32%}.w-\[320px\]{width:320px}.w-\[324px\]{width:324px}.w-\[32px\]{width:32px}.w-\[33\%\]{width:33%}.w-\[33\.3\%\]{width:33.3%}.w-\[33\.33\%\]{width:33.33%}.w-\[33\.5\%\]{width:33.5%}.w-\[330px\]{width:330px}.w-\[33px\]{width:33px}.w-\[344px\]{width:344px}.w-\[345px\]{width:345px}.w-\[34px\]{width:34px}.w-\[350px\]{width:350px}.w-\[354px\]{width:354px}.w-\[355px\]{width:355px}.w-\[35px\]{width:35px}.w-\[36\.3\%\]{width:36.3%}.w-\[360px\]{width:360px}.w-\[36px\]{width:36px}.w-\[37\%\]{width:37%}.w-\[380px\]{width:380px}.w-\[38px\]{width:38px}.w-\[390px\]{width:390px}.w-\[4\%\]{width:4%}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[41\%\]{width:41%}.w-\[41px\]{width:41px}.w-\[43\%\]{width:43%}.w-\[434px\]{width:434px}.w-\[44\%\]{width:44%}.w-\[441px\]{width:441px}.w-\[44px\]{width:44px}.w-\[45\%\]{width:45%}.w-\[45px\]{width:45px}.w-\[468px\]{width:468px}.w-\[47\%\]{width:47%}.w-\[48\%\]{width:48%}.w-\[480px\]{width:480px}.w-\[49\%\]{width:49%}.w-\[49\.2\%\]{width:49.2%}.w-\[4px\]{width:4px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[504px\]{width:504px}.w-\[50px\]{width:50px}.w-\[510px\]{width:510px}.w-\[52\%\]{width:52%}.w-\[52px\]{width:52px}.w-\[53\%\]{width:53%}.w-\[53px\]{width:53px}.w-\[54px\]{width:54px}.w-\[55px\]{width:55px}.w-\[56\%\]{width:56%}.w-\[560px\]{width:560px}.w-\[56px\]{width:56px}.w-\[57\%\]{width:57%}.w-\[58px\]{width:58px}.w-\[6\%\]{width:6%}.w-\[60\%\]{width:60%}.w-\[600px\]{width:600px}.w-\[60px\]{width:60px}.w-\[60vw\]{width:60vw}.w-\[63\%\]{width:63%}.w-\[64\.5\%\]{width:64.5%}.w-\[64px\]{width:64px}.w-\[68px\]{width:68px}.w-\[6px\]{width:6px}.w-\[7\%\]{width:7%}.w-\[70\%\]{width:70%}.w-\[700px\]{width:700px}.w-\[75\%\]{width:75%}.w-\[750px\]{width:750px}.w-\[75px\]{width:75px}.w-\[76\%\]{width:76%}.w-\[76px\]{width:76px}.w-\[8\%\]{width:8%}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[82\]{width:82px}.w-\[84px\]{width:84px}.w-\[850px\]{width:850px}.w-\[9\%\]{width:9%}.w-\[90\%\]{width:90%}.w-\[900px\]{width:900px}.w-\[90px\]{width:90px}.w-\[95\%\]{width:95%}.w-\[95vw\]{width:95vw}.w-\[960px\]{width:960px}.w-\[96px\]{width:96px}.w-\[97px\]{width:97px}.w-\[98\%\]{width:98%}.w-\[calc\(100\%-119px\)\]{width:calc(100% - 119px)}.w-\[calc\(100\%-126px\)\]{width:calc(100% - 126px)}.w-\[calc\(100\%-140px\)\]{width:calc(100% - 140px)}.w-\[calc\(100\%-175px\)\]{width:calc(100% - 175px)}.w-\[calc\(100\%-220px\)\]{width:calc(100% - 220px)}.w-\[calc\(100\%-354px\)\]{width:calc(100% - 354px)}.w-\[calc\(100\%-362px\)\]{width:calc(100% - 362px)}.w-\[calc\(100\%-42px\)\]{width:calc(100% - 42px)}.w-\[calc\(100\%-48px\)\]{width:calc(100% - 48px)}.w-\[calc\(100svw-600px\)\]{width:calc(100svw - 600px)}.w-\[calc\(188px_\+_0\.5rem_\+_188px\)\]{width:calc(376px + .5rem)}.w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.w-\[calc\(50\%-22px\)\]{width:calc(50% - 22px)}.w-\[calc\(50\%-40px\)\]{width:calc(50% - 40px)}.w-\[calc\(50\%-70px\)\]{width:calc(50% - 70px)}.w-\[calc\(50\%-8px\)\]{width:calc(50% - 8px)}.w-\[clamp\(60px\,10\%\,120px\)\]{width:max(60px,min(10%,120px))}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-webkit-max-content;width:max-content}.w-px{width:1px}.w-screen{width:100vw}.min-w-\[100px\]{min-width:100px}.min-w-\[105px\]{min-width:105px}.min-w-\[108px\]{min-width:108px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[110px\]{min-width:110px}.min-w-\[112px\]{min-width:112px}.min-w-\[115px\]{min-width:115px}.min-w-\[120px\]{min-width:120px}.min-w-\[124px\]{min-width:124px}.min-w-\[126px\]{min-width:126px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[130px\]{min-width:130px}.min-w-\[134px\]{min-width:134px}.min-w-\[138px\]{min-width:138px}.min-w-\[140px\]{min-width:140px}.min-w-\[141px\]{min-width:141px}.min-w-\[148px\]{min-width:148px}.min-w-\[150px\]{min-width:150px}.min-w-\[155px\]{min-width:155px}.min-w-\[156px\]{min-width:156px}.min-w-\[158px\]{min-width:158px}.min-w-\[160px\]{min-width:160px}.min-w-\[16rem\]{min-width:16rem}.min-w-\[173px\]{min-width:173px}.min-w-\[175px\]{min-width:175px}.min-w-\[180px\]{min-width:180px}.min-w-\[188px\]{min-width:188px}.min-w-\[190px\]{min-width:190px}.min-w-\[195px\]{min-width:195px}.min-w-\[20\%\]{min-width:20%}.min-w-\[200px\]{min-width:200px}.min-w-\[221px\]{min-width:221px}.min-w-\[22px\]{min-width:22px}.min-w-\[230px\]{min-width:230px}.min-w-\[240px\]{min-width:240px}.min-w-\[248px\]{min-width:248px}.min-w-\[24px\]{min-width:24px}.min-w-\[250px\]{min-width:250px}.min-w-\[255px\]{min-width:255px}.min-w-\[263px\]{min-width:263px}.min-w-\[268px\]{min-width:268px}.min-w-\[270px\]{min-width:270px}.min-w-\[280px\]{min-width:280px}.min-w-\[284px\]{min-width:284px}.min-w-\[286px\]{min-width:286px}.min-w-\[293px\]{min-width:293px}.min-w-\[300px\]{min-width:300px}.min-w-\[304px\]{min-width:304px}.min-w-\[308px\]{min-width:308px}.min-w-\[30px\]{min-width:30px}.min-w-\[320px\]{min-width:320px}.min-w-\[32px\]{min-width:32px}.min-w-\[340px\]{min-width:340px}.min-w-\[34px\]{min-width:34px}.min-w-\[354px\]{min-width:354px}.min-w-\[35px\]{min-width:35px}.min-w-\[36px\]{min-width:36px}.min-w-\[38px\]{min-width:38px}.min-w-\[40px\]{min-width:40px}.min-w-\[42px\]{min-width:42px}.min-w-\[434px\]{min-width:434px}.min-w-\[45px\]{min-width:45px}.min-w-\[48\],.min-w-\[48px\]{min-width:48px}.min-w-\[56px\]{min-width:56px}.min-w-\[58px\]{min-width:58px}.min-w-\[60px\]{min-width:60px}.min-w-\[62px\]{min-width:62px}.min-w-\[64px\]{min-width:64px}.min-w-\[70px\]{min-width:70px}.min-w-\[800px\]{min-width:800px}.min-w-\[80px\]{min-width:80px}.min-w-\[84px\]{min-width:84px}.min-w-\[90px\]{min-width:90px}.min-w-\[95px\]{min-width:95px}.min-w-\[96px\]{min-width:96px}.min-w-fit{min-width:-webkit-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.min-w-max{min-width:-webkit-max-content;min-width:max-content}.\!max-w-0{max-width:0!important}.\!max-w-32{max-width:8rem!important}.\!max-w-\[100\%\]{max-width:100%!important}.\!max-w-\[1024px\]{max-width:1024px!important}.\!max-w-\[1200px\]{max-width:1200px!important}.\!max-w-\[1320px\]{max-width:1320px!important}.\!max-w-\[365px\]{max-width:365px!important}.\!max-w-\[800px\]{max-width:800px!important}.\!max-w-\[95\%\]{max-width:95%!important}.\!max-w-full{max-width:100%!important}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[100\%\]{max-width:100%}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1002px\]{max-width:1002px}.max-w-\[100dvw\]{max-width:100dvw}.max-w-\[100px\]{max-width:100px}.max-w-\[1016px\]{max-width:1016px}.max-w-\[1050\],.max-w-\[1050px\]{max-width:1050px}.max-w-\[1062px\]{max-width:1062px}.max-w-\[1072px\]{max-width:1072px}.max-w-\[110px\]{max-width:110px}.max-w-\[112px\]{max-width:112px}.max-w-\[1140px\]{max-width:1140px}.max-w-\[1160px\]{max-width:1160px}.max-w-\[1182px\]{max-width:1182px}.max-w-\[1190px\]{max-width:1190px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[120px\]{max-width:120px}.max-w-\[1212px\]{max-width:1212px}.max-w-\[123px\]{max-width:123px}.max-w-\[1242px\]{max-width:1242px}.max-w-\[124px\]{max-width:124px}.max-w-\[128px\]{max-width:128px}.max-w-\[130px\]{max-width:130px}.max-w-\[1340px\]{max-width:1340px}.max-w-\[136px\]{max-width:136px}.max-w-\[1376px\]{max-width:1376px}.max-w-\[140px\]{max-width:140px}.max-w-\[145px\]{max-width:145px}.max-w-\[146px\]{max-width:146px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[161px\]{max-width:161px}.max-w-\[170px\]{max-width:170px}.max-w-\[172px\]{max-width:172px}.max-w-\[176px\]{max-width:176px}.max-w-\[180px\]{max-width:180px}.max-w-\[184px\]{max-width:184px}.max-w-\[190px\]{max-width:190px}.max-w-\[194px\]{max-width:194px}.max-w-\[200px\]{max-width:200px}.max-w-\[205px\]{max-width:205px}.max-w-\[210px\]{max-width:210px}.max-w-\[214px\]{max-width:214px}.max-w-\[218px\]{max-width:218px}.max-w-\[220px\]{max-width:220px}.max-w-\[230px\]{max-width:230px}.max-w-\[238px\]{max-width:238px}.max-w-\[240px\]{max-width:240px}.max-w-\[247px\]{max-width:247px}.max-w-\[248px\]{max-width:248px}.max-w-\[250px\]{max-width:250px}.max-w-\[254px\]{max-width:254px}.max-w-\[255px\]{max-width:255px}.max-w-\[25rem\]{max-width:25rem}.max-w-\[260px\]{max-width:260px}.max-w-\[264px\]{max-width:264px}.max-w-\[267px\]{max-width:267px}.max-w-\[280px\]{max-width:280px}.max-w-\[288px\]{max-width:288px}.max-w-\[291px\]{max-width:291px}.max-w-\[295px\]{max-width:295px}.max-w-\[300px\]{max-width:300px}.max-w-\[310px\]{max-width:310px}.max-w-\[314px\]{max-width:314px}.max-w-\[320px\]{max-width:320px}.max-w-\[321px\]{max-width:321px}.max-w-\[332px\]{max-width:332px}.max-w-\[340px\]{max-width:340px}.max-w-\[343px\]{max-width:343px}.max-w-\[360px\]{max-width:360px}.max-w-\[372px\]{max-width:372px}.max-w-\[376px\]{max-width:376px}.max-w-\[378px\]{max-width:378px}.max-w-\[380px\]{max-width:380px}.max-w-\[384px\]{max-width:384px}.max-w-\[390px\]{max-width:390px}.max-w-\[39px\]{max-width:39px}.max-w-\[400px\]{max-width:400px}.max-w-\[409px\]{max-width:409px}.max-w-\[410px\]{max-width:410px}.max-w-\[416px\]{max-width:416px}.max-w-\[420px\]{max-width:420px}.max-w-\[440px\]{max-width:440px}.max-w-\[446px\]{max-width:446px}.max-w-\[450px\]{max-width:450px}.max-w-\[464px\]{max-width:464px}.max-w-\[480px\]{max-width:480px}.max-w-\[485px\]{max-width:485px}.max-w-\[48px\]{max-width:48px}.max-w-\[48vw\]{max-width:48vw}.max-w-\[49\%\]{max-width:49%}.max-w-\[493px\]{max-width:493px}.max-w-\[495px\]{max-width:495px}.max-w-\[50\%\]{max-width:50%}.max-w-\[500px\]{max-width:500px}.max-w-\[506px\]{max-width:506px}.max-w-\[50px\]{max-width:50px}.max-w-\[510px\]{max-width:510px}.max-w-\[511px\]{max-width:511px}.max-w-\[514px\]{max-width:514px}.max-w-\[515px\]{max-width:515px}.max-w-\[518px\]{max-width:518px}.max-w-\[520px\]{max-width:520px}.max-w-\[526px\]{max-width:526px}.max-w-\[52px\]{max-width:52px}.max-w-\[546px\]{max-width:546px}.max-w-\[550px\]{max-width:550px}.max-w-\[560px\]{max-width:560px}.max-w-\[56px\]{max-width:56px}.max-w-\[570px\]{max-width:570px}.max-w-\[576px\]{max-width:576px}.max-w-\[58px\]{max-width:58px}.max-w-\[60\%\]{max-width:60%}.max-w-\[600px\]{max-width:600px}.max-w-\[604px\]{max-width:604px}.max-w-\[60px\]{max-width:60px}.max-w-\[640px\]{max-width:640px}.max-w-\[644px\]{max-width:644px}.max-w-\[649px\]{max-width:649px}.max-w-\[64px\]{max-width:64px}.max-w-\[650px\]{max-width:650px}.max-w-\[653px\]{max-width:653px}.max-w-\[656px\]{max-width:656px}.max-w-\[657px\]{max-width:657px}.max-w-\[676px\]{max-width:676px}.max-w-\[700px\]{max-width:700px}.max-w-\[70px\]{max-width:70px}.max-w-\[75\%\]{max-width:75%}.max-w-\[750px\]{max-width:750px}.max-w-\[760px\]{max-width:760px}.max-w-\[77\%\]{max-width:77%}.max-w-\[770px\]{max-width:770px}.max-w-\[780px\]{max-width:780px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-\[80px\]{max-width:80px}.max-w-\[820px\]{max-width:820px}.max-w-\[850px\]{max-width:850px}.max-w-\[85px\]{max-width:85px}.max-w-\[860px\]{max-width:860px}.max-w-\[896px\]{max-width:896px}.max-w-\[90\%\]{max-width:90%}.max-w-\[900px\]{max-width:900px}.max-w-\[90px\]{max-width:90px}.max-w-\[920px\]{max-width:920px}.max-w-\[930px\]{max-width:930px}.max-w-\[940px\]{max-width:940px}.max-w-\[95\%\]{max-width:95%}.max-w-\[95px\]{max-width:95px}.max-w-\[96px\]{max-width:96px}.max-w-\[970px\]{max-width:970px}.max-w-\[988px\]{max-width:988px}.max-w-\[990px\]{max-width:990px}.max-w-\[calc\(100\%-200px\)\]{max-width:calc(100% - 200px)}.max-w-\[calc\(100\%-20px\)\]{max-width:calc(100% - 20px)}.max-w-\[calc\(100\%-300px\)\]{max-width:calc(100% - 300px)}.max-w-\[calc\(100\%-36px\)\]{max-width:calc(100% - 36px)}.max-w-\[calc\(100\%-40px\)\]{max-width:calc(100% - 40px)}.max-w-\[calc\(100\%-8px\)\]{max-width:calc(100% - 8px)}.max-w-\[calc\(100\%_-_130px\)\]{max-width:calc(100% - 130px)}.max-w-\[calc\(100\%_-_140px\)\]{max-width:calc(100% - 140px)}.max-w-fit{max-width:-webkit-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-\[0_0_20\%\]{flex:0 0 20%}.flex-\[0_0_42\.2\%\]{flex:0 0 42.2%}.flex-\[0_0_42\.5\%\]{flex:0 0 42.5%}.flex-\[0_0_auto\]{flex:none}.flex-\[0_auto\]{flex:0 auto}.flex-\[1_0\]{flex:1 0}.flex-\[2\]{flex:2}.flex-\[5\]{flex:5}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-1\/3{flex-basis:33.3333%}.basis-1\/5{flex-basis:20%}.basis-5{flex-basis:1.25rem}.basis-60{flex-basis:15rem}.basis-80{flex-basis:20rem}.basis-\[240px\]{flex-basis:240px}.basis-\[320px\]{flex-basis:320px}.basis-\[500px\]{flex-basis:500px}.basis-\[80px\]{flex-basis:80px}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x)var(--tw-border-spacing-y)}.origin-top{transform-origin:top}.\!-translate-x-1\/2{--tw-translate-x:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.\!-translate-y-1\/2{--tw-translate-y:-50%!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-\[-24\%\]{--tw-translate-x:-24%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-\[100px\]{--tw-translate-x:100px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-20{--tw-translate-y:5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.translate-y-\[500px\]{--tw-translate-y:500px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-rotate-\[24deg\]{--tw-rotate:-24deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-rotate-\[27deg\]{--tw-rotate:-27deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[-14deg\]{--tw-rotate:-14deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[-20deg\]{--tw-rotate:-20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[-27deg\]{--tw-rotate:-27deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[-90deg\]{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[17deg\]{--tw-rotate:17deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-\[20deg\]{--tw-rotate:20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-x-\[-1\]{--tw-scale-x:-1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-y-0{--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-y-100{--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0)rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.animate-\[spin_6s_linear_infinite\]{animation:6s linear infinite spin}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}@keyframes bounce-x{0%,20%,50%,80%,to{transform:translate(0)}40%,60%{transform:translate(-5px)}}.animate-bounce-x{animation:2s infinite bounce-x}.animate-fadeIn{animation:.5s both fadeIn}@keyframes fadeLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.animate-fadeLeft{animation:.8s ease-out forwards fadeLeft}@keyframes fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-fadeUp{animation:.8s ease-out forwards fadeUp}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.animate-slideUp{animation:.8s ease-out forwards slideUp}.animate-spin{animation:1s linear infinite spin}@keyframes stencil{0%{background-position:100%}50%{background-position:100%}to{background-position:0%}}.animate-stencilAnimation{animation:1s ease-in-out infinite stencil}@keyframes chatslide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.animate-veraslide-down{animation:.3s ease-in forwards chatslide-down}@keyframes chatslide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.animate-veraslide-up{animation:.8s ease-out forwards chatslide-up}.\!cursor-default{cursor:default!important}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-move{cursor:move}.cursor-n-resize{cursor:n-resize}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-pan-y{--tw-pan-y:pan-y;touch-action:var(--tw-pan-x)var(--tw-pan-y)var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;user-select:none}.select-all{-webkit-user-select:all;user-select:all}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.\!list-outside{list-style-position:outside!important}.list-outside{list-style-position:outside}.list-\[circle\]{list-style-type:circle}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[120px_1fr\]{grid-template-columns:120px 1fr}.grid-cols-\[1fr_1fr_1\.2fr_1\.1fr_auto\]{grid-template-columns:1fr 1fr 1.2fr 1.1fr auto}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.grid-cols-\[2fr_1fr_2fr\]{grid-template-columns:2fr 1fr 2fr}.grid-cols-\[auto_auto_auto\]{grid-template-columns:auto auto auto}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.grid-rows-\[50px_auto\]{grid-template-rows:50px auto}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.content-start{align-content:flex-start}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-start{justify-items:start}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-\[0\.9rem\]{gap:.9rem}.gap-\[1\.5\%\]{gap:1.5%}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[8px\]{gap:8px}.gap-frmBtw{gap:16px}.gap-px{gap:1px}.gap-x-10{column-gap:2.5rem}.gap-x-12{column-gap:3rem}.gap-x-2{column-gap:.5rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-x-6{column-gap:1.5rem}.gap-x-\[16px\],.gap-x-frmBtw{column-gap:16px}.gap-y-0{row-gap:0}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-2\.5{row-gap:.625rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-\[30px\]{row-gap:30px}.gap-y-frmBot{row-gap:16px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem*var(--tw-space-x-reverse));margin-left:calc(.5rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-border_neutral_default>:not([hidden])~:not([hidden]){border-color:var(--border_neutral_default)}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.\!overflow-auto{overflow:auto!important}.overflow-auto{overflow:auto}.\!overflow-hidden{overflow:hidden!important}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.\!overflow-y-auto{overflow-y:auto!important}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.\!overflow-y-hidden{overflow-y:hidden!important}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overscroll-contain{overscroll-behavior:contain}.scroll-smooth{scroll-behavior:smooth}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-md{border-radius:.375rem!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[0\.188rem\]{border-radius:.188rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[110px\]{border-radius:110px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[15px\]{border-radius:15px}.rounded-\[16px\]{border-radius:16px}.rounded-\[19px\]{border-radius:19px}.rounded-\[20px\]{border-radius:20px}.rounded-\[25px\]{border-radius:25px}.rounded-\[2px\]{border-radius:2px}.rounded-\[30px\]{border-radius:30px}.rounded-\[33px\]{border-radius:33px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[50px\]{border-radius:50px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9999px\]{border-radius:9999px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-large{border-radius:10px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-medium{border-radius:5px}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-small{border-radius:3px}.rounded-xl{border-radius:.75rem}.\!rounded-t-none{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-medium{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-b-small{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.rounded-l-\[16px\]{border-top-left-radius:16px;border-bottom-left-radius:16px}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-\[16px\]{border-top-left-radius:16px;border-top-right-radius:16px}.rounded-t-\[4px\]{border-top-left-radius:4px;border-top-right-radius:4px}.rounded-t-\[5px\]{border-top-left-radius:5px;border-top-right-radius:5px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-small{border-top-left-radius:3px;border-top-right-radius:3px}.rounded-bl-\[3px\]{border-bottom-left-radius:3px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-\[3px\]{border-bottom-right-radius:3px}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-\[16px\]{border-top-left-radius:16px}.rounded-tl-\[20px\]{border-top-left-radius:20px}.rounded-tl-\[3px\]{border-top-left-radius:3px}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-\[16px\]{border-top-right-radius:16px}.rounded-tr-\[20px\]{border-top-right-radius:20px}.rounded-tr-\[3px\]{border-top-right-radius:3px}.rounded-tr-none{border-top-right-radius:0}.\!border{border-width:1px!important}.\!border-0{border-width:0!important}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[0\.5px\]{border-width:.5px}.border-\[0\.7em\]{border-width:.7em}.border-\[1px\]{border-width:1px}.border-\[3px\]{border-width:3px}.border-\[6px\]{border-width:6px}.border-\[7px\]{border-width:7px}.border-x{border-left-width:1px;border-right-width:1px}.border-x-\[6px\]{border-left-width:6px;border-right-width:6px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-y-\[6px\]{border-top-width:6px;border-bottom-width:6px}.\!border-l-0{border-left-width:0!important}.\!border-r-0{border-right-width:0!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0}.border-b-2{border-bottom-width:2px}.border-b-\[15px\]{border-bottom-width:15px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-l-\[6px\]{border-left-width:6px}.border-l-\[8px\]{border-left-width:8px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-r-\[15px\]{border-right-width:15px}.border-s:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.border-s:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-right-width:1px}.border-s:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-\[15px\]{border-top-width:15px}.border-t-\[6px\]{border-top-width:6px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-border_alert_default{border-color:var(--border_alert_default)!important}.\!border-border_blue_default{border-color:var(--border_blue_default)!important}.\!border-gray-300{--tw-border-opacity:1!important;border-color:rgba(209,213,219,var(--tw-border-opacity,1))!important}.\!border-text_neutral_default{border-color:var(--text_neutral_default)!important}.\!border-transparent{border-color:#0000!important}.border-ButtonBackColor{border-color:var(--ButtonBackColor)}.border-MenuBackColor{border-color:var(--MenuBackColor)}.border-\[\#0000000d\]{border-color:#0000000d}.border-\[\#333\]{--tw-border-opacity:1;border-color:rgba(51,51,51,var(--tw-border-opacity,1))}.border-\[\#3d3598\]{--tw-border-opacity:1;border-color:rgba(61,53,152,var(--tw-border-opacity,1))}.border-\[\#444444\]{--tw-border-opacity:1;border-color:rgba(68,68,68,var(--tw-border-opacity,1))}.border-\[\#565656\]{--tw-border-opacity:1;border-color:rgba(86,86,86,var(--tw-border-opacity,1))}.border-\[\#CC4744\]{--tw-border-opacity:1;border-color:rgba(204,71,68,var(--tw-border-opacity,1))}.border-\[\#bbb\]{--tw-border-opacity:1;border-color:rgba(187,187,187,var(--tw-border-opacity,1))}.border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgba(204,204,204,var(--tw-border-opacity,1))}.border-\[\#cdcdcd\]{--tw-border-opacity:1;border-color:rgba(205,205,205,var(--tw-border-opacity,1))}.border-\[\#d0d0d0\]{--tw-border-opacity:1;border-color:rgba(208,208,208,var(--tw-border-opacity,1))}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgba(221,221,221,var(--tw-border-opacity,1))}.border-\[\#e7e7e7\]{--tw-border-opacity:1;border-color:rgba(231,231,231,var(--tw-border-opacity,1))}.border-\[\#f0f0f0\]{--tw-border-opacity:1;border-color:rgba(240,240,240,var(--tw-border-opacity,1))}.border-\[rgba\(152\,147\,147\,0\.92\)\]{border-color:#989393eb}.border-\[rgba\(255\,255\,255\,\.35\)\]{border-color:#ffffff59}.border-amber-400{--tw-border-opacity:1;border-color:rgba(251,191,36,var(--tw-border-opacity,1))}.border-bkg_blue_default{border-color:var(--bkg_blue_default)}.border-bkg_components_button_blue_default{border-color:var(--bkg_components_button_blue_default)}.border-bkg_components_button_green_default{border-color:var(--bkg_components_button_green_default)}.border-bkg_divider{border-color:rgba(var(--bkg_divider))}.border-bkg_neutral_default{border-color:var(--bkg_neutral_default)}.border-bkg_neutral_inverse{border-color:var(--bkg_neutral_inverse)}.border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity,1))}.border-black\/\[0\.086\]{border-color:#00000016}.border-blue-200{--tw-border-opacity:1;border-color:rgba(191,219,254,var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity,1))}.border-border_alert_default{border-color:var(--border_alert_default)}.border-border_blue_default{border-color:var(--border_blue_default)}.border-border_green_default{border-color:var(--border_green_default)}.border-border_neutral_default{border-color:var(--border_neutral_default)}.border-border_neutral_strong{border-color:var(--border_neutral_strong)}.border-border_neutral_white{border-color:var(--border_neutral_white)}.border-border_theme_flamingo_default{border-color:var(--border_theme_flamingo_default)}.border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgba(187,247,208,var(--tw-border-opacity,1))}.border-green-700{--tw-border-opacity:1;border-color:rgba(21,128,61,var(--tw-border-opacity,1))}.border-neutral-200{--tw-border-opacity:1;border-color:rgba(229,229,229,var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgba(254,202,202,var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgba(252,165,165,var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity,1))}.border-text_blue_default{border-color:var(--text_blue_default)}.border-transparent{border-color:#0000}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgba(253,224,71,var(--tw-border-opacity,1))}.border-x-transparent{border-left-color:#0000;border-right-color:#0000}.border-y-transparent{border-top-color:#0000;border-bottom-color:#0000}.border-b-ButtonBackColor{border-bottom-color:var(--ButtonBackColor)}.border-b-\[border_neutral_default\]{border-bottom-color:border neutral default}.border-b-\[rgba\(0\,0\,0\,0\.25\)\]{border-bottom-color:#00000040}.border-b-border_neutral_default{border-bottom-color:var(--border_neutral_default)}.border-b-border_neutral_strong{border-bottom-color:var(--border_neutral_strong)}.border-b-transparent{border-bottom-color:#0000}.border-l-ButtonHoverColor{border-left-color:var(--ButtonHoverColor)}.border-l-MenuBackColor{border-left-color:var(--MenuBackColor)}.border-l-MenuHoverColor{border-left-color:var(--MenuHoverColor)}.border-l-border_neutral_strong{border-left-color:var(--border_neutral_strong)}.border-l-current{border-left-color:currentColor}.border-r-ButtonBackColor{border-right-color:var(--ButtonBackColor)}.border-r-bkg_theme_midnight_default{border-right-color:var(--bkg_theme_midnight_default)}.border-t-ButtonBackColor{border-top-color:var(--ButtonBackColor)}.border-t-blue-600{--tw-border-opacity:1;border-top-color:rgba(37,99,235,var(--tw-border-opacity,1))}.border-t-border_neutral_default{border-top-color:var(--border_neutral_default)}.border-t-current{border-top-color:currentColor}.border-t-gray-600{--tw-border-opacity:1;border-top-color:rgba(75,85,99,var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.\!bg-bkg_alert_weak{background-color:var(--bkg_alert_weak)!important}.\!bg-bkg_components_button_ghost_pressed{background-color:var(--bkg_components_button_ghost_pressed)!important}.\!bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)!important}.\!bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)!important}.\!bg-transparent{background-color:#0000!important}.bg-ButtonBackColor{background-color:var(--ButtonBackColor)}.bg-MenuBackColor{background-color:var(--MenuBackColor)}.bg-\[\#00000077\]{background-color:#0007}.bg-\[\#1E1F21\]{--tw-bg-opacity:1;background-color:rgba(30,31,33,var(--tw-bg-opacity,1))}.bg-\[\#2e8b57\]{--tw-bg-opacity:1;background-color:rgba(46,139,87,var(--tw-bg-opacity,1))}.bg-\[\#333333\],.bg-\[\#333\]{--tw-bg-opacity:1;background-color:rgba(51,51,51,var(--tw-bg-opacity,1))}.bg-\[\#3a3a3a\]{--tw-bg-opacity:1;background-color:rgba(58,58,58,var(--tw-bg-opacity,1))}.bg-\[\#4F9D9D\]{--tw-bg-opacity:1;background-color:rgba(79,157,157,var(--tw-bg-opacity,1))}.bg-\[\#534AB7\]{--tw-bg-opacity:1;background-color:rgba(83,74,183,var(--tw-bg-opacity,1))}.bg-\[\#565656\]{--tw-bg-opacity:1;background-color:rgba(86,86,86,var(--tw-bg-opacity,1))}.bg-\[\#6d6e6f\]{--tw-bg-opacity:1;background-color:rgba(109,110,111,var(--tw-bg-opacity,1))}.bg-\[\#777\]{--tw-bg-opacity:1;background-color:rgba(119,119,119,var(--tw-bg-opacity,1))}.bg-\[\#7BC96F\]{--tw-bg-opacity:1;background-color:rgba(123,201,111,var(--tw-bg-opacity,1))}.bg-\[\#969696\]{--tw-bg-opacity:1;background-color:rgba(150,150,150,var(--tw-bg-opacity,1))}.bg-\[\#999\]{--tw-bg-opacity:1;background-color:rgba(153,153,153,var(--tw-bg-opacity,1))}.bg-\[\#CC4744\]{--tw-bg-opacity:1;background-color:rgba(204,71,68,var(--tw-bg-opacity,1))}.bg-\[\#D83F34\]{--tw-bg-opacity:1;background-color:rgba(216,63,52,var(--tw-bg-opacity,1))}.bg-\[\#D8A64C\]{--tw-bg-opacity:1;background-color:rgba(216,166,76,var(--tw-bg-opacity,1))}.bg-\[\#E05A5A\]{--tw-bg-opacity:1;background-color:rgba(224,90,90,var(--tw-bg-opacity,1))}.bg-\[\#EEEDFE\]{--tw-bg-opacity:1;background-color:rgba(238,237,254,var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity,1))}.bg-\[\#a2a0a2\]{--tw-bg-opacity:1;background-color:rgba(162,160,162,var(--tw-bg-opacity,1))}.bg-\[\#aaaaaa\]{--tw-bg-opacity:1;background-color:rgba(170,170,170,var(--tw-bg-opacity,1))}.bg-\[\#b6b6b6\]{--tw-bg-opacity:1;background-color:rgba(182,182,182,var(--tw-bg-opacity,1))}.bg-\[\#cfbcc8\]{--tw-bg-opacity:1;background-color:rgba(207,188,200,var(--tw-bg-opacity,1))}.bg-\[\#d83b3b\]{--tw-bg-opacity:1;background-color:rgba(216,59,59,var(--tw-bg-opacity,1))}.bg-\[\#d9534f\]{--tw-bg-opacity:1;background-color:rgba(217,83,79,var(--tw-bg-opacity,1))}.bg-\[\#dc2626\]{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity,1))}.bg-\[\#e2e2e2\]{--tw-bg-opacity:1;background-color:rgba(226,226,226,var(--tw-bg-opacity,1))}.bg-\[\#eb6663\]{--tw-bg-opacity:1;background-color:rgba(235,102,99,var(--tw-bg-opacity,1))}.bg-\[\#f08d8a\]{--tw-bg-opacity:1;background-color:rgba(240,141,138,var(--tw-bg-opacity,1))}.bg-\[\#f0f0f0\]{--tw-bg-opacity:1;background-color:rgba(240,240,240,var(--tw-bg-opacity,1))}.bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity,1))}.bg-\[\#f9f9f9\]{--tw-bg-opacity:1;background-color:rgba(249,249,249,var(--tw-bg-opacity,1))}.bg-\[\#fff\]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity,1))}.bg-\[rgba\(0\,0\,0\,0\.15\)\]{background-color:#00000026}.bg-\[rgba\(0\,0\,0\,0\.25\)\]{background-color:#00000040}.bg-\[rgba\(124\,197\,118\,0\.2\)\]{background-color:#7cc57633}.bg-\[rgba\(234\,99\,97\,0\.1\)\]{background-color:#ea63611a}.bg-\[rgba\(235\,102\,99\,0\.1\)\]{background-color:#eb66631a}.bg-\[rgba\(255\,255\,255\,0\.75\)\]{background-color:#ffffffbf}.bg-\[rgba\(51\,51\,51\,0\.7\)\]{background-color:#333333b3}.bg-\[var\(--ButtonBackColor\,\#3e8438\)\]{background-color:var(--ButtonBackColor,#3e8438)}.bg-\[var\(--MenuBackColor\)\]{background-color:var(--MenuBackColor)}.bg-\[var\(--bkg-overlay-50\)\]{background-color:var(--bkg-overlay-50)}.bg-amber-500{--tw-bg-opacity:1;background-color:rgba(245,158,11,var(--tw-bg-opacity,1))}.bg-bkg_alert_default{background-color:var(--bkg_alert_default)}.bg-bkg_alert_default_rgba\/10{background-color:rgba(var(--bkg_alert_default_rgba),.1)}.bg-bkg_alert_weak{background-color:var(--bkg_alert_weak)}.bg-bkg_blue_default{background-color:var(--bkg_blue_default)}.bg-bkg_blue_weak{background-color:var(--bkg_blue_weak)}.bg-bkg_category_agave{background-color:var(--bkg_category_agave)}.bg-bkg_category_airhead{background-color:var(--bkg_category_airhead)}.bg-bkg_category_algae{background-color:var(--bkg_category_algae)}.bg-bkg_category_bluejay{background-color:var(--bkg_category_bluejay)}.bg-bkg_category_bluejean{background-color:var(--bkg_category_bluejean)}.bg-bkg_category_bullwinkle{background-color:var(--bkg_category_bullwinkle)}.bg-bkg_category_coral{background-color:var(--bkg_category_coral)}.bg-bkg_category_cottoncandy{background-color:var(--bkg_category_cottoncandy)}.bg-bkg_category_custard{background-color:var(--bkg_category_custard)}.bg-bkg_category_dawn{background-color:var(--bkg_category_dawn)}.bg-bkg_category_eggplant{background-color:var(--bkg_category_eggplant)}.bg-bkg_category_elephant{background-color:var(--bkg_category_elephant)}.bg-bkg_category_envy{background-color:var(--bkg_category_envy)}.bg-bkg_category_firetruck{background-color:var(--bkg_category_firetruck)}.bg-bkg_category_fog{background-color:var(--bkg_category_fog)}.bg-bkg_category_goldmedal{background-color:var(--bkg_category_goldmedal)}.bg-bkg_category_ladybug{background-color:var(--bkg_category_ladybug)}.bg-bkg_category_lowtide{background-color:var(--bkg_category_lowtide)}.bg-bkg_category_orange{background-color:var(--bkg_category_orange)}.bg-bkg_category_seafoam{background-color:var(--bkg_category_seafoam)}.bg-bkg_category_shell{background-color:var(--bkg_category_shell)}.bg-bkg_category_tangerine{background-color:var(--bkg_category_tangerine)}.bg-bkg_category_tutu{background-color:var(--bkg_category_tutu)}.bg-bkg_category_valley{background-color:var(--bkg_category_valley)}.bg-bkg_category_white{background-color:var(--bkg_category_white)}.bg-bkg_components_button_blue_default{background-color:var(--bkg_components_button_blue_default)}.bg-bkg_components_button_ghost_hover{background-color:var(--bkg_components_button_ghost_hover)}.bg-bkg_components_button_green_default{background-color:var(--bkg_components_button_green_default)}.bg-bkg_components_button_neutral_default{background-color:var(--bkg_components_button_neutral_default)}.bg-bkg_components_button_neutral_hover{background-color:var(--bkg_components_button_neutral_hover)}.bg-bkg_components_calendar_hoursedited{background-color:var(--bkg_components_calendar_hoursedited)}.bg-bkg_components_calendar_hoursnoworking{background-color:var(--bkg_components_calendar_hoursnoworking)}.bg-bkg_components_card_neutral_default{background-color:var(--bkg_components_card_neutral_default)}.bg-bkg_components_segment_default{background-color:var(--bkg_components_segment_default)}.bg-bkg_components_segment_selected{background-color:var(--bkg_components_segment_selected)}.bg-bkg_components_selector_disabled{background-color:var(--bkg_components_selector_disabled)}.bg-bkg_components_status_strong{background-color:var(--bkg_components_status_strong)}.bg-bkg_green_default{background-color:var(--bkg_green_default)}.bg-bkg_green_default_rgba\/10{background-color:rgba(var(--bkg_green_default_rgba),.1)}.bg-bkg_green_default_rgba\/20{background-color:rgba(var(--bkg_green_default_rgba),.2)}.bg-bkg_green_default_rgba\/25{background-color:rgba(var(--bkg_green_default_rgba),.25)}.bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)}.bg-bkg_neutral_inverse{background-color:var(--bkg_neutral_inverse)}.bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.bg-bkg_neutral_tiertiary{background-color:var(--bkg_neutral_tiertiary)}.bg-bkg_status_accepted{background-color:var(--bkg_status_accepted)}.bg-bkg_status_awaiting{background-color:var(--bkg_status_awaiting)}.bg-bkg_status_complete{background-color:var(--bkg_status_complete)}.bg-bkg_status_confirmed{background-color:var(--bkg_status_confirmed)}.bg-bkg_status_inprogress{background-color:var(--bkg_status_inprogress)}.bg-bkg_status_noshow{background-color:var(--bkg_status_noshow)}.bg-bkg_status_ready{background-color:var(--bkg_status_ready)}.bg-bkg_status_requested{background-color:var(--bkg_status_requested)}.bg-bkg_status_show{background-color:var(--bkg_status_show)}.bg-bkg_status_taskblocked{background-color:var(--bkg_status_taskblocked)}.bg-bkg_status_taskopen{background-color:var(--bkg_status_taskopen)}.bg-bkg_theme_flamingo_default{background-color:var(--bkg_theme_flamingo_default)}.bg-bkg_theme_midnight_default{background-color:var(--bkg_theme_midnight_default)}.bg-bkg_warning_default{background-color:var(--bkg_warning_default)}.bg-bkg_yellow_default{background-color:var(--bkg_yellow_default)}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity,1))}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/45{background-color:#00000073}.bg-black\/50{background-color:#00000080}.bg-black\/55{background-color:#0000008c}.bg-black\/60{background-color:#0009}.bg-black\/\[\.08\]{background-color:#00000014}.bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgba(239,246,255,var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity,1))}.bg-border_neutral_default{background-color:var(--border_neutral_default)}.bg-current{background-color:currentColor}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgba(240,253,244,var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgba(34,197,94,var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgba(22,163,74,var(--tw-bg-opacity,1))}.bg-icon_neutral_secondary{background-color:var(--icon_neutral_secondary)}.bg-inherit{background-color:inherit}.bg-modal_box_shadow\/25{background-color:rgba(var(--modal_box_shadow),.25)}.bg-modal_box_shadow\/40{background-color:rgba(var(--modal_box_shadow),.4)}.bg-modal_box_shadow\/50{background-color:rgba(var(--modal_box_shadow),.5)}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity,1))}.bg-neutral-200{--tw-bg-opacity:1;background-color:rgba(229,229,229,var(--tw-bg-opacity,1))}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgba(163,163,163,var(--tw-bg-opacity,1))}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgba(250,250,250,var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgba(254,226,226,var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity,1))}.bg-red-700{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity,1))}.bg-text_neutral_default{background-color:var(--text_neutral_default)}.bg-text_neutral_secondary{background-color:var(--text_neutral_secondary)}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity,1))}.bg-white\/20{background-color:#fff3}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,249,195,var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgba(250,204,21,var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgba(254,252,232,var(--tw-bg-opacity,1))}.bg-opacity-75{--tw-bg-opacity:.75}.\!bg-\[linear-gradient\(131deg\,_\#415CF6_24\.51\%\,_\#9F0CD4_73\.22\%\)\]{background-image:linear-gradient(131deg,#415cf6 24.51%,#9f0cd4 73.22%)!important}.bg-\[conic-gradient\(from_180deg_at_50\%_50\%\,_\#4091F7_31\.87deg\,_\#7DF759_90deg\,_\#F6C549_180deg\,_\#EB4A38_271\.87deg\,_\#7437F5_326\.25deg\)\]{background-image:conic-gradient(from 180deg,#4091f7 31.87deg,#7df759 90deg,#f6c549 180deg,#eb4a38 271.87deg,#7437f5 326.25deg)}.bg-\[linear-gradient\(135deg\,\#6b21a8_0\%\,\#9b1a1a_60\%\,\#c0392b_100\%\)\]{background-image:linear-gradient(135deg,#6b21a8 0%,#9b1a1a 60%,#c0392b 100%)}.bg-\[linear-gradient\(45deg\,_\#eb6663_40\%\,_\#f6b100\)\]{background-image:linear-gradient(45deg,#eb6663 40%,#f6b100)}.bg-\[linear-gradient\(92\.38deg\,\#D24428_0\.24\%\,\#BF4A62_25\.98\%\,\#8568AA_64\.3\%\,\#7E9F96_99\.42\%\)\]{background-image:linear-gradient(92.38deg,#d24428 .24%,#bf4a62 25.98%,#8568aa 64.3%,#7e9f96 99.42%)}.bg-\[linear-gradient\(to_bottom\,transparent\,transparent\)\,url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/cmsimages\/pay-desk-pos\.jpg\'\)\]{background-image:linear-gradient(#0000,#0000),url(https://vagaro.azureedge.net/static-content/Images/cmsimages/pay-desk-pos.jpg)}.bg-\[url\(\"https\:\/\/vagaro\.azureedge\.net\/static-content\/ShopOwner\/Images\/check-in-logo-new\.png\"\)\]{background-image:url(https://vagaro.azureedge.net/static-content/ShopOwner/Images/check-in-logo-new.png)}.bg-\[url\(\"https\:\/\/vagaro\.azureedge\.net\/static-content\/ShopOwner\/Images\/checkin-appgirl-Jungle\.jpeg\"\)\]{background-image:url(https://vagaro.azureedge.net/static-content/ShopOwner/Images/checkin-appgirl-Jungle.jpeg)}.bg-\[url\(\"https\:\/\/vagaro\.azureedge\.net\/static-content\/ShopOwner\/Images\/checkinapp-user\.png\"\)\]{background-image:url(https://vagaro.azureedge.net/static-content/ShopOwner/Images/checkinapp-user.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img01\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img01.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img02\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img02.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img03\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img03.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img04\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img04.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img05\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img05.png)}.bg-\[url\(\'https\:\/\/1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429\.ssl\.cf2\.rackcdn\.com\/PublicImages\/Images\/widget-gift-img06\.png\'\)\]{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/PublicImages/Images/widget-gift-img06.png)}.bg-\[url\(\'https\:\/\/e8f9bf1bc355898f21d0-494df6daf964bddd3b2efc4bbd25d962\.ssl\.cf2\.rackcdn\.com\/Original\/186684467_374507\$2025_06_16_12_34_46_5110\.jpg\'\)\]{background-image:url(https://e8f9bf1bc355898f21d0-494df6daf964bddd3b2efc4bbd25d962.ssl.cf2.rackcdn.com/Original/186684467_374507$2025_06_16_12_34_46_5110.jpg)}.bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/branded-app-bnr-black\.png\'\)\]{background-image:url(https://vagaro.azureedge.net/static-content/Images/branded-app-bnr-black.png)}.bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/branded-video-img-transparent\.png\'\)\]{background-image:url(https://vagaro.azureedge.net/static-content/Images/branded-video-img-transparent.png)}.bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/cmsimages\/pay-desk-on-front-desk\.jpg\'\)\]{background-image:url(https://vagaro.azureedge.net/static-content/Images/cmsimages/pay-desk-on-front-desk.jpg)}.bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/payroll-bkg\.png\'\)\]{background-image:url(https://vagaro.azureedge.net/static-content/Images/payroll-bkg.png)}.bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static\/assets\/20250723191525\.png\'\)\]{background-image:url(https://vagaro.azureedge.net/static/assets/20250723191525.png)}.bg-border-gradient-vera{background-image:linear-gradient(131deg,#415cf6 24.51%,#9f0cd4 73.22%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-none{background-image:none}.bg-stencilGradient{background-image:linear-gradient(90deg,#888 25%,#aaa 50%,#888 25%)}.bg-text-gradient-vera{background-image:linear-gradient(131deg,#415cf6 24.51%,#9f0cd4 73.22%)}.from-\[\#533c89\]{--tw-gradient-from:#533c89 var(--tw-gradient-from-position);--tw-gradient-to:#533c8900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#667eea\]{--tw-gradient-from:#667eea var(--tw-gradient-from-position);--tw-gradient-to:#667eea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#076a9f\]{--tw-gradient-to:#076a9f00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#076a9f var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#764ba2\]{--tw-gradient-to:#764ba2 var(--tw-gradient-to-position)}.to-\[rgba\(0\,0\,0\,0\.6\)\]{--tw-gradient-to:#0009 var(--tw-gradient-to-position)}.bg-\[length\:16px_16px\]{background-size:16px 16px}.bg-\[length\:90\%\]{background-size:90%}.bg-\[length\:97\%\]{background-size:97%}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-stencil-size{background-size:200% 200%}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-\[0px_0px\]{background-position:0 0}.bg-\[12px_4px\]{background-position:12px 4px}.bg-\[3px_-1px\]{background-position:3px -1px}.bg-\[position\:calc\(100\%-8px\)\]{background-position:calc(100% - 8px)}.bg-center{background-position:50%}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.fill-ButtonBackColor{fill:var(--ButtonBackColor)}.fill-\[\#2a90d6\]{fill:#2a90d6}.fill-\[\#777777\]{fill:#777}.fill-\[\#7cc576\]{fill:#7cc576}.fill-\[\#cf0018\]{fill:#cf0018}.fill-\[\#f40f02\]{fill:#f40f02}.fill-bkg_alert_default{fill:var(--bkg_alert_default)}.fill-bkg_neutral_default{fill:var(--bkg_neutral_default)}.fill-bkg_neutral_inverse{fill:var(--bkg_neutral_inverse)}.fill-current{fill:currentColor}.fill-icon_neutral_default{fill:var(--icon_neutral_default)}.fill-icon_neutral_secondary{fill:var(--icon_neutral_secondary)}.fill-text_alert_default{fill:var(--text_alert_default)}.fill-text_blue_default{fill:var(--text_blue_default)}.fill-text_green_default{fill:var(--text_green_default)}.fill-text_neutral_default{fill:var(--text_neutral_default)}.fill-text_neutral_secondary{fill:var(--text_neutral_secondary)}.fill-white{fill:#fff}.stroke-text_neutral_default{stroke:var(--text_neutral_default)}.stroke-text_neutral_secondary{stroke:var(--text_neutral_secondary)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-scale-down{object-fit:scale-down}.object-center{object-position:center}.object-left{object-position:left}.object-right{object-position:right}.\!p-0{padding:0!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.p-\[0\]{padding:0}.p-\[10px\]{padding:10px}.p-\[12px_48px_32px\]{padding:12px 48px 32px}.p-\[14px\]{padding:14px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[18px\]{padding:18px}.p-\[1px\]{padding:1px}.p-\[20px\]{padding:20px}.p-\[25px\]{padding:25px}.p-\[2px\]{padding:2px}.p-\[30px\]{padding:30px}.p-\[3px\]{padding:3px}.p-\[5\%\]{padding:5%}.p-\[5px\]{padding:5px}.p-\[7px\]{padding:7px}.p-\[8px\]{padding:8px}.p-\[9px\]{padding:9px}.p-px{padding:1px}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.5rem\]{padding-left:.5rem;padding-right:.5rem}.px-\[1\.1rem\]{padding-left:1.1rem;padding-right:1.1rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[19px\]{padding-left:19px;padding-right:19px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[3px\]{padding-left:3px;padding-right:3px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[60px\]{padding-left:60px;padding-right:60px}.px-\[7px\]{padding-left:7px;padding-right:7px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[0\.36rem\]{padding-top:.36rem;padding-bottom:.36rem}.py-\[0\.4rem\]{padding-top:.4rem;padding-bottom:.4rem}.py-\[0\.563rem\]{padding-top:.563rem;padding-bottom:.563rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[1px\]{padding-top:1px;padding-bottom:1px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[33px\]{padding-top:33px;padding-bottom:33px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[50px\]{padding-top:50px;padding-bottom:50px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.\!pb-0{padding-bottom:0!important}.\!pb-4{padding-bottom:1rem!important}.\!pb-8{padding-bottom:2rem!important}.\!pb-\[20px\]{padding-bottom:20px!important}.\!pb-\[40px\]{padding-bottom:40px!important}.\!pb-\[50px\]{padding-bottom:50px!important}.\!pb-\[85px\]{padding-bottom:85px!important}.\!pl-0{padding-left:0!important}.\!pl-8{padding-left:2rem!important}.\!pl-\[15px\]{padding-left:15px!important}.\!pl-\[45px\]{padding-left:45px!important}.\!pl-\[46px\]{padding-left:46px!important}.\!pt-0{padding-top:0!important}.\!pt-\[18px\]{padding-top:18px!important}.\!pt-\[70px\]{padding-top:70px!important}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[11px\]{padding-bottom:11px}.pb-\[130\%\]{padding-bottom:130%}.pb-\[15px\]{padding-bottom:15px}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[21px\]{padding-bottom:21px}.pb-\[22px\]{padding-bottom:22px}.pb-\[24px\]{padding-bottom:24px}.pb-\[25px\]{padding-bottom:25px}.pb-\[2px\]{padding-bottom:2px}.pb-\[30px\]{padding-bottom:30px}.pb-\[32px\]{padding-bottom:32px}.pb-\[3px\]{padding-bottom:3px}.pb-\[40px\]{padding-bottom:40px}.pb-\[45px\]{padding-bottom:45px}.pb-\[4px\]{padding-bottom:4px}.pb-\[50\%\]{padding-bottom:50%}.pb-\[50px\]{padding-bottom:50px}.pb-\[54\%\]{padding-bottom:54%}.pb-\[5px\]{padding-bottom:5px}.pb-\[60px\]{padding-bottom:60px}.pb-\[6px\]{padding-bottom:6px}.pb-\[70px\]{padding-bottom:70px}.pb-\[78px\]{padding-bottom:78px}.pb-\[7px\]{padding-bottom:7px}.pb-\[80px\]{padding-bottom:80px}.pb-\[85px\]{padding-bottom:85px}.pb-\[88px\]{padding-bottom:88px}.pb-\[8px\]{padding-bottom:8px}.pb-\[92px\]{padding-bottom:92px}.pe-2{-webkit-padding-end:.5rem}.pe-2:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:.5rem}.pe-2:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:.5rem}.pe-2:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:.5rem}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-14{padding-left:3.5rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[1\%\]{padding-left:1%}.pl-\[10px\]{padding-left:10px}.pl-\[12px\]{padding-left:12px}.pl-\[15px\]{padding-left:15px}.pl-\[18px\]{padding-left:18px}.pl-\[19px\]{padding-left:19px}.pl-\[1px\]{padding-left:1px}.pl-\[200px\]{padding-left:200px}.pl-\[25px\]{padding-left:25px}.pl-\[2px\]{padding-left:2px}.pl-\[30px\]{padding-left:30px}.pl-\[32px\]{padding-left:32px}.pl-\[38px\]{padding-left:38px}.pl-\[50px\]{padding-left:50px}.pl-\[56px\]{padding-left:56px}.pl-\[5px\]{padding-left:5px}.pl-\[65px\]{padding-left:65px}.pl-\[66px\]{padding-left:66px}.pl-\[68px\]{padding-left:68px}.pl-\[7px\]{padding-left:7px}.pl-\[8px\]{padding-left:8px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-\[1\%\]{padding-right:1%}.pr-\[10px\]{padding-right:10px}.pr-\[15px\]{padding-right:15px}.pr-\[16px\]{padding-right:16px}.pr-\[2\.7\%\]{padding-right:2.7%}.pr-\[25px\]{padding-right:25px}.pr-\[2px\]{padding-right:2px}.pr-\[30px\]{padding-right:30px}.pr-\[4px\]{padding-right:4px}.pr-\[5px\]{padding-right:5px}.pr-\[60px\]{padding-right:60px}.pr-\[7px\]{padding-right:7px}.pr-\[88px\]{padding-right:88px}.pr-\[8px\]{padding-right:8px}.pr-\[9px\]{padding-right:9px}.ps-0{-webkit-padding-start:0px}.ps-0:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:0}.ps-0:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:0}.ps-0:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:0}.ps-2{-webkit-padding-start:.5rem}.ps-2:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:.5rem}.ps-2:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:.5rem}.ps-2:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:.5rem}.ps-4{-webkit-padding-start:1rem}.ps-4:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:1rem}.ps-4:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:1rem}.ps-4:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:1rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-\[0px\]{padding-top:0}.pt-\[10px\]{padding-top:10px}.pt-\[12px\]{padding-top:12px}.pt-\[130px\]{padding-top:130px}.pt-\[131px\]{padding-top:131px}.pt-\[13px\]{padding-top:13px}.pt-\[14px\]{padding-top:14px}.pt-\[15px\]{padding-top:15px}.pt-\[16px\]{padding-top:16px}.pt-\[18px\]{padding-top:18px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[25px\]{padding-top:25px}.pt-\[26px\]{padding-top:26px}.pt-\[29px\]{padding-top:29px}.pt-\[2px\]{padding-top:2px}.pt-\[30px\]{padding-top:30px}.pt-\[32px\]{padding-top:32px}.pt-\[34px\]{padding-top:34px}.pt-\[35px\]{padding-top:35px}.pt-\[3px\]{padding-top:3px}.pt-\[40px\]{padding-top:40px}.pt-\[4px\]{padding-top:4px}.pt-\[50px\]{padding-top:50px}.pt-\[5px\]{padding-top:5px}.pt-\[60px\]{padding-top:60px}.pt-\[6px\]{padding-top:6px}.pt-\[80px\]{padding-top:80px}.pt-\[90px\]{padding-top:90px}.pt-\[9px\]{padding-top:9px}.pt-px{padding-top:1px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.indent-0{text-indent:0}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-\[\'FontAwesome\'\]{font-family:FontAwesome}.font-\[\'Font_Awesome_6_Pro\'\]{font-family:"Font Awesome 6 Pro"}.font-\[\'Fontawesome_pro_brands_900\'\]{font-family:"Fontawesome pro brands 900"}.font-\[\'Instrument_Serif\'\,serif\]{font-family:Instrument Serif,serif}.font-\[\'Instrument_Serif\'\]{font-family:Instrument Serif}.font-\[Arial\,sans-serif\]{font-family:Arial,sans-serif}.font-\[inherit\]{font-family:inherit}.font-\[vagaro-icons\]{font-family:vagaro-icons}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:proxima-nova,sans-serif}.\!text-\[11px\]\/\[18px\]{font-size:11px!important;line-height:18px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-\[4px\]\/5{font-size:4px!important;line-height:var(--font_height_20)!important}.\!text-lg{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.\!text-sm{font-size:var(--font_size_14)!important;line-height:var(--font_height_18)!important}.\!text-xl\/5{font-size:var(--font_size_20)!important;line-height:var(--font_height_20)!important}.text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.text-2xl\/5{font-size:var(--font_size_24)!important;line-height:var(--font_height_20)!important}.text-2xl\/6{font-size:var(--font_size_24)!important;line-height:var(--font_height_24)!important}.text-2xl\/7{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.text-2xl\/8{font-size:var(--font_size_24)!important;line-height:var(--font_height_32)!important}.text-2xl\/\[26px\]{line-height:26px;font-size:var(--font_size_24)!important}.text-2xl\/\[30px\]{line-height:30px;font-size:var(--font_size_24)!important}.text-3xl{font-size:var(--font_size_26)!important;line-height:var(--font_height_32)!important}.text-3xl\/5{font-size:var(--font_size_26)!important;line-height:var(--font_height_20)!important}.text-3xl\/7{font-size:var(--font_size_26)!important;line-height:var(--font_height_28)!important}.text-3xl\/8{font-size:var(--font_size_26)!important;line-height:var(--font_height_32)!important}.text-3xl\/9{font-size:var(--font_size_26)!important;line-height:var(--font_height_36)!important}.text-4xl{font-size:var(--font_size_32)!important;line-height:var(--font_height_36)!important}.text-4xl\/10{line-height:2.5rem;font-size:var(--font_size_32)!important}.text-5xl{font-size:var(--font_size_42)!important;line-height:var(--font_height_48)!important}.text-6xl{font-size:var(--font_size_64)!important;line-height:var(--font_height_72)!important}.text-\[0\.9375rem\]{font-size:.9375rem}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[12px\]\/4{font-size:12px;line-height:var(--font_height_16)!important}.text-\[12px\]\/5{font-size:12px;line-height:var(--font_height_20)!important}.text-\[12px\]\/\[14px\]{font-size:12px;line-height:14px}.text-\[13px\]{font-size:13px}.text-\[13px\]\/4{font-size:13px;line-height:var(--font_height_16)!important}.text-\[13px\]\/5{font-size:13px;line-height:var(--font_height_20)!important}.text-\[13px\]\/7{font-size:13px;line-height:var(--font_height_28)!important}.text-\[13px\]\/\[18px\]{font-size:13px;line-height:18px}.text-\[14px\]{font-size:14px}.text-\[14px\]\/5{font-size:14px;line-height:var(--font_height_20)!important}.text-\[14px\]\/\[16px\]{font-size:14px;line-height:16px}.text-\[14px\]\/\[18px\]{font-size:14px;line-height:18px}.text-\[14px\]\/\[20px\]{font-size:14px;line-height:20px}.text-\[15px\]{font-size:15px}.text-\[15px\]\/5{font-size:15px;line-height:var(--font_height_20)!important}.text-\[15px\]\/\[18px\]{font-size:15px;line-height:18px}.text-\[15px\]\/\[22px\]{font-size:15px;line-height:22px}.text-\[16px\]{font-size:16px}.text-\[16px\]\/5{font-size:16px;line-height:var(--font_height_20)!important}.text-\[16px\]\/6{font-size:16px;line-height:var(--font_height_24)!important}.text-\[16px\]\/9{font-size:16px;line-height:var(--font_height_36)!important}.text-\[16px\]\/\[18px\]{font-size:16px;line-height:18px}.text-\[16px\]\/\[22px\]{font-size:16px;line-height:22px}.text-\[16px\]\/\[24px\]{font-size:16px;line-height:24px}.text-\[16px\]\/\[26px\]{font-size:16px;line-height:26px}.text-\[17px\]{font-size:17px}.text-\[17px\]\/5{font-size:17px;line-height:var(--font_height_20)!important}.text-\[17px\]\/6{font-size:17px;line-height:var(--font_height_24)!important}.text-\[17px\]\/\[22px\]{font-size:17px;line-height:22px}.text-\[18px\]{font-size:18px}.text-\[18px\]\/5{font-size:18px;line-height:var(--font_height_20)!important}.text-\[18px\]\/6{font-size:18px;line-height:var(--font_height_24)!important}.text-\[18px\]\/\[20px\]{font-size:18px;line-height:20px}.text-\[18px\]\/\[22px\]{font-size:18px;line-height:22px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[20px\]\/6{font-size:20px;line-height:var(--font_height_24)!important}.text-\[20px\]\/\[22px\]{font-size:20px;line-height:22px}.text-\[20px\]\/\[30px\]{font-size:20px;line-height:30px}.text-\[22px\]{font-size:22px}.text-\[22px\]\/5{font-size:22px;line-height:var(--font_height_20)!important}.text-\[22px\]\/6{font-size:22px;line-height:var(--font_height_24)!important}.text-\[23px\]\/\[25px\]{font-size:23px;line-height:25px}.text-\[24px\]{font-size:24px}.text-\[24px\]\/6{font-size:24px;line-height:var(--font_height_24)!important}.text-\[24px\]\/7{font-size:24px;line-height:var(--font_height_28)!important}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[26px\]\/10{font-size:26px;line-height:2.5rem}.text-\[26px\]\/8{font-size:26px;line-height:var(--font_height_32)!important}.text-\[26px\]\/9{font-size:26px;line-height:var(--font_height_36)!important}.text-\[26px\]\/\[26px\]{font-size:26px;line-height:26px}.text-\[26px\]\/\[30px\]{font-size:26px;line-height:30px}.text-\[26px\]\/\[36px\]{font-size:26px;line-height:36px}.text-\[28px\]{font-size:28px}.text-\[28px\]\/9{font-size:28px;line-height:var(--font_height_36)!important}.text-\[28px\]\/\[30px\]{font-size:28px;line-height:30px}.text-\[28px\]\/\[34px\]{font-size:28px;line-height:34px}.text-\[28px\]\/\[36px\]{font-size:28px;line-height:36px}.text-\[29px\]\/7{font-size:29px;line-height:var(--font_height_28)!important}.text-\[2rem\]{font-size:2rem}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[32px\]\/\[38px\]{font-size:32px;line-height:38px}.text-\[34px\]\/9{font-size:34px;line-height:var(--font_height_36)!important}.text-\[34px\]\/\[36px\]{font-size:34px;line-height:36px}.text-\[34px\]\/\[50px\]{font-size:34px;line-height:50px}.text-\[35px\]{font-size:35px}.text-\[36px\]{font-size:36px}.text-\[38px\]{font-size:38px}.text-\[38px\]\/\[44px\]{font-size:38px;line-height:44px}.text-\[40px\]{font-size:40px}.text-\[40px\]\/10{font-size:40px;line-height:2.5rem}.text-\[40px\]\/\[35px\]{font-size:40px;line-height:35px}.text-\[40px\]\/\[50px\]{font-size:40px;line-height:50px}.text-\[41px\]{font-size:41px}.text-\[41px\]\/\[50px\]{font-size:41px;line-height:50px}.text-\[44px\]\/\[44px\]{font-size:44px;line-height:44px}.text-\[46px\]{font-size:46px}.text-\[48px\]{font-size:48px}.text-\[55px\]{font-size:55px}.text-\[56px\]{font-size:56px}.text-\[58px\]\/\[60px\]{font-size:58px;line-height:60px}.text-\[62px\]{font-size:62px}.text-\[64px\]{font-size:64px}.text-\[64px\]\/\[60px\]{font-size:64px;line-height:60px}.text-\[64px\]\/\[70px\]{font-size:64px;line-height:70px}.text-\[70px\]{font-size:70px}.text-base{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.text-base\/4{font-size:var(--font_size_15)!important;line-height:var(--font_height_16)!important}.text-base\/5{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.text-base\/6{font-size:var(--font_size_15)!important;line-height:var(--font_height_24)!important}.text-base\/7{font-size:var(--font_size_15)!important;line-height:var(--font_height_28)!important}.text-base\/\[18px\]{line-height:18px;font-size:var(--font_size_15)!important}.text-base\/\[21px\]{line-height:21px;font-size:var(--font_size_15)!important}.text-base\/\[22px\]{line-height:22px;font-size:var(--font_size_15)!important}.text-lg{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.text-lg\/5{font-size:var(--font_size_18)!important;line-height:var(--font_height_20)!important}.text-lg\/6{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.text-lg\/\[18px\]{line-height:18px;font-size:var(--font_size_18)!important}.text-lg\/\[22px\]{line-height:22px;font-size:var(--font_size_18)!important}.text-lg\/\[26px\]{line-height:26px;font-size:var(--font_size_18)!important}.text-lg\/\[30px\]{line-height:30px;font-size:var(--font_size_18)!important}.text-md,.text-md\/5{font-size:var(--font_size_16)!important;line-height:var(--font_height_20)!important}.text-sm{font-size:var(--font_size_14)!important;line-height:var(--font_height_18)!important}.text-sm\/4{font-size:var(--font_size_14)!important;line-height:var(--font_height_16)!important}.text-sm\/5{font-size:var(--font_size_14)!important;line-height:var(--font_height_20)!important}.text-sm\/7{font-size:var(--font_size_14)!important;line-height:var(--font_height_28)!important}.text-sm\/\[18px\]{line-height:18px;font-size:var(--font_size_14)!important}.text-sm\/\[22px\]{line-height:22px;font-size:var(--font_size_14)!important}.text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.text-xl\/4{font-size:var(--font_size_20)!important;line-height:var(--font_height_16)!important}.text-xl\/5{font-size:var(--font_size_20)!important;line-height:var(--font_height_20)!important}.text-xl\/6{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.text-xl\/7{font-size:var(--font_size_20)!important;line-height:var(--font_height_28)!important}.text-xl\/\[22px\]{line-height:22px;font-size:var(--font_size_20)!important}.text-xl\/\[26px\]{line-height:26px;font-size:var(--font_size_20)!important}.text-xl\/\[30px\]{line-height:30px;font-size:var(--font_size_20)!important}.text-xl\/\[48px\]{line-height:48px;font-size:var(--font_size_20)!important}.text-xs{font-size:var(--font_size_12)!important;line-height:var(--font_height_16)!important}.text-xs\/3{line-height:.75rem;font-size:var(--font_size_12)!important}.text-xs\/4{font-size:var(--font_size_12)!important;line-height:var(--font_height_16)!important}.text-xs\/4\.5{font-size:var(--font_size_12)!important;line-height:var(--font_height_18)!important}.text-xs\/5{font-size:var(--font_size_12)!important;line-height:var(--font_height_20)!important}.text-xs\/\[14px\]{line-height:14px;font-size:var(--font_size_12)!important}.text-xs\/\[22px\]{line-height:22px;font-size:var(--font_size_12)!important}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal)var(--tw-slashed-zero)var(--tw-numeric-figure)var(--tw-numeric-spacing)var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal)var(--tw-slashed-zero)var(--tw-numeric-figure)var(--tw-numeric-spacing)var(--tw-numeric-fraction)}.\!leading-\[11px\]{line-height:11px!important}.\!leading-\[14px\]{line-height:14px!important}.\!leading-\[16px\]{line-height:16px!important}.\!leading-\[17px\]{line-height:17px!important}.\!leading-\[21px\]{line-height:21px!important}.\!leading-\[46px\]{line-height:46px!important}.leading-10{line-height:2.5rem}.leading-12{line-height:var(--font_height_48)!important}.leading-3{line-height:.75rem}.leading-4{line-height:var(--font_height_16)!important}.leading-5{line-height:var(--font_height_20)!important}.leading-6{line-height:var(--font_height_24)!important}.leading-7{line-height:var(--font_height_28)!important}.leading-8{line-height:var(--font_height_32)!important}.leading-9{line-height:var(--font_height_36)!important}.leading-\[0\]{line-height:0}.leading-\[1\.25\]{line-height:1.25}.leading-\[1\.42857\]{line-height:1.42857}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.5\]{line-height:1.5}.leading-\[1\.6\]{line-height:1.6}.leading-\[10px\]{line-height:10px}.leading-\[12px\]{line-height:12px}.leading-\[14px\]{line-height:14px}.leading-\[15px\]{line-height:15px}.leading-\[16px\]{line-height:16px}.leading-\[17px\]{line-height:17px}.leading-\[18px\]{line-height:18px}.leading-\[19px\]{line-height:19px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-\[22px\]{line-height:22px}.leading-\[23px\]{line-height:23px}.leading-\[24px\]{line-height:24px}.leading-\[26px\]{line-height:26px}.leading-\[28px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[32px\]{line-height:32px}.leading-\[34px\]{line-height:34px}.leading-\[35px\]{line-height:35px}.leading-\[36px\]{line-height:36px}.leading-\[38px\]{line-height:38px}.leading-\[40px\]{line-height:40px}.leading-\[42px\]{line-height:42px}.leading-\[44px\]{line-height:44px}.leading-\[48px\]{line-height:48px}.leading-\[50px\]{line-height:50px}.leading-\[55px\]{line-height:55px}.leading-\[56px\]{line-height:56px}.leading-\[60px\]{line-height:60px}.leading-\[64px\]{line-height:64px}.leading-\[70px\]{line-height:70px}.leading-\[84px\]{line-height:84px}.leading-none{line-height:var(--leading-none)!important}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.-tracking-\[0\.02em\],.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[-0\.5px\]{letter-spacing:-.5px}.tracking-\[-2px\]{letter-spacing:-2px}.tracking-\[0\.3px\]{letter-spacing:.3px}.tracking-\[0\.5px\]{letter-spacing:.5px}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-text_blue_default{color:var(--text_blue_default)!important}.\!text-text_neutral_default{color:var(--text_neutral_default)!important}.\!text-text_neutral_secondary{color:var(--text_neutral_secondary)!important}.text-ButtonFontColor{color:var(--ButtonFontColor)}.text-MenuBackColor{color:var(--MenuBackColor)}.text-MenuFontColor{color:var(--MenuFontColor)}.text-\[\#111\]{--tw-text-opacity:1;color:rgba(17,17,17,var(--tw-text-opacity,1))}.text-\[\#2a90d6\]{--tw-text-opacity:1;color:rgba(42,144,214,var(--tw-text-opacity,1))}.text-\[\#33333399\]{color:#3339}.text-\[\#333333\],.text-\[\#333\]{--tw-text-opacity:1;color:rgba(51,51,51,var(--tw-text-opacity,1))}.text-\[\#3b579d\]{--tw-text-opacity:1;color:rgba(59,87,157,var(--tw-text-opacity,1))}.text-\[\#444444\]{--tw-text-opacity:1;color:rgba(68,68,68,var(--tw-text-opacity,1))}.text-\[\#534AB7\]{--tw-text-opacity:1;color:rgba(83,74,183,var(--tw-text-opacity,1))}.text-\[\#585858\]{--tw-text-opacity:1;color:rgba(88,88,88,var(--tw-text-opacity,1))}.text-\[\#666\]{--tw-text-opacity:1;color:rgba(102,102,102,var(--tw-text-opacity,1))}.text-\[\#6d6e6f\]{--tw-text-opacity:1;color:rgba(109,110,111,var(--tw-text-opacity,1))}.text-\[\#777777\]{--tw-text-opacity:1;color:rgba(119,119,119,var(--tw-text-opacity,1))}.text-\[\#7cc576\]{--tw-text-opacity:1;color:rgba(124,197,118,var(--tw-text-opacity,1))}.text-\[\#8C5704\]{--tw-text-opacity:1;color:rgba(140,87,4,var(--tw-text-opacity,1))}.text-\[\#CC4744\]{--tw-text-opacity:1;color:rgba(204,71,68,var(--tw-text-opacity,1))}.text-\[\#D83F34\]{--tw-text-opacity:1;color:rgba(216,63,52,var(--tw-text-opacity,1))}.text-\[\#dc2626\]{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity,1))}.text-\[\#eb6663\]{--tw-text-opacity:1;color:rgba(235,102,99,var(--tw-text-opacity,1))}.text-\[\#f8f8f8\]{--tw-text-opacity:1;color:rgba(248,248,248,var(--tw-text-opacity,1))}.text-\[\#fff\]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity,1))}.text-\[var\(--ButtonFontColor\,\#fff\)\]{color:var(--ButtonFontColor,#fff)}.text-\[var\(--color-text\,\#333333\)\]{color:var(--color-text,#333)}.text-bkg_category_bluejay{color:var(--bkg_category_bluejay)}.text-bkg_green_default{color:var(--bkg_green_default)}.text-bkg_neutral_default{color:var(--bkg_neutral_default)}.text-bkg_theme_flamingo_default{color:var(--bkg_theme_flamingo_default)}.text-bkg_warning_default{color:var(--bkg_warning_default)}.text-bkg_yellow_default{color:var(--bkg_yellow_default)}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity,1))}.text-black\/80{color:#000c}.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgba(29,78,216,var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgba(30,64,175,var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgba(22,163,74,var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgba(21,128,61,var(--tw-text-opacity,1))}.text-icon_alert_default{color:var(--icon_alert_default)}.text-icon_blue_default{color:var(--icon_blue_default)}.text-icon_neutral_default{color:var(--icon_neutral_default)}.text-icon_neutral_ondark{color:var(--icon_neutral_ondark)}.text-icon_neutral_secondary{color:var(--icon_neutral_secondary)}.text-icon_neutral_weak{color:var(--icon_neutral_weak)}.text-inherit{color:inherit}.text-neutral-400{--tw-text-opacity:1;color:rgba(163,163,163,var(--tw-text-opacity,1))}.text-neutral-800{--tw-text-opacity:1;color:rgba(38,38,38,var(--tw-text-opacity,1))}.text-neutral-900{--tw-text-opacity:1;color:rgba(23,23,23,var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgba(234,88,12,var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgba(185,28,28,var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgba(153,27,27,var(--tw-text-opacity,1))}.text-sky-400{--tw-text-opacity:1;color:rgba(56,189,248,var(--tw-text-opacity,1))}.text-text_alert_default{color:var(--text_alert_default)}.text-text_blue_default{color:var(--text_blue_default)}.text-text_blue_strong{color:var(--text_blue_strong)}.text-text_green_default{color:var(--text_green_default)}.text-text_neutral_default{color:var(--text_neutral_default)}.text-text_neutral_inverse{color:var(--text_neutral_inverse)}.text-text_neutral_ondark{color:var(--text_neutral_ondark)}.text-text_neutral_secondary{color:var(--text_neutral_secondary)}.text-text_neutral_weak{color:var(--text_neutral_weak)}.text-text_theme_flamingo_default{color:var(--text_theme_flamingo_default)}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity,1))}.text-white\/80{color:#fffc}.text-yellow-600{--tw-text-opacity:1;color:rgba(202,138,4,var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgba(161,98,7,var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgba(133,77,14,var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.decoration-solid{-webkit-text-decoration-style:solid;text-decoration-style:solid}.decoration-0{text-decoration-thickness:0}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent-text_neutral_default{accent-color:var(--text_neutral_default)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.\!shadow-box-shadow{--tw-shadow:0 2px 10px 0 rgba(var(--modal_box_shadow),.1)!important;--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[-4px_0_24px_rgba\(0\,0\,0\,0\.18\)\]{--tw-shadow:-4px 0 24px #0000002e;--tw-shadow-colored:-4px 0 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_-4px_20px_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow:0 -4px 20px #00000026;--tw-shadow-colored:0 -4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_5px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow:0 0 10px 5px #0003;--tw-shadow-colored:0 0 10px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.11\)\]{--tw-shadow:0 0 10px #0000001c;--tw-shadow-colored:0 0 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_20px_5px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 0 20px 5px #0000001a;--tw-shadow-colored:0 0 20px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_12px_0_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 1px 12px 0 #0000001a;--tw-shadow-colored:0 1px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_12px_0_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow:0 1px 12px 0 #0003;--tw-shadow-colored:0 1px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_18px_0_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 1px 18px 0 #0000001a;--tw-shadow-colored:0 1px 18px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_10px_0_\#0000001a\],.shadow-\[0_2px_10px_0_rgba\(0\,0\,0\,0\.10\)\]{--tw-shadow:0 2px 10px 0 #0000001a;--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_12px_0_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 2px 12px 0 #0000001a;--tw-shadow-colored:0 2px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow:0 2px 4px #0000001f;--tw-shadow-colored:0 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.2\)\]{--tw-shadow:0 2px 8px #0003;--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_0_rgba\(0\,0\,0\,0\.16\)\]{--tw-shadow:0 4px 12px 0 #00000029;--tw-shadow-colored:0 4px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(0\,0\,0\,0\.35\)\]{--tw-shadow:0 4px 12px #00000059;--tw-shadow-colored:0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_16px_0_rgba\(0\,0\,0\,0\.6\)\]{--tw-shadow:0 4px 16px 0 #0009;--tw-shadow-colored:0 4px 16px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow:0 4px 20px #00000026;--tw-shadow-colored:0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_40px_rgba\(0\,0\,0\,0\.4\)\]{--tw-shadow:0 4px 40px #0006;--tw-shadow-colored:0 4px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_8px_40px_0_rgba\(0\,0\,0\,0\.20\)\]{--tw-shadow:0 8px 40px 0 #0003;--tw-shadow-colored:0 8px 40px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_10px_10px_10px_\#00000014\]{--tw-shadow:0px 10px 10px 10px #00000014;--tw-shadow-colored:0px 10px 10px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_1px_4px_0px_rgba\(0\,0\,0\,0\.31\)\]{--tw-shadow:0px 1px 4px 0px #0000004f;--tw-shadow-colored:0px 1px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_10px_0px_rgba\(0\,0\,0\,0\.1\)\],.shadow-\[0px_2px_10px_0px_rgba\(0\,0\,0\,0\.10\)\]{--tw-shadow:0px 2px 10px 0px #0000001a;--tw-shadow-colored:0px 2px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[1px_1px_4px_0px_rgba\(var\(--modal_box_shadow\)\,0\.3\)\]{--tw-shadow-colored:1px 1px 4px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[1px_1px_5px_1px_rgba\(var\(--modal_box_shadow\)\,0\.3\)\]{--tw-shadow-colored:1px 1px 5px 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[3px_3px_14px_0_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow:3px 3px 14px 0 #00000026;--tw-shadow-colored:3px 3px 14px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_0_1px_\#fff\]{--tw-shadow:inset 0 0 0 1px #fff;--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_0_8px_0_\#3e8438\]{--tw-shadow:inset 0 0 8px 0 #3e8438;--tw-shadow-colored:inset 0 0 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-box-shadow{--tw-shadow:0 2px 10px 0 rgba(var(--modal_box_shadow),.1);--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-chevronshadow{--tw-shadow:0 0px 11px rgba(var(--modal_box_shadow),.2);--tw-shadow-colored:0 0px 11px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-customShadow{--tw-shadow:0 4px 10px 0 var(--bkg_neutral_tiertiary);--tw-shadow-colored:0 4px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-customappBlock{--tw-shadow:0 2px 7px 0 rgba(var(--modal_box_shadow),.4);--tw-shadow-colored:0 2px 7px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-mobilecardview{--tw-shadow:0 4px 40px rgba(var(--modal_box_shadow),.4);--tw-shadow-colored:0 4px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-modal-box{--tw-shadow:0 2px 14px rgba(var(--modal_box_shadow),.25);--tw-shadow-colored:0 2px 14px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-roundShadow{--tw-shadow:0 2px 10px 0 var(--bkg_divider);--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-veraChatWidgetShadow{--tw-shadow:0px 8px 40px 0 (var(--modal_box_shadow),.2);--tw-shadow-colored:0px 8px 40px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-topmenu_box_shadow{--tw-shadow-color:var(--topmenu_box_shadow);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.\!outline-1{outline-width:1px!important}.outline-0{outline-width:0}.outline-1{outline-width:1px}.outline-2{outline-width:2px}.outline-offset-1{outline-offset:1px}.outline-offset-\[-1px\]{outline-offset:-1px}.\!outline-border_blue_default{outline-color:var(--border_blue_default)!important}.outline-\[\#dcdcdc\]{outline-color:#dcdcdc}.outline-bkg_components_button_blue_default{outline-color:var(--bkg_components_button_blue_default)}.outline-border_neutral_default{outline-color:var(--border_neutral_default)}.outline-border_neutral_strong{outline-color:var(--border_neutral_strong)}.outline-transparent{outline-color:#0000}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-bkg_blue_default{--tw-ring-color:var(--bkg_blue_default)}.ring-black\/5{--tw-ring-color:#0000000d}.blur{--tw-blur:blur(8px);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)}.brightness-0{--tw-brightness:brightness(0);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)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);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)}.drop-shadow-\[0_0_2px_rgba\(0\,0\,0\,0\.5\)\]{--tw-drop-shadow:drop-shadow(0 0 2px #00000080);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)}.grayscale{--tw-grayscale:grayscale(100%);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)}.invert{--tw-invert:invert(100%);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)}.\!filter{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)!important}.filter{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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur)var(--tw-backdrop-brightness)var(--tw-backdrop-contrast)var(--tw-backdrop-grayscale)var(--tw-backdrop-hue-rotate)var(--tw-backdrop-invert)var(--tw-backdrop-opacity)var(--tw-backdrop-saturate)var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur)var(--tw-backdrop-brightness)var(--tw-backdrop-contrast)var(--tw-backdrop-grayscale)var(--tw-backdrop-hue-rotate)var(--tw-backdrop-invert)var(--tw-backdrop-opacity)var(--tw-backdrop-saturate)var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,-webkit-text-decoration-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[all\,opacity\,transform\]{transition-property:all,opacity,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[all\]{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[background-color\]{transition-property:background-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[border-color\,box-shadow\]{transition-property:border-color,box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[box-shadow\,transform\]{transition-property:box-shadow,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[grid-template-rows\]{transition-property:grid-template-rows;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[height\]{transition-property:height;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[left\]{transition-property:left;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[margin\]{transition-property:margin;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[max-height\]{transition-property:max-height;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[opacity\,transform\]{transition-property:opacity,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[padding\]{transition-property:padding;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[right\]{transition-property:right;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[top\]{transition-property:top;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[transform\]{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,-webkit-text-decoration-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-0{transition-delay:0s}.delay-\[300ms\]{transition-delay:.3s}.duration-0{transition-duration:0s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-\[0\.2s\]{transition-duration:.2s}.duration-\[2s\]{transition-duration:2s}.duration-\[400ms\]{transition-duration:.4s}.duration-\[600ms\]{transition-duration:.6s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-\[margin\]{will-change:margin}.\[-webkit-overflow-scrolling\:touch\]{-webkit-overflow-scrolling:touch}.\[animation-delay\:0\.2s\]{animation-delay:.2s}.\[animation-delay\:0\.4s\]{animation-delay:.4s}.\[animation-delay\:0ms\]{animation-delay:0s}.\[animation-delay\:150ms\]{animation-delay:.15s}.\[animation-delay\:300ms\]{animation-delay:.3s}.\[animation-delay\:600ms\]{animation-delay:.6s}.\[animation-delay\:700ms\]{animation-delay:.7s}.\[animation-duration\:2s\]{animation-duration:2s}.\[background\:linear-gradient\(768deg\,var\(--MenuBackColor\)\,var\(--MenuBackColor-Secondary\)\)\]{background:linear-gradient(768deg,var(--MenuBackColor),var(--MenuBackColor-Secondary))}.\[background\:linear-gradient\(90deg\,var\(--MenuBackColor\)_15\%\,var\(--MenuBackColor-Secondary\)_85\%\)\]{background:linear-gradient(90deg,var(--MenuBackColor)15%,var(--MenuBackColor-Secondary)85%)}.\[breakpoint\:480\]{breakpoint:480}.\[field-sizing\:content\]{field-sizing:content}.\[grid-template-columns\:repeat\(auto-fill\,minmax\(130px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.\[list-style\:auto\]{list-style:auto}.\[overflow-wrap\:anywhere\]{overflow-wrap:anywhere}.\[text-align-last\:right\]{text-align-last:right}.\[text-decoration-skip-ink\:none\]{-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.\[touch-action\:manipulation\]{touch-action:manipulation}.\[transform\:translateX\(0px\)_translateY\(0px\)_translateZ\(0px\)_rotateX\(0deg\)_rotateY\(0deg\)_rotateZ\(-27deg\)\]{transform:translate(0)translateY(0)translateZ(0)rotateX(0)rotateY(0)rotate(-27deg)}.\[webkit-tap-highlight-color\:transparent\]{webkit-tap-highlight-color:transparent}.\[word-break\:break-word\]{word-break:break-word}#Popup-CustomerTransferV2VPopup .vg-modal-content{max-height:93%!important}.vg-custom-options-menu .vg-custom-options-item .vg-custom-options-main{border-radius:8px}body:has(.vg-modal-dialog) .liveChat{z-index:9998!important}body:has(.calender-container)>#liveChatFirst.liveChat{z-index:10!important}@media (min-width:1800px){.checkoutBody .liveChat{right:386px!important}.checkoutBody .liveChat.zendesk-chat-icon-smallscreen{right:680px!important}}@media (min-width:1700px) and (max-width:1800px){.checkoutBody .liveChat{right:354px!important}.checkoutBody .liveChat.zendesk-chat-icon-smallscreen{right:670px!important}}@media (max-width:1700px){.checkoutBody .liveChat{right:310px!important}.checkoutBody .liveChat.zendesk-chat-icon-smallscreen{right:660px!important}}.customerBody:has(.customerFormFooter) .liveChat{bottom:70px!important;right:22px!important}.customerBody .liveChat{right:20px!important}.zenswipe-payment-frame{opacity:0;box-sizing:border-box;z-index:100001;background-color:#0006;height:100%;transition:opacity .15s linear;position:fixed;top:0;bottom:0;left:0;right:0}.zenswipe-payment-frame.showpopup{opacity:1}.zenswipe-payment-frame *{box-sizing:border-box}.zen-close-btn{z-index:99;position:absolute;top:15px;right:15px}.zen-close-btn img{width:15px}.zenswipe-payment-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;top:0;bottom:0;left:0;right:0}.zenswipe-payment-inner{background:#fff;border-radius:5px;outline:0;justify-content:center;align-items:center;width:95%;max-width:600px;height:85vh;max-height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 12px #00000026}.zenswipe-iframe-wrapper{width:100%;height:100%;position:relative}.zenswipe-iframe-wrapper iframe{width:100%;height:93%;top:44px;bottom:0;left:0;right:0;position:absolute!important}body.vc-open .ifream-rightSide.ifream-smallscreen{width:354px!important;height:calc(100% - 52px)!important;box-shadow:none!important;border-top-left-radius:0!important;border-top-right-radius:0!important;position:absolute!important;top:52px!important;right:0!important}body.vg-vertical .ifreamVC.ifream-rightSide.ifream-smallscreen{width:354px!important;height:calc(100% - 52px)!important;box-shadow:none!important;border-top-left-radius:16px!important;border-top-right-radius:16px!important;position:absolute!important;top:52px!important;right:0!important}@media (min-width:1366px){body:not(.vg-vertical) .ifreamVC.ifream-rightSide.ifream-smallscreen{border-left:1px solid var(--border_neutral_default)!important}}@media (min-width:640px) and (max-width:1366px){body.vg-vertical .ifreamVC.ifream-rightSide.ifream-smallscreen,body.vc-open .ifream-rightSide.ifream-smallscreen{border-top-left-radius:0!important;box-shadow:0 8px 40px #0003!important}}.VeraContainerProApp-root{height:100vh;height:100svh;height:100dvh}body.mobileGlassUI:has(.reportPageWrapper) .mainContent>.auto-injected-container{display:none!important}.dynamic-screen-height{height:100vh;height:100svh;height:100dvh}body.vc-open .touchVeraPanel.ifreamVC.ifream-rightSide.ifream-smallscreen{border-top-left-radius:0!important;box-shadow:0 8px 40px #0003!important}body.discount-chart-open .custom-scroll-hide,body.dailydeal-chart-open .custom-scroll-hide{display:none!important}.vg-color-container.vg-color-container--theme .theme-midnight{background:#333!important}div:has(>#divZendeskWebWidgetParent){z-index:9999!important;position:relative!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default .popupWrapper,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .popupWrapper .popupTitle,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .popupWrapper .div-block-175,#divCheckoutSettingPage #pnlReceiptPreference.model-default .popupWrapper,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .popupWrapper .popupTitle,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .popupWrapper .div-block-175{background:var(--bkg_components_button_neutral_default)!important;color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default .popupFooter,#divCheckoutSettingPage #pnlReceiptPreference.model-default .popupFooter{background:var(--bkg_neutral_secondary)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.small,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .btn-white-fullwidth,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .common-white-btn,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.small,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .btn-white-fullwidth,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .common-white-btn{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.small.active,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .btn-white-fullwidth.active,#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.active,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.small.active,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .btn-white-fullwidth.active,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .div-block-177.active{background-color:var(--bkg_components_segment_selected)!important;border-color:var(--border_blue_default)!important;color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .group_setting,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .group_setting{border-color:var(--border_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .access-level-title,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .access-level-title{color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .access-level-description,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .access-level-description{color:var(--text_neutral_secondary)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox .form-control,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox .form-control{background:var(--bkg_neutral_default)!important;border-color:var(--border_custom_default)!important;color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox .form-control:focus,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox .form-control:focus{border-color:var(--border_blue_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox span.font-weight-normal,#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .digsign-textBox .digsign-inbox span.font-weight-normal{color:var(--text_neutral_secondary)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .btn-cancel,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .btn-cancel{background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .popupFooter .btn-primary,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .popupFooter .btn-primary{background-color:var(--bkg_components_button_green_default)!important;border-color:var(--border_green_default)!important;color:var(--text_neutral_ondark)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]+label:before,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]+label:before{background-color:var(--bkg_components_toggle_bkg)!important;border-color:var(--border_neutral_strong)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]+label:after,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]+label:after{background-color:var(--bkg_components_toggle_icon)!important;border-color:var(--border_neutral_strong)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]:checked+label:before,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]:checked+label:before{background-color:var(--bkg_green_default)!important;border-color:var(--border_green_strong)!important}#Popup-checkoutSettingsPopup #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]:checked+label:after,#divCheckoutSettingPage #pnlReceiptPreference.model-default.model-default-new .switch-checkboxhtml>input[type=checkbox]:checked+label:after{background-color:var(--bkg_components_toggle_icon)!important;border-color:var(--border_green_strong)!important}#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto;background-color:rgba(var(--modal_box_shadow),.5)!important}#divCheckoutSettingPage #pnlReceiptPreference.model-default.checkout-setting-div .popupWrapper{max-width:504px!important}body.mobileGlassUI.vagaroPro .FloatedMenuNativespace{background:0 0;width:100%;min-height:85px!important;display:block!important}@media screen and (min-width:721px){body.mobileBottomBarUI .vg-modal-dialog{padding-bottom:85px!important}}@media screen and (max-width:720px){body.vg_ismobile.mobileBottomBarUI .vg-modal-dialog.mobilefullScreen .vg-modal-footer,body.vg_ismobile.mobileBottomBarUI .vg-modal-dialog,body.vg_ismobile.mobileBottomBarUI .vg-threedot-dropdown-action-bottom-sheet .vg-threedot-dropdown-action-bottomsheet-menu,body.vg_ismobile.mobileBottomBarUI.vg-select-bottomsheet-parent .vg-select2-dropdown__menu .vg-select-virtualiz{padding-bottom:85px!important}body.vg_ismobile.mobileBottomBarUI.keyboardOn .vg-modal-dialog.mobilefullScreen .vg-modal-footer,body.vg_ismobile.mobileBottomBarUI.keyboardOn .vg-modal-dialog,body.vg_ismobile.mobileBottomBarUI.keyboardOn .vg-threedot-dropdown-action-bottom-sheet .vg-threedot-dropdown-action-bottomsheet-menu,body.vg_ismobile.mobileBottomBarUI.keyboardOn.vg-select-bottomsheet-parent .vg-select2-dropdown__menu .vg-select-virtualiz{padding-bottom:10px!important}body.vg_ismobile.mobileBottomBarUI .vg-modal-dialog.mobilefullScreen{padding-bottom:0!important}}body.mobileBottomBarUI .sidebarSetting>aside{padding-bottom:85px!important}html body.mobileBottomBarUI.keyboardOn .FloatedMenuNativespace{display:none!important}html body.mobileBottomBarUI .FloatedMenuNativespace{min-height:85px!important;display:block!important}html body.mobileBottomBarUI .auto-injected-container{display:none!important}html[data-theme=light] .logoDarkMode,html[data-theme=light] .darkmode_scriptSurelogo,html[data-theme=dark] .logoLightMode,html[data-theme=dark] .lightmode_scriptSurelogo{display:none}html[data-theme=dark] .logoDarkMode,html[data-theme=dark] .darkmode_scriptSurelogo{display:inline-block}html[data-theme=dark] .logoDarkMode.modalHeaderLogo{display:none}@media screen and (max-width:640px){html body.mobileBottomBarUI .productDetailWrap+.productDetailsBtn{padding-bottom:85px!important}html body.mobileBottomBarUI.keyboardOn .productDetailWrap+.productDetailsBtn{padding-bottom:10px!important}html body.mobileBottomBarUI .productDetailWrap .FloatedMenuNativespace{min-height:135px!important}}@media screen and (min-width:640px) and (max-width:1366px){body.vc-open .ifream-rightSide.ifream-smallscreen{box-shadow:0 8px 40px #0003!important}.tablet body.vg-vertical.modernMenu .ifreamVC.ifream-rightSide.ifream-smallscreen{border-top-left-radius:0!important;box-shadow:0 8px 40px #0003!important}}.iframe_bg_none_html{background-color:#0000!important}.iframe_bg_none_html button#btnVera{display:none}.iframe_bg_none_html .checkout-setting-modal .vg-modal-content{height:100%!important}.iframe_bg_none_html .checkout-setting-modal.vg-modalsummary .vg-modal-body{flex-flow:column;display:flex}@media print{.print-emp-show.hidden,.print-categories-show.hidden{opacity:0;display:none!important}.print-hide-menu .w-full.justify-between.hidden,.print-hide-menu .block.mb-4.w-full.hidden{display:none!important}.print-emp-show.block,.print-categories-show.block{overflow:visible!important}}.mobile body.vg_ismobile.report-app .report-scrollbar::-webkit-scrollbar{display:none;width:0!important}[data-theme=dark] select{background-image:none!important}.marker\:mr-2 ::marker{margin-right:.5rem}.marker\:mr-2::marker{margin-right:.5rem}.placeholder\:text-base::placeholder{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.placeholder\:capitalize::placeholder{text-transform:capitalize}.placeholder\:text-\[darkgray\]::placeholder{--tw-text-opacity:1;color:rgba(169,169,169,var(--tw-text-opacity,1))}.placeholder\:text-text_neutral_default::placeholder{color:var(--text_neutral_default)}.placeholder\:text-text_neutral_weak::placeholder{color:var(--text_neutral_weak)}.placeholder\:opacity-100::placeholder{opacity:1}.placeholder\:opacity-70::placeholder{opacity:.7}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);top:0;bottom:0;left:0;right:0}.before\:\!bottom-\[-8px\]:before{content:var(--tw-content);bottom:-8px!important}.before\:-left-1\.5:before{content:var(--tw-content);left:-.375rem}.before\:-left-2:before{content:var(--tw-content);left:-.5rem}.before\:bottom-0:before{content:var(--tw-content);bottom:0}.before\:bottom-1\/2:before{content:var(--tw-content);bottom:50%}.before\:left-0:before{content:var(--tw-content);left:0}.before\:left-1\/2:before{content:var(--tw-content);left:50%}.before\:left-\[-27px\]:before{content:var(--tw-content);left:-27px}.before\:left-\[33px\]:before{content:var(--tw-content);left:33px}.before\:left-\[6px\]:before{content:var(--tw-content);left:6px}.before\:right-0:before{content:var(--tw-content);right:0}.before\:right-\[-22px\]:before{content:var(--tw-content);right:-22px}.before\:right-\[15px\]:before{content:var(--tw-content);right:15px}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-3:before{content:var(--tw-content);top:.75rem}.before\:top-\[-107px\]:before{content:var(--tw-content);top:-107px}.before\:top-\[10px\]:before{content:var(--tw-content);top:10px}.before\:-z-10:before{content:var(--tw-content);z-index:-10}.before\:z-\[1\]:before{content:var(--tw-content);z-index:1}.before\:mr-1:before{content:var(--tw-content);margin-right:.25rem}.before\:block:before{content:var(--tw-content);display:block}.before\:h-1\.5:before{content:var(--tw-content);height:.375rem}.before\:h-4:before{content:var(--tw-content);height:1rem}.before\:h-6:before{content:var(--tw-content);height:1.5rem}.before\:h-\[107px\]:before{content:var(--tw-content);height:107px}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-1\.5:before{content:var(--tw-content);width:.375rem}.before\:w-2:before{content:var(--tw-content);width:.5rem}.before\:w-4:before{content:var(--tw-content);width:1rem}.before\:w-6:before{content:var(--tw-content);width:1.5rem}.before\:w-auto:before{content:var(--tw-content);width:auto}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:w-px:before{content:var(--tw-content);width:1px}.before\:rotate-90:before{content:var(--tw-content);--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.before\:scale-0:before{content:var(--tw-content);--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.before\:rounded-\[10px\]:before{content:var(--tw-content);border-radius:10px}.before\:rounded-full:before{content:var(--tw-content);border-radius:9999px}.before\:border-0:before{content:var(--tw-content);border-width:0}.before\:border-b:before{content:var(--tw-content);border-bottom-width:1px}.before\:border-l:before{content:var(--tw-content);border-left-width:1px}.before\:border-l-8:before{content:var(--tw-content);border-left-width:8px}.before\:border-solid:before{content:var(--tw-content);border-style:solid}.before\:border-bkg_status_accepted:before{content:var(--tw-content);border-color:var(--bkg_status_accepted)}.before\:border-bkg_status_awaiting:before{content:var(--tw-content);border-color:var(--bkg_status_awaiting)}.before\:border-bkg_status_complete:before{content:var(--tw-content);border-color:var(--bkg_status_complete)}.before\:border-bkg_status_confirmed:before{content:var(--tw-content);border-color:var(--bkg_status_confirmed)}.before\:border-bkg_status_inprogress:before{content:var(--tw-content);border-color:var(--bkg_status_inprogress)}.before\:border-bkg_status_noshow:before{content:var(--tw-content);border-color:var(--bkg_status_noshow)}.before\:border-bkg_status_ready:before{content:var(--tw-content);border-color:var(--bkg_status_ready)}.before\:border-bkg_status_requested:before{content:var(--tw-content);border-color:var(--bkg_status_requested)}.before\:border-bkg_status_show:before{content:var(--tw-content);border-color:var(--bkg_status_show)}.before\:border-bkg_status_taskblocked:before{content:var(--tw-content);border-color:var(--bkg_status_taskblocked)}.before\:border-bkg_status_taskopen:before{content:var(--tw-content);border-color:var(--bkg_status_taskopen)}.before\:border-border_neutral_default:before{content:var(--tw-content);border-color:var(--border_neutral_default)}.before\:bg-\[var\(--color-primary\,\#2479c7\)\]:before{content:var(--tw-content);background-color:var(--color-primary,#2479c7)}.before\:bg-bkg_neutral_default:before{content:var(--tw-content);background-color:var(--bkg_neutral_default)}.before\:bg-border_neutral_default:before{content:var(--tw-content);background-color:var(--border_neutral_default)}.before\:bg-\[linear-gradient\(90deg\,\#4373b9\,\#cc4744\)\]:before{content:var(--tw-content);background-image:linear-gradient(90deg,#4373b9,#cc4744)}.before\:bg-\[url\(\'https\:\/\/vagaro\.azureedge\.net\/static-content\/Images\/textMsgTopConnectWave-5\.png\'\)\]:before{content:var(--tw-content);background-image:url(https://vagaro.azureedge.net/static-content/Images/textMsgTopConnectWave-5.png)}.before\:bg-cover:before{content:var(--tw-content);background-size:cover}.before\:bg-top:before{content:var(--tw-content);background-position:top}.before\:bg-no-repeat:before{content:var(--tw-content);background-repeat:no-repeat}.before\:p-\[4px\]:before{content:var(--tw-content);padding:4px}.before\:text-center:before{content:var(--tw-content);text-align:center}.before\:font-\[\'Font_Awesome_6_Brands\'\]:before{content:var(--tw-content);font-family:"Font Awesome 6 Brands"}.before\:font-\[\'Font_Awesome_6_Pro\'\]:before{content:var(--tw-content);font-family:"Font Awesome 6 Pro"}.before\:text-\[18px\]:before{content:var(--tw-content);font-size:18px}.before\:text-\[26px\]:before{content:var(--tw-content);font-size:26px}.before\:text-\[41px\]:before{content:var(--tw-content);font-size:41px}.before\:text-lg\/6:before{content:var(--tw-content);font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.before\:text-xl:before{content:var(--tw-content);font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.before\:font-normal:before{content:var(--tw-content);font-weight:400}.before\:leading-\[28px\]:before{content:var(--tw-content);line-height:28px}.before\:text-\[\#226fa3\]:before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(34,111,163,var(--tw-text-opacity,1))}.before\:text-\[\#265697\]:before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(38,86,151,var(--tw-text-opacity,1))}.before\:text-\[\#306fc5\]:before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(48,111,197,var(--tw-text-opacity,1))}.before\:text-\[\#ff6600\]:before{content:var(--tw-content);--tw-text-opacity:1;color:rgba(255,102,0,var(--tw-text-opacity,1))}.before\:text-icon_neutral_secondary:before{content:var(--tw-content);color:var(--icon_neutral_secondary)}.before\:text-inherit:before{content:var(--tw-content);color:inherit}.before\:opacity-0:before{content:var(--tw-content);opacity:0}.before\:shadow-\[0px_0px_0px_13px_transparent\]:before{content:var(--tw-content);--tw-shadow:0px 0px 0px 13px transparent;--tw-shadow-colored:0px 0px 0px 13px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.before\:transition-transform:before{content:var(--tw-content);transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f08e\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f105\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f1f0\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f1f1\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f1f2\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:content-\[\'\\f1f3\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:\[-webkit-mask-composite\:xor\]:before{content:var(--tw-content);-webkit-mask-composite:xor}.before\:\[-webkit-mask\:linear-gradient\(\#fff_0_0\)_content-box\,linear-gradient\(\#fff_0_0\)\]:before{content:var(--tw-content);-webkit-mask:linear-gradient(#fff 0,#fff 0) content-box,linear-gradient(#fff 0,#fff 0)}.before\:\[mask-composite\:exclude\]:before{content:var(--tw-content);-webkit-mask-composite:xor;-webkit-mask-composite:xor;-webkit-mask-composite:xor;mask-composite:exclude}.after\:pointer-events-none:after{content:var(--tw-content);pointer-events:none}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:\!left-0:after{content:var(--tw-content);left:0!important}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:bottom-\[2px\]:after{content:var(--tw-content);bottom:2px}.after\:left-0:after{content:var(--tw-content);left:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:left-\[0px\]:after{content:var(--tw-content);left:0}.after\:left-\[5px\]:after{content:var(--tw-content);left:5px}.after\:right-0:after,.after\:right-\[0px\]:after{content:var(--tw-content);right:0}.after\:right-\[10px\]:after{content:var(--tw-content);right:10px}.after\:top-0:after{content:var(--tw-content);top:0}.after\:top-1\/2:after{content:var(--tw-content);top:50%}.after\:top-2:after{content:var(--tw-content);top:.5rem}.after\:top-\[-5px\]:after{content:var(--tw-content);top:-5px}.after\:top-\[-6px\]:after{content:var(--tw-content);top:-6px}.after\:top-\[9px\]:after{content:var(--tw-content);top:9px}.after\:top-full:after{content:var(--tw-content);top:100%}.after\:z-\[1\]:after{content:var(--tw-content);z-index:1}.after\:z-\[5\]:after{content:var(--tw-content);z-index:5}.after\:clear-both:after{content:var(--tw-content);clear:both}.after\:mx-auto:after{content:var(--tw-content);margin-left:auto;margin-right:auto}.after\:my-auto:after{content:var(--tw-content);margin-top:auto;margin-bottom:auto}.after\:ml-2:after{content:var(--tw-content);margin-left:.5rem}.after\:block:after{content:var(--tw-content);display:block}.after\:\!hidden:after{content:var(--tw-content);display:none!important}.after\:h-0:after{content:var(--tw-content);height:0}.after\:h-0\.5:after{content:var(--tw-content);height:.125rem}.after\:h-1:after{content:var(--tw-content);height:.25rem}.after\:h-2:after{content:var(--tw-content);height:.5rem}.after\:h-3:after{content:var(--tw-content);height:.75rem}.after\:h-\[12px\]:after{content:var(--tw-content);height:12px}.after\:h-\[1px\]:after{content:var(--tw-content);height:1px}.after\:h-\[2px\]:after{content:var(--tw-content);height:2px}.after\:h-\[3px\]:after{content:var(--tw-content);height:3px}.after\:h-px:after{content:var(--tw-content);height:1px}.after\:\!w-full:after{content:var(--tw-content);width:100%!important}.after\:w-0:after{content:var(--tw-content);width:0}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-2:after{content:var(--tw-content);width:.5rem}.after\:w-3:after{content:var(--tw-content);width:.75rem}.after\:w-\[100px\]:after{content:var(--tw-content);width:100px}.after\:w-\[12px\]:after{content:var(--tw-content);width:12px}.after\:w-\[3px\]:after{content:var(--tw-content);width:3px}.after\:w-\[60px\]:after{content:var(--tw-content);width:60px}.after\:w-full:after{content:var(--tw-content);width:100%}.after\:w-px:after{content:var(--tw-content);width:1px}.after\:max-w-\[30\%\]:after{content:var(--tw-content);max-width:30%}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.after\:-translate-y-1\/2:after,.after\:translate-y-\[-50\%\]:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.after\:rounded-\[3px\]:after{content:var(--tw-content);border-radius:3px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:rounded-md:after{content:var(--tw-content);border-radius:.375rem}.after\:border-\[5px\]:after{content:var(--tw-content);border-width:5px}.after\:border-x-\[6px\]:after{content:var(--tw-content);border-left-width:6px;border-right-width:6px}.after\:border-b-0:after{content:var(--tw-content);border-bottom-width:0}.after\:border-l:after{content:var(--tw-content);border-left-width:1px}.after\:border-l-\[6px\]:after{content:var(--tw-content);border-left-width:6px}.after\:border-r-\[6px\]:after{content:var(--tw-content);border-right-width:6px}.after\:border-t:after{content:var(--tw-content);border-top-width:1px}.after\:border-t-\[6px\]:after{content:var(--tw-content);border-top-width:6px}.after\:border-solid:after{content:var(--tw-content);border-style:solid}.after\:border-border_neutral_default:after{content:var(--tw-content);border-color:var(--border_neutral_default)}.after\:border-transparent:after{content:var(--tw-content);border-color:#0000}.after\:border-b-transparent:after{content:var(--tw-content);border-bottom-color:#0000}.after\:border-l-transparent:after{content:var(--tw-content);border-left-color:#0000}.after\:border-r-transparent:after{content:var(--tw-content);border-right-color:#0000}.after\:border-t-\[\#333\]:after{content:var(--tw-content);--tw-border-opacity:1;border-top-color:rgba(51,51,51,var(--tw-border-opacity,1))}.after\:border-t-text_neutral_default:after{content:var(--tw-content);border-top-color:var(--text_neutral_default)}.after\:bg-\[\#333\]:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgba(51,51,51,var(--tw-bg-opacity,1))}.after\:bg-\[rgba\(0\,0\,0\,0\.2\)\]:after{content:var(--tw-content);background-color:#0003}.after\:bg-bkg_neutral_inverse:after{content:var(--tw-content);background-color:var(--bkg_neutral_inverse)}.after\:bg-bkg_theme_flamingo_default:after{content:var(--tw-content);background-color:var(--bkg_theme_flamingo_default)}.after\:bg-border_neutral_default:after{content:var(--tw-content);background-color:var(--border_neutral_default)}.after\:bg-border_neutral_strong:after{content:var(--tw-content);background-color:var(--border_neutral_strong)}.after\:bg-text_neutral_default:after{content:var(--tw-content);background-color:var(--text_neutral_default)}.after\:bg-text_neutral_secondary:after{content:var(--tw-content);background-color:var(--text_neutral_secondary)}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:duration-200:after{content:var(--tw-content);transition-duration:.2s}.after\:duration-300:after{content:var(--tw-content);transition-duration:.3s}.after\:ease-in-out:after{content:var(--tw-content);transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:content-\[\"\"\]:after,.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'\\e902\'\]:after{--tw-content:"";content:var(--tw-content)}.after\:content-\[\'•\'\]:after{--tw-content:"•";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.first\:max-w-\[216px\]:first-child{max-width:216px}.first\:list-none:first-child{list-style-type:none}.first\:rounded-tl-lg:first-child{border-top-left-radius:.5rem}.first\:rounded-tr-lg:first-child{border-top-right-radius:.5rem}.first\:border-t-0:first-child{border-top-width:0}.first\:pt-0:first-child{padding-top:0}.first\:before\:bottom-0:first-child:before{content:var(--tw-content);bottom:0}.last\:mb-0:last-child{margin-bottom:0}.last\:w-full:last-child{width:100%}.last\:rounded-bl-lg:last-child{border-bottom-left-radius:.5rem}.last\:rounded-br-lg:last-child{border-bottom-right-radius:.5rem}.last\:border-0:last-child{border-width:0}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-r-0:last-child{border-right-width:0}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.last\:after\:content-none:last-child:after{--tw-content:none;content:var(--tw-content)}.checked\:before\:opacity-\[0\.16\]:checked:before{content:var(--tw-content);opacity:.16}.checked\:after\:absolute:checked:after{content:var(--tw-content);position:absolute}.checked\:after\:left-1\/2:checked:after{content:var(--tw-content);left:50%}.checked\:after\:top-1\/2:checked:after{content:var(--tw-content);top:50%}.checked\:after\:h-3:checked:after{content:var(--tw-content);height:.75rem}.checked\:after\:w-3:checked:after{content:var(--tw-content);width:.75rem}.checked\:after\:rounded-full:checked:after{content:var(--tw-content);border-radius:9999px}.checked\:after\:bg-bkg_components_status_strong:checked:after{content:var(--tw-content);background-color:var(--bkg_components_status_strong)}.checked\:after\:content-\[\'\'\]:checked:after{--tw-content:"";content:var(--tw-content)}.checked\:after\:\[transform\:translate\(-50\%\,-50\%\)\]:checked:after{content:var(--tw-content);transform:translate(-50%,-50%)}.empty\:translate-x-\[50px\]:empty{--tw-translate-x:50px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.empty\:text-text_neutral_secondary:empty{color:var(--text_neutral_secondary)}.empty\:opacity-0:empty{opacity:0}.empty\:before\:content-\[\'Your_Text_Here\'\]:empty:before{--tw-content:"Your Text Here";content:var(--tw-content)}.hover\:-top-\[3px\]:hover{top:-3px}.hover\:-translate-y-1:hover{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y:-2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border:hover{border-width:1px}.hover\:border-solid:hover{border-style:solid}.hover\:border-bkg_components_button_green_hover:hover{border-color:var(--bkg_components_button_green_hover)}.hover\:border-border_blue_default:hover{border-color:var(--border_blue_default)}.hover\:border-border_neutral_default:hover{border-color:var(--border_neutral_default)}.hover\:border-border_neutral_strong:hover{border-color:var(--border_neutral_strong)}.hover\:border-text_blue_default:hover{border-color:var(--text_blue_default)}.hover\:border-transparent:hover{border-color:#0000}.hover\:\!bg-bkg_neutral_secondary:hover{background-color:var(--bkg_neutral_secondary)!important}.hover\:bg-\[\#252628\]:hover{--tw-bg-opacity:1;background-color:rgba(37,38,40,var(--tw-bg-opacity,1))}.hover\:bg-\[\#b83d3a\]:hover{--tw-bg-opacity:1;background-color:rgba(184,61,58,var(--tw-bg-opacity,1))}.hover\:bg-\[\#f5f5f5\]:hover{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity,1))}.hover\:bg-\[\#f8f8f8\]:hover{--tw-bg-opacity:1;background-color:rgba(248,248,248,var(--tw-bg-opacity,1))}.hover\:bg-\[rgba\(71\,144\,196\,0\.1\)\]:hover{background-color:#4790c41a}.hover\:bg-\[var\(--ButtonHoverColor\,\#387833\)\]:hover{background-color:var(--ButtonHoverColor,#387833)}.hover\:bg-bkg_alert_weak:hover{background-color:var(--bkg_alert_weak)}.hover\:bg-bkg_components_button_blue_hover:hover{background-color:var(--bkg_components_button_blue_hover)}.hover\:bg-bkg_components_button_ghost_hover:hover{background-color:var(--bkg_components_button_ghost_hover)}.hover\:bg-bkg_components_button_ghost_pressed:hover{background-color:var(--bkg_components_button_ghost_pressed)}.hover\:bg-bkg_components_button_green_hover:hover{background-color:var(--bkg_components_button_green_hover)}.hover\:bg-bkg_components_button_neutral_hover:hover{background-color:var(--bkg_components_button_neutral_hover)}.hover\:bg-bkg_components_calendar_hoursedited:hover{background-color:var(--bkg_components_calendar_hoursedited)}.hover\:bg-bkg_neutral_secondary:hover{background-color:var(--bkg_neutral_secondary)}.hover\:bg-bkg_neutral_tiertiary:hover{background-color:var(--bkg_neutral_tiertiary)}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity,1))}.hover\:bg-black\/\[\.20\]:hover{background-color:#0003}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgba(29,78,216,var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgba(254,242,242,var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgba(185,28,28,var(--tw-bg-opacity,1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgba(254,240,138,var(--tw-bg-opacity,1))}.hover\:bg-opacity-5:hover{--tw-bg-opacity:.05}.hover\:bg-opacity-90:hover{--tw-bg-opacity:.9}.hover\:\!text-red-500:hover{--tw-text-opacity:1!important;color:rgba(239,68,68,var(--tw-text-opacity,1))!important}.hover\:text-\[\#226fa3\]:hover{--tw-text-opacity:1;color:rgba(34,111,163,var(--tw-text-opacity,1))}.hover\:text-\[\#CC4744\]:hover{--tw-text-opacity:1;color:rgba(204,71,68,var(--tw-text-opacity,1))}.hover\:text-\[\#b83d3a\]:hover{--tw-text-opacity:1;color:rgba(184,61,58,var(--tw-text-opacity,1))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgba(147,197,253,var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity,1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity,1))}.hover\:text-inherit:hover{color:inherit}.hover\:text-text_alert_default:hover{color:var(--text_alert_default)}.hover\:text-text_blue_default:hover{color:var(--text_blue_default)}.hover\:text-text_blue_strong:hover{color:var(--text_blue_strong)}.hover\:text-text_neutral_default:hover{color:var(--text_neutral_default)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity,1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:\!no-underline:hover{-webkit-text-decoration-line:none!important;text-decoration-line:none!important}.hover\:no-underline:hover{-webkit-text-decoration-line:none;text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[rgba\(0\,0\,0\,0\.03\)_0px_12px_10px_13px\,inset_0px_-40px_50px_50px_white\]:hover{--tw-shadow:#00000008 0px 12px 10px 13px,inset 0px -40px 50px 50px white;--tw-shadow-colored:0px 12px 10px 13px var(--tw-shadow-color),inset 0px -40px 50px 50px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-appBlock:hover{--tw-shadow:0 2px 12px 0 rgba(var(--modal_box_shadow),.16);--tw-shadow-colored:0 2px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:outline:hover{outline-style:solid}.hover\:\!outline-1:hover{outline-width:1px!important}.hover\:outline-\[1\.5px\]:hover{outline-width:1.5px}.hover\:\!outline-border_blue_default:hover{outline-color:var(--border_blue_default)!important}.hover\:ring-2:hover{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.hover\:ring-bkg_blue_default:hover{--tw-ring-color:var(--bkg_blue_default)}.hover\:before\:opacity-\[0\.04\]:hover:before{content:var(--tw-content);opacity:.04}.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\,0\,0\,0\.6\)\]:hover:before{content:var(--tw-content);--tw-shadow:0px 0px 0px 13px #0009;--tw-shadow-colored:0px 0px 0px 13px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:border-0:focus{border-width:0}.focus\:border-\[\#3898ec\]:focus{--tw-border-opacity:1;border-color:rgba(56,152,236,var(--tw-border-opacity,1))}.focus\:border-\[\#7cc576\]:focus{--tw-border-opacity:1;border-color:rgba(124,197,118,var(--tw-border-opacity,1))}.focus\:border-amber-500:focus{--tw-border-opacity:1;border-color:rgba(245,158,11,var(--tw-border-opacity,1))}.focus\:border-blue-400:focus{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity,1))}.focus\:border-border_blue_default:focus{border-color:var(--border_blue_default)}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgba(239,68,68,var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:#0000}.focus\:bg-bkg_neutral_secondary:focus{background-color:var(--bkg_neutral_secondary)}.focus\:bg-bkg_neutral_tiertiary:focus{background-color:var(--bkg_neutral_tiertiary)}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(96,165,250,var(--tw-ring-opacity,1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(59,130,246,var(--tw-ring-opacity,1))}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-1:focus-visible{outline-width:1px}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.active\:scale-\[0\.99\]:active{--tw-scale-x:.99;--tw-scale-y:.99;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.active\:border-bkg_components_button_green_pressed:active{border-color:var(--bkg_components_button_green_pressed)}.active\:\!bg-bkg_neutral_tiertiary:active{background-color:var(--bkg_neutral_tiertiary)!important}.active\:bg-\[\#333333\]:active{--tw-bg-opacity:1;background-color:rgba(51,51,51,var(--tw-bg-opacity,1))}.active\:bg-bkg_components_button_green_pressed:active{background-color:var(--bkg_components_button_green_pressed)}.active\:bg-bkg_neutral_secondary:active{background-color:var(--bkg_neutral_secondary)}.active\:bg-bkg_neutral_tiertiary:active{background-color:var(--bkg_neutral_tiertiary)}.active\:bg-blue-800:active{--tw-bg-opacity:1;background-color:rgba(30,64,175,var(--tw-bg-opacity,1))}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-transparent:disabled{background-color:#0000}.disabled\:opacity-35:disabled{opacity:.35}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:opacity-100:hover:disabled,.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group\/msg:hover .group-hover\/msg\:visible,.group:hover .group-hover\:visible{visibility:visible}.group\/msg:hover .group-hover\/msg\:-top-\[25px\]{top:-25px}.group:hover .group-hover\:left-\[10\%\]{left:10%}.group:hover .group-hover\:left-\[35\%\]{left:35%}.group:hover .group-hover\:left-\[60\%\]{left:60%}.group:hover .group-hover\:top-1\/2{top:50%}.group:hover .group-hover\:top-\[13\%\]{top:13%}.group:hover .group-hover\:top-\[55\%\]{top:55%}.group:hover .group-hover\:top-\[calc\(13\%\+38px\)\]{top:calc(13% + 38px)}.group:hover .group-hover\:-mb-1\.5{margin-bottom:-.375rem}.group\/chevron:hover .group-hover\/chevron\:block,.group:hover .group-hover\:block{display:block}.group\/submenu:hover .group-hover\/submenu\:flex,.group\/subsubmenu:hover .group-hover\/subsubmenu\:flex{display:flex}.group:hover .group-hover\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-rotate-\[10deg\]{--tw-rotate:-10deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-rotate-\[20deg\]{--tw-rotate:-20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:rotate-\[20deg\]{--tw-rotate:20deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.2\]{--tw-scale-x:1.2;--tw-scale-y:1.2;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.group:hover .group-hover\:overflow-y-auto{overflow-y:auto}.group:hover .group-hover\:p-1\.5{padding:.375rem}.group:hover .group-hover\:pl-3{padding-left:.75rem}.group:hover .group-hover\:text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.group\/msg:hover .group-hover\/msg\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-10{opacity:.1}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-\[0px_5px_10px_5px_\#00000018\]{--tw-shadow:0px 5px 10px 5px #00000018;--tw-shadow-colored:0px 5px 10px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\:delay-0{transition-delay:0s}.group:hover .group-hover\:delay-100{transition-delay:.1s}.group:hover .group-hover\:delay-\[50ms\]{transition-delay:50ms}.group:hover .group-hover\:duration-500{transition-duration:.5s}.group:hover .group-hover\:duration-\[400ms\]{transition-duration:.4s}.group:hover .group-hover\:duration-\[600ms\]{transition-duration:.6s}.group:focus-visible .group-focus-visible\:rounded-full{border-radius:9999px}.group:focus-visible .group-focus-visible\:outline{outline-style:solid}.group:focus-visible .group-focus-visible\:outline-2{outline-width:2px}.group:focus-visible .group-focus-visible\:outline-offset-4{outline-offset:4px}.group:focus-visible .group-focus-visible\:outline-white{outline-color:#fff}.group:active .group-active\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.mobile .mobile\:fixed{position:fixed}.mobile .mobile\:bottom-0{bottom:0}.mobile .mobile\:left-0{left:0}.mobile .mobile\:left-40{left:10rem}.mobile .mobile\:top-0{top:0}.mobile .mobile\:z-10{z-index:10}.mobile .mobile\:order-1{order:1}.mobile .mobile\:order-2{order:2}.mobile .mobile\:order-3{order:3}.mobile .mobile\:order-4{order:4}.mobile .mobile\:order-5{order:5}.mobile .mobile\:col-span-1{grid-column:span 1/span 1}.mobile .mobile\:\!my-0{margin-top:0!important;margin-bottom:0!important}.mobile .mobile\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.mobile .mobile\:mx-3{margin-left:.75rem;margin-right:.75rem}.mobile .mobile\:mx-auto{margin-left:auto;margin-right:auto}.mobile .mobile\:\!mb-0{margin-bottom:0!important}.mobile .mobile\:\!ml-0{margin-left:0!important}.mobile .mobile\:\!mr-0{margin-right:0!important}.mobile .mobile\:mb-0{margin-bottom:0}.mobile .mobile\:mb-2\.5{margin-bottom:.625rem}.mobile .mobile\:mb-4{margin-bottom:1rem}.mobile .mobile\:mb-5{margin-bottom:1.25rem}.mobile .mobile\:ml-0{margin-left:0}.mobile .mobile\:ml-3{margin-left:.75rem}.mobile .mobile\:mr-0{margin-right:0}.mobile .mobile\:mt-0{margin-top:0}.mobile .mobile\:mt-11{margin-top:2.75rem}.mobile .mobile\:mt-2{margin-top:.5rem}.mobile .mobile\:mt-3{margin-top:.75rem}.mobile .mobile\:mt-4{margin-top:1rem}.mobile .mobile\:mt-5{margin-top:1.25rem}.mobile .mobile\:mt-\[60px\]{margin-top:60px}.mobile .mobile\:block{display:block}.mobile .mobile\:inline-block{display:inline-block}.mobile .mobile\:\!flex{display:flex!important}.mobile .mobile\:flex{display:flex}.mobile .mobile\:grid{display:grid}.mobile .mobile\:\!hidden{display:none!important}.mobile .mobile\:hidden{display:none}.mobile .mobile\:\!h-\[100dvh\]{height:100dvh!important}.mobile .mobile\:\!h-\[100svh\]{height:100svh!important}.mobile .mobile\:\!h-\[100vh\]{height:100vh!important}.mobile .mobile\:\!h-full{height:100%!important}.mobile .mobile\:h-10{height:2.5rem}.mobile .mobile\:h-20{height:5rem}.mobile .mobile\:h-7{height:1.75rem}.mobile .mobile\:h-\[100dvh\]{height:100dvh}.mobile .mobile\:h-\[450px\]{height:450px}.mobile .mobile\:h-\[calc\(100svh-118px\)\]{height:calc(100svh - 118px)}.mobile .mobile\:h-\[calc\(100svh-44px\)\]{height:calc(100svh - 44px)}.mobile .mobile\:h-\[calc\(100svh-60px\)\]{height:calc(100svh - 60px)}.mobile .mobile\:h-dvh{height:100dvh}.mobile .mobile\:h-full{height:100%}.mobile .mobile\:h-svh{height:100svh}.mobile .mobile\:\!max-h-full{max-height:100%!important}.mobile .mobile\:max-h-12{max-height:3rem}.mobile .mobile\:\!min-h-11{min-height:2.75rem!important}.mobile .mobile\:min-h-0{min-height:0}.mobile .mobile\:min-h-\[100px\]{min-height:100px}.mobile .mobile\:min-h-\[400px\]{min-height:400px}.mobile .mobile\:min-h-full{min-height:100%}.mobile .mobile\:\!w-full{width:100%!important}.mobile .mobile\:w-10{width:2.5rem}.mobile .mobile\:w-full{width:100%}.mobile .mobile\:\!max-w-full{max-width:100%!important}.mobile .mobile\:max-w-full{max-width:100%}.mobile .mobile\:flex-none{flex:none}.mobile .mobile\:flex-shrink-0{flex-shrink:0}.mobile .mobile\:flex-grow{flex-grow:1}.mobile .mobile\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.mobile .mobile\:translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.mobile .mobile\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.mobile .mobile\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.mobile .mobile\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile .mobile\:flex-row{flex-direction:row}.mobile .mobile\:flex-col{flex-direction:column}.mobile .mobile\:flex-col-reverse{flex-direction:column-reverse}.mobile .mobile\:flex-wrap{flex-wrap:wrap}.mobile .mobile\:items-start{align-items:flex-start}.mobile .mobile\:items-center{align-items:center}.mobile .mobile\:justify-start{justify-content:flex-start}.mobile .mobile\:\!justify-end{justify-content:flex-end!important}.mobile .mobile\:justify-center{justify-content:center}.mobile .mobile\:justify-between{justify-content:space-between}.mobile .mobile\:gap-0{gap:0}.mobile .mobile\:gap-1{gap:.25rem}.mobile .mobile\:gap-2{gap:.5rem}.mobile .mobile\:gap-3{gap:.75rem}.mobile .mobile\:gap-4{gap:1rem}.mobile .mobile\:gap-x-2{column-gap:.5rem}.mobile .mobile\:gap-y-1{row-gap:.25rem}.mobile .mobile\:gap-y-4{row-gap:1rem}.mobile .mobile\:gap-y-6{row-gap:1.5rem}.mobile .mobile\:self-center{align-self:center}.mobile .mobile\:overflow-auto{overflow:auto}.mobile .mobile\:\!overflow-hidden{overflow:hidden!important}.mobile .mobile\:overflow-hidden{overflow:hidden}.mobile .mobile\:\!rounded-none{border-radius:0!important}.mobile .mobile\:rounded-none{border-radius:0}.mobile .mobile\:rounded-xl{border-radius:.75rem}.mobile .mobile\:border{border-width:1px}.mobile .mobile\:border-0{border-width:0}.mobile .mobile\:border-x-0{border-left-width:0;border-right-width:0}.mobile .mobile\:\!border-b{border-bottom-width:1px!important}.mobile .mobile\:\!border-t{border-top-width:1px!important}.mobile .mobile\:border-b{border-bottom-width:1px}.mobile .mobile\:border-t{border-top-width:1px}.mobile .mobile\:border-t-0{border-top-width:0}.mobile .mobile\:\!border-solid{border-style:solid!important}.mobile .mobile\:border-solid{border-style:solid}.mobile .mobile\:\!border-border_neutral_default{border-color:var(--border_neutral_default)!important}.mobile .mobile\:border-border_neutral_default{border-color:var(--border_neutral_default)}.mobile .mobile\:border-border_neutral_strong{border-color:var(--border_neutral_strong)}.mobile .mobile\:border-gray-100{--tw-border-opacity:1;border-color:rgba(243,244,246,var(--tw-border-opacity,1))}.mobile .mobile\:border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity,1))}.mobile .mobile\:\!bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)!important}.mobile .mobile\:bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)}.mobile .mobile\:bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.mobile .mobile\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity,1))}.mobile .mobile\:p-0{padding:0}.mobile .mobile\:p-2{padding:.5rem}.mobile .mobile\:p-2\.5{padding:.625rem}.mobile .mobile\:p-3{padding:.75rem}.mobile .mobile\:p-4{padding:1rem}.mobile .mobile\:\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.mobile .mobile\:\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.mobile .mobile\:px-0{padding-left:0;padding-right:0}.mobile .mobile\:px-3{padding-left:.75rem;padding-right:.75rem}.mobile .mobile\:px-4{padding-left:1rem;padding-right:1rem}.mobile .mobile\:px-5{padding-left:1.25rem;padding-right:1.25rem}.mobile .mobile\:py-2{padding-top:.5rem;padding-bottom:.5rem}.mobile .mobile\:py-3{padding-top:.75rem;padding-bottom:.75rem}.mobile .mobile\:py-4{padding-top:1rem;padding-bottom:1rem}.mobile .mobile\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.mobile .mobile\:py-\[11px\]{padding-top:11px;padding-bottom:11px}.mobile .mobile\:\!pb-0{padding-bottom:0!important}.mobile .mobile\:pb-0{padding-bottom:0}.mobile .mobile\:pb-2{padding-bottom:.5rem}.mobile .mobile\:pb-6{padding-bottom:1.5rem}.mobile .mobile\:pb-\[110px\]{padding-bottom:110px}.mobile .mobile\:pb-\[70px\]{padding-bottom:70px}.mobile .mobile\:pb-\[85px\]{padding-bottom:85px}.mobile .mobile\:pl-0{padding-left:0}.mobile .mobile\:pl-4{padding-left:1rem}.mobile .mobile\:pl-5{padding-left:1.25rem}.mobile .mobile\:pr-4{padding-right:1rem}.mobile .mobile\:pt-16{padding-top:4rem}.mobile .mobile\:pt-2{padding-top:.5rem}.mobile .mobile\:pt-3{padding-top:.75rem}.mobile .mobile\:pt-4{padding-top:1rem}.mobile .mobile\:text-left{text-align:left}.mobile .mobile\:text-center{text-align:center}.mobile .mobile\:text-base{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.mobile .mobile\:text-base\/20{font-size:var(--font_size_15)!important;line-height:var(--font_height_80)!important}.mobile .mobile\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.mobile .mobile\:font-normal{font-weight:400}.mobile .mobile\:text-text_neutral_weak{color:var(--text_neutral_weak)}.mobile .mobile\:shadow-mobilecardview{--tw-shadow:0 4px 40px rgba(var(--modal_box_shadow),.4);--tw-shadow-colored:0 4px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.mobile .mobile\:transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.mobile .mobile\:duration-500{transition-duration:.5s}.mobile .mobile\:ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.mobile .mobile\:last\:border-b-0:last-child{border-bottom-width:0}.mobile .mobile\:hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity,1))}.tablet .tablet\:mr-0{margin-right:0}.tablet .tablet\:h-\[calc\(100\%-52px\)\]{height:calc(100% - 52px)}.tablet .tablet\:h-full{height:100%}.tablet .tablet\:\!w-full{width:100%!important}.tablet .tablet\:w-full{width:100%}.tablet .tablet\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.tablet .tablet\:rounded-tl-none{border-top-left-radius:0}.tablet .tablet\:pb-5{padding-bottom:1.25rem}.tablet .tablet\:pb-\[85px\]{padding-bottom:85px}.tablet .tablet\:shadow-\[0_8px_40px_0_rgba\(0\,0\,0\,0\.20\)\]{--tw-shadow:0 8px 40px 0 #0003;--tw-shadow-colored:0 8px 40px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (prefers-reduced-motion:no-preference){@keyframes membershipBannerIn{0%{opacity:0;transform:translate(128px)}to{opacity:1;transform:translate(0,0)}}.motion-safe\:animate-membershipBannerIn{animation:.8s ease-out forwards membershipBannerIn}}.dark\:block:is([data-theme=dark] *){display:block}.dark\:hidden:is([data-theme=dark] *){display:none}.dark\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity,1))}@media not all and (min-width:1536px){.max-2xl\:max-w-\[190px\]{max-width:190px}.max-2xl\:max-w-\[220px\]{max-width:220px}.max-2xl\:max-w-\[260px\]{max-width:260px}.max-2xl\:max-w-\[450px\]{max-width:450px}.max-2xl\:gap-x-4{column-gap:1rem}}@media (max-width:1379px){.max-\[1379px\]\:text-\[15px\]\/5{font-size:15px;line-height:var(--font_height_20)!important}}@media (max-width:1300px){.max-\[1300px\]\:\!max-w-full{max-width:100%!important}.max-\[1300px\]\:flex-col{flex-direction:column}.max-\[1300px\]\:\!items-start{align-items:flex-start!important}}@media not all and (min-width:1280px){.max-xl\:relative{position:relative}.max-xl\:z-\[2\]{z-index:2}.max-xl\:-mt-14{margin-top:-3.5rem}.max-xl\:mb-2\.5{margin-bottom:.625rem}.max-xl\:mb-\[18px\]{margin-bottom:18px}.max-xl\:mt-4{margin-top:1rem}.max-xl\:flex{display:flex}.max-xl\:w-1\/2{width:50%}.max-xl\:w-48{width:12rem}.max-xl\:w-full{width:100%}.max-xl\:max-w-\[200px\]{max-width:200px}.max-xl\:max-w-\[250px\]{max-width:250px}.max-xl\:max-w-\[300px\]{max-width:300px}.max-xl\:flex-grow{flex-grow:1}.max-xl\:flex-row{flex-direction:row}.max-xl\:flex-col{flex-direction:column}.max-xl\:\!items-start{align-items:flex-start!important}.max-xl\:items-stretch{align-items:stretch}.max-xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.max-xl\:pb-3{padding-bottom:.75rem}.max-xl\:pr-10{padding-right:2.5rem}.max-xl\:text-\[15px\]{font-size:15px}}@media (max-width:1200px){.max-\[1200px\]\:w-\[165px\]{width:165px}}@media (max-width:1199px){.max-\[1199px\]\:min-w-\[350px\]{min-width:350px}.max-\[1199px\]\:min-w-\[500px\]{min-width:500px}.max-\[1199px\]\:min-w-\[650px\]{min-width:650px}.max-\[1199px\]\:max-w-\[350px\]{max-width:350px}.max-\[1199px\]\:max-w-\[500px\]{max-width:500px}.max-\[1199px\]\:max-w-\[650px\]{max-width:650px}.max-\[1199px\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-\[1199px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1190px){.max-\[1190px\]\:left-\[8px\]{left:8px}.max-\[1190px\]\:pl-\[56px\]{padding-left:56px}}@media not all and (min-width:1180px){.max-2lg\:flex-col{flex-direction:column}}@media (max-width:1150px){.max-\[1150px\]\:w-2\/5{width:40%}.max-\[1150px\]\:w-3\/5{width:60%}.max-\[1150px\]\:flex-grow{flex-grow:1}}@media (max-width:1025px){.max-\[1025px\]\:flex{display:flex}}@media not all and (min-width:1024px){.max-lg\:fixed{position:fixed}.max-lg\:absolute{position:absolute}.max-lg\:relative{position:relative}.max-lg\:\!left-\[52px\]{left:52px!important}.max-lg\:-bottom-6{bottom:-1.5rem}.max-lg\:bottom-0{bottom:0}.max-lg\:bottom-16{bottom:4rem}.max-lg\:left-0{left:0}.max-lg\:left-\[10px\]{left:10px}.max-lg\:right-0{right:0}.max-lg\:right-\[-124px\]{right:-124px}.max-lg\:top-0{top:0}.max-lg\:top-\[-218px\]{top:-218px}.max-lg\:top-\[111px\]{top:111px}.max-lg\:z-\[99\]{z-index:99}.max-lg\:z-\[9\]{z-index:9}.max-lg\:mx-0{margin-left:0;margin-right:0}.max-lg\:mx-\[2px\]{margin-left:2px;margin-right:2px}.max-lg\:mx-auto{margin-left:auto;margin-right:auto}.max-lg\:-ml-\[30px\]{margin-left:-30px}.max-lg\:-mr-\[30px\]{margin-right:-30px}.max-lg\:mb-1{margin-bottom:.25rem}.max-lg\:mb-2{margin-bottom:.5rem}.max-lg\:mb-3{margin-bottom:.75rem}.max-lg\:mb-4{margin-bottom:1rem}.max-lg\:mb-\[10px\]{margin-bottom:10px}.max-lg\:ml-0{margin-left:0}.max-lg\:ml-\[51px\]{margin-left:51px}.max-lg\:mr-0{margin-right:0}.max-lg\:mr-3{margin-right:.75rem}.max-lg\:mt-4{margin-top:1rem}.max-lg\:mt-5{margin-top:1.25rem}.max-lg\:mt-6{margin-top:1.5rem}.max-lg\:mt-\[0\]{margin-top:0}.max-lg\:mt-\[30px\]{margin-top:30px}.max-lg\:block{display:block}.max-lg\:\!flex{display:flex!important}.max-lg\:flex{display:flex}.max-lg\:\!inline-flex{display:inline-flex!important}.max-lg\:table{display:table}.max-lg\:\!hidden{display:none!important}.max-lg\:hidden{display:none}.max-lg\:h-60{height:15rem}.max-lg\:h-\[170px\]{height:170px}.max-lg\:h-\[85vh\]{height:85vh}.max-lg\:h-\[90px\]{height:90px}.max-lg\:h-auto{height:auto}.max-lg\:h-full{height:100%}.max-lg\:max-h-\[38px\]{max-height:38px}.max-lg\:max-h-\[450px\]{max-height:450px}.max-lg\:min-h-full{min-height:100%}.max-lg\:\!w-1\/2{width:50%!important}.max-lg\:\!w-\[48\%\]{width:48%!important}.max-lg\:\!w-\[50\%\]{width:50%!important}.max-lg\:\!w-\[600px\]{width:600px!important}.max-lg\:\!w-full{width:100%!important}.max-lg\:w-1\/2{width:50%}.max-lg\:w-1\/5{width:20%}.max-lg\:w-2\/5{width:40%}.max-lg\:w-\[26\.3\%\]{width:26.3%}.max-lg\:w-\[33\.3\%\]{width:33.3%}.max-lg\:w-\[40\.3\%\]{width:40.3%}.max-lg\:w-full{width:100%}.max-lg\:\!min-w-\[auto\]{min-width:auto!important}.max-lg\:min-w-\[200px\]{min-width:200px}.max-lg\:min-w-\[225px\]{min-width:225px}.max-lg\:min-w-full{min-width:100%}.max-lg\:max-w-\[100\%\]{max-width:100%}.max-lg\:max-w-\[150px\]{max-width:150px}.max-lg\:max-w-\[160px\]{max-width:160px}.max-lg\:max-w-\[250px\]{max-width:250px}.max-lg\:max-w-\[616px\]{max-width:616px}.max-lg\:max-w-\[95\%\]{max-width:95%}.max-lg\:max-w-full{max-width:100%}.max-lg\:flex-grow{flex-grow:1}.max-lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-lg\:flex-row{flex-direction:row}.max-lg\:flex-col{flex-direction:column}.max-lg\:flex-col-reverse{flex-direction:column-reverse}.max-lg\:flex-wrap{flex-wrap:wrap}.max-lg\:content-center{align-content:center}.max-lg\:items-start{align-items:flex-start}.max-lg\:justify-start{justify-content:flex-start}.max-lg\:justify-center{justify-content:center}.max-lg\:gap-4{gap:1rem}.max-lg\:gap-6{gap:1.5rem}.max-lg\:rounded-\[5px\]{border-radius:5px}.max-lg\:bg-contain{background-size:contain}.max-lg\:\!p-0{padding:0!important}.max-lg\:p-0{padding:0}.max-lg\:p-3{padding:.75rem}.max-lg\:p-4{padding:1rem}.max-lg\:p-7{padding:1.75rem}.max-lg\:p-\[30px\]{padding:30px}.max-lg\:\!px-\[10px\]{padding-left:10px!important;padding-right:10px!important}.max-lg\:px-0{padding-left:0;padding-right:0}.max-lg\:px-16{padding-left:4rem;padding-right:4rem}.max-lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.max-lg\:px-4{padding-left:1rem;padding-right:1rem}.max-lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.max-lg\:px-\[30px\]{padding-left:30px;padding-right:30px}.max-lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.max-lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.max-lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.max-lg\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.max-lg\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.max-lg\:\!pr-0{padding-right:0!important}.max-lg\:pb-10{padding-bottom:2.5rem}.max-lg\:pb-4{padding-bottom:1rem}.max-lg\:pb-6{padding-bottom:1.5rem}.max-lg\:pb-\[0px\]{padding-bottom:0}.max-lg\:pb-\[10px\]{padding-bottom:10px}.max-lg\:pb-\[30px\]{padding-bottom:30px}.max-lg\:pl-0{padding-left:0}.max-lg\:pl-2{padding-left:.5rem}.max-lg\:pl-3{padding-left:.75rem}.max-lg\:pl-5{padding-left:1.25rem}.max-lg\:pl-\[0px\]{padding-left:0}.max-lg\:pl-\[2\.5\%\]{padding-left:2.5%}.max-lg\:pl-\[42px\]{padding-left:42px}.max-lg\:pr-0{padding-right:0}.max-lg\:pr-10{padding-right:2.5rem}.max-lg\:pt-10{padding-top:2.5rem}.max-lg\:pt-2{padding-top:.5rem}.max-lg\:pt-5{padding-top:1.25rem}.max-lg\:pt-\[0px\]{padding-top:0}.max-lg\:pt-\[15px\]{padding-top:15px}.max-lg\:pt-\[30px\]{padding-top:30px}.max-lg\:pt-\[5px\]{padding-top:5px}.max-lg\:text-left{text-align:left}.max-lg\:text-center{text-align:center}.max-lg\:\!text-\[18px\]{font-size:18px!important}.max-lg\:text-4xl{font-size:var(--font_size_32)!important;line-height:var(--font_height_36)!important}.max-lg\:text-6xl\/5{font-size:var(--font_size_64)!important;line-height:var(--font_height_20)!important}.max-lg\:text-\[15px\]{font-size:15px}.max-lg\:text-\[19px\]{font-size:19px}.max-lg\:text-\[20px\]{font-size:20px}.max-lg\:text-\[26px\]{font-size:26px}.max-lg\:text-\[26px\]\/7{font-size:26px;line-height:var(--font_height_28)!important}.max-lg\:text-\[32px\]{font-size:32px}.max-lg\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.max-lg\:font-medium{font-weight:500}.max-lg\:leading-\[30px\]{line-height:30px}.max-lg\:leading-\[38px\]{line-height:38px}}@media (max-width:1024px){.max-\[1024px\]\:\!left-\[40px\]{left:40px!important}.max-\[1024px\]\:\!right-\[55px\]{right:55px!important}.max-\[1024px\]\:bottom-\[16px\]{bottom:16px}.max-\[1024px\]\:\!ml-\[51px\]{margin-left:51px!important}.max-\[1024px\]\:ml-\[51px\]{margin-left:51px}.max-\[1024px\]\:mr-0{margin-right:0}.max-\[1024px\]\:flex{display:flex}.max-\[1024px\]\:w-1\/2{width:50%}.max-\[1024px\]\:w-\[280px\]{width:280px}.max-\[1024px\]\:w-full{width:100%}.max-\[1024px\]\:text-\[29px\]{font-size:29px}.max-\[1024px\]\:before\:top-\[-85px\]:before{content:var(--tw-content);top:-85px}.max-\[1024px\]\:before\:h-\[87px\]:before{content:var(--tw-content);height:87px}.max-\[1024px\]\:before\:bg-\[length\:100\%\]:before{content:var(--tw-content);background-size:100%}}@media (max-width:1023px){.max-\[1023px\]\:ml-5{margin-left:1.25rem}.max-\[1023px\]\:pl-5{padding-left:1.25rem}}@media (max-width:992px){.max-\[992px\]\:m-0{margin:0}.max-\[992px\]\:-mr-\[50px\]{margin-right:-50px}.max-\[992px\]\:h-\[auto\]{height:auto}.max-\[992px\]\:w-\[250px\]{width:250px}.max-\[992px\]\:max-w-\[180px\]{max-width:180px}.max-\[992px\]\:flex-col{flex-direction:column}.max-\[992px\]\:\!items-center{align-items:center!important}.max-\[992px\]\:\!justify-center{justify-content:center!important}.max-\[992px\]\:pl-0{padding-left:0}.max-\[992px\]\:pt-4{padding-top:1rem}}@media (max-width:991px){.max-\[991px\]\:bottom-\[50px\]{bottom:50px}.max-\[991px\]\:left-0{left:0}.max-\[991px\]\:right-5{right:1.25rem}.max-\[991px\]\:top-0{top:0}.max-\[991px\]\:top-10{top:2.5rem}.max-\[991px\]\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.max-\[991px\]\:\!mb-6{margin-bottom:1.5rem!important}.max-\[991px\]\:mb-4{margin-bottom:1rem}.max-\[991px\]\:mb-5{margin-bottom:1.25rem}.max-\[991px\]\:mb-8{margin-bottom:2rem}.max-\[991px\]\:ml-0{margin-left:0}.max-\[991px\]\:h-\[120px\]{height:120px}.max-\[991px\]\:h-auto{height:auto}.max-\[991px\]\:\!w-auto{width:auto!important}.max-\[991px\]\:w-2\/4{width:50%}.max-\[991px\]\:w-\[126px\]{width:126px}.max-\[991px\]\:w-\[40px\]{width:40px}.max-\[991px\]\:w-\[600px\]{width:600px}.max-\[991px\]\:w-\[70\%\]{width:70%}.max-\[991px\]\:w-full{width:100%}.max-\[991px\]\:min-w-\[188px\]{min-width:188px}.max-\[991px\]\:max-w-full{max-width:100%}.max-\[991px\]\:flex-col{flex-direction:column}.max-\[991px\]\:\!flex-wrap{flex-wrap:wrap!important}.max-\[991px\]\:flex-wrap{flex-wrap:wrap}.max-\[991px\]\:\!justify-start{justify-content:flex-start!important}.max-\[991px\]\:px-10{padding-left:2.5rem;padding-right:2.5rem}.max-\[991px\]\:px-\[50px\]{padding-left:50px;padding-right:50px}.max-\[991px\]\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.max-\[991px\]\:\!pt-16{padding-top:4rem!important}.max-\[991px\]\:pl-\[15px\]{padding-left:15px}.max-\[991px\]\:pr-\[30px\]{padding-right:30px}.max-\[991px\]\:text-center{text-align:center}.max-\[991px\]\:text-\[11px\]{font-size:11px}.max-\[991px\]\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}}@media (max-width:865px){.max-\[865px\]\:before\:top-\[-75px\]:before{content:var(--tw-content);top:-75px}}@media (max-width:860px){.max-\[860px\]\:\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}}@media not all and (min-width:768px){.max-md\:sticky{position:-webkit-sticky;position:sticky}.max-md\:\!left-0{left:0!important}.max-md\:bottom-20{bottom:5rem}.max-md\:left-0,.max-md\:left-\[0\]{left:0}.max-md\:right-0,.max-md\:right-\[0\]{right:0}.max-md\:right-\[5px\]{right:5px}.max-md\:right-auto{right:auto}.max-md\:top-0{top:0}.max-md\:top-2\/4{top:50%}.max-md\:top-\[-1px\]{top:-1px}.max-md\:top-\[90px\]{top:90px}.max-md\:z-\[99\]{z-index:99}.max-md\:z-\[9\]{z-index:9}.max-md\:order-1{order:1}.max-md\:order-2{order:2}.max-md\:order-3{order:3}.max-md\:order-4{order:4}.max-md\:order-5{order:5}.max-md\:order-6{order:6}.max-md\:order-7{order:7}.max-md\:order-8{order:8}.max-md\:order-9{order:9}.max-md\:col-span-2{grid-column:span 2/span 2}.max-md\:col-span-full{grid-column:1/-1}.max-md\:float-right{float:right}.max-md\:\!-m-4{margin:-1rem!important}.max-md\:\!m-auto{margin:auto!important}.max-md\:m-0{margin:0}.max-md\:m-auto{margin:auto}.max-md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.max-md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.max-md\:mx-0{margin-left:0;margin-right:0}.max-md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.max-md\:mx-\[-16px\]{margin-left:-16px;margin-right:-16px}.max-md\:mx-auto{margin-left:auto;margin-right:auto}.max-md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.max-md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.max-md\:my-\[30px\]{margin-top:30px;margin-bottom:30px}.max-md\:\!mb-0{margin-bottom:0!important}.max-md\:\!mb-5{margin-bottom:1.25rem!important}.max-md\:\!mb-\[13px\]{margin-bottom:13px!important}.max-md\:-ml-4{margin-left:-1rem}.max-md\:-mr-4{margin-right:-1rem}.max-md\:-mt-\[66px\]{margin-top:-66px}.max-md\:-mt-px{margin-top:-1px}.max-md\:mb-0{margin-bottom:0}.max-md\:mb-1{margin-bottom:.25rem}.max-md\:mb-12{margin-bottom:3rem}.max-md\:mb-2{margin-bottom:.5rem}.max-md\:mb-2\.5{margin-bottom:.625rem}.max-md\:mb-20{margin-bottom:5rem}.max-md\:mb-4{margin-bottom:1rem}.max-md\:mb-5{margin-bottom:1.25rem}.max-md\:mb-6{margin-bottom:1.5rem}.max-md\:mb-8{margin-bottom:2rem}.max-md\:mb-\[10px\]{margin-bottom:10px}.max-md\:mb-\[20px\]{margin-bottom:20px}.max-md\:mb-\[25px\]{margin-bottom:25px}.max-md\:mb-\[30px\]{margin-bottom:30px}.max-md\:mb-\[35px\]{margin-bottom:35px}.max-md\:ml-0{margin-left:0}.max-md\:ml-\[30px\]{margin-left:30px}.max-md\:ml-\[50px\]{margin-left:50px}.max-md\:ml-auto{margin-left:auto}.max-md\:mr-0{margin-right:0}.max-md\:mr-2{margin-right:.5rem}.max-md\:mr-\[0px\]{margin-right:0}.max-md\:mr-\[20px\]{margin-right:20px}.max-md\:mr-auto{margin-right:auto}.max-md\:mt-0{margin-top:0}.max-md\:mt-1{margin-top:.25rem}.max-md\:mt-10{margin-top:2.5rem}.max-md\:mt-2{margin-top:.5rem}.max-md\:mt-2\.5{margin-top:.625rem}.max-md\:mt-3{margin-top:.75rem}.max-md\:mt-4{margin-top:1rem}.max-md\:mt-5{margin-top:1.25rem}.max-md\:mt-6{margin-top:1.5rem}.max-md\:mt-7{margin-top:1.75rem}.max-md\:mt-8{margin-top:2rem}.max-md\:mt-\[10px\]{margin-top:10px}.max-md\:mt-\[15\%\]{margin-top:15%}.max-md\:mt-\[15px\]{margin-top:15px}.max-md\:mt-\[20px\]{margin-top:20px}.max-md\:mt-\[30px\]{margin-top:30px}.max-md\:mt-\[5px\]{margin-top:5px}.max-md\:block{display:block}.max-md\:inline-block{display:inline-block}.max-md\:flex{display:flex}.max-md\:\!hidden{display:none!important}.max-md\:hidden{display:none}.max-md\:aspect-\[1\/1\]{aspect-ratio:1}.max-md\:\!h-\[150px\]{height:150px!important}.max-md\:h-12{height:3rem}.max-md\:h-6{height:1.5rem}.max-md\:h-\[110px\]{height:110px}.max-md\:h-\[1px\]{height:1px}.max-md\:h-\[250px\]{height:250px}.max-md\:h-\[333px\]{height:333px}.max-md\:h-\[48px\]{height:48px}.max-md\:h-\[500px\]{height:500px}.max-md\:h-\[50px\]{height:50px}.max-md\:h-\[50vh\]{height:50vh}.max-md\:h-\[90px\]{height:90px}.max-md\:h-\[calc\(100dvh-258px\)\]{height:calc(100dvh - 258px)}.max-md\:h-auto{height:auto}.max-md\:h-full{height:100%}.max-md\:h-screen{height:100vh}.max-md\:max-h-5{max-height:1.25rem}.max-md\:max-h-full{max-height:100%}.max-md\:min-h-0{min-height:0}.max-md\:min-h-\[170px\]{min-height:170px}.max-md\:min-h-\[57px\]{min-height:57px}.max-md\:min-h-full{min-height:100%}.max-md\:\!w-1\/3{width:33.3333%!important}.max-md\:\!w-\[22\%\]{width:22%!important}.max-md\:\!w-\[50\%\]{width:50%!important}.max-md\:\!w-\[calc\(100\%\+16px\)\]{width:calc(100% + 16px)!important}.max-md\:\!w-full{width:100%!important}.max-md\:w-1\/2{width:50%}.max-md\:w-1\/3{width:33.3333%}.max-md\:w-12{width:3rem}.max-md\:w-4\/5{width:80%}.max-md\:w-56{width:14rem}.max-md\:w-\[100vw\]{width:100vw}.max-md\:w-\[150px\]{width:150px}.max-md\:w-\[22\%\]{width:22%}.max-md\:w-\[255px\]{width:255px}.max-md\:w-\[40\%\]{width:40%}.max-md\:w-\[50\%\]{width:50%}.max-md\:w-\[500px\]{width:500px}.max-md\:w-\[90\%\]{width:90%}.max-md\:w-\[95\%\]{width:95%}.max-md\:w-\[auto\]{width:auto}.max-md\:w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.max-md\:w-auto{width:auto}.max-md\:w-full{width:100%}.max-md\:\!min-w-\[40\%\]{min-width:40%!important}.max-md\:min-w-44{min-width:11rem}.max-md\:min-w-\[110px\]{min-width:110px}.max-md\:min-w-\[120px\]{min-width:120px}.max-md\:min-w-\[160px\]{min-width:160px}.max-md\:min-w-\[240px\]{min-width:240px}.max-md\:min-w-\[250px\]{min-width:250px}.max-md\:min-w-\[60\%\]{min-width:60%}.max-md\:min-w-\[80\%\]{min-width:80%}.max-md\:min-w-\[83px\]{min-width:83px}.max-md\:min-w-full{min-width:100%}.max-md\:max-w-36{max-width:9rem}.max-md\:max-w-44{max-width:11rem}.max-md\:max-w-52{max-width:13rem}.max-md\:max-w-\[100px\]{max-width:100px}.max-md\:max-w-\[140px\]{max-width:140px}.max-md\:max-w-\[290px\]{max-width:290px}.max-md\:max-w-\[300px\]{max-width:300px}.max-md\:max-w-\[420px\]{max-width:420px}.max-md\:max-w-\[600px\]{max-width:600px}.max-md\:max-w-\[70\%\]{max-width:70%}.max-md\:max-w-\[auto\]{max-width:auto}.max-md\:max-w-\[calc\(100\%\+32px\)\]{max-width:calc(100% + 32px)}.max-md\:max-w-\[calc\(100vw-7px\)\]{max-width:calc(100vw - 7px)}.max-md\:max-w-\[calc\(89vw-7px\)\]{max-width:calc(89vw - 7px)}.max-md\:max-w-full{max-width:100%}.max-md\:max-w-none{max-width:none}.max-md\:flex-\[0_0_100\%\]{flex:0 0 100%}.max-md\:flex-auto{flex:auto}.max-md\:grow{flex-grow:1}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-md\:flex-row-reverse{flex-direction:row-reverse}.max-md\:flex-col{flex-direction:column}.max-md\:\!flex-col-reverse{flex-direction:column-reverse!important}.max-md\:flex-col-reverse{flex-direction:column-reverse}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:\!items-start{align-items:flex-start!important}.max-md\:items-start{align-items:flex-start}.max-md\:items-end{align-items:flex-end}.max-md\:items-center{align-items:center}.max-md\:items-baseline{align-items:baseline}.max-md\:items-stretch{align-items:stretch}.max-md\:justify-start{justify-content:flex-start}.max-md\:justify-end{justify-content:flex-end}.max-md\:\!justify-center{justify-content:center!important}.max-md\:justify-center{justify-content:center}.max-md\:justify-between{justify-content:space-between}.max-md\:gap-0{gap:0}.max-md\:gap-1{gap:.25rem}.max-md\:gap-10{gap:2.5rem}.max-md\:gap-11{gap:2.75rem}.max-md\:gap-2{gap:.5rem}.max-md\:gap-2\.5{gap:.625rem}.max-md\:gap-3{gap:.75rem}.max-md\:gap-4{gap:1rem}.max-md\:gap-5{gap:1.25rem}.max-md\:gap-6{gap:1.5rem}.max-md\:gap-8{gap:2rem}.max-md\:gap-\[15px\]{gap:15px}.max-md\:gap-\[30px\]{gap:30px}.max-md\:gap-\[44px\]{gap:44px}.max-md\:gap-x-2{column-gap:.5rem}.max-md\:gap-y-4{row-gap:1rem}.max-md\:gap-y-\[50px\]{row-gap:50px}.max-md\:self-center{align-self:center}.max-md\:self-stretch{align-self:stretch}.max-md\:overflow-auto{overflow:auto}.max-md\:overflow-hidden{overflow:hidden}.max-md\:\!overflow-visible{overflow:visible!important}.max-md\:overflow-x-auto{overflow-x:auto}.max-md\:overflow-y-hidden{overflow-y:hidden}.max-md\:overflow-x-scroll{overflow-x:scroll}.max-md\:break-words{overflow-wrap:break-word}.max-md\:rounded-2xl{border-radius:1rem}.max-md\:rounded-\[10px\]{border-radius:10px}.max-md\:rounded-\[12px\]{border-radius:12px}.max-md\:rounded-\[8px\]{border-radius:8px}.max-md\:rounded-large{border-radius:10px}.max-md\:rounded-lg{border-radius:.5rem}.max-md\:\!border{border-width:1px!important}.max-md\:\!border-0{border-width:0!important}.max-md\:border-0{border-width:0}.max-md\:border-y{border-top-width:1px;border-bottom-width:1px}.max-md\:\!border-b{border-bottom-width:1px!important}.max-md\:\!border-b-0{border-bottom-width:0!important}.max-md\:border-b{border-bottom-width:1px}.max-md\:border-b-0{border-bottom-width:0}.max-md\:border-l{border-left-width:1px}.max-md\:border-r{border-right-width:1px}.max-md\:border-t{border-top-width:1px}.max-md\:border-t-0{border-top-width:0}.max-md\:border-solid{border-style:solid}.max-md\:border-none{border-style:none}.max-md\:\!border-border_blue_default{border-color:var(--border_blue_default)!important}.max-md\:border-border_neutral_default{border-color:var(--border_neutral_default)}.max-md\:border-border_neutral_strong{border-color:var(--border_neutral_strong)}.max-md\:bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)}.max-md\:bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.max-md\:bg-black\/50{background-color:#00000080}.max-md\:bg-cover{background-size:cover}.max-md\:bg-\[position\:0px_0px\,77\%_70\%\]{background-position:0 0,77% 70%}.max-md\:bg-\[position\:70\%_50\%\]{background-position:70%}.max-md\:bg-center{background-position:50%}.max-md\:\!p-0{padding:0!important}.max-md\:p-0{padding:0}.max-md\:p-1{padding:.25rem}.max-md\:p-2\.5{padding:.625rem}.max-md\:p-3{padding:.75rem}.max-md\:p-4{padding:1rem}.max-md\:p-5{padding:1.25rem}.max-md\:p-6{padding:1.5rem}.max-md\:p-\[12px_24px_24px\]{padding:12px 24px 24px}.max-md\:\!px-\[5px\]{padding-left:5px!important;padding-right:5px!important}.max-md\:\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.max-md\:\!py-\[20px\]{padding-top:20px!important;padding-bottom:20px!important}.max-md\:px-0{padding-left:0;padding-right:0}.max-md\:px-1{padding-left:.25rem;padding-right:.25rem}.max-md\:px-2{padding-left:.5rem;padding-right:.5rem}.max-md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.max-md\:px-3{padding-left:.75rem;padding-right:.75rem}.max-md\:px-4{padding-left:1rem;padding-right:1rem}.max-md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.max-md\:px-\[12px\]{padding-left:12px;padding-right:12px}.max-md\:px-\[15px\]{padding-left:15px;padding-right:15px}.max-md\:px-\[2\.5\%\]{padding-left:2.5%;padding-right:2.5%}.max-md\:px-\[5px\]{padding-left:5px;padding-right:5px}.max-md\:py-0{padding-top:0;padding-bottom:0}.max-md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.max-md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.max-md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.max-md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.max-md\:py-4{padding-top:1rem;padding-bottom:1rem}.max-md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.max-md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.max-md\:py-8{padding-top:2rem;padding-bottom:2rem}.max-md\:py-\[12px\]{padding-top:12px;padding-bottom:12px}.max-md\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.max-md\:py-\[5px\]{padding-top:5px;padding-bottom:5px}.max-md\:\!pr-0,.max-md\:\!pr-\[0px\]{padding-right:0!important}.max-md\:\!pt-0{padding-top:0!important}.max-md\:\!pt-2\.5{padding-top:.625rem!important}.max-md\:\!pt-\[24px\]{padding-top:24px!important}.max-md\:pb-0{padding-bottom:0}.max-md\:pb-1{padding-bottom:.25rem}.max-md\:pb-10{padding-bottom:2.5rem}.max-md\:pb-14{padding-bottom:3.5rem}.max-md\:pb-2{padding-bottom:.5rem}.max-md\:pb-20{padding-bottom:5rem}.max-md\:pb-3{padding-bottom:.75rem}.max-md\:pb-4{padding-bottom:1rem}.max-md\:pb-5{padding-bottom:1.25rem}.max-md\:pb-8{padding-bottom:2rem}.max-md\:pb-\[20px\]{padding-bottom:20px}.max-md\:pb-\[24px\]{padding-bottom:24px}.max-md\:pb-\[30px\]{padding-bottom:30px}.max-md\:pb-\[35px\]{padding-bottom:35px}.max-md\:pb-\[5px\]{padding-bottom:5px}.max-md\:pl-0{padding-left:0}.max-md\:pl-10{padding-left:2.5rem}.max-md\:pl-4{padding-left:1rem}.max-md\:pl-5{padding-left:1.25rem}.max-md\:pl-\[15px\]{padding-left:15px}.max-md\:pl-\[24px\]{padding-left:24px}.max-md\:pl-\[6\%\]{padding-left:6%}.max-md\:pr-0{padding-right:0}.max-md\:pr-4{padding-right:1rem}.max-md\:pr-\[10px\]{padding-right:10px}.max-md\:pr-\[15px\]{padding-right:15px}.max-md\:pt-0{padding-top:0}.max-md\:pt-10{padding-top:2.5rem}.max-md\:pt-2{padding-top:.5rem}.max-md\:pt-3{padding-top:.75rem}.max-md\:pt-4{padding-top:1rem}.max-md\:pt-5{padding-top:1.25rem}.max-md\:pt-6{padding-top:1.5rem}.max-md\:pt-\[116px\]{padding-top:116px}.max-md\:pt-\[30px\]{padding-top:30px}.max-md\:pt-\[50px\]{padding-top:50px}.max-md\:pt-\[5px\]{padding-top:5px}.max-md\:\!text-left{text-align:left!important}.max-md\:\!text-center{text-align:center!important}.max-md\:text-center{text-align:center}.max-md\:text-right{text-align:right}.max-md\:text-start{text-align:start}.max-md\:\!text-\[13px\]{font-size:13px!important}.max-md\:\!text-\[16px\]{font-size:16px!important}.max-md\:text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.max-md\:text-4xl{font-size:var(--font_size_32)!important;line-height:var(--font_height_36)!important}.max-md\:text-\[10px\]{font-size:10px}.max-md\:text-\[12px\]{font-size:12px}.max-md\:text-\[13px\]{font-size:13px}.max-md\:text-\[14px\]{font-size:14px}.max-md\:text-\[14px\]\/4{font-size:14px;line-height:var(--font_height_16)!important}.max-md\:text-\[15px\]{font-size:15px}.max-md\:text-\[15px\]\/5{font-size:15px;line-height:var(--font_height_20)!important}.max-md\:text-\[16px\]{font-size:16px}.max-md\:text-\[16px\]\/5{font-size:16px;line-height:var(--font_height_20)!important}.max-md\:text-\[18px\]{font-size:18px}.max-md\:text-\[20px\]{font-size:20px}.max-md\:text-\[22px\]\/6{font-size:22px;line-height:var(--font_height_24)!important}.max-md\:text-\[24px\]{font-size:24px}.max-md\:text-\[26px\]{font-size:26px}.max-md\:text-\[26px\]\/7{font-size:26px;line-height:var(--font_height_28)!important}.max-md\:text-\[28px\]{font-size:28px}.max-md\:text-\[30px\]{font-size:30px}.max-md\:text-\[30px\]\/9{font-size:30px;line-height:var(--font_height_36)!important}.max-md\:text-\[30px\]\/\[40px\]{font-size:30px;line-height:40px}.max-md\:text-\[32px\]{font-size:32px}.max-md\:text-\[38px\]{font-size:38px}.max-md\:text-\[48px\]{font-size:48px}.max-md\:text-base{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.max-md\:text-base\/6{font-size:var(--font_size_15)!important;line-height:var(--font_height_24)!important}.max-md\:text-lg{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.max-md\:text-xl\/8{font-size:var(--font_size_20)!important;line-height:var(--font_height_32)!important}.max-md\:font-bold{font-weight:700}.max-md\:font-medium{font-weight:500}.max-md\:font-normal{font-weight:400}.max-md\:font-semibold{font-weight:600}.max-md\:uppercase{text-transform:uppercase}.max-md\:leading-10{line-height:2.5rem}.max-md\:leading-4{line-height:var(--font_height_16)!important}.max-md\:leading-5{line-height:var(--font_height_20)!important}.max-md\:leading-6{line-height:var(--font_height_24)!important}.max-md\:leading-7{line-height:var(--font_height_28)!important}.max-md\:leading-\[14px\]{line-height:14px}.max-md\:leading-\[18px\]{line-height:18px}.max-md\:leading-\[24px\]{line-height:24px}.max-md\:leading-\[36px\]{line-height:36px}.max-md\:leading-\[38px\]{line-height:38px}.max-md\:leading-\[40px\]{line-height:40px}.max-md\:leading-\[46px\]{line-height:46px}.max-md\:leading-\[48px\]{line-height:48px}.max-md\:leading-normal{line-height:1.5}.max-md\:text-text_neutral_default{color:var(--text_neutral_default)}.max-md\:text-text_neutral_ondark{color:var(--text_neutral_ondark)}.max-md\:text-text_neutral_secondary{color:var(--text_neutral_secondary)}.max-md\:shadow-box-shadow{--tw-shadow:0 2px 10px 0 rgba(var(--modal_box_shadow),.1);--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.max-md\:before\:top-\[-87px\]:before{content:var(--tw-content);top:-87px}.max-md\:before\:bg-cover:before{content:var(--tw-content);background-size:cover}.max-md\:after\:absolute:after{content:var(--tw-content);position:absolute}.max-md\:after\:bottom-0:after{content:var(--tw-content);bottom:0}.max-md\:after\:left-\[-24px\]:after{content:var(--tw-content);left:-24px}.max-md\:after\:h-\[calc\(100\%-34\%\)\]:after{content:var(--tw-content);height:66%}.max-md\:after\:w-\[calc\(100\%\+48px\)\]:after{content:var(--tw-content);width:calc(100% + 48px)}.max-md\:after\:bg-bkg_neutral_tiertiary:after{content:var(--tw-content);background-color:var(--bkg_neutral_tiertiary)}.max-md\:after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.max-md\:first\:w-1\/3:first-child{width:33.3333%}.max-md\:first\:min-w-\[120px\]:first-child{min-width:120px}.max-md\:first\:border-t:first-child{border-top-width:1px}.max-md\:last\:border-b-0:last-child{border-bottom-width:0}.max-md\:odd\:border-r:nth-child(odd){border-right-width:1px}.max-md\:hover\:bg-bkg_neutral_secondary:hover,.max-md\:focus\:bg-bkg_neutral_secondary:focus{background-color:var(--bkg_neutral_secondary)}.group:hover .max-md\:group-hover\:overflow-y-auto{overflow-y:auto}}@media (max-width:768px){.max-\[768px\]\:mx-auto{margin-left:auto;margin-right:auto}.max-\[768px\]\:mb-\[20px\]{margin-bottom:20px}.max-\[768px\]\:max-w-\[719px\]{max-width:719px}.max-\[768px\]\:text-center{text-align:center}}@media (max-width:767px){.max-\[767px\]\:mb-\[30px\]{margin-bottom:30px}.max-\[767px\]\:mt-4{margin-top:1rem}.max-\[767px\]\:hidden{display:none}.max-\[767px\]\:h-\[80vh\]{height:80vh}.max-\[767px\]\:w-\[90\%\]{width:90%}.max-\[767px\]\:w-full{width:100%}.max-\[767px\]\:min-w-\[550px\]{min-width:550px}.max-\[767px\]\:max-w-\[550px\]{max-width:550px}.max-\[767px\]\:max-w-full{max-width:100%}.max-\[767px\]\:\!flex-col{flex-direction:column!important}.max-\[767px\]\:flex-col{flex-direction:column}.max-\[767px\]\:flex-wrap{flex-wrap:wrap}.max-\[767px\]\:items-center{align-items:center}.max-\[767px\]\:gap-1{gap:.25rem}.max-\[767px\]\:gap-8{gap:2rem}.max-\[767px\]\:\!pb-5{padding-bottom:1.25rem!important}.max-\[767px\]\:text-center{text-align:center}}@media (max-width:720px){.max-\[720px\]\:mt-4{margin-top:1rem}.max-\[720px\]\:px-\[15px\]{padding-left:15px;padding-right:15px}}@media (max-width:700px){.max-\[700px\]\:bottom-\[64px\]{bottom:64px}}@media (max-width:699px){.max-\[699px\]\:w-full{width:100%}}@media not all and (min-width:640px){.max-sm\:visible{visibility:visible}.max-sm\:\!static{position:static!important}.max-sm\:static{position:static}.max-sm\:fixed{position:fixed}.max-sm\:absolute{position:absolute}.max-sm\:relative{position:relative}.max-sm\:inset-0{top:0;bottom:0;left:0;right:0}.max-sm\:-left-\[46px\]{left:-46px}.max-sm\:bottom-0{bottom:0}.max-sm\:bottom-4{bottom:1rem}.max-sm\:bottom-\[14\%\]{bottom:14%}.max-sm\:bottom-\[85px\]{bottom:85px}.max-sm\:left-0{left:0}.max-sm\:left-4{left:1rem}.max-sm\:left-\[-24px\]{left:-24px}.max-sm\:left-\[0px\]{left:0}.max-sm\:right-0{right:0}.max-sm\:right-4{right:1rem}.max-sm\:top-\[0px\]{top:0}.max-sm\:top-\[17\%\]{top:17%}.max-sm\:top-\[20\%\]{top:20%}.max-sm\:top-\[47px\]{top:47px}.max-sm\:top-\[60px\]{top:60px}.max-sm\:top-\[66px\]{top:66px}.max-sm\:z-50{z-index:50}.max-sm\:z-\[120\]{z-index:120}.max-sm\:z-\[2\]{z-index:2}.max-sm\:z-\[99\]{z-index:99}.max-sm\:order-1{order:1}.max-sm\:order-2{order:2}.max-sm\:col-span-12{grid-column:span 12/span 12}.max-sm\:m-3{margin:.75rem}.max-sm\:m-auto{margin:auto}.max-sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.max-sm\:-mx-\[16px\]{margin-left:-16px;margin-right:-16px}.max-sm\:mx-0{margin-left:0;margin-right:0}.max-sm\:mx-4{margin-left:1rem;margin-right:1rem}.max-sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.max-sm\:mx-\[-15px\]{margin-left:-15px;margin-right:-15px}.max-sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.max-sm\:\!mb-2\.5{margin-bottom:.625rem!important}.max-sm\:\!ml-0{margin-left:0!important}.max-sm\:-ml-1{margin-left:-.25rem}.max-sm\:-ml-\[16px\]{margin-left:-16px}.max-sm\:-mt-\[20px\]{margin-top:-20px}.max-sm\:-mt-\[25px\]{margin-top:-25px}.max-sm\:mb-0{margin-bottom:0}.max-sm\:mb-1{margin-bottom:.25rem}.max-sm\:mb-10{margin-bottom:2.5rem}.max-sm\:mb-2{margin-bottom:.5rem}.max-sm\:mb-2\.5{margin-bottom:.625rem}.max-sm\:mb-3{margin-bottom:.75rem}.max-sm\:mb-4{margin-bottom:1rem}.max-sm\:mb-6{margin-bottom:1.5rem}.max-sm\:mb-\[16px\]{margin-bottom:16px}.max-sm\:mb-\[20px\]{margin-bottom:20px}.max-sm\:mb-\[30px\]{margin-bottom:30px}.max-sm\:mb-\[3px\]{margin-bottom:3px}.max-sm\:mb-\[5px\]{margin-bottom:5px}.max-sm\:ml-0{margin-left:0}.max-sm\:ml-\[-15px\]{margin-left:-15px}.max-sm\:ml-\[-16px\]{margin-left:-16px}.max-sm\:mr-0{margin-right:0}.max-sm\:mr-\[-15px\]{margin-right:-15px}.max-sm\:mt-0{margin-top:0}.max-sm\:mt-0\.5{margin-top:.125rem}.max-sm\:mt-1{margin-top:.25rem}.max-sm\:mt-2{margin-top:.5rem}.max-sm\:mt-3{margin-top:.75rem}.max-sm\:mt-4{margin-top:1rem}.max-sm\:mt-\[15px\]{margin-top:15px}.max-sm\:mt-\[30px\]{margin-top:30px}.max-sm\:mt-\[4px\]{margin-top:4px}.max-sm\:mt-\[88px\]{margin-top:88px}.max-sm\:\!block{display:block!important}.max-sm\:inline-block{display:inline-block}.max-sm\:\!flex{display:flex!important}.max-sm\:flex{display:flex}.max-sm\:\!hidden{display:none!important}.max-sm\:hidden{display:none}.max-sm\:\!h-full{height:100%!important}.max-sm\:h-11{height:2.75rem}.max-sm\:h-6{height:1.5rem}.max-sm\:h-\[100dvh\]{height:100dvh}.max-sm\:h-\[100svh\]{height:100svh}.max-sm\:h-\[100vh\]{height:100vh}.max-sm\:h-\[134px\]{height:134px}.max-sm\:h-\[180px\]{height:180px}.max-sm\:h-\[200px\]{height:200px}.max-sm\:h-\[240px\]{height:240px}.max-sm\:h-\[50px\]{height:50px}.max-sm\:h-\[auto\]{height:auto}.max-sm\:h-\[calc\(100\%-146px\)\]{height:calc(100% - 146px)}.max-sm\:h-auto{height:auto}.max-sm\:h-full{height:100%}.max-sm\:h-screen{height:100vh}.max-sm\:h-svh{height:100svh}.max-sm\:\!max-h-\[calc\(100dvh-0px\)\]{max-height:100dvh!important}.max-sm\:\!max-h-\[calc\(100vh-0px\)\]{max-height:100vh!important}.max-sm\:max-h-\[340px\]{max-height:340px}.max-sm\:max-h-\[360px\]{max-height:360px}.max-sm\:max-h-\[calc\(100vh-150px\)\]{max-height:calc(100vh - 150px)}.max-sm\:max-h-dvh{max-height:100dvh}.max-sm\:max-h-screen{max-height:100vh}.max-sm\:max-h-svh{max-height:100svh}.max-sm\:\!min-h-0{min-height:0!important}.max-sm\:min-h-12{min-height:3rem}.max-sm\:min-h-\[200px\]{min-height:200px}.max-sm\:min-h-\[220px\]{min-height:220px}.max-sm\:min-h-\[400px\]{min-height:400px}.max-sm\:min-h-\[50px\]{min-height:50px}.max-sm\:\!w-\[260px\]{width:260px!important}.max-sm\:\!w-full{width:100%!important}.max-sm\:w-1\/2{width:50%}.max-sm\:w-5{width:1.25rem}.max-sm\:w-6{width:1.5rem}.max-sm\:w-\[100\%\]{width:100%}.max-sm\:w-\[125px\]{width:125px}.max-sm\:w-\[170px\]{width:170px}.max-sm\:w-\[200px\]{width:200px}.max-sm\:w-\[50\%\]{width:50%}.max-sm\:w-\[50px\]{width:50px}.max-sm\:w-\[auto\]{width:auto}.max-sm\:w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.max-sm\:w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)}.max-sm\:w-full{width:100%}.max-sm\:\!min-w-max{min-width:-webkit-max-content!important;min-width:max-content!important}.max-sm\:min-w-\[100px\]{min-width:100px}.max-sm\:min-w-\[125px\]{min-width:125px}.max-sm\:min-w-full{min-width:100%}.max-sm\:\!max-w-full{max-width:100%!important}.max-sm\:max-w-\[100\%\]{max-width:100%}.max-sm\:max-w-\[260px\]{max-width:260px}.max-sm\:max-w-\[50px\]{max-width:50px}.max-sm\:max-w-full{max-width:100%}.max-sm\:flex-1{flex:1}.max-sm\:flex-grow{flex-grow:1}.max-sm\:flex-grow-0{flex-grow:0}.max-sm\:basis-full{flex-basis:100%}.max-sm\:-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.max-sm\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.max-sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.max-sm\:\!flex-col{flex-direction:column!important}.max-sm\:flex-col{flex-direction:column}.max-sm\:flex-col-reverse{flex-direction:column-reverse}.max-sm\:flex-wrap{flex-wrap:wrap}.max-sm\:\!items-start{align-items:flex-start!important}.max-sm\:items-start{align-items:flex-start}.max-sm\:items-center{align-items:center}.max-sm\:items-stretch{align-items:stretch}.max-sm\:justify-start{justify-content:flex-start}.max-sm\:\!justify-center{justify-content:center!important}.max-sm\:justify-center{justify-content:center}.max-sm\:justify-between{justify-content:space-between}.max-sm\:\!gap-0{gap:0!important}.max-sm\:gap-1{gap:.25rem}.max-sm\:gap-2{gap:.5rem}.max-sm\:gap-3{gap:.75rem}.max-sm\:gap-4{gap:1rem}.max-sm\:gap-\[0\]{gap:0}.max-sm\:gap-x-0{column-gap:0}.max-sm\:gap-x-4{column-gap:1rem}.max-sm\:overflow-auto{overflow:auto}.max-sm\:overflow-visible{overflow:visible}.max-sm\:overflow-y-auto{overflow-y:auto}.max-sm\:break-all{word-break:break-all}.max-sm\:rounded-\[0px\]{border-radius:0}.max-sm\:rounded-sm{border-radius:.125rem}.max-sm\:border{border-width:1px}.max-sm\:border-b{border-bottom-width:1px}.max-sm\:border-b-0{border-bottom-width:0}.max-sm\:border-l-0{border-left-width:0}.max-sm\:border-r-0{border-right-width:0}.max-sm\:border-t{border-top-width:1px}.max-sm\:border-solid{border-style:solid}.max-sm\:border-none{border-style:none}.max-sm\:border-border_neutral_default{border-color:var(--border_neutral_default)}.max-sm\:border-border_neutral_strong{border-color:var(--border_neutral_strong)}.max-sm\:\!bg-transparent{background-color:#0000!important}.max-sm\:bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)}.max-sm\:bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.max-sm\:bg-transparent{background-color:#0000}.max-sm\:\!p-0{padding:0!important}.max-sm\:\!p-4{padding:1rem!important}.max-sm\:p-0{padding:0}.max-sm\:p-1\.5{padding:.375rem}.max-sm\:p-2{padding:.5rem}.max-sm\:p-4{padding:1rem}.max-sm\:p-\[0\]{padding:0}.max-sm\:p-\[10px\]{padding:10px}.max-sm\:p-\[15px\]{padding:15px}.max-sm\:p-\[16px\]{padding:16px}.max-sm\:\!px-0{padding-left:0!important;padding-right:0!important}.max-sm\:\!px-4{padding-left:1rem!important;padding-right:1rem!important}.max-sm\:\!px-\[15px\]{padding-left:15px!important;padding-right:15px!important}.max-sm\:\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.max-sm\:px-0{padding-left:0;padding-right:0}.max-sm\:px-2{padding-left:.5rem;padding-right:.5rem}.max-sm\:px-3{padding-left:.75rem;padding-right:.75rem}.max-sm\:px-4{padding-left:1rem;padding-right:1rem}.max-sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-sm\:px-\[0px\]{padding-left:0;padding-right:0}.max-sm\:px-\[15px\]{padding-left:15px;padding-right:15px}.max-sm\:px-\[30px\]{padding-left:30px;padding-right:30px}.max-sm\:py-0{padding-top:0;padding-bottom:0}.max-sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.max-sm\:py-4{padding-top:1rem;padding-bottom:1rem}.max-sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.max-sm\:py-\[15px\]{padding-top:15px;padding-bottom:15px}.max-sm\:\!pl-0{padding-left:0!important}.max-sm\:\!pr-3{padding-right:.75rem!important}.max-sm\:\!pt-0{padding-top:0!important}.max-sm\:\!pt-2{padding-top:.5rem!important}.max-sm\:\!pt-5{padding-top:1.25rem!important}.max-sm\:\!pt-\[16px\]{padding-top:16px!important}.max-sm\:pb-0{padding-bottom:0}.max-sm\:pb-14{padding-bottom:3.5rem}.max-sm\:pb-2{padding-bottom:.5rem}.max-sm\:pb-4{padding-bottom:1rem}.max-sm\:pb-5{padding-bottom:1.25rem}.max-sm\:pb-6{padding-bottom:1.5rem}.max-sm\:pb-\[85px\]{padding-bottom:85px}.max-sm\:pb-\[90px\]{padding-bottom:90px}.max-sm\:pl-0{padding-left:0}.max-sm\:pl-2{padding-left:.5rem}.max-sm\:pr-0{padding-right:0}.max-sm\:pr-2{padding-right:.5rem}.max-sm\:pr-\[0px\]{padding-right:0}.max-sm\:pt-0{padding-top:0}.max-sm\:pt-14{padding-top:3.5rem}.max-sm\:pt-2{padding-top:.5rem}.max-sm\:pt-2\.5{padding-top:.625rem}.max-sm\:pt-3{padding-top:.75rem}.max-sm\:pt-5{padding-top:1.25rem}.max-sm\:pt-\[0px\]{padding-top:0}.max-sm\:pt-\[10px\]{padding-top:10px}.max-sm\:\!text-left{text-align:left!important}.max-sm\:text-left{text-align:left}.max-sm\:\!text-center{text-align:center!important}.max-sm\:text-center{text-align:center}.max-sm\:text-right{text-align:right}.max-sm\:\!text-\[14px\]{font-size:14px!important}.max-sm\:\!text-\[16px\]{font-size:16px!important}.max-sm\:text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.max-sm\:text-\[14px\]{font-size:14px}.max-sm\:text-\[15px\]{font-size:15px}.max-sm\:text-\[16px\]{font-size:16px}.max-sm\:text-\[18px\]{font-size:18px}.max-sm\:text-\[20px\]{font-size:20px}.max-sm\:text-\[26px\]{font-size:26px}.max-sm\:text-\[28px\]{font-size:28px}.max-sm\:text-\[29px\]{font-size:29px}.max-sm\:text-\[30px\]{font-size:30px}.max-sm\:text-\[36px\]{font-size:36px}.max-sm\:text-lg,.max-sm\:text-lg\/6{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.max-sm\:text-sm{font-size:var(--font_size_14)!important;line-height:var(--font_height_18)!important}.max-sm\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.max-sm\:font-medium{font-weight:500}.max-sm\:font-normal{font-weight:400}.max-sm\:\!leading-7{line-height:var(--font_height_28)!important}.max-sm\:\!leading-\[28px\]{line-height:28px!important}.max-sm\:leading-10{line-height:2.5rem}.max-sm\:leading-6{line-height:var(--font_height_24)!important}.max-sm\:leading-7{line-height:var(--font_height_28)!important}.max-sm\:leading-8{line-height:var(--font_height_32)!important}.max-sm\:leading-9{line-height:var(--font_height_36)!important}.max-sm\:leading-\[24px\]{line-height:24px}.max-sm\:leading-\[36px\]{line-height:36px}.max-sm\:text-text_neutral_secondary{color:var(--text_neutral_secondary)}.max-sm\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.max-sm\:duration-200{transition-duration:.2s}.max-sm\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}}@media (max-width:601px){.max-\[601px\]\:w-full{width:100%}}@media (max-width:575px){.max-\[575px\]\:min-w-full{min-width:100%}}@media not all and (min-width:480px){.max-xs\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.max-xs\:flex-col{flex-direction:column}.max-xs\:items-center{align-items:center}.max-xs\:text-center{text-align:center}}@media (max-width:480px){.max-\[480px\]\:items-start{align-items:flex-start}.max-\[480px\]\:before\:top-\[-40px\]:before{content:var(--tw-content);top:-40px}.max-\[480px\]\:before\:bg-\[length\:100\%\]:before{content:var(--tw-content);background-size:100%}}@media (max-width:479px){.max-\[479px\]\:left-0{left:0}.max-\[479px\]\:top-\[45px\]{top:45px}.max-\[479px\]\:mb-2\.5{margin-bottom:.625rem}.max-\[479px\]\:ml-\[25px\]{margin-left:25px}.max-\[479px\]\:w-\[95\%\]{width:95%}.max-\[479px\]\:w-full{width:100%}.max-\[479px\]\:flex-col{flex-direction:column}.max-\[479px\]\:px-\[15px\]{padding-left:15px;padding-right:15px}}@media (max-width:460px){.max-\[460px\]\:mb-2\.5{margin-bottom:.625rem}.max-\[460px\]\:mb-5{margin-bottom:1.25rem}.max-\[460px\]\:hidden{display:none}.max-\[460px\]\:w-1\/2{width:50%}.max-\[460px\]\:w-full{width:100%}.max-\[460px\]\:max-w-full{max-width:100%}.max-\[460px\]\:flex-col{flex-direction:column}.max-\[460px\]\:flex-wrap{flex-wrap:wrap}.max-\[460px\]\:\!flex-nowrap{flex-wrap:nowrap!important}.max-\[460px\]\:px-0{padding-left:0;padding-right:0}.max-\[460px\]\:pl-0{padding-left:0}.max-\[460px\]\:pt-2\.5{padding-top:.625rem}.max-\[460px\]\:text-\[12px\]{font-size:12px}}@media (max-width:413px){.max-\[413px\]\:\!absolute{position:absolute!important}.max-\[413px\]\:bottom-\[12\.5\%\]{bottom:12.5%}.max-\[413px\]\:left-\[8\%\]{left:8%}.max-\[413px\]\:right-\[8\%\]{right:8%}.max-\[413px\]\:top-\[10\.5\%\]{top:10.5%}.max-\[413px\]\:mt-0{margin-top:0}.max-\[413px\]\:h-\[520px\]{height:520px}.max-\[413px\]\:\!w-auto{width:auto!important}}@media (max-width:380px){.max-\[380px\]\:ml-2{margin-left:.5rem}.max-\[380px\]\:h-\[100px\]{height:100px}.max-\[380px\]\:w-\[150px\]{width:150px}}@media (min-width:480px){.xs\:m-0{margin:0}.xs\:ml-0{margin-left:0}.xs\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xs\:flex-row{flex-direction:row}.xs\:items-start{align-items:flex-start}.xs\:border-r{border-right-width:1px}.xs\:text-left{text-align:left}}@media (min-width:640px){.sm\:absolute{position:absolute}.sm\:relative{position:relative}.sm\:bottom-\[16\%\]{bottom:16%}.sm\:left-0{left:0}.sm\:right-0{right:0}.sm\:right-\[106px\]{right:106px}.sm\:top-0{top:0}.sm\:top-1\/2{top:50%}.sm\:top-\[22\%\]{top:22%}.sm\:z-10{z-index:10}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:m-auto{margin:auto}.sm\:-mb-12{margin-bottom:-3rem}.sm\:-mb-\[50px\]{margin-bottom:-50px}.sm\:-mt-3{margin-top:-.75rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mt-5{margin-top:-1.25rem}.sm\:-mt-\[25px\]{margin-top:-25px}.sm\:mb-0{margin-bottom:0}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-\[51px\]{margin-left:51px}.sm\:mr-4{margin-right:1rem}.sm\:mr-8{margin-right:2rem}.sm\:mt-1{margin-top:.25rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-auto{margin-top:auto}.sm\:line-clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:\!flex{display:flex!important}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:contents{display:contents}.sm\:\!hidden{display:none!important}.sm\:hidden{display:none}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-5{height:1.25rem}.sm\:h-\[50px\]{height:50px}.sm\:h-\[calc\(100dvh-214px\)\]{height:calc(100dvh - 214px)}.sm\:h-\[calc\(100svh-214px\)\]{height:calc(100svh - 214px)}.sm\:h-\[calc\(100vh-214px\)\]{height:calc(100vh - 214px)}.sm\:h-full{height:100%}.sm\:max-h-48{max-height:12rem}.sm\:max-h-\[50vh\]{max-height:50vh}.sm\:max-h-\[calc\(100dvh-52px\)\]{max-height:calc(100dvh - 52px)}.sm\:max-h-\[calc\(100dvh-80px\)\]{max-height:calc(100dvh - 80px)}.sm\:max-h-\[calc\(100svh-160px\)\]{max-height:calc(100svh - 160px)}.sm\:max-h-\[calc\(100svh-52px\)\]{max-height:calc(100svh - 52px)}.sm\:max-h-\[calc\(100svh-80px\)\]{max-height:calc(100svh - 80px)}.sm\:max-h-\[calc\(100vh-380px\)\]{max-height:calc(100vh - 380px)}.sm\:max-h-\[calc\(100vh-490px\)\]{max-height:calc(100vh - 490px)}.sm\:max-h-\[calc\(100vh-52px\)\]{max-height:calc(100vh - 52px)}.sm\:max-h-\[calc\(100vh-80px\)\]{max-height:calc(100vh - 80px)}.sm\:\!min-h-12{min-height:3rem!important}.sm\:\!min-h-\[400px\]{min-height:400px!important}.sm\:\!min-h-\[50px\]{min-height:50px!important}.sm\:min-h-\[254px\]{min-height:254px}.sm\:min-h-\[300px\]{min-height:300px}.sm\:min-h-\[320px\]{min-height:320px}.sm\:min-h-\[400px\]{min-height:400px}.sm\:min-h-\[calc\(100vh-460px\)\]{min-height:calc(100vh - 460px)}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.3333%}.sm\:w-1\/4{width:25%}.sm\:w-2\/3{width:66.6667%}.sm\:w-24{width:6rem}.sm\:w-3\/4{width:75%}.sm\:w-3\/5{width:60%}.sm\:w-4\/5{width:80%}.sm\:w-5{width:1.25rem}.sm\:w-5\/12{width:41.6667%}.sm\:w-5\/6{width:83.3333%}.sm\:w-52{width:13rem}.sm\:w-6\/12{width:50%}.sm\:w-60{width:15rem}.sm\:w-64{width:16rem}.sm\:w-\[216px\]{width:216px}.sm\:w-\[300px\]{width:300px}.sm\:w-\[450px\]{width:450px}.sm\:w-\[46px\]{width:46px}.sm\:w-\[500px\]{width:500px}.sm\:w-\[55\%\]{width:55%}.sm\:w-\[81\%\]{width:81%}.sm\:w-\[calc\(45\%-16px\)\]{width:calc(45% - 16px)}.sm\:w-fit{width:-webkit-fit-content;width:fit-content}.sm\:w-full{width:100%}.sm\:min-w-\[140px\]{min-width:140px}.sm\:min-w-\[160px\]{min-width:160px}.sm\:min-w-\[40px\]{min-width:40px}.sm\:min-w-\[54px\]{min-width:54px}.sm\:min-w-\[68px\]{min-width:68px}.sm\:\!max-w-\[95\%\]{max-width:95%!important}.sm\:max-w-48{max-width:12rem}.sm\:max-w-\[1050px\]{max-width:1050px}.sm\:max-w-\[110px\]{max-width:110px}.sm\:max-w-\[160px\]{max-width:160px}.sm\:max-w-\[190px\]{max-width:190px}.sm\:max-w-\[200px\]{max-width:200px}.sm\:max-w-\[255px\]{max-width:255px}.sm\:max-w-\[320px\]{max-width:320px}.sm\:max-w-\[420px\]{max-width:420px}.sm\:max-w-\[64px\]{max-width:64px}.sm\:max-w-\[84px\]{max-width:84px}.sm\:flex-1{flex:1}.sm\:flex-shrink-0{flex-shrink:0}.sm\:flex-grow{flex-grow:1}.sm\:-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.sm\:\!grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:\!flex-row{flex-direction:row!important}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-12{gap:3rem}.sm\:gap-2{gap:.5rem}.sm\:gap-4{gap:1rem}.sm\:gap-8{gap:2rem}.sm\:self-end{align-self:flex-end}.sm\:overflow-auto{overflow:auto}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-visible{overflow:visible}.sm\:truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sm\:whitespace-nowrap{white-space:nowrap}.sm\:rounded-lg{border-radius:.5rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-medium{border-radius:5px}.sm\:rounded-tl-2xl{border-top-left-radius:1rem}.sm\:rounded-tr-2xl{border-top-right-radius:1rem}.sm\:border{border-width:1px}.sm\:border-r{border-right-width:1px}.sm\:border-t{border-top-width:1px}.sm\:border-solid{border-style:solid}.sm\:border-border_neutral_default{border-color:var(--border_neutral_default)}.sm\:border-border_neutral_strong{border-color:var(--border_neutral_strong)}.sm\:bg-bkg_neutral_default{background-color:var(--bkg_neutral_default)}.sm\:bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.sm\:bg-bkg_neutral_tiertiary{background-color:var(--bkg_neutral_tiertiary)}.sm\:p-0{padding:0}.sm\:p-3{padding:.75rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:\!px-0{padding-left:0!important;padding-right:0!important}.sm\:\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-\[30px\]{padding-left:30px;padding-right:30px}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:\!pt-0{padding-top:0!important}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-\[70px\]{padding-bottom:70px}.sm\:pl-16{padding-left:4rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-\[65px\]{padding-left:65px}.sm\:pr-10{padding-right:2.5rem}.sm\:pr-4{padding-right:1rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.sm\:text-3xl\/8{font-size:var(--font_size_26)!important;line-height:var(--font_height_32)!important}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[34px\]\/10{font-size:34px;line-height:2.5rem}.sm\:text-\[34px\]\/9{font-size:34px;line-height:var(--font_height_36)!important}.sm\:text-base{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.sm\:text-lg{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.sm\:text-lg\/\[22px\]{line-height:22px;font-size:var(--font_size_18)!important}.sm\:text-sm{font-size:var(--font_size_14)!important;line-height:var(--font_height_18)!important}.sm\:text-sm\/5{font-size:var(--font_size_14)!important;line-height:var(--font_height_20)!important}.sm\:text-xl\/6{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.sm\:text-xs{font-size:var(--font_size_12)!important;line-height:var(--font_height_16)!important}.sm\:font-bold{font-weight:700}.sm\:font-medium{font-weight:500}.sm\:leading-6{line-height:var(--font_height_24)!important}.sm\:leading-9{line-height:var(--font_height_36)!important}.sm\:text-text_neutral_default{color:var(--text_neutral_default)}.sm\:opacity-100{opacity:1}.sm\:shadow-roundShadow{--tw-shadow:0 2px 10px 0 var(--bkg_divider);--tw-shadow-colored:0 2px 10px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\:hover\:overflow-y-auto:hover{overflow-y:auto}@media (max-width:1199px){.sm\:max-\[1199px\]\:relative{position:relative}.sm\:max-\[1199px\]\:-mr-6{margin-right:-1.5rem}.sm\:max-\[1199px\]\:h-\[calc\(100dvh-290px\)\]{height:calc(100dvh - 290px)}.sm\:max-\[1199px\]\:h-\[calc\(100svh-290px\)\]{height:calc(100svh - 290px)}.sm\:max-\[1199px\]\:h-\[calc\(100vh-290px\)\]{height:calc(100vh - 290px)}.sm\:max-\[1199px\]\:w-auto{width:auto}.sm\:max-\[1199px\]\:overflow-auto{overflow:auto}.sm\:max-\[1199px\]\:pr-6{padding-right:1.5rem}}@media (max-width:1024px){.sm\:max-\[1024px\]\:\!ml-\[51px\]{margin-left:51px!important}}@media not all and (min-width:768px){.sm\:max-md\:mb-2{margin-bottom:.5rem}.sm\:max-md\:pt-\[60px\]{padding-top:60px}}}@media not all and (min-width:640px){@media (min-width:640px){.max-sm\:sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}}@media (min-width:640px){.min-\[640px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:700px){@media (max-width:1099px){.min-\[700px\]\:max-\[1099px\]\:w-\[calc\(50\%-16px\)\]{width:calc(50% - 16px)}}}@media (min-width:720px){.min-\[720px\]\:ml-4{margin-left:1rem}.min-\[720px\]\:\!w-\[155px\]{width:155px!important}.min-\[720px\]\:\!flex-row{flex-direction:row!important}.min-\[720px\]\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.min-\[720px\]\:pb-0{padding-bottom:0}.min-\[720px\]\:pl-\[20px\]{padding-left:20px}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:bottom-4{bottom:1rem}.md\:right-5{right:1.25rem}.md\:order-1{order:1}.md\:order-2{order:2}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-\[120px\]{margin-top:120px;margin-bottom:120px}.md\:\!mb-0{margin-bottom:0!important}.md\:-mb-10{margin-bottom:-2.5rem}.md\:-ml-px{margin-left:-1px}.md\:-mr-\[25px\]{margin-right:-25px}.md\:-mt-10{margin-top:-2.5rem}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-\[-12px\]{margin-bottom:-12px}.md\:mb-\[30px\]{margin-bottom:30px}.md\:mb-\[72px\]{margin-bottom:72px}.md\:ml-0{margin-left:0}.md\:ml-10{margin-left:2.5rem}.md\:ml-14{margin-left:3.5rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-\[60px\]{margin-left:60px}.md\:ml-\[80px\]{margin-left:80px}.md\:mr-0{margin-right:0}.md\:mr-10{margin-right:2.5rem}.md\:mr-14{margin-right:3.5rem}.md\:mr-20{margin-right:5rem}.md\:mr-4{margin-right:1rem}.md\:mr-5{margin-right:1.25rem}.md\:mr-6{margin-right:1.5rem}.md\:mr-8{margin-right:2rem}.md\:mr-\[60px\]{margin-right:60px}.md\:mr-\[66px\]{margin-right:66px}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-2{margin-top:.5rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-20{margin-top:5rem}.md\:mt-4{margin-top:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mt-\[-100px\]{margin-top:-100px}.md\:mt-\[15px\]{margin-top:15px}.md\:mt-\[25px\]{margin-top:25px}.md\:mt-\[26px\]{margin-top:26px}.md\:mt-\[30px\]{margin-top:30px}.md\:\!block{display:block!important}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:\!flex{display:flex!important}.md\:flex{display:flex}.md\:\!table-cell{display:table-cell!important}.md\:\!table-row{display:table-row!important}.md\:\!hidden{display:none!important}.md\:hidden{display:none}.md\:aspect-\[700\/265\]{aspect-ratio:700/265}.md\:aspect-\[8\/7\]{aspect-ratio:8/7}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-14{height:3.5rem}.md\:h-24{height:6rem}.md\:h-\[100px\]{height:100px}.md\:h-\[250px\]{height:250px}.md\:h-\[30px\]{height:30px}.md\:h-\[333px\]{height:333px}.md\:h-\[3px\]{height:3px}.md\:h-\[900px\]{height:900px}.md\:h-\[90vh\]{height:90vh}.md\:h-\[calc\(100dvh-300px\)\]{height:calc(100dvh - 300px)}.md\:h-\[calc\(100svh-300px\)\]{height:calc(100svh - 300px)}.md\:h-\[calc\(100vh-300px\)\]{height:calc(100vh - 300px)}.md\:h-full{height:100%}.md\:\!max-h-\[98vh\]{max-height:98vh!important}.md\:max-h-\[170px\]{max-height:170px}.md\:max-h-\[calc\(100\%_-_20px\)\]{max-height:calc(100% - 20px)}.md\:max-h-\[calc\(100vh-350px\)\]{max-height:calc(100vh - 350px)}.md\:max-h-none{max-height:none}.md\:\!min-h-10{min-height:2.5rem!important}.md\:min-h-\[50px\]{min-height:50px}.md\:min-h-\[58px\]{min-height:58px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.3333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-3\/12{width:25%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-4\/12{width:33.3333%}.md\:w-80{width:20rem}.md\:w-\[30\%\]{width:30%}.md\:w-\[32\%\]{width:32%}.md\:w-\[380px\]{width:380px}.md\:w-\[460px\]{width:460px}.md\:w-\[49\%\]{width:49%}.md\:w-\[53\%\]{width:53%}.md\:w-\[65\%\]{width:65%}.md\:w-\[72\%\]{width:72%}.md\:w-\[85\%\]{width:85%}.md\:w-\[calc\(100\%-320px\)\]{width:calc(100% - 320px)}.md\:w-\[calc\(50\%-10px\)\]{width:calc(50% - 10px)}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:w-max{width:-webkit-max-content;width:max-content}.md\:min-w-0{min-width:0}.md\:min-w-40{min-width:10rem}.md\:min-w-\[105px\]{min-width:105px}.md\:min-w-\[186px\]{min-width:186px}.md\:min-w-\[200px\]{min-width:200px}.md\:min-w-\[28\%\]{min-width:28%}.md\:min-w-\[292px\]{min-width:292px}.md\:min-w-\[80px\]{min-width:80px}.md\:max-w-72{max-width:18rem}.md\:max-w-\[100\%\]{max-width:100%}.md\:max-w-\[1000px\]{max-width:1000px}.md\:max-w-\[1182px\]{max-width:1182px}.md\:max-w-\[1200px\]{max-width:1200px}.md\:max-w-\[128px\]{max-width:128px}.md\:max-w-\[140px\]{max-width:140px}.md\:max-w-\[141px\]{max-width:141px}.md\:max-w-\[150px\]{max-width:150px}.md\:max-w-\[180px\]{max-width:180px}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[240px\]{max-width:240px}.md\:max-w-\[243px\]{max-width:243px}.md\:max-w-\[248px\]{max-width:248px}.md\:max-w-\[250px\]{max-width:250px}.md\:max-w-\[280px\]{max-width:280px}.md\:max-w-\[291px\]{max-width:291px}.md\:max-w-\[297px\]{max-width:297px}.md\:max-w-\[300px\]{max-width:300px}.md\:max-w-\[320px\]{max-width:320px}.md\:max-w-\[340px\]{max-width:340px}.md\:max-w-\[350px\]{max-width:350px}.md\:max-w-\[360px\]{max-width:360px}.md\:max-w-\[40\%\]{max-width:40%}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[410px\]{max-width:410px}.md\:max-w-\[45\%\]{max-width:45%}.md\:max-w-\[480px\]{max-width:480px}.md\:max-w-\[49\%\]{max-width:49%}.md\:max-w-\[50\%\]{max-width:50%}.md\:max-w-\[57\%\]{max-width:57%}.md\:max-w-\[600px\]{max-width:600px}.md\:max-w-\[656px\]{max-width:656px}.md\:max-w-\[700px\]{max-width:700px}.md\:max-w-\[720px\]{max-width:720px}.md\:max-w-\[90\%\]{max-width:90%}.md\:max-w-\[95\%\]{max-width:95%}.md\:max-w-\[calc\(100\%_-_100px\)\]{max-width:calc(100% - 100px)}.md\:max-w-full{max-width:100%}.md\:flex-\[0_0_184px\]{flex:0 0 184px}.md\:flex-\[0_0_42\.2\%\]{flex:0 0 42.2%}.md\:flex-\[0_0_42\.5\%\]{flex:0 0 42.5%}.md\:flex-auto{flex:auto}.md\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-10{gap:2.5rem}.md\:gap-14{gap:3.5rem}.md\:gap-16{gap:4rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[30px\]{gap:30px}.md\:gap-\[50px\]{gap:50px}.md\:gap-\[60px\]{gap:60px}.md\:gap-x-2{column-gap:.5rem}.md\:gap-x-6{column-gap:1.5rem}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse))}.md\:overflow-hidden{overflow:hidden}.md\:overflow-x-auto{overflow-x:auto}.md\:overflow-y-auto{overflow-y:auto}.md\:\!rounded-none{border-radius:0!important}.md\:rounded-3xl{border-radius:1.5rem}.md\:rounded-\[16px\]{border-radius:16px}.md\:rounded-\[32px\]{border-radius:32px}.md\:rounded-\[3px\]{border-radius:3px}.md\:rounded-\[4px\]{border-radius:4px}.md\:rounded-\[5px\]{border-radius:5px}.md\:rounded-md{border-radius:.375rem}.md\:\!border{border-width:1px!important}.md\:border{border-width:1px}.md\:border-2{border-width:2px}.md\:\!border-l{border-left-width:1px!important}.md\:\!border-r{border-right-width:1px!important}.md\:border-b{border-bottom-width:1px}.md\:border-b-0{border-bottom-width:0}.md\:border-l{border-left-width:1px}.md\:border-l-0{border-left-width:0}.md\:border-r{border-right-width:1px}.md\:border-t{border-top-width:1px}.md\:border-t-0{border-top-width:0}.md\:border-solid{border-style:solid}.md\:\!border-border_blue_default{border-color:var(--border_blue_default)!important}.md\:border-border_neutral_default{border-color:var(--border_neutral_default)}.md\:border-border_neutral_strong{border-color:var(--border_neutral_strong)}.md\:border-r-border_neutral_default{border-right-color:var(--border_neutral_default)}.md\:bg-bkg_neutral_secondary{background-color:var(--bkg_neutral_secondary)}.md\:bg-\[position\:0px_0px\,70\%_70\%\]{background-position:0 0,70% 70%}.md\:bg-\[position\:100\%_50\%\]{background-position:100%}.md\:bg-\[position\:right_-30\%_center\]{background-position:right -30% center}.md\:p-16{padding:4rem}.md\:p-2{padding:.5rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-\[20px_30px_75px\]{padding:20px 30px 75px}.md\:p-\[24px\]{padding:24px}.md\:p-\[30px\]{padding:30px}.md\:\!py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.md\:px-0{padding-left:0;padding-right:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[100px\]{padding-left:100px;padding-right:100px}.md\:px-\[15px\]{padding-left:15px;padding-right:15px}.md\:px-\[30px\]{padding-left:30px;padding-right:30px}.md\:px-\[5px\]{padding-left:5px;padding-right:5px}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.md\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.md\:py-\[36px\]{padding-top:36px;padding-bottom:36px}.md\:py-\[80px\]{padding-top:80px;padding-bottom:80px}.md\:\!pt-0{padding-top:0!important}.md\:pb-0{padding-bottom:0}.md\:pb-1{padding-bottom:.25rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-2\.5{padding-bottom:.625rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pb-\[50px\]{padding-bottom:50px}.md\:pb-\[60px\]{padding-bottom:60px}.md\:pl-16{padding-left:4rem}.md\:pl-5{padding-left:1.25rem}.md\:pl-6{padding-left:1.5rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-16{padding-right:4rem}.md\:pr-2{padding-right:.5rem}.md\:pr-3{padding-right:.75rem}.md\:pr-5{padding-right:1.25rem}.md\:pr-9{padding-right:2.25rem}.md\:pr-\[30px\]{padding-right:30px}.md\:pt-1{padding-top:.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-16{padding-top:4rem}.md\:pt-3{padding-top:.75rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-8{padding-top:2rem}.md\:pt-\[100px\]{padding-top:100px}.md\:pt-\[65px\]{padding-top:65px}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:text-4xl{font-size:var(--font_size_32)!important;line-height:var(--font_height_36)!important}.md\:text-5xl{font-size:var(--font_size_42)!important;line-height:var(--font_height_48)!important}.md\:text-\[12px\]\/4{font-size:12px;line-height:var(--font_height_16)!important}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[15px\]\/5{font-size:15px;line-height:var(--font_height_20)!important}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[26px\]{font-size:26px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[32px\]\/9{font-size:32px;line-height:var(--font_height_36)!important}.md\:text-\[36px\]{font-size:36px}.md\:text-\[36px\]\/10{font-size:36px;line-height:2.5rem}.md\:text-\[40px\]{font-size:40px}.md\:text-\[40px\]\/10{font-size:40px;line-height:2.5rem}.md\:text-\[40px\]\/\[48px\]{font-size:40px;line-height:48px}.md\:text-\[48px\]{font-size:48px}.md\:text-\[63px\]{font-size:63px}.md\:text-base{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.md\:text-lg,.md\:text-lg\/6{font-size:var(--font_size_18)!important;line-height:var(--font_height_24)!important}.md\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.md\:font-medium{font-weight:500}.md\:font-normal{font-weight:400}.md\:leading-10{line-height:2.5rem}.md\:leading-5{line-height:var(--font_height_20)!important}.md\:leading-6{line-height:var(--font_height_24)!important}.md\:leading-7{line-height:var(--font_height_28)!important}.md\:leading-8{line-height:var(--font_height_32)!important}.md\:leading-\[18px\]{line-height:18px}.md\:leading-\[22px\]{line-height:22px}.md\:leading-\[26px\]{line-height:26px}.md\:leading-\[29px\]{line-height:29px}.md\:leading-\[30px\]{line-height:30px}.md\:leading-\[34px\]{line-height:34px}.md\:leading-\[48px\]{line-height:48px}.md\:leading-\[73px\]{line-height:73px}.md\:text-text_neutral_default{color:var(--text_neutral_default)}.md\:\!shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.md\:shadow-\[1px_1px_12px_0_rgba\(0\,0\,0\,0\.15\)\]{--tw-shadow:1px 1px 12px 0 #00000026;--tw-shadow-colored:1px 1px 12px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:first\:mt-3:first-child{margin-top:.75rem}.md\:first\:\!max-w-full:first-child{max-width:100%!important}.md\:first\:max-w-\[216px\]:first-child{max-width:216px}.group:hover .md\:group-hover\:inline-block{display:inline-block}@media not all and (min-width:1280px){.md\:max-xl\:\!right-\[55px\]{right:55px!important}.md\:max-xl\:\!ml-7{margin-left:1.75rem!important}.md\:max-xl\:\!w-full{width:100%!important}}@media not all and (min-width:1024px){.md\:max-lg\:max-h-\[calc\(100svh-280px\)\]{max-height:calc(100svh - 280px)}}.min-\[768px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:991px){.min-\[991px\]\:h-\[300px\]{height:300px}.min-\[991px\]\:w-1\/2{width:50%}.min-\[991px\]\:w-\[25\.26\%\]{width:25.26%}.min-\[991px\]\:w-\[30\%\]{width:30%}.min-\[991px\]\:w-\[35\.5\%\]{width:35.5%}.min-\[991px\]\:w-\[48\%\]{width:48%}.min-\[991px\]\:w-\[62\.7\%\]{width:62.7%}.min-\[991px\]\:w-\[70\%\]{width:70%}.min-\[991px\]\:w-\[90\%\]{width:90%}.min-\[991px\]\:px-20{padding-left:5rem;padding-right:5rem}.min-\[991px\]\:py-\[50px\]{padding-top:50px;padding-bottom:50px}}@media (min-width:992px){@media (max-width:1399px){.min-\[992px\]\:max-\[1399px\]\:max-w-\[160px\]{max-width:160px}}}@media (min-width:1024px){.lg\:-bottom-\[74px\]{bottom:-74px}.lg\:bottom-0{bottom:0}.lg\:bottom-\[-28px\]{bottom:-28px}.lg\:bottom-\[15px\]{bottom:15px}.lg\:top-\[21px\]{top:21px}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-3{grid-column:span 3/span 3}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:mx-\[10px\]{margin-left:10px;margin-right:10px}.lg\:\!-mt-10{margin-top:-2.5rem!important}.lg\:\!mb-\[50px\]{margin-bottom:50px!important}.lg\:mb-1{margin-bottom:.25rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:ml-40{margin-left:10rem}.lg\:ml-\[100px\]{margin-left:100px}.lg\:ml-\[59px\]{margin-left:59px}.lg\:mt-0{margin-top:0}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:\!h-\[calc\(100vh-316px\)\]{height:calc(100vh - 316px)!important}.lg\:h-\[333px\]{height:333px}.lg\:h-\[400px\]{height:400px}.lg\:h-screen{height:100vh}.lg\:max-h-\[500px\]{max-height:500px}.lg\:max-h-\[60px\]{max-height:60px}.lg\:\!min-h-0{min-height:0!important}.lg\:min-h-20{min-height:5rem}.lg\:min-h-\[350px\]{min-height:350px}.lg\:\!w-1\/2{width:50%!important}.lg\:\!w-\[43\%\]{width:43%!important}.lg\:\!w-\[48\%\]{width:48%!important}.lg\:\!w-\[52\%\]{width:52%!important}.lg\:\!w-\[57\%\]{width:57%!important}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.3333%}.lg\:w-4\/5{width:80%}.lg\:w-4\/6{width:66.6667%}.lg\:w-\[12\%\]{width:12%}.lg\:w-\[250px\]{width:250px}.lg\:w-\[30\%\]{width:30%}.lg\:w-\[470px\]{width:470px}.lg\:w-\[500px\]{width:500px}.lg\:w-full{width:100%}.lg\:min-w-\[145px\]{min-width:145px}.lg\:min-w-\[300px\]{min-width:300px}.lg\:min-w-\[635px\]{min-width:635px}.lg\:min-w-full{min-width:100%}.lg\:max-w-96{max-width:24rem}.lg\:max-w-\[1248px\]{max-width:1248px}.lg\:max-w-\[250px\]{max-width:250px}.lg\:max-w-\[300px\]{max-width:300px}.lg\:max-w-\[360px\]{max-width:360px}.lg\:max-w-\[380px\]{max-width:380px}.lg\:max-w-\[470px\]{max-width:470px}.lg\:max-w-\[600px\]{max-width:600px}.lg\:max-w-\[616px\]{max-width:616px}.lg\:max-w-\[932px\]{max-width:932px}.lg\:max-w-\[95\%\]{max-width:95%}.lg\:max-w-\[975px\]{max-width:975px}.lg\:flex-1{flex:1}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:\!flex-row{flex-direction:row!important}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0}.lg\:gap-10{gap:2.5rem}.lg\:gap-5{gap:1.25rem}.lg\:overflow-hidden{overflow:hidden}.lg\:rounded-\[11px\]{border-radius:11px}.lg\:p-16{padding:4rem}.lg\:p-4{padding:1rem}.lg\:p-9{padding:2.25rem}.lg\:\!px-0{padding-left:0!important;padding-right:0!important}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-\[10px\]{padding-left:10px;padding-right:10px}.lg\:px-\[35px\]{padding-left:35px;padding-right:35px}.lg\:px-\[50px\]{padding-left:50px;padding-right:50px}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:\!pb-\[110px\]{padding-bottom:110px!important}.lg\:pb-\[30px\]{padding-bottom:30px}.lg\:pl-20{padding-left:5rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-\[50px\]{padding-left:50px}.lg\:pl-\[59px\]{padding-left:59px}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-\[30px\]{padding-right:30px}.lg\:pt-1{padding-top:.25rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pt-\[100px\]{padding-top:100px}.lg\:\!text-left{text-align:left!important}.lg\:text-left{text-align:left}.lg\:\!text-right{text-align:right!important}.lg\:text-right{text-align:right}.lg\:text-2xl{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.lg\:text-6xl\/\[72px\]{line-height:72px;font-size:var(--font_size_64)!important}.lg\:text-\[20px\]{font-size:20px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[30px\]{font-size:30px}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[32px\]\/9{font-size:32px;line-height:var(--font_height_36)!important}.lg\:text-\[48px\]{font-size:48px}.lg\:text-\[56px\]{font-size:56px}.lg\:text-xl{font-size:var(--font_size_20)!important;line-height:var(--font_height_24)!important}.lg\:font-normal{font-weight:400}.lg\:leading-10{line-height:2.5rem}.lg\:leading-7{line-height:var(--font_height_28)!important}.lg\:leading-9{line-height:var(--font_height_36)!important}.lg\:leading-\[64px\]{line-height:64px}@media not all and (min-width:1280px){.lg\:max-xl\:mb-1{margin-bottom:.25rem}}.min-\[1024px\]\:hidden{display:none}.min-\[1024px\]\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1025px){.min-\[1025px\]\:mb-5{margin-bottom:1.25rem}.min-\[1025px\]\:block{display:block}.min-\[1025px\]\:hidden{display:none}.min-\[1025px\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}}@media (min-width:1026px){.min-\[1026px\]\:hidden{display:none}}@media (min-width:1100px){@media (max-width:1599px){.min-\[1100px\]\:max-\[1599px\]\:w-\[calc\(33\.333\%-16px\)\]{width:calc(33.333% - 16px)}}}@media (min-width:1150px){.min-\[1150px\]\:w-\[200px\]{width:200px}.min-\[1150px\]\:w-\[250px\]{width:250px}}@media (min-width:1180px){.\32 lg\:min-w-\[300px\]{min-width:300px}.\32 lg\:max-w-\[300px\]{max-width:300px}.\32 lg\:pl-4{padding-left:1rem}}@media (min-width:1200px){.min-\[1200px\]\:min-w-\[1050px\]{min-width:1050px}.min-\[1200px\]\:min-w-\[350px\]{min-width:350px}.min-\[1200px\]\:min-w-\[500px\]{min-width:500px}.min-\[1200px\]\:min-w-\[780px\]{min-width:780px}.min-\[1200px\]\:max-w-\[1080px\]{max-width:1080px}.min-\[1200px\]\:max-w-\[350px\]{max-width:350px}.min-\[1200px\]\:max-w-\[500px\]{max-width:500px}.min-\[1200px\]\:max-w-\[780px\]{max-width:780px}.min-\[1200px\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.min-\[1200px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.min-\[1200px\]\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.min-\[1200px\]\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.xl\:mb-4{margin-bottom:1rem}.xl\:mb-\[0px\]{margin-bottom:0}.xl\:ml-4{margin-left:1rem}.xl\:mt-0{margin-top:0}.xl\:mt-14{margin-top:3.5rem}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-\[calc\(100dvh-52px\)\]{height:calc(100dvh - 52px)}.xl\:h-\[calc\(100svh-52px\)\]{height:calc(100svh - 52px)}.xl\:h-\[calc\(100vh-52px\)\]{height:calc(100vh - 52px)}.xl\:max-h-full{max-height:100%}.xl\:w-1\/4,.xl\:w-3\/12{width:25%}.xl\:w-\[138px\]{width:138px}.xl\:w-\[288px\]{width:288px}.xl\:w-full{width:100%}.xl\:min-w-0{min-width:0}.xl\:min-w-\[197px\]{min-width:197px}.xl\:min-w-full{min-width:100%}.xl\:max-w-\[1000px\]{max-width:1000px}.xl\:max-w-\[1340px\]{max-width:1340px}.xl\:max-w-\[300px\]{max-width:300px}.xl\:max-w-\[460px\]{max-width:460px}.xl\:max-w-\[768px\]{max-width:768px}.xl\:flex-1{flex:1}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:border-r{border-right-width:1px}.xl\:border-t-0{border-top-width:0}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pl-20{padding-left:5rem}.xl\:pl-4{padding-left:1rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pt-2{padding-top:.5rem}.xl\:pt-6{padding-top:1.5rem}.xl\:text-\[20px\]{font-size:20px}.xl\:text-\[28px\]{font-size:28px}.xl\:text-\[30px\]{font-size:30px}.xl\:text-\[32px\]{font-size:32px}.xl\:text-\[35px\]{font-size:35px}.xl\:leading-10{line-height:2.5rem}.xl\:leading-9{line-height:var(--font_height_36)!important}.min-\[1280px\]\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1380px){.min-\[1380px\]\:text-\[26px\]\/5{font-size:26px;line-height:var(--font_height_20)!important}}@media (min-width:1536px){.\32 xl\:mb-6{margin-bottom:1.5rem}.\32 xl\:w-auto{width:auto}.\32 xl\:min-w-\[197px\]{min-width:197px}.\32 xl\:min-w-\[210px\]{min-width:210px}.\32 xl\:min-w-\[330px\]{min-width:330px}.\32 xl\:max-w-\[400px\]{max-width:400px}.\32 xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.\32 xl\:px-\[30px\]{padding-left:30px;padding-right:30px}.\32 xl\:pl-\[250px\]{padding-left:250px}.\32 xl\:pr-\[60px\]{padding-right:60px}.\32 xl\:text-\[18px\]{font-size:18px}.\32 xl\:text-\[36px\]{font-size:36px}.\32 xl\:text-\[40px\]{font-size:40px}.\32 xl\:leading-10{line-height:2.5rem}.\32 xl\:leading-6{line-height:var(--font_height_24)!important}.\32 xl\:leading-\[48px\]{line-height:48px}}@media (min-width:1600px){@media (max-width:1799px){.min-\[1600px\]\:max-\[1799px\]\:w-\[calc\(25\%-16px\)\]{width:calc(25% - 16px)}}}@media (min-width:1800px){.min-\[1800px\]\:w-\[calc\(20\%-16px\)\]{width:calc(20% - 16px)}}@media (orientation:landscape){.mobile .mobile\:landscape\:\!mt-0{margin-top:0!important}.mobile .mobile\:landscape\:\!h-full{height:100%!important}.mobile .mobile\:landscape\:\!pb-3{padding-bottom:.75rem!important}}@media print{.print\:\!relative{position:relative!important}.print\:relative{position:relative}.print\:float-right{float:right}.print\:float-left{float:left}.print\:clear-both{clear:both}.print\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.print\:mb-\[10px\]{margin-bottom:10px}.print\:block{display:block}.print\:\!h-auto{height:auto!important}.print\:w-full{width:100%}.print\:max-w-full{max-width:100%}.print\:border-collapse{border-collapse:collapse}.print\:\!overflow-visible{overflow:visible!important}.print\:border{border-width:1px}.print\:border-b{border-bottom-width:1px}.print\:border-none{border-style:none}.print\:border-\[\#444444\]{--tw-border-opacity:1;border-color:rgba(68,68,68,var(--tw-border-opacity,1))}.print\:border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgba(221,221,221,var(--tw-border-opacity,1))}.print\:bg-\[\#f5f5f5\]{--tw-bg-opacity:1;background-color:rgba(245,245,245,var(--tw-bg-opacity,1))}.print\:bg-\[\#f9f9f9\]{--tw-bg-opacity:1;background-color:rgba(249,249,249,var(--tw-bg-opacity,1))}.print\:bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity,1))}.print\:p-\[10px\]{padding:10px}.print\:p-\[2px\]{padding:2px}.print\:py-3{padding-top:.75rem;padding-bottom:.75rem}.print\:py-\[10px\]{padding-top:10px;padding-bottom:10px}.print\:pl-0{padding-left:0}.print\:text-left{text-align:left}.print\:text-right{text-align:right}.print\:font-sans{font-family:proxima-nova,sans-serif}.print\:\!text-\[14px\]{font-size:14px!important}.print\:text-\[14px\]{font-size:14px}.print\:font-bold{font-weight:700}.print\:leading-\[1\.6\]{line-height:1.6}.print\:leading-\[20px\]{line-height:20px}.print\:text-\[\#333\]{--tw-text-opacity:1;color:rgba(51,51,51,var(--tw-text-opacity,1))}.print\:text-\[\#444444\]{--tw-text-opacity:1;color:rgba(68,68,68,var(--tw-text-opacity,1))}.print\:opacity-0{opacity:0}}.\[\&\.vg-group\.vg-table-scroll-default_\.grid-toolbar\]\:justify-between.vg-group.vg-table-scroll-default .grid-toolbar{justify-content:space-between}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.\[\&\:\:marker\]\:text-xs::marker{font-size:var(--font_size_12)!important;line-height:var(--font_height_16)!important}.\[\&\:\:marker\]\:text-text_neutral_default::marker{color:var(--text_neutral_default)}@media not all and (min-width:768px){.max-md\:\[\&\:has\(\.filePreviewInfo\)\]\:overflow-hidden:has(.filePreviewInfo){overflow:hidden}}.\[\&\:has\(\.grid-toolbar\)_\.filter-button\>div\]\:max-w-\[calc\(100\%-106px\)\]:has(.grid-toolbar) .filter-button>div{max-width:calc(100% - 106px)}.\[\&\:nth-child\(2\)\]\:max-w-24:nth-child(2),.\[\&\:nth-child\(3\)\]\:max-w-24:nth-child(3){max-width:6rem}@media not all and (min-width:768px){.max-md\:\[\&\:nth-last-child\(-n\+2\)\]\:border-b-0:nth-last-child(-n+2){border-bottom-width:0}}.\[\&\>\*\:nth-child\(3\)\]\:ml-2>:nth-child(3){margin-left:.5rem}.\[\&\>\.isvalidate\>\.vg-input-control-error-msg\]\:absolute>.isvalidate>.vg-input-control-error-msg{position:absolute}.\[\&\>\.isvalidate\>\.vg-input-control-error-msg\]\:right-0>.isvalidate>.vg-input-control-error-msg{right:0}.\[\&\>\.isvalidate\>\.vg-input-control-error-msg\]\:z-10>.isvalidate>.vg-input-control-error-msg{z-index:10}.\[\&\>\.vg-btn-ghost\]\:\!inline-block>.vg-btn-ghost{display:inline-block!important}.\[\&\>\.vg-btn-ghost\]\:\!max-w-full>.vg-btn-ghost{max-width:100%!important}.\[\&\>\.vg-btn-ghost\]\:\!truncate>.vg-btn-ghost{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.\[\&\>\.vg-btn-ghost\]\:\!text-left>.vg-btn-ghost{text-align:left!important}.\[\&\>\.vg-carousel\]\:cursor-pointer>.vg-carousel{cursor:pointer}.\[\&\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!h-\[calc\(100dvh-1000px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{height:calc(100dvh - 1000px)!important}.\[\&\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-1000px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 1000px)!important}.\[\&\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:flex-grow>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{flex-grow:1}.\[\&\>\.vg-group\>\.table-container\]\:\!w-full>.vg-group>.table-container{width:100%!important}.\[\&\>\.vg-group\]\:flex>.vg-group{display:flex}.\[\&\>\.vg-group\]\:flex-grow>.vg-group{flex-grow:1}.\[\&\>\.vg-group\]\:flex-col>.vg-group{flex-direction:column}.\[\&\>\.vg-modal-content\>\.vg-modal-body\]\:\!overflow-y-hidden>.vg-modal-content>.vg-modal-body{overflow-y:hidden!important}.\[\&\>\.vg-modal-content\]\:h-\[90\%\]>.vg-modal-content{height:90%}@media not all and (min-width:768px){.max-md\:\[\&\>\.vg-select2-dropdown-label\]\:text-base>.vg-select2-dropdown-label{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}}.\[\&\>\.vg-tk-btn\]\:whitespace-nowrap>.vg-tk-btn{white-space:nowrap}.\[\&\>\.vg-upload-group\>\.vg-upload-flex\]\:h-full>.vg-upload-group>.vg-upload-flex,.\[\&\>\.vg-upload-group\]\:h-full>.vg-upload-group{height:100%}.\[\&\>\.vg-vimeo-video\]\:aspect-\[16\/9\]>.vg-vimeo-video{aspect-ratio:16/9}.\[\&\>\:first-child\>h2\]\:\!mt-0>:first-child>h2{margin-top:0!important}.\[\&\>\:first-child\>h2\]\:mt-0>:first-child>h2{margin-top:0}.\[\&\>a\]\:text-text_blue_default>a{color:var(--text_blue_default)}.\[\&\>a\]\:underline>a{-webkit-text-decoration-line:underline;text-decoration-line:underline}.\[\&\>button\]\:w-full>button{width:100%}.\[\&\>button\]\:min-w-\[114px\]>button{min-width:114px}.\[\&\>button\]\:min-w-\[124px\]>button{min-width:124px}.\[\&\>button\]\:whitespace-nowrap>button{white-space:nowrap}.\[\&\>button\]\:rounded-bl-none>button{border-bottom-left-radius:0}.\[\&\>button\]\:rounded-tl-none>button{border-top-left-radius:0}.\[\&\>div\.vg-modal-content\>div\.vg-modal-body\]\:overflow-hidden>div.vg-modal-content>div.vg-modal-body{overflow:hidden}.\[\&\>div\.vg-texteditor-shell\.vg-texteditor-disabled\>div\.editor-container\+div\[tabindex\=\"-1\"\]\]\:hidden>div.vg-texteditor-shell.vg-texteditor-disabled>div.editor-container+div[tabindex="-1"]{display:none}.\[\&\>div\.vg-texteditor-shell\.vg-texteditor-disabled\>div\.editor-container\>div\.editor-scroller\>div\.editor\>div\.text-editor-hidden-cursor\]\:max-h-\[unset\]>div.vg-texteditor-shell.vg-texteditor-disabled>div.editor-container>div.editor-scroller>div.editor>div.text-editor-hidden-cursor{max-height:unset}.\[\&\>div\.vg-texteditor-shell\.vg-texteditor-disabled\>div\.editor-container\>div\.editor-scroller\>div\.editor\>div\.text-editor-hidden-cursor\]\:min-h-\[unset\]>div.vg-texteditor-shell.vg-texteditor-disabled>div.editor-container>div.editor-scroller>div.editor>div.text-editor-hidden-cursor{min-height:unset}.\[\&\>div\.vg-texteditor-shell\.vg-texteditor-disabled\>div\.editor-container\>div\.editor-scroller\]\:overflow-hidden>div.vg-texteditor-shell.vg-texteditor-disabled>div.editor-container>div.editor-scroller{overflow:hidden}.\[\&\>div\.vg-tooltip-group\]\:flex>div.vg-tooltip-group{display:flex}.\[\&\>div\>\.vg-modal-body\]\:\!overflow-y-hidden>div>.vg-modal-body{overflow-y:hidden!important}@media not all and (min-width:768px){.max-md\:\[\&\>div\>\.vg-modal-body\]\:\!p-0>div>.vg-modal-body{padding:0!important}.max-md\:\[\&\>div\>\.vg-modal-header\]\:hidden>div>.vg-modal-header{display:none}}.\[\&\>div\>div\.signature-canvas\>canvas\]\:w-full>div>div.signature-canvas>canvas{width:100%}.\[\&\>div\>div\.vg-signature-canvas\]\:max-w-full>div>div.vg-signature-canvas{max-width:100%}.\[\&\>div\>div\:first-child\]\:\!m-0>div>div:first-child,.\[\&\>div\>div\:last-child\>div\:first-child\]\:\!m-0>div>div:last-child>div:first-child{margin:0!important}.\[\&\>div\>div\:last-child\>div\:first-child\]\:\!p-3>div>div:last-child>div:first-child{padding:.75rem!important}.\[\&\>div\>div\:last-child\>div\:first-child\]\:\!pt-0>div>div:last-child>div:first-child{padding-top:0!important}.\[\&\>div\>div\:last-child\>div\:last-child\]\:\!p-3>div>div:last-child>div:last-child{padding:.75rem!important}.\[\&\>div\>div\:last-child\]\:overflow-auto>div>div:last-child{overflow:auto}.\[\&\>div\>div\>\.vg-input-control\:\:placeholder\]\:\!font-sans>div>div>.vg-input-control::placeholder{font-family:proxima-nova,sans-serif!important}.\[\&\>div\>div\>\.vg-input-control\:\:placeholder\]\:\!font-normal>div>div>.vg-input-control::placeholder{font-weight:400!important}.\[\&\>div\>div\>\.vg-input-control\]\:font-bold>div>div>.vg-input-control{font-weight:700}.\[\&\>div\>div\>\.vg-input-control\]\:\!\[font-family\:cursive\]>div>div>.vg-input-control{font-family:cursive!important}@media not all and (min-width:768px){.max-md\:\[\&\>div\>div\>\.vg-input-control\]\:max-w-\[100px\]>div>div>.vg-input-control{max-width:100px}.max-md\:\[\&\>div\>div\>\.vg-input-control\]\:max-w-\[200px\]>div>div>.vg-input-control{max-width:200px}.max-md\:\[\&\>div\>div\>\.vg-input-control\]\:truncate>div>div>.vg-input-control{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.max-md\:\[\&\>div\>div\>\.vg-input-control\]\:text-ellipsis>div>div>.vg-input-control{text-overflow:ellipsis}.max-md\:\[\&\>div\>div\>\.vg-input-control\]\:break-words>div>div>.vg-input-control{overflow-wrap:break-word}}.\[\&\>div\>div\>div\>div\:first-child\>div\]\:border-l>div>div>div>div:first-child>div{border-left-width:1px}@media not all and (min-width:768px){.max-md\:\[\&\>div\>div\>div\>div\:first-child\>div\]\:rounded-t-medium>div>div>div>div:first-child>div{border-top-left-radius:5px;border-top-right-radius:5px}}@media (min-width:768px){.md\:\[\&\>div\>div\>div\>div\:first-child\>div\]\:\!ml-0>div>div>div>div:first-child>div{margin-left:0!important}.md\:\[\&\>div\>div\>div\>div\:first-child\>div\]\:rounded-l-medium>div>div>div>div:first-child>div{border-top-left-radius:5px;border-bottom-left-radius:5px}}@media not all and (min-width:768px){.max-md\:\[\&\>div\>div\>div\>div\:last-child\>div\]\:rounded-b-medium>div>div>div>div:last-child>div{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.max-md\:\[\&\>div\>div\>div\>div\:last-child\>div\]\:\!border-b>div>div>div>div:last-child>div{border-bottom-width:1px!important}}@media (min-width:768px){.md\:\[\&\>div\>div\>div\>div\:last-child\>div\]\:rounded-r-medium>div>div>div>div:last-child>div{border-top-right-radius:5px;border-bottom-right-radius:5px}}.\[\&\>div\>div\>div\>div\:last-child\]\:border-r-0>div>div>div>div:last-child{border-right-width:0}.\[\&\>div\>div\>div\>div\>\.vg-tk-table\]\:table-fixed>div>div>div>div>.vg-tk-table{table-layout:fixed}.\[\&\>div\>div\>div\>div\]\:w-full>div>div>div>div{width:100%}.\[\&\>div\>div\>div\>div\]\:flex-grow>div>div>div>div{flex-grow:1}.\[\&\>div\>div\>div\]\:items-stretch>div>div>div{align-items:stretch}@media (min-width:768px){.md\:\[\&\>div\>div\>div\]\:\!w-full>div>div>div{width:100%!important}}.\[\&\>div\>div\]\:\!gap-2>div>div{gap:.5rem!important}.\[\&\>div\]\:mb-4>div{margin-bottom:1rem}.\[\&\>div\]\:flex>div{display:flex}.\[\&\>div\]\:\!max-h-\[93\%\]>div{max-height:93%!important}.\[\&\>div\]\:\!w-full>div{width:100%!important}.\[\&\>div\]\:w-full>div{width:100%}.\[\&\>div\]\:cursor-pointer>div{cursor:pointer}.\[\&\>div\]\:items-start>div{align-items:flex-start}.\[\&\>div\]\:items-center>div{align-items:center}.\[\&\>div\]\:\!overflow-hidden>div{overflow:hidden!important}.\[\&\>div\]\:\!rounded-2xl>div{border-radius:1rem!important}@media (min-width:768px){.md\:\[\&\>div\]\:w-full>div{width:100%}}.\[\&\>h1\]\:m-0>h1{margin:0}.\[\&\>h1\]\:mb-1>h1{margin-bottom:.25rem}.\[\&\>h1\]\:inline-block>h1{display:inline-block}.\[\&\>h1\]\:p-0>h1{padding:0}.\[\&\>h1\]\:text-\[26px\]>h1{font-size:26px}.\[\&\>h1\]\:font-medium>h1{font-weight:500}.\[\&\>h1\]\:capitalize>h1{text-transform:capitalize}.\[\&\>h1\]\:leading-9>h1{line-height:var(--font_height_36)!important}.\[\&\>p\+div\>\.vg-group\>\.table-container\>\.vg-table-container\]\:\!mt-4>p+div>.vg-group>.table-container>.vg-table-container{margin-top:1rem!important}.\[\&\>p\>a\]\:text-text_blue_default>p>a{color:var(--text_blue_default)}.\[\&\>p\>a\]\:underline>p>a{-webkit-text-decoration-line:underline;text-decoration-line:underline}.\[\&\>p\]\:mb-4>p{margin-bottom:1rem}.\[\&\>p\]\:pb-4>p{padding-bottom:1rem}.\[\&\>svg\]\:h-\[14px\]>svg{height:14px}.\[\&\>svg\]\:w-\[14px\]>svg{width:14px}.\[\&\>svg\]\:w-\[18px\]>svg{width:18px}.\[\&\>tr\:last-child\>td\]\:\!border-b-0>tr:last-child>td{border-bottom-width:0!important}.\[\&\>ul\]\:m-0>ul{margin:0}.\[\&\>ul\]\:p-0>ul{padding:0}.\[\&_\*\]\:min-w-0 *{min-width:0}.\[\&_\.VgCustomerDropdown\]\:w-\[405px\] .VgCustomerDropdown{width:405px}.\[\&_\.custom-close\]\:z-\[9\] .custom-close{z-index:9}.\[\&_\.custom-close\]\:bg-bkg_neutral_default .custom-close{background-color:var(--bkg_neutral_default)}.\[\&_\.dropdown-btn-table\>span\]\:mr-1 .dropdown-btn-table>span{margin-right:.25rem}.\[\&_\.dropdown-btn-table\>span\]\:mt-0 .dropdown-btn-table>span{margin-top:0}.\[\&_\.dropdown-btn-table\]\:flex .dropdown-btn-table{display:flex}.\[\&_\.dropdown-btn-table\]\:flex-row-reverse .dropdown-btn-table{flex-direction:row-reverse}.\[\&_\.dropdown-btn-table\]\:items-center .dropdown-btn-table{align-items:center}.\[\&_\.dropdown-btn-table\]\:justify-end .dropdown-btn-table{justify-content:flex-end}.\[\&_\.expanded-image-box\]\:mt-2 .expanded-image-box{margin-top:.5rem}.\[\&_\.expanded-image-box\]\:bg-transparent .expanded-image-box{background-color:#0000}.\[\&_\.expanded-image-box\]\:p-0 .expanded-image-box{padding:0}.\[\&_\.expanded-image-box\]\:text-left .expanded-image-box{text-align:left}.\[\&_\.expanded-image-box_p\]\:mb-\[15px\] .expanded-image-box p{margin-bottom:15px}.\[\&_\.filePreviewInfo\]\:top-0 .filePreviewInfo{top:0}.\[\&_\.filePreviewInfo\]\:border-t-0 .filePreviewInfo{border-top-width:0}@media not all and (min-width:640px){.\[\&_\.filePreviewInfo\]\:max-sm\:\!left-0 .filePreviewInfo{left:0!important}.\[\&_\.filePreviewInfo\]\:max-sm\:\!right-0 .filePreviewInfo{right:0!important}.\[\&_\.filePreviewInfo\]\:max-sm\:\!w-full .filePreviewInfo{width:100%!important}.\[\&_\.filePreviewInfo\]\:max-sm\:\!min-w-full .filePreviewInfo{min-width:100%!important}}.\[\&_\.grid-toolbar\]\:\!w-\[110px\] .grid-toolbar{width:110px!important}.\[\&_\.grid-toolbar\]\:w-full .grid-toolbar{width:100%}.\[\&_\.grid-toolbar\]\:items-center .grid-toolbar{align-items:center}.\[\&_\.grid-toolbar\]\:overflow-hidden .grid-toolbar{overflow:hidden}@media not all and (min-width:768px){.max-md\:\[\&_\.grid-toolbar\]\:\!h-\[50px\] .grid-toolbar{height:50px!important}}.\[\&_\.grid-toolbar_\.filter-button\]\:w-full .grid-toolbar .filter-button{width:100%}.\[\&_\.navbar\]\:\!relative .navbar{position:relative!important}.\[\&_\.navbar\]\:\!z-\[997\] .navbar{z-index:997!important}.\[\&_\.no-data\]\:justify-center .no-data{justify-content:center}.\[\&_\.passinvmessageblock\]\:\!z-\[999999\] .passinvmessageblock{z-index:999999!important}.\[\&_\.react-colorful\]\:w-full .react-colorful{width:100%}.\[\&_\.sc-ugtqr7-0\.fHllIt\]\:\!mb-\[85px\] .sc-ugtqr7-0.fHllIt{margin-bottom:85px!important}.\[\&_\.sc-ugtqr7-0\.fHllIt\]\:\!h-\[80\%\] .sc-ugtqr7-0.fHllIt{height:80%!important}.\[\&_\.scrollable-table-container\]\:\!hidden .scrollable-table-container{display:none!important}.\[\&_\.scrollable-table-container\]\:\!h-auto .scrollable-table-container{height:auto!important}.\[\&_\.scrollable-table-container\]\:\!h-full .scrollable-table-container{height:100%!important}.\[\&_\.scrollable-table-container\]\:h-full .scrollable-table-container{height:100%}.\[\&_\.scrollable-table-container\]\:\!max-h-\[280px\] .scrollable-table-container{max-height:280px!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-200px\)\] .scrollable-table-container{max-height:calc(100dvh - 200px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-240px\)\] .scrollable-table-container{max-height:calc(100dvh - 240px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-300px\)\] .scrollable-table-container{max-height:calc(100dvh - 300px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-340px\)\] .scrollable-table-container{max-height:calc(100dvh - 340px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-400px\)\] .scrollable-table-container{max-height:calc(100dvh - 400px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-240px\)\] .scrollable-table-container{max-height:calc(100svh - 240px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-300px\)\] .scrollable-table-container{max-height:calc(100svh - 300px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-240px\)\] .scrollable-table-container{max-height:calc(100vh - 240px)!important}.\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-300px\)\] .scrollable-table-container{max-height:calc(100vh - 300px)!important}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100dvh-190px\)\] .scrollable-table-container{max-height:calc(100dvh - 190px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100dvh-270px\)\] .scrollable-table-container{max-height:calc(100dvh - 270px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-190px\)\] .scrollable-table-container{max-height:calc(100svh - 190px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-260px\)\] .scrollable-table-container{max-height:calc(100svh - 260px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-300px\)\] .scrollable-table-container{max-height:calc(100svh - 300px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-310px\)\] .scrollable-table-container{max-height:calc(100svh - 310px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-338px\)\] .scrollable-table-container{max-height:calc(100svh - 338px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-370px\)\] .scrollable-table-container{max-height:calc(100svh - 370px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-390px\)\] .scrollable-table-container{max-height:calc(100svh - 390px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-190px\)\] .scrollable-table-container{max-height:calc(100vh - 190px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-270px\)\] .scrollable-table-container{max-height:calc(100vh - 270px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-320px\)\] .scrollable-table-container{max-height:calc(100vh - 320px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-335px\)\] .scrollable-table-container{max-height:calc(100vh - 335px)}.\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-380px\)\] .scrollable-table-container{max-height:calc(100vh - 380px)}.\[\&_\.scrollable-table-container\]\:\!min-h-\[250px\] .scrollable-table-container{min-height:250px!important}.mobile .mobile\:\[\&_\.scrollable-table-container\]\:\!max-h-none .scrollable-table-container{max-height:none!important}.mobile .mobile\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-186px\)\] .scrollable-table-container{max-height:calc(100vh - 186px)}.mobile .mobile\:\[\&_\.scrollable-table-container\]\:py-5 .scrollable-table-container{padding-top:1.25rem;padding-bottom:1.25rem}@media not all and (min-width:768px){.max-md\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-320px\)\] .scrollable-table-container{max-height:calc(100dvh - 320px)!important}.max-md\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-410px\)\] .scrollable-table-container{max-height:calc(100dvh - 410px)!important}.max-md\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-420px\)\] .scrollable-table-container{max-height:calc(100vh - 420px)}}@media not all and (min-width:640px){.max-sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-320px\)\] .scrollable-table-container{max-height:calc(100dvh - 320px)!important}.max-sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-440px\)\] .scrollable-table-container{max-height:calc(100dvh - 440px)!important}.max-sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-200px\)\] .scrollable-table-container{max-height:calc(100vh - 200px)}}@media (min-width:640px){.sm\:\[\&_\.scrollable-table-container\]\:\!hidden .scrollable-table-container{display:none!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-210px\)\] .scrollable-table-container{max-height:calc(100dvh - 210px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-272px\)\] .scrollable-table-container{max-height:calc(100dvh - 272px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-470px\)\] .scrollable-table-container{max-height:calc(100dvh - 470px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-210px\)\] .scrollable-table-container{max-height:calc(100svh - 210px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-230px\)\] .scrollable-table-container{max-height:calc(100svh - 230px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-272px\)\] .scrollable-table-container{max-height:calc(100svh - 272px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-210px\)\] .scrollable-table-container{max-height:calc(100vh - 210px)!important}.sm\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-272px\)\] .scrollable-table-container{max-height:calc(100vh - 272px)!important}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100dvh-380px\)\] .scrollable-table-container{max-height:calc(100dvh - 380px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-160px\)\] .scrollable-table-container{max-height:calc(100svh - 160px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-200px\)\] .scrollable-table-container{max-height:calc(100svh - 200px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-230px\)\] .scrollable-table-container{max-height:calc(100svh - 230px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-240px\)\] .scrollable-table-container{max-height:calc(100svh - 240px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-312px\)\] .scrollable-table-container{max-height:calc(100svh - 312px)}.sm\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100vh-320px\)\] .scrollable-table-container{max-height:calc(100vh - 320px)}.sm\:\[\&_\.scrollable-table-container\]\:overflow-y-auto .scrollable-table-container{overflow-y:auto}}@media (min-width:768px){.md\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-250px\)\] .scrollable-table-container{max-height:calc(100dvh - 250px)!important}.md\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)!important}.md\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-250px\)\] .scrollable-table-container{max-height:calc(100vh - 250px)!important}}@media (min-width:825px){.min-\[825px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-216px\)\] .scrollable-table-container{max-height:calc(100dvh - 216px)!important}.min-\[825px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-216px\)\] .scrollable-table-container{max-height:calc(100svh - 216px)!important}.min-\[825px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-216px\)\] .scrollable-table-container{max-height:calc(100vh - 216px)!important}}@media (min-width:1024px){.lg\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-250px\)\] .scrollable-table-container{max-height:calc(100dvh - 250px)!important}.lg\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)!important}.lg\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-250px\)\] .scrollable-table-container{max-height:calc(100vh - 250px)!important}.min-\[1024px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-250px\)\] .scrollable-table-container{max-height:calc(100dvh - 250px)!important}.min-\[1024px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-250px\)\] .scrollable-table-container{max-height:calc(100svh - 250px)!important}.min-\[1024px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-250px\)\] .scrollable-table-container{max-height:calc(100vh - 250px)!important}}@media (min-width:1070px){.min-\[1070px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-216px\)\] .scrollable-table-container{max-height:calc(100dvh - 216px)!important}.min-\[1070px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100svh-216px\)\] .scrollable-table-container{max-height:calc(100svh - 216px)!important}.min-\[1070px\]\:\[\&_\.scrollable-table-container\]\:\!max-h-\[calc\(100vh-216px\)\] .scrollable-table-container{max-height:calc(100vh - 216px)!important}}@media (orientation:landscape){.landscape\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100dvh-291px\)\] .scrollable-table-container{max-height:calc(100dvh - 291px)}.landscape\:\[\&_\.scrollable-table-container\]\:max-h-\[calc\(100svh-291px\)\] .scrollable-table-container{max-height:calc(100svh - 291px)}}.\[\&_\.showmsgTop\]\:\!translate-y-\[-100px\] .showmsgTop{--tw-translate-y:-100px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))!important}.\[\&_\.sortDate\]\:mr-\[310px\] .sortDate,.\[\&_\.sortFilter\]\:mr-\[310px\] .sortFilter{margin-right:310px}.\[\&_\.table-container\]\:\!flex .table-container{display:flex!important}.\[\&_\.table-container\]\:\!h-auto .table-container{height:auto!important}.\[\&_\.table-container\]\:flex-grow .table-container{flex-grow:1}.\[\&_\.table-container\]\:flex-col .table-container{flex-direction:column}.\[\&_\.table-container\]\:items-end .table-container{align-items:flex-end}.\[\&_\.table-container_\.grid-footer-container\]\:\!hidden .table-container .grid-footer-container{display:none!important}@media (min-width:640px){.sm\:\[\&_\.table-container_\.grid-footer-container\]\:\!hidden .table-container .grid-footer-container{display:none!important}}.mobile .mobile\:\[\&_\.table-container_\.grid-toolbar\]\:hidden .table-container .grid-toolbar{display:none}@media not all and (min-width:768px){.max-md\:\[\&_\.table-container_\.grid-toolbar\]\:h-auto .table-container .grid-toolbar{height:auto}.max-md\:\[\&_\.textarea-count-set\]\:hidden .textarea-count-set{display:none}}.\[\&_\.top-right-badge\]\:\!-right-4 .top-right-badge{right:-1rem!important}.\[\&_\.top-right-badge\]\:\!top-0 .top-right-badge{top:0!important}.\[\&_\.top-right-badge\]\:\!top-\[44px\] .top-right-badge{top:44px!important}.\[\&_\.top-right-badge\]\:\!hidden .top-right-badge{display:none!important}@media not all and (min-width:768px){.max-md\:\[\&_\.top-right-badge\]\:\!hidden .top-right-badge{display:none!important}}.\[\&_\.vg-accordion-title\]\:\!px-0 .vg-accordion-title{padding-left:0!important;padding-right:0!important}.\[\&_\.vg-address-line2\]\:\!ml-0 .vg-address-line2{margin-left:0!important}@media (min-width:1024px){.lg\:\[\&_\.vg-address-line2\]\:col-span-1 .vg-address-line2{grid-column:span 1/span 1}}.\[\&_\.vg-avatar-default\]\:border-0 .vg-avatar-default{border-width:0}.\[\&_\.vg-avatar-default\]\:bg-transparent .vg-avatar-default{background-color:#0000}.\[\&_\.vg-badge\]\:break-words .vg-badge{overflow-wrap:break-word}.\[\&_\.vg-badge\]\:\[word-break\:break-word\] .vg-badge{word-break:break-word}.\[\&_\.vg-btn-close\]\:\!right-1\.5 .vg-btn-close{right:.375rem!important}.\[\&_\.vg-btn-close\]\:\!top-1\.5 .vg-btn-close{top:.375rem!important}.\[\&_\.vg-btn-close\]\:\!z-\[99\] .vg-btn-close{z-index:99!important}.\[\&_\.vg-btn-close\]\:\!rounded-2xl .vg-btn-close{border-radius:1rem!important}.\[\&_\.vg-btn-close\]\:\!bg-bkg_neutral_default .vg-btn-close{background-color:var(--bkg_neutral_default)!important}.\[\&_\.vg-btn-close\]\:\!bg-white\/25 .vg-btn-close{background-color:#ffffff40!important}.mobile .\[\&_\.vg-btn-close\]\:mobile\:\!hidden .vg-btn-close{display:none!important}.\[\&_\.vg-btn-secondary\]\:px-10 .vg-btn-secondary{padding-left:2.5rem;padding-right:2.5rem}.\[\&_\.vg-btn-secondary\]\:tracking-\[\.5px\] .vg-btn-secondary{letter-spacing:.5px}.\[\&_\.vg-btn-small\]\:h-auto .vg-btn-small{height:auto}.\[\&_\.vg-btn-small\]\:w-auto .vg-btn-small{width:auto}@media not all and (min-width:640px){.max-sm\:\[\&_\.vg-btn-toggle-wrap\]\:mt-5 .vg-btn-toggle-wrap{margin-top:1.25rem}}.\[\&_\.vg-check-label\]\:\!ml-0 .vg-check-label{margin-left:0!important}.\[\&_\.vg-check-label\]\:\!inline-block .vg-check-label{display:inline-block!important}.\[\&_\.vg-check-label\]\:\!font-normal .vg-check-label{font-weight:400!important}.\[\&_\.vg-checkbox-control-error-msg\]\:pl-6 .vg-checkbox-control-error-msg{padding-left:1.5rem}.\[\&_\.vg-checkbox-control-error-msg\]\:text-left .vg-checkbox-control-error-msg{text-align:left}@media (min-width:1024px){.lg\:\[\&_\.vg-country-flag-dropdown\]\:col-span-2 .vg-country-flag-dropdown{grid-column:span 2/span 2}}.mobile .mobile\:\[\&_\.vg-daterangepicker-native-pro\]\:min-h-fit .vg-daterangepicker-native-pro,.mobile .mobile\:\[\&_\.vg-daterangepicker-native-pro_\.vg-date-picker-input\]\:min-h-fit .vg-daterangepicker-native-pro .vg-date-picker-input{min-height:-webkit-fit-content;min-height:fit-content}.mobile .mobile\:\[\&_\.vg-daterangepicker-native-pro_\.vg-date-picker-input\]\:p-0 .vg-daterangepicker-native-pro .vg-date-picker-input{padding:0}.mobile .mobile\:\[\&_\.vg-daterangepicker-native-pro_\.vg-date-picker-input\]\:pr-4 .vg-daterangepicker-native-pro .vg-date-picker-input{padding-right:1rem}.\[\&_\.vg-dropdown-title\]\:\!hidden .vg-dropdown-title{display:none!important}.\[\&_\.vg-dropdown-width_\.vg-select2-dropdown-label\]\:\!pl-\[35px\] .vg-dropdown-width .vg-select2-dropdown-label{padding-left:35px!important}.\[\&_\.vg-file-extension-suffix\]\:\!w-auto .vg-file-extension-suffix{width:auto!important}.\[\&_\.vg-file-extension-suffix\]\:\!min-w-10 .vg-file-extension-suffix{min-width:2.5rem!important}.\[\&_\.vg-file-extension-suffix\]\:whitespace-nowrap .vg-file-extension-suffix{white-space:nowrap}.\[\&_\.vg-graph\>\.w-graphxsmall\]\:h-full .vg-graph>.w-graphxsmall,.\[\&_\.vg-graph\]\:h-full .vg-graph{height:100%}.mobile .mobile\:\[\&_\.vg-graph\]\:h-\[400px\] .vg-graph{height:400px}@media not all and (min-width:640px){.max-sm\:\[\&_\.vg-graph\]\:h-\[400px\] .vg-graph{height:400px}}.mobile .mobile\:\[\&_\.vg-group\.vg-mocardview_\.vg-table-container\.arrow-container\]\:\!overflow-visible .vg-group.vg-mocardview .vg-table-container.arrow-container{overflow:visible!important}@media (max-width:640px){.max-\[640px\]\:\[\&_\.vg-group\.vg-mocardview_\.vg-table-container\.arrow-container\]\:\!overflow-visible .vg-group.vg-mocardview .vg-table-container.arrow-container{overflow:visible!important}}.\[\&_\.vg-group\.vg-tooltip-group\]\:w-full .vg-group.vg-tooltip-group{width:100%}.\[\&_\.vg-group\]\:\!relative .vg-group{position:relative!important}.\[\&_\.vg-group\]\:flex .vg-group{display:flex}.\[\&_\.vg-group\]\:\!hidden .vg-group{display:none!important}.\[\&_\.vg-group\]\:h-\[40px\] .vg-group{height:40px}.\[\&_\.vg-group\]\:h-auto .vg-group{height:auto}.\[\&_\.vg-group\]\:px-3 .vg-group{padding-left:.75rem;padding-right:.75rem}.\[\&_\.vg-group\]\:py-4 .vg-group{padding-top:1rem;padding-bottom:1rem}@media (max-width:640px){.max-\[640px\]\:\[\&_\.vg-group\]\:px-3 .vg-group{padding-left:.75rem;padding-right:.75rem}.max-\[640px\]\:\[\&_\.vg-group\]\:py-5 .vg-group{padding-top:1.25rem;padding-bottom:1.25rem}}.mobile .mobile\:\[\&_\.vg-group_\.grid-toolbar\]\:hidden .vg-group .grid-toolbar{display:none}@media (max-width:640px){.max-\[640px\]\:\[\&_\.vg-group_\.grid-toolbar\]\:hidden .vg-group .grid-toolbar{display:none}}@media (orientation:landscape){.landscape\:\[\&_\.vg-group_\.scrollable-table-container\]\:max-h-\[calc\(100vh-291px\)\] .vg-group .scrollable-table-container{max-height:calc(100vh - 291px)}}.\[\&_\.vg-header-text\]\:whitespace-nowrap .vg-header-text{white-space:nowrap}.\[\&_\.vg-input-container\]\:\!w-full .vg-input-container{width:100%!important}.\[\&_\.vg-input-container\]\:max-w-\[124px\] .vg-input-container{max-width:124px}.\[\&_\.vg-input-container\]\:max-w-\[180px\] .vg-input-container{max-width:180px}.\[\&_\.vg-input-container\]\:max-w-\[208px\] .vg-input-container{max-width:208px}.\[\&_\.vg-input-container\]\:max-w-\[250px\] .vg-input-container{max-width:250px}.\[\&_\.vg-input-control-error-msg\]\:\!absolute .vg-input-control-error-msg{position:absolute!important}.\[\&_\.vg-input-control-error-msg\]\:\!top-full .vg-input-control-error-msg{top:100%!important}.\[\&_\.vg-input-control-error-msg\]\:\!mt-0 .vg-input-control-error-msg{margin-top:0!important}.\[\&_\.vg-input-control-error-msg\]\:\!w-full .vg-input-control-error-msg,.\[\&_\.vg-input-control-group\]\:\!w-full .vg-input-control-group{width:100%!important}.\[\&_\.vg-input-control-group\]\:w-full .vg-input-control-group{width:100%}.\[\&_\.vg-input-control-group\]\:p-3 .vg-input-control-group{padding:.75rem}.\[\&_\.vg-input-control\]\:\!h-\[200px\] .vg-input-control{height:200px!important}.\[\&_\.vg-input-control\]\:h-\[60px\] .vg-input-control{height:60px}.\[\&_\.vg-input-control\]\:max-w-\[500px\] .vg-input-control{max-width:500px}.\[\&_\.vg-input-control\]\:cursor-not-allowed .vg-input-control{cursor:not-allowed}.\[\&_\.vg-input-control\]\:\!px-1 .vg-input-control{padding-left:.25rem!important;padding-right:.25rem!important}.\[\&_\.vg-input-control\]\:\!py-2 .vg-input-control{padding-top:.5rem!important;padding-bottom:.5rem!important}.\[\&_\.vg-input-control\]\:\!pr-14 .vg-input-control{padding-right:3.5rem!important}.\[\&_\.vg-input-control\]\:\!text-center .vg-input-control{text-align:center!important}@media (max-width:389px){.max-\[389px\]\:\[\&_\.vg-input-control\]\:\!text-xs .vg-input-control{font-size:var(--font_size_12)!important;line-height:var(--font_height_16)!important}}.\[\&_\.vg-input-label\]\:flex .vg-input-label{display:flex}.\[\&_\.vg-input-label\]\:hidden .vg-input-label{display:none}.\[\&_\.vg-input-label\]\:justify-center .vg-input-label{justify-content:center}.\[\&_\.vg-input-label\]\:truncate .vg-input-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-input-label\]\:truncate .vg-input-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.\[\&_\.vg-input-word-remove\]\:leading-\[15px\] .vg-input-word-remove{line-height:15px}.\[\&_\.vg-list-item\.active\]\:\!border-b-\[\#EB6663\] .vg-list-item.active{--tw-border-opacity:1!important;border-bottom-color:rgba(235,102,99,var(--tw-border-opacity,1))!important}@media not all and (min-width:1280px){.max-xl\:\[\&_\.vg-list-item\]\:\!mr-2 .vg-list-item{margin-right:.5rem!important}}.mobile .mobile\:\[\&_\.vg-mocardview\]\:\!hidden .vg-mocardview{display:none!important}.mobile .mobile\:\[\&_\.vg-mocardview\]\:h-auto .vg-mocardview{height:auto}.mobile .mobile\:\[\&_\.vg-mocardview\]\:px-3 .vg-mocardview{padding-left:.75rem;padding-right:.75rem}.mobile .mobile\:\[\&_\.vg-mocardview\]\:py-4 .vg-mocardview{padding-top:1rem;padding-bottom:1rem}.mobile .mobile\:\[\&_\.vg-mocardview_\.vg-table-container\]\:\!mt-0 .vg-mocardview .vg-table-container{margin-top:0!important}.\[\&_\.vg-modal-body\]\:flex .vg-modal-body{display:flex}.\[\&_\.vg-modal-body\]\:\!h-dvh .vg-modal-body{height:100dvh!important}.\[\&_\.vg-modal-body\]\:h-\[70dvh\] .vg-modal-body{height:70dvh}.\[\&_\.vg-modal-body\]\:\!max-h-\[602px\] .vg-modal-body{max-height:602px!important}.\[\&_\.vg-modal-body\]\:\!max-h-\[675px\] .vg-modal-body{max-height:675px!important}.\[\&_\.vg-modal-body\]\:max-h-\[700px\] .vg-modal-body{max-height:700px}.\[\&_\.vg-modal-body\]\:flex-col .vg-modal-body{flex-direction:column}.\[\&_\.vg-modal-body\]\:\!overflow-visible .vg-modal-body{overflow:visible!important}.\[\&_\.vg-modal-body\]\:\!p-0 .vg-modal-body{padding:0!important}.\[\&_\.vg-modal-body\]\:\!pb-0 .vg-modal-body{padding-bottom:0!important}.\[\&_\.vg-modal-body\]\:\!pt-0 .vg-modal-body{padding-top:0!important}.\[\&_\.vg-modal-body\]\:\!pt-1 .vg-modal-body{padding-top:.25rem!important}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-modal-body\]\:h-full .vg-modal-body{height:100%}}@media (min-width:768px){.md\:\[\&_\.vg-modal-body\]\:h-\[70dvh\] .vg-modal-body{height:70dvh}.md\:\[\&_\.vg-modal-body\]\:h-\[70svh\] .vg-modal-body{height:70svh}.md\:\[\&_\.vg-modal-body\]\:max-h-\[500px\] .vg-modal-body{max-height:500px}.md\:\[\&_\.vg-modal-body\]\:max-h-\[580px\] .vg-modal-body{max-height:580px}}.\[\&_\.vg-modal-content\]\:\!h-full .vg-modal-content{height:100%!important}.\[\&_\.vg-modal-content\]\:\!max-h-\[100\%\] .vg-modal-content{max-height:100%!important}.\[\&_\.vg-modal-content\]\:\!max-h-\[90\%\] .vg-modal-content{max-height:90%!important}.\[\&_\.vg-modal-content\]\:\!max-h-\[95\%\] .vg-modal-content{max-height:95%!important}.\[\&_\.vg-modal-content\]\:\!max-h-\[inherit\] .vg-modal-content{max-height:inherit!important}.\[\&_\.vg-modal-content\]\:\!max-h-full .vg-modal-content{max-height:100%!important}.\[\&_\.vg-modal-content\]\:\!w-\[360px\] .vg-modal-content{width:360px!important}.\[\&_\.vg-modal-content\]\:\!max-w-\[90\%\] .vg-modal-content{max-width:90%!important}.\[\&_\.vg-modal-content\]\:\!overflow-hidden .vg-modal-content{overflow:hidden!important}.\[\&_\.vg-modal-content\]\:\!rounded-2xl .vg-modal-content{border-radius:1rem!important}.\[\&_\.vg-modal-content\]\:\!rounded-none .vg-modal-content{border-radius:0!important}.\[\&_\.vg-modal-content\]\:rounded-sm .vg-modal-content{border-radius:.125rem}.\[\&_\.vg-modal-content\]\:\!bg-bkg_neutral_default .vg-modal-content{background-color:var(--bkg_neutral_default)!important}.\[\&_\.vg-modal-content\]\:\!shadow-\[0_8px_40px_0_rgba\(0\,0\,0\,0\.20\)\] .vg-modal-content{--tw-shadow:0 8px 40px 0 #0003!important;--tw-shadow-colored:0 8px 40px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.mobile .mobile\:\[\&_\.vg-modal-content\]\:\!h-full .vg-modal-content{height:100%!important}.mobile .mobile\:\[\&_\.vg-modal-content\]\:h-full .vg-modal-content{height:100%}.mobile .mobile\:\[\&_\.vg-modal-content\]\:\!max-h-\[92svh\] .vg-modal-content{max-height:92svh!important}.mobile .mobile\:\[\&_\.vg-modal-content\]\:\!max-h-full .vg-modal-content{max-height:100%!important}.mobile .mobile\:\[\&_\.vg-modal-content\]\:\!rounded-none .vg-modal-content{border-radius:0!important}.tablet .tablet\:\[\&_\.vg-modal-content\]\:\!max-h-\[92svh\] .vg-modal-content{max-height:92svh!important}.mobile .mobile\:\[\&_\.vg-modal-content_\.vg-modal-body\]\:\!overflow-y-hidden .vg-modal-content .vg-modal-body{overflow-y:hidden!important}.mobile .mobile\:\[\&_\.vg-modal-content_\.vg-modal-body\]\:\!p-0 .vg-modal-content .vg-modal-body{padding:0!important}.mobile .mobile\:\[\&_\.vg-modal-content_\.vg-modal-footer\]\:hidden .vg-modal-content .vg-modal-footer{display:none}.mobile .mobile\:\[\&_\.vg-modal-content_\.vg-modal-footer\]\:border-none .vg-modal-content .vg-modal-footer{border-style:none}.mobile .mobile\:\[\&_\.vg-modal-content_\.vg-modal-header\]\:hidden .vg-modal-content .vg-modal-header{display:none}.\[\&_\.vg-modal-footer\]\:\!hidden .vg-modal-footer{display:none!important}.\[\&_\.vg-modal-header\]\:\!p-0 .vg-modal-header{padding:0!important}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-modal-header\]\:hidden .vg-modal-header{display:none}.max-md\:\[\&_\.vg-modal-header\]\:\!pt-10 .vg-modal-header{padding-top:2.5rem!important}}.\[\&_\.vg-modal-title\]\:truncate .vg-modal-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&_\.vg-modal-title\]\:\!pt-1 .vg-modal-title{padding-top:.25rem!important}.\[\&_\.vg-modal-title\]\:pr-4 .vg-modal-title{padding-right:1rem}.\[\&_\.vg-nav-tabs\]\:h-12 .vg-nav-tabs{height:3rem}.\[\&_\.vg-nav-tabs\]\:h-\[46px\] .vg-nav-tabs{height:46px}.\[\&_\.vg-nav-tabs\]\:overflow-y-auto .vg-nav-tabs{overflow-y:auto}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-nested-dropdown-wapper_\.vg-drop-arrow\]\:mb-0 .vg-nested-dropdown-wapper .vg-drop-arrow{margin-bottom:0}.max-md\:\[\&_\.vg-nested-dropdown-wapper_\.vg-main-button\]\:pl-14 .vg-nested-dropdown-wapper .vg-main-button{padding-left:3.5rem}}.\[\&_\.vg-profileUploader\]\:overflow-hidden .vg-profileUploader{overflow:hidden}.\[\&_\.vg-profileUploader\]\:rounded-full .vg-profileUploader{border-radius:9999px}.\[\&_\.vg-profileUploader\]\:border .vg-profileUploader{border-width:1px}.\[\&_\.vg-profileUploader\]\:border-solid .vg-profileUploader{border-style:solid}.\[\&_\.vg-profileUploader\]\:border-border_neutral_default .vg-profileUploader{border-color:var(--border_neutral_default)}.\[\&_\.vg-radio-selection-tiles-option\]\:\!max-w-full .vg-radio-selection-tiles-option{max-width:100%!important}.\[\&_\.vg-radio-selection-tiles-option\]\:\!border-border_alert_default .vg-radio-selection-tiles-option{border-color:var(--border_alert_default)!important}.\[\&_\.vg-radio-selection-tiles-options\]\:\!gap-1 .vg-radio-selection-tiles-options{gap:.25rem!important}.\[\&_\.vg-react-select2-dropdown\]\:w-\[200px\] .vg-react-select2-dropdown{width:200px}@media not all and (min-width:1024px){.max-lg\:\[\&_\.vg-react-select2-dropdown\]\:absolute .vg-react-select2-dropdown{position:absolute}.max-lg\:\[\&_\.vg-react-select2-dropdown\]\:-top-14 .vg-react-select2-dropdown{top:-3.5rem}.max-lg\:\[\&_\.vg-react-select2-dropdown\]\:right-0 .vg-react-select2-dropdown{right:0}}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-react-select2-dropdown\]\:-top-16 .vg-react-select2-dropdown{top:-4rem}}@media (min-width:1280px){.xl\:\[\&_\.vg-react-select2-dropdown\]\:absolute .vg-react-select2-dropdown{position:absolute}.xl\:\[\&_\.vg-react-select2-dropdown\]\:-top-2\.5 .vg-react-select2-dropdown{top:-.625rem}.xl\:\[\&_\.vg-react-select2-dropdown\]\:right-0 .vg-react-select2-dropdown{right:0}@media not all and (min-width:1024px){.xl\:max-lg\:\[\&_\.vg-react-select2-dropdown\]\:absolute .vg-react-select2-dropdown{position:absolute}}}.\[\&_\.vg-reacttk-country-dropdown-wrap\]\:\!grid .vg-reacttk-country-dropdown-wrap{display:grid!important}.\[\&_\.vg-reacttk-country-dropdown-wrap\]\:gap-frmBtw .vg-reacttk-country-dropdown-wrap{gap:16px}@media not all and (min-width:1024px){.max-lg\:\[\&_\.vg-reacttk-country-dropdown-wrap\]\:grid-cols-2 .vg-reacttk-country-dropdown-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:\[\&_\.vg-reacttk-country-dropdown-wrap\]\:grid-cols-3 .vg-reacttk-country-dropdown-wrap{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&_\.vg-segment-label\]\:ml-6 .vg-segment-label{margin-left:1.5rem}.\[\&_\.vg-segment-label\]\:hidden .vg-segment-label{display:none}.\[\&_\.vg-segment-label\]\:whitespace-nowrap .vg-segment-label{white-space:nowrap}@media not all and (min-width:1024px){.max-lg\:\[\&_\.vg-segment-label\]\:whitespace-normal .vg-segment-label{white-space:normal}}.\[\&_\.vg-signature-canvas\]\:\!max-w-full .vg-signature-canvas{max-width:100%!important}.\[\&_\.vg-sort-icons\>svg\]\:\!block .vg-sort-icons>svg{display:block!important}.\[\&_\.vg-sort-icons\]\:\!leading-4 .vg-sort-icons{line-height:var(--font_height_16)!important}.\[\&_\.vg-sticky-action\]\:w-full .vg-sticky-action{width:100%}.\[\&_\.vg-tab-icon\]\:\!h-5 .vg-tab-icon{height:1.25rem!important}.\[\&_\.vg-tab-icon\]\:\!leading-5 .vg-tab-icon{line-height:var(--font_height_20)!important}.\[\&_\.vg-tab-link\]\:whitespace-nowrap .vg-tab-link{white-space:nowrap}@media not all and (min-width:1024px){.max-lg\:\[\&_\.vg-tab-link\]\:\!text-\[14px\] .vg-tab-link{font-size:14px!important}}.\[\&_\.vg-tab\]\:border-b .vg-tab{border-bottom-width:1px}.\[\&_\.vg-tab\]\:border-solid .vg-tab{border-style:solid}.\[\&_\.vg-tab\]\:border-border_neutral_default .vg-tab{border-color:var(--border_neutral_default)}.mobile .mobile\:\[\&_\.vg-tab\]\:mb-3 .vg-tab{margin-bottom:.75rem}@media (min-width:1280px){.min-\[1280px\]\:\[\&_\.vg-tab\]\:pr-52 .vg-tab{padding-right:13rem}}.\[\&_\.vg-table-container\.arrow-container\]\:\!hidden .vg-table-container.arrow-container{display:none!important}@media (min-width:640px){.sm\:\[\&_\.vg-table-container\.arrow-container\]\:\!hidden .vg-table-container.arrow-container{display:none!important}}.\[\&_\.vg-table-container\]\:\!mt-0 .vg-table-container{margin-top:0!important}.\[\&_\.vg-table-container\]\:\!mt-4 .vg-table-container{margin-top:1rem!important}.\[\&_\.vg-table-container\]\:mt-0 .vg-table-container{margin-top:0}.\[\&_\.vg-table-container\]\:\!flex .vg-table-container{display:flex!important}.\[\&_\.vg-table-container\]\:\!hidden .vg-table-container{display:none!important}.\[\&_\.vg-table-container\]\:\!h-0 .vg-table-container{height:0!important}.\[\&_\.vg-table-container\]\:\!min-h-0 .vg-table-container{min-height:0!important}.\[\&_\.vg-table-container\]\:flex-grow .vg-table-container{flex-grow:1}.\[\&_\.vg-table-container\]\:flex-col .vg-table-container{flex-direction:column}.\[\&_\.vg-table-container\]\:\!overflow-hidden .vg-table-container{overflow:hidden!important}.\[\&_\.vg-table-container\]\:border-0 .vg-table-container{border-width:0}.\[\&_\.vg-table-container\]\:border-b-0 .vg-table-container{border-bottom-width:0}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-table-container\]\:mt-1 .vg-table-container{margin-top:.25rem}.max-md\:\[\&_\.vg-table-container\]\:rounded-\[0\] .vg-table-container{border-radius:0}}@media (min-width:640px){.sm\:\[\&_\.vg-table-container\]\:\!h-0 .vg-table-container{height:0!important}.sm\:\[\&_\.vg-table-container\]\:\!min-h-0 .vg-table-container{min-height:0!important}.sm\:\[\&_\.vg-table-container\]\:\!overflow-hidden .vg-table-container{overflow:hidden!important}}.\[\&_\.vg-table-noscroll\]\:\!hidden .vg-table-noscroll{display:none!important}.\[\&_\.vg-textarea-group\]\:mb-5 .vg-textarea-group{margin-bottom:1.25rem}.\[\&_\.vg-texteditor-shell\]\:\!border-border_alert_default .vg-texteditor-shell{border-color:var(--border_alert_default)!important}.\[\&_\.vg-texteditor-shell\]\:\!bg-bkg_alert_weak .vg-texteditor-shell{background-color:var(--bkg_alert_weak)!important}.\[\&_\.vg-threedot-dropdown-menu\]\:h-8 .vg-threedot-dropdown-menu{height:2rem}.\[\&_\.vg-threedot-dropdown-menu\]\:\!min-h-\[36px\] .vg-threedot-dropdown-menu{min-height:36px!important}.\[\&_\.vg-threedot-dropdown-menu\]\:min-h-8 .vg-threedot-dropdown-menu{min-height:2rem}.\[\&_\.vg-threedot-textbox\]\:\!h-\[80px\] .vg-threedot-textbox{height:80px!important}.\[\&_\.vg-threedot-textbox\]\:\!w-full .vg-threedot-textbox{width:100%!important}.\[\&_\.vg-threedot-textbox\]\:\!text-center .vg-threedot-textbox{text-align:center!important}.\[\&_\.vg-threedot-textbox\]\:\!text-\[24px\] .vg-threedot-textbox{font-size:24px!important}.\[\&_\.vg-threedot-textbox\]\:\!font-semibold .vg-threedot-textbox{font-weight:600!important}.\[\&_\.vg-threedot-textbox\]\:\!leading-7 .vg-threedot-textbox{line-height:var(--font_height_28)!important}.\[\&_\.vg-tk-btn\]\:\!min-h-\[28px\] .vg-tk-btn{min-height:28px!important}.\[\&_\.vg-tk-btn\]\:\!w-auto .vg-tk-btn{width:auto!important}.\[\&_\.vg-tk-btn\]\:w-full .vg-tk-btn{width:100%}.\[\&_\.vg-tk-btn\]\:whitespace-nowrap .vg-tk-btn{white-space:nowrap}.\[\&_\.vg-tk-btn\]\:py-0 .vg-tk-btn{padding-top:0;padding-bottom:0}@media not all and (min-width:1024px){.max-lg\:\[\&_\.vg-tk-btn\]\:h-auto .vg-tk-btn{height:auto}.max-lg\:\[\&_\.vg-tk-btn\]\:\!text-\[12px\] .vg-tk-btn{font-size:12px!important}}@media not all and (min-width:768px){.max-md\:\[\&_\.vg-tk-btn\]\:w-auto .vg-tk-btn{width:auto}.max-md\:\[\&_\.vg-tk-btn\]\:w-max .vg-tk-btn{width:-webkit-max-content;width:max-content}.max-md\:\[\&_\.vg-tk-btn\]\:justify-start .vg-tk-btn{justify-content:flex-start}}@media not all and (min-width:640px){.max-sm\:\[\&_\.vg-tk-btn\]\:\!py-\[2px\] .vg-tk-btn{padding-top:2px!important;padding-bottom:2px!important}.max-sm\:\[\&_\.vg-tk-btn\]\:\!text-\[10px\] .vg-tk-btn{font-size:10px!important}}@media (min-width:1024px){.lg\:\[\&_\.vg-tk-btn\]\:\!py-1 .vg-tk-btn{padding-top:.25rem!important;padding-bottom:.25rem!important}.lg\:\[\&_\.vg-tk-btn\]\:\!text-\[10px\] .vg-tk-btn{font-size:10px!important}}@media (min-width:640px){.sm\:\[\&_\.vg-tk-table_\.cell-content\]\:\!min-w-0 .vg-tk-table .cell-content{min-width:0!important}.sm\:\[\&_\.vg-tk-table_\.cell-content\]\:\!max-w-full .vg-tk-table .cell-content{max-width:100%!important}.sm\:\[\&_\.vg-tk-table_\.cell-content\]\:break-all .vg-tk-table .cell-content{word-break:break-all}}.\[\&_\.vg-tk-table_\.cell-content_div_span\]\:break-all .vg-tk-table .cell-content div span,.mobile .mobile\:\[\&_\.vg-tk-table_\.cell-content_div_span\]\:break-all .vg-tk-table .cell-content div span{word-break:break-all}.\[\&_\.vg-tk-table_tbody_tr_\.sticky-td-last\]\:\!bg-transparent .vg-tk-table tbody tr .sticky-td-last{background-color:#0000!important}.\[\&_\.vg-tooltip-group\]\:absolute .vg-tooltip-group{position:absolute}.\[\&_\.vg-tooltip-group\]\:-right-0 .vg-tooltip-group{right:0}.\[\&_\.vg-tooltip-group\]\:-top-4 .vg-tooltip-group{top:-1rem}.\[\&_\.vg-tooltip-group\]\:left-1\/2 .vg-tooltip-group{left:50%}.\[\&_\.vg-tooltip-group\]\:\!ml-1\.5 .vg-tooltip-group{margin-left:.375rem!important}.\[\&_\.vg-tooltip-group\]\:flex .vg-tooltip-group{display:flex}.\[\&_\.vg-tooltip-group\]\:\!h-\[18px\] .vg-tooltip-group{height:18px!important}.\[\&_\.vg-tooltip-group\]\:h-0 .vg-tooltip-group{height:0}.\[\&_\.vg-tooltip-group\]\:translate-x-\[-50\%\] .vg-tooltip-group{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.\[\&_\.vg-tooltip-group\]\:items-center .vg-tooltip-group{align-items:center}.\[\&_\.vg-tooltip-group\]\:justify-start .vg-tooltip-group{justify-content:flex-start}.\[\&_\.vg-tooltip-sms\]\:\!-left-\[26px\] .vg-tooltip-sms{left:-26px!important}.\[\&_\.vg-tooltip-sms\]\:\!left-0 .vg-tooltip-sms{left:0!important}.\[\&_\.vg-tooltip-sms\]\:\!left-\[49\%\] .vg-tooltip-sms{left:49%!important}.\[\&_\.vg-tooltip-sms\]\:\!transform-none .vg-tooltip-sms{transform:none!important}.\[\&_\.vg-tooltip\]\:\!ml-0 .vg-tooltip{margin-left:0!important}.\[\&_\.vg-tooltip\]\:\!block .vg-tooltip{display:block!important}.\[\&_\.vg-tooltip\]\:block .vg-tooltip{display:block}.\[\&_\.vg-tooltip\]\:\!flex .vg-tooltip{display:flex!important}.\[\&_\.vg-tooltip\]\:w-full .vg-tooltip{width:100%}.\[\&_\.vg-tooltip\]\:\!cursor-pointer .vg-tooltip{cursor:pointer!important}.\[\&_\.vg-tooltip\]\:justify-center .vg-tooltip{justify-content:center}.\[\&_\.vg-upload-group\]\:aspect-square .vg-upload-group{aspect-ratio:1}.\[\&_\.vg-upload-group\]\:h-auto .vg-upload-group{height:auto}@media (min-width:768px){@media (max-width:1100px){.md\:max-\[1100px\]\:\[\&_\.vg-w-tab-menu\>\.vg-w-tab-link\]\:\!px-2\.5 .vg-w-tab-menu>.vg-w-tab-link{padding-left:.625rem!important;padding-right:.625rem!important}}}.\[\&_\.vgr-input-wrap\:focus-within\]\:\!border-red-500 .vgr-input-wrap:focus-within{--tw-border-opacity:1!important;border-color:rgba(239,68,68,var(--tw-border-opacity,1))!important}.\[\&_\.vgr-input-wrap\:focus-within\]\:\!ring-1 .vgr-input-wrap:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.\[\&_\.vgr-input-wrap\:focus-within\]\:\!ring-red-500 .vgr-input-wrap:focus-within{--tw-ring-opacity:1!important;--tw-ring-color:rgba(239,68,68,var(--tw-ring-opacity,1))!important}.\[\&_\.vgr-input-wrap\]\:\!border-2 .vgr-input-wrap{border-width:2px!important}.\[\&_\.vgr-input-wrap\]\:\!border-red-500 .vgr-input-wrap{--tw-border-opacity:1!important;border-color:rgba(239,68,68,var(--tw-border-opacity,1))!important}.\[\&_\.w-full\]\:max-w-\[405px\] .w-full{max-width:405px}.\[\&_\.w-graphlarge\]\:w-full .w-graphlarge{width:100%}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\.arrow-container\>\.scrollable-table-container\]\:\!h-\[390px\]>.vg-group>.table-container>.vg-table-container.arrow-container>.scrollable-table-container{height:390px!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!h-auto>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{height:auto!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!h-full>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{height:100%!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-240px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 240px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-276px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 276px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-294px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 294px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-296px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 296px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-302px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 302px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-313px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 313px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-324px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 324px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-366px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 366px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-371px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 371px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-414px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 414px)!important}.\[\&_\>\.vg-group\>\.table-container\>\.vg-table-container\>\.scrollable-table-container\]\:\!max-h-\[calc\(100dvh-520px\)\]>.vg-group>.table-container>.vg-table-container>.scrollable-table-container{max-height:calc(100dvh - 520px)!important}.\[\&_\>div\]\:pointer-events-none>div{pointer-events:none}.\[\&_\>div\]\:justify-start>div{justify-content:flex-start}.\[\&_a\]\:text-text_blue_default a{color:var(--text_blue_default)}.\[\&_a\]\:underline a{-webkit-text-decoration-line:underline;text-decoration-line:underline}@media (min-width:1025px){.min-\[1025px\]\:\[\&_aside\]\:w-\[286px\] aside{width:286px}}@media not all and (min-width:768px){.max-md\:\[\&_button\:first-child\]\:hidden button:first-child{display:none}}.\[\&_button\:hover\]\:bg-bkg_neutral_secondary button:hover{background-color:var(--bkg_neutral_secondary)}.\[\&_button\]\:block button{display:block}.\[\&_button\]\:\!w-auto button{width:auto!important}.\[\&_button\]\:w-full button{width:100%}.\[\&_button\]\:cursor-pointer button{cursor:pointer}.\[\&_button\]\:\!justify-start button{justify-content:flex-start!important}.\[\&_button\]\:whitespace-nowrap button{white-space:nowrap}.\[\&_button\]\:\!rounded-none button{border-radius:0!important}.\[\&_button\]\:border-0 button{border-width:0}.\[\&_button\]\:bg-transparent button{background-color:#0000}.\[\&_button\]\:\!px-0 button{padding-left:0!important;padding-right:0!important}.\[\&_button\]\:px-4 button{padding-left:1rem;padding-right:1rem}.\[\&_button\]\:py-2 button{padding-top:.5rem;padding-bottom:.5rem}.\[\&_button\]\:text-left button{text-align:left}@media not all and (min-width:768px){.max-md\:\[\&_button\]\:w-full button{width:100%}}@media not all and (min-width:640px){.max-sm\:\[\&_button\]\:h-\[50px\] button{height:50px}.max-sm\:\[\&_button\]\:w-full button{width:100%}}.\[\&_canvas\]\:\!h-\[200px\] canvas{height:200px!important}.\[\&_div\:\:after\]\:opacity-0 div:after{opacity:0}@media not all and (min-width:768px){.max-md\:\[\&_div\]\:flex div{display:flex}.max-md\:\[\&_div\]\:justify-between div{justify-content:space-between}}.\[\&_foreignObject\]\:\!h-full foreignObject{height:100%!important}.\[\&_h1\]\:mb-2 h1{margin-bottom:.5rem}.\[\&_h1\]\:text-2xl h1{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.\[\&_h2\]\:mb-2 h2{margin-bottom:.5rem}.\[\&_h2\]\:text-2xl h2{font-size:var(--font_size_24)!important;line-height:var(--font_height_28)!important}.\[\&_h3\]\:mb-2 h3{margin-bottom:.5rem}.\[\&_i\]\:mr-2 i{margin-right:.5rem}.\[\&_iframe\]\:absolute iframe{position:absolute}.\[\&_iframe\]\:left-0 iframe{left:0}.\[\&_iframe\]\:top-0 iframe{top:0}.\[\&_iframe\]\:h-full iframe{height:100%}.\[\&_iframe\]\:w-full iframe{width:100%}.\[\&_iframe\]\:border-0 iframe{border-width:0}.\[\&_img\]\:inline-block img{display:inline-block}.\[\&_img\]\:w-auto img{width:auto}.\[\&_img\]\:max-w-full img{max-width:100%}@media not all and (min-width:768px){.max-md\:\[\&_img\]\:m-0 img{margin:0}.max-md\:\[\&_img\]\:h-auto img{height:auto}.max-md\:\[\&_img\]\:w-full img{width:100%}}.\[\&_input\#startDate\]\:min-h-0 input#startDate{min-height:0}.\[\&_input\]\:\!static input{position:static!important}.\[\&_input\]\:\!right-auto input{right:auto!important}.\[\&_input\]\:\!top-auto input{top:auto!important}.\[\&_input\]\:\!ml-0 input{margin-left:0!important}.\[\&_input\]\:bg-bkg_neutral_default input{background-color:var(--bkg_neutral_default)}.\[\&_ol\]\:my-1 ol{margin-top:.25rem;margin-bottom:.25rem}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_ol\]\:pl-10 ol{padding-left:2.5rem}.\[\&_p\]\:m-0 p{margin:0}.\[\&_p\]\:text-base p{font-size:var(--font_size_15)!important;line-height:var(--font_height_20)!important}.\[\&_pre\]\:whitespace-pre-line pre{white-space:pre-line}.\[\&_pre\]\:text-left pre{text-align:left}.\[\&_svg\]\:mr-1 svg{margin-right:.25rem}.\[\&_svg\]\:hidden svg{display:none}.\[\&_svg\]\:\!h-\[18px\] svg{height:18px!important}.\[\&_svg\]\:\!h-\[auto\] svg{height:auto!important}.\[\&_svg\]\:h-4 svg{height:1rem}.\[\&_svg\]\:h-\[1em\] svg{height:1em}.\[\&_svg\]\:\!w-\[26px\] svg{width:26px!important}.\[\&_svg\]\:\!w-\[28px\] svg{width:28px!important}.\[\&_svg\]\:w-4 svg{width:1rem}.\[\&_svg\]\:w-auto svg{width:auto}.\[\&_svg\]\:w-full svg{width:100%}.\[\&_svg\]\:max-w-\[200px\] svg{max-width:200px}.\[\&_tbody_td\[data-lbl\=Action\]\]\:py-1 tbody td[data-lbl=Action]{padding-top:.25rem;padding-bottom:.25rem}.\[\&_tbody_td\[data-lbl\=fileName\]\]\:py-3 tbody td[data-lbl=fileName]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_tbody_tr\:hover_\.icon-on-row-hover\]\:\!opacity-100 tbody tr:hover .icon-on-row-hover{opacity:1!important}@media not all and (min-width:768px){.max-md\:\[\&_td\:last-child_\.cell-content\]\:items-end td:last-child .cell-content{align-items:flex-end}.max-md\:\[\&_td\:last-child_\.cell-content_\.body-text\]\:font-bold td:last-child .cell-content .body-text{font-weight:700}.max-md\:\[\&_td\:not\(\:first-child\)\:not\(\:last-child\)\]\:hidden td:not(:first-child):not(:last-child){display:none}.max-md\:\[\&_thead\]\:\!hidden thead{display:none!important}}.\[\&_ul\]\:my-1 ul{margin-top:.25rem;margin-bottom:.25rem}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:pl-10 ul{padding-left:2.5rem}.vera-minibar .\[\.vera-minibar_\&\]\:max-w-full{max-width:100%}@media (hover:hover){.\[\@media\(hover\:hover\)\]\:hover\:bg-bkg_components_button_ghost_pressed:hover{background-color:var(--bkg_components_button_ghost_pressed)}}@media (min-width:640px){@media (max-height:899px){.sm\:\[\@media\(max-height\:899px\)\]\:mb-1{margin-bottom:.25rem}.sm\:\[\@media\(max-height\:899px\)\]\:p-2\.5{padding:.625rem}}}@media (max-height:900px){.\[\@media\(max-height\:900px\)\]\:p-2{padding:.5rem}}@media (min-height:900px){.\[\@media\(min-height\:900px\)\]\:mb-14{margin-bottom:3.5rem}}@media (min-width:640px){@media (min-height:900px){.sm\:\[\@media\(min-height\:900px\)\]\:mb-4{margin-bottom:1rem}.sm\:\[\@media\(min-height\:900px\)\]\:p-3\.5{padding:.875rem}}}@media (min-width:1025px){.\[\@media\(min-width\:1025px\)\]\:\!border-0{border-width:0!important}.\[\@media\(min-width\:1025px\)\]\:\!pb-0{padding-bottom:0!important}}@media (min-width:640px) and (max-width:1024px){.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:absolute{position:absolute}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:bottom-0{bottom:0}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:bottom-\[85px\]{bottom:85px}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:top-\[73px\]{top:73px}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:z-\[99\]{z-index:99}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.\[\@media\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:duration-200{transition-duration:.2s}}@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) and (hover:none) and (pointer:coarse){.\[\@media\(min-width\:768px\)_and_\(max-width\:1024px\)_and_\(orientation\:portrait\)_and_\(hover\:none\)_and_\(pointer\:coarse\)\]\:self-end{align-self:flex-end}.\[\@media\(min-width\:768px\)_and_\(max-width\:1024px\)_and_\(orientation\:portrait\)_and_\(hover\:none\)_and_\(pointer\:coarse\)\]\:\[\&\>div\>\.vg-modal-body\]\:max-h-\[calc\(100dvh-360px\)\]>div>.vg-modal-body{max-height:calc(100dvh - 360px)}}@media (min-width:768px) and (max-width:1366px) and (orientation:landscape) and (hover:none) and (pointer:coarse){.\[\@media\(min-width\:768px\)_and_\(max-width\:1366px\)_and_\(orientation\:landscape\)_and_\(hover\:none\)_and_\(pointer\:coarse\)\]\:\[\&\>div\>\.vg-modal-body\]\:max-h-\[calc\(100dvh-320px\)\]>div>.vg-modal-body{max-height:calc(100dvh - 320px)}}@media (min-width:640px) and (max-width:1024px){.\[\@media_\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:left-0{left:0}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:left-14{left:3.5rem}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:right-0{right:0}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1024px\)\]\:w-\[calc\(100vw-136px\)\]{width:calc(100vw - 136px)}}@media (min-width:640px) and (max-width:1280px) and (orientation:landscape){.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:fixed{position:fixed}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:\!right-auto{right:auto!important}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:left-2\.5{left:.625rem}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:w-\[calc\(100vw-20px\)\]{width:calc(100vw - 20px)}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:min-w-\[calc\(100vw-20px\)\]{min-width:calc(100vw - 20px)}.\[\@media_\(min-width\:640px\)_and_\(max-width\:1280px\)_and_\(orientation\:landscape\)\]\:overflow-auto{overflow:auto}}@media (min-width:720px) and (max-width:767px){.\[\@media_\(min-width\:720px\)_and_\(max-width\:767px\)\]\:\[\&_\.vg-tk-btn\]\:\!w-auto .vg-tk-btn{width:auto!important}}@media (min-width:720px) and (max-width:767px) and (orientation:portrait){.\[\@media_\(min-width\:720px\)_and_\(max-width\:767px\)_and_\(orientation\:portrait\)\]\:\!block{display:block!important}.\[\@media_\(min-width\:720px\)_and_\(max-width\:767px\)_and_\(orientation\:portrait\)\]\:\!hidden{display:none!important}.\[\@media_\(min-width\:720px\)_and_\(max-width\:767px\)_and_\(orientation\:portrait\)\]\:justify-start{justify-content:flex-start}.\[\@media_\(min-width\:720px\)_and_\(max-width\:767px\)_and_\(orientation\:portrait\)\]\:text-left{text-align:left}}@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){.\[\@media_\(min-width\:768px\)_and_\(max-width\:1024px\)_and_\(orientation\:portrait\)\]\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:991px) and (max-width:1280px){.\[\@media_\(min-width\:991px\)_and_\(max-width\:1280px\)\]\:right-0{right:0}.\[\@media_\(min-width\:991px\)_and_\(max-width\:1280px\)\]\:w-full{width:100%}.\[\@media_\(min-width\:991px\)_and_\(max-width\:1280px\)\]\:max-w-\[95\%\]{max-width:95%}}body.isIpadBodyClass .\[body\.isIpadBodyClass_\&\]\:\!flex{display:flex!important}:root,html[data-theme=light]{--box_shadow:1px 1px 25px 0 #00000029;--topmenu_box_shadow:0 2px 8px 0 #00000026;--modal_box_shadow:0,0,0;--bkg_green_default_rgba:124,197,118;--bkg_alert_default_rgba:197,57,47;--bkg_yellow_default_rgba:246,214,69;--bkg_neutral_tiertiary-rgba:231,231,231;--bkg_divider:#0000001a;--bkg_graient_start:#fff9}html[data-theme=dark]{--box_shadow:1px 1px 25px 0 #6d6e6f29;--topmenu_box_shadow:0 2px 8px 0 #6d6e6f29;--modal_box_shadow:109,110,111;--bkg_green_default_rgba:88,140,80;--bkg_alert_default_rgba:224,101,93;--bkg_yellow_default_rgba:224,195,63;--bkg_neutral_tiertiary-rgba:51,51,51;--bkg_divider:#ffffff1a;--bkg_graient_start:#1e1f2199}@media (prefers-color-scheme:dark){:root{--box_shadow:1px 1px 25px 0 #6d6e6f29;--topmenu_box_shadow:0 2px 8px 0 #6d6e6f29;--modal_box_shadow:109,110,111;--bkg_green_default_rgba:88,140,80;--bkg_alert_default_rgba:224,101,93;--bkg_yellow_default_rgba:224,195,63;--bkg_neutral_tiertiary-rgba:51,51,51;--bkg_divider:#ffffff1a;--bkg_graient_start:#1e1f2199}}:root{--bkg-overlay-50:rgba(var(--modal_box_shadow),.5);--font_family_proximanova:"proxima-nova",sans-serif;--font_size_12:12px;--font_size_14:14px;--font_size_15:15px;--font_size_16:16px;--font_size_18:18px;--font_size_20:20px;--font_size_24:24px;--font_size_26:26px;--font_size_32:32px;--font_size_42:42px;--font_size_56:56px;--font_height_16:16px;--font_height_18:18px;--font_height_20:20px;--font_height_24:24px;--font_height_28:28px;--font_height_32:32px;--font_height_36:36px;--font_height_40:40px;--font_height_48:48px;--font_height_64:64px;--font_weight_regular:400;--font_weight_medium:500;--font_weight_semibold:600;--font_weight_bold:900;--font_align_left:left;--font_align_right:right;--font_align_center:center;--font_underline_none:none;--font_underline:underline;--font_strikethrough:line-through;--radius_small:3px;--radius_medium:5px;--radius_large:10px;--radius_full:9999px;--border-width-none:0px;--border_width_default:1px;--border_width_strong:2px;--border_style_none:none;--border_style_solid:solid;--border_style_dashed:dashed;--sizing_1:1px;--sizing_2:2px;--sizing_4:4px;--sizing_8:8px;--sizing_10:10px;--sizing_12:12px;--sizing_16:16px;--sizing_20:20px;--sizing_24:24px;--sizing_28:28px;--sizing_30:30px;--sizing_32:32px;--sizing_36:36px;--sizing_40:40px;--sizing_44:44px;--sizing_48:48px;--sizing_50:50px;--sizing_56:56px;--sizing_60:60px;--sizing_64:64px;--sizing_72:72px;--sizing_80:80px;--sizing_96:96px;--sizing_120:120px;--sizing_160:160px;--sizing_200:200px;--sizing_240:240px;--sizing_320:320px;--sizing_auto:auto;--sizing_none:0px;--sizing-full:100%;--spacing_0:0px;--spacing_1:1px;--spacing_2:2px;--spacing_4:4px;--spacing_6:6px;--spacing_8:8px;--spacing_10:10px;--spacing_12:12px;--spacing_16:16px;--spacing_20:20px;--spacing_24:24px;--spacing_28:28px;--spacing_32:32px;--spacing_36:36px;--spacing_40:40px;--spacing_48:48px;--spacing_50:50px;--spacing_56:56px;--spacing_64:64px;--spacing_66:66px;--spacing_72:72px;--spacing_80:80px;--spacing_96:96px;--spacing_120:120px;--spacing_160:160px;--spacing_200:200px;--spacing_240:240px;--spacing_320:320px;--spacing_auto:auto;--spacing_none:0px;--shadow_none:none;--shadow_1:0px 2px 10px 0px rgba(var(--modal_box_shadow),.1);--shadow_2:0px 2px 20px 0px rgba(var(--modal_box_shadow),.15);--shadow_3_web:0px 8px 40px 0px rgba(var(--modal_box_shadow),.2);--shadow_3_mobile:0px -8px 40px 0px rgba(var(--modal_box_shadow),.2);--shadow_4_alert:0px 4px 8px rgba(var(--modal_box_shadow),.2);--web-display-large-font-family:var(--font_family_proximanova);--web-display-large-font-weight:var(--font_weight_medium);--web-display-large-font-size:var(--font_size_26);--web-display-large-line-height:var(--font_height_32);--web-display-large-letter-spacing:var(--sizing_none);--web-display-medium-default-font-weight:var(--font_weight_regular);--web-display-medium-default-font-size:var(--font_size_24);--web-display-medium-default-line-height:var(--font_height_28);--web-display-small-font-family:var(--font_family_proximanova);--web-display-small-font-weight:var(--font_weight_medium);--web-display-small-line-height:var(--font_height_24);--web-display-small-font-size:var(--font_size_18);--web-display-small-letter-spacing:var(--sizing_none);--web-subheading-font-family:var(--font_family_proximanova);--web-subheading-font-weight:var(--font_weight_medium);--web-subheading-line-height:var(--font_height_20);--web-subheading-font-size:var(--font_size_15);--web-subheading-letter-spacing:var(--sizing_none);--web-body-font-family:var(--font_family_proximanova);--web-body-font-weight:var(--font_weight_regular);--web-body-line-height:var(--font_height_20);--web-body-font-size:var(--font_size_15);--web-body-letter-spacing:var(--sizing_none);--web-caption-font-family:var(--font_family_proximanova);--web-caption-strong-font-weight:var(--font_weight_medium);--web-caption-font-weight:var(--font_weight_regular);--web-caption-line-height:var(--font_height_16);--web-caption-font-size:var(--font_size_12);--web-caption-letter-spacing:var(--sizing_none);--web-button-font-family:var(--font_family_proximanova);--web-button-font-weight:var(--font_weight_regular);--web-button-line-height:var(--font_height_20);--web-button-font-size:var(--font_size_15);--web-button-letter-spacing:var(--sizing_none);--web-display-medium-strong-font-weight:var(--font_weight_medium);--web-display-medium-default-font-family:var(--font_family_proximanova);--web-display-medium-default-letter-spacing:var(--sizing_none);--mobile-display-large-font-family:var(--global-font-family-proximanova);--mobile-display-large-line-height:var(--font_height_28);--mobile-display-large-font-size:var(--font_size_24);--mobile-display-large-font-weight:var(--font_weight_medium);--mobile-display-medium-default-font-family:var(--global-font-family-proximanova);--mobile-display-medium-default-line-height:var(--font_height_24);--mobile-display-medium-default-font-size:var(--font_size_20);--mobile-display-small-font-family:var(--global-font-family-proximanova);--mobile-display-small-line-height:var(--font_height_24);--mobile-display-small-font-size:var(--font_size_18);--mobile-display-small-font-weight:var(--font_weight_medium);--mobile-subheading-font-family:var(--global-font-family-proximanova);--mobile-subheading-line-height:var(--font_height_20);--mobile-subheading-font-size:var(--font_size_16);--mobile-subheading-font-weight:var(--font_weight_medium);--mobile-subheading-letter-spacing:var(--sizing_none);--mobile-body-font-family:var(--global-font-family-proximanova);--mobile-body-line-height:var(--font_height_20);--mobile-body-font-size:var(--font_size_16);--mobile-body-font-weight:var(--font_weight_regular);--mobile-caption-strong-font-family:var(--global-font-family-proximanova);--mobile-caption-font-family:var(--global-font-family-proximanova);--mobile-caption-line-height:var(--font_height_16);--mobile-caption-font-size:var(--font_size_12);--mobile-caption-strong-font-weight:var(--font_weight_medium);--mobile-caption-font-weight:var(--font_weight_regular);--mobile-caption-letter-spacing:var(--sizing_none);--mobile-button-font-family:var(--global-font-family-proximanova);--mobile-button-line-height:var(--font_height_20);--mobile-button-font-size:var(--font_size_18);--mobile-button-font-weight:var(--font_weight_medium);--mobile-display-medium-strong-font-weight:var(--font_weight_semibold);--mobile-display-medium-default-font-weight:var(--font_weight_medium);--mobile-display-medium-default-letter-spacing:var(--sizing_none);--mobile-display-large-letter-spacing:var(--sizing_none);--mobile-button-letter-spacing:var(--sizing_none)}.vg-display-large{font-family:var(--web-display-large-font-family);font-weight:var(--web-display-large-font-weight);font-size:var(--web-display-large-font-size);line-height:var(--web-display-large-line-height);letter-spacing:var(--web-display-large-letter-spacing)}.vg-display-medium{font-family:var(--web-display-medium-default-font-family);font-weight:var(--web-display-medium-default-font-weight);font-size:var(--web-display-medium-default-font-size);line-height:var(--web-display-medium-default-line-height);letter-spacing:var(--web-display-medium-default-letter-spacing)}.vg-display-small{font-family:var(--web-display-small-font-family);font-weight:var(--web-display-small-font-weight);line-height:var(--web-display-small-line-height);font-size:var(--web-display-small-font-size);letter-spacing:var(--web-display-small-letter-spacing)}.vg-subheading-font{font-family:var(--web-subheading-font-family);font-weight:var(--web-subheading-font-weight);line-height:var(--web-subheading-line-height);font-size:var(--web-subheading-font-size);letter-spacing:var(--web-subheading-letter-spacing)}.vg-body-font{font-family:var(--web-body-font-family);font-weight:var(--web-body-font-weight);line-height:var(--web-body-line-height);font-size:var(--web-body-font-size);letter-spacing:var(--web-body-letter-spacing)}.vg-caption-title{font-family:var(--web-caption-font-family);font-weight:var(--web-caption-strong-font-weight);line-height:var(--web-caption-line-height);font-size:var(--web-caption-font-size);letter-spacing:var(--web-caption-letter-spacing)}.vg-caption-text{font-family:var(--web-caption-font-family);font-weight:var(--web-caption-font-weight);line-height:var(--web-caption-line-height);font-size:var(--web-caption-font-size);letter-spacing:var(--web-caption-letter-spacing)}.vg-button{font-family:var(--web-button-font-family);font-weight:var(--web-button-font-weight);line-height:var(--web-button-line-height);font-size:var(--web-button-font-size);letter-spacing:var(--web-button-letter-spacing)}@media (max-width:767px){.vg-display-large{font-family:var(--mobile-display-large-font-family);font-weight:var(--mobile-display-large-font-weight);font-size:var(--mobile-display-large-font-size);line-height:var(--mobile-display-large-line-height);letter-spacing:var(--mobile-display-large-letter-spacing)}.vg-display-medium{font-family:var(--mobile-display-medium-default-font-family);font-weight:var(--mobile-display-medium-default-font-weight);font-size:var(--mobile-display-medium-default-font-size);line-height:var(--mobile-display-medium-default-line-height);letter-spacing:var(--mobile-display-medium-default-letter-spacing)}.vg-display-small{font-family:var(--mobile-display-small-font-family);font-weight:var(--mobile-display-small-font-weight);line-height:var(--mobile-display-small-line-height);font-size:var(--mobile-display-small-font-size);letter-spacing:var(--mobile-display-small-letter-spacing)}.vg-subheading-font{font-family:var(--mobile-subheading-font-family);font-weight:var(--mobile-subheading-font-weight);line-height:var(--mobile-subheading-line-height);font-size:var(--mobile-subheading-font-size);letter-spacing:var(--mobile-subheading-letter-spacing)}.vg-body-font{font-family:var(--mobile-body-font-family);font-weight:var(--mobile-body-font-weight);line-height:var(--mobile-body-line-height);font-size:var(--mobile-body-font-size);letter-spacing:var(--mobile-body-letter-spacing)}.vg-caption-title{font-family:var(--mobile-caption-font-family);font-weight:var(--mobile-caption-strong-font-weight);line-height:var(--mobile-caption-line-height);font-size:var(--mobile-caption-font-size);letter-spacing:var(--mobile-caption-letter-spacing)}.vg-caption-text{font-family:var(--mobile-caption-font-family);font-weight:var(--mobile-caption-font-weight);line-height:var(--mobile-caption-line-height);font-size:var(--mobile-caption-font-size);letter-spacing:var(--mobile-caption-letter-spacing)}.vgb-button{font-family:var(--mobile-button-font-family);font-weight:var(--mobile-button-font-weight);line-height:var(--mobile-button-line-height);font-size:var(--mobile-button-font-size);letter-spacing:var(--mobile-button-letter-spacing)}}body.vc-open{overflow:hidden}body.vc-open .ifreamVC{z-index:999;position:absolute;right:0;top:52px!important;bottom:0!important;left:0!important}body.vc-open .ifream-rightSide{height:calc(100vh - 50px);position:fixed;bottom:0;width:370px!important;top:auto!important;left:auto!important;right:0!important}body.vc-open .ifream-smallscreen{border-top-left-radius:10px;border-top-right-radius:10px;height:67vh;overflow:hidden;box-shadow:-5px 0 15px #0003}body.vc-open .ifream-minimize{height:56px;box-shadow:none;border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden}@font-face{font-family:Glyphicons Halflings;src:url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.eot);src:url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)format("svg")}@font-face{font-family:FontAwesome;src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.eot?v=4.5.0);src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.eot?#iefix&v=4.5.0)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.woff?v=4.5.0)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.woff?v=4.5.0)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.ttf?v=4.5.0)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Fontawesome pro brands 900";src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.eot);src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-brands-900.svg#fontawesome)format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Fontawesome pro solid 900";src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.eot);src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-solid-900.svg#fontawesome)format("svg");font-weight:900;font-style:normal}@font-face{font-family:"Fontawesome pro 400";src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.eot);src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-regular-400.svg#fontawesome)format("svg");font-weight:400;font-style:normal}@font-face{font-family:"Fontawesome pro 300";src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.eot);src:url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/Awesome5/fontawesome-pro-light-300.svg#fontawesome)format("svg");font-weight:300;font-style:normal}@font-face{font-family:vagaro-icons;src:url(https://vagaro.azureedge.net/static-content/font/vagaro-icons.eot);src:url(https://vagaro.azureedge.net/static-content/font/vagaro-icons.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons.svg#vagaro-icons)format("svg");font-weight:400;font-style:normal}@font-face{font-family:vagaro-icons-new;src:url(https://vagaro.azureedge.net/static-content/font/vagaro-icons-new.eot);src:url(https://vagaro.azureedge.net/static-content/font/vagaro-icons-new.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons-new.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons-new.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/vagaro-icons-new.svg#vagaro-icons-new)format("svg");font-weight:400;font-style:normal}@font-face{font-family:fontawesome-5pro-brands-400;src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.eot);src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-brands-400.svg#fontawesome)format("svg");font-weight:400;font-style:normal}@font-face{font-family:fontawesome-5pro-light-300;src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.eot);src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-light-300.svg#fontawesome)format("svg");font-weight:300;font-style:normal}@font-face{font-family:fontawesome-5pro-regular-400;src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.eot);src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-regular-400.svg#fontawesome)format("svg");font-weight:400;font-style:normal}@font-face{font-family:fontawesome-5pro-solid-900;src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.eot);src:url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.eot?#iefix)format("embedded-opentype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.woff2)format("woff2"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.woff)format("woff"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.ttf)format("truetype"),url(https://vagaro.azureedge.net/static-content/font/fontawesome-5pro-solid-900.svg#fontawesome)format("svg");font-weight:900;font-style:normal}.m-t-0{margin-top:0!important}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-t-1{margin-top:1px!important}.m-r-1{margin-right:1px}.m-b-1{margin-bottom:1px}.m-l-1{margin-left:1px}.m-t-2{margin-top:2px!important}.m-r-2{margin-right:2px}.m-b-2{margin-bottom:2px}.m-l-2{margin-left:2px}.m-t-3{margin-top:3px!important}.m-r-3{margin-right:3px}.m-b-3{margin-bottom:3px}.m-l-3{margin-left:3px}.m-t-4{margin-top:4px!important}.m-r-4{margin-right:4px}.m-b-4{margin-bottom:4px}.m-l-4{margin-left:4px}.m-t-5{margin-top:5px!important}.m-r-5{margin-right:5px}.m-b-5{margin-bottom:5px}.m-l-5{margin-left:5px}.m-t-6{margin-top:6px!important}.m-r-6{margin-right:6px}.m-b-6{margin-bottom:6px}.m-l-6{margin-left:6px}.m-t-7{margin-top:7px!important}.m-r-7{margin-right:7px}.m-b-7{margin-bottom:7px}.m-l-7{margin-left:7px}.m-t-8{margin-top:8px!important}.m-r-8{margin-right:8px}.m-b-8{margin-bottom:8px}.m-l-8{margin-left:8px}.m-t-9{margin-top:9px!important}.m-r-9{margin-right:9px}.m-b-9{margin-bottom:9px}.m-l-9{margin-left:9px}.m-t-10{margin-top:10px!important}.m-r-10{margin-right:10px}.m-b-10{margin-bottom:10px}.m-l-10{margin-left:10px}.m-t-11{margin-top:11px!important}.m-r-11{margin-right:11px}.m-b-11{margin-bottom:11px}.m-l-11{margin-left:11px}.m-t-12{margin-top:12px!important}.m-r-12{margin-right:12px}.m-b-12{margin-bottom:12px}.m-l-12{margin-left:12px}.m-t-13{margin-top:13px!important}.m-r-13{margin-right:13px}.m-b-13{margin-bottom:13px}.m-l-13{margin-left:13px}.m-t-14{margin-top:14px!important}.m-r-14{margin-right:14px}.m-b-14{margin-bottom:14px}.m-l-14{margin-left:14px}.m-t-15{margin-top:15px!important}.m-r-15{margin-right:15px}.m-b-15{margin-bottom:15px}.m-l-15{margin-left:15px}.m-t-16{margin-top:16px!important}.m-r-16{margin-right:16px}.m-b-16{margin-bottom:16px}.m-l-16{margin-left:16px}.m-t-17{margin-top:17px!important}.m-r-17{margin-right:17px}.m-b-17{margin-bottom:17px}.m-l-17{margin-left:17px}.m-t-18{margin-top:18px!important}.m-r-18{margin-right:18px}.m-b-18{margin-bottom:18px}.m-l-18{margin-left:18px}.m-t-19{margin-top:19px!important}.m-r-19{margin-right:19px}.m-b-19{margin-bottom:19px}.m-l-19{margin-left:19px}.m-t-20{margin-top:20px!important}.m-r-20{margin-right:20px}.m-b-20{margin-bottom:20px}.m-l-20{margin-left:20px}.m-t-21{margin-top:21px!important}.m-r-21{margin-right:21px}.m-b-21{margin-bottom:21px}.m-l-21{margin-left:21px}.m-t-22{margin-top:22px!important}.m-r-22{margin-right:22px}.m-b-22{margin-bottom:22px}.m-l-22{margin-left:22px}.m-t-23{margin-top:23px!important}.m-r-23{margin-right:23px}.m-b-23{margin-bottom:23px}.m-l-23{margin-left:23px}.m-t-24{margin-top:24px!important}.m-r-24{margin-right:24px}.m-b-24{margin-bottom:24px}.m-l-24{margin-left:24px}.m-t-25{margin-top:25px!important}.m-r-25{margin-right:25px}.m-b-25{margin-bottom:25px}.m-l-25{margin-left:25px}.m-t-26{margin-top:26px!important}.m-r-26{margin-right:26px}.m-b-26{margin-bottom:26px}.m-l-26{margin-left:26px}.m-t-27{margin-top:27px!important}.m-r-27{margin-right:27px}.m-b-27{margin-bottom:27px}.m-l-27{margin-left:27px}.m-t-28{margin-top:28px!important}.m-r-28{margin-right:28px}.m-b-28{margin-bottom:28px}.m-l-28{margin-left:28px}.m-t-29{margin-top:29px!important}.m-r-29{margin-right:29px}.m-b-29{margin-bottom:29px}.m-l-29{margin-left:29px}.m-t-30{margin-top:30px!important}.m-r-30{margin-right:30px}.m-b-30{margin-bottom:30px}.m-l-30{margin-left:30px}.m-t-31{margin-top:31px!important}.m-r-31{margin-right:31px}.m-b-31{margin-bottom:31px}.m-l-31{margin-left:31px}.m-t-32{margin-top:32px!important}.m-r-32{margin-right:32px}.m-b-32{margin-bottom:32px}.m-l-32{margin-left:32px}.m-t-33{margin-top:33px!important}.m-r-33{margin-right:33px}.m-b-33{margin-bottom:33px}.m-l-33{margin-left:33px}.m-t-34{margin-top:34px!important}.m-r-34{margin-right:34px}.m-b-34{margin-bottom:34px}.m-l-34{margin-left:34px}.m-t-35{margin-top:35px!important}.m-r-35{margin-right:35px}.m-b-35{margin-bottom:35px}.m-l-35{margin-left:35px}.m-t-36{margin-top:36px!important}.m-r-36{margin-right:36px}.m-b-36{margin-bottom:36px}.m-l-36{margin-left:36px}.m-t-37{margin-top:37px!important}.m-r-37{margin-right:37px}.m-b-37{margin-bottom:37px}.m-l-37{margin-left:37px}.m-t-38{margin-top:38px!important}.m-r-38{margin-right:38px}.m-b-38{margin-bottom:38px}.m-l-38{margin-left:38px}.m-t-39{margin-top:39px!important}.m-r-39{margin-right:39px}.m-b-39{margin-bottom:39px}.m-l-39{margin-left:39px}.m-t-40{margin-top:40px!important}.m-r-40{margin-right:40px}.m-b-40{margin-bottom:40px}.m-l-40{margin-left:40px}.m-t-41{margin-top:41px!important}.m-r-41{margin-right:41px}.m-b-41{margin-bottom:41px}.m-l-41{margin-left:41px}.m-t-42{margin-top:42px!important}.m-r-42{margin-right:42px}.m-b-42{margin-bottom:42px}.m-l-42{margin-left:42px}.m-t-43{margin-top:43px!important}.m-r-43{margin-right:43px}.m-b-43{margin-bottom:43px}.m-l-43{margin-left:43px}.m-t-44{margin-top:44px!important}.m-r-44{margin-right:44px}.m-b-44{margin-bottom:44px}.m-l-44{margin-left:44px}.m-t-45{margin-top:45px!important}.m-r-45{margin-right:45px}.m-b-45{margin-bottom:45px}.m-l-45{margin-left:45px}.m-t-46{margin-top:46px!important}.m-r-46{margin-right:46px}.m-b-46{margin-bottom:46px}.m-l-46{margin-left:46px}.m-t-47{margin-top:47px!important}.m-r-47{margin-right:47px}.m-b-47{margin-bottom:47px}.m-l-47{margin-left:47px}.m-t-48{margin-top:48px!important}.m-r-48{margin-right:48px}.m-b-48{margin-bottom:48px}.m-l-48{margin-left:48px}.m-t-49{margin-top:49px!important}.m-r-49{margin-right:49px}.m-b-49{margin-bottom:49px}.m-l-49{margin-left:49px}.m-t-50{margin-top:50px!important}.m-r-50{margin-right:50px}.m-b-50{margin-bottom:50px}.m-l-50{margin-left:50px}.m-t-51{margin-top:51px!important}.m-r-51{margin-right:51px}.m-b-51{margin-bottom:51px}.m-l-51{margin-left:51px}.m-t-52{margin-top:52px!important}.m-r-52{margin-right:52px}.m-b-52{margin-bottom:52px}.m-l-52{margin-left:52px}.m-t-53{margin-top:53px!important}.m-r-53{margin-right:53px}.m-b-53{margin-bottom:53px}.m-l-53{margin-left:53px}.m-t-54{margin-top:54px!important}.m-r-54{margin-right:54px}.m-b-54{margin-bottom:54px}.m-l-54{margin-left:54px}.m-t-55{margin-top:55px!important}.m-r-55{margin-right:55px}.m-b-55{margin-bottom:55px}.m-l-55{margin-left:55px}.m-t-56{margin-top:56px!important}.m-r-56{margin-right:56px}.m-b-56{margin-bottom:56px}.m-l-56{margin-left:56px}.m-t-57{margin-top:57px!important}.m-r-57{margin-right:57px}.m-b-57{margin-bottom:57px}.m-l-57{margin-left:57px}.m-t-58{margin-top:58px!important}.m-r-58{margin-right:58px}.m-b-58{margin-bottom:58px}.m-l-58{margin-left:58px}.m-t-59{margin-top:59px!important}.m-r-59{margin-right:59px}.m-b-59{margin-bottom:59px}.m-l-59{margin-left:59px}.m-t-60{margin-top:60px!important}.m-r-60{margin-right:60px}.m-b-60{margin-bottom:60px}.m-l-60{margin-left:60px}.m-t-61{margin-top:61px!important}.m-r-61{margin-right:61px}.m-b-61{margin-bottom:61px}.m-l-61{margin-left:61px}.m-t-62{margin-top:62px!important}.m-r-62{margin-right:62px}.m-b-62{margin-bottom:62px}.m-l-62{margin-left:62px}.m-t-63{margin-top:63px!important}.m-r-63{margin-right:63px}.m-b-63{margin-bottom:63px}.m-l-63{margin-left:63px}.m-t-64{margin-top:64px!important}.m-r-64{margin-right:64px}.m-b-64{margin-bottom:64px}.m-l-64{margin-left:64px}.m-t-65{margin-top:65px!important}.m-r-65{margin-right:65px}.m-b-65{margin-bottom:65px}.m-l-65{margin-left:65px}.m-t-66{margin-top:66px!important}.m-r-66{margin-right:66px}.m-b-66{margin-bottom:66px}.m-l-66{margin-left:66px}.m-t-67{margin-top:67px!important}.m-r-67{margin-right:67px}.m-b-67{margin-bottom:67px}.m-l-67{margin-left:67px}.m-t-68{margin-top:68px!important}.m-r-68{margin-right:68px}.m-b-68{margin-bottom:68px}.m-l-68{margin-left:68px}.m-t-69{margin-top:69px!important}.m-r-69{margin-right:69px}.m-b-69{margin-bottom:69px}.m-l-69{margin-left:69px}.m-t-70{margin-top:70px!important}.m-r-70{margin-right:70px}.m-b-70{margin-bottom:70px}.m-l-70{margin-left:70px}.m-t-71{margin-top:71px!important}.m-r-71{margin-right:71px}.m-b-71{margin-bottom:71px}.m-l-71{margin-left:71px}.m-t-72{margin-top:72px!important}.m-r-72{margin-right:72px}.m-b-72{margin-bottom:72px}.m-l-72{margin-left:72px}.m-t-73{margin-top:73px!important}.m-r-73{margin-right:73px}.m-b-73{margin-bottom:73px}.m-l-73{margin-left:73px}.m-t-74{margin-top:74px!important}.m-r-74{margin-right:74px}.m-b-74{margin-bottom:74px}.m-l-74{margin-left:74px}.m-t-75{margin-top:75px!important}.m-r-75{margin-right:75px}.m-b-75{margin-bottom:75px}.m-l-75{margin-left:75px}.m-t-76{margin-top:76px!important}.m-r-76{margin-right:76px}.m-b-76{margin-bottom:76px}.m-l-76{margin-left:76px}.m-t-77{margin-top:77px!important}.m-r-77{margin-right:77px}.m-b-77{margin-bottom:77px}.m-l-77{margin-left:77px}.m-t-78{margin-top:78px!important}.m-r-78{margin-right:78px}.m-b-78{margin-bottom:78px}.m-l-78{margin-left:78px}.m-t-79{margin-top:79px!important}.m-r-79{margin-right:79px}.m-b-79{margin-bottom:79px}.m-l-79{margin-left:79px}.m-t-80{margin-top:80px!important}.m-r-80{margin-right:80px}.m-b-80{margin-bottom:80px}.m-l-80{margin-left:80px}.m-t-81{margin-top:81px!important}.m-r-81{margin-right:81px}.m-b-81{margin-bottom:81px}.m-l-81{margin-left:81px}.m-t-82{margin-top:82px!important}.m-r-82{margin-right:82px}.m-b-82{margin-bottom:82px}.m-l-82{margin-left:82px}.m-t-83{margin-top:83px!important}.m-r-83{margin-right:83px}.m-b-83{margin-bottom:83px}.m-l-83{margin-left:83px}.m-t-84{margin-top:84px!important}.m-r-84{margin-right:84px}.m-b-84{margin-bottom:84px}.m-l-84{margin-left:84px}.m-t-85{margin-top:85px!important}.m-r-85{margin-right:85px}.m-b-85{margin-bottom:85px}.m-l-85{margin-left:85px}.m-t-86{margin-top:86px!important}.m-r-86{margin-right:86px}.m-b-86{margin-bottom:86px}.m-l-86{margin-left:86px}.m-t-87{margin-top:87px!important}.m-r-87{margin-right:87px}.m-b-87{margin-bottom:87px}.m-l-87{margin-left:87px}.m-t-88{margin-top:88px!important}.m-r-88{margin-right:88px}.m-b-88{margin-bottom:88px}.m-l-88{margin-left:88px}.m-t-89{margin-top:89px!important}.m-r-89{margin-right:89px}.m-b-89{margin-bottom:89px}.m-l-89{margin-left:89px}.m-t-90{margin-top:90px!important}.m-r-90{margin-right:90px}.m-b-90{margin-bottom:90px}.m-l-90{margin-left:90px}.m-t-91{margin-top:91px!important}.m-r-91{margin-right:91px}.m-b-91{margin-bottom:91px}.m-l-91{margin-left:91px}.m-t-92{margin-top:92px!important}.m-r-92{margin-right:92px}.m-b-92{margin-bottom:92px}.m-l-92{margin-left:92px}.m-t-93{margin-top:93px!important}.m-r-93{margin-right:93px}.m-b-93{margin-bottom:93px}.m-l-93{margin-left:93px}.m-t-94{margin-top:94px!important}.m-r-94{margin-right:94px}.m-b-94{margin-bottom:94px}.m-l-94{margin-left:94px}.m-t-95{margin-top:95px!important}.m-r-95{margin-right:95px}.m-b-95{margin-bottom:95px}.m-l-95{margin-left:95px}.m-t-96{margin-top:96px!important}.m-r-96{margin-right:96px}.m-b-96{margin-bottom:96px}.m-l-96{margin-left:96px}.m-t-97{margin-top:97px!important}.m-r-97{margin-right:97px}.m-b-97{margin-bottom:97px}.m-l-97{margin-left:97px}.m-t-98{margin-top:98px!important}.m-r-98{margin-right:98px}.m-b-98{margin-bottom:98px}.m-l-98{margin-left:98px}.m-t-99{margin-top:99px!important}.m-r-99{margin-right:99px}.m-b-99{margin-bottom:99px}.m-l-99{margin-left:99px}.m-t-100{margin-top:100px!important}.m-r-100{margin-right:100px}.m-b-100{margin-bottom:100px}.m-l-100{margin-left:100px}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-t-1{padding-top:1px}.p-r-1{padding-right:1px}.p-b-1{padding-bottom:1px}.p-l-1{padding-left:1px}.p-t-2{padding-top:2px}.p-r-2{padding-right:2px}.p-b-2{padding-bottom:2px}.p-l-2{padding-left:2px}.p-t-3{padding-top:3px}.p-r-3{padding-right:3px}.p-b-3{padding-bottom:3px}.p-l-3{padding-left:3px}.p-t-4{padding-top:4px}.p-r-4{padding-right:4px}.p-b-4{padding-bottom:4px}.p-l-4{padding-left:4px}.p-t-5{padding-top:5px}.p-r-5{padding-right:5px}.p-b-5{padding-bottom:5px}.p-l-5{padding-left:5px}.p-t-6{padding-top:6px}.p-r-6{padding-right:6px}.p-b-6{padding-bottom:6px}.p-l-6{padding-left:6px}.p-t-7{padding-top:7px}.p-r-7{padding-right:7px}.p-b-7{padding-bottom:7px}.p-l-7{padding-left:7px}.p-t-8{padding-top:8px}.p-r-8{padding-right:8px}.p-b-8{padding-bottom:8px}.p-l-8{padding-left:8px}.p-t-9{padding-top:9px}.p-r-9{padding-right:9px}.p-b-9{padding-bottom:9px}.p-l-9{padding-left:9px}.p-t-10{padding-top:10px}.p-r-10{padding-right:10px}.p-b-10{padding-bottom:10px}.p-l-10{padding-left:10px}.p-t-11{padding-top:11px}.p-r-11{padding-right:11px}.p-b-11{padding-bottom:11px}.p-l-11{padding-left:11px}.p-t-12{padding-top:12px}.p-r-12{padding-right:12px}.p-b-12{padding-bottom:12px}.p-l-12{padding-left:12px}.p-t-13{padding-top:13px}.p-r-13{padding-right:13px}.p-b-13{padding-bottom:13px}.p-l-13{padding-left:13px}.p-t-14{padding-top:14px}.p-r-14{padding-right:14px}.p-b-14{padding-bottom:14px}.p-l-14{padding-left:14px}.p-t-15{padding-top:15px}.p-r-15{padding-right:15px}.p-b-15{padding-bottom:15px}.p-l-15{padding-left:15px}.p-t-16{padding-top:16px}.p-r-16{padding-right:16px}.p-b-16{padding-bottom:16px}.p-l-16{padding-left:16px}.p-t-17{padding-top:17px}.p-r-17{padding-right:17px}.p-b-17{padding-bottom:17px}.p-l-17{padding-left:17px}.p-t-18{padding-top:18px}.p-r-18{padding-right:18px}.p-b-18{padding-bottom:18px}.p-l-18{padding-left:18px}.p-t-19{padding-top:19px}.p-r-19{padding-right:19px}.p-b-19{padding-bottom:19px}.p-l-19{padding-left:19px}.p-t-20{padding-top:20px}.p-r-20{padding-right:20px}.p-b-20{padding-bottom:20px}.p-l-20{padding-left:20px}.p-t-21{padding-top:21px}.p-r-21{padding-right:21px}.p-b-21{padding-bottom:21px}.p-l-21{padding-left:21px}.p-t-22{padding-top:22px}.p-r-22{padding-right:22px}.p-b-22{padding-bottom:22px}.p-l-22{padding-left:22px}.p-t-23{padding-top:23px}.p-r-23{padding-right:23px}.p-b-23{padding-bottom:23px}.p-l-23{padding-left:23px}.p-t-24{padding-top:24px}.p-r-24{padding-right:24px}.p-b-24{padding-bottom:24px}.p-l-24{padding-left:24px}.p-t-25{padding-top:25px}.p-r-25{padding-right:25px}.p-b-25{padding-bottom:25px}.p-l-25{padding-left:25px}.p-t-26{padding-top:26px}.p-r-26{padding-right:26px}.p-b-26{padding-bottom:26px}.p-l-26{padding-left:26px}.p-t-27{padding-top:27px}.p-r-27{padding-right:27px}.p-b-27{padding-bottom:27px}.p-l-27{padding-left:27px}.p-t-28{padding-top:28px}.p-r-28{padding-right:28px}.p-b-28{padding-bottom:28px}.p-l-28{padding-left:28px}.p-t-29{padding-top:29px}.p-r-29{padding-right:29px}.p-b-29{padding-bottom:29px}.p-l-29{padding-left:29px}.p-t-30{padding-top:30px}.p-r-30{padding-right:30px}.p-b-30{padding-bottom:30px}.p-l-30{padding-left:30px}.p-t-31{padding-top:31px}.p-r-31{padding-right:31px}.p-b-31{padding-bottom:31px}.p-l-31{padding-left:31px}.p-t-32{padding-top:32px}.p-r-32{padding-right:32px}.p-b-32{padding-bottom:32px}.p-l-32{padding-left:32px}.p-t-33{padding-top:33px}.p-r-33{padding-right:33px}.p-b-33{padding-bottom:33px}.p-l-33{padding-left:33px}.p-t-34{padding-top:34px}.p-r-34{padding-right:34px}.p-b-34{padding-bottom:34px}.p-l-34{padding-left:34px}.p-t-35{padding-top:35px}.p-r-35{padding-right:35px}.p-b-35{padding-bottom:35px}.p-l-35{padding-left:35px}.p-t-36{padding-top:36px}.p-r-36{padding-right:36px}.p-b-36{padding-bottom:36px}.p-l-36{padding-left:36px}.p-t-37{padding-top:37px}.p-r-37{padding-right:37px}.p-b-37{padding-bottom:37px}.p-l-37{padding-left:37px}.p-t-38{padding-top:38px}.p-r-38{padding-right:38px}.p-b-38{padding-bottom:38px}.p-l-38{padding-left:38px}.p-t-39{padding-top:39px}.p-r-39{padding-right:39px}.p-b-39{padding-bottom:39px}.p-l-39{padding-left:39px}.p-t-40{padding-top:40px}.p-r-40{padding-right:40px}.p-b-40{padding-bottom:40px}.p-l-40{padding-left:40px}.p-t-41{padding-top:41px}.p-r-41{padding-right:41px}.p-b-41{padding-bottom:41px}.p-l-41{padding-left:41px}.p-t-42{padding-top:42px}.p-r-42{padding-right:42px}.p-b-42{padding-bottom:42px}.p-l-42{padding-left:42px}.p-t-43{padding-top:43px}.p-r-43{padding-right:43px}.p-b-43{padding-bottom:43px}.p-l-43{padding-left:43px}.p-t-44{padding-top:44px}.p-r-44{padding-right:44px}.p-b-44{padding-bottom:44px}.p-l-44{padding-left:44px}.p-t-45{padding-top:45px}.p-r-45{padding-right:45px}.p-b-45{padding-bottom:45px}.p-l-45{padding-left:45px}.p-t-46{padding-top:46px}.p-r-46{padding-right:46px}.p-b-46{padding-bottom:46px}.p-l-46{padding-left:46px}.p-t-47{padding-top:47px}.p-r-47{padding-right:47px}.p-b-47{padding-bottom:47px}.p-l-47{padding-left:47px}.p-t-48{padding-top:48px}.p-r-48{padding-right:48px}.p-b-48{padding-bottom:48px}.p-l-48{padding-left:48px}.p-t-49{padding-top:49px}.p-r-49{padding-right:49px}.p-b-49{padding-bottom:49px}.p-l-49{padding-left:49px}.p-t-50{padding-top:50px}.p-r-50{padding-right:50px}.p-b-50{padding-bottom:50px}.p-l-50{padding-left:50px}.p-t-51{padding-top:51px}.p-r-51{padding-right:51px}.p-b-51{padding-bottom:51px}.p-l-51{padding-left:51px}.p-t-52{padding-top:52px}.p-r-52{padding-right:52px}.p-b-52{padding-bottom:52px}.p-l-52{padding-left:52px}.p-t-53{padding-top:53px}.p-r-53{padding-right:53px}.p-b-53{padding-bottom:53px}.p-l-53{padding-left:53px}.p-t-54{padding-top:54px}.p-r-54{padding-right:54px}.p-b-54{padding-bottom:54px}.p-l-54{padding-left:54px}.p-t-55{padding-top:55px}.p-r-55{padding-right:55px}.p-b-55{padding-bottom:55px}.p-l-55{padding-left:55px}.p-t-56{padding-top:56px}.p-r-56{padding-right:56px}.p-b-56{padding-bottom:56px}.p-l-56{padding-left:56px}.p-t-57{padding-top:57px}.p-r-57{padding-right:57px}.p-b-57{padding-bottom:57px}.p-l-57{padding-left:57px}.p-t-58{padding-top:58px}.p-r-58{padding-right:58px}.p-b-58{padding-bottom:58px}.p-l-58{padding-left:58px}.p-t-59{padding-top:59px}.p-r-59{padding-right:59px}.p-b-59{padding-bottom:59px}.p-l-59{padding-left:59px}.p-t-60{padding-top:60px}.p-r-60{padding-right:60px}.p-b-60{padding-bottom:60px}.p-l-60{padding-left:60px}.p-t-61{padding-top:61px}.p-r-61{padding-right:61px}.p-b-61{padding-bottom:61px}.p-l-61{padding-left:61px}.p-t-62{padding-top:62px}.p-r-62{padding-right:62px}.p-b-62{padding-bottom:62px}.p-l-62{padding-left:62px}.p-t-63{padding-top:63px}.p-r-63{padding-right:63px}.p-b-63{padding-bottom:63px}.p-l-63{padding-left:63px}.p-t-64{padding-top:64px}.p-r-64{padding-right:64px}.p-b-64{padding-bottom:64px}.p-l-64{padding-left:64px}.p-t-65{padding-top:65px}.p-r-65{padding-right:65px}.p-b-65{padding-bottom:65px}.p-l-65{padding-left:65px}.p-t-66{padding-top:66px}.p-r-66{padding-right:66px}.p-b-66{padding-bottom:66px}.p-l-66{padding-left:66px}.p-t-67{padding-top:67px}.p-r-67{padding-right:67px}.p-b-67{padding-bottom:67px}.p-l-67{padding-left:67px}.p-t-68{padding-top:68px}.p-r-68{padding-right:68px}.p-b-68{padding-bottom:68px}.p-l-68{padding-left:68px}.p-t-69{padding-top:69px}.p-r-69{padding-right:69px}.p-b-69{padding-bottom:69px}.p-l-69{padding-left:69px}.p-t-70{padding-top:70px}.p-r-70{padding-right:70px}.p-b-70{padding-bottom:70px}.p-l-70{padding-left:70px}.p-t-71{padding-top:71px}.p-r-71{padding-right:71px}.p-b-71{padding-bottom:71px}.p-l-71{padding-left:71px}.p-t-72{padding-top:72px}.p-r-72{padding-right:72px}.p-b-72{padding-bottom:72px}.p-l-72{padding-left:72px}.p-t-73{padding-top:73px}.p-r-73{padding-right:73px}.p-b-73{padding-bottom:73px}.p-l-73{padding-left:73px}.p-t-74{padding-top:74px}.p-r-74{padding-right:74px}.p-b-74{padding-bottom:74px}.p-l-74{padding-left:74px}.p-t-75{padding-top:75px}.p-r-75{padding-right:75px}.p-b-75{padding-bottom:75px}.p-l-75{padding-left:75px}.p-t-76{padding-top:76px}.p-r-76{padding-right:76px}.p-b-76{padding-bottom:76px}.p-l-76{padding-left:76px}.p-t-77{padding-top:77px}.p-r-77{padding-right:77px}.p-b-77{padding-bottom:77px}.p-l-77{padding-left:77px}.p-t-78{padding-top:78px}.p-r-78{padding-right:78px}.p-b-78{padding-bottom:78px}.p-l-78{padding-left:78px}.p-t-79{padding-top:79px}.p-r-79{padding-right:79px}.p-b-79{padding-bottom:79px}.p-l-79{padding-left:79px}.p-t-80{padding-top:80px}.p-r-80{padding-right:80px}.p-b-80{padding-bottom:80px}.p-l-80{padding-left:80px}.p-t-81{padding-top:81px}.p-r-81{padding-right:81px}.p-b-81{padding-bottom:81px}.p-l-81{padding-left:81px}.p-t-82{padding-top:82px}.p-r-82{padding-right:82px}.p-b-82{padding-bottom:82px}.p-l-82{padding-left:82px}.p-t-83{padding-top:83px}.p-r-83{padding-right:83px}.p-b-83{padding-bottom:83px}.p-l-83{padding-left:83px}.p-t-84{padding-top:84px}.p-r-84{padding-right:84px}.p-b-84{padding-bottom:84px}.p-l-84{padding-left:84px}.p-t-85{padding-top:85px}.p-r-85{padding-right:85px}.p-b-85{padding-bottom:85px}.p-l-85{padding-left:85px}.p-t-86{padding-top:86px}.p-r-86{padding-right:86px}.p-b-86{padding-bottom:86px}.p-l-86{padding-left:86px}.p-t-87{padding-top:87px}.p-r-87{padding-right:87px}.p-b-87{padding-bottom:87px}.p-l-87{padding-left:87px}.p-t-88{padding-top:88px}.p-r-88{padding-right:88px}.p-b-88{padding-bottom:88px}.p-l-88{padding-left:88px}.p-t-89{padding-top:89px}.p-r-89{padding-right:89px}.p-b-89{padding-bottom:89px}.p-l-89{padding-left:89px}.p-t-90{padding-top:90px}.p-r-90{padding-right:90px}.p-b-90{padding-bottom:90px}.p-l-90{padding-left:90px}.p-t-91{padding-top:91px}.p-r-91{padding-right:91px}.p-b-91{padding-bottom:91px}.p-l-91{padding-left:91px}.p-t-92{padding-top:92px}.p-r-92{padding-right:92px}.p-b-92{padding-bottom:92px}.p-l-92{padding-left:92px}.p-t-93{padding-top:93px}.p-r-93{padding-right:93px}.p-b-93{padding-bottom:93px}.p-l-93{padding-left:93px}.p-t-94{padding-top:94px}.p-r-94{padding-right:94px}.p-b-94{padding-bottom:94px}.p-l-94{padding-left:94px}.p-t-95{padding-top:95px}.p-r-95{padding-right:95px}.p-b-95{padding-bottom:95px}.p-l-95{padding-left:95px}.p-t-96{padding-top:96px}.p-r-96{padding-right:96px}.p-b-96{padding-bottom:96px}.p-l-96{padding-left:96px}.p-t-97{padding-top:97px}.p-r-97{padding-right:97px}.p-b-97{padding-bottom:97px}.p-l-97{padding-left:97px}.p-t-98{padding-top:98px}.p-r-98{padding-right:98px}.p-b-98{padding-bottom:98px}.p-l-98{padding-left:98px}.p-t-99{padding-top:99px}.p-r-99{padding-right:99px}.p-b-99{padding-bottom:99px}.p-l-99{padding-left:99px}.p-t-100{padding-top:100px}.p-r-100{padding-right:100px}.p-b-100{padding-bottom:100px}.p-l-100{padding-left:100px}.max-w-0{max-width:0!important}.max-w-1{max-width:1px!important}.max-w-2{max-width:2px!important}.max-w-3{max-width:3px!important}.max-w-4{max-width:4px!important}.max-w-5{max-width:5px!important}.max-w-6{max-width:6px!important}.max-w-7{max-width:7px!important}.max-w-8{max-width:8px!important}.max-w-9{max-width:9px!important}.max-w-10{max-width:10px!important}.max-w-11{max-width:11px!important}.max-w-12{max-width:12px!important}.max-w-13{max-width:13px!important}.max-w-14{max-width:14px!important}.max-w-15{max-width:15px!important}.max-w-16{max-width:16px!important}.max-w-17{max-width:17px!important}.max-w-18{max-width:18px!important}.max-w-19{max-width:19px!important}.max-w-20{max-width:20px!important}.max-w-21{max-width:21px!important}.max-w-22{max-width:22px!important}.max-w-23{max-width:23px!important}.max-w-24{max-width:24px!important}.max-w-25{max-width:25px!important}.max-w-26{max-width:26px!important}.max-w-27{max-width:27px!important}.max-w-28{max-width:28px!important}.max-w-29{max-width:29px!important}.max-w-30{max-width:30px!important}.max-w-31{max-width:31px!important}.max-w-32{max-width:32px!important}.max-w-33{max-width:33px!important}.max-w-34{max-width:34px!important}.max-w-35{max-width:35px!important}.max-w-36{max-width:36px!important}.max-w-37{max-width:37px!important}.max-w-38{max-width:38px!important}.max-w-39{max-width:39px!important}.max-w-40{max-width:40px!important}.max-w-41{max-width:41px!important}.max-w-42{max-width:42px!important}.max-w-43{max-width:43px!important}.max-w-44{max-width:44px!important}.max-w-45{max-width:45px!important}.max-w-46{max-width:46px!important}.max-w-47{max-width:47px!important}.max-w-48{max-width:48px!important}.max-w-49{max-width:49px!important}.max-w-50{max-width:50px!important}.max-w-51{max-width:51px!important}.max-w-52{max-width:52px!important}.max-w-53{max-width:53px!important}.max-w-54{max-width:54px!important}.max-w-55{max-width:55px!important}.max-w-56{max-width:56px!important}.max-w-57{max-width:57px!important}.max-w-58{max-width:58px!important}.max-w-59{max-width:59px!important}.max-w-60{max-width:60px!important}.max-w-61{max-width:61px!important}.max-w-62{max-width:62px!important}.max-w-63{max-width:63px!important}.max-w-64{max-width:64px!important}.max-w-65{max-width:65px!important}.max-w-66{max-width:66px!important}.max-w-67{max-width:67px!important}.max-w-68{max-width:68px!important}.max-w-69{max-width:69px!important}.max-w-70{max-width:70px!important}.max-w-71{max-width:71px!important}.max-w-72{max-width:72px!important}.max-w-73{max-width:73px!important}.max-w-74{max-width:74px!important}.max-w-75{max-width:75px!important}.max-w-76{max-width:76px!important}.max-w-77{max-width:77px!important}.max-w-78{max-width:78px!important}.max-w-79{max-width:79px!important}.max-w-80{max-width:80px!important}.max-w-81{max-width:81px!important}.max-w-82{max-width:82px!important}.max-w-83{max-width:83px!important}.max-w-84{max-width:84px!important}.max-w-85{max-width:85px!important}.max-w-86{max-width:86px!important}.max-w-87{max-width:87px!important}.max-w-88{max-width:88px!important}.max-w-89{max-width:89px!important}.max-w-90{max-width:90px!important}.max-w-91{max-width:91px!important}.max-w-92{max-width:92px!important}.max-w-93{max-width:93px!important}.max-w-94{max-width:94px!important}.max-w-95{max-width:95px!important}.max-w-96{max-width:96px!important}.max-w-97{max-width:97px!important}.max-w-98{max-width:98px!important}.max-w-99{max-width:99px!important}.max-w-100{max-width:100px!important}.max-w-101{max-width:101px!important}.max-w-102{max-width:102px!important}.max-w-103{max-width:103px!important}.max-w-104{max-width:104px!important}.max-w-105{max-width:105px!important}.max-w-106{max-width:106px!important}.max-w-107{max-width:107px!important}.max-w-108{max-width:108px!important}.max-w-109{max-width:109px!important}.max-w-110{max-width:110px!important}.max-w-111{max-width:111px!important}.max-w-112{max-width:112px!important}.max-w-113{max-width:113px!important}.max-w-114{max-width:114px!important}.max-w-115{max-width:115px!important}.max-w-116{max-width:116px!important}.max-w-117{max-width:117px!important}.max-w-118{max-width:118px!important}.max-w-119{max-width:119px!important}.max-w-120{max-width:120px!important}.max-w-121{max-width:121px!important}.max-w-122{max-width:122px!important}.max-w-123{max-width:123px!important}.max-w-124{max-width:124px!important}.max-w-125{max-width:125px!important}.max-w-126{max-width:126px!important}.max-w-127{max-width:127px!important}.max-w-128{max-width:128px!important}.max-w-129{max-width:129px!important}.max-w-130{max-width:130px!important}.max-w-131{max-width:131px!important}.max-w-132{max-width:132px!important}.max-w-133{max-width:133px!important}.max-w-134{max-width:134px!important}.max-w-135{max-width:135px!important}.max-w-136{max-width:136px!important}.max-w-137{max-width:137px!important}.max-w-138{max-width:138px!important}.max-w-139{max-width:139px!important}.max-w-140{max-width:140px!important}.max-w-141{max-width:141px!important}.max-w-142{max-width:142px!important}.max-w-143{max-width:143px!important}.max-w-144{max-width:144px!important}.max-w-145{max-width:145px!important}.max-w-146{max-width:146px!important}.max-w-147{max-width:147px!important}.max-w-148{max-width:148px!important}.max-w-149{max-width:149px!important}.max-w-150{max-width:150px!important}.max-w-151{max-width:151px!important}.max-w-152{max-width:152px!important}.max-w-153{max-width:153px!important}.max-w-154{max-width:154px!important}.max-w-155{max-width:155px!important}.max-w-156{max-width:156px!important}.max-w-157{max-width:157px!important}.max-w-158{max-width:158px!important}.max-w-159{max-width:159px!important}.max-w-160{max-width:160px!important}.max-w-161{max-width:161px!important}.max-w-162{max-width:162px!important}.max-w-163{max-width:163px!important}.max-w-164{max-width:164px!important}.max-w-165{max-width:165px!important}.max-w-166{max-width:166px!important}.max-w-167{max-width:167px!important}.max-w-168{max-width:168px!important}.max-w-169{max-width:169px!important}.max-w-170{max-width:170px!important}.max-w-171{max-width:171px!important}.max-w-172{max-width:172px!important}.max-w-173{max-width:173px!important}.max-w-174{max-width:174px!important}.max-w-175{max-width:175px!important}.max-w-176{max-width:176px!important}.max-w-177{max-width:177px!important}.max-w-178{max-width:178px!important}.max-w-179{max-width:179px!important}.max-w-180{max-width:180px!important}.max-w-181{max-width:181px!important}.max-w-182{max-width:182px!important}.max-w-183{max-width:183px!important}.max-w-184{max-width:184px!important}.max-w-185{max-width:185px!important}.max-w-186{max-width:186px!important}.max-w-187{max-width:187px!important}.max-w-188{max-width:188px!important}.max-w-189{max-width:189px!important}.max-w-190{max-width:190px!important}.max-w-191{max-width:191px!important}.max-w-192{max-width:192px!important}.max-w-193{max-width:193px!important}.max-w-194{max-width:194px!important}.max-w-195{max-width:195px!important}.max-w-196{max-width:196px!important}.max-w-197{max-width:197px!important}.max-w-198{max-width:198px!important}.max-w-199{max-width:199px!important}.max-w-200{max-width:200px!important}.max-w-201{max-width:201px!important}.max-w-202{max-width:202px!important}.max-w-203{max-width:203px!important}.max-w-204{max-width:204px!important}.max-w-205{max-width:205px!important}.max-w-206{max-width:206px!important}.max-w-207{max-width:207px!important}.max-w-208{max-width:208px!important}.max-w-209{max-width:209px!important}.max-w-210{max-width:210px!important}.max-w-211{max-width:211px!important}.max-w-212{max-width:212px!important}.max-w-213{max-width:213px!important}.max-w-214{max-width:214px!important}.max-w-215{max-width:215px!important}.max-w-216{max-width:216px!important}.max-w-217{max-width:217px!important}.max-w-218{max-width:218px!important}.max-w-219{max-width:219px!important}.max-w-220{max-width:220px!important}.max-w-221{max-width:221px!important}.max-w-222{max-width:222px!important}.max-w-223{max-width:223px!important}.max-w-224{max-width:224px!important}.max-w-225{max-width:225px!important}.max-w-226{max-width:226px!important}.max-w-227{max-width:227px!important}.max-w-228{max-width:228px!important}.max-w-229{max-width:229px!important}.max-w-230{max-width:230px!important}.max-w-231{max-width:231px!important}.max-w-232{max-width:232px!important}.max-w-233{max-width:233px!important}.max-w-234{max-width:234px!important}.max-w-235{max-width:235px!important}.max-w-236{max-width:236px!important}.max-w-237{max-width:237px!important}.max-w-238{max-width:238px!important}.max-w-239{max-width:239px!important}.max-w-240{max-width:240px!important}.max-w-241{max-width:241px!important}.max-w-242{max-width:242px!important}.max-w-243{max-width:243px!important}.max-w-244{max-width:244px!important}.max-w-245{max-width:245px!important}.max-w-246{max-width:246px!important}.max-w-247{max-width:247px!important}.max-w-248{max-width:248px!important}.max-w-249{max-width:249px!important}.max-w-250{max-width:250px!important}.max-w-251{max-width:251px!important}.max-w-252{max-width:252px!important}.max-w-253{max-width:253px!important}.max-w-254{max-width:254px!important}.max-w-255{max-width:255px!important}.max-w-256{max-width:256px!important}.max-w-257{max-width:257px!important}.max-w-258{max-width:258px!important}.max-w-259{max-width:259px!important}.max-w-260{max-width:260px!important}.max-w-261{max-width:261px!important}.max-w-262{max-width:262px!important}.max-w-263{max-width:263px!important}.max-w-264{max-width:264px!important}.max-w-265{max-width:265px!important}.max-w-266{max-width:266px!important}.max-w-267{max-width:267px!important}.max-w-268{max-width:268px!important}.max-w-269{max-width:269px!important}.max-w-270{max-width:270px!important}.max-w-271{max-width:271px!important}.max-w-272{max-width:272px!important}.max-w-273{max-width:273px!important}.max-w-274{max-width:274px!important}.max-w-275{max-width:275px!important}.max-w-276{max-width:276px!important}.max-w-277{max-width:277px!important}.max-w-278{max-width:278px!important}.max-w-279{max-width:279px!important}.max-w-280{max-width:280px!important}.max-w-281{max-width:281px!important}.max-w-282{max-width:282px!important}.max-w-283{max-width:283px!important}.max-w-284{max-width:284px!important}.max-w-285{max-width:285px!important}.max-w-286{max-width:286px!important}.max-w-287{max-width:287px!important}.max-w-288{max-width:288px!important}.max-w-289{max-width:289px!important}.max-w-290{max-width:290px!important}.max-w-291{max-width:291px!important}.max-w-292{max-width:292px!important}.max-w-293{max-width:293px!important}.max-w-294{max-width:294px!important}.max-w-295{max-width:295px!important}.max-w-296{max-width:296px!important}.max-w-297{max-width:297px!important}.max-w-298{max-width:298px!important}.max-w-299{max-width:299px!important}.max-w-300{max-width:300px!important}.max-w-301{max-width:301px!important}.max-w-302{max-width:302px!important}.max-w-303{max-width:303px!important}.max-w-304{max-width:304px!important}.max-w-305{max-width:305px!important}.max-w-306{max-width:306px!important}.max-w-307{max-width:307px!important}.max-w-308{max-width:308px!important}.max-w-309{max-width:309px!important}.max-w-310{max-width:310px!important}.max-w-311{max-width:311px!important}.max-w-312{max-width:312px!important}.max-w-313{max-width:313px!important}.max-w-314{max-width:314px!important}.max-w-315{max-width:315px!important}.max-w-316{max-width:316px!important}.max-w-317{max-width:317px!important}.max-w-318{max-width:318px!important}.max-w-319{max-width:319px!important}.max-w-320{max-width:320px!important}.max-w-321{max-width:321px!important}.max-w-322{max-width:322px!important}.max-w-323{max-width:323px!important}.max-w-324{max-width:324px!important}.max-w-325{max-width:325px!important}.max-w-326{max-width:326px!important}.max-w-327{max-width:327px!important}.max-w-328{max-width:328px!important}.max-w-329{max-width:329px!important}.max-w-330{max-width:330px!important}.max-w-331{max-width:331px!important}.max-w-332{max-width:332px!important}.max-w-333{max-width:333px!important}.max-w-334{max-width:334px!important}.max-w-335{max-width:335px!important}.max-w-336{max-width:336px!important}.max-w-337{max-width:337px!important}.max-w-338{max-width:338px!important}.max-w-339{max-width:339px!important}.max-w-340{max-width:340px!important}.max-w-341{max-width:341px!important}.max-w-342{max-width:342px!important}.max-w-343{max-width:343px!important}.max-w-344{max-width:344px!important}.max-w-345{max-width:345px!important}.max-w-346{max-width:346px!important}.max-w-347{max-width:347px!important}.max-w-348{max-width:348px!important}.max-w-349{max-width:349px!important}.max-w-350{max-width:350px!important}.max-w-351{max-width:351px!important}.max-w-352{max-width:352px!important}.max-w-353{max-width:353px!important}.max-w-354{max-width:354px!important}.max-w-355{max-width:355px!important}.max-w-356{max-width:356px!important}.max-w-357{max-width:357px!important}.max-w-358{max-width:358px!important}.max-w-359{max-width:359px!important}.max-w-360{max-width:360px!important}.max-w-361{max-width:361px!important}.max-w-362{max-width:362px!important}.max-w-363{max-width:363px!important}.max-w-364{max-width:364px!important}.max-w-365{max-width:365px!important}.max-w-366{max-width:366px!important}.max-w-367{max-width:367px!important}.max-w-368{max-width:368px!important}.max-w-369{max-width:369px!important}.max-w-370{max-width:370px!important}.max-w-371{max-width:371px!important}.max-w-372{max-width:372px!important}.max-w-373{max-width:373px!important}.max-w-374{max-width:374px!important}.max-w-375{max-width:375px!important}.max-w-376{max-width:376px!important}.max-w-377{max-width:377px!important}.max-w-378{max-width:378px!important}.max-w-379{max-width:379px!important}.max-w-380{max-width:380px!important}.max-w-381{max-width:381px!important}.max-w-382{max-width:382px!important}.max-w-383{max-width:383px!important}.max-w-384{max-width:384px!important}.max-w-385{max-width:385px!important}.max-w-386{max-width:386px!important}.max-w-387{max-width:387px!important}.max-w-388{max-width:388px!important}.max-w-389{max-width:389px!important}.max-w-390{max-width:390px!important}.max-w-391{max-width:391px!important}.max-w-392{max-width:392px!important}.max-w-393{max-width:393px!important}.max-w-394{max-width:394px!important}.max-w-395{max-width:395px!important}.max-w-396{max-width:396px!important}.max-w-397{max-width:397px!important}.max-w-398{max-width:398px!important}.max-w-399{max-width:399px!important}.max-w-400{max-width:400px!important}.max-w-401{max-width:401px!important}.max-w-402{max-width:402px!important}.max-w-403{max-width:403px!important}.max-w-404{max-width:404px!important}.max-w-405{max-width:405px!important}.max-w-406{max-width:406px!important}.max-w-407{max-width:407px!important}.max-w-408{max-width:408px!important}.max-w-409{max-width:409px!important}.max-w-410{max-width:410px!important}.max-w-411{max-width:411px!important}.max-w-412{max-width:412px!important}.max-w-413{max-width:413px!important}.max-w-414{max-width:414px!important}.max-w-415{max-width:415px!important}.max-w-416{max-width:416px!important}.max-w-417{max-width:417px!important}.max-w-418{max-width:418px!important}.max-w-419{max-width:419px!important}.max-w-420{max-width:420px!important}.max-w-421{max-width:421px!important}.max-w-422{max-width:422px!important}.max-w-423{max-width:423px!important}.max-w-424{max-width:424px!important}.max-w-425{max-width:425px!important}.max-w-426{max-width:426px!important}.max-w-427{max-width:427px!important}.max-w-428{max-width:428px!important}.max-w-429{max-width:429px!important}.max-w-430{max-width:430px!important}.max-w-431{max-width:431px!important}.max-w-432{max-width:432px!important}.max-w-433{max-width:433px!important}.max-w-434{max-width:434px!important}.max-w-435{max-width:435px!important}.max-w-436{max-width:436px!important}.max-w-437{max-width:437px!important}.max-w-438{max-width:438px!important}.max-w-439{max-width:439px!important}.max-w-440{max-width:440px!important}.max-w-441{max-width:441px!important}.max-w-442{max-width:442px!important}.max-w-443{max-width:443px!important}.max-w-444{max-width:444px!important}.max-w-445{max-width:445px!important}.max-w-446{max-width:446px!important}.max-w-447{max-width:447px!important}.max-w-448{max-width:448px!important}.max-w-449{max-width:449px!important}.max-w-450{max-width:450px!important}.max-w-451{max-width:451px!important}.max-w-452{max-width:452px!important}.max-w-453{max-width:453px!important}.max-w-454{max-width:454px!important}.max-w-455{max-width:455px!important}.max-w-456{max-width:456px!important}.max-w-457{max-width:457px!important}.max-w-458{max-width:458px!important}.max-w-459{max-width:459px!important}.max-w-460{max-width:460px!important}.max-w-461{max-width:461px!important}.max-w-462{max-width:462px!important}.max-w-463{max-width:463px!important}.max-w-464{max-width:464px!important}.max-w-465{max-width:465px!important}.max-w-466{max-width:466px!important}.max-w-467{max-width:467px!important}.max-w-468{max-width:468px!important}.max-w-469{max-width:469px!important}.max-w-470{max-width:470px!important}.max-w-471{max-width:471px!important}.max-w-472{max-width:472px!important}.max-w-473{max-width:473px!important}.max-w-474{max-width:474px!important}.max-w-475{max-width:475px!important}.max-w-476{max-width:476px!important}.max-w-477{max-width:477px!important}.max-w-478{max-width:478px!important}.max-w-479{max-width:479px!important}.max-w-480{max-width:480px!important}.max-w-481{max-width:481px!important}.max-w-482{max-width:482px!important}.max-w-483{max-width:483px!important}.max-w-484{max-width:484px!important}.max-w-485{max-width:485px!important}.max-w-486{max-width:486px!important}.max-w-487{max-width:487px!important}.max-w-488{max-width:488px!important}.max-w-489{max-width:489px!important}.max-w-490{max-width:490px!important}.max-w-491{max-width:491px!important}.max-w-492{max-width:492px!important}.max-w-493{max-width:493px!important}.max-w-494{max-width:494px!important}.max-w-495{max-width:495px!important}.max-w-496{max-width:496px!important}.max-w-497{max-width:497px!important}.max-w-498{max-width:498px!important}.max-w-499{max-width:499px!important}.max-w-500{max-width:500px!important}.max-w-501{max-width:501px!important}.max-w-502{max-width:502px!important}.max-w-503{max-width:503px!important}.max-w-504{max-width:504px!important}.max-w-505{max-width:505px!important}.max-w-506{max-width:506px!important}.max-w-507{max-width:507px!important}.max-w-508{max-width:508px!important}.max-w-509{max-width:509px!important}.max-w-510{max-width:510px!important}.max-w-511{max-width:511px!important}.max-w-512{max-width:512px!important}.max-w-513{max-width:513px!important}.max-w-514{max-width:514px!important}.max-w-515{max-width:515px!important}.max-w-516{max-width:516px!important}.max-w-517{max-width:517px!important}.max-w-518{max-width:518px!important}.max-w-519{max-width:519px!important}.max-w-520{max-width:520px!important}.max-w-521{max-width:521px!important}.max-w-522{max-width:522px!important}.max-w-523{max-width:523px!important}.max-w-524{max-width:524px!important}.max-w-525{max-width:525px!important}.max-w-526{max-width:526px!important}.max-w-527{max-width:527px!important}.max-w-528{max-width:528px!important}.max-w-529{max-width:529px!important}.max-w-530{max-width:530px!important}.max-w-531{max-width:531px!important}.max-w-532{max-width:532px!important}.max-w-533{max-width:533px!important}.max-w-534{max-width:534px!important}.max-w-535{max-width:535px!important}.max-w-536{max-width:536px!important}.max-w-537{max-width:537px!important}.max-w-538{max-width:538px!important}.max-w-539{max-width:539px!important}.max-w-540{max-width:540px!important}.max-w-541{max-width:541px!important}.max-w-542{max-width:542px!important}.max-w-543{max-width:543px!important}.max-w-544{max-width:544px!important}.max-w-545{max-width:545px!important}.max-w-546{max-width:546px!important}.max-w-547{max-width:547px!important}.max-w-548{max-width:548px!important}.max-w-549{max-width:549px!important}.max-w-550{max-width:550px!important}.max-w-551{max-width:551px!important}.max-w-552{max-width:552px!important}.max-w-553{max-width:553px!important}.max-w-554{max-width:554px!important}.max-w-555{max-width:555px!important}.max-w-556{max-width:556px!important}.max-w-557{max-width:557px!important}.max-w-558{max-width:558px!important}.max-w-559{max-width:559px!important}.max-w-560{max-width:560px!important}.max-w-561{max-width:561px!important}.max-w-562{max-width:562px!important}.max-w-563{max-width:563px!important}.max-w-564{max-width:564px!important}.max-w-565{max-width:565px!important}.max-w-566{max-width:566px!important}.max-w-567{max-width:567px!important}.max-w-568{max-width:568px!important}.max-w-569{max-width:569px!important}.max-w-570{max-width:570px!important}.max-w-571{max-width:571px!important}.max-w-572{max-width:572px!important}.max-w-573{max-width:573px!important}.max-w-574{max-width:574px!important}.max-w-575{max-width:575px!important}.max-w-576{max-width:576px!important}.max-w-577{max-width:577px!important}.max-w-578{max-width:578px!important}.max-w-579{max-width:579px!important}.max-w-580{max-width:580px!important}.max-w-581{max-width:581px!important}.max-w-582{max-width:582px!important}.max-w-583{max-width:583px!important}.max-w-584{max-width:584px!important}.max-w-585{max-width:585px!important}.max-w-586{max-width:586px!important}.max-w-587{max-width:587px!important}.max-w-588{max-width:588px!important}.max-w-589{max-width:589px!important}.max-w-590{max-width:590px!important}.max-w-591{max-width:591px!important}.max-w-592{max-width:592px!important}.max-w-593{max-width:593px!important}.max-w-594{max-width:594px!important}.max-w-595{max-width:595px!important}.max-w-596{max-width:596px!important}.max-w-597{max-width:597px!important}.max-w-598{max-width:598px!important}.max-w-599{max-width:599px!important}.max-w-600{max-width:600px!important}.max-w-601{max-width:601px!important}.max-w-602{max-width:602px!important}.max-w-603{max-width:603px!important}.max-w-604{max-width:604px!important}.max-w-605{max-width:605px!important}.max-w-606{max-width:606px!important}.max-w-607{max-width:607px!important}.max-w-608{max-width:608px!important}.max-w-609{max-width:609px!important}.max-w-610{max-width:610px!important}.max-w-611{max-width:611px!important}.max-w-612{max-width:612px!important}.max-w-613{max-width:613px!important}.max-w-614{max-width:614px!important}.max-w-615{max-width:615px!important}.max-w-616{max-width:616px!important}.max-w-617{max-width:617px!important}.max-w-618{max-width:618px!important}.max-w-619{max-width:619px!important}.max-w-620{max-width:620px!important}.max-w-621{max-width:621px!important}.max-w-622{max-width:622px!important}.max-w-623{max-width:623px!important}.max-w-624{max-width:624px!important}.max-w-625{max-width:625px!important}.max-w-626{max-width:626px!important}.max-w-627{max-width:627px!important}.max-w-628{max-width:628px!important}.max-w-629{max-width:629px!important}.max-w-630{max-width:630px!important}.max-w-631{max-width:631px!important}.max-w-632{max-width:632px!important}.max-w-633{max-width:633px!important}.max-w-634{max-width:634px!important}.max-w-635{max-width:635px!important}.max-w-636{max-width:636px!important}.max-w-637{max-width:637px!important}.max-w-638{max-width:638px!important}.max-w-639{max-width:639px!important}.max-w-640{max-width:640px!important}.max-w-641{max-width:641px!important}.max-w-642{max-width:642px!important}.max-w-643{max-width:643px!important}.max-w-644{max-width:644px!important}.max-w-645{max-width:645px!important}.max-w-646{max-width:646px!important}.max-w-647{max-width:647px!important}.max-w-648{max-width:648px!important}.max-w-649{max-width:649px!important}.max-w-650{max-width:650px!important}.max-w-651{max-width:651px!important}.max-w-652{max-width:652px!important}.max-w-653{max-width:653px!important}.max-w-654{max-width:654px!important}.max-w-655{max-width:655px!important}.max-w-656{max-width:656px!important}.max-w-657{max-width:657px!important}.max-w-658{max-width:658px!important}.max-w-659{max-width:659px!important}.max-w-660{max-width:660px!important}.max-w-661{max-width:661px!important}.max-w-662{max-width:662px!important}.max-w-663{max-width:663px!important}.max-w-664{max-width:664px!important}.max-w-665{max-width:665px!important}.max-w-666{max-width:666px!important}.max-w-667{max-width:667px!important}.max-w-668{max-width:668px!important}.max-w-669{max-width:669px!important}.max-w-670{max-width:670px!important}.max-w-671{max-width:671px!important}.max-w-672{max-width:672px!important}.max-w-673{max-width:673px!important}.max-w-674{max-width:674px!important}.max-w-675{max-width:675px!important}.max-w-676{max-width:676px!important}.max-w-677{max-width:677px!important}.max-w-678{max-width:678px!important}.max-w-679{max-width:679px!important}.max-w-680{max-width:680px!important}.max-w-681{max-width:681px!important}.max-w-682{max-width:682px!important}.max-w-683{max-width:683px!important}.max-w-684{max-width:684px!important}.max-w-685{max-width:685px!important}.max-w-686{max-width:686px!important}.max-w-687{max-width:687px!important}.max-w-688{max-width:688px!important}.max-w-689{max-width:689px!important}.max-w-690{max-width:690px!important}.max-w-691{max-width:691px!important}.max-w-692{max-width:692px!important}.max-w-693{max-width:693px!important}.max-w-694{max-width:694px!important}.max-w-695{max-width:695px!important}.max-w-696{max-width:696px!important}.max-w-697{max-width:697px!important}.max-w-698{max-width:698px!important}.max-w-699{max-width:699px!important}.max-w-700{max-width:700px!important}.max-w-701{max-width:701px!important}.max-w-702{max-width:702px!important}.max-w-703{max-width:703px!important}.max-w-704{max-width:704px!important}.max-w-705{max-width:705px!important}.max-w-706{max-width:706px!important}.max-w-707{max-width:707px!important}.max-w-708{max-width:708px!important}.max-w-709{max-width:709px!important}.max-w-710{max-width:710px!important}.max-w-711{max-width:711px!important}.max-w-712{max-width:712px!important}.max-w-713{max-width:713px!important}.max-w-714{max-width:714px!important}.max-w-715{max-width:715px!important}.max-w-716{max-width:716px!important}.max-w-717{max-width:717px!important}.max-w-718{max-width:718px!important}.max-w-719{max-width:719px!important}.max-w-720{max-width:720px!important}.max-w-721{max-width:721px!important}.max-w-722{max-width:722px!important}.max-w-723{max-width:723px!important}.max-w-724{max-width:724px!important}.max-w-725{max-width:725px!important}.max-w-726{max-width:726px!important}.max-w-727{max-width:727px!important}.max-w-728{max-width:728px!important}.max-w-729{max-width:729px!important}.max-w-730{max-width:730px!important}.max-w-731{max-width:731px!important}.max-w-732{max-width:732px!important}.max-w-733{max-width:733px!important}.max-w-734{max-width:734px!important}.max-w-735{max-width:735px!important}.max-w-736{max-width:736px!important}.max-w-737{max-width:737px!important}.max-w-738{max-width:738px!important}.max-w-739{max-width:739px!important}.max-w-740{max-width:740px!important}.max-w-741{max-width:741px!important}.max-w-742{max-width:742px!important}.max-w-743{max-width:743px!important}.max-w-744{max-width:744px!important}.max-w-745{max-width:745px!important}.max-w-746{max-width:746px!important}.max-w-747{max-width:747px!important}.max-w-748{max-width:748px!important}.max-w-749{max-width:749px!important}.max-w-750{max-width:750px!important}.max-w-751{max-width:751px!important}.max-w-752{max-width:752px!important}.max-w-753{max-width:753px!important}.max-w-754{max-width:754px!important}.max-w-755{max-width:755px!important}.max-w-756{max-width:756px!important}.max-w-757{max-width:757px!important}.max-w-758{max-width:758px!important}.max-w-759{max-width:759px!important}.max-w-760{max-width:760px!important}.max-w-761{max-width:761px!important}.max-w-762{max-width:762px!important}.max-w-763{max-width:763px!important}.max-w-764{max-width:764px!important}.max-w-765{max-width:765px!important}.max-w-766{max-width:766px!important}.max-w-767{max-width:767px!important}.max-w-768{max-width:768px!important}.max-w-769{max-width:769px!important}.max-w-770{max-width:770px!important}.max-w-771{max-width:771px!important}.max-w-772{max-width:772px!important}.max-w-773{max-width:773px!important}.max-w-774{max-width:774px!important}.max-w-775{max-width:775px!important}.max-w-776{max-width:776px!important}.max-w-777{max-width:777px!important}.max-w-778{max-width:778px!important}.max-w-779{max-width:779px!important}.max-w-780{max-width:780px!important}.max-w-781{max-width:781px!important}.max-w-782{max-width:782px!important}.max-w-783{max-width:783px!important}.max-w-784{max-width:784px!important}.max-w-785{max-width:785px!important}.max-w-786{max-width:786px!important}.max-w-787{max-width:787px!important}.max-w-788{max-width:788px!important}.max-w-789{max-width:789px!important}.max-w-790{max-width:790px!important}.max-w-791{max-width:791px!important}.max-w-792{max-width:792px!important}.max-w-793{max-width:793px!important}.max-w-794{max-width:794px!important}.max-w-795{max-width:795px!important}.max-w-796{max-width:796px!important}.max-w-797{max-width:797px!important}.max-w-798{max-width:798px!important}.max-w-799{max-width:799px!important}.max-w-800{max-width:800px!important}.max-w-801{max-width:801px!important}.max-w-802{max-width:802px!important}.max-w-803{max-width:803px!important}.max-w-804{max-width:804px!important}.max-w-805{max-width:805px!important}.max-w-806{max-width:806px!important}.max-w-807{max-width:807px!important}.max-w-808{max-width:808px!important}.max-w-809{max-width:809px!important}.max-w-810{max-width:810px!important}.max-w-811{max-width:811px!important}.max-w-812{max-width:812px!important}.max-w-813{max-width:813px!important}.max-w-814{max-width:814px!important}.max-w-815{max-width:815px!important}.max-w-816{max-width:816px!important}.max-w-817{max-width:817px!important}.max-w-818{max-width:818px!important}.max-w-819{max-width:819px!important}.max-w-820{max-width:820px!important}.max-w-821{max-width:821px!important}.max-w-822{max-width:822px!important}.max-w-823{max-width:823px!important}.max-w-824{max-width:824px!important}.max-w-825{max-width:825px!important}.max-w-826{max-width:826px!important}.max-w-827{max-width:827px!important}.max-w-828{max-width:828px!important}.max-w-829{max-width:829px!important}.max-w-830{max-width:830px!important}.max-w-831{max-width:831px!important}.max-w-832{max-width:832px!important}.max-w-833{max-width:833px!important}.max-w-834{max-width:834px!important}.max-w-835{max-width:835px!important}.max-w-836{max-width:836px!important}.max-w-837{max-width:837px!important}.max-w-838{max-width:838px!important}.max-w-839{max-width:839px!important}.max-w-840{max-width:840px!important}.max-w-841{max-width:841px!important}.max-w-842{max-width:842px!important}.max-w-843{max-width:843px!important}.max-w-844{max-width:844px!important}.max-w-845{max-width:845px!important}.max-w-846{max-width:846px!important}.max-w-847{max-width:847px!important}.max-w-848{max-width:848px!important}.max-w-849{max-width:849px!important}.max-w-850{max-width:850px!important}.max-w-851{max-width:851px!important}.max-w-852{max-width:852px!important}.max-w-853{max-width:853px!important}.max-w-854{max-width:854px!important}.max-w-855{max-width:855px!important}.max-w-856{max-width:856px!important}.max-w-857{max-width:857px!important}.max-w-858{max-width:858px!important}.max-w-859{max-width:859px!important}.max-w-860{max-width:860px!important}.max-w-861{max-width:861px!important}.max-w-862{max-width:862px!important}.max-w-863{max-width:863px!important}.max-w-864{max-width:864px!important}.max-w-865{max-width:865px!important}.max-w-866{max-width:866px!important}.max-w-867{max-width:867px!important}.max-w-868{max-width:868px!important}.max-w-869{max-width:869px!important}.max-w-870{max-width:870px!important}.max-w-871{max-width:871px!important}.max-w-872{max-width:872px!important}.max-w-873{max-width:873px!important}.max-w-874{max-width:874px!important}.max-w-875{max-width:875px!important}.max-w-876{max-width:876px!important}.max-w-877{max-width:877px!important}.max-w-878{max-width:878px!important}.max-w-879{max-width:879px!important}.max-w-880{max-width:880px!important}.max-w-881{max-width:881px!important}.max-w-882{max-width:882px!important}.max-w-883{max-width:883px!important}.max-w-884{max-width:884px!important}.max-w-885{max-width:885px!important}.max-w-886{max-width:886px!important}.max-w-887{max-width:887px!important}.max-w-888{max-width:888px!important}.max-w-889{max-width:889px!important}.max-w-890{max-width:890px!important}.max-w-891{max-width:891px!important}.max-w-892{max-width:892px!important}.max-w-893{max-width:893px!important}.max-w-894{max-width:894px!important}.max-w-895{max-width:895px!important}.max-w-896{max-width:896px!important}.max-w-897{max-width:897px!important}.max-w-898{max-width:898px!important}.max-w-899{max-width:899px!important}.max-w-900{max-width:900px!important}.max-w-901{max-width:901px!important}.max-w-902{max-width:902px!important}.max-w-903{max-width:903px!important}.max-w-904{max-width:904px!important}.max-w-905{max-width:905px!important}.max-w-906{max-width:906px!important}.max-w-907{max-width:907px!important}.max-w-908{max-width:908px!important}.max-w-909{max-width:909px!important}.max-w-910{max-width:910px!important}.max-w-911{max-width:911px!important}.max-w-912{max-width:912px!important}.max-w-913{max-width:913px!important}.max-w-914{max-width:914px!important}.max-w-915{max-width:915px!important}.max-w-916{max-width:916px!important}.max-w-917{max-width:917px!important}.max-w-918{max-width:918px!important}.max-w-919{max-width:919px!important}.max-w-920{max-width:920px!important}.max-w-921{max-width:921px!important}.max-w-922{max-width:922px!important}.max-w-923{max-width:923px!important}.max-w-924{max-width:924px!important}.max-w-925{max-width:925px!important}.max-w-926{max-width:926px!important}.max-w-927{max-width:927px!important}.max-w-928{max-width:928px!important}.max-w-929{max-width:929px!important}.max-w-930{max-width:930px!important}.max-w-931{max-width:931px!important}.max-w-932{max-width:932px!important}.max-w-933{max-width:933px!important}.max-w-934{max-width:934px!important}.max-w-935{max-width:935px!important}.max-w-936{max-width:936px!important}.max-w-937{max-width:937px!important}.max-w-938{max-width:938px!important}.max-w-939{max-width:939px!important}.max-w-940{max-width:940px!important}.max-w-941{max-width:941px!important}.max-w-942{max-width:942px!important}.max-w-943{max-width:943px!important}.max-w-944{max-width:944px!important}.max-w-945{max-width:945px!important}.max-w-946{max-width:946px!important}.max-w-947{max-width:947px!important}.max-w-948{max-width:948px!important}.max-w-949{max-width:949px!important}.max-w-950{max-width:950px!important}.max-w-951{max-width:951px!important}.max-w-952{max-width:952px!important}.max-w-953{max-width:953px!important}.max-w-954{max-width:954px!important}.max-w-955{max-width:955px!important}.max-w-956{max-width:956px!important}.max-w-957{max-width:957px!important}.max-w-958{max-width:958px!important}.max-w-959{max-width:959px!important}.max-w-960{max-width:960px!important}.max-w-961{max-width:961px!important}.max-w-962{max-width:962px!important}.max-w-963{max-width:963px!important}.max-w-964{max-width:964px!important}.max-w-965{max-width:965px!important}.max-w-966{max-width:966px!important}.max-w-967{max-width:967px!important}.max-w-968{max-width:968px!important}.max-w-969{max-width:969px!important}.max-w-970{max-width:970px!important}.max-w-971{max-width:971px!important}.max-w-972{max-width:972px!important}.max-w-973{max-width:973px!important}.max-w-974{max-width:974px!important}.max-w-975{max-width:975px!important}.max-w-976{max-width:976px!important}.max-w-977{max-width:977px!important}.max-w-978{max-width:978px!important}.max-w-979{max-width:979px!important}.max-w-980{max-width:980px!important}.max-w-981{max-width:981px!important}.max-w-982{max-width:982px!important}.max-w-983{max-width:983px!important}.max-w-984{max-width:984px!important}.max-w-985{max-width:985px!important}.max-w-986{max-width:986px!important}.max-w-987{max-width:987px!important}.max-w-988{max-width:988px!important}.max-w-989{max-width:989px!important}.max-w-990{max-width:990px!important}.max-w-991{max-width:991px!important}.max-w-992{max-width:992px!important}.max-w-993{max-width:993px!important}.max-w-994{max-width:994px!important}.max-w-995{max-width:995px!important}.max-w-996{max-width:996px!important}.max-w-997{max-width:997px!important}.max-w-998{max-width:998px!important}.max-w-999{max-width:999px!important}.max-w-1000{max-width:1000px!important}.min-w-0{min-width:0!important}.min-w-1{min-width:1px!important}.min-w-2{min-width:2px!important}.min-w-3{min-width:3px!important}.min-w-4{min-width:4px!important}.min-w-5{min-width:5px!important}.min-w-6{min-width:6px!important}.min-w-7{min-width:7px!important}.min-w-8{min-width:8px!important}.min-w-9{min-width:9px!important}.min-w-10{min-width:10px!important}.min-w-11{min-width:11px!important}.min-w-12{min-width:12px!important}.min-w-13{min-width:13px!important}.min-w-14{min-width:14px!important}.min-w-15{min-width:15px!important}.min-w-16{min-width:16px!important}.min-w-17{min-width:17px!important}.min-w-18{min-width:18px!important}.min-w-19{min-width:19px!important}.min-w-20{min-width:20px!important}.min-w-21{min-width:21px!important}.min-w-22{min-width:22px!important}.min-w-23{min-width:23px!important}.min-w-24{min-width:24px!important}.min-w-25{min-width:25px!important}.min-w-26{min-width:26px!important}.min-w-27{min-width:27px!important}.min-w-28{min-width:28px!important}.min-w-29{min-width:29px!important}.min-w-30{min-width:30px!important}.min-w-31{min-width:31px!important}.min-w-32{min-width:32px!important}.min-w-33{min-width:33px!important}.min-w-34{min-width:34px!important}.min-w-35{min-width:35px!important}.min-w-36{min-width:36px!important}.min-w-37{min-width:37px!important}.min-w-38{min-width:38px!important}.min-w-39{min-width:39px!important}.min-w-40{min-width:40px!important}.min-w-41{min-width:41px!important}.min-w-42{min-width:42px!important}.min-w-43{min-width:43px!important}.min-w-44{min-width:44px!important}.min-w-45{min-width:45px!important}.min-w-46{min-width:46px!important}.min-w-47{min-width:47px!important}.min-w-48{min-width:48px!important}.min-w-49{min-width:49px!important}.min-w-50{min-width:50px!important}.min-w-51{min-width:51px!important}.min-w-52{min-width:52px!important}.min-w-53{min-width:53px!important}.min-w-54{min-width:54px!important}.min-w-55{min-width:55px!important}.min-w-56{min-width:56px!important}.min-w-57{min-width:57px!important}.min-w-58{min-width:58px!important}.min-w-59{min-width:59px!important}.min-w-60{min-width:60px!important}.min-w-61{min-width:61px!important}.min-w-62{min-width:62px!important}.min-w-63{min-width:63px!important}.min-w-64{min-width:64px!important}.min-w-65{min-width:65px!important}.min-w-66{min-width:66px!important}.min-w-67{min-width:67px!important}.min-w-68{min-width:68px!important}.min-w-69{min-width:69px!important}.min-w-70{min-width:70px!important}.min-w-71{min-width:71px!important}.min-w-72{min-width:72px!important}.min-w-73{min-width:73px!important}.min-w-74{min-width:74px!important}.min-w-75{min-width:75px!important}.min-w-76{min-width:76px!important}.min-w-77{min-width:77px!important}.min-w-78{min-width:78px!important}.min-w-79{min-width:79px!important}.min-w-80{min-width:80px!important}.min-w-81{min-width:81px!important}.min-w-82{min-width:82px!important}.min-w-83{min-width:83px!important}.min-w-84{min-width:84px!important}.min-w-85{min-width:85px!important}.min-w-86{min-width:86px!important}.min-w-87{min-width:87px!important}.min-w-88{min-width:88px!important}.min-w-89{min-width:89px!important}.min-w-90{min-width:90px!important}.min-w-91{min-width:91px!important}.min-w-92{min-width:92px!important}.min-w-93{min-width:93px!important}.min-w-94{min-width:94px!important}.min-w-95{min-width:95px!important}.min-w-96{min-width:96px!important}.min-w-97{min-width:97px!important}.min-w-98{min-width:98px!important}.min-w-99{min-width:99px!important}.min-w-100{min-width:100px!important}.min-w-101{min-width:101px!important}.min-w-102{min-width:102px!important}.min-w-103{min-width:103px!important}.min-w-104{min-width:104px!important}.min-w-105{min-width:105px!important}.min-w-106{min-width:106px!important}.min-w-107{min-width:107px!important}.min-w-108{min-width:108px!important}.min-w-109{min-width:109px!important}.min-w-110{min-width:110px!important}.min-w-111{min-width:111px!important}.min-w-112{min-width:112px!important}.min-w-113{min-width:113px!important}.min-w-114{min-width:114px!important}.min-w-115{min-width:115px!important}.min-w-116{min-width:116px!important}.min-w-117{min-width:117px!important}.min-w-118{min-width:118px!important}.min-w-119{min-width:119px!important}.min-w-120{min-width:120px!important}.min-w-121{min-width:121px!important}.min-w-122{min-width:122px!important}.min-w-123{min-width:123px!important}.min-w-124{min-width:124px!important}.min-w-125{min-width:125px!important}.min-w-126{min-width:126px!important}.min-w-127{min-width:127px!important}.min-w-128{min-width:128px!important}.min-w-129{min-width:129px!important}.min-w-130{min-width:130px!important}.min-w-131{min-width:131px!important}.min-w-132{min-width:132px!important}.min-w-133{min-width:133px!important}.min-w-134{min-width:134px!important}.min-w-135{min-width:135px!important}.min-w-136{min-width:136px!important}.min-w-137{min-width:137px!important}.min-w-138{min-width:138px!important}.min-w-139{min-width:139px!important}.min-w-140{min-width:140px!important}.min-w-141{min-width:141px!important}.min-w-142{min-width:142px!important}.min-w-143{min-width:143px!important}.min-w-144{min-width:144px!important}.min-w-145{min-width:145px!important}.min-w-146{min-width:146px!important}.min-w-147{min-width:147px!important}.min-w-148{min-width:148px!important}.min-w-149{min-width:149px!important}.min-w-150{min-width:150px!important}.min-w-151{min-width:151px!important}.min-w-152{min-width:152px!important}.min-w-153{min-width:153px!important}.min-w-154{min-width:154px!important}.min-w-155{min-width:155px!important}.min-w-156{min-width:156px!important}.min-w-157{min-width:157px!important}.min-w-158{min-width:158px!important}.min-w-159{min-width:159px!important}.min-w-160{min-width:160px!important}.min-w-161{min-width:161px!important}.min-w-162{min-width:162px!important}.min-w-163{min-width:163px!important}.min-w-164{min-width:164px!important}.min-w-165{min-width:165px!important}.min-w-166{min-width:166px!important}.min-w-167{min-width:167px!important}.min-w-168{min-width:168px!important}.min-w-169{min-width:169px!important}.min-w-170{min-width:170px!important}.min-w-171{min-width:171px!important}.min-w-172{min-width:172px!important}.min-w-173{min-width:173px!important}.min-w-174{min-width:174px!important}.min-w-175{min-width:175px!important}.min-w-176{min-width:176px!important}.min-w-177{min-width:177px!important}.min-w-178{min-width:178px!important}.min-w-179{min-width:179px!important}.min-w-180{min-width:180px!important}.min-w-181{min-width:181px!important}.min-w-182{min-width:182px!important}.min-w-183{min-width:183px!important}.min-w-184{min-width:184px!important}.min-w-185{min-width:185px!important}.min-w-186{min-width:186px!important}.min-w-187{min-width:187px!important}.min-w-188{min-width:188px!important}.min-w-189{min-width:189px!important}.min-w-190{min-width:190px!important}.min-w-191{min-width:191px!important}.min-w-192{min-width:192px!important}.min-w-193{min-width:193px!important}.min-w-194{min-width:194px!important}.min-w-195{min-width:195px!important}.min-w-196{min-width:196px!important}.min-w-197{min-width:197px!important}.min-w-198{min-width:198px!important}.min-w-199{min-width:199px!important}.min-w-200{min-width:200px!important}.min-w-201{min-width:201px!important}.min-w-202{min-width:202px!important}.min-w-203{min-width:203px!important}.min-w-204{min-width:204px!important}.min-w-205{min-width:205px!important}.min-w-206{min-width:206px!important}.min-w-207{min-width:207px!important}.min-w-208{min-width:208px!important}.min-w-209{min-width:209px!important}.min-w-210{min-width:210px!important}.min-w-211{min-width:211px!important}.min-w-212{min-width:212px!important}.min-w-213{min-width:213px!important}.min-w-214{min-width:214px!important}.min-w-215{min-width:215px!important}.min-w-216{min-width:216px!important}.min-w-217{min-width:217px!important}.min-w-218{min-width:218px!important}.min-w-219{min-width:219px!important}.min-w-220{min-width:220px!important}.min-w-221{min-width:221px!important}.min-w-222{min-width:222px!important}.min-w-223{min-width:223px!important}.min-w-224{min-width:224px!important}.min-w-225{min-width:225px!important}.min-w-226{min-width:226px!important}.min-w-227{min-width:227px!important}.min-w-228{min-width:228px!important}.min-w-229{min-width:229px!important}.min-w-230{min-width:230px!important}.min-w-231{min-width:231px!important}.min-w-232{min-width:232px!important}.min-w-233{min-width:233px!important}.min-w-234{min-width:234px!important}.min-w-235{min-width:235px!important}.min-w-236{min-width:236px!important}.min-w-237{min-width:237px!important}.min-w-238{min-width:238px!important}.min-w-239{min-width:239px!important}.min-w-240{min-width:240px!important}.min-w-241{min-width:241px!important}.min-w-242{min-width:242px!important}.min-w-243{min-width:243px!important}.min-w-244{min-width:244px!important}.min-w-245{min-width:245px!important}.min-w-246{min-width:246px!important}.min-w-247{min-width:247px!important}.min-w-248{min-width:248px!important}.min-w-249{min-width:249px!important}.min-w-250{min-width:250px!important}.min-w-251{min-width:251px!important}.min-w-252{min-width:252px!important}.min-w-253{min-width:253px!important}.min-w-254{min-width:254px!important}.min-w-255{min-width:255px!important}.min-w-256{min-width:256px!important}.min-w-257{min-width:257px!important}.min-w-258{min-width:258px!important}.min-w-259{min-width:259px!important}.min-w-260{min-width:260px!important}.min-w-261{min-width:261px!important}.min-w-262{min-width:262px!important}.min-w-263{min-width:263px!important}.min-w-264{min-width:264px!important}.min-w-265{min-width:265px!important}.min-w-266{min-width:266px!important}.min-w-267{min-width:267px!important}.min-w-268{min-width:268px!important}.min-w-269{min-width:269px!important}.min-w-270{min-width:270px!important}.min-w-271{min-width:271px!important}.min-w-272{min-width:272px!important}.min-w-273{min-width:273px!important}.min-w-274{min-width:274px!important}.min-w-275{min-width:275px!important}.min-w-276{min-width:276px!important}.min-w-277{min-width:277px!important}.min-w-278{min-width:278px!important}.min-w-279{min-width:279px!important}.min-w-280{min-width:280px!important}.min-w-281{min-width:281px!important}.min-w-282{min-width:282px!important}.min-w-283{min-width:283px!important}.min-w-284{min-width:284px!important}.min-w-285{min-width:285px!important}.min-w-286{min-width:286px!important}.min-w-287{min-width:287px!important}.min-w-288{min-width:288px!important}.min-w-289{min-width:289px!important}.min-w-290{min-width:290px!important}.min-w-291{min-width:291px!important}.min-w-292{min-width:292px!important}.min-w-293{min-width:293px!important}.min-w-294{min-width:294px!important}.min-w-295{min-width:295px!important}.min-w-296{min-width:296px!important}.min-w-297{min-width:297px!important}.min-w-298{min-width:298px!important}.min-w-299{min-width:299px!important}.min-w-300{min-width:300px!important}.min-w-301{min-width:301px!important}.min-w-302{min-width:302px!important}.min-w-303{min-width:303px!important}.min-w-304{min-width:304px!important}.min-w-305{min-width:305px!important}.min-w-306{min-width:306px!important}.min-w-307{min-width:307px!important}.min-w-308{min-width:308px!important}.min-w-309{min-width:309px!important}.min-w-310{min-width:310px!important}.min-w-311{min-width:311px!important}.min-w-312{min-width:312px!important}.min-w-313{min-width:313px!important}.min-w-314{min-width:314px!important}.min-w-315{min-width:315px!important}.min-w-316{min-width:316px!important}.min-w-317{min-width:317px!important}.min-w-318{min-width:318px!important}.min-w-319{min-width:319px!important}.min-w-320{min-width:320px!important}.min-w-321{min-width:321px!important}.min-w-322{min-width:322px!important}.min-w-323{min-width:323px!important}.min-w-324{min-width:324px!important}.min-w-325{min-width:325px!important}.min-w-326{min-width:326px!important}.min-w-327{min-width:327px!important}.min-w-328{min-width:328px!important}.min-w-329{min-width:329px!important}.min-w-330{min-width:330px!important}.min-w-331{min-width:331px!important}.min-w-332{min-width:332px!important}.min-w-333{min-width:333px!important}.min-w-334{min-width:334px!important}.min-w-335{min-width:335px!important}.min-w-336{min-width:336px!important}.min-w-337{min-width:337px!important}.min-w-338{min-width:338px!important}.min-w-339{min-width:339px!important}.min-w-340{min-width:340px!important}.min-w-341{min-width:341px!important}.min-w-342{min-width:342px!important}.min-w-343{min-width:343px!important}.min-w-344{min-width:344px!important}.min-w-345{min-width:345px!important}.min-w-346{min-width:346px!important}.min-w-347{min-width:347px!important}.min-w-348{min-width:348px!important}.min-w-349{min-width:349px!important}.min-w-350{min-width:350px!important}.min-w-351{min-width:351px!important}.min-w-352{min-width:352px!important}.min-w-353{min-width:353px!important}.min-w-354{min-width:354px!important}.min-w-355{min-width:355px!important}.min-w-356{min-width:356px!important}.min-w-357{min-width:357px!important}.min-w-358{min-width:358px!important}.min-w-359{min-width:359px!important}.min-w-360{min-width:360px!important}.min-w-361{min-width:361px!important}.min-w-362{min-width:362px!important}.min-w-363{min-width:363px!important}.min-w-364{min-width:364px!important}.min-w-365{min-width:365px!important}.min-w-366{min-width:366px!important}.min-w-367{min-width:367px!important}.min-w-368{min-width:368px!important}.min-w-369{min-width:369px!important}.min-w-370{min-width:370px!important}.min-w-371{min-width:371px!important}.min-w-372{min-width:372px!important}.min-w-373{min-width:373px!important}.min-w-374{min-width:374px!important}.min-w-375{min-width:375px!important}.min-w-376{min-width:376px!important}.min-w-377{min-width:377px!important}.min-w-378{min-width:378px!important}.min-w-379{min-width:379px!important}.min-w-380{min-width:380px!important}.min-w-381{min-width:381px!important}.min-w-382{min-width:382px!important}.min-w-383{min-width:383px!important}.min-w-384{min-width:384px!important}.min-w-385{min-width:385px!important}.min-w-386{min-width:386px!important}.min-w-387{min-width:387px!important}.min-w-388{min-width:388px!important}.min-w-389{min-width:389px!important}.min-w-390{min-width:390px!important}.min-w-391{min-width:391px!important}.min-w-392{min-width:392px!important}.min-w-393{min-width:393px!important}.min-w-394{min-width:394px!important}.min-w-395{min-width:395px!important}.min-w-396{min-width:396px!important}.min-w-397{min-width:397px!important}.min-w-398{min-width:398px!important}.min-w-399{min-width:399px!important}.min-w-400{min-width:400px!important}.min-w-401{min-width:401px!important}.min-w-402{min-width:402px!important}.min-w-403{min-width:403px!important}.min-w-404{min-width:404px!important}.min-w-405{min-width:405px!important}.min-w-406{min-width:406px!important}.min-w-407{min-width:407px!important}.min-w-408{min-width:408px!important}.min-w-409{min-width:409px!important}.min-w-410{min-width:410px!important}.min-w-411{min-width:411px!important}.min-w-412{min-width:412px!important}.min-w-413{min-width:413px!important}.min-w-414{min-width:414px!important}.min-w-415{min-width:415px!important}.min-w-416{min-width:416px!important}.min-w-417{min-width:417px!important}.min-w-418{min-width:418px!important}.min-w-419{min-width:419px!important}.min-w-420{min-width:420px!important}.min-w-421{min-width:421px!important}.min-w-422{min-width:422px!important}.min-w-423{min-width:423px!important}.min-w-424{min-width:424px!important}.min-w-425{min-width:425px!important}.min-w-426{min-width:426px!important}.min-w-427{min-width:427px!important}.min-w-428{min-width:428px!important}.min-w-429{min-width:429px!important}.min-w-430{min-width:430px!important}.min-w-431{min-width:431px!important}.min-w-432{min-width:432px!important}.min-w-433{min-width:433px!important}.min-w-434{min-width:434px!important}.min-w-435{min-width:435px!important}.min-w-436{min-width:436px!important}.min-w-437{min-width:437px!important}.min-w-438{min-width:438px!important}.min-w-439{min-width:439px!important}.min-w-440{min-width:440px!important}.min-w-441{min-width:441px!important}.min-w-442{min-width:442px!important}.min-w-443{min-width:443px!important}.min-w-444{min-width:444px!important}.min-w-445{min-width:445px!important}.min-w-446{min-width:446px!important}.min-w-447{min-width:447px!important}.min-w-448{min-width:448px!important}.min-w-449{min-width:449px!important}.min-w-450{min-width:450px!important}.min-w-451{min-width:451px!important}.min-w-452{min-width:452px!important}.min-w-453{min-width:453px!important}.min-w-454{min-width:454px!important}.min-w-455{min-width:455px!important}.min-w-456{min-width:456px!important}.min-w-457{min-width:457px!important}.min-w-458{min-width:458px!important}.min-w-459{min-width:459px!important}.min-w-460{min-width:460px!important}.min-w-461{min-width:461px!important}.min-w-462{min-width:462px!important}.min-w-463{min-width:463px!important}.min-w-464{min-width:464px!important}.min-w-465{min-width:465px!important}.min-w-466{min-width:466px!important}.min-w-467{min-width:467px!important}.min-w-468{min-width:468px!important}.min-w-469{min-width:469px!important}.min-w-470{min-width:470px!important}.min-w-471{min-width:471px!important}.min-w-472{min-width:472px!important}.min-w-473{min-width:473px!important}.min-w-474{min-width:474px!important}.min-w-475{min-width:475px!important}.min-w-476{min-width:476px!important}.min-w-477{min-width:477px!important}.min-w-478{min-width:478px!important}.min-w-479{min-width:479px!important}.min-w-480{min-width:480px!important}.min-w-481{min-width:481px!important}.min-w-482{min-width:482px!important}.min-w-483{min-width:483px!important}.min-w-484{min-width:484px!important}.min-w-485{min-width:485px!important}.min-w-486{min-width:486px!important}.min-w-487{min-width:487px!important}.min-w-488{min-width:488px!important}.min-w-489{min-width:489px!important}.min-w-490{min-width:490px!important}.min-w-491{min-width:491px!important}.min-w-492{min-width:492px!important}.min-w-493{min-width:493px!important}.min-w-494{min-width:494px!important}.min-w-495{min-width:495px!important}.min-w-496{min-width:496px!important}.min-w-497{min-width:497px!important}.min-w-498{min-width:498px!important}.min-w-499{min-width:499px!important}.min-w-500{min-width:500px!important}.min-w-501{min-width:501px!important}.min-w-502{min-width:502px!important}.min-w-503{min-width:503px!important}.min-w-504{min-width:504px!important}.min-w-505{min-width:505px!important}.min-w-506{min-width:506px!important}.min-w-507{min-width:507px!important}.min-w-508{min-width:508px!important}.min-w-509{min-width:509px!important}.min-w-510{min-width:510px!important}.min-w-511{min-width:511px!important}.min-w-512{min-width:512px!important}.min-w-513{min-width:513px!important}.min-w-514{min-width:514px!important}.min-w-515{min-width:515px!important}.min-w-516{min-width:516px!important}.min-w-517{min-width:517px!important}.min-w-518{min-width:518px!important}.min-w-519{min-width:519px!important}.min-w-520{min-width:520px!important}.min-w-521{min-width:521px!important}.min-w-522{min-width:522px!important}.min-w-523{min-width:523px!important}.min-w-524{min-width:524px!important}.min-w-525{min-width:525px!important}.min-w-526{min-width:526px!important}.min-w-527{min-width:527px!important}.min-w-528{min-width:528px!important}.min-w-529{min-width:529px!important}.min-w-530{min-width:530px!important}.min-w-531{min-width:531px!important}.min-w-532{min-width:532px!important}.min-w-533{min-width:533px!important}.min-w-534{min-width:534px!important}.min-w-535{min-width:535px!important}.min-w-536{min-width:536px!important}.min-w-537{min-width:537px!important}.min-w-538{min-width:538px!important}.min-w-539{min-width:539px!important}.min-w-540{min-width:540px!important}.min-w-541{min-width:541px!important}.min-w-542{min-width:542px!important}.min-w-543{min-width:543px!important}.min-w-544{min-width:544px!important}.min-w-545{min-width:545px!important}.min-w-546{min-width:546px!important}.min-w-547{min-width:547px!important}.min-w-548{min-width:548px!important}.min-w-549{min-width:549px!important}.min-w-550{min-width:550px!important}.min-w-551{min-width:551px!important}.min-w-552{min-width:552px!important}.min-w-553{min-width:553px!important}.min-w-554{min-width:554px!important}.min-w-555{min-width:555px!important}.min-w-556{min-width:556px!important}.min-w-557{min-width:557px!important}.min-w-558{min-width:558px!important}.min-w-559{min-width:559px!important}.min-w-560{min-width:560px!important}.min-w-561{min-width:561px!important}.min-w-562{min-width:562px!important}.min-w-563{min-width:563px!important}.min-w-564{min-width:564px!important}.min-w-565{min-width:565px!important}.min-w-566{min-width:566px!important}.min-w-567{min-width:567px!important}.min-w-568{min-width:568px!important}.min-w-569{min-width:569px!important}.min-w-570{min-width:570px!important}.min-w-571{min-width:571px!important}.min-w-572{min-width:572px!important}.min-w-573{min-width:573px!important}.min-w-574{min-width:574px!important}.min-w-575{min-width:575px!important}.min-w-576{min-width:576px!important}.min-w-577{min-width:577px!important}.min-w-578{min-width:578px!important}.min-w-579{min-width:579px!important}.min-w-580{min-width:580px!important}.min-w-581{min-width:581px!important}.min-w-582{min-width:582px!important}.min-w-583{min-width:583px!important}.min-w-584{min-width:584px!important}.min-w-585{min-width:585px!important}.min-w-586{min-width:586px!important}.min-w-587{min-width:587px!important}.min-w-588{min-width:588px!important}.min-w-589{min-width:589px!important}.min-w-590{min-width:590px!important}.min-w-591{min-width:591px!important}.min-w-592{min-width:592px!important}.min-w-593{min-width:593px!important}.min-w-594{min-width:594px!important}.min-w-595{min-width:595px!important}.min-w-596{min-width:596px!important}.min-w-597{min-width:597px!important}.min-w-598{min-width:598px!important}.min-w-599{min-width:599px!important}.min-w-600{min-width:600px!important}.min-w-601{min-width:601px!important}.min-w-602{min-width:602px!important}.min-w-603{min-width:603px!important}.min-w-604{min-width:604px!important}.min-w-605{min-width:605px!important}.min-w-606{min-width:606px!important}.min-w-607{min-width:607px!important}.min-w-608{min-width:608px!important}.min-w-609{min-width:609px!important}.min-w-610{min-width:610px!important}.min-w-611{min-width:611px!important}.min-w-612{min-width:612px!important}.min-w-613{min-width:613px!important}.min-w-614{min-width:614px!important}.min-w-615{min-width:615px!important}.min-w-616{min-width:616px!important}.min-w-617{min-width:617px!important}.min-w-618{min-width:618px!important}.min-w-619{min-width:619px!important}.min-w-620{min-width:620px!important}.min-w-621{min-width:621px!important}.min-w-622{min-width:622px!important}.min-w-623{min-width:623px!important}.min-w-624{min-width:624px!important}.min-w-625{min-width:625px!important}.min-w-626{min-width:626px!important}.min-w-627{min-width:627px!important}.min-w-628{min-width:628px!important}.min-w-629{min-width:629px!important}.min-w-630{min-width:630px!important}.min-w-631{min-width:631px!important}.min-w-632{min-width:632px!important}.min-w-633{min-width:633px!important}.min-w-634{min-width:634px!important}.min-w-635{min-width:635px!important}.min-w-636{min-width:636px!important}.min-w-637{min-width:637px!important}.min-w-638{min-width:638px!important}.min-w-639{min-width:639px!important}.min-w-640{min-width:640px!important}.min-w-641{min-width:641px!important}.min-w-642{min-width:642px!important}.min-w-643{min-width:643px!important}.min-w-644{min-width:644px!important}.min-w-645{min-width:645px!important}.min-w-646{min-width:646px!important}.min-w-647{min-width:647px!important}.min-w-648{min-width:648px!important}.min-w-649{min-width:649px!important}.min-w-650{min-width:650px!important}.min-w-651{min-width:651px!important}.min-w-652{min-width:652px!important}.min-w-653{min-width:653px!important}.min-w-654{min-width:654px!important}.min-w-655{min-width:655px!important}.min-w-656{min-width:656px!important}.min-w-657{min-width:657px!important}.min-w-658{min-width:658px!important}.min-w-659{min-width:659px!important}.min-w-660{min-width:660px!important}.min-w-661{min-width:661px!important}.min-w-662{min-width:662px!important}.min-w-663{min-width:663px!important}.min-w-664{min-width:664px!important}.min-w-665{min-width:665px!important}.min-w-666{min-width:666px!important}.min-w-667{min-width:667px!important}.min-w-668{min-width:668px!important}.min-w-669{min-width:669px!important}.min-w-670{min-width:670px!important}.min-w-671{min-width:671px!important}.min-w-672{min-width:672px!important}.min-w-673{min-width:673px!important}.min-w-674{min-width:674px!important}.min-w-675{min-width:675px!important}.min-w-676{min-width:676px!important}.min-w-677{min-width:677px!important}.min-w-678{min-width:678px!important}.min-w-679{min-width:679px!important}.min-w-680{min-width:680px!important}.min-w-681{min-width:681px!important}.min-w-682{min-width:682px!important}.min-w-683{min-width:683px!important}.min-w-684{min-width:684px!important}.min-w-685{min-width:685px!important}.min-w-686{min-width:686px!important}.min-w-687{min-width:687px!important}.min-w-688{min-width:688px!important}.min-w-689{min-width:689px!important}.min-w-690{min-width:690px!important}.min-w-691{min-width:691px!important}.min-w-692{min-width:692px!important}.min-w-693{min-width:693px!important}.min-w-694{min-width:694px!important}.min-w-695{min-width:695px!important}.min-w-696{min-width:696px!important}.min-w-697{min-width:697px!important}.min-w-698{min-width:698px!important}.min-w-699{min-width:699px!important}.min-w-700{min-width:700px!important}.min-w-701{min-width:701px!important}.min-w-702{min-width:702px!important}.min-w-703{min-width:703px!important}.min-w-704{min-width:704px!important}.min-w-705{min-width:705px!important}.min-w-706{min-width:706px!important}.min-w-707{min-width:707px!important}.min-w-708{min-width:708px!important}.min-w-709{min-width:709px!important}.min-w-710{min-width:710px!important}.min-w-711{min-width:711px!important}.min-w-712{min-width:712px!important}.min-w-713{min-width:713px!important}.min-w-714{min-width:714px!important}.min-w-715{min-width:715px!important}.min-w-716{min-width:716px!important}.min-w-717{min-width:717px!important}.min-w-718{min-width:718px!important}.min-w-719{min-width:719px!important}.min-w-720{min-width:720px!important}.min-w-721{min-width:721px!important}.min-w-722{min-width:722px!important}.min-w-723{min-width:723px!important}.min-w-724{min-width:724px!important}.min-w-725{min-width:725px!important}.min-w-726{min-width:726px!important}.min-w-727{min-width:727px!important}.min-w-728{min-width:728px!important}.min-w-729{min-width:729px!important}.min-w-730{min-width:730px!important}.min-w-731{min-width:731px!important}.min-w-732{min-width:732px!important}.min-w-733{min-width:733px!important}.min-w-734{min-width:734px!important}.min-w-735{min-width:735px!important}.min-w-736{min-width:736px!important}.min-w-737{min-width:737px!important}.min-w-738{min-width:738px!important}.min-w-739{min-width:739px!important}.min-w-740{min-width:740px!important}.min-w-741{min-width:741px!important}.min-w-742{min-width:742px!important}.min-w-743{min-width:743px!important}.min-w-744{min-width:744px!important}.min-w-745{min-width:745px!important}.min-w-746{min-width:746px!important}.min-w-747{min-width:747px!important}.min-w-748{min-width:748px!important}.min-w-749{min-width:749px!important}.min-w-750{min-width:750px!important}.min-w-751{min-width:751px!important}.min-w-752{min-width:752px!important}.min-w-753{min-width:753px!important}.min-w-754{min-width:754px!important}.min-w-755{min-width:755px!important}.min-w-756{min-width:756px!important}.min-w-757{min-width:757px!important}.min-w-758{min-width:758px!important}.min-w-759{min-width:759px!important}.min-w-760{min-width:760px!important}.min-w-761{min-width:761px!important}.min-w-762{min-width:762px!important}.min-w-763{min-width:763px!important}.min-w-764{min-width:764px!important}.min-w-765{min-width:765px!important}.min-w-766{min-width:766px!important}.min-w-767{min-width:767px!important}.min-w-768{min-width:768px!important}.min-w-769{min-width:769px!important}.min-w-770{min-width:770px!important}.min-w-771{min-width:771px!important}.min-w-772{min-width:772px!important}.min-w-773{min-width:773px!important}.min-w-774{min-width:774px!important}.min-w-775{min-width:775px!important}.min-w-776{min-width:776px!important}.min-w-777{min-width:777px!important}.min-w-778{min-width:778px!important}.min-w-779{min-width:779px!important}.min-w-780{min-width:780px!important}.min-w-781{min-width:781px!important}.min-w-782{min-width:782px!important}.min-w-783{min-width:783px!important}.min-w-784{min-width:784px!important}.min-w-785{min-width:785px!important}.min-w-786{min-width:786px!important}.min-w-787{min-width:787px!important}.min-w-788{min-width:788px!important}.min-w-789{min-width:789px!important}.min-w-790{min-width:790px!important}.min-w-791{min-width:791px!important}.min-w-792{min-width:792px!important}.min-w-793{min-width:793px!important}.min-w-794{min-width:794px!important}.min-w-795{min-width:795px!important}.min-w-796{min-width:796px!important}.min-w-797{min-width:797px!important}.min-w-798{min-width:798px!important}.min-w-799{min-width:799px!important}.min-w-800{min-width:800px!important}.min-w-801{min-width:801px!important}.min-w-802{min-width:802px!important}.min-w-803{min-width:803px!important}.min-w-804{min-width:804px!important}.min-w-805{min-width:805px!important}.min-w-806{min-width:806px!important}.min-w-807{min-width:807px!important}.min-w-808{min-width:808px!important}.min-w-809{min-width:809px!important}.min-w-810{min-width:810px!important}.min-w-811{min-width:811px!important}.min-w-812{min-width:812px!important}.min-w-813{min-width:813px!important}.min-w-814{min-width:814px!important}.min-w-815{min-width:815px!important}.min-w-816{min-width:816px!important}.min-w-817{min-width:817px!important}.min-w-818{min-width:818px!important}.min-w-819{min-width:819px!important}.min-w-820{min-width:820px!important}.min-w-821{min-width:821px!important}.min-w-822{min-width:822px!important}.min-w-823{min-width:823px!important}.min-w-824{min-width:824px!important}.min-w-825{min-width:825px!important}.min-w-826{min-width:826px!important}.min-w-827{min-width:827px!important}.min-w-828{min-width:828px!important}.min-w-829{min-width:829px!important}.min-w-830{min-width:830px!important}.min-w-831{min-width:831px!important}.min-w-832{min-width:832px!important}.min-w-833{min-width:833px!important}.min-w-834{min-width:834px!important}.min-w-835{min-width:835px!important}.min-w-836{min-width:836px!important}.min-w-837{min-width:837px!important}.min-w-838{min-width:838px!important}.min-w-839{min-width:839px!important}.min-w-840{min-width:840px!important}.min-w-841{min-width:841px!important}.min-w-842{min-width:842px!important}.min-w-843{min-width:843px!important}.min-w-844{min-width:844px!important}.min-w-845{min-width:845px!important}.min-w-846{min-width:846px!important}.min-w-847{min-width:847px!important}.min-w-848{min-width:848px!important}.min-w-849{min-width:849px!important}.min-w-850{min-width:850px!important}.min-w-851{min-width:851px!important}.min-w-852{min-width:852px!important}.min-w-853{min-width:853px!important}.min-w-854{min-width:854px!important}.min-w-855{min-width:855px!important}.min-w-856{min-width:856px!important}.min-w-857{min-width:857px!important}.min-w-858{min-width:858px!important}.min-w-859{min-width:859px!important}.min-w-860{min-width:860px!important}.min-w-861{min-width:861px!important}.min-w-862{min-width:862px!important}.min-w-863{min-width:863px!important}.min-w-864{min-width:864px!important}.min-w-865{min-width:865px!important}.min-w-866{min-width:866px!important}.min-w-867{min-width:867px!important}.min-w-868{min-width:868px!important}.min-w-869{min-width:869px!important}.min-w-870{min-width:870px!important}.min-w-871{min-width:871px!important}.min-w-872{min-width:872px!important}.min-w-873{min-width:873px!important}.min-w-874{min-width:874px!important}.min-w-875{min-width:875px!important}.min-w-876{min-width:876px!important}.min-w-877{min-width:877px!important}.min-w-878{min-width:878px!important}.min-w-879{min-width:879px!important}.min-w-880{min-width:880px!important}.min-w-881{min-width:881px!important}.min-w-882{min-width:882px!important}.min-w-883{min-width:883px!important}.min-w-884{min-width:884px!important}.min-w-885{min-width:885px!important}.min-w-886{min-width:886px!important}.min-w-887{min-width:887px!important}.min-w-888{min-width:888px!important}.min-w-889{min-width:889px!important}.min-w-890{min-width:890px!important}.min-w-891{min-width:891px!important}.min-w-892{min-width:892px!important}.min-w-893{min-width:893px!important}.min-w-894{min-width:894px!important}.min-w-895{min-width:895px!important}.min-w-896{min-width:896px!important}.min-w-897{min-width:897px!important}.min-w-898{min-width:898px!important}.min-w-899{min-width:899px!important}.min-w-900{min-width:900px!important}.min-w-901{min-width:901px!important}.min-w-902{min-width:902px!important}.min-w-903{min-width:903px!important}.min-w-904{min-width:904px!important}.min-w-905{min-width:905px!important}.min-w-906{min-width:906px!important}.min-w-907{min-width:907px!important}.min-w-908{min-width:908px!important}.min-w-909{min-width:909px!important}.min-w-910{min-width:910px!important}.min-w-911{min-width:911px!important}.min-w-912{min-width:912px!important}.min-w-913{min-width:913px!important}.min-w-914{min-width:914px!important}.min-w-915{min-width:915px!important}.min-w-916{min-width:916px!important}.min-w-917{min-width:917px!important}.min-w-918{min-width:918px!important}.min-w-919{min-width:919px!important}.min-w-920{min-width:920px!important}.min-w-921{min-width:921px!important}.min-w-922{min-width:922px!important}.min-w-923{min-width:923px!important}.min-w-924{min-width:924px!important}.min-w-925{min-width:925px!important}.min-w-926{min-width:926px!important}.min-w-927{min-width:927px!important}.min-w-928{min-width:928px!important}.min-w-929{min-width:929px!important}.min-w-930{min-width:930px!important}.min-w-931{min-width:931px!important}.min-w-932{min-width:932px!important}.min-w-933{min-width:933px!important}.min-w-934{min-width:934px!important}.min-w-935{min-width:935px!important}.min-w-936{min-width:936px!important}.min-w-937{min-width:937px!important}.min-w-938{min-width:938px!important}.min-w-939{min-width:939px!important}.min-w-940{min-width:940px!important}.min-w-941{min-width:941px!important}.min-w-942{min-width:942px!important}.min-w-943{min-width:943px!important}.min-w-944{min-width:944px!important}.min-w-945{min-width:945px!important}.min-w-946{min-width:946px!important}.min-w-947{min-width:947px!important}.min-w-948{min-width:948px!important}.min-w-949{min-width:949px!important}.min-w-950{min-width:950px!important}.min-w-951{min-width:951px!important}.min-w-952{min-width:952px!important}.min-w-953{min-width:953px!important}.min-w-954{min-width:954px!important}.min-w-955{min-width:955px!important}.min-w-956{min-width:956px!important}.min-w-957{min-width:957px!important}.min-w-958{min-width:958px!important}.min-w-959{min-width:959px!important}.min-w-960{min-width:960px!important}.min-w-961{min-width:961px!important}.min-w-962{min-width:962px!important}.min-w-963{min-width:963px!important}.min-w-964{min-width:964px!important}.min-w-965{min-width:965px!important}.min-w-966{min-width:966px!important}.min-w-967{min-width:967px!important}.min-w-968{min-width:968px!important}.min-w-969{min-width:969px!important}.min-w-970{min-width:970px!important}.min-w-971{min-width:971px!important}.min-w-972{min-width:972px!important}.min-w-973{min-width:973px!important}.min-w-974{min-width:974px!important}.min-w-975{min-width:975px!important}.min-w-976{min-width:976px!important}.min-w-977{min-width:977px!important}.min-w-978{min-width:978px!important}.min-w-979{min-width:979px!important}.min-w-980{min-width:980px!important}.min-w-981{min-width:981px!important}.min-w-982{min-width:982px!important}.min-w-983{min-width:983px!important}.min-w-984{min-width:984px!important}.min-w-985{min-width:985px!important}.min-w-986{min-width:986px!important}.min-w-987{min-width:987px!important}.min-w-988{min-width:988px!important}.min-w-989{min-width:989px!important}.min-w-990{min-width:990px!important}.min-w-991{min-width:991px!important}.min-w-992{min-width:992px!important}.min-w-993{min-width:993px!important}.min-w-994{min-width:994px!important}.min-w-995{min-width:995px!important}.min-w-996{min-width:996px!important}.min-w-997{min-width:997px!important}.min-w-998{min-width:998px!important}.min-w-999{min-width:999px!important}.min-w-1000{min-width:1000px!important}.height-0{height:0!important}.height-1{height:1px!important}.height-2{height:2px!important}.height-3{height:3px!important}.height-4{height:4px!important}.height-5{height:5px!important}.height-6{height:6px!important}.height-7{height:7px!important}.height-8{height:8px!important}.height-9{height:9px!important}.height-10{height:10px!important}.height-11{height:11px!important}.height-12{height:12px!important}.height-13{height:13px!important}.height-14{height:14px!important}.height-15{height:15px!important}.height-16{height:16px!important}.height-17{height:17px!important}.height-18{height:18px!important}.height-19{height:19px!important}.height-20{height:20px!important}.height-21{height:21px!important}.height-22{height:22px!important}.height-23{height:23px!important}.height-24{height:24px!important}.height-25{height:25px!important}.height-26{height:26px!important}.height-27{height:27px!important}.height-28{height:28px!important}.height-29{height:29px!important}.height-30{height:30px!important}.height-31{height:31px!important}.height-32{height:32px!important}.height-33{height:33px!important}.height-34{height:34px!important}.height-35{height:35px!important}.height-36{height:36px!important}.height-37{height:37px!important}.height-38{height:38px!important}.height-39{height:39px!important}.height-40{height:40px!important}.height-41{height:41px!important}.height-42{height:42px!important}.height-43{height:43px!important}.height-44{height:44px!important}.height-45{height:45px!important}.height-46{height:46px!important}.height-47{height:47px!important}.height-48{height:48px!important}.height-49{height:49px!important}.height-50{height:50px!important}.height-51{height:51px!important}.height-52{height:52px!important}.height-53{height:53px!important}.height-54{height:54px!important}.height-55{height:55px!important}.height-56{height:56px!important}.height-57{height:57px!important}.height-58{height:58px!important}.height-59{height:59px!important}.height-60{height:60px!important}.height-61{height:61px!important}.height-62{height:62px!important}.height-63{height:63px!important}.height-64{height:64px!important}.height-65{height:65px!important}.height-66{height:66px!important}.height-67{height:67px!important}.height-68{height:68px!important}.height-69{height:69px!important}.height-70{height:70px!important}.height-71{height:71px!important}.height-72{height:72px!important}.height-73{height:73px!important}.height-74{height:74px!important}.height-75{height:75px!important}.height-76{height:76px!important}.height-77{height:77px!important}.height-78{height:78px!important}.height-79{height:79px!important}.height-80{height:80px!important}.height-81{height:81px!important}.height-82{height:82px!important}.height-83{height:83px!important}.height-84{height:84px!important}.height-85{height:85px!important}.height-86{height:86px!important}.height-87{height:87px!important}.height-88{height:88px!important}.height-89{height:89px!important}.height-90{height:90px!important}.height-91{height:91px!important}.height-92{height:92px!important}.height-93{height:93px!important}.height-94{height:94px!important}.height-95{height:95px!important}.height-96{height:96px!important}.height-97{height:97px!important}.height-98{height:98px!important}.height-99{height:99px!important}.height-100{height:100px!important}.height-101{height:101px!important}.height-102{height:102px!important}.height-103{height:103px!important}.height-104{height:104px!important}.height-105{height:105px!important}.height-106{height:106px!important}.height-107{height:107px!important}.height-108{height:108px!important}.height-109{height:109px!important}.height-110{height:110px!important}.height-111{height:111px!important}.height-112{height:112px!important}.height-113{height:113px!important}.height-114{height:114px!important}.height-115{height:115px!important}.height-116{height:116px!important}.height-117{height:117px!important}.height-118{height:118px!important}.height-119{height:119px!important}.height-120{height:120px!important}.height-121{height:121px!important}.height-122{height:122px!important}.height-123{height:123px!important}.height-124{height:124px!important}.height-125{height:125px!important}.height-126{height:126px!important}.height-127{height:127px!important}.height-128{height:128px!important}.height-129{height:129px!important}.height-130{height:130px!important}.height-131{height:131px!important}.height-132{height:132px!important}.height-133{height:133px!important}.height-134{height:134px!important}.height-135{height:135px!important}.height-136{height:136px!important}.height-137{height:137px!important}.height-138{height:138px!important}.height-139{height:139px!important}.height-140{height:140px!important}.height-141{height:141px!important}.height-142{height:142px!important}.height-143{height:143px!important}.height-144{height:144px!important}.height-145{height:145px!important}.height-146{height:146px!important}.height-147{height:147px!important}.height-148{height:148px!important}.height-149{height:149px!important}.height-150{height:150px!important}.height-151{height:151px!important}.height-152{height:152px!important}.height-153{height:153px!important}.height-154{height:154px!important}.height-155{height:155px!important}.height-156{height:156px!important}.height-157{height:157px!important}.height-158{height:158px!important}.height-159{height:159px!important}.height-160{height:160px!important}.height-161{height:161px!important}.height-162{height:162px!important}.height-163{height:163px!important}.height-164{height:164px!important}.height-165{height:165px!important}.height-166{height:166px!important}.height-167{height:167px!important}.height-168{height:168px!important}.height-169{height:169px!important}.height-170{height:170px!important}.height-171{height:171px!important}.height-172{height:172px!important}.height-173{height:173px!important}.height-174{height:174px!important}.height-175{height:175px!important}.height-176{height:176px!important}.height-177{height:177px!important}.height-178{height:178px!important}.height-179{height:179px!important}.height-180{height:180px!important}.height-181{height:181px!important}.height-182{height:182px!important}.height-183{height:183px!important}.height-184{height:184px!important}.height-185{height:185px!important}.height-186{height:186px!important}.height-187{height:187px!important}.height-188{height:188px!important}.height-189{height:189px!important}.height-190{height:190px!important}.height-191{height:191px!important}.height-192{height:192px!important}.height-193{height:193px!important}.height-194{height:194px!important}.height-195{height:195px!important}.height-196{height:196px!important}.height-197{height:197px!important}.height-198{height:198px!important}.height-199{height:199px!important}.height-200{height:200px!important}.height-201{height:201px!important}.height-202{height:202px!important}.height-203{height:203px!important}.height-204{height:204px!important}.height-205{height:205px!important}.height-206{height:206px!important}.height-207{height:207px!important}.height-208{height:208px!important}.height-209{height:209px!important}.height-210{height:210px!important}.height-211{height:211px!important}.height-212{height:212px!important}.height-213{height:213px!important}.height-214{height:214px!important}.height-215{height:215px!important}.height-216{height:216px!important}.height-217{height:217px!important}.height-218{height:218px!important}.height-219{height:219px!important}.height-220{height:220px!important}.height-221{height:221px!important}.height-222{height:222px!important}.height-223{height:223px!important}.height-224{height:224px!important}.height-225{height:225px!important}.height-226{height:226px!important}.height-227{height:227px!important}.height-228{height:228px!important}.height-229{height:229px!important}.height-230{height:230px!important}.height-231{height:231px!important}.height-232{height:232px!important}.height-233{height:233px!important}.height-234{height:234px!important}.height-235{height:235px!important}.height-236{height:236px!important}.height-237{height:237px!important}.height-238{height:238px!important}.height-239{height:239px!important}.height-240{height:240px!important}.height-241{height:241px!important}.height-242{height:242px!important}.height-243{height:243px!important}.height-244{height:244px!important}.height-245{height:245px!important}.height-246{height:246px!important}.height-247{height:247px!important}.height-248{height:248px!important}.height-249{height:249px!important}.height-250{height:250px!important}.height-251{height:251px!important}.height-252{height:252px!important}.height-253{height:253px!important}.height-254{height:254px!important}.height-255{height:255px!important}.height-256{height:256px!important}.height-257{height:257px!important}.height-258{height:258px!important}.height-259{height:259px!important}.height-260{height:260px!important}.height-261{height:261px!important}.height-262{height:262px!important}.height-263{height:263px!important}.height-264{height:264px!important}.height-265{height:265px!important}.height-266{height:266px!important}.height-267{height:267px!important}.height-268{height:268px!important}.height-269{height:269px!important}.height-270{height:270px!important}.height-271{height:271px!important}.height-272{height:272px!important}.height-273{height:273px!important}.height-274{height:274px!important}.height-275{height:275px!important}.height-276{height:276px!important}.height-277{height:277px!important}.height-278{height:278px!important}.height-279{height:279px!important}.height-280{height:280px!important}.height-281{height:281px!important}.height-282{height:282px!important}.height-283{height:283px!important}.height-284{height:284px!important}.height-285{height:285px!important}.height-286{height:286px!important}.height-287{height:287px!important}.height-288{height:288px!important}.height-289{height:289px!important}.height-290{height:290px!important}.height-291{height:291px!important}.height-292{height:292px!important}.height-293{height:293px!important}.height-294{height:294px!important}.height-295{height:295px!important}.height-296{height:296px!important}.height-297{height:297px!important}.height-298{height:298px!important}.height-299{height:299px!important}.height-300{height:300px!important}.height-301{height:301px!important}.height-302{height:302px!important}.height-303{height:303px!important}.height-304{height:304px!important}.height-305{height:305px!important}.height-306{height:306px!important}.height-307{height:307px!important}.height-308{height:308px!important}.height-309{height:309px!important}.height-310{height:310px!important}.height-311{height:311px!important}.height-312{height:312px!important}.height-313{height:313px!important}.height-314{height:314px!important}.height-315{height:315px!important}.height-316{height:316px!important}.height-317{height:317px!important}.height-318{height:318px!important}.height-319{height:319px!important}.height-320{height:320px!important}.height-321{height:321px!important}.height-322{height:322px!important}.height-323{height:323px!important}.height-324{height:324px!important}.height-325{height:325px!important}.height-326{height:326px!important}.height-327{height:327px!important}.height-328{height:328px!important}.height-329{height:329px!important}.height-330{height:330px!important}.height-331{height:331px!important}.height-332{height:332px!important}.height-333{height:333px!important}.height-334{height:334px!important}.height-335{height:335px!important}.height-336{height:336px!important}.height-337{height:337px!important}.height-338{height:338px!important}.height-339{height:339px!important}.height-340{height:340px!important}.height-341{height:341px!important}.height-342{height:342px!important}.height-343{height:343px!important}.height-344{height:344px!important}.height-345{height:345px!important}.height-346{height:346px!important}.height-347{height:347px!important}.height-348{height:348px!important}.height-349{height:349px!important}.height-350{height:350px!important}.height-351{height:351px!important}.height-352{height:352px!important}.height-353{height:353px!important}.height-354{height:354px!important}.height-355{height:355px!important}.height-356{height:356px!important}.height-357{height:357px!important}.height-358{height:358px!important}.height-359{height:359px!important}.height-360{height:360px!important}.height-361{height:361px!important}.height-362{height:362px!important}.height-363{height:363px!important}.height-364{height:364px!important}.height-365{height:365px!important}.height-366{height:366px!important}.height-367{height:367px!important}.height-368{height:368px!important}.height-369{height:369px!important}.height-370{height:370px!important}.height-371{height:371px!important}.height-372{height:372px!important}.height-373{height:373px!important}.height-374{height:374px!important}.height-375{height:375px!important}.height-376{height:376px!important}.height-377{height:377px!important}.height-378{height:378px!important}.height-379{height:379px!important}.height-380{height:380px!important}.height-381{height:381px!important}.height-382{height:382px!important}.height-383{height:383px!important}.height-384{height:384px!important}.height-385{height:385px!important}.height-386{height:386px!important}.height-387{height:387px!important}.height-388{height:388px!important}.height-389{height:389px!important}.height-390{height:390px!important}.height-391{height:391px!important}.height-392{height:392px!important}.height-393{height:393px!important}.height-394{height:394px!important}.height-395{height:395px!important}.height-396{height:396px!important}.height-397{height:397px!important}.height-398{height:398px!important}.height-399{height:399px!important}.height-400{height:400px!important}.height-401{height:401px!important}.height-402{height:402px!important}.height-403{height:403px!important}.height-404{height:404px!important}.height-405{height:405px!important}.height-406{height:406px!important}.height-407{height:407px!important}.height-408{height:408px!important}.height-409{height:409px!important}.height-410{height:410px!important}.height-411{height:411px!important}.height-412{height:412px!important}.height-413{height:413px!important}.height-414{height:414px!important}.height-415{height:415px!important}.height-416{height:416px!important}.height-417{height:417px!important}.height-418{height:418px!important}.height-419{height:419px!important}.height-420{height:420px!important}.height-421{height:421px!important}.height-422{height:422px!important}.height-423{height:423px!important}.height-424{height:424px!important}.height-425{height:425px!important}.height-426{height:426px!important}.height-427{height:427px!important}.height-428{height:428px!important}.height-429{height:429px!important}.height-430{height:430px!important}.height-431{height:431px!important}.height-432{height:432px!important}.height-433{height:433px!important}.height-434{height:434px!important}.height-435{height:435px!important}.height-436{height:436px!important}.height-437{height:437px!important}.height-438{height:438px!important}.height-439{height:439px!important}.height-440{height:440px!important}.height-441{height:441px!important}.height-442{height:442px!important}.height-443{height:443px!important}.height-444{height:444px!important}.height-445{height:445px!important}.height-446{height:446px!important}.height-447{height:447px!important}.height-448{height:448px!important}.height-449{height:449px!important}.height-450{height:450px!important}.height-451{height:451px!important}.height-452{height:452px!important}.height-453{height:453px!important}.height-454{height:454px!important}.height-455{height:455px!important}.height-456{height:456px!important}.height-457{height:457px!important}.height-458{height:458px!important}.height-459{height:459px!important}.height-460{height:460px!important}.height-461{height:461px!important}.height-462{height:462px!important}.height-463{height:463px!important}.height-464{height:464px!important}.height-465{height:465px!important}.height-466{height:466px!important}.height-467{height:467px!important}.height-468{height:468px!important}.height-469{height:469px!important}.height-470{height:470px!important}.height-471{height:471px!important}.height-472{height:472px!important}.height-473{height:473px!important}.height-474{height:474px!important}.height-475{height:475px!important}.height-476{height:476px!important}.height-477{height:477px!important}.height-478{height:478px!important}.height-479{height:479px!important}.height-480{height:480px!important}.height-481{height:481px!important}.height-482{height:482px!important}.height-483{height:483px!important}.height-484{height:484px!important}.height-485{height:485px!important}.height-486{height:486px!important}.height-487{height:487px!important}.height-488{height:488px!important}.height-489{height:489px!important}.height-490{height:490px!important}.height-491{height:491px!important}.height-492{height:492px!important}.height-493{height:493px!important}.height-494{height:494px!important}.height-495{height:495px!important}.height-496{height:496px!important}.height-497{height:497px!important}.height-498{height:498px!important}.height-499{height:499px!important}.height-500{height:500px!important}.height-501{height:501px!important}.height-502{height:502px!important}.height-503{height:503px!important}.height-504{height:504px!important}.height-505{height:505px!important}.height-506{height:506px!important}.height-507{height:507px!important}.height-508{height:508px!important}.height-509{height:509px!important}.height-510{height:510px!important}.height-511{height:511px!important}.height-512{height:512px!important}.height-513{height:513px!important}.height-514{height:514px!important}.height-515{height:515px!important}.height-516{height:516px!important}.height-517{height:517px!important}.height-518{height:518px!important}.height-519{height:519px!important}.height-520{height:520px!important}.height-521{height:521px!important}.height-522{height:522px!important}.height-523{height:523px!important}.height-524{height:524px!important}.height-525{height:525px!important}.height-526{height:526px!important}.height-527{height:527px!important}.height-528{height:528px!important}.height-529{height:529px!important}.height-530{height:530px!important}.height-531{height:531px!important}.height-532{height:532px!important}.height-533{height:533px!important}.height-534{height:534px!important}.height-535{height:535px!important}.height-536{height:536px!important}.height-537{height:537px!important}.height-538{height:538px!important}.height-539{height:539px!important}.height-540{height:540px!important}.height-541{height:541px!important}.height-542{height:542px!important}.height-543{height:543px!important}.height-544{height:544px!important}.height-545{height:545px!important}.height-546{height:546px!important}.height-547{height:547px!important}.height-548{height:548px!important}.height-549{height:549px!important}.height-550{height:550px!important}.height-551{height:551px!important}.height-552{height:552px!important}.height-553{height:553px!important}.height-554{height:554px!important}.height-555{height:555px!important}.height-556{height:556px!important}.height-557{height:557px!important}.height-558{height:558px!important}.height-559{height:559px!important}.height-560{height:560px!important}.height-561{height:561px!important}.height-562{height:562px!important}.height-563{height:563px!important}.height-564{height:564px!important}.height-565{height:565px!important}.height-566{height:566px!important}.height-567{height:567px!important}.height-568{height:568px!important}.height-569{height:569px!important}.height-570{height:570px!important}.height-571{height:571px!important}.height-572{height:572px!important}.height-573{height:573px!important}.height-574{height:574px!important}.height-575{height:575px!important}.height-576{height:576px!important}.height-577{height:577px!important}.height-578{height:578px!important}.height-579{height:579px!important}.height-580{height:580px!important}.height-581{height:581px!important}.height-582{height:582px!important}.height-583{height:583px!important}.height-584{height:584px!important}.height-585{height:585px!important}.height-586{height:586px!important}.height-587{height:587px!important}.height-588{height:588px!important}.height-589{height:589px!important}.height-590{height:590px!important}.height-591{height:591px!important}.height-592{height:592px!important}.height-593{height:593px!important}.height-594{height:594px!important}.height-595{height:595px!important}.height-596{height:596px!important}.height-597{height:597px!important}.height-598{height:598px!important}.height-599{height:599px!important}.height-600{height:600px!important}.height-601{height:601px!important}.height-602{height:602px!important}.height-603{height:603px!important}.height-604{height:604px!important}.height-605{height:605px!important}.height-606{height:606px!important}.height-607{height:607px!important}.height-608{height:608px!important}.height-609{height:609px!important}.height-610{height:610px!important}.height-611{height:611px!important}.height-612{height:612px!important}.height-613{height:613px!important}.height-614{height:614px!important}.height-615{height:615px!important}.height-616{height:616px!important}.height-617{height:617px!important}.height-618{height:618px!important}.height-619{height:619px!important}.height-620{height:620px!important}.height-621{height:621px!important}.height-622{height:622px!important}.height-623{height:623px!important}.height-624{height:624px!important}.height-625{height:625px!important}.height-626{height:626px!important}.height-627{height:627px!important}.height-628{height:628px!important}.height-629{height:629px!important}.height-630{height:630px!important}.height-631{height:631px!important}.height-632{height:632px!important}.height-633{height:633px!important}.height-634{height:634px!important}.height-635{height:635px!important}.height-636{height:636px!important}.height-637{height:637px!important}.height-638{height:638px!important}.height-639{height:639px!important}.height-640{height:640px!important}.height-641{height:641px!important}.height-642{height:642px!important}.height-643{height:643px!important}.height-644{height:644px!important}.height-645{height:645px!important}.height-646{height:646px!important}.height-647{height:647px!important}.height-648{height:648px!important}.height-649{height:649px!important}.height-650{height:650px!important}.height-651{height:651px!important}.height-652{height:652px!important}.height-653{height:653px!important}.height-654{height:654px!important}.height-655{height:655px!important}.height-656{height:656px!important}.height-657{height:657px!important}.height-658{height:658px!important}.height-659{height:659px!important}.height-660{height:660px!important}.height-661{height:661px!important}.height-662{height:662px!important}.height-663{height:663px!important}.height-664{height:664px!important}.height-665{height:665px!important}.height-666{height:666px!important}.height-667{height:667px!important}.height-668{height:668px!important}.height-669{height:669px!important}.height-670{height:670px!important}.height-671{height:671px!important}.height-672{height:672px!important}.height-673{height:673px!important}.height-674{height:674px!important}.height-675{height:675px!important}.height-676{height:676px!important}.height-677{height:677px!important}.height-678{height:678px!important}.height-679{height:679px!important}.height-680{height:680px!important}.height-681{height:681px!important}.height-682{height:682px!important}.height-683{height:683px!important}.height-684{height:684px!important}.height-685{height:685px!important}.height-686{height:686px!important}.height-687{height:687px!important}.height-688{height:688px!important}.height-689{height:689px!important}.height-690{height:690px!important}.height-691{height:691px!important}.height-692{height:692px!important}.height-693{height:693px!important}.height-694{height:694px!important}.height-695{height:695px!important}.height-696{height:696px!important}.height-697{height:697px!important}.height-698{height:698px!important}.height-699{height:699px!important}.height-700{height:700px!important}.height-701{height:701px!important}.height-702{height:702px!important}.height-703{height:703px!important}.height-704{height:704px!important}.height-705{height:705px!important}.height-706{height:706px!important}.height-707{height:707px!important}.height-708{height:708px!important}.height-709{height:709px!important}.height-710{height:710px!important}.height-711{height:711px!important}.height-712{height:712px!important}.height-713{height:713px!important}.height-714{height:714px!important}.height-715{height:715px!important}.height-716{height:716px!important}.height-717{height:717px!important}.height-718{height:718px!important}.height-719{height:719px!important}.height-720{height:720px!important}.height-721{height:721px!important}.height-722{height:722px!important}.height-723{height:723px!important}.height-724{height:724px!important}.height-725{height:725px!important}.height-726{height:726px!important}.height-727{height:727px!important}.height-728{height:728px!important}.height-729{height:729px!important}.height-730{height:730px!important}.height-731{height:731px!important}.height-732{height:732px!important}.height-733{height:733px!important}.height-734{height:734px!important}.height-735{height:735px!important}.height-736{height:736px!important}.height-737{height:737px!important}.height-738{height:738px!important}.height-739{height:739px!important}.height-740{height:740px!important}.height-741{height:741px!important}.height-742{height:742px!important}.height-743{height:743px!important}.height-744{height:744px!important}.height-745{height:745px!important}.height-746{height:746px!important}.height-747{height:747px!important}.height-748{height:748px!important}.height-749{height:749px!important}.height-750{height:750px!important}.height-751{height:751px!important}.height-752{height:752px!important}.height-753{height:753px!important}.height-754{height:754px!important}.height-755{height:755px!important}.height-756{height:756px!important}.height-757{height:757px!important}.height-758{height:758px!important}.height-759{height:759px!important}.height-760{height:760px!important}.height-761{height:761px!important}.height-762{height:762px!important}.height-763{height:763px!important}.height-764{height:764px!important}.height-765{height:765px!important}.height-766{height:766px!important}.height-767{height:767px!important}.height-768{height:768px!important}.height-769{height:769px!important}.height-770{height:770px!important}.height-771{height:771px!important}.height-772{height:772px!important}.height-773{height:773px!important}.height-774{height:774px!important}.height-775{height:775px!important}.height-776{height:776px!important}.height-777{height:777px!important}.height-778{height:778px!important}.height-779{height:779px!important}.height-780{height:780px!important}.height-781{height:781px!important}.height-782{height:782px!important}.height-783{height:783px!important}.height-784{height:784px!important}.height-785{height:785px!important}.height-786{height:786px!important}.height-787{height:787px!important}.height-788{height:788px!important}.height-789{height:789px!important}.height-790{height:790px!important}.height-791{height:791px!important}.height-792{height:792px!important}.height-793{height:793px!important}.height-794{height:794px!important}.height-795{height:795px!important}.height-796{height:796px!important}.height-797{height:797px!important}.height-798{height:798px!important}.height-799{height:799px!important}.height-800{height:800px!important}.height-801{height:801px!important}.height-802{height:802px!important}.height-803{height:803px!important}.height-804{height:804px!important}.height-805{height:805px!important}.height-806{height:806px!important}.height-807{height:807px!important}.height-808{height:808px!important}.height-809{height:809px!important}.height-810{height:810px!important}.height-811{height:811px!important}.height-812{height:812px!important}.height-813{height:813px!important}.height-814{height:814px!important}.height-815{height:815px!important}.height-816{height:816px!important}.height-817{height:817px!important}.height-818{height:818px!important}.height-819{height:819px!important}.height-820{height:820px!important}.height-821{height:821px!important}.height-822{height:822px!important}.height-823{height:823px!important}.height-824{height:824px!important}.height-825{height:825px!important}.height-826{height:826px!important}.height-827{height:827px!important}.height-828{height:828px!important}.height-829{height:829px!important}.height-830{height:830px!important}.height-831{height:831px!important}.height-832{height:832px!important}.height-833{height:833px!important}.height-834{height:834px!important}.height-835{height:835px!important}.height-836{height:836px!important}.height-837{height:837px!important}.height-838{height:838px!important}.height-839{height:839px!important}.height-840{height:840px!important}.height-841{height:841px!important}.height-842{height:842px!important}.height-843{height:843px!important}.height-844{height:844px!important}.height-845{height:845px!important}.height-846{height:846px!important}.height-847{height:847px!important}.height-848{height:848px!important}.height-849{height:849px!important}.height-850{height:850px!important}.height-851{height:851px!important}.height-852{height:852px!important}.height-853{height:853px!important}.height-854{height:854px!important}.height-855{height:855px!important}.height-856{height:856px!important}.height-857{height:857px!important}.height-858{height:858px!important}.height-859{height:859px!important}.height-860{height:860px!important}.height-861{height:861px!important}.height-862{height:862px!important}.height-863{height:863px!important}.height-864{height:864px!important}.height-865{height:865px!important}.height-866{height:866px!important}.height-867{height:867px!important}.height-868{height:868px!important}.height-869{height:869px!important}.height-870{height:870px!important}.height-871{height:871px!important}.height-872{height:872px!important}.height-873{height:873px!important}.height-874{height:874px!important}.height-875{height:875px!important}.height-876{height:876px!important}.height-877{height:877px!important}.height-878{height:878px!important}.height-879{height:879px!important}.height-880{height:880px!important}.height-881{height:881px!important}.height-882{height:882px!important}.height-883{height:883px!important}.height-884{height:884px!important}.height-885{height:885px!important}.height-886{height:886px!important}.height-887{height:887px!important}.height-888{height:888px!important}.height-889{height:889px!important}.height-890{height:890px!important}.height-891{height:891px!important}.height-892{height:892px!important}.height-893{height:893px!important}.height-894{height:894px!important}.height-895{height:895px!important}.height-896{height:896px!important}.height-897{height:897px!important}.height-898{height:898px!important}.height-899{height:899px!important}.height-900{height:900px!important}.height-901{height:901px!important}.height-902{height:902px!important}.height-903{height:903px!important}.height-904{height:904px!important}.height-905{height:905px!important}.height-906{height:906px!important}.height-907{height:907px!important}.height-908{height:908px!important}.height-909{height:909px!important}.height-910{height:910px!important}.height-911{height:911px!important}.height-912{height:912px!important}.height-913{height:913px!important}.height-914{height:914px!important}.height-915{height:915px!important}.height-916{height:916px!important}.height-917{height:917px!important}.height-918{height:918px!important}.height-919{height:919px!important}.height-920{height:920px!important}.height-921{height:921px!important}.height-922{height:922px!important}.height-923{height:923px!important}.height-924{height:924px!important}.height-925{height:925px!important}.height-926{height:926px!important}.height-927{height:927px!important}.height-928{height:928px!important}.height-929{height:929px!important}.height-930{height:930px!important}.height-931{height:931px!important}.height-932{height:932px!important}.height-933{height:933px!important}.height-934{height:934px!important}.height-935{height:935px!important}.height-936{height:936px!important}.height-937{height:937px!important}.height-938{height:938px!important}.height-939{height:939px!important}.height-940{height:940px!important}.height-941{height:941px!important}.height-942{height:942px!important}.height-943{height:943px!important}.height-944{height:944px!important}.height-945{height:945px!important}.height-946{height:946px!important}.height-947{height:947px!important}.height-948{height:948px!important}.height-949{height:949px!important}.height-950{height:950px!important}.height-951{height:951px!important}.height-952{height:952px!important}.height-953{height:953px!important}.height-954{height:954px!important}.height-955{height:955px!important}.height-956{height:956px!important}.height-957{height:957px!important}.height-958{height:958px!important}.height-959{height:959px!important}.height-960{height:960px!important}.height-961{height:961px!important}.height-962{height:962px!important}.height-963{height:963px!important}.height-964{height:964px!important}.height-965{height:965px!important}.height-966{height:966px!important}.height-967{height:967px!important}.height-968{height:968px!important}.height-969{height:969px!important}.height-970{height:970px!important}.height-971{height:971px!important}.height-972{height:972px!important}.height-973{height:973px!important}.height-974{height:974px!important}.height-975{height:975px!important}.height-976{height:976px!important}.height-977{height:977px!important}.height-978{height:978px!important}.height-979{height:979px!important}.height-980{height:980px!important}.height-981{height:981px!important}.height-982{height:982px!important}.height-983{height:983px!important}.height-984{height:984px!important}.height-985{height:985px!important}.height-986{height:986px!important}.height-987{height:987px!important}.height-988{height:988px!important}.height-989{height:989px!important}.height-990{height:990px!important}.height-991{height:991px!important}.height-992{height:992px!important}.height-993{height:993px!important}.height-994{height:994px!important}.height-995{height:995px!important}.height-996{height:996px!important}.height-997{height:997px!important}.height-998{height:998px!important}.height-999{height:999px!important}.height-1000{height:1000px!important}.min-h-0{min-height:0!important}.min-h-1{min-height:1px!important}.min-h-2{min-height:2px!important}.min-h-3{min-height:3px!important}.min-h-4{min-height:4px!important}.min-h-5{min-height:5px!important}.min-h-6{min-height:6px!important}.min-h-7{min-height:7px!important}.min-h-8{min-height:8px!important}.min-h-9{min-height:9px!important}.min-h-10{min-height:10px!important}.min-h-11{min-height:11px!important}.min-h-12{min-height:12px!important}.min-h-13{min-height:13px!important}.min-h-14{min-height:14px!important}.min-h-15{min-height:15px!important}.min-h-16{min-height:16px!important}.min-h-17{min-height:17px!important}.min-h-18{min-height:18px!important}.min-h-19{min-height:19px!important}.min-h-20{min-height:20px!important}.min-h-21{min-height:21px!important}.min-h-22{min-height:22px!important}.min-h-23{min-height:23px!important}.min-h-24{min-height:24px!important}.min-h-25{min-height:25px!important}.min-h-26{min-height:26px!important}.min-h-27{min-height:27px!important}.min-h-28{min-height:28px!important}.min-h-29{min-height:29px!important}.min-h-30{min-height:30px!important}.min-h-31{min-height:31px!important}.min-h-32{min-height:32px!important}.min-h-33{min-height:33px!important}.min-h-34{min-height:34px!important}.min-h-35{min-height:35px!important}.min-h-36{min-height:36px!important}.min-h-37{min-height:37px!important}.min-h-38{min-height:38px!important}.min-h-39{min-height:39px!important}.min-h-40{min-height:40px!important}.min-h-41{min-height:41px!important}.min-h-42{min-height:42px!important}.min-h-43{min-height:43px!important}.min-h-44{min-height:44px!important}.min-h-45{min-height:45px!important}.min-h-46{min-height:46px!important}.min-h-47{min-height:47px!important}.min-h-48{min-height:48px!important}.min-h-49{min-height:49px!important}.min-h-50{min-height:50px!important}.min-h-51{min-height:51px!important}.min-h-52{min-height:52px!important}.min-h-53{min-height:53px!important}.min-h-54{min-height:54px!important}.min-h-55{min-height:55px!important}.min-h-56{min-height:56px!important}.min-h-57{min-height:57px!important}.min-h-58{min-height:58px!important}.min-h-59{min-height:59px!important}.min-h-60{min-height:60px!important}.min-h-61{min-height:61px!important}.min-h-62{min-height:62px!important}.min-h-63{min-height:63px!important}.min-h-64{min-height:64px!important}.min-h-65{min-height:65px!important}.min-h-66{min-height:66px!important}.min-h-67{min-height:67px!important}.min-h-68{min-height:68px!important}.min-h-69{min-height:69px!important}.min-h-70{min-height:70px!important}.min-h-71{min-height:71px!important}.min-h-72{min-height:72px!important}.min-h-73{min-height:73px!important}.min-h-74{min-height:74px!important}.min-h-75{min-height:75px!important}.min-h-76{min-height:76px!important}.min-h-77{min-height:77px!important}.min-h-78{min-height:78px!important}.min-h-79{min-height:79px!important}.min-h-80{min-height:80px!important}.min-h-81{min-height:81px!important}.min-h-82{min-height:82px!important}.min-h-83{min-height:83px!important}.min-h-84{min-height:84px!important}.min-h-85{min-height:85px!important}.min-h-86{min-height:86px!important}.min-h-87{min-height:87px!important}.min-h-88{min-height:88px!important}.min-h-89{min-height:89px!important}.min-h-90{min-height:90px!important}.min-h-91{min-height:91px!important}.min-h-92{min-height:92px!important}.min-h-93{min-height:93px!important}.min-h-94{min-height:94px!important}.min-h-95{min-height:95px!important}.min-h-96{min-height:96px!important}.min-h-97{min-height:97px!important}.min-h-98{min-height:98px!important}.min-h-99{min-height:99px!important}.min-h-100{min-height:100px!important}.min-h-101{min-height:101px!important}.min-h-102{min-height:102px!important}.min-h-103{min-height:103px!important}.min-h-104{min-height:104px!important}.min-h-105{min-height:105px!important}.min-h-106{min-height:106px!important}.min-h-107{min-height:107px!important}.min-h-108{min-height:108px!important}.min-h-109{min-height:109px!important}.min-h-110{min-height:110px!important}.min-h-111{min-height:111px!important}.min-h-112{min-height:112px!important}.min-h-113{min-height:113px!important}.min-h-114{min-height:114px!important}.min-h-115{min-height:115px!important}.min-h-116{min-height:116px!important}.min-h-117{min-height:117px!important}.min-h-118{min-height:118px!important}.min-h-119{min-height:119px!important}.min-h-120{min-height:120px!important}.min-h-121{min-height:121px!important}.min-h-122{min-height:122px!important}.min-h-123{min-height:123px!important}.min-h-124{min-height:124px!important}.min-h-125{min-height:125px!important}.min-h-126{min-height:126px!important}.min-h-127{min-height:127px!important}.min-h-128{min-height:128px!important}.min-h-129{min-height:129px!important}.min-h-130{min-height:130px!important}.min-h-131{min-height:131px!important}.min-h-132{min-height:132px!important}.min-h-133{min-height:133px!important}.min-h-134{min-height:134px!important}.min-h-135{min-height:135px!important}.min-h-136{min-height:136px!important}.min-h-137{min-height:137px!important}.min-h-138{min-height:138px!important}.min-h-139{min-height:139px!important}.min-h-140{min-height:140px!important}.min-h-141{min-height:141px!important}.min-h-142{min-height:142px!important}.min-h-143{min-height:143px!important}.min-h-144{min-height:144px!important}.min-h-145{min-height:145px!important}.min-h-146{min-height:146px!important}.min-h-147{min-height:147px!important}.min-h-148{min-height:148px!important}.min-h-149{min-height:149px!important}.min-h-150{min-height:150px!important}.min-h-151{min-height:151px!important}.min-h-152{min-height:152px!important}.min-h-153{min-height:153px!important}.min-h-154{min-height:154px!important}.min-h-155{min-height:155px!important}.min-h-156{min-height:156px!important}.min-h-157{min-height:157px!important}.min-h-158{min-height:158px!important}.min-h-159{min-height:159px!important}.min-h-160{min-height:160px!important}.min-h-161{min-height:161px!important}.min-h-162{min-height:162px!important}.min-h-163{min-height:163px!important}.min-h-164{min-height:164px!important}.min-h-165{min-height:165px!important}.min-h-166{min-height:166px!important}.min-h-167{min-height:167px!important}.min-h-168{min-height:168px!important}.min-h-169{min-height:169px!important}.min-h-170{min-height:170px!important}.min-h-171{min-height:171px!important}.min-h-172{min-height:172px!important}.min-h-173{min-height:173px!important}.min-h-174{min-height:174px!important}.min-h-175{min-height:175px!important}.min-h-176{min-height:176px!important}.min-h-177{min-height:177px!important}.min-h-178{min-height:178px!important}.min-h-179{min-height:179px!important}.min-h-180{min-height:180px!important}.min-h-181{min-height:181px!important}.min-h-182{min-height:182px!important}.min-h-183{min-height:183px!important}.min-h-184{min-height:184px!important}.min-h-185{min-height:185px!important}.min-h-186{min-height:186px!important}.min-h-187{min-height:187px!important}.min-h-188{min-height:188px!important}.min-h-189{min-height:189px!important}.min-h-190{min-height:190px!important}.min-h-191{min-height:191px!important}.min-h-192{min-height:192px!important}.min-h-193{min-height:193px!important}.min-h-194{min-height:194px!important}.min-h-195{min-height:195px!important}.min-h-196{min-height:196px!important}.min-h-197{min-height:197px!important}.min-h-198{min-height:198px!important}.min-h-199{min-height:199px!important}.min-h-200{min-height:200px!important}.min-h-201{min-height:201px!important}.min-h-202{min-height:202px!important}.min-h-203{min-height:203px!important}.min-h-204{min-height:204px!important}.min-h-205{min-height:205px!important}.min-h-206{min-height:206px!important}.min-h-207{min-height:207px!important}.min-h-208{min-height:208px!important}.min-h-209{min-height:209px!important}.min-h-210{min-height:210px!important}.min-h-211{min-height:211px!important}.min-h-212{min-height:212px!important}.min-h-213{min-height:213px!important}.min-h-214{min-height:214px!important}.min-h-215{min-height:215px!important}.min-h-216{min-height:216px!important}.min-h-217{min-height:217px!important}.min-h-218{min-height:218px!important}.min-h-219{min-height:219px!important}.min-h-220{min-height:220px!important}.min-h-221{min-height:221px!important}.min-h-222{min-height:222px!important}.min-h-223{min-height:223px!important}.min-h-224{min-height:224px!important}.min-h-225{min-height:225px!important}.min-h-226{min-height:226px!important}.min-h-227{min-height:227px!important}.min-h-228{min-height:228px!important}.min-h-229{min-height:229px!important}.min-h-230{min-height:230px!important}.min-h-231{min-height:231px!important}.min-h-232{min-height:232px!important}.min-h-233{min-height:233px!important}.min-h-234{min-height:234px!important}.min-h-235{min-height:235px!important}.min-h-236{min-height:236px!important}.min-h-237{min-height:237px!important}.min-h-238{min-height:238px!important}.min-h-239{min-height:239px!important}.min-h-240{min-height:240px!important}.min-h-241{min-height:241px!important}.min-h-242{min-height:242px!important}.min-h-243{min-height:243px!important}.min-h-244{min-height:244px!important}.min-h-245{min-height:245px!important}.min-h-246{min-height:246px!important}.min-h-247{min-height:247px!important}.min-h-248{min-height:248px!important}.min-h-249{min-height:249px!important}.min-h-250{min-height:250px!important}.min-h-251{min-height:251px!important}.min-h-252{min-height:252px!important}.min-h-253{min-height:253px!important}.min-h-254{min-height:254px!important}.min-h-255{min-height:255px!important}.min-h-256{min-height:256px!important}.min-h-257{min-height:257px!important}.min-h-258{min-height:258px!important}.min-h-259{min-height:259px!important}.min-h-260{min-height:260px!important}.min-h-261{min-height:261px!important}.min-h-262{min-height:262px!important}.min-h-263{min-height:263px!important}.min-h-264{min-height:264px!important}.min-h-265{min-height:265px!important}.min-h-266{min-height:266px!important}.min-h-267{min-height:267px!important}.min-h-268{min-height:268px!important}.min-h-269{min-height:269px!important}.min-h-270{min-height:270px!important}.min-h-271{min-height:271px!important}.min-h-272{min-height:272px!important}.min-h-273{min-height:273px!important}.min-h-274{min-height:274px!important}.min-h-275{min-height:275px!important}.min-h-276{min-height:276px!important}.min-h-277{min-height:277px!important}.min-h-278{min-height:278px!important}.min-h-279{min-height:279px!important}.min-h-280{min-height:280px!important}.min-h-281{min-height:281px!important}.min-h-282{min-height:282px!important}.min-h-283{min-height:283px!important}.min-h-284{min-height:284px!important}.min-h-285{min-height:285px!important}.min-h-286{min-height:286px!important}.min-h-287{min-height:287px!important}.min-h-288{min-height:288px!important}.min-h-289{min-height:289px!important}.min-h-290{min-height:290px!important}.min-h-291{min-height:291px!important}.min-h-292{min-height:292px!important}.min-h-293{min-height:293px!important}.min-h-294{min-height:294px!important}.min-h-295{min-height:295px!important}.min-h-296{min-height:296px!important}.min-h-297{min-height:297px!important}.min-h-298{min-height:298px!important}.min-h-299{min-height:299px!important}.min-h-300{min-height:300px!important}.min-h-301{min-height:301px!important}.min-h-302{min-height:302px!important}.min-h-303{min-height:303px!important}.min-h-304{min-height:304px!important}.min-h-305{min-height:305px!important}.min-h-306{min-height:306px!important}.min-h-307{min-height:307px!important}.min-h-308{min-height:308px!important}.min-h-309{min-height:309px!important}.min-h-310{min-height:310px!important}.min-h-311{min-height:311px!important}.min-h-312{min-height:312px!important}.min-h-313{min-height:313px!important}.min-h-314{min-height:314px!important}.min-h-315{min-height:315px!important}.min-h-316{min-height:316px!important}.min-h-317{min-height:317px!important}.min-h-318{min-height:318px!important}.min-h-319{min-height:319px!important}.min-h-320{min-height:320px!important}.min-h-321{min-height:321px!important}.min-h-322{min-height:322px!important}.min-h-323{min-height:323px!important}.min-h-324{min-height:324px!important}.min-h-325{min-height:325px!important}.min-h-326{min-height:326px!important}.min-h-327{min-height:327px!important}.min-h-328{min-height:328px!important}.min-h-329{min-height:329px!important}.min-h-330{min-height:330px!important}.min-h-331{min-height:331px!important}.min-h-332{min-height:332px!important}.min-h-333{min-height:333px!important}.min-h-334{min-height:334px!important}.min-h-335{min-height:335px!important}.min-h-336{min-height:336px!important}.min-h-337{min-height:337px!important}.min-h-338{min-height:338px!important}.min-h-339{min-height:339px!important}.min-h-340{min-height:340px!important}.min-h-341{min-height:341px!important}.min-h-342{min-height:342px!important}.min-h-343{min-height:343px!important}.min-h-344{min-height:344px!important}.min-h-345{min-height:345px!important}.min-h-346{min-height:346px!important}.min-h-347{min-height:347px!important}.min-h-348{min-height:348px!important}.min-h-349{min-height:349px!important}.min-h-350{min-height:350px!important}.min-h-351{min-height:351px!important}.min-h-352{min-height:352px!important}.min-h-353{min-height:353px!important}.min-h-354{min-height:354px!important}.min-h-355{min-height:355px!important}.min-h-356{min-height:356px!important}.min-h-357{min-height:357px!important}.min-h-358{min-height:358px!important}.min-h-359{min-height:359px!important}.min-h-360{min-height:360px!important}.min-h-361{min-height:361px!important}.min-h-362{min-height:362px!important}.min-h-363{min-height:363px!important}.min-h-364{min-height:364px!important}.min-h-365{min-height:365px!important}.min-h-366{min-height:366px!important}.min-h-367{min-height:367px!important}.min-h-368{min-height:368px!important}.min-h-369{min-height:369px!important}.min-h-370{min-height:370px!important}.min-h-371{min-height:371px!important}.min-h-372{min-height:372px!important}.min-h-373{min-height:373px!important}.min-h-374{min-height:374px!important}.min-h-375{min-height:375px!important}.min-h-376{min-height:376px!important}.min-h-377{min-height:377px!important}.min-h-378{min-height:378px!important}.min-h-379{min-height:379px!important}.min-h-380{min-height:380px!important}.min-h-381{min-height:381px!important}.min-h-382{min-height:382px!important}.min-h-383{min-height:383px!important}.min-h-384{min-height:384px!important}.min-h-385{min-height:385px!important}.min-h-386{min-height:386px!important}.min-h-387{min-height:387px!important}.min-h-388{min-height:388px!important}.min-h-389{min-height:389px!important}.min-h-390{min-height:390px!important}.min-h-391{min-height:391px!important}.min-h-392{min-height:392px!important}.min-h-393{min-height:393px!important}.min-h-394{min-height:394px!important}.min-h-395{min-height:395px!important}.min-h-396{min-height:396px!important}.min-h-397{min-height:397px!important}.min-h-398{min-height:398px!important}.min-h-399{min-height:399px!important}.min-h-400{min-height:400px!important}.min-h-401{min-height:401px!important}.min-h-402{min-height:402px!important}.min-h-403{min-height:403px!important}.min-h-404{min-height:404px!important}.min-h-405{min-height:405px!important}.min-h-406{min-height:406px!important}.min-h-407{min-height:407px!important}.min-h-408{min-height:408px!important}.min-h-409{min-height:409px!important}.min-h-410{min-height:410px!important}.min-h-411{min-height:411px!important}.min-h-412{min-height:412px!important}.min-h-413{min-height:413px!important}.min-h-414{min-height:414px!important}.min-h-415{min-height:415px!important}.min-h-416{min-height:416px!important}.min-h-417{min-height:417px!important}.min-h-418{min-height:418px!important}.min-h-419{min-height:419px!important}.min-h-420{min-height:420px!important}.min-h-421{min-height:421px!important}.min-h-422{min-height:422px!important}.min-h-423{min-height:423px!important}.min-h-424{min-height:424px!important}.min-h-425{min-height:425px!important}.min-h-426{min-height:426px!important}.min-h-427{min-height:427px!important}.min-h-428{min-height:428px!important}.min-h-429{min-height:429px!important}.min-h-430{min-height:430px!important}.min-h-431{min-height:431px!important}.min-h-432{min-height:432px!important}.min-h-433{min-height:433px!important}.min-h-434{min-height:434px!important}.min-h-435{min-height:435px!important}.min-h-436{min-height:436px!important}.min-h-437{min-height:437px!important}.min-h-438{min-height:438px!important}.min-h-439{min-height:439px!important}.min-h-440{min-height:440px!important}.min-h-441{min-height:441px!important}.min-h-442{min-height:442px!important}.min-h-443{min-height:443px!important}.min-h-444{min-height:444px!important}.min-h-445{min-height:445px!important}.min-h-446{min-height:446px!important}.min-h-447{min-height:447px!important}.min-h-448{min-height:448px!important}.min-h-449{min-height:449px!important}.min-h-450{min-height:450px!important}.min-h-451{min-height:451px!important}.min-h-452{min-height:452px!important}.min-h-453{min-height:453px!important}.min-h-454{min-height:454px!important}.min-h-455{min-height:455px!important}.min-h-456{min-height:456px!important}.min-h-457{min-height:457px!important}.min-h-458{min-height:458px!important}.min-h-459{min-height:459px!important}.min-h-460{min-height:460px!important}.min-h-461{min-height:461px!important}.min-h-462{min-height:462px!important}.min-h-463{min-height:463px!important}.min-h-464{min-height:464px!important}.min-h-465{min-height:465px!important}.min-h-466{min-height:466px!important}.min-h-467{min-height:467px!important}.min-h-468{min-height:468px!important}.min-h-469{min-height:469px!important}.min-h-470{min-height:470px!important}.min-h-471{min-height:471px!important}.min-h-472{min-height:472px!important}.min-h-473{min-height:473px!important}.min-h-474{min-height:474px!important}.min-h-475{min-height:475px!important}.min-h-476{min-height:476px!important}.min-h-477{min-height:477px!important}.min-h-478{min-height:478px!important}.min-h-479{min-height:479px!important}.min-h-480{min-height:480px!important}.min-h-481{min-height:481px!important}.min-h-482{min-height:482px!important}.min-h-483{min-height:483px!important}.min-h-484{min-height:484px!important}.min-h-485{min-height:485px!important}.min-h-486{min-height:486px!important}.min-h-487{min-height:487px!important}.min-h-488{min-height:488px!important}.min-h-489{min-height:489px!important}.min-h-490{min-height:490px!important}.min-h-491{min-height:491px!important}.min-h-492{min-height:492px!important}.min-h-493{min-height:493px!important}.min-h-494{min-height:494px!important}.min-h-495{min-height:495px!important}.min-h-496{min-height:496px!important}.min-h-497{min-height:497px!important}.min-h-498{min-height:498px!important}.min-h-499{min-height:499px!important}.min-h-500{min-height:500px!important}.min-h-501{min-height:501px!important}.min-h-502{min-height:502px!important}.min-h-503{min-height:503px!important}.min-h-504{min-height:504px!important}.min-h-505{min-height:505px!important}.min-h-506{min-height:506px!important}.min-h-507{min-height:507px!important}.min-h-508{min-height:508px!important}.min-h-509{min-height:509px!important}.min-h-510{min-height:510px!important}.min-h-511{min-height:511px!important}.min-h-512{min-height:512px!important}.min-h-513{min-height:513px!important}.min-h-514{min-height:514px!important}.min-h-515{min-height:515px!important}.min-h-516{min-height:516px!important}.min-h-517{min-height:517px!important}.min-h-518{min-height:518px!important}.min-h-519{min-height:519px!important}.min-h-520{min-height:520px!important}.min-h-521{min-height:521px!important}.min-h-522{min-height:522px!important}.min-h-523{min-height:523px!important}.min-h-524{min-height:524px!important}.min-h-525{min-height:525px!important}.min-h-526{min-height:526px!important}.min-h-527{min-height:527px!important}.min-h-528{min-height:528px!important}.min-h-529{min-height:529px!important}.min-h-530{min-height:530px!important}.min-h-531{min-height:531px!important}.min-h-532{min-height:532px!important}.min-h-533{min-height:533px!important}.min-h-534{min-height:534px!important}.min-h-535{min-height:535px!important}.min-h-536{min-height:536px!important}.min-h-537{min-height:537px!important}.min-h-538{min-height:538px!important}.min-h-539{min-height:539px!important}.min-h-540{min-height:540px!important}.min-h-541{min-height:541px!important}.min-h-542{min-height:542px!important}.min-h-543{min-height:543px!important}.min-h-544{min-height:544px!important}.min-h-545{min-height:545px!important}.min-h-546{min-height:546px!important}.min-h-547{min-height:547px!important}.min-h-548{min-height:548px!important}.min-h-549{min-height:549px!important}.min-h-550{min-height:550px!important}.min-h-551{min-height:551px!important}.min-h-552{min-height:552px!important}.min-h-553{min-height:553px!important}.min-h-554{min-height:554px!important}.min-h-555{min-height:555px!important}.min-h-556{min-height:556px!important}.min-h-557{min-height:557px!important}.min-h-558{min-height:558px!important}.min-h-559{min-height:559px!important}.min-h-560{min-height:560px!important}.min-h-561{min-height:561px!important}.min-h-562{min-height:562px!important}.min-h-563{min-height:563px!important}.min-h-564{min-height:564px!important}.min-h-565{min-height:565px!important}.min-h-566{min-height:566px!important}.min-h-567{min-height:567px!important}.min-h-568{min-height:568px!important}.min-h-569{min-height:569px!important}.min-h-570{min-height:570px!important}.min-h-571{min-height:571px!important}.min-h-572{min-height:572px!important}.min-h-573{min-height:573px!important}.min-h-574{min-height:574px!important}.min-h-575{min-height:575px!important}.min-h-576{min-height:576px!important}.min-h-577{min-height:577px!important}.min-h-578{min-height:578px!important}.min-h-579{min-height:579px!important}.min-h-580{min-height:580px!important}.min-h-581{min-height:581px!important}.min-h-582{min-height:582px!important}.min-h-583{min-height:583px!important}.min-h-584{min-height:584px!important}.min-h-585{min-height:585px!important}.min-h-586{min-height:586px!important}.min-h-587{min-height:587px!important}.min-h-588{min-height:588px!important}.min-h-589{min-height:589px!important}.min-h-590{min-height:590px!important}.min-h-591{min-height:591px!important}.min-h-592{min-height:592px!important}.min-h-593{min-height:593px!important}.min-h-594{min-height:594px!important}.min-h-595{min-height:595px!important}.min-h-596{min-height:596px!important}.min-h-597{min-height:597px!important}.min-h-598{min-height:598px!important}.min-h-599{min-height:599px!important}.min-h-600{min-height:600px!important}.min-h-601{min-height:601px!important}.min-h-602{min-height:602px!important}.min-h-603{min-height:603px!important}.min-h-604{min-height:604px!important}.min-h-605{min-height:605px!important}.min-h-606{min-height:606px!important}.min-h-607{min-height:607px!important}.min-h-608{min-height:608px!important}.min-h-609{min-height:609px!important}.min-h-610{min-height:610px!important}.min-h-611{min-height:611px!important}.min-h-612{min-height:612px!important}.min-h-613{min-height:613px!important}.min-h-614{min-height:614px!important}.min-h-615{min-height:615px!important}.min-h-616{min-height:616px!important}.min-h-617{min-height:617px!important}.min-h-618{min-height:618px!important}.min-h-619{min-height:619px!important}.min-h-620{min-height:620px!important}.min-h-621{min-height:621px!important}.min-h-622{min-height:622px!important}.min-h-623{min-height:623px!important}.min-h-624{min-height:624px!important}.min-h-625{min-height:625px!important}.min-h-626{min-height:626px!important}.min-h-627{min-height:627px!important}.min-h-628{min-height:628px!important}.min-h-629{min-height:629px!important}.min-h-630{min-height:630px!important}.min-h-631{min-height:631px!important}.min-h-632{min-height:632px!important}.min-h-633{min-height:633px!important}.min-h-634{min-height:634px!important}.min-h-635{min-height:635px!important}.min-h-636{min-height:636px!important}.min-h-637{min-height:637px!important}.min-h-638{min-height:638px!important}.min-h-639{min-height:639px!important}.min-h-640{min-height:640px!important}.min-h-641{min-height:641px!important}.min-h-642{min-height:642px!important}.min-h-643{min-height:643px!important}.min-h-644{min-height:644px!important}.min-h-645{min-height:645px!important}.min-h-646{min-height:646px!important}.min-h-647{min-height:647px!important}.min-h-648{min-height:648px!important}.min-h-649{min-height:649px!important}.min-h-650{min-height:650px!important}.min-h-651{min-height:651px!important}.min-h-652{min-height:652px!important}.min-h-653{min-height:653px!important}.min-h-654{min-height:654px!important}.min-h-655{min-height:655px!important}.min-h-656{min-height:656px!important}.min-h-657{min-height:657px!important}.min-h-658{min-height:658px!important}.min-h-659{min-height:659px!important}.min-h-660{min-height:660px!important}.min-h-661{min-height:661px!important}.min-h-662{min-height:662px!important}.min-h-663{min-height:663px!important}.min-h-664{min-height:664px!important}.min-h-665{min-height:665px!important}.min-h-666{min-height:666px!important}.min-h-667{min-height:667px!important}.min-h-668{min-height:668px!important}.min-h-669{min-height:669px!important}.min-h-670{min-height:670px!important}.min-h-671{min-height:671px!important}.min-h-672{min-height:672px!important}.min-h-673{min-height:673px!important}.min-h-674{min-height:674px!important}.min-h-675{min-height:675px!important}.min-h-676{min-height:676px!important}.min-h-677{min-height:677px!important}.min-h-678{min-height:678px!important}.min-h-679{min-height:679px!important}.min-h-680{min-height:680px!important}.min-h-681{min-height:681px!important}.min-h-682{min-height:682px!important}.min-h-683{min-height:683px!important}.min-h-684{min-height:684px!important}.min-h-685{min-height:685px!important}.min-h-686{min-height:686px!important}.min-h-687{min-height:687px!important}.min-h-688{min-height:688px!important}.min-h-689{min-height:689px!important}.min-h-690{min-height:690px!important}.min-h-691{min-height:691px!important}.min-h-692{min-height:692px!important}.min-h-693{min-height:693px!important}.min-h-694{min-height:694px!important}.min-h-695{min-height:695px!important}.min-h-696{min-height:696px!important}.min-h-697{min-height:697px!important}.min-h-698{min-height:698px!important}.min-h-699{min-height:699px!important}.min-h-700{min-height:700px!important}.min-h-701{min-height:701px!important}.min-h-702{min-height:702px!important}.min-h-703{min-height:703px!important}.min-h-704{min-height:704px!important}.min-h-705{min-height:705px!important}.min-h-706{min-height:706px!important}.min-h-707{min-height:707px!important}.min-h-708{min-height:708px!important}.min-h-709{min-height:709px!important}.min-h-710{min-height:710px!important}.min-h-711{min-height:711px!important}.min-h-712{min-height:712px!important}.min-h-713{min-height:713px!important}.min-h-714{min-height:714px!important}.min-h-715{min-height:715px!important}.min-h-716{min-height:716px!important}.min-h-717{min-height:717px!important}.min-h-718{min-height:718px!important}.min-h-719{min-height:719px!important}.min-h-720{min-height:720px!important}.min-h-721{min-height:721px!important}.min-h-722{min-height:722px!important}.min-h-723{min-height:723px!important}.min-h-724{min-height:724px!important}.min-h-725{min-height:725px!important}.min-h-726{min-height:726px!important}.min-h-727{min-height:727px!important}.min-h-728{min-height:728px!important}.min-h-729{min-height:729px!important}.min-h-730{min-height:730px!important}.min-h-731{min-height:731px!important}.min-h-732{min-height:732px!important}.min-h-733{min-height:733px!important}.min-h-734{min-height:734px!important}.min-h-735{min-height:735px!important}.min-h-736{min-height:736px!important}.min-h-737{min-height:737px!important}.min-h-738{min-height:738px!important}.min-h-739{min-height:739px!important}.min-h-740{min-height:740px!important}.min-h-741{min-height:741px!important}.min-h-742{min-height:742px!important}.min-h-743{min-height:743px!important}.min-h-744{min-height:744px!important}.min-h-745{min-height:745px!important}.min-h-746{min-height:746px!important}.min-h-747{min-height:747px!important}.min-h-748{min-height:748px!important}.min-h-749{min-height:749px!important}.min-h-750{min-height:750px!important}.min-h-751{min-height:751px!important}.min-h-752{min-height:752px!important}.min-h-753{min-height:753px!important}.min-h-754{min-height:754px!important}.min-h-755{min-height:755px!important}.min-h-756{min-height:756px!important}.min-h-757{min-height:757px!important}.min-h-758{min-height:758px!important}.min-h-759{min-height:759px!important}.min-h-760{min-height:760px!important}.min-h-761{min-height:761px!important}.min-h-762{min-height:762px!important}.min-h-763{min-height:763px!important}.min-h-764{min-height:764px!important}.min-h-765{min-height:765px!important}.min-h-766{min-height:766px!important}.min-h-767{min-height:767px!important}.min-h-768{min-height:768px!important}.min-h-769{min-height:769px!important}.min-h-770{min-height:770px!important}.min-h-771{min-height:771px!important}.min-h-772{min-height:772px!important}.min-h-773{min-height:773px!important}.min-h-774{min-height:774px!important}.min-h-775{min-height:775px!important}.min-h-776{min-height:776px!important}.min-h-777{min-height:777px!important}.min-h-778{min-height:778px!important}.min-h-779{min-height:779px!important}.min-h-780{min-height:780px!important}.min-h-781{min-height:781px!important}.min-h-782{min-height:782px!important}.min-h-783{min-height:783px!important}.min-h-784{min-height:784px!important}.min-h-785{min-height:785px!important}.min-h-786{min-height:786px!important}.min-h-787{min-height:787px!important}.min-h-788{min-height:788px!important}.min-h-789{min-height:789px!important}.min-h-790{min-height:790px!important}.min-h-791{min-height:791px!important}.min-h-792{min-height:792px!important}.min-h-793{min-height:793px!important}.min-h-794{min-height:794px!important}.min-h-795{min-height:795px!important}.min-h-796{min-height:796px!important}.min-h-797{min-height:797px!important}.min-h-798{min-height:798px!important}.min-h-799{min-height:799px!important}.min-h-800{min-height:800px!important}.min-h-801{min-height:801px!important}.min-h-802{min-height:802px!important}.min-h-803{min-height:803px!important}.min-h-804{min-height:804px!important}.min-h-805{min-height:805px!important}.min-h-806{min-height:806px!important}.min-h-807{min-height:807px!important}.min-h-808{min-height:808px!important}.min-h-809{min-height:809px!important}.min-h-810{min-height:810px!important}.min-h-811{min-height:811px!important}.min-h-812{min-height:812px!important}.min-h-813{min-height:813px!important}.min-h-814{min-height:814px!important}.min-h-815{min-height:815px!important}.min-h-816{min-height:816px!important}.min-h-817{min-height:817px!important}.min-h-818{min-height:818px!important}.min-h-819{min-height:819px!important}.min-h-820{min-height:820px!important}.min-h-821{min-height:821px!important}.min-h-822{min-height:822px!important}.min-h-823{min-height:823px!important}.min-h-824{min-height:824px!important}.min-h-825{min-height:825px!important}.min-h-826{min-height:826px!important}.min-h-827{min-height:827px!important}.min-h-828{min-height:828px!important}.min-h-829{min-height:829px!important}.min-h-830{min-height:830px!important}.min-h-831{min-height:831px!important}.min-h-832{min-height:832px!important}.min-h-833{min-height:833px!important}.min-h-834{min-height:834px!important}.min-h-835{min-height:835px!important}.min-h-836{min-height:836px!important}.min-h-837{min-height:837px!important}.min-h-838{min-height:838px!important}.min-h-839{min-height:839px!important}.min-h-840{min-height:840px!important}.min-h-841{min-height:841px!important}.min-h-842{min-height:842px!important}.min-h-843{min-height:843px!important}.min-h-844{min-height:844px!important}.min-h-845{min-height:845px!important}.min-h-846{min-height:846px!important}.min-h-847{min-height:847px!important}.min-h-848{min-height:848px!important}.min-h-849{min-height:849px!important}.min-h-850{min-height:850px!important}.min-h-851{min-height:851px!important}.min-h-852{min-height:852px!important}.min-h-853{min-height:853px!important}.min-h-854{min-height:854px!important}.min-h-855{min-height:855px!important}.min-h-856{min-height:856px!important}.min-h-857{min-height:857px!important}.min-h-858{min-height:858px!important}.min-h-859{min-height:859px!important}.min-h-860{min-height:860px!important}.min-h-861{min-height:861px!important}.min-h-862{min-height:862px!important}.min-h-863{min-height:863px!important}.min-h-864{min-height:864px!important}.min-h-865{min-height:865px!important}.min-h-866{min-height:866px!important}.min-h-867{min-height:867px!important}.min-h-868{min-height:868px!important}.min-h-869{min-height:869px!important}.min-h-870{min-height:870px!important}.min-h-871{min-height:871px!important}.min-h-872{min-height:872px!important}.min-h-873{min-height:873px!important}.min-h-874{min-height:874px!important}.min-h-875{min-height:875px!important}.min-h-876{min-height:876px!important}.min-h-877{min-height:877px!important}.min-h-878{min-height:878px!important}.min-h-879{min-height:879px!important}.min-h-880{min-height:880px!important}.min-h-881{min-height:881px!important}.min-h-882{min-height:882px!important}.min-h-883{min-height:883px!important}.min-h-884{min-height:884px!important}.min-h-885{min-height:885px!important}.min-h-886{min-height:886px!important}.min-h-887{min-height:887px!important}.min-h-888{min-height:888px!important}.min-h-889{min-height:889px!important}.min-h-890{min-height:890px!important}.min-h-891{min-height:891px!important}.min-h-892{min-height:892px!important}.min-h-893{min-height:893px!important}.min-h-894{min-height:894px!important}.min-h-895{min-height:895px!important}.min-h-896{min-height:896px!important}.min-h-897{min-height:897px!important}.min-h-898{min-height:898px!important}.min-h-899{min-height:899px!important}.min-h-900{min-height:900px!important}.min-h-901{min-height:901px!important}.min-h-902{min-height:902px!important}.min-h-903{min-height:903px!important}.min-h-904{min-height:904px!important}.min-h-905{min-height:905px!important}.min-h-906{min-height:906px!important}.min-h-907{min-height:907px!important}.min-h-908{min-height:908px!important}.min-h-909{min-height:909px!important}.min-h-910{min-height:910px!important}.min-h-911{min-height:911px!important}.min-h-912{min-height:912px!important}.min-h-913{min-height:913px!important}.min-h-914{min-height:914px!important}.min-h-915{min-height:915px!important}.min-h-916{min-height:916px!important}.min-h-917{min-height:917px!important}.min-h-918{min-height:918px!important}.min-h-919{min-height:919px!important}.min-h-920{min-height:920px!important}.min-h-921{min-height:921px!important}.min-h-922{min-height:922px!important}.min-h-923{min-height:923px!important}.min-h-924{min-height:924px!important}.min-h-925{min-height:925px!important}.min-h-926{min-height:926px!important}.min-h-927{min-height:927px!important}.min-h-928{min-height:928px!important}.min-h-929{min-height:929px!important}.min-h-930{min-height:930px!important}.min-h-931{min-height:931px!important}.min-h-932{min-height:932px!important}.min-h-933{min-height:933px!important}.min-h-934{min-height:934px!important}.min-h-935{min-height:935px!important}.min-h-936{min-height:936px!important}.min-h-937{min-height:937px!important}.min-h-938{min-height:938px!important}.min-h-939{min-height:939px!important}.min-h-940{min-height:940px!important}.min-h-941{min-height:941px!important}.min-h-942{min-height:942px!important}.min-h-943{min-height:943px!important}.min-h-944{min-height:944px!important}.min-h-945{min-height:945px!important}.min-h-946{min-height:946px!important}.min-h-947{min-height:947px!important}.min-h-948{min-height:948px!important}.min-h-949{min-height:949px!important}.min-h-950{min-height:950px!important}.min-h-951{min-height:951px!important}.min-h-952{min-height:952px!important}.min-h-953{min-height:953px!important}.min-h-954{min-height:954px!important}.min-h-955{min-height:955px!important}.min-h-956{min-height:956px!important}.min-h-957{min-height:957px!important}.min-h-958{min-height:958px!important}.min-h-959{min-height:959px!important}.min-h-960{min-height:960px!important}.min-h-961{min-height:961px!important}.min-h-962{min-height:962px!important}.min-h-963{min-height:963px!important}.min-h-964{min-height:964px!important}.min-h-965{min-height:965px!important}.min-h-966{min-height:966px!important}.min-h-967{min-height:967px!important}.min-h-968{min-height:968px!important}.min-h-969{min-height:969px!important}.min-h-970{min-height:970px!important}.min-h-971{min-height:971px!important}.min-h-972{min-height:972px!important}.min-h-973{min-height:973px!important}.min-h-974{min-height:974px!important}.min-h-975{min-height:975px!important}.min-h-976{min-height:976px!important}.min-h-977{min-height:977px!important}.min-h-978{min-height:978px!important}.min-h-979{min-height:979px!important}.min-h-980{min-height:980px!important}.min-h-981{min-height:981px!important}.min-h-982{min-height:982px!important}.min-h-983{min-height:983px!important}.min-h-984{min-height:984px!important}.min-h-985{min-height:985px!important}.min-h-986{min-height:986px!important}.min-h-987{min-height:987px!important}.min-h-988{min-height:988px!important}.min-h-989{min-height:989px!important}.min-h-990{min-height:990px!important}.min-h-991{min-height:991px!important}.min-h-992{min-height:992px!important}.min-h-993{min-height:993px!important}.min-h-994{min-height:994px!important}.min-h-995{min-height:995px!important}.min-h-996{min-height:996px!important}.min-h-997{min-height:997px!important}.min-h-998{min-height:998px!important}.min-h-999{min-height:999px!important}.min-h-1000{min-height:1000px!important}.font-0{font-weight:0}.font-1{font-weight:1}.font-2{font-weight:2}.font-3{font-weight:3}.font-4{font-weight:4}.font-5{font-weight:5}.font-6{font-weight:6}.font-7{font-weight:7}.font-8{font-weight:8}.font-9{font-weight:9}.font-10{font-weight:10}.font-11{font-weight:11}.font-12{font-weight:12}.font-13{font-weight:13}.font-14{font-weight:14}.font-15{font-weight:15}.font-16{font-weight:16}.font-17{font-weight:17}.font-18{font-weight:18}.font-19{font-weight:19}.font-20{font-weight:20}.font-21{font-weight:21}.font-22{font-weight:22}.font-23{font-weight:23}.font-24{font-weight:24}.font-25{font-weight:25}.font-26{font-weight:26}.font-27{font-weight:27}.font-28{font-weight:28}.font-29{font-weight:29}.font-30{font-weight:30}.font-31{font-weight:31}.font-32{font-weight:32}.font-33{font-weight:33}.font-34{font-weight:34}.font-35{font-weight:35}.font-36{font-weight:36}.font-37{font-weight:37}.font-38{font-weight:38}.font-39{font-weight:39}.font-40{font-weight:40}.font-41{font-weight:41}.font-42{font-weight:42}.font-43{font-weight:43}.font-44{font-weight:44}.font-45{font-weight:45}.font-46{font-weight:46}.font-47{font-weight:47}.font-48{font-weight:48}.font-49{font-weight:49}.font-50{font-weight:50}.font-51{font-weight:51}.font-52{font-weight:52}.font-53{font-weight:53}.font-54{font-weight:54}.font-55{font-weight:55}.font-56{font-weight:56}.font-57{font-weight:57}.font-58{font-weight:58}.font-59{font-weight:59}.font-60{font-weight:60}.font-61{font-weight:61}.font-62{font-weight:62}.font-63{font-weight:63}.font-64{font-weight:64}.font-65{font-weight:65}.font-66{font-weight:66}.font-67{font-weight:67}.font-68{font-weight:68}.font-69{font-weight:69}.font-70{font-weight:70}.font-71{font-weight:71}.font-72{font-weight:72}.font-73{font-weight:73}.font-74{font-weight:74}.font-75{font-weight:75}.font-76{font-weight:76}.font-77{font-weight:77}.font-78{font-weight:78}.font-79{font-weight:79}.font-80{font-weight:80}.font-81{font-weight:81}.font-82{font-weight:82}.font-83{font-weight:83}.font-84{font-weight:84}.font-85{font-weight:85}.font-86{font-weight:86}.font-87{font-weight:87}.font-88{font-weight:88}.font-89{font-weight:89}.font-90{font-weight:90}.font-91{font-weight:91}.font-92{font-weight:92}.font-93{font-weight:93}.font-94{font-weight:94}.font-95{font-weight:95}.font-96{font-weight:96}.font-97{font-weight:97}.font-98{font-weight:98}.font-99{font-weight:99}.font-100{font-weight:100}.font-101{font-weight:101}.font-102{font-weight:102}.font-103{font-weight:103}.font-104{font-weight:104}.font-105{font-weight:105}.font-106{font-weight:106}.font-107{font-weight:107}.font-108{font-weight:108}.font-109{font-weight:109}.font-110{font-weight:110}.font-111{font-weight:111}.font-112{font-weight:112}.font-113{font-weight:113}.font-114{font-weight:114}.font-115{font-weight:115}.font-116{font-weight:116}.font-117{font-weight:117}.font-118{font-weight:118}.font-119{font-weight:119}.font-120{font-weight:120}.font-121{font-weight:121}.font-122{font-weight:122}.font-123{font-weight:123}.font-124{font-weight:124}.font-125{font-weight:125}.font-126{font-weight:126}.font-127{font-weight:127}.font-128{font-weight:128}.font-129{font-weight:129}.font-130{font-weight:130}.font-131{font-weight:131}.font-132{font-weight:132}.font-133{font-weight:133}.font-134{font-weight:134}.font-135{font-weight:135}.font-136{font-weight:136}.font-137{font-weight:137}.font-138{font-weight:138}.font-139{font-weight:139}.font-140{font-weight:140}.font-141{font-weight:141}.font-142{font-weight:142}.font-143{font-weight:143}.font-144{font-weight:144}.font-145{font-weight:145}.font-146{font-weight:146}.font-147{font-weight:147}.font-148{font-weight:148}.font-149{font-weight:149}.font-150{font-weight:150}.font-151{font-weight:151}.font-152{font-weight:152}.font-153{font-weight:153}.font-154{font-weight:154}.font-155{font-weight:155}.font-156{font-weight:156}.font-157{font-weight:157}.font-158{font-weight:158}.font-159{font-weight:159}.font-160{font-weight:160}.font-161{font-weight:161}.font-162{font-weight:162}.font-163{font-weight:163}.font-164{font-weight:164}.font-165{font-weight:165}.font-166{font-weight:166}.font-167{font-weight:167}.font-168{font-weight:168}.font-169{font-weight:169}.font-170{font-weight:170}.font-171{font-weight:171}.font-172{font-weight:172}.font-173{font-weight:173}.font-174{font-weight:174}.font-175{font-weight:175}.font-176{font-weight:176}.font-177{font-weight:177}.font-178{font-weight:178}.font-179{font-weight:179}.font-180{font-weight:180}.font-181{font-weight:181}.font-182{font-weight:182}.font-183{font-weight:183}.font-184{font-weight:184}.font-185{font-weight:185}.font-186{font-weight:186}.font-187{font-weight:187}.font-188{font-weight:188}.font-189{font-weight:189}.font-190{font-weight:190}.font-191{font-weight:191}.font-192{font-weight:192}.font-193{font-weight:193}.font-194{font-weight:194}.font-195{font-weight:195}.font-196{font-weight:196}.font-197{font-weight:197}.font-198{font-weight:198}.font-199{font-weight:199}.font-200{font-weight:200}.font-201{font-weight:201}.font-202{font-weight:202}.font-203{font-weight:203}.font-204{font-weight:204}.font-205{font-weight:205}.font-206{font-weight:206}.font-207{font-weight:207}.font-208{font-weight:208}.font-209{font-weight:209}.font-210{font-weight:210}.font-211{font-weight:211}.font-212{font-weight:212}.font-213{font-weight:213}.font-214{font-weight:214}.font-215{font-weight:215}.font-216{font-weight:216}.font-217{font-weight:217}.font-218{font-weight:218}.font-219{font-weight:219}.font-220{font-weight:220}.font-221{font-weight:221}.font-222{font-weight:222}.font-223{font-weight:223}.font-224{font-weight:224}.font-225{font-weight:225}.font-226{font-weight:226}.font-227{font-weight:227}.font-228{font-weight:228}.font-229{font-weight:229}.font-230{font-weight:230}.font-231{font-weight:231}.font-232{font-weight:232}.font-233{font-weight:233}.font-234{font-weight:234}.font-235{font-weight:235}.font-236{font-weight:236}.font-237{font-weight:237}.font-238{font-weight:238}.font-239{font-weight:239}.font-240{font-weight:240}.font-241{font-weight:241}.font-242{font-weight:242}.font-243{font-weight:243}.font-244{font-weight:244}.font-245{font-weight:245}.font-246{font-weight:246}.font-247{font-weight:247}.font-248{font-weight:248}.font-249{font-weight:249}.font-250{font-weight:250}.font-251{font-weight:251}.font-252{font-weight:252}.font-253{font-weight:253}.font-254{font-weight:254}.font-255{font-weight:255}.font-256{font-weight:256}.font-257{font-weight:257}.font-258{font-weight:258}.font-259{font-weight:259}.font-260{font-weight:260}.font-261{font-weight:261}.font-262{font-weight:262}.font-263{font-weight:263}.font-264{font-weight:264}.font-265{font-weight:265}.font-266{font-weight:266}.font-267{font-weight:267}.font-268{font-weight:268}.font-269{font-weight:269}.font-270{font-weight:270}.font-271{font-weight:271}.font-272{font-weight:272}.font-273{font-weight:273}.font-274{font-weight:274}.font-275{font-weight:275}.font-276{font-weight:276}.font-277{font-weight:277}.font-278{font-weight:278}.font-279{font-weight:279}.font-280{font-weight:280}.font-281{font-weight:281}.font-282{font-weight:282}.font-283{font-weight:283}.font-284{font-weight:284}.font-285{font-weight:285}.font-286{font-weight:286}.font-287{font-weight:287}.font-288{font-weight:288}.font-289{font-weight:289}.font-290{font-weight:290}.font-291{font-weight:291}.font-292{font-weight:292}.font-293{font-weight:293}.font-294{font-weight:294}.font-295{font-weight:295}.font-296{font-weight:296}.font-297{font-weight:297}.font-298{font-weight:298}.font-299{font-weight:299}.font-300{font-weight:300}.font-301{font-weight:301}.font-302{font-weight:302}.font-303{font-weight:303}.font-304{font-weight:304}.font-305{font-weight:305}.font-306{font-weight:306}.font-307{font-weight:307}.font-308{font-weight:308}.font-309{font-weight:309}.font-310{font-weight:310}.font-311{font-weight:311}.font-312{font-weight:312}.font-313{font-weight:313}.font-314{font-weight:314}.font-315{font-weight:315}.font-316{font-weight:316}.font-317{font-weight:317}.font-318{font-weight:318}.font-319{font-weight:319}.font-320{font-weight:320}.font-321{font-weight:321}.font-322{font-weight:322}.font-323{font-weight:323}.font-324{font-weight:324}.font-325{font-weight:325}.font-326{font-weight:326}.font-327{font-weight:327}.font-328{font-weight:328}.font-329{font-weight:329}.font-330{font-weight:330}.font-331{font-weight:331}.font-332{font-weight:332}.font-333{font-weight:333}.font-334{font-weight:334}.font-335{font-weight:335}.font-336{font-weight:336}.font-337{font-weight:337}.font-338{font-weight:338}.font-339{font-weight:339}.font-340{font-weight:340}.font-341{font-weight:341}.font-342{font-weight:342}.font-343{font-weight:343}.font-344{font-weight:344}.font-345{font-weight:345}.font-346{font-weight:346}.font-347{font-weight:347}.font-348{font-weight:348}.font-349{font-weight:349}.font-350{font-weight:350}.font-351{font-weight:351}.font-352{font-weight:352}.font-353{font-weight:353}.font-354{font-weight:354}.font-355{font-weight:355}.font-356{font-weight:356}.font-357{font-weight:357}.font-358{font-weight:358}.font-359{font-weight:359}.font-360{font-weight:360}.font-361{font-weight:361}.font-362{font-weight:362}.font-363{font-weight:363}.font-364{font-weight:364}.font-365{font-weight:365}.font-366{font-weight:366}.font-367{font-weight:367}.font-368{font-weight:368}.font-369{font-weight:369}.font-370{font-weight:370}.font-371{font-weight:371}.font-372{font-weight:372}.font-373{font-weight:373}.font-374{font-weight:374}.font-375{font-weight:375}.font-376{font-weight:376}.font-377{font-weight:377}.font-378{font-weight:378}.font-379{font-weight:379}.font-380{font-weight:380}.font-381{font-weight:381}.font-382{font-weight:382}.font-383{font-weight:383}.font-384{font-weight:384}.font-385{font-weight:385}.font-386{font-weight:386}.font-387{font-weight:387}.font-388{font-weight:388}.font-389{font-weight:389}.font-390{font-weight:390}.font-391{font-weight:391}.font-392{font-weight:392}.font-393{font-weight:393}.font-394{font-weight:394}.font-395{font-weight:395}.font-396{font-weight:396}.font-397{font-weight:397}.font-398{font-weight:398}.font-399{font-weight:399}.font-400{font-weight:400}.font-401{font-weight:401}.font-402{font-weight:402}.font-403{font-weight:403}.font-404{font-weight:404}.font-405{font-weight:405}.font-406{font-weight:406}.font-407{font-weight:407}.font-408{font-weight:408}.font-409{font-weight:409}.font-410{font-weight:410}.font-411{font-weight:411}.font-412{font-weight:412}.font-413{font-weight:413}.font-414{font-weight:414}.font-415{font-weight:415}.font-416{font-weight:416}.font-417{font-weight:417}.font-418{font-weight:418}.font-419{font-weight:419}.font-420{font-weight:420}.font-421{font-weight:421}.font-422{font-weight:422}.font-423{font-weight:423}.font-424{font-weight:424}.font-425{font-weight:425}.font-426{font-weight:426}.font-427{font-weight:427}.font-428{font-weight:428}.font-429{font-weight:429}.font-430{font-weight:430}.font-431{font-weight:431}.font-432{font-weight:432}.font-433{font-weight:433}.font-434{font-weight:434}.font-435{font-weight:435}.font-436{font-weight:436}.font-437{font-weight:437}.font-438{font-weight:438}.font-439{font-weight:439}.font-440{font-weight:440}.font-441{font-weight:441}.font-442{font-weight:442}.font-443{font-weight:443}.font-444{font-weight:444}.font-445{font-weight:445}.font-446{font-weight:446}.font-447{font-weight:447}.font-448{font-weight:448}.font-449{font-weight:449}.font-450{font-weight:450}.font-451{font-weight:451}.font-452{font-weight:452}.font-453{font-weight:453}.font-454{font-weight:454}.font-455{font-weight:455}.font-456{font-weight:456}.font-457{font-weight:457}.font-458{font-weight:458}.font-459{font-weight:459}.font-460{font-weight:460}.font-461{font-weight:461}.font-462{font-weight:462}.font-463{font-weight:463}.font-464{font-weight:464}.font-465{font-weight:465}.font-466{font-weight:466}.font-467{font-weight:467}.font-468{font-weight:468}.font-469{font-weight:469}.font-470{font-weight:470}.font-471{font-weight:471}.font-472{font-weight:472}.font-473{font-weight:473}.font-474{font-weight:474}.font-475{font-weight:475}.font-476{font-weight:476}.font-477{font-weight:477}.font-478{font-weight:478}.font-479{font-weight:479}.font-480{font-weight:480}.font-481{font-weight:481}.font-482{font-weight:482}.font-483{font-weight:483}.font-484{font-weight:484}.font-485{font-weight:485}.font-486{font-weight:486}.font-487{font-weight:487}.font-488{font-weight:488}.font-489{font-weight:489}.font-490{font-weight:490}.font-491{font-weight:491}.font-492{font-weight:492}.font-493{font-weight:493}.font-494{font-weight:494}.font-495{font-weight:495}.font-496{font-weight:496}.font-497{font-weight:497}.font-498{font-weight:498}.font-499{font-weight:499}.font-500{font-weight:500}.font-501{font-weight:501}.font-502{font-weight:502}.font-503{font-weight:503}.font-504{font-weight:504}.font-505{font-weight:505}.font-506{font-weight:506}.font-507{font-weight:507}.font-508{font-weight:508}.font-509{font-weight:509}.font-510{font-weight:510}.font-511{font-weight:511}.font-512{font-weight:512}.font-513{font-weight:513}.font-514{font-weight:514}.font-515{font-weight:515}.font-516{font-weight:516}.font-517{font-weight:517}.font-518{font-weight:518}.font-519{font-weight:519}.font-520{font-weight:520}.font-521{font-weight:521}.font-522{font-weight:522}.font-523{font-weight:523}.font-524{font-weight:524}.font-525{font-weight:525}.font-526{font-weight:526}.font-527{font-weight:527}.font-528{font-weight:528}.font-529{font-weight:529}.font-530{font-weight:530}.font-531{font-weight:531}.font-532{font-weight:532}.font-533{font-weight:533}.font-534{font-weight:534}.font-535{font-weight:535}.font-536{font-weight:536}.font-537{font-weight:537}.font-538{font-weight:538}.font-539{font-weight:539}.font-540{font-weight:540}.font-541{font-weight:541}.font-542{font-weight:542}.font-543{font-weight:543}.font-544{font-weight:544}.font-545{font-weight:545}.font-546{font-weight:546}.font-547{font-weight:547}.font-548{font-weight:548}.font-549{font-weight:549}.font-550{font-weight:550}.font-551{font-weight:551}.font-552{font-weight:552}.font-553{font-weight:553}.font-554{font-weight:554}.font-555{font-weight:555}.font-556{font-weight:556}.font-557{font-weight:557}.font-558{font-weight:558}.font-559{font-weight:559}.font-560{font-weight:560}.font-561{font-weight:561}.font-562{font-weight:562}.font-563{font-weight:563}.font-564{font-weight:564}.font-565{font-weight:565}.font-566{font-weight:566}.font-567{font-weight:567}.font-568{font-weight:568}.font-569{font-weight:569}.font-570{font-weight:570}.font-571{font-weight:571}.font-572{font-weight:572}.font-573{font-weight:573}.font-574{font-weight:574}.font-575{font-weight:575}.font-576{font-weight:576}.font-577{font-weight:577}.font-578{font-weight:578}.font-579{font-weight:579}.font-580{font-weight:580}.font-581{font-weight:581}.font-582{font-weight:582}.font-583{font-weight:583}.font-584{font-weight:584}.font-585{font-weight:585}.font-586{font-weight:586}.font-587{font-weight:587}.font-588{font-weight:588}.font-589{font-weight:589}.font-590{font-weight:590}.font-591{font-weight:591}.font-592{font-weight:592}.font-593{font-weight:593}.font-594{font-weight:594}.font-595{font-weight:595}.font-596{font-weight:596}.font-597{font-weight:597}.font-598{font-weight:598}.font-599{font-weight:599}.font-600{font-weight:600}.font-601{font-weight:601}.font-602{font-weight:602}.font-603{font-weight:603}.font-604{font-weight:604}.font-605{font-weight:605}.font-606{font-weight:606}.font-607{font-weight:607}.font-608{font-weight:608}.font-609{font-weight:609}.font-610{font-weight:610}.font-611{font-weight:611}.font-612{font-weight:612}.font-613{font-weight:613}.font-614{font-weight:614}.font-615{font-weight:615}.font-616{font-weight:616}.font-617{font-weight:617}.font-618{font-weight:618}.font-619{font-weight:619}.font-620{font-weight:620}.font-621{font-weight:621}.font-622{font-weight:622}.font-623{font-weight:623}.font-624{font-weight:624}.font-625{font-weight:625}.font-626{font-weight:626}.font-627{font-weight:627}.font-628{font-weight:628}.font-629{font-weight:629}.font-630{font-weight:630}.font-631{font-weight:631}.font-632{font-weight:632}.font-633{font-weight:633}.font-634{font-weight:634}.font-635{font-weight:635}.font-636{font-weight:636}.font-637{font-weight:637}.font-638{font-weight:638}.font-639{font-weight:639}.font-640{font-weight:640}.font-641{font-weight:641}.font-642{font-weight:642}.font-643{font-weight:643}.font-644{font-weight:644}.font-645{font-weight:645}.font-646{font-weight:646}.font-647{font-weight:647}.font-648{font-weight:648}.font-649{font-weight:649}.font-650{font-weight:650}.font-651{font-weight:651}.font-652{font-weight:652}.font-653{font-weight:653}.font-654{font-weight:654}.font-655{font-weight:655}.font-656{font-weight:656}.font-657{font-weight:657}.font-658{font-weight:658}.font-659{font-weight:659}.font-660{font-weight:660}.font-661{font-weight:661}.font-662{font-weight:662}.font-663{font-weight:663}.font-664{font-weight:664}.font-665{font-weight:665}.font-666{font-weight:666}.font-667{font-weight:667}.font-668{font-weight:668}.font-669{font-weight:669}.font-670{font-weight:670}.font-671{font-weight:671}.font-672{font-weight:672}.font-673{font-weight:673}.font-674{font-weight:674}.font-675{font-weight:675}.font-676{font-weight:676}.font-677{font-weight:677}.font-678{font-weight:678}.font-679{font-weight:679}.font-680{font-weight:680}.font-681{font-weight:681}.font-682{font-weight:682}.font-683{font-weight:683}.font-684{font-weight:684}.font-685{font-weight:685}.font-686{font-weight:686}.font-687{font-weight:687}.font-688{font-weight:688}.font-689{font-weight:689}.font-690{font-weight:690}.font-691{font-weight:691}.font-692{font-weight:692}.font-693{font-weight:693}.font-694{font-weight:694}.font-695{font-weight:695}.font-696{font-weight:696}.font-697{font-weight:697}.font-698{font-weight:698}.font-699{font-weight:699}.font-700{font-weight:700}.font-701{font-weight:701}.font-702{font-weight:702}.font-703{font-weight:703}.font-704{font-weight:704}.font-705{font-weight:705}.font-706{font-weight:706}.font-707{font-weight:707}.font-708{font-weight:708}.font-709{font-weight:709}.font-710{font-weight:710}.font-711{font-weight:711}.font-712{font-weight:712}.font-713{font-weight:713}.font-714{font-weight:714}.font-715{font-weight:715}.font-716{font-weight:716}.font-717{font-weight:717}.font-718{font-weight:718}.font-719{font-weight:719}.font-720{font-weight:720}.font-721{font-weight:721}.font-722{font-weight:722}.font-723{font-weight:723}.font-724{font-weight:724}.font-725{font-weight:725}.font-726{font-weight:726}.font-727{font-weight:727}.font-728{font-weight:728}.font-729{font-weight:729}.font-730{font-weight:730}.font-731{font-weight:731}.font-732{font-weight:732}.font-733{font-weight:733}.font-734{font-weight:734}.font-735{font-weight:735}.font-736{font-weight:736}.font-737{font-weight:737}.font-738{font-weight:738}.font-739{font-weight:739}.font-740{font-weight:740}.font-741{font-weight:741}.font-742{font-weight:742}.font-743{font-weight:743}.font-744{font-weight:744}.font-745{font-weight:745}.font-746{font-weight:746}.font-747{font-weight:747}.font-748{font-weight:748}.font-749{font-weight:749}.font-750{font-weight:750}.font-751{font-weight:751}.font-752{font-weight:752}.font-753{font-weight:753}.font-754{font-weight:754}.font-755{font-weight:755}.font-756{font-weight:756}.font-757{font-weight:757}.font-758{font-weight:758}.font-759{font-weight:759}.font-760{font-weight:760}.font-761{font-weight:761}.font-762{font-weight:762}.font-763{font-weight:763}.font-764{font-weight:764}.font-765{font-weight:765}.font-766{font-weight:766}.font-767{font-weight:767}.font-768{font-weight:768}.font-769{font-weight:769}.font-770{font-weight:770}.font-771{font-weight:771}.font-772{font-weight:772}.font-773{font-weight:773}.font-774{font-weight:774}.font-775{font-weight:775}.font-776{font-weight:776}.font-777{font-weight:777}.font-778{font-weight:778}.font-779{font-weight:779}.font-780{font-weight:780}.font-781{font-weight:781}.font-782{font-weight:782}.font-783{font-weight:783}.font-784{font-weight:784}.font-785{font-weight:785}.font-786{font-weight:786}.font-787{font-weight:787}.font-788{font-weight:788}.font-789{font-weight:789}.font-790{font-weight:790}.font-791{font-weight:791}.font-792{font-weight:792}.font-793{font-weight:793}.font-794{font-weight:794}.font-795{font-weight:795}.font-796{font-weight:796}.font-797{font-weight:797}.font-798{font-weight:798}.font-799{font-weight:799}.font-800{font-weight:800}.font-801{font-weight:801}.font-802{font-weight:802}.font-803{font-weight:803}.font-804{font-weight:804}.font-805{font-weight:805}.font-806{font-weight:806}.font-807{font-weight:807}.font-808{font-weight:808}.font-809{font-weight:809}.font-810{font-weight:810}.font-811{font-weight:811}.font-812{font-weight:812}.font-813{font-weight:813}.font-814{font-weight:814}.font-815{font-weight:815}.font-816{font-weight:816}.font-817{font-weight:817}.font-818{font-weight:818}.font-819{font-weight:819}.font-820{font-weight:820}.font-821{font-weight:821}.font-822{font-weight:822}.font-823{font-weight:823}.font-824{font-weight:824}.font-825{font-weight:825}.font-826{font-weight:826}.font-827{font-weight:827}.font-828{font-weight:828}.font-829{font-weight:829}.font-830{font-weight:830}.font-831{font-weight:831}.font-832{font-weight:832}.font-833{font-weight:833}.font-834{font-weight:834}.font-835{font-weight:835}.font-836{font-weight:836}.font-837{font-weight:837}.font-838{font-weight:838}.font-839{font-weight:839}.font-840{font-weight:840}.font-841{font-weight:841}.font-842{font-weight:842}.font-843{font-weight:843}.font-844{font-weight:844}.font-845{font-weight:845}.font-846{font-weight:846}.font-847{font-weight:847}.font-848{font-weight:848}.font-849{font-weight:849}.font-850{font-weight:850}.font-851{font-weight:851}.font-852{font-weight:852}.font-853{font-weight:853}.font-854{font-weight:854}.font-855{font-weight:855}.font-856{font-weight:856}.font-857{font-weight:857}.font-858{font-weight:858}.font-859{font-weight:859}.font-860{font-weight:860}.font-861{font-weight:861}.font-862{font-weight:862}.font-863{font-weight:863}.font-864{font-weight:864}.font-865{font-weight:865}.font-866{font-weight:866}.font-867{font-weight:867}.font-868{font-weight:868}.font-869{font-weight:869}.font-870{font-weight:870}.font-871{font-weight:871}.font-872{font-weight:872}.font-873{font-weight:873}.font-874{font-weight:874}.font-875{font-weight:875}.font-876{font-weight:876}.font-877{font-weight:877}.font-878{font-weight:878}.font-879{font-weight:879}.font-880{font-weight:880}.font-881{font-weight:881}.font-882{font-weight:882}.font-883{font-weight:883}.font-884{font-weight:884}.font-885{font-weight:885}.font-886{font-weight:886}.font-887{font-weight:887}.font-888{font-weight:888}.font-889{font-weight:889}.font-890{font-weight:890}.font-891{font-weight:891}.font-892{font-weight:892}.font-893{font-weight:893}.font-894{font-weight:894}.font-895{font-weight:895}.font-896{font-weight:896}.font-897{font-weight:897}.font-898{font-weight:898}.font-899{font-weight:899}.font-900{font-weight:900}.font-901{font-weight:901}.font-902{font-weight:902}.font-903{font-weight:903}.font-904{font-weight:904}.font-905{font-weight:905}.font-906{font-weight:906}.font-907{font-weight:907}.font-908{font-weight:908}.font-909{font-weight:909}.font-910{font-weight:910}.font-911{font-weight:911}.font-912{font-weight:912}.font-913{font-weight:913}.font-914{font-weight:914}.font-915{font-weight:915}.font-916{font-weight:916}.font-917{font-weight:917}.font-918{font-weight:918}.font-919{font-weight:919}.font-920{font-weight:920}.font-921{font-weight:921}.font-922{font-weight:922}.font-923{font-weight:923}.font-924{font-weight:924}.font-925{font-weight:925}.font-926{font-weight:926}.font-927{font-weight:927}.font-928{font-weight:928}.font-929{font-weight:929}.font-930{font-weight:930}.font-931{font-weight:931}.font-932{font-weight:932}.font-933{font-weight:933}.font-934{font-weight:934}.font-935{font-weight:935}.font-936{font-weight:936}.font-937{font-weight:937}.font-938{font-weight:938}.font-939{font-weight:939}.font-940{font-weight:940}.font-941{font-weight:941}.font-942{font-weight:942}.font-943{font-weight:943}.font-944{font-weight:944}.font-945{font-weight:945}.font-946{font-weight:946}.font-947{font-weight:947}.font-948{font-weight:948}.font-949{font-weight:949}.font-950{font-weight:950}.font-951{font-weight:951}.font-952{font-weight:952}.font-953{font-weight:953}.font-954{font-weight:954}.font-955{font-weight:955}.font-956{font-weight:956}.font-957{font-weight:957}.font-958{font-weight:958}.font-959{font-weight:959}.font-960{font-weight:960}.font-961{font-weight:961}.font-962{font-weight:962}.font-963{font-weight:963}.font-964{font-weight:964}.font-965{font-weight:965}.font-966{font-weight:966}.font-967{font-weight:967}.font-968{font-weight:968}.font-969{font-weight:969}.font-970{font-weight:970}.font-971{font-weight:971}.font-972{font-weight:972}.font-973{font-weight:973}.font-974{font-weight:974}.font-975{font-weight:975}.font-976{font-weight:976}.font-977{font-weight:977}.font-978{font-weight:978}.font-979{font-weight:979}.font-980{font-weight:980}.font-981{font-weight:981}.font-982{font-weight:982}.font-983{font-weight:983}.font-984{font-weight:984}.font-985{font-weight:985}.font-986{font-weight:986}.font-987{font-weight:987}.font-988{font-weight:988}.font-989{font-weight:989}.font-990{font-weight:990}.font-991{font-weight:991}.font-992{font-weight:992}.font-993{font-weight:993}.font-994{font-weight:994}.font-995{font-weight:995}.font-996{font-weight:996}.font-997{font-weight:997}.font-998{font-weight:998}.font-999{font-weight:999}.font-1000{font-weight:1000}.border-radius-0{border-radius:0!important}.border-radius-1{border-radius:1px!important}.border-radius-2{border-radius:2px!important}.border-radius-3{border-radius:3px!important}.border-radius-4{border-radius:4px!important}.border-radius-5{border-radius:5px!important}.border-radius-6{border-radius:6px!important}.border-radius-7{border-radius:7px!important}.border-radius-8{border-radius:8px!important}.border-radius-9{border-radius:9px!important}.border-radius-10{border-radius:10px!important}.border-radius-11{border-radius:11px!important}.border-radius-12{border-radius:12px!important}.border-radius-13{border-radius:13px!important}.border-radius-14{border-radius:14px!important}.border-radius-15{border-radius:15px!important}.border-radius-16{border-radius:16px!important}.border-radius-17{border-radius:17px!important}.border-radius-18{border-radius:18px!important}.border-radius-19{border-radius:19px!important}.border-radius-20{border-radius:20px!important}.border-radius-21{border-radius:21px!important}.border-radius-22{border-radius:22px!important}.border-radius-23{border-radius:23px!important}.border-radius-24{border-radius:24px!important}.border-radius-25{border-radius:25px!important}.border-radius-26{border-radius:26px!important}.border-radius-27{border-radius:27px!important}.border-radius-28{border-radius:28px!important}.border-radius-29{border-radius:29px!important}.border-radius-30{border-radius:30px!important}.border-radius-31{border-radius:31px!important}.border-radius-32{border-radius:32px!important}.border-radius-33{border-radius:33px!important}.border-radius-34{border-radius:34px!important}.border-radius-35{border-radius:35px!important}.border-radius-36{border-radius:36px!important}.border-radius-37{border-radius:37px!important}.border-radius-38{border-radius:38px!important}.border-radius-39{border-radius:39px!important}.border-radius-40{border-radius:40px!important}.border-radius-41{border-radius:41px!important}.border-radius-42{border-radius:42px!important}.border-radius-43{border-radius:43px!important}.border-radius-44{border-radius:44px!important}.border-radius-45{border-radius:45px!important}.border-radius-46{border-radius:46px!important}.border-radius-47{border-radius:47px!important}.border-radius-48{border-radius:48px!important}.border-radius-49{border-radius:49px!important}.border-radius-50{border-radius:50px!important}.border-radius-51{border-radius:51px!important}.border-radius-52{border-radius:52px!important}.border-radius-53{border-radius:53px!important}.border-radius-54{border-radius:54px!important}.border-radius-55{border-radius:55px!important}.border-radius-56{border-radius:56px!important}.border-radius-57{border-radius:57px!important}.border-radius-58{border-radius:58px!important}.border-radius-59{border-radius:59px!important}.border-radius-60{border-radius:60px!important}.border-radius-61{border-radius:61px!important}.border-radius-62{border-radius:62px!important}.border-radius-63{border-radius:63px!important}.border-radius-64{border-radius:64px!important}.border-radius-65{border-radius:65px!important}.border-radius-66{border-radius:66px!important}.border-radius-67{border-radius:67px!important}.border-radius-68{border-radius:68px!important}.border-radius-69{border-radius:69px!important}.border-radius-70{border-radius:70px!important}.border-radius-71{border-radius:71px!important}.border-radius-72{border-radius:72px!important}.border-radius-73{border-radius:73px!important}.border-radius-74{border-radius:74px!important}.border-radius-75{border-radius:75px!important}.border-radius-76{border-radius:76px!important}.border-radius-77{border-radius:77px!important}.border-radius-78{border-radius:78px!important}.border-radius-79{border-radius:79px!important}.border-radius-80{border-radius:80px!important}.border-radius-81{border-radius:81px!important}.border-radius-82{border-radius:82px!important}.border-radius-83{border-radius:83px!important}.border-radius-84{border-radius:84px!important}.border-radius-85{border-radius:85px!important}.border-radius-86{border-radius:86px!important}.border-radius-87{border-radius:87px!important}.border-radius-88{border-radius:88px!important}.border-radius-89{border-radius:89px!important}.border-radius-90{border-radius:90px!important}.border-radius-91{border-radius:91px!important}.border-radius-92{border-radius:92px!important}.border-radius-93{border-radius:93px!important}.border-radius-94{border-radius:94px!important}.border-radius-95{border-radius:95px!important}.border-radius-96{border-radius:96px!important}.border-radius-97{border-radius:97px!important}.border-radius-98{border-radius:98px!important}.border-radius-99{border-radius:99px!important}.border-radius-100{border-radius:100px!important}.border-radius-101{border-radius:101px!important}.border-radius-102{border-radius:102px!important}.border-radius-103{border-radius:103px!important}.border-radius-104{border-radius:104px!important}.border-radius-105{border-radius:105px!important}.border-radius-106{border-radius:106px!important}.border-radius-107{border-radius:107px!important}.border-radius-108{border-radius:108px!important}.border-radius-109{border-radius:109px!important}.border-radius-110{border-radius:110px!important}.border-radius-111{border-radius:111px!important}.border-radius-112{border-radius:112px!important}.border-radius-113{border-radius:113px!important}.border-radius-114{border-radius:114px!important}.border-radius-115{border-radius:115px!important}.border-radius-116{border-radius:116px!important}.border-radius-117{border-radius:117px!important}.border-radius-118{border-radius:118px!important}.border-radius-119{border-radius:119px!important}.border-radius-120{border-radius:120px!important}.border-radius-121{border-radius:121px!important}.border-radius-122{border-radius:122px!important}.border-radius-123{border-radius:123px!important}.border-radius-124{border-radius:124px!important}.border-radius-125{border-radius:125px!important}.border-radius-126{border-radius:126px!important}.border-radius-127{border-radius:127px!important}.border-radius-128{border-radius:128px!important}.border-radius-129{border-radius:129px!important}.border-radius-130{border-radius:130px!important}.border-radius-131{border-radius:131px!important}.border-radius-132{border-radius:132px!important}.border-radius-133{border-radius:133px!important}.border-radius-134{border-radius:134px!important}.border-radius-135{border-radius:135px!important}.border-radius-136{border-radius:136px!important}.border-radius-137{border-radius:137px!important}.border-radius-138{border-radius:138px!important}.border-radius-139{border-radius:139px!important}.border-radius-140{border-radius:140px!important}.border-radius-141{border-radius:141px!important}.border-radius-142{border-radius:142px!important}.border-radius-143{border-radius:143px!important}.border-radius-144{border-radius:144px!important}.border-radius-145{border-radius:145px!important}.border-radius-146{border-radius:146px!important}.border-radius-147{border-radius:147px!important}.border-radius-148{border-radius:148px!important}.border-radius-149{border-radius:149px!important}.border-radius-150{border-radius:150px!important}.border-radius-151{border-radius:151px!important}.border-radius-152{border-radius:152px!important}.border-radius-153{border-radius:153px!important}.border-radius-154{border-radius:154px!important}.border-radius-155{border-radius:155px!important}.border-radius-156{border-radius:156px!important}.border-radius-157{border-radius:157px!important}.border-radius-158{border-radius:158px!important}.border-radius-159{border-radius:159px!important}.border-radius-160{border-radius:160px!important}.border-radius-161{border-radius:161px!important}.border-radius-162{border-radius:162px!important}.border-radius-163{border-radius:163px!important}.border-radius-164{border-radius:164px!important}.border-radius-165{border-radius:165px!important}.border-radius-166{border-radius:166px!important}.border-radius-167{border-radius:167px!important}.border-radius-168{border-radius:168px!important}.border-radius-169{border-radius:169px!important}.border-radius-170{border-radius:170px!important}.border-radius-171{border-radius:171px!important}.border-radius-172{border-radius:172px!important}.border-radius-173{border-radius:173px!important}.border-radius-174{border-radius:174px!important}.border-radius-175{border-radius:175px!important}.border-radius-176{border-radius:176px!important}.border-radius-177{border-radius:177px!important}.border-radius-178{border-radius:178px!important}.border-radius-179{border-radius:179px!important}.border-radius-180{border-radius:180px!important}.border-radius-181{border-radius:181px!important}.border-radius-182{border-radius:182px!important}.border-radius-183{border-radius:183px!important}.border-radius-184{border-radius:184px!important}.border-radius-185{border-radius:185px!important}.border-radius-186{border-radius:186px!important}.border-radius-187{border-radius:187px!important}.border-radius-188{border-radius:188px!important}.border-radius-189{border-radius:189px!important}.border-radius-190{border-radius:190px!important}.border-radius-191{border-radius:191px!important}.border-radius-192{border-radius:192px!important}.border-radius-193{border-radius:193px!important}.border-radius-194{border-radius:194px!important}.border-radius-195{border-radius:195px!important}.border-radius-196{border-radius:196px!important}.border-radius-197{border-radius:197px!important}.border-radius-198{border-radius:198px!important}.border-radius-199{border-radius:199px!important}.border-radius-200{border-radius:200px!important}.border-radius-201{border-radius:201px!important}.border-radius-202{border-radius:202px!important}.border-radius-203{border-radius:203px!important}.border-radius-204{border-radius:204px!important}.border-radius-205{border-radius:205px!important}.border-radius-206{border-radius:206px!important}.border-radius-207{border-radius:207px!important}.border-radius-208{border-radius:208px!important}.border-radius-209{border-radius:209px!important}.border-radius-210{border-radius:210px!important}.border-radius-211{border-radius:211px!important}.border-radius-212{border-radius:212px!important}.border-radius-213{border-radius:213px!important}.border-radius-214{border-radius:214px!important}.border-radius-215{border-radius:215px!important}.border-radius-216{border-radius:216px!important}.border-radius-217{border-radius:217px!important}.border-radius-218{border-radius:218px!important}.border-radius-219{border-radius:219px!important}.border-radius-220{border-radius:220px!important}.border-radius-221{border-radius:221px!important}.border-radius-222{border-radius:222px!important}.border-radius-223{border-radius:223px!important}.border-radius-224{border-radius:224px!important}.border-radius-225{border-radius:225px!important}.border-radius-226{border-radius:226px!important}.border-radius-227{border-radius:227px!important}.border-radius-228{border-radius:228px!important}.border-radius-229{border-radius:229px!important}.border-radius-230{border-radius:230px!important}.border-radius-231{border-radius:231px!important}.border-radius-232{border-radius:232px!important}.border-radius-233{border-radius:233px!important}.border-radius-234{border-radius:234px!important}.border-radius-235{border-radius:235px!important}.border-radius-236{border-radius:236px!important}.border-radius-237{border-radius:237px!important}.border-radius-238{border-radius:238px!important}.border-radius-239{border-radius:239px!important}.border-radius-240{border-radius:240px!important}.border-radius-241{border-radius:241px!important}.border-radius-242{border-radius:242px!important}.border-radius-243{border-radius:243px!important}.border-radius-244{border-radius:244px!important}.border-radius-245{border-radius:245px!important}.border-radius-246{border-radius:246px!important}.border-radius-247{border-radius:247px!important}.border-radius-248{border-radius:248px!important}.border-radius-249{border-radius:249px!important}.border-radius-250{border-radius:250px!important}.border-radius-251{border-radius:251px!important}.border-radius-252{border-radius:252px!important}.border-radius-253{border-radius:253px!important}.border-radius-254{border-radius:254px!important}.border-radius-255{border-radius:255px!important}.border-radius-256{border-radius:256px!important}.border-radius-257{border-radius:257px!important}.border-radius-258{border-radius:258px!important}.border-radius-259{border-radius:259px!important}.border-radius-260{border-radius:260px!important}.border-radius-261{border-radius:261px!important}.border-radius-262{border-radius:262px!important}.border-radius-263{border-radius:263px!important}.border-radius-264{border-radius:264px!important}.border-radius-265{border-radius:265px!important}.border-radius-266{border-radius:266px!important}.border-radius-267{border-radius:267px!important}.border-radius-268{border-radius:268px!important}.border-radius-269{border-radius:269px!important}.border-radius-270{border-radius:270px!important}.border-radius-271{border-radius:271px!important}.border-radius-272{border-radius:272px!important}.border-radius-273{border-radius:273px!important}.border-radius-274{border-radius:274px!important}.border-radius-275{border-radius:275px!important}.border-radius-276{border-radius:276px!important}.border-radius-277{border-radius:277px!important}.border-radius-278{border-radius:278px!important}.border-radius-279{border-radius:279px!important}.border-radius-280{border-radius:280px!important}.border-radius-281{border-radius:281px!important}.border-radius-282{border-radius:282px!important}.border-radius-283{border-radius:283px!important}.border-radius-284{border-radius:284px!important}.border-radius-285{border-radius:285px!important}.border-radius-286{border-radius:286px!important}.border-radius-287{border-radius:287px!important}.border-radius-288{border-radius:288px!important}.border-radius-289{border-radius:289px!important}.border-radius-290{border-radius:290px!important}.border-radius-291{border-radius:291px!important}.border-radius-292{border-radius:292px!important}.border-radius-293{border-radius:293px!important}.border-radius-294{border-radius:294px!important}.border-radius-295{border-radius:295px!important}.border-radius-296{border-radius:296px!important}.border-radius-297{border-radius:297px!important}.border-radius-298{border-radius:298px!important}.border-radius-299{border-radius:299px!important}.border-radius-300{border-radius:300px!important}.border-radius-301{border-radius:301px!important}.border-radius-302{border-radius:302px!important}.border-radius-303{border-radius:303px!important}.border-radius-304{border-radius:304px!important}.border-radius-305{border-radius:305px!important}.border-radius-306{border-radius:306px!important}.border-radius-307{border-radius:307px!important}.border-radius-308{border-radius:308px!important}.border-radius-309{border-radius:309px!important}.border-radius-310{border-radius:310px!important}.border-radius-311{border-radius:311px!important}.border-radius-312{border-radius:312px!important}.border-radius-313{border-radius:313px!important}.border-radius-314{border-radius:314px!important}.border-radius-315{border-radius:315px!important}.border-radius-316{border-radius:316px!important}.border-radius-317{border-radius:317px!important}.border-radius-318{border-radius:318px!important}.border-radius-319{border-radius:319px!important}.border-radius-320{border-radius:320px!important}.border-radius-321{border-radius:321px!important}.border-radius-322{border-radius:322px!important}.border-radius-323{border-radius:323px!important}.border-radius-324{border-radius:324px!important}.border-radius-325{border-radius:325px!important}.border-radius-326{border-radius:326px!important}.border-radius-327{border-radius:327px!important}.border-radius-328{border-radius:328px!important}.border-radius-329{border-radius:329px!important}.border-radius-330{border-radius:330px!important}.border-radius-331{border-radius:331px!important}.border-radius-332{border-radius:332px!important}.border-radius-333{border-radius:333px!important}.border-radius-334{border-radius:334px!important}.border-radius-335{border-radius:335px!important}.border-radius-336{border-radius:336px!important}.border-radius-337{border-radius:337px!important}.border-radius-338{border-radius:338px!important}.border-radius-339{border-radius:339px!important}.border-radius-340{border-radius:340px!important}.border-radius-341{border-radius:341px!important}.border-radius-342{border-radius:342px!important}.border-radius-343{border-radius:343px!important}.border-radius-344{border-radius:344px!important}.border-radius-345{border-radius:345px!important}.border-radius-346{border-radius:346px!important}.border-radius-347{border-radius:347px!important}.border-radius-348{border-radius:348px!important}.border-radius-349{border-radius:349px!important}.border-radius-350{border-radius:350px!important}.border-radius-351{border-radius:351px!important}.border-radius-352{border-radius:352px!important}.border-radius-353{border-radius:353px!important}.border-radius-354{border-radius:354px!important}.border-radius-355{border-radius:355px!important}.border-radius-356{border-radius:356px!important}.border-radius-357{border-radius:357px!important}.border-radius-358{border-radius:358px!important}.border-radius-359{border-radius:359px!important}.border-radius-360{border-radius:360px!important}.border-radius-361{border-radius:361px!important}.border-radius-362{border-radius:362px!important}.border-radius-363{border-radius:363px!important}.border-radius-364{border-radius:364px!important}.border-radius-365{border-radius:365px!important}.border-radius-366{border-radius:366px!important}.border-radius-367{border-radius:367px!important}.border-radius-368{border-radius:368px!important}.border-radius-369{border-radius:369px!important}.border-radius-370{border-radius:370px!important}.border-radius-371{border-radius:371px!important}.border-radius-372{border-radius:372px!important}.border-radius-373{border-radius:373px!important}.border-radius-374{border-radius:374px!important}.border-radius-375{border-radius:375px!important}.border-radius-376{border-radius:376px!important}.border-radius-377{border-radius:377px!important}.border-radius-378{border-radius:378px!important}.border-radius-379{border-radius:379px!important}.border-radius-380{border-radius:380px!important}.border-radius-381{border-radius:381px!important}.border-radius-382{border-radius:382px!important}.border-radius-383{border-radius:383px!important}.border-radius-384{border-radius:384px!important}.border-radius-385{border-radius:385px!important}.border-radius-386{border-radius:386px!important}.border-radius-387{border-radius:387px!important}.border-radius-388{border-radius:388px!important}.border-radius-389{border-radius:389px!important}.border-radius-390{border-radius:390px!important}.border-radius-391{border-radius:391px!important}.border-radius-392{border-radius:392px!important}.border-radius-393{border-radius:393px!important}.border-radius-394{border-radius:394px!important}.border-radius-395{border-radius:395px!important}.border-radius-396{border-radius:396px!important}.border-radius-397{border-radius:397px!important}.border-radius-398{border-radius:398px!important}.border-radius-399{border-radius:399px!important}.border-radius-400{border-radius:400px!important}.border-radius-401{border-radius:401px!important}.border-radius-402{border-radius:402px!important}.border-radius-403{border-radius:403px!important}.border-radius-404{border-radius:404px!important}.border-radius-405{border-radius:405px!important}.border-radius-406{border-radius:406px!important}.border-radius-407{border-radius:407px!important}.border-radius-408{border-radius:408px!important}.border-radius-409{border-radius:409px!important}.border-radius-410{border-radius:410px!important}.border-radius-411{border-radius:411px!important}.border-radius-412{border-radius:412px!important}.border-radius-413{border-radius:413px!important}.border-radius-414{border-radius:414px!important}.border-radius-415{border-radius:415px!important}.border-radius-416{border-radius:416px!important}.border-radius-417{border-radius:417px!important}.border-radius-418{border-radius:418px!important}.border-radius-419{border-radius:419px!important}.border-radius-420{border-radius:420px!important}.border-radius-421{border-radius:421px!important}.border-radius-422{border-radius:422px!important}.border-radius-423{border-radius:423px!important}.border-radius-424{border-radius:424px!important}.border-radius-425{border-radius:425px!important}.border-radius-426{border-radius:426px!important}.border-radius-427{border-radius:427px!important}.border-radius-428{border-radius:428px!important}.border-radius-429{border-radius:429px!important}.border-radius-430{border-radius:430px!important}.border-radius-431{border-radius:431px!important}.border-radius-432{border-radius:432px!important}.border-radius-433{border-radius:433px!important}.border-radius-434{border-radius:434px!important}.border-radius-435{border-radius:435px!important}.border-radius-436{border-radius:436px!important}.border-radius-437{border-radius:437px!important}.border-radius-438{border-radius:438px!important}.border-radius-439{border-radius:439px!important}.border-radius-440{border-radius:440px!important}.border-radius-441{border-radius:441px!important}.border-radius-442{border-radius:442px!important}.border-radius-443{border-radius:443px!important}.border-radius-444{border-radius:444px!important}.border-radius-445{border-radius:445px!important}.border-radius-446{border-radius:446px!important}.border-radius-447{border-radius:447px!important}.border-radius-448{border-radius:448px!important}.border-radius-449{border-radius:449px!important}.border-radius-450{border-radius:450px!important}.border-radius-451{border-radius:451px!important}.border-radius-452{border-radius:452px!important}.border-radius-453{border-radius:453px!important}.border-radius-454{border-radius:454px!important}.border-radius-455{border-radius:455px!important}.border-radius-456{border-radius:456px!important}.border-radius-457{border-radius:457px!important}.border-radius-458{border-radius:458px!important}.border-radius-459{border-radius:459px!important}.border-radius-460{border-radius:460px!important}.border-radius-461{border-radius:461px!important}.border-radius-462{border-radius:462px!important}.border-radius-463{border-radius:463px!important}.border-radius-464{border-radius:464px!important}.border-radius-465{border-radius:465px!important}.border-radius-466{border-radius:466px!important}.border-radius-467{border-radius:467px!important}.border-radius-468{border-radius:468px!important}.border-radius-469{border-radius:469px!important}.border-radius-470{border-radius:470px!important}.border-radius-471{border-radius:471px!important}.border-radius-472{border-radius:472px!important}.border-radius-473{border-radius:473px!important}.border-radius-474{border-radius:474px!important}.border-radius-475{border-radius:475px!important}.border-radius-476{border-radius:476px!important}.border-radius-477{border-radius:477px!important}.border-radius-478{border-radius:478px!important}.border-radius-479{border-radius:479px!important}.border-radius-480{border-radius:480px!important}.border-radius-481{border-radius:481px!important}.border-radius-482{border-radius:482px!important}.border-radius-483{border-radius:483px!important}.border-radius-484{border-radius:484px!important}.border-radius-485{border-radius:485px!important}.border-radius-486{border-radius:486px!important}.border-radius-487{border-radius:487px!important}.border-radius-488{border-radius:488px!important}.border-radius-489{border-radius:489px!important}.border-radius-490{border-radius:490px!important}.border-radius-491{border-radius:491px!important}.border-radius-492{border-radius:492px!important}.border-radius-493{border-radius:493px!important}.border-radius-494{border-radius:494px!important}.border-radius-495{border-radius:495px!important}.border-radius-496{border-radius:496px!important}.border-radius-497{border-radius:497px!important}.border-radius-498{border-radius:498px!important}.border-radius-499{border-radius:499px!important}.border-radius-500{border-radius:500px!important}.border-radius-501{border-radius:501px!important}.border-radius-502{border-radius:502px!important}.border-radius-503{border-radius:503px!important}.border-radius-504{border-radius:504px!important}.border-radius-505{border-radius:505px!important}.border-radius-506{border-radius:506px!important}.border-radius-507{border-radius:507px!important}.border-radius-508{border-radius:508px!important}.border-radius-509{border-radius:509px!important}.border-radius-510{border-radius:510px!important}.border-radius-511{border-radius:511px!important}.border-radius-512{border-radius:512px!important}.border-radius-513{border-radius:513px!important}.border-radius-514{border-radius:514px!important}.border-radius-515{border-radius:515px!important}.border-radius-516{border-radius:516px!important}.border-radius-517{border-radius:517px!important}.border-radius-518{border-radius:518px!important}.border-radius-519{border-radius:519px!important}.border-radius-520{border-radius:520px!important}.border-radius-521{border-radius:521px!important}.border-radius-522{border-radius:522px!important}.border-radius-523{border-radius:523px!important}.border-radius-524{border-radius:524px!important}.border-radius-525{border-radius:525px!important}.border-radius-526{border-radius:526px!important}.border-radius-527{border-radius:527px!important}.border-radius-528{border-radius:528px!important}.border-radius-529{border-radius:529px!important}.border-radius-530{border-radius:530px!important}.border-radius-531{border-radius:531px!important}.border-radius-532{border-radius:532px!important}.border-radius-533{border-radius:533px!important}.border-radius-534{border-radius:534px!important}.border-radius-535{border-radius:535px!important}.border-radius-536{border-radius:536px!important}.border-radius-537{border-radius:537px!important}.border-radius-538{border-radius:538px!important}.border-radius-539{border-radius:539px!important}.border-radius-540{border-radius:540px!important}.border-radius-541{border-radius:541px!important}.border-radius-542{border-radius:542px!important}.border-radius-543{border-radius:543px!important}.border-radius-544{border-radius:544px!important}.border-radius-545{border-radius:545px!important}.border-radius-546{border-radius:546px!important}.border-radius-547{border-radius:547px!important}.border-radius-548{border-radius:548px!important}.border-radius-549{border-radius:549px!important}.border-radius-550{border-radius:550px!important}.border-radius-551{border-radius:551px!important}.border-radius-552{border-radius:552px!important}.border-radius-553{border-radius:553px!important}.border-radius-554{border-radius:554px!important}.border-radius-555{border-radius:555px!important}.border-radius-556{border-radius:556px!important}.border-radius-557{border-radius:557px!important}.border-radius-558{border-radius:558px!important}.border-radius-559{border-radius:559px!important}.border-radius-560{border-radius:560px!important}.border-radius-561{border-radius:561px!important}.border-radius-562{border-radius:562px!important}.border-radius-563{border-radius:563px!important}.border-radius-564{border-radius:564px!important}.border-radius-565{border-radius:565px!important}.border-radius-566{border-radius:566px!important}.border-radius-567{border-radius:567px!important}.border-radius-568{border-radius:568px!important}.border-radius-569{border-radius:569px!important}.border-radius-570{border-radius:570px!important}.border-radius-571{border-radius:571px!important}.border-radius-572{border-radius:572px!important}.border-radius-573{border-radius:573px!important}.border-radius-574{border-radius:574px!important}.border-radius-575{border-radius:575px!important}.border-radius-576{border-radius:576px!important}.border-radius-577{border-radius:577px!important}.border-radius-578{border-radius:578px!important}.border-radius-579{border-radius:579px!important}.border-radius-580{border-radius:580px!important}.border-radius-581{border-radius:581px!important}.border-radius-582{border-radius:582px!important}.border-radius-583{border-radius:583px!important}.border-radius-584{border-radius:584px!important}.border-radius-585{border-radius:585px!important}.border-radius-586{border-radius:586px!important}.border-radius-587{border-radius:587px!important}.border-radius-588{border-radius:588px!important}.border-radius-589{border-radius:589px!important}.border-radius-590{border-radius:590px!important}.border-radius-591{border-radius:591px!important}.border-radius-592{border-radius:592px!important}.border-radius-593{border-radius:593px!important}.border-radius-594{border-radius:594px!important}.border-radius-595{border-radius:595px!important}.border-radius-596{border-radius:596px!important}.border-radius-597{border-radius:597px!important}.border-radius-598{border-radius:598px!important}.border-radius-599{border-radius:599px!important}.border-radius-600{border-radius:600px!important}.border-radius-601{border-radius:601px!important}.border-radius-602{border-radius:602px!important}.border-radius-603{border-radius:603px!important}.border-radius-604{border-radius:604px!important}.border-radius-605{border-radius:605px!important}.border-radius-606{border-radius:606px!important}.border-radius-607{border-radius:607px!important}.border-radius-608{border-radius:608px!important}.border-radius-609{border-radius:609px!important}.border-radius-610{border-radius:610px!important}.border-radius-611{border-radius:611px!important}.border-radius-612{border-radius:612px!important}.border-radius-613{border-radius:613px!important}.border-radius-614{border-radius:614px!important}.border-radius-615{border-radius:615px!important}.border-radius-616{border-radius:616px!important}.border-radius-617{border-radius:617px!important}.border-radius-618{border-radius:618px!important}.border-radius-619{border-radius:619px!important}.border-radius-620{border-radius:620px!important}.border-radius-621{border-radius:621px!important}.border-radius-622{border-radius:622px!important}.border-radius-623{border-radius:623px!important}.border-radius-624{border-radius:624px!important}.border-radius-625{border-radius:625px!important}.border-radius-626{border-radius:626px!important}.border-radius-627{border-radius:627px!important}.border-radius-628{border-radius:628px!important}.border-radius-629{border-radius:629px!important}.border-radius-630{border-radius:630px!important}.border-radius-631{border-radius:631px!important}.border-radius-632{border-radius:632px!important}.border-radius-633{border-radius:633px!important}.border-radius-634{border-radius:634px!important}.border-radius-635{border-radius:635px!important}.border-radius-636{border-radius:636px!important}.border-radius-637{border-radius:637px!important}.border-radius-638{border-radius:638px!important}.border-radius-639{border-radius:639px!important}.border-radius-640{border-radius:640px!important}.border-radius-641{border-radius:641px!important}.border-radius-642{border-radius:642px!important}.border-radius-643{border-radius:643px!important}.border-radius-644{border-radius:644px!important}.border-radius-645{border-radius:645px!important}.border-radius-646{border-radius:646px!important}.border-radius-647{border-radius:647px!important}.border-radius-648{border-radius:648px!important}.border-radius-649{border-radius:649px!important}.border-radius-650{border-radius:650px!important}.border-radius-651{border-radius:651px!important}.border-radius-652{border-radius:652px!important}.border-radius-653{border-radius:653px!important}.border-radius-654{border-radius:654px!important}.border-radius-655{border-radius:655px!important}.border-radius-656{border-radius:656px!important}.border-radius-657{border-radius:657px!important}.border-radius-658{border-radius:658px!important}.border-radius-659{border-radius:659px!important}.border-radius-660{border-radius:660px!important}.border-radius-661{border-radius:661px!important}.border-radius-662{border-radius:662px!important}.border-radius-663{border-radius:663px!important}.border-radius-664{border-radius:664px!important}.border-radius-665{border-radius:665px!important}.border-radius-666{border-radius:666px!important}.border-radius-667{border-radius:667px!important}.border-radius-668{border-radius:668px!important}.border-radius-669{border-radius:669px!important}.border-radius-670{border-radius:670px!important}.border-radius-671{border-radius:671px!important}.border-radius-672{border-radius:672px!important}.border-radius-673{border-radius:673px!important}.border-radius-674{border-radius:674px!important}.border-radius-675{border-radius:675px!important}.border-radius-676{border-radius:676px!important}.border-radius-677{border-radius:677px!important}.border-radius-678{border-radius:678px!important}.border-radius-679{border-radius:679px!important}.border-radius-680{border-radius:680px!important}.border-radius-681{border-radius:681px!important}.border-radius-682{border-radius:682px!important}.border-radius-683{border-radius:683px!important}.border-radius-684{border-radius:684px!important}.border-radius-685{border-radius:685px!important}.border-radius-686{border-radius:686px!important}.border-radius-687{border-radius:687px!important}.border-radius-688{border-radius:688px!important}.border-radius-689{border-radius:689px!important}.border-radius-690{border-radius:690px!important}.border-radius-691{border-radius:691px!important}.border-radius-692{border-radius:692px!important}.border-radius-693{border-radius:693px!important}.border-radius-694{border-radius:694px!important}.border-radius-695{border-radius:695px!important}.border-radius-696{border-radius:696px!important}.border-radius-697{border-radius:697px!important}.border-radius-698{border-radius:698px!important}.border-radius-699{border-radius:699px!important}.border-radius-700{border-radius:700px!important}.border-radius-701{border-radius:701px!important}.border-radius-702{border-radius:702px!important}.border-radius-703{border-radius:703px!important}.border-radius-704{border-radius:704px!important}.border-radius-705{border-radius:705px!important}.border-radius-706{border-radius:706px!important}.border-radius-707{border-radius:707px!important}.border-radius-708{border-radius:708px!important}.border-radius-709{border-radius:709px!important}.border-radius-710{border-radius:710px!important}.border-radius-711{border-radius:711px!important}.border-radius-712{border-radius:712px!important}.border-radius-713{border-radius:713px!important}.border-radius-714{border-radius:714px!important}.border-radius-715{border-radius:715px!important}.border-radius-716{border-radius:716px!important}.border-radius-717{border-radius:717px!important}.border-radius-718{border-radius:718px!important}.border-radius-719{border-radius:719px!important}.border-radius-720{border-radius:720px!important}.border-radius-721{border-radius:721px!important}.border-radius-722{border-radius:722px!important}.border-radius-723{border-radius:723px!important}.border-radius-724{border-radius:724px!important}.border-radius-725{border-radius:725px!important}.border-radius-726{border-radius:726px!important}.border-radius-727{border-radius:727px!important}.border-radius-728{border-radius:728px!important}.border-radius-729{border-radius:729px!important}.border-radius-730{border-radius:730px!important}.border-radius-731{border-radius:731px!important}.border-radius-732{border-radius:732px!important}.border-radius-733{border-radius:733px!important}.border-radius-734{border-radius:734px!important}.border-radius-735{border-radius:735px!important}.border-radius-736{border-radius:736px!important}.border-radius-737{border-radius:737px!important}.border-radius-738{border-radius:738px!important}.border-radius-739{border-radius:739px!important}.border-radius-740{border-radius:740px!important}.border-radius-741{border-radius:741px!important}.border-radius-742{border-radius:742px!important}.border-radius-743{border-radius:743px!important}.border-radius-744{border-radius:744px!important}.border-radius-745{border-radius:745px!important}.border-radius-746{border-radius:746px!important}.border-radius-747{border-radius:747px!important}.border-radius-748{border-radius:748px!important}.border-radius-749{border-radius:749px!important}.border-radius-750{border-radius:750px!important}.border-radius-751{border-radius:751px!important}.border-radius-752{border-radius:752px!important}.border-radius-753{border-radius:753px!important}.border-radius-754{border-radius:754px!important}.border-radius-755{border-radius:755px!important}.border-radius-756{border-radius:756px!important}.border-radius-757{border-radius:757px!important}.border-radius-758{border-radius:758px!important}.border-radius-759{border-radius:759px!important}.border-radius-760{border-radius:760px!important}.border-radius-761{border-radius:761px!important}.border-radius-762{border-radius:762px!important}.border-radius-763{border-radius:763px!important}.border-radius-764{border-radius:764px!important}.border-radius-765{border-radius:765px!important}.border-radius-766{border-radius:766px!important}.border-radius-767{border-radius:767px!important}.border-radius-768{border-radius:768px!important}.border-radius-769{border-radius:769px!important}.border-radius-770{border-radius:770px!important}.border-radius-771{border-radius:771px!important}.border-radius-772{border-radius:772px!important}.border-radius-773{border-radius:773px!important}.border-radius-774{border-radius:774px!important}.border-radius-775{border-radius:775px!important}.border-radius-776{border-radius:776px!important}.border-radius-777{border-radius:777px!important}.border-radius-778{border-radius:778px!important}.border-radius-779{border-radius:779px!important}.border-radius-780{border-radius:780px!important}.border-radius-781{border-radius:781px!important}.border-radius-782{border-radius:782px!important}.border-radius-783{border-radius:783px!important}.border-radius-784{border-radius:784px!important}.border-radius-785{border-radius:785px!important}.border-radius-786{border-radius:786px!important}.border-radius-787{border-radius:787px!important}.border-radius-788{border-radius:788px!important}.border-radius-789{border-radius:789px!important}.border-radius-790{border-radius:790px!important}.border-radius-791{border-radius:791px!important}.border-radius-792{border-radius:792px!important}.border-radius-793{border-radius:793px!important}.border-radius-794{border-radius:794px!important}.border-radius-795{border-radius:795px!important}.border-radius-796{border-radius:796px!important}.border-radius-797{border-radius:797px!important}.border-radius-798{border-radius:798px!important}.border-radius-799{border-radius:799px!important}.border-radius-800{border-radius:800px!important}.border-radius-801{border-radius:801px!important}.border-radius-802{border-radius:802px!important}.border-radius-803{border-radius:803px!important}.border-radius-804{border-radius:804px!important}.border-radius-805{border-radius:805px!important}.border-radius-806{border-radius:806px!important}.border-radius-807{border-radius:807px!important}.border-radius-808{border-radius:808px!important}.border-radius-809{border-radius:809px!important}.border-radius-810{border-radius:810px!important}.border-radius-811{border-radius:811px!important}.border-radius-812{border-radius:812px!important}.border-radius-813{border-radius:813px!important}.border-radius-814{border-radius:814px!important}.border-radius-815{border-radius:815px!important}.border-radius-816{border-radius:816px!important}.border-radius-817{border-radius:817px!important}.border-radius-818{border-radius:818px!important}.border-radius-819{border-radius:819px!important}.border-radius-820{border-radius:820px!important}.border-radius-821{border-radius:821px!important}.border-radius-822{border-radius:822px!important}.border-radius-823{border-radius:823px!important}.border-radius-824{border-radius:824px!important}.border-radius-825{border-radius:825px!important}.border-radius-826{border-radius:826px!important}.border-radius-827{border-radius:827px!important}.border-radius-828{border-radius:828px!important}.border-radius-829{border-radius:829px!important}.border-radius-830{border-radius:830px!important}.border-radius-831{border-radius:831px!important}.border-radius-832{border-radius:832px!important}.border-radius-833{border-radius:833px!important}.border-radius-834{border-radius:834px!important}.border-radius-835{border-radius:835px!important}.border-radius-836{border-radius:836px!important}.border-radius-837{border-radius:837px!important}.border-radius-838{border-radius:838px!important}.border-radius-839{border-radius:839px!important}.border-radius-840{border-radius:840px!important}.border-radius-841{border-radius:841px!important}.border-radius-842{border-radius:842px!important}.border-radius-843{border-radius:843px!important}.border-radius-844{border-radius:844px!important}.border-radius-845{border-radius:845px!important}.border-radius-846{border-radius:846px!important}.border-radius-847{border-radius:847px!important}.border-radius-848{border-radius:848px!important}.border-radius-849{border-radius:849px!important}.border-radius-850{border-radius:850px!important}.border-radius-851{border-radius:851px!important}.border-radius-852{border-radius:852px!important}.border-radius-853{border-radius:853px!important}.border-radius-854{border-radius:854px!important}.border-radius-855{border-radius:855px!important}.border-radius-856{border-radius:856px!important}.border-radius-857{border-radius:857px!important}.border-radius-858{border-radius:858px!important}.border-radius-859{border-radius:859px!important}.border-radius-860{border-radius:860px!important}.border-radius-861{border-radius:861px!important}.border-radius-862{border-radius:862px!important}.border-radius-863{border-radius:863px!important}.border-radius-864{border-radius:864px!important}.border-radius-865{border-radius:865px!important}.border-radius-866{border-radius:866px!important}.border-radius-867{border-radius:867px!important}.border-radius-868{border-radius:868px!important}.border-radius-869{border-radius:869px!important}.border-radius-870{border-radius:870px!important}.border-radius-871{border-radius:871px!important}.border-radius-872{border-radius:872px!important}.border-radius-873{border-radius:873px!important}.border-radius-874{border-radius:874px!important}.border-radius-875{border-radius:875px!important}.border-radius-876{border-radius:876px!important}.border-radius-877{border-radius:877px!important}.border-radius-878{border-radius:878px!important}.border-radius-879{border-radius:879px!important}.border-radius-880{border-radius:880px!important}.border-radius-881{border-radius:881px!important}.border-radius-882{border-radius:882px!important}.border-radius-883{border-radius:883px!important}.border-radius-884{border-radius:884px!important}.border-radius-885{border-radius:885px!important}.border-radius-886{border-radius:886px!important}.border-radius-887{border-radius:887px!important}.border-radius-888{border-radius:888px!important}.border-radius-889{border-radius:889px!important}.border-radius-890{border-radius:890px!important}.border-radius-891{border-radius:891px!important}.border-radius-892{border-radius:892px!important}.border-radius-893{border-radius:893px!important}.border-radius-894{border-radius:894px!important}.border-radius-895{border-radius:895px!important}.border-radius-896{border-radius:896px!important}.border-radius-897{border-radius:897px!important}.border-radius-898{border-radius:898px!important}.border-radius-899{border-radius:899px!important}.border-radius-900{border-radius:900px!important}.border-radius-901{border-radius:901px!important}.border-radius-902{border-radius:902px!important}.border-radius-903{border-radius:903px!important}.border-radius-904{border-radius:904px!important}.border-radius-905{border-radius:905px!important}.border-radius-906{border-radius:906px!important}.border-radius-907{border-radius:907px!important}.border-radius-908{border-radius:908px!important}.border-radius-909{border-radius:909px!important}.border-radius-910{border-radius:910px!important}.border-radius-911{border-radius:911px!important}.border-radius-912{border-radius:912px!important}.border-radius-913{border-radius:913px!important}.border-radius-914{border-radius:914px!important}.border-radius-915{border-radius:915px!important}.border-radius-916{border-radius:916px!important}.border-radius-917{border-radius:917px!important}.border-radius-918{border-radius:918px!important}.border-radius-919{border-radius:919px!important}.border-radius-920{border-radius:920px!important}.border-radius-921{border-radius:921px!important}.border-radius-922{border-radius:922px!important}.border-radius-923{border-radius:923px!important}.border-radius-924{border-radius:924px!important}.border-radius-925{border-radius:925px!important}.border-radius-926{border-radius:926px!important}.border-radius-927{border-radius:927px!important}.border-radius-928{border-radius:928px!important}.border-radius-929{border-radius:929px!important}.border-radius-930{border-radius:930px!important}.border-radius-931{border-radius:931px!important}.border-radius-932{border-radius:932px!important}.border-radius-933{border-radius:933px!important}.border-radius-934{border-radius:934px!important}.border-radius-935{border-radius:935px!important}.border-radius-936{border-radius:936px!important}.border-radius-937{border-radius:937px!important}.border-radius-938{border-radius:938px!important}.border-radius-939{border-radius:939px!important}.border-radius-940{border-radius:940px!important}.border-radius-941{border-radius:941px!important}.border-radius-942{border-radius:942px!important}.border-radius-943{border-radius:943px!important}.border-radius-944{border-radius:944px!important}.border-radius-945{border-radius:945px!important}.border-radius-946{border-radius:946px!important}.border-radius-947{border-radius:947px!important}.border-radius-948{border-radius:948px!important}.border-radius-949{border-radius:949px!important}.border-radius-950{border-radius:950px!important}.border-radius-951{border-radius:951px!important}.border-radius-952{border-radius:952px!important}.border-radius-953{border-radius:953px!important}.border-radius-954{border-radius:954px!important}.border-radius-955{border-radius:955px!important}.border-radius-956{border-radius:956px!important}.border-radius-957{border-radius:957px!important}.border-radius-958{border-radius:958px!important}.border-radius-959{border-radius:959px!important}.border-radius-960{border-radius:960px!important}.border-radius-961{border-radius:961px!important}.border-radius-962{border-radius:962px!important}.border-radius-963{border-radius:963px!important}.border-radius-964{border-radius:964px!important}.border-radius-965{border-radius:965px!important}.border-radius-966{border-radius:966px!important}.border-radius-967{border-radius:967px!important}.border-radius-968{border-radius:968px!important}.border-radius-969{border-radius:969px!important}.border-radius-970{border-radius:970px!important}.border-radius-971{border-radius:971px!important}.border-radius-972{border-radius:972px!important}.border-radius-973{border-radius:973px!important}.border-radius-974{border-radius:974px!important}.border-radius-975{border-radius:975px!important}.border-radius-976{border-radius:976px!important}.border-radius-977{border-radius:977px!important}.border-radius-978{border-radius:978px!important}.border-radius-979{border-radius:979px!important}.border-radius-980{border-radius:980px!important}.border-radius-981{border-radius:981px!important}.border-radius-982{border-radius:982px!important}.border-radius-983{border-radius:983px!important}.border-radius-984{border-radius:984px!important}.border-radius-985{border-radius:985px!important}.border-radius-986{border-radius:986px!important}.border-radius-987{border-radius:987px!important}.border-radius-988{border-radius:988px!important}.border-radius-989{border-radius:989px!important}.border-radius-990{border-radius:990px!important}.border-radius-991{border-radius:991px!important}.border-radius-992{border-radius:992px!important}.border-radius-993{border-radius:993px!important}.border-radius-994{border-radius:994px!important}.border-radius-995{border-radius:995px!important}.border-radius-996{border-radius:996px!important}.border-radius-997{border-radius:997px!important}.border-radius-998{border-radius:998px!important}.border-radius-999{border-radius:999px!important}.border-radius-1000{border-radius:1000px!important}.notification-div{background-color:var(--bkg_neutral_default);opacity:1;z-index:9999;-webkit-overflow-scrolling:touch;width:475px;font-size:14px;font-weight:400;line-height:20px;transition:right .4s cubic-bezier(.895,.03,.685,.22);position:fixed;top:52px;bottom:0;right:-490px;overflow-x:hidden;overflow-y:auto;box-shadow:0 9px 14px 4px rgba(var(--modal_box_shadow),.16)!important}.notification-div.notification-open{transition:right .4s cubic-bezier(.165,.84,.44,1);right:0}.vagaroPro.tablet-device .notification-div,.vagaroPro.ipad-device .notification-div{top:0}.businessleftpadding{padding-left:25px}.fade:not(.show){opacity:1}.notitop-bar.notitop-headerbar{height:40px;padding:12px 0;position:relative}.notitop-bar.notitop-headerbar .big-title-notification{text-align:center;color:var(--text_neutral_default);margin:-1px auto 0;font-size:20px;font-weight:500;line-height:24px;display:block;position:static}.notitop-bar.notitop-headerbar a.noticloseicon,.notitop-bar.notitop-headerbar a.back-link-block{width:24px;height:24px;color:var(--icon_neutral_default);cursor:pointer;border-radius:100%;justify-content:center;align-items:center;line-height:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.notitop-bar.notitop-headerbar a.noticloseicon path,.notitop-bar.notitop-headerbar a.back-link-block path{fill:var(--icon_neutral_default)}.notitop-bar.notitop-headerbar a.noticloseicon:hover,.notitop-bar.notitop-headerbar a.back-link-block:hover{background-color:var(--bkg_components_button_neutral_hover)}.notitop-bar.notitop-headerbar a.noticloseicon{justify-content:center;align-items:center;display:flex;right:16px}.notitop-bar.notitop-headerbar a.back-link-block{color:var(--icon_neutral_default);left:10px}.notitop-bar.notitop-headerbar a.back-link-block.notiback-link{display:none}.notification-card{float:right;border-bottom:1px solid var(--border_neutral_default);width:100%;padding:12px 15px 15px 5%;transition:all .5s;position:relative}.notification-card.notifipaddingleft.notification-card-inner{padding-left:15px}.notification-card.emergency-red{background-color:var(--bkg_alert_default)}.notification-card .drag-drop-new{clear:both;text-align:center;background-color:#f5f5f5;border:1px dashed #b1b1b1;border-radius:3px;margin-top:10px;padding-top:20px;padding-bottom:20px}.notification-card .drag-drop-new .drag-drop-doc-new{margin-bottom:10px}.notification-card .drag-drop-new .notification-link,.notification-card .drag-drop-new .help-bottom-control a,.help-bottom-control .notification-card .drag-drop-new a,.notification-card .drag-drop-new .notification-modal-link button.ghost-button,.notification-modal-link .notification-card .drag-drop-new button.ghost-button{float:none;margin-left:0;padding:0;display:inline-block}.notification-card .drag-drop-new .notification-link:hover,.notification-card .drag-drop-new .help-bottom-control a:hover,.help-bottom-control .notification-card .drag-drop-new a:hover,.notification-card .drag-drop-new .notification-modal-link button.ghost-button:hover,.notification-modal-link .notification-card .drag-drop-new button.ghost-button:hover{background-color:#0000}.notification-card .drag-drop-new .notification-link .fileuprelative,.notification-card .drag-drop-new .help-bottom-control a .fileuprelative,.help-bottom-control .notification-card .drag-drop-new a .fileuprelative,.notification-card .drag-drop-new .notification-modal-link button.ghost-button .fileuprelative,.notification-modal-link .notification-card .drag-drop-new button.ghost-button .fileuprelative{word-break:break-all;margin:0 10px;display:inline-block;position:relative}.notification-card .drag-drop-new .notification-link .fileuprelative .filetypeinput,.notification-card .drag-drop-new .help-bottom-control a .fileuprelative .filetypeinput,.help-bottom-control .notification-card .drag-drop-new a .fileuprelative .filetypeinput,.notification-card .drag-drop-new .notification-modal-link button.ghost-button .fileuprelative .filetypeinput,.notification-modal-link .notification-card .drag-drop-new button.ghost-button .fileuprelative .filetypeinput{opacity:0;cursor:pointer;zoom:1;z-index:2;text-indent:-100px;width:100%;min-height:20px;font-size:0;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.notification-card .drag-drop-new .notification-link .fileuprelative .fileuplink,.notification-card .drag-drop-new .help-bottom-control a .fileuprelative .fileuplink,.help-bottom-control .notification-card .drag-drop-new a .fileuprelative .fileuplink,.notification-card .drag-drop-new .notification-modal-link button.ghost-button .fileuprelative .fileuplink,.notification-modal-link .notification-card .drag-drop-new button.ghost-button .fileuprelative .fileuplink{word-break:break-all}.notification-card .drag-drop-new .notification-link .fileuprelative .fileuplink .or-reg,.notification-card .drag-drop-new .help-bottom-control a .fileuprelative .fileuplink .or-reg,.help-bottom-control .notification-card .drag-drop-new a .fileuprelative .fileuplink .or-reg,.notification-card .drag-drop-new .notification-modal-link button.ghost-button .fileuprelative .fileuplink .or-reg,.notification-modal-link .notification-card .drag-drop-new button.ghost-button .fileuprelative .fileuplink .or-reg{color:#8a8a8a}.notification-card.vagarocapitalnotification{border-bottom:none;padding:0}.notification-card.vagarocapitalnotification .signupflownotification .card-header{top:8px;right:8px}.notification-title{color:var(--text_neutral_default);word-break:break-word;word-wrap:break-word;margin-bottom:0;margin-right:20px;font-size:18px;font-weight:500;line-height:24px;display:inline-block}.notification-title.price{float:right;color:var(--text_neutral_default);margin-right:0}.notification-title#FreeTotalDays{margin-right:0;font-size:16px;font-weight:400}.newrecomNoti span{font-size:16px;font-weight:600}.notification-text{color:var(--text_neutral_secondary);margin-bottom:0;font-size:15px;font-weight:400;line-height:20px}.profile-status-parent-div{justify-content:flex-end;margin-bottom:0;display:flex}.notification-link,.help-bottom-control a,.notification-modal-link button.ghost-button{color:var(--text_blue_default);float:right;border-radius:5px;margin:5px 0 0 15px;padding:5px 10px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s}.notification-link:hover,.help-bottom-control a:hover,.notification-modal-link button.ghost-button:hover{background-color:var(--bkg_components_button_ghost_hover);color:var(--text_blue_default);text-decoration:none}.notification-link.dismiss-text,.help-bottom-control a.dismiss-text,.notification-modal-link button.dismiss-text.ghost-button{margin:-4px 0 0;font-weight:400}.notification-link a,.help-bottom-control a a,.notification-modal-link button.ghost-button a{color:var(--text_blue_default);text-decoration:none}.notif-text-div{width:75%;margin-left:15px}#divVagaroBusinessRequest .notif-text-div{width:100%}.notif-image-div{align-items:flex-start;margin-bottom:0;display:flex}.upsellnewrecom-imgbg,.upsellnewrecom-imgbg1{border:1px solid var(--border_neutral_strong);border-radius:100%;flex:none;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.upsellnewrecom-imgbg.avtar-img,.upsellnewrecom-imgbg1.avtar-img{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/Images/upsellnoti-img.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.upsellnewrecom-imgbg1{width:24px;height:24px}.section-loader{display:none}.section-loader .loader{z-index:999;text-align:center;background-color:#0000004d;height:100%;position:absolute;top:0;left:0;right:0}.section-loader .loader-img{border-style:solid;border-width:7px;border-color:var(--MenuHoverColor);z-index:10001;border-radius:50%;width:54px;height:54px;margin:0 auto;animation:1.1s linear infinite load8;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.alert-notification-circle{color:var(--icon_neutral_default);border:1px solid var(--border_neutral_strong);background-color:#d83f3414;border-radius:100%;flex:none;justify-content:center;align-items:center;font-size:32px;line-height:36px;display:flex;position:relative}.alert-notification-circle.small{width:40px;height:40px;font-size:18px;line-height:24px}.alert-notification-circle .thumbnil{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:100%;width:100%;height:100%}.alert-notification-circle .font-awesome-light,.alert-notification-circle .font-awesome-5pro-light,.alert-notification-circle .font-awesome-solid{font-family:"Font Awesome 6 Pro";font-weight:400}.alert-notification-circle .font-awesome-5pro-light{font-weight:900}.notification-div svg path{fill:var(--icon_neutral_default)!important}.alert-number-container{background-color:var(--bkg_alert_default);min-width:20px;height:20px;color:var(--text_neutral_ondark);border-radius:20px;justify-content:center;align-items:center;padding-left:6px;padding-right:6px;display:flex;position:absolute;left:auto}.alert-number-container .notification-number{margin:0;font-size:13px;font-weight:600;display:block}.alert-number-container.small{top:-26%;right:-22%}.notification-signup-img{flex-direction:column;justify-content:center;align-items:center;width:100%;height:230px;padding:7px 20px;display:flex;position:relative;overflow:hidden}span.notification-signup-img{background-image:linear-gradient(#f0d7bf 30%,#f8f8f8 100%);border-radius:5px}.signupflownotification .card-header{background:0 0;border:none;margin:0;padding:0;position:absolute;top:0;right:0}.signupflownotification span.notification-signup-img{margin:0}.signupflownotification .font-awesome-normal-pro:hover{background-color:var(--bkg_neutral_tiertiary);color:var(--text_neutral_secondary)}.upsellnoti-whiteclosebtn,.upsellnoti-closebtn{cursor:pointer;border-radius:20px;justify-content:center;align-items:center;width:24px;height:24px;margin:8px 8px 0 0;padding:0;font-size:14px;line-height:24px;display:flex;position:absolute;left:auto}.upsellnoti-whiteclosebtn.font-awesome-normal-pro,.upsellnoti-closebtn.font-awesome-normal-pro{font-family:"Font Awesome 6 Pro";font-weight:400}.upsellnoti-whiteclosebtn{background-color:var(--bkg_neutral_secondary);color:var(--text_neutral_secondary);top:-15px;right:-15px}.upsellnoti-whiteclosebtn:hover{background-color:var(--bkg_neutral_tiertiary);color:var(--text_neutral_secondary)}.upsellnoti-closebtn{background-color:#ffffff80;top:0;right:0}.upsellnoti-closebtn:hover{background-color:#fffc!important}.upsellnoti-img{width:100%}.upsellnoti-img .upsellnoti-fetured-img{background-image:url(https://1a96a36…-274b8a7….ssl.cf2.rackcdn.com/Images/upsellnoti-img.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;width:100%;height:auto;margin-bottom:8px}.notiblockPlaceholder{opacity:0;visibility:hidden;width:100%;height:auto}.web-display-small{color:var(--text_neutral_default);font-size:18px;font-weight:600;line-height:24px}.web-body-font-secondary{text-transform:none;color:var(--text_neutral_secondary);font-size:15px;font-weight:400;line-height:20px;text-decoration:none}.notification-modal-link{justify-content:flex-end;display:flex}.notification-modal-link button.ghost-button{background-color:#0000;border:none;outline:none;margin:0}.notiback-link{display:none}.relative-position{position:relative}.notification-busprofile-content{width:100%;position:relative}.notification-busprofile-content .notifipaddingleftprogess{width:100%;margin-left:0;padding-top:0;padding-left:0}.notification-busprofile-content #BusinessProgressBar{padding:15px 0 0 25px}.notification-busprofile-content #FreeTrialBa{padding:0 0 0 25px}.noti-free-trial-status-bar{background:var(--bkg_neutral_tiertiary);border-radius:10px;width:100%;height:8px;margin-bottom:10px;display:flex}.noti-free-trial-status-bar .noti-free-trial-green{background:var(--bkg_green_default);border-radius:10px;width:0%;height:8px;transition:width .5s ease-out}.notification-busprofile-div{background-color:var(--bkg_neutral_default);z-index:99999;box-sizing:border-box;-webkit-overflow-scrolling:touch;width:100%;max-width:475px;transition:right .5s;position:absolute;top:40px;bottom:0;right:-490px;overflow:auto}.notification-busprofile-div.notification-busprofile-topspace{top:41px}.notification-busprofile-div.notification-busprofile-open{right:0}.back-link-profile{float:left;width:24px;height:15px;margin-top:-16px;margin-left:10px;display:none}.back-link-profile.nt-back-control{width:24px;height:24px;color:var(--text_neutral_secondary);cursor:pointer;text-align:center;background-color:var(--bkg_neutral_default);border-radius:100%;justify-content:center;align-items:center;margin:0;font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:400;line-height:24px;text-decoration:none;display:flex;position:absolute;top:9px;left:13px}.back-link-profile.nt-back-control:hover{background-color:var(--bkg_components_button_neutral_hover)}.notification-img-cardwrapper{border:none;align-items:center;padding:16px 20px 16px 15px;display:flex}.notification-img-cardwrapper .nt-img-box{width:134px;min-width:134px;margin-right:24px}.notification-img-cardwrapper .nt-img-box .notification-img{width:134px;max-width:134px}.notification-img-cardwrapper .nt-wrapper-title{color:var(--text_neutral_default);margin:0;font-size:18px;font-weight:600;line-height:24px}.notification-img-cardwrapper .nt-wrapper-text{color:var(--text_neutral_secondary);margin:0;font-size:15px;font-weight:400;line-height:20px}.profile-completion-card{padding:12px 0 10px 15px}.profile-completion-card.notification-completion-card{border:none}.profile-completion-card.notification-completion-card .profile-completion-div{background:0 0;padding:11px 10px 11px 30px}.profile-completion-card.notification-completion-card .profile-completion-div:hover .underline-state{text-decoration:underline}.profile-completion-card.notification-completion-card .profile-completion-div:first-child{padding-top:0}.profile-completion-card.notification-completion-card .profile-completion-div .notification-title{position:relative}.profile-completion-card.notification-completion-card .profile-completion-div .notification-title:before{content:"";color:var(--bkg_neutral_tiertiary);width:20px;height:20px;margin:0;font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:900;line-height:20px;position:absolute;top:1px;left:-29px}.profile-completion-card.notification-completion-card .profile-completion-div.greencheck-active .notification-title:before{content:"";color:var(--bkg_green_default);margin:0;font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:900;line-height:20px}.help-bottom-control{zoom:1}.help-bottom-control:before,.help-bottom-control:after{content:"";display:table}.help-bottom-control:after{clear:both}.help-bottom-control{clear:both;padding:0 12px 12px 18px}.help-bottom-control a{float:left;margin:0}.tooltipbar{position:relative}.tooltipbar .notification-title{width:100%;display:block}.tooltipbar .bus-tooltipicon{float:right;cursor:pointer;width:22px;height:22px;margin-left:3px;transition:all .3s ease-in-out}.tooltipbar .bus-tooltipicon:hover .bus-tooltiphover{opacity:1;visibility:visible;display:block}.tooltipbar .bus-tooltipicon:after{content:"";color:var(--text_blue_default);margin:0;font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:300;line-height:20px}.tooltipbar .bus-tooltipicon .bus-tooltiphover{background:var(--bkg_components_status_strong);text-align:center;color:var(--text_neutral_inverse);width:auto;min-width:50px;max-width:inherit;z-index:99;border-radius:5px;padding:11px 15px;font-size:13px;font-weight:300;line-height:20px;transition:all .3s ease-in-out;animation-name:tooltipnotification;animation-duration:.4s;animation-fill-mode:both;display:none;position:absolute;bottom:36px;left:auto;right:-8px}.tooltipbar .bus-tooltipicon .bus-tooltiphover:after{content:"";border-left:10px solid #0000;border-right:10px solid #0000;border-top:10px solid var(--bkg_components_status_strong);width:0;height:0;position:absolute;bottom:-10px;right:10px}.tooltipbar .bus-tooltipicon .bus-tooltiphover .tooltipcontent{min-width:150px;display:inline-block}.profile-completion-div{justify-content:flex-start;align-items:center;margin-bottom:0;text-decoration:none;display:flex}.profile-completion-div:hover{text-decoration:underline}.profile-completion-div.skip{justify-content:space-between}.skip-text{float:right;color:var(--text_blue_default);flex:none;text-decoration:none;display:block}.skip-text span{padding:0 4px 0 0}.vg-notification-card{border-bottom:1px solid var(--border_neutral_default);float:left;width:100%;min-height:206px;margin-left:0%;padding:15px 15px 15px 5%;position:relative}.vg-notification-card .notification-card-step1,.vg-notification-card .notification-card-step2,.vg-notification-card .notification-card-step3{background-color:var(--bkg_neutral_default);color:var(--text_neutral_default);display:block}.vg-notification-card .notification-card-step2,.vg-notification-card .notification-card-step3{transition:all .5s;position:absolute;top:15px;left:0;right:15px;transform:translate(475px)}.vg-notification-card .notification-card-step3 #divSaveReview{padding:0 0 0 20px}.vg-notification-card .yes-div-overall{justify-content:space-between;margin-top:15px;display:flex}.vg-notification-card .yes-div-overall>a{border:1px solid var(--border_neutral_default);background-color:var(--bkg_neutral_tiertiary);color:var(--text_neutral_default);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:30%;margin:0;padding:20px 0;font-size:20px;text-decoration:none;transition:background-color .2s;display:flex}.vg-notification-card .yes-div-overall>a.yes-div:hover{background-color:rgba(var(--bkg_green_default_rgba),.5)}.vg-notification-card .yes-div-overall>a.meh-div:hover{background-color:rgba(var(--bkg_yellow_default_rgba_rgba),.5)}.vg-notification-card .yes-div-overall>a.no-div:hover{background-color:var(--bkg_alert_weak)}.vg-notification-card .yes-div-overall>a .face,.vg-notification-card .yes-div-overall>a .face-no,.vg-notification-card .yes-div-overall>a .face-meh{margin-bottom:15px}.vg-notification-card .yes-div-overall>a .blinkrotate{animation-name:blinkrotate;animation-duration:2.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:1s;animation-fill-mode:both}.vg-notification-card .notification-card-step2{text-align:center}.reviewcapterra-open .notification-card-step2,.reviewgetapp-open .notification-card-step3{transform:translate(0)}.btn-review-getapp{width:100%;margin-top:15px}.btn-review-getapp a{color:#fff;background:#7cc576;border-radius:4px;width:238px;height:38px;margin-top:15px;font-size:16px;font-weight:400;line-height:37px;text-decoration:none;display:inline-block}.close-link-block{float:right;background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/Images/close-notification.png);background-position:0 0;background-repeat:no-repeat;background-size:13px;justify-content:flex-start;align-self:center;width:14px;height:14px;margin-top:-16px;margin-right:10px;padding-bottom:0;display:block;position:relative}.notification-textarea{background-color:var(--bkg_neutral_default);border:1px solid var(--border_neutral_strong);color:var(--text_neutral_default);resize:none;-webkit-appearance:none;border-radius:3px;width:100%;height:112px;margin-top:10px;padding:10px;font-size:16px;line-height:20px}.notificationtexttooltip{padding-top:7px;display:inline-block}div#divVagaroCapitalNotifications{border:none;padding:0;position:relative}.noticationtxtdetails{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex;position:absolute;top:0;bottom:0}.notificatio-toptxt.txtwithname{justify-content:center;width:100%;padding:20px 0 0;display:flex}.notificatio-toptxt.txtwithname .d-flex-center-100{background:var(--bkg_theme_snow_default);float:left;text-align:center;border-radius:16px;width:auto;max-width:80%;margin:0 auto;padding:16px;display:grid;box-shadow:0 4px 24px #00000029}.notificatio-toptxt.txtwithname .d-flex-center-100 svg.vgr-capital-logo{width:100%}.notificatio-toptxt.txtwithname .d-flex-center-100 .txtname{width:100%;font-size:18px;font-weight:600;line-height:24px}.notificatio-bottomtxt{color:var(--text_neutral_default);letter-spacing:-1px;font-size:26px;font-weight:700;line-height:32px}.notificatio-bottomtxt p{margin:0}.notificatio-bottomtxt span{color:var(--text_green_default)}.web-subheading-font2{color:var(--text_neutral_default);text-transform:none;font-size:18px;font-weight:600;line-height:24px;text-decoration:none}.web-body-font-secondary{color:var(--text_neutral_secondary);text-transform:none;font-size:15px;font-weight:400;line-height:20px;text-decoration:none}.showinmobpro,.showinmobproinline-block{display:none!important}#divwebsitereview .pull-right{float:right}.pronotidevice .notification-div.waitlist-wrap{overflow:hidden}.divwaitlistnotification{top:0}.divwaitlistnotification p{margin:0;font-size:15px;font-weight:400;line-height:20px}.n-waitlist-sub-tiltle{border-bottom:1px solid var(--border_neutral_default);color:var(--text_neutral_default);float:left;vertical-align:middle;width:100%;min-height:40px;padding:7px 18px;font-size:20px;line-height:24px}.n-waitlist-card{float:right;border-bottom:1px solid var(--border_neutral_default);width:95%;padding-top:15px;padding-bottom:15px;padding-right:15px;transition:all .5s;position:relative}.n-waitlist-card .notification-title{margin-bottom:5px}.n-font-weight-500{font-weight:500}.notify-label{color:#fff;vertical-align:top;background-color:#7cc576;border-radius:3px;margin-left:0;padding:2px 10px 1px;font-weight:500;display:inline-block}.n-waitlist-card .info-tooltip .tooltiptext{width:140px}.n-waitlist-card .tooltip-top{margin-left:-83px;bottom:140%;left:100%}.n-waitlist-card .info-tooltip .italic-text-8{color:#fff;text-align:center;background-color:#2a90d6;border-radius:100%;width:24px;height:24px;margin-right:4px;padding:2px;font-size:14px;display:inline-block}.w-greendlr{color:#7cc576;float:right;margin-top:5px;font-size:16px}.wl-grey-divider{float:left;background-color:#f8f8f8;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;width:100%;height:40px}.w-more-expand{color:#2a90d6;cursor:pointer;text-transform:capitalize;font-family:proxima-nova,sans-serif;font-weight:500}.w-more-expand:hover{color:var(--text_neutral_default)}.info-tooltip{display:inline-block;position:relative}.info-tooltip .italic-text-8{color:#2a90d6;cursor:pointer;padding:4px;font-family:"Fontawesome pro 400",sans-serif;font-size:16px;font-style:normal}.info-tooltip .tooltiptext{visibility:hidden;background:var(--text_neutral_default);width:280px;color:var(--text_neutral_ondark);text-align:center;z-index:1;opacity:0;border-radius:6px;padding:6px 10px;transition:opacity .6s;position:absolute}.tooltip-top:after{content:"";border:8px solid #0000;border-top-color:#333;margin-left:-8px;position:absolute;top:100%;left:50%}.tooltip-top{margin-left:-140px;bottom:140%;left:50%}.info-tooltip:hover .tooltiptext,.info-tooltip:focus .tooltiptext{visibility:visible;opacity:1}.showtooltip{visibility:visible!important;opacity:1!important}.pendingAppOpen .pending-appointments-div,.waitListOpen .wait-list-div{transform:translate(0)}.pronotidevice .wait-list-div{top:0}.pronotidevice .notification-div,.pronotidevice .pending-appointments-div,.pronotidevice .wait-list-div{background:#f4f4f4;right:0}.pending-appointments-div,.wait-list-div{background-color:var(--bkg_neutral_default);width:475px;transition:all .5s;position:absolute;top:40px;bottom:0;right:0;transform:translate(475px)}.pending-appointments-div.no-transition,.wait-list-div.no-transition{transition:none}.pending-appointments-div .notification-card,.wait-list-div .n-waitlist-card{min-height:152px}.waitlistWrapDiv .topSpaceNotication{height:21px;min-height:21px;max-height:none;overflow:hidden;margin-top:10px!important}.waitlistWrapDiv .topSpaceNoticationHidden{opacity:0;visibility:hidden;width:100%;margin-top:10px;display:block;position:absolute;top:0;left:0}.waitlistWrapDiv .more-gradient{color:var(--text_blue_default);background-image:linear-gradient(89deg,transparent 0,var(--bkg_neutral_default)50%);margin-top:-7px;padding:4px 10px 4px 90px;font-size:15px;font-weight:500;position:relative;text-decoration:none!important}.waitlistWrapDiv .more-div{justify-content:flex-end;width:100%;margin-top:-25px;display:flex}.waitlistWrapDiv .calWaitIcon{vertical-align:middle;margin-right:5px;line-height:21px;display:inline-block;position:absolute;top:0;left:0}.waitlistWrapDiv .n-waitlist-sub-tiltle{border-top:1px solid var(--border_neutral_default);font-weight:500}.waitlistWrapDiv .notification-text.topSpaceNotication{margin-top:8px;margin-bottom:8px}.waitlistWrapDiv .notification-text span.wldates{margin-bottom:3px;font-weight:700;display:block}.space-top-bottom{margin-top:8px;margin-bottom:8px}.space-bottom-10{margin-bottom:8px}.font-bold-text{font-weight:700}.text-uppercase-title{text-transform:capitalize}.pendingAppOpen a.notiback-link.nt-hover-state:hover,.waitListOpen a.notiback-link.nt-hover-state:hover,.waitlistWrapDiv .nt-hover-state:hover,.waitlistWrapDiv .prepay-paid-appt.vagaro-deposit-bg.bg-none-color{background:0 0!important}.waitlistWrapDiv .topSpaceNotication.top-space-normal{margin-top:8px!important}.has-more-element-wrap{padding-left:20px;position:relative}.waitlistWrapDiv .notification-card{width:100%;padding-left:25px;padding-right:25px}@media (max-width:767px){.divwaitlistnotification p,.notification-text,.waitlistWrapDiv .more-gradient{font-size:16px}.waitlistWrapDiv a.notification-link,.waitlistWrapDiv .help-bottom-control a,.help-bottom-control .waitlistWrapDiv a{border:0;border-right:1px solid;border-radius:0;flex:1;justify-content:center;align-items:center;height:44px;margin:0;display:flex}.waitlistWrapDiv a.notification-link:last-child,.waitlistWrapDiv .help-bottom-control a:last-child,.help-bottom-control .waitlistWrapDiv a:last-child{border-right:0}.pending-appointments-div .notification-card{margin-bottom:20px;padding-bottom:0;position:relative}.pending-appointments-div .notification-card:after{content:"";border-bottom:1px solid #0000;width:100%;height:20px;position:absolute;bottom:-22px;left:0;right:0}.footer-button-wrap{border-top:1px solid;flex-direction:row-reverse;margin-top:15px;margin-left:0;margin-right:0;display:flex}.waitlistWrapDiv .pending-appointmentsnoti:last-child .notification-card:after{display:none}.notifipaddingleft{padding-bottom:0}}.waitlistWrapDiv .more-div a.active{margin-top:20px}.waitlistWrapDiv .notification-text span.wldates{color:var(--text_neutral_default)!important}.cal-badge-row{flex-wrap:wrap;gap:8px;max-width:245px;margin-top:8px;margin-bottom:4px;display:flex}.appointmenter-list .cal-badge-row{margin-top:-2px;margin-bottom:0}.appointmenter-list .vagaro-badge-icon.calendar-vagaro-badge-new{min-width:18px;height:12px;padding:4px!important}.appointmenter-list .vagaro-badge-icon.calendar-vagaro-badge-new.plus-icon-new{font-weight:500;padding-left:5px!important;padding-right:5px!important}.appointmenter-list .vagaro-badge-icon.calendar-vagaro-badge-new svg{margin:0}.vagaro-badge-icon.calendar-vagaro-badge-new{cursor:pointer;white-space:nowrap;background-color:var(--bkg_components_status_strong);max-width:228px;color:var(--text_neutral_inverse);border-radius:3px;justify-content:center;align-items:center;margin-right:0;padding:2px 8px;font-size:12px;font-weight:400;line-height:16px;display:flex;position:relative;padding-left:8px!important}.vagaro-badge-icon.calendar-vagaro-badge-new.badge-dark svg path{fill:var(--text_neutral_inverse)!important}.waitlist-card-pro a.notifi-remove-link{color:var(--text_alert_default)!important}.waitlist-card-pro a.notifi-remove-link:hover{background:var(--bkg_alert_weak)!important;color:var(--text_alert_default)!important}.vagaro-badge-package-width{text-overflow:ellipsis;padding-left:4px;overflow:hidden;max-width:170px!important}.pendingAppOpen a.notiback-link.nt-hover-state,.waitListOpen a.notiback-link.nt-hover-state{color:var(--text_neutral_default);background:var(--bkg_neutral_default);z-index:1;justify-content:center;align-items:center;padding-top:3px;font-family:"Fontawesome pro solid 900",sans-serif;font-size:16px;font-weight:400;line-height:16px;text-decoration:none;position:absolute;top:20px;display:flex!important}.notifipaddingleft{width:100%;margin-left:0;padding-left:5%}.notification-title.marginbtm16,.pto-notification-conflict-text.marginbtm16{margin-bottom:16px}.pto-notification-text{color:var(--text_neutral_default);margin-bottom:4px;font-size:15px;font-weight:500;line-height:20px}.pto-notification-title{word-break:break-word;word-wrap:break-word;color:var(--text_neutral_default);margin-bottom:16px;margin-right:20px;font-size:18px;font-weight:500;line-height:24px;display:inline-block}.pto-notification-conflict-text{color:var(--text_neutral_secondary);margin-bottom:4px;font-size:15px;font-weight:400;line-height:20px}.pto-notification-count-text{color:var(--text_neutral_secondary);margin-bottom:4px;font-size:15px;font-weight:400;line-height:20px;display:flex}.divPendingAppointmentlistcls.top0set{top:0}.pendingAppOpen .ptopending-appointments-div{transform:translate(0)}.ptopending-appointments-div{background-color:var(--bkg_neutral_default);z-index:99999;width:475px;transition:all .5s;position:absolute;top:41px;bottom:0;right:0;transform:translate(475px)}.newCapitalNotification{border-radius:0;height:271px}.newCapitalNotification .noticationtxtdetails{background-image:url(https://1a96a36bae7c8550901a-274b8a70320bb26e7a1e0ea7836ee429.ssl.cf2.rackcdn.com/Images/CapitalNoficationBG.png);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:16px 12px}.newCapitalNotification .card-header{width:16px;min-height:16px;background:0 0!important}.newCapitalNotification .card-header .upsellnoti-whiteclosebtn{width:16px;height:16px;margin:16px;padding:0;background:0 0!important}.notification-div .newCapitalNotification .card-header svg path{fill:#f7f1eb!important}.newCapitalNotification .CapitalNotitxt{color:#fff;margin-top:16px;margin-bottom:0;font-size:20px;font-weight:500;line-height:24px}.newCapitalNotification .CapitalNotitxt p{color:#fff;margin:0;font-size:20px;font-weight:500;line-height:24px}.newCapitalNotification .CapitalNotitxt span.capitaltextbig{color:#fff;margin:0 0 16px;font-size:32px;font-weight:500;line-height:36px;display:block}.newCapitalNotification .CapitalDateBox{justify-content:center;margin:8px 0 16px;display:flex}.newCapitalNotification .CapitalDollarLogo,.newCapitalNotification .CapitalLogoNotification{justify-content:center;display:flex}.newCapitalNotification .CapitalDollarLogo .width48{border-radius:48px;width:100%;max-width:48px;height:auto;box-shadow:0 3px 16px #00000040}.newCapitalNotification .CapitalLogoNotification .width100{width:100%;max-width:100px;height:auto}.newCapitalNotification .CapitalDateBox .CapitalDateBoxCenter{color:var(--text_neutral_default);background:#fff;border-radius:4px;justify-content:center;align-items:center;width:auto;height:57px;padding:8px 20px;font-size:34px;font-weight:700;line-height:57px;display:flex}.notification-div.waitlist-wrap .cal-badge-row{max-width:425px!important}.notification-tooltip.vgn-tooltip{margin-left:0;display:inline-block;position:relative}.notification-tooltip.vgn-tooltip .vgn-tooltip-sms{color:#fff;text-align:center;z-index:9;background-color:#333;border-radius:3px;min-width:50px;max-width:250px;padding:8px 12px;font-size:14px;font-weight:400;display:none;position:absolute}.notification-tooltip.vgn-tooltip .vgn-tooltip-sms:after{content:"";border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;position:absolute}.notification-tooltip.vgn-tooltip.vgn-tooltip-top-right .vgn-tooltip-sms{margin-bottom:14px;animation:.4s forwards vgnmoveuptooltip;bottom:100%;left:auto;right:0;transform:translate(0%)}.notification-tooltip.vgn-tooltip.vgn-tooltip-top-right .vgn-tooltip-sms:after{border-top:12px solid #333;bottom:-12px;right:0;transform:translate(-24px)}.notification-tooltip.vgn-tooltip:hover .vgn-tooltip-sms{display:block}.notification-div.waitlist-wrap .vagaro-badge-icon.calendar-vagaro-badge-new.badge-dark{max-width:100%}.vgn-tooltip{z-index:2;margin-left:4px;display:inline-block;position:relative}.vgn-tooltip .vgn-tooltip-sms{color:#fff;text-align:center;z-index:20;background-color:#333;border-radius:3px;width:-webkit-max-content;width:max-content;max-width:360px;padding:8px 12px;font-size:14px;font-weight:400;display:block;position:absolute}.vgn-tooltip .vgn-tooltip-sms:after{content:"";border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;position:absolute}.vgn-tooltip.vgn-tooltip-top .vgn-tooltip-sms{margin-bottom:14px;animation:.4s forwards vgnmoveuptooltip;bottom:100%;left:0;transform:translate(0%)}.vgn-tooltip.vgn-tooltip-top .vgn-tooltip-sms:after{border-top:12px solid #333;bottom:-11px;left:0;transform:translate(0%)}.vgn-tooltip.vgn-tooltip-top.vgn-tooltip-top-right .vgn-tooltip-sms:after{border-top:12px solid #333;bottom:-12px;left:auto;right:5px;transform:translate(0%)}body.report-app .pendingAppOpen .ptopending-appointments-div{background-color:var(--bkg_neutral_default)!important}body.report-app .pendingAppOpen .ptopending-appointments-div .pto-notification-text{color:var(--text_neutral_default)!important}body.report-app .pendingAppOpen a.notiback-link.nt-hover-state{background-color:var(--bkg_neutral_default)!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div{background-color:var(--bkg_neutral_default)}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls{-webkit-overflow-scrolling:touch;position:absolute;top:44px;bottom:4px;left:0;right:0;overflow-x:hidden;overflow-y:auto}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls i.notify-cap-icon{vertical-align:middle;margin-left:5px;font-family:"Fontawesome pro solid 900";font-size:16px;font-style:normal;color:var(--text_neutral_default)!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .prepay-paid-appt{text-align:center;vertical-align:middle;border-radius:50%;width:18px;height:18px;margin-left:3px;line-height:16px;display:inline-block;color:var(--icon_neutral_ondark)!important;background:var(--bkg_green_default)!important;margin-right:3px!important;padding:1px!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .prepay-paid-appt .fa-dollar-sign{color:#00b454;font-family:fontawesome-5pro-solid-900;position:relative;font-size:18px!important;top:0!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .prepay-paid-appt .fa-dollar-sign:before{content:"";z-index:1;font-variant:normal;text-rendering:auto;font-style:normal;line-height:18px;position:relative}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .prepay-paid-appt .fa-dollar-sign:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:2px;left:2px}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .notification-text.space-top-bottom{color:--text_neutral_secondary!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .notification-text.default-font-color{color:var(--text_neutral_default)!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls a.notification-link.deny-link-danger,body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .help-bottom-control a.deny-link-danger,.help-bottom-control body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls a.deny-link-danger{color:var(--text_alert_default)!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls a.notification-link.deny-link-danger:hover,body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls .help-bottom-control a.deny-link-danger:hover,.help-bottom-control body.report-app .pendingAppOpen.notification-div .pending-appointments-div .divPendingAppointmentlistcls a.deny-link-danger:hover{background-color:var(--bkg_alert_weak)!important;color:var(--text_alert_default)!important}body.report-app .pendingAppOpen.notification-div .pending-appointments-div .accept-all-button{color:var(--text_neutral_ondark);cursor:pointer;text-align:center;height:40px;font-size:20px;font-weight:400;line-height:40px;transition:background-color .2s;position:absolute;top:0;left:0;right:0;background:var(--bkg_blue_default)!important}body.report-app #divverifyaccount.notification-account{clear:both;float:none;width:100%}body.report-app #divverifyaccount.notification-account .notify-block{box-sizing:border-box;float:right;border-bottom:1px solid #d8d8d8;width:calc(100% + 15px);padding:15px 30px 15px 25px;transition:all .5s;position:relative;right:-15px;border-color:var(--border_neutral_default)!important}body.report-app #divverifyaccount.notification-account .notify-block .notify-title.notify-alert-title{margin-bottom:7px;font-size:18px;font-weight:600;line-height:20px;display:inline-block;color:var(--text_alert_default)!important}body.report-app #divverifyaccount.notification-account .notify-block .notify-content{margin-bottom:5px;font-size:15px;font-weight:400;color:var(--text_neutral_secondary)!important}body.report-app #employeerequestnotification .notif-image-div .alert-notification-circle i.fa-money-check-edit{font-family:"Font Awesome 6 Pro"}body.report-app .notification-div.notification-open{background-color:var(--bkg_neutral_default)!important}body.report-app .notification-div.notification-open .cal-badge-row .packege-box-new{gap:8px;display:flex}body.report-app .notification-div.notification-open .back-link-block.notiback-link{background:var(--bkg_neutral_default)!important}body.report-app .notification-div.notification-open .notification-inner .wait-list-div.waitlistWrapDiv{background-color:var(--bkg_neutral_default)!important}#divTaxID{clear:both;float:left;width:100%;padding-top:0;padding-bottom:0;padding-right:15px;display:inline-block}#divTaxID .notify-block{box-sizing:border-box;width:calc(100% + 30px);padding-left:25px;padding-right:30px;position:relative;right:-30px}#divTaxID .notify-block~.notify-block{padding-top:15px}.notification-account{clear:both;float:left;width:100%;display:inline-block}div#divverifyaccount.notification-account{float:none}.notification-account .notify-block{box-sizing:border-box;width:calc(100% + 15px);padding-left:25px;padding-right:30px;right:-15px}.notifipaddingleftprogess{padding-top:0}.pronotidevice #divTaxID .notify-block,.pronotidevice .notification-account .notify-block{padding:0}.pronotidevice #divTaxID .notify-block~.notify-block{padding-top:0}.pronotidevice #divTaxID .notify-block,.pronotidevice .notification-account .notify-block{border-bottom:15px solid #f4f4f4}.notify-block{float:right;border-bottom:1px solid #d8d8d8;width:95%;padding-top:15px;padding-bottom:15px;padding-right:15px;transition:all .5s;position:relative}.notify-block .notify-title{margin-bottom:7px;font-size:18px;font-weight:600;display:inline-block}.notify-block .notification-text{color:#8a8a8a;font-size:15px;font-weight:400}.notify-block .notify-content{color:#8a8a8a;margin-bottom:5px;font-size:15px;font-weight:400}.notify-block .notify-botton{text-align:right;padding:0 0 0 20px}.notify-block .notify-botton a{color:#248dd5;border-radius:5px;padding:5px 10px;text-decoration:none;transition:background-color .2s;display:inline-block}.notify-block .notify-botton a:hover{color:#248dd5;background-color:#f0f7fc}.notify-block .notify-botton a:hover:active,.notify-block .notify-botton a:hover:focus{color:#248dd5}.divPendingAppointmentlistcls.divwaitlistnotification .wl-grey-divider{height:0;border:none!important}.loader{text-align:center;z-index:10000;background-color:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.loader-img{z-index:10001;text-indent:-9999em;border:.7em solid #f15f2480;border-left-color:#f15f24;margin:-35px 0 0 -35px;font-size:10px;animation:1.1s linear infinite load8;position:fixed;top:50%;left:50%;transform:translateZ(0)}.loader-img,.loader-img:after{border-radius:50%;width:40px;height:40px}.loader-img img{display:none}.loader :before,.loader :after,.loader *{box-sizing:content-box}.accepted-div{background-color:var(--bkg_neutral_default);text-align:center;z-index:10;height:167px;display:none;position:absolute;top:0;left:-5%;right:0}.accepted-div-inner{padding-top:32px;padding-bottom:32px}.accepted-div-inner .accepted-checkmark,.accepted-div-inner .denied-checkmark{margin:0 auto}.bounceIn{animation-name:bounceIn;animation-duration:1s;animation-fill-mode:both}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{transition:transform .1s ease-in;transform:scaleX(1)scaleY(1)scaleZ(1)}20%{transition:transform .3s ease-in;transform:scaleX(1.26)scaleY(1.26)scaleZ(1)}60%{transition:transform .2s ease-in;transform:scaleX(.9)scaleY(.9)scaleZ(1)}to{transition:transform .1s ease-in;transform:scaleX(1)scaleY(1)scaleZ(1)}}.accepted-notification{color:#7cc576;text-align:center;background-color:#0000;margin-top:15px;font-size:24px;font-weight:500;position:relative}.uploaded-success{display:none}.font-awesome-light-pro{font-family:fontawesome-5pro-light-300}.font-awesome-normal-pro{font-family:fontawesome-5pro-regular-400}.font-awesome-solid-pro{font-family:fontawesome-5pro-solid-900}.font-awesome-brand-pro{font-family:fontawesome-5pro-brands-400}.modernMenu .modal-backdrop.in{z-index:999999999!important}.modernMenu .modal-backdrop{background-color:rgba(var(--modal_box_shadow),.5)!important}.modernMenu .bootbox.modal.vagaro-modal{z-index:2147483647!important}.notification-inner .font-awesome-normal-pro{font-family:"Font Awesome 5 Pro"!important}.vagaro-icons-deposit{font-style:normal}.infoalarm .infoDate{color:var(--text_neutral_secondary)}.infoalarm{margin-top:4px}.notify-label{background-color:var(--bkg_green_default);color:var(--text_neutral_ondark)}.infoalarm .infoDate{color:var(--text_neutral_secondary);font-size:14px;line-height:20px;display:inline-block}.n-waitlist-card .infoalarm .tooltip-top{margin-left:-33px}.infoalarm .tooltip-top:after{margin-left:-60px}body.report-app .pendingAppOpen.notification-div .waitlistWrapDiv .prepay-paid-appt.vagaro-deposit-bg.bg-none-color{color:var(--icon_neutral_secondary)!important;background-color:#0000!important}.pto-approve-request-modal .NewDesignChange .pto-reason-textarea.textarea-type1.errorInput{background-color:#d83f3426!important;border:1px solid #d83f34!important}.pto-approve-request-modal .requiredErrorText{text-align:right;clear:both;float:left;width:99%;font-size:12px;line-height:12px;position:relative;color:var(--text_alert_default)!important}.modal-bootstrapcommon .modal-content{background-color:var(--bkg_neutral_default)!important}.modal-bootstrapcommon .modal-title{color:var(--text_neutral_default)!important}.modal-bootstrapcommon .modal-footer{border-top:var(--border_style_solid)var(--border_width_default)var(--border_neutral_default);background-color:var(--bkg_neutral_secondary)!important}.modal-bootstrapcommon.pto-approve-request-modal .tabelGrid td{color:var(--text_neutral_default)!important}.notification-card{border-top:var(--border_style_solid)var(--border_width_default)var(--border_neutral_default)}.bootbox.modal.vagaro-modal{outline:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow-x:hidden;overflow-y:auto}.bootbox.modal.vagaro-modal .modal-dialog{max-width:423px!important;min-width:inherit!important;width:90%!important;margin-left:auto!important;margin-right:auto!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content{border-radius:5px;overflow:hidden;box-shadow:0 8px 40px #0003;background-color:var(--bkg_neutral_default)!important;border-color:var(--border_neutral_default)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-header{border:0;padding-top:0;padding-bottom:0;padding-left:20px;font-size:18px;position:relative}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-header .modal-title{border:0;margin-bottom:5px;padding-right:40px;font-size:20px;font-weight:500;line-height:22px;color:var(--text_neutral_default)!important;padding-top:15px!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-header .close{text-indent:0;z-index:99;opacity:1;background:0 0;width:40px;height:22px;margin:0;position:absolute;top:15px;right:6px}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-header .close:after{content:"";text-align:center;color:#9a9a9a;background:#fff;width:40px;height:22px;font-family:"Fontawesome pro 300",sans-serif;font-size:20px;font-weight:400;line-height:22px;position:absolute;top:0;right:0;background-color:var(--bkg_neutral_default)!important;color:var(--text_neutral_secondary)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-body{padding:7px 20px 18px;line-height:22px}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-body .bootbox-body{color:var(--text_neutral_secondary)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer{border:0;justify-content:flex-end;align-items:center;gap:20px;display:flex;background:var(--bkg_neutral_secondary)!important;border-top:1px solid var(--border_neutral_default)!important;box-shadow:none!important;padding:10px 20px!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer button.btn{text-align:center!important;border-radius:3px!important;min-width:100px!important;padding:8px 16px!important;font-size:16px!important;font-weight:400!important;line-height:22px!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer button.btn.btn-primary{background-color:var(--bkg_components_button_green_default)!important;border:1px solid var(--border_green_default)!important;color:var(--text_neutral_ondark)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer button.btn.btn-primary:hover{background-color:var(--bkg_components_button_green_hover)!important;border:1px solid var(--bkg_components_button_green_hover)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer button.btn.btn-default{background-color:var(--bkg_components_button_neutral_default)!important;border:1px var(--border_neutral_strong)solid!important;color:var(--text_neutral_default)!important}.bootbox.modal.vagaro-modal .modal-dialog .modal-content .modal-footer button.btn.btn-default:hover{background-color:var(--bkg_components_button_neutral_hover)!important;color:var(--text_neutral_default)!important;border:1px var(--border_neutral_strong)solid!important}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;background-color:var(--bs-backdrop-bg);width:100vw;height:100vh;z-index:var(--bs-backdrop-zindex);position:fixed;top:0;left:0}.modal-backdrop.in{opacity:.5;z-index:999}.clearfix:before,.clearfix:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.row:after,.form-horizontal .form-group:after,.panel-body:after,.modal-footer:after{clear:both}.modal-bootstrapcommon.fade{opacity:0;transition:opacity .15s linear}.modal-bootstrapcommon.fade.in{opacity:1}.modal-bootstrapcommon button.close{cursor:pointer;z-index:999;text-indent:0;text-align:center;-webkit-appearance:none;opacity:1;background-color:#0000;background-image:none;border:0;width:54px;height:44px;padding:0;font-size:20px;font-weight:300;line-height:53px;display:block;position:absolute;top:0;right:0;color:#9a9a9a!important;margin:0!important;font-family:"Fontawesome pro 300"!important}.modal-bootstrapcommon,.modal-bootstrapcommon *{box-sizing:border-box}.modal-bootstrapcommon button.close:hover{opacity:1;color:#333!important}body.modal-open{overflow:hidden}.modal-bootstrapcommon.modal{z-index:2147483647;-webkit-overflow-scrolling:touch;outline:0;width:100%;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.modal-bootstrapcommon.modal:before{content:none;display:none}.modal-open .modal-bootstrapcommon.modal{background-color:#0000}.modal-bootstrapcommon.modal.fade .modal-dialog{transition:transform .1s ease-out;transform:translateY(50px)}.modal-bootstrapcommon.modal.in .modal-dialog{transform:translate(0)}.modal-open .modal-bootstrapcommon.modal{overflow-x:hidden;overflow-y:auto}.modal-bootstrapcommon .modal-dialog{width:auto;margin:10px;position:relative}.modal-bootstrapcommon .modal-content{color:#333;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:5px;outline:0;font-size:15px;font-weight:400;line-height:22px;position:relative;box-shadow:0 1px 12px #00000026}.modal-backdrop{z-index:9999;background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0;height:100%!important}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-bootstrapcommon .modal-header{background:0 0;border:0;min-height:16.4286px;padding:15px 20px 0}.modal-bootstrapcommon .modal-title{color:#333;margin:0;padding-right:10px;font-size:20px;font-weight:500;line-height:30px}.modal-bootstrapcommon .modal-body{color:#333;padding:10px 20px 20px;position:relative}.modal-bootstrapcommon .popupWrapper .popupContent{color:#333}.modal-bootstrapcommon .modal-footer{text-align:right;background-color:#f8f8f8;border-radius:0 0 5px 5px;padding:11px 20px}.modal-bootstrapcommon .modal-footer .btn{color:#fff;text-align:center;-webkit-appearance:none;cursor:pointer;border:1px solid #0000;border-radius:3px;outline:0;min-width:100px;min-height:40px;padding:9px 10px;font-family:proxima-nova;font-size:16px;font-weight:400;line-height:20px}button::-moz-focus-inner{border:0}.modal-bootstrapcommon .modal-footer .btn.btn-success{transition:all .2s;background-color:#eb6663!important}.modal-bootstrapcommon.printerWizard .modal-footer .btn.btn-primary{white-space:nowrap}.modal-bootstrapcommon .modal-footer .btn.btn-primary{transition:all .3s,background-position 3ms;background-color:#7cc576!important}.modal-bootstrapcommon .modal-footer .btn.btn-primary:hover{background-color:#5c9557!important;border-color:#5c9557!important}.modal-bootstrapcommon .modal-footer .btn.btn-default{color:#777;background-color:#fff;border-color:#cdcdcd;transition:border .2s}.modal-bootstrapcommon .modal-footer .btn.btn-default:hover{color:#333!important;border-color:#333!important}.modal-bootstrapcommon .modal-footer .btn+.btn{margin-bottom:0;margin-left:12px;width:auto!important;min-width:auto!important;padding:8px 16px!important}.auto-widthpopup .modal-dialog{display:table;width:auto!important}.refundPopup .modal-content{line-height:inherit}.editSmallPopup .cal-icon{cursor:pointer;z-index:9;text-align:right;width:93%;font-size:18px;line-height:37px;display:block;position:absolute;top:0;right:9px}.bootstrap-modal-center{z-index:99991;-webkit-overflow-scrolling:touch;outline:0;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.bootstrap-modal-center .modal-dialog{width:auto;margin:20px auto;position:relative}.bootstrap-modal-center.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50%)}.bootstrap-modal-center.modal.in .modal-dialog{transform:translate(0)}.bootstrap-modal-center .modal-content{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:5px;outline:0;font-size:16px;font-weight:400;line-height:22px;position:relative;box-shadow:0 2px 4px #18191a80}.bootstrap-modal-center .modal-header{height:45px;min-height:16.4286px;line-height:45px;padding:0 20px!important}.bootstrap-modal-center button.close{-webkit-appearance:none;cursor:pointer;color:#9a9a9a;z-index:999;width:18px;height:36px;text-indent:inherit;background:0 0;border:0;padding:0;font-size:20px;display:block;position:absolute;top:0;right:20px;overflow:hidden;margin:0!important;font-family:"Fontawesome pro 300"!important}.bootstrap-modal-center button.close:hover{color:#333}.bootstrap-modal-center .modal-title{color:#333;margin:0;font-size:18px;font-weight:500;line-height:44px}.bootstrap-modal-center .modal-body{box-sizing:border-box;padding:5px 20px 15px;position:relative}.bootstrap-modal-center .modal-footer{text-align:right;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#f8f8f8!important;padding:15px 20px!important}.bootstrap-modal-center .modal-footer .btn{color:#fff;text-align:center;-webkit-appearance:none;cursor:pointer;border-radius:3px;outline:0;min-width:95px;padding:8px 25px;font-size:16px;font-weight:400;border:1px solid #0000!important}.bootstrap-modal-center .modal-footer .btn.btn-default{background-color:#fff;transition:border .2s;color:#333!important;border-color:#e7e7e7!important}.bootstrap-modal-center .modal-footer .btn.btn-primary{transition:background-color .3s;background-color:#7cc576!important}.bootstrap-modal-center .modal-footer .btn+.btn{margin-bottom:0;margin-left:12px}.bootstrap-modal-center .modal-footer .btn.btn-default:hover{border-color:#999!important}.bootstrap-modal-center .modal-footer .btn.btn-primary:hover{background-color:#5c9557!important}@media only screen and (min-width:768px){.modal-bootstrapcommon .modal-dialog{width:420px;margin:30px auto}.modal-bootstrapcommon .modal-sm{width:300px}}@media only screen and (min-width:992px){.modal-bootstrapcommon .modal-lg{width:900px}}@media only screen and (max-width:767px){.modal-bootstrapcommon .modal-dialog{margin:10px auto;padding:0 10px}.mobile-fullpopup.modal,.mobile-fullpopup.modal-addresspopup{padding:0!important}.mobile-fullpopup .modal-dialog{height:100%;padding:10px;max-width:100%!important;margin:0!important}.mobile-fullpopup .modal-dialog .modal-content{height:100%}.mobile-fullpopup .modal-dialog .modal-content .modal-body{-webkit-overflow-scrolling:touch;height:calc(100% - 111px);overflow:auto}.branded-Live-popup .modal-footer .btn{width:100%;padding:13px 25px}.branded-Live-popup .modal-footer .btn+.btn{margin-top:10px;margin-left:0}.branded-Live-popup .modal-dialog{padding:10px}}@media only screen and (max-height:520px) and (max-width:767px){.branded-Live-popup .modal-dialog{padding:10px;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;transform:none;max-width:100%!important;margin:0!important}.branded-Live-popup .modal-content{width:100%;height:100%}.branded-Live-popup .modal-body{height:100%;max-height:calc(100% - 190px);overflow:auto}.branded-Live-popup .modal-footer{position:absolute;bottom:0;left:0;right:0}}@media only screen and (max-width:479px){.bootstrap-modal-center button.close{background-size:15px;top:12px;right:10px}}.xyz.in{z-index:99999;justify-content:center;align-items:center;display:flex!important}.modal-bootstrapcommon.vp-condition-modal .modal-footer.f-bg{text-align:right;border-radius:0 0 5px 5px;padding:10px 20px;background-color:#f8f8f8!important}.modal-bootstrapcommon.vp-condition-modal .modal-body{overflow:visible}.vp-condition-modal .condition-heading{color:#333;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.vp-condition-modal .condition-sub-heading{color:#777;padding-top:5px;padding-bottom:6px;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.vp-condition-modal .read-text{color:#333;width:100%;height:auto;font-size:15px;font-style:normal;font-weight:400;line-height:20px}.vp-condition-modal .check{box-sizing:border-box;background:#fff;border:1px solid #cdcdcd;border-radius:5px;width:20px;height:20px}.vp-condition-modal .modal-header .cls-btn{font-size:30px}.vp-condition-modal .modal-footer .btn-save-vpl{min-width:65px!important}.vp-condition-modal .btn-cancel-vpl{background-color:#fff;color:#000!important;border:1px solid #e7e7e7!important;min-width:78px!important}.vp-condition-modal .left-tooltip-without-pd{float:left}.vp-condition-modal .right-tooltip-without-pd{float:right;padding-top:0}.vp-condition-modal .btn-cancel-vpl:hover{background-color:#fff;color:#333!important;border-color:#333!important}.vp-condition-modal.modal-bootstrapcommon .blue-text-vpl{color:#2479c7;vertical-align:top;text-decoration:none}.vp-condition-modal .padding-bt-vpl{height:15px}.vp-condition-modal .checkbox-custom-black label{cursor:pointer;vertical-align:top;word-wrap:break-word;-webkit-user-select:none;user-select:none;box-sizing:initial;margin-bottom:0;font-size:15px;font-weight:400;line-height:20px;display:inline;color:#333!important}.vp-condition-modal .checkbox-custom-black input[type=checkbox]+label:before{box-sizing:border-box;content:"";cursor:pointer;float:left;background-color:#fff;border:1px solid #0003;border-radius:3px;width:20px;height:20px;margin-left:-26px;position:absolute;overflow:hidden}.vp-condition-modal .checkbox-custom-black input[type=checkbox]:checked+label:before{background-color:#333;background-image:url(https://vagaro.azureedge.net/static-content/Images/signup-check.png);background-position:50%;background-repeat:no-repeat;background-size:14px}@media (min-width:768px) and (max-width:991px){.modal-bootstrapcommon.vpl-terms-modal .modal-dialog{width:620px;margin:30px auto}}@media (max-width:767px){.vp-condition-modal .checkbox-custom-black label{cursor:pointer;vertical-align:top;word-wrap:break-word;-webkit-user-select:none;user-select:none;box-sizing:initial;margin-bottom:0;font-size:15px;font-weight:400;line-height:20px;display:inline;color:#333!important}}@media (min-width:768px){.vp-condition-modal.modal-bootstrapcommon .modal-dialog{width:500px;margin:30px auto}}.vpl-terms-modal .body-ovrflow{max-height:70vh}.vpl-terms-modal .innner-body-overflow{max-height:65vh;overflow:auto}.modal-header .res-tooltip-vpl .modal-lg-vpl{margin-left:0!important}.vpl-terms-modal .modal-lg-vpl-jumbotron{text-align:justify;color:#333;background:#f8f8f8;border-radius:5px;margin:0;padding:16px;font-size:15px;font-weight:400;line-height:20px}.vpl-terms-modal .modal-lg-vpl-jumbotron.vpljmt-16{margin-top:16px}.vpl-terms-modal .modal-lg-vpl-jumbotron .terms-heading{color:#333;margin-bottom:16px;font-size:20px;font-style:normal;font-weight:500;line-height:24px}.vpl-terms-modal .modal-lg-vpl-jumbotron .terms-text{color:#333;margin:16px 0;font-size:15px;line-height:20px}.vpl-terms-modal .modal-header .cls-btn{font-size:30px}.vpl-terms-modal ul,ol{margin-top:10px;margin-bottom:10px;padding-left:40px}.vpl-terms-modal ul li{list-style-type:circle}.vpl-terms-modal .btn-cancel-vpl{background-color:#fff;color:#000!important;border:1px solid #e7e7e7!important;min-width:78px!important}.vpl-terms-modal .btn-cancel-vpl:hover{background-color:#fff;color:#333!important;border-color:#333!important}.modal-lg-vpl.res-tooltip-vpl{z-index:11;margin-left:4px;display:inline-block;position:relative}.modal-lg-vpl.res-tooltip-vpl .resIsymbol-msg{color:#fff;text-align:center;background-color:#333;border:1px solid #333;border-radius:3px;width:262px;margin-bottom:14px;padding:8px 12px;font-size:15px;font-weight:400;animation:.4s forwards moveuptooltip;display:none;position:absolute;bottom:-106px;left:335px;transform:translate(-90%)}.modal-lg-vpl.res-tooltip-vpl .resIsymbol-msg:after{content:"";border-top:12px solid #333;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;margin-left:-250px;position:absolute;bottom:73px;left:100%;transform:rotate(180deg)}@media (max-width:767px){.modal-lg-vpl.res-tooltip-vpl .resIsymbol-msg{color:#fff;text-align:center;background-color:#333;border:1px solid #333;border-radius:3px;width:270px;margin-bottom:14px;padding:8px 12px;font-size:15px;font-weight:400;line-height:19px;animation:.4s forwards moveuptooltip;display:none;position:absolute;bottom:-100px;left:260px;transform:translate(-90%)}.modal-lg-vpl.res-tooltip-vpl .resIsymbol-msg:after{content:"";border-top:12px solid #333;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;margin-left:-169px;position:absolute;bottom:73px;left:100%;transform:rotate(180deg)}.vplmobile-mright{margin-right:15px}.vpl-terms-modal .body-ovrflow{max-height:100vh}.vpl-terms-modal .innner-body-overflow{height:65vh;max-height:100vh;overflow:unset}.vpl-access .width100save.vplmobile-mright479{margin-right:15px}}@media (max-width:479px){.vpl-access .width100save{width:100%}.vpl-access .width100save.vplmobile-mright479{margin-right:0}}.vp-condition-modal .checkbox-custom-black.termsConditionText label{color:red!important}.res-tooltip-vpl{z-index:9999;margin-left:4px;display:inline-block;position:relative}.res-tooltip-vpl .resIsymbol{color:#2a90d6;cursor:pointer;vertical-align:middle;font-family:"Fontawesome pro 300";font-size:15px;font-style:normal}.res-tooltip-vpl .resIsymbol-msg{color:#fff;text-align:center;background-color:#333;border:1px solid #333;border-radius:3px;width:262px;margin-bottom:14px;padding:8px 0;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards moveuptooltip;display:none;position:absolute;bottom:100%;left:97%;transform:translate(-90%)}.res-tooltip-vpl .resIsymbol-msg:after{content:"";border-top:12px solid #333;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;margin-left:-45px;position:absolute;bottom:-12px;left:100%}.divResourcetip .res-tooltip-vpl .resIsymbol-msg{left:-10px;transform:none}.divResourcetip .res-tooltip-vpl .resIsymbol-msg:after{margin-left:0;left:6px}.res-tooltip-vpl .resIsymbol:hover+.resIsymbol-msg{display:block}.res-tooltip-vpl .gaptooltip{margin-left:0;position:absolute;top:5px;left:6px}.res-tooltip-vpl .gaptooltip .resIsymbol{color:#0092dc;text-align:center;border:1px solid #0092dc;border-radius:100%;width:22px;height:22px;font-family:proxima-nova,Arial,sans-serif;font-size:16px;font-weight:600;line-height:22px;display:inline-block}.left-tooltip{float:left;padding-top:10px}.right-tooltip{float:right;padding-top:10px}.right-tooltip-without-pd{float:right;padding-top:0}.res-tooltip-vpl .powered{vertical-align:middle;margin-right:2px;font-size:12px;line-height:16px;position:relative;top:1px}.res-tooltip-vpl .img{width:43.51px;height:15px;display:inline}.res-tooltip-vpl .mr-20forres{margin-right:20px}.res-tooltip-vpl .verticalset{vertical-align:sub}@keyframes moveuptooltip{0%{margin-bottom:14px}50%{margin-bottom:18px}to{margin-bottom:14px}}.vp-condition-modal .res-tooltip-vpl .resIsymbol-msg{border:solid 1px px #333;color:#fff;text-align:center;background-color:#333;border-radius:3px;width:262px;margin-bottom:14px;padding:8px 0;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards moveuptooltip;display:none;position:absolute;bottom:100%;left:90%;transform:translate(-90%)}.vp-condition-modal .res-tooltip-vpl .resIsymbol-msg:after{content:"";border-top:12px solid #333;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;margin-left:-34px;position:absolute;bottom:-12px;left:100%}.res-tooltip-forcheckout.res-tooltip-vpl .resIsymbol-msg{color:#fff;text-align:center;background-color:#333;border:1px solid #333;border-radius:3px;width:250px;margin-bottom:14px;padding:8px;font-size:15px;font-weight:400;line-height:20px;animation:.4s forwards moveuptooltip;display:none;position:absolute;bottom:75%;left:100%;transform:translate(-90%)}ul.printer_list_wrp.printListItems.dropdown-menu,ul.printer_list_wrp.printListItems.dropdown-menu .dropdown-menu{color:#333;text-align:left;z-index:1000;float:left;background-color:#fff;background-clip:padding-box;border:0 solid #cdcdcd;border-radius:.188rem;min-width:10rem;margin:0 0 2px;padding:.5rem 0;font-size:.9375rem;list-style:none;display:none;position:absolute;left:0;box-shadow:0 2px 10px #0000001a}ul.printer_list_wrp.printListItems.dropdown-menu{margin-bottom:2px;top:auto;bottom:100%}ul.printer_list_wrp.printListItems.dropdown-menu li a,ul.printer_list_wrp.printListItems.dropdown-menu .dropdown-menu li a{white-space:normal;white-space:nowrap;color:#333;padding:6px 20px;font-size:14px;font-weight:400;line-height:1.42857;display:flex}.dropdown,.dropend,.dropstart,.dropup{position:relative}.open ul.printer_list_wrp.printListItems.dropdown-menu,.open ul.printer_list_wrp.printListItems.dropdown-menu li a:hover .dropdown-menu{display:block}.open ul.printer_list_wrp.printListItems.dropdown-menu li .dropdown-menu{height:80px;max-height:380px;top:auto;bottom:-5px;left:100%;overflow:auto}.checkout_print_list_alert.model-recipt-print .print_dropdown_menu .dropdown-menu li.dropdown a:hover{color:#333;background-color:#e7e7e7}.bootbox.modal.fade.valertmodal.in .modal-dialog{transform:translate(0)}.modal.showAlertModel.in .modal-dialog{top:-1px}.modal.showAlertModel.in .modal-dialog .modal-footer{min-height:72px}@media (min-width:576px){.vAlertShowModelCenter.bootbox.modal.fade.valertmodal.in .modal-dialog{vertical-align:middle;justify-content:center;align-items:center;min-height:100vh;display:flex;z-index:999999999!important;width:100%!important;margin:0 auto!important}.vAlertShowModelCenter.valertmodal.in .modal-dialog .modal-content{background-color:#fff;width:100%;max-width:400px;height:auto;position:relative}.vAlertShowModelCenter.bootbox.modal.fade.valertmodal.in{display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999999!important}}.loader.purchaseorderemailloader,.loader-img.purchaseorderemailloader{z-index:999992}.merge-cust-popup .new-popup-merge-cust{text-align:left;justify-content:flex-start;width:800px;padding:16px 0;display:flex}.merge-cust-popup .head-section-merge-cust{width:500px;height:auto;margin:30px auto}.merge-cust-popup .customer-section{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.merge-cust-popup .new-image{width:80px;height:80px;padding-bottom:10px;position:relative}.merge-cust-popup .customer-name{color:#333;text-align:center;padding-top:12px;font-size:20px;font-weight:500;line-height:24px}.merge-cust-popup .labelLeftRow{border:0}.merge-cust-popup .section-center-top{width:562px;margin:0 auto}#pnlDuplicaetCustomer.modal-bootstrapcommon.merge-cust-popup.modal.in{background:#00000080}#pnlDuplicaetCustomer .mergecustomer-avtar .avtar-text{top:15px}.merge-cust-popup .existing-text{color:#fff;background:#2a90d6;border-radius:3px;width:60px;height:20px;margin-top:64px;margin-left:10px;padding-top:2px;padding-left:8px;font-size:12px;font-weight:400;line-height:16px}#pnlDuplicaetCustomer .modal-content{width:auto!important}.merge-cust-popup.modal-bootstrapcommon .modal-title{color:#333;font-size:18px;font-weight:500;line-height:24px}.merge-cust-popup .new-popup-merge-cust span{color:#333;font-size:15px;font-weight:400;line-height:20px}.merge-cust-popup.modal-bootstrapcommon .modal-footer .btn{color:#333;font-size:15px;font-weight:500;line-height:20px}.merge-cust-popup.modal-bootstrapcommon .modal-footer .btn.btn-primary{color:#fff;font-size:15px;font-weight:500;line-height:20px}body .pto-approve-request-modal{z-index:99999}body .pto-approve-request-modal .modal-dialog{width:100%;max-width:550px}body .pto-approve-request-modal .formLabel{color:var(--text_neutral_default)!important}body .pto-approve-request-modal .modal-header .close{border:none;width:24px;height:24px;font-size:18px;font-weight:400;line-height:24px;top:12px;right:12px;color:var(--text_neutral_default)!important;font-family:"Font Awesome 6 Pro"!important}body .pto-approve-request-modal .modal-body .modal-desc{color:var(--text_neutral_default)!important}body .pto-approve-request-modal .modal-body .formLabel{margin-bottom:4px;font-size:16px;font-weight:500;display:block}body .pto-approve-request-modal .modal-body .NewDesignChange .pto-reason-textarea{color:#333;resize:none;background:#fff;border:1px solid #cdcdcd;border-radius:2px;width:100%;height:100%;padding:10px;font-family:inherit;font-weight:400;line-height:16px;color:var(--text_neutral_default)!important;border-color:var(--border_neutral_strong)!important;background-color:var(--bkg_neutral_default)!important;outline:none!important;height:100px!important;font-size:15px!important}body .modal-bootstrapcommon.pto-approve-request-modal .modal-footer .btn-default,body .modal-bootstrapcommon.pto-approve-request-modal .modal-footer .btn-default:hover{background-color:var(--bkg_components_button_neutral_default)!important;border:1px solid var(--border_neutral_strong)!important;color:var(--text_neutral_default)!important}body .modal-bootstrapcommon.pto-approve-request-modal .modal-footer .btn-primary{background-color:var(--bkg_components_button_green_default)!important;border:1px solid var(--border_green_default)!important;color:var(--text_neutral_ondark)!important}body .modal-bootstrapcommon.pto-approve-request-modal .modal-footer .btn-primary:hover{background-color:var(--bkg_components_button_green_hover)!important;border-color:var(--bkg_components_button_green_hover)!important;color:var(--text_neutral_ondark)!important}.forModalCenter.model-bootstrap-default .confirmTransferPopup .modal-content{border-radius:5px!important;box-shadow:0 2px 4px #18191a80!important}.confirmTransferPopup.modelCommanUser{height:auto;max-height:85%}@media screen and (max-width:767px){.confirmTransferPopup.modelCommanUser{max-height:98%}}.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll{box-sizing:border-box;z-index:0;flex-flow:wrap;flex:auto;place-content:flex-start space-evenly;width:100%;min-height:1px;max-height:calc(100% - 325px);padding:0 0 0 20px;display:flex}.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll .fullNew{width:100%}.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll .newBodyInner{flex-direction:row;width:100%;min-height:1px;padding-top:0;padding-right:20px;overflow-y:auto}.confirmTransferPopup.modelCommanUser .modal-footer{min-height:unset}@media screen and (max-width:767px){.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll .newBodyInner{max-height:unset}}@media screen and (max-width:568px){.confirmTransferPopup.modelCommanUser .modal-footer{align-items:stretch;min-height:130px;display:flex}.mobilefooterheight .confirmTransferPopup .modal-footer{min-height:170px!important}.confirmTransferPopup .modal-content .modal-footer #btnSkipTransferRequest{margin-bottom:10px}.confirmTransferPopup.modelCommanUser .modal-footer .btn.btn-default.marginRight0{margin-right:0!important}.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll{margin-bottom:20px}}.confirmTransferPopup.modelCommanUser .modal-content .model-body-scroll #dvTrasDetail{width:100%}.confirmTransferPopup .modelCommanUser .modal-footer .btn-default{margin-right:16px}.confirmTransferPopup .businessList{box-sizing:border-box;border-bottom:1px solid #00000026;justify-content:space-between;align-items:center;width:100%;margin-left:auto;margin-right:auto;padding:16px 0;font-size:15px;font-weight:300;text-decoration:none;display:flex}.confirmTransferPopup .businessList .businessListInner{justify-content:space-between;align-items:center;width:100%;display:flex}.confirmTransferPopup .businessList .businessListInner .businessSub{align-items:center;margin-top:8px;margin-bottom:8px;display:flex}.confirmTransferPopup .businessList .businessListInner .businessSub .business-row-logoComtainer{justify-content:center;width:68px;min-width:68px;height:45px;max-height:45px;margin-right:12px;display:inline-flex;position:relative}.confirmTransferPopup .businessList .businessListInner .businessSub .business-row-logoComtainer .imgHolder{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%}.confirmTransferPopup .businessList .businessListInner .businessSub .business-row-logo{vertical-align:middle;width:68px;max-width:100%;margin-right:12px;display:inline-block}.confirmTransferPopup .businessList .businessListInner .businessSub .business-row-name{font-weight:500}.confirmTransferPopup .businessList .businessListInner .businessSub .text-block{color:#777;margin-right:8px;font-weight:400}.confirmTransferPopup .wrapperTransfer{flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-top:10px;margin-bottom:10px;display:flex}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox{margin-bottom:16px}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox .checkbox-custom-black>label{color:#333;font-size:15px;font-weight:400;line-height:20px}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox span{color:#777;font-size:15px;font-weight:400;line-height:20px}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox .checkbox-custom-black{color:#777;align-items:center;width:100%;margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:8px;font-size:18px;font-weight:300;text-decoration:none;display:flex}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox .checkbox-custom-black input[type=checkbox]+label:before{border:1px solid #0003;border-radius:3px;width:20px;height:20px;margin-right:10px}.confirmTransferPopup .wrapperTransfer .reqTransferCheckBox .checkbox-custom-black input[type=checkbox]:checked+label:before{background-size:12px}.checkbox-custom-black.disable-option{opacity:.9}.confirmTransferPopup .wrapperTransfer .reqTransferDate{justify-content:space-between;max-width:161px;display:flex}.confirmTransferPopup .wrapperTransfer .reqTransferDate span{font-size:16px;font-weight:500;line-height:24px}.confirmTransferPopup .wrapperTransfer #chkTitle{color:#333;font-size:16px;font-weight:600;line-height:24px}.confirmTransferPopup .wrapperTransfer .reqTransferDate #spnTransferDate{color:#333;margin-bottom:20px;font-size:14px;font-weight:400;line-height:20px;display:block}.confirmTransferPopup .wrapperTransfer .reqTransferDate .reqTransferDateWrapper{flex-direction:column;width:100%;display:flex;position:relative}.confirmTransferPopup .wrapperTransfer .reqTransferDate .reqTransferDateWrapper input{color:#333;cursor:pointer;text-align:left;background-color:#fff;border:1px solid #0003;border-radius:3px;justify-content:space-between;align-items:center;width:100%;height:40px;margin-bottom:20px;padding-left:10px;padding-right:10px;display:flex}.confirmTransferPopup .wrapperTransfer .reqTransferDate .reqTransferDateWrapper .calIconPackage{cursor:pointer;position:absolute;top:33px;right:10px}.confirmTransferPopup .wrapperTransfer .datepickerrow{justify-content:space-between;margin:0;display:flex}.confirmTransferPopup .wrapperTransfer .datepickerrow span{width:auto;margin-bottom:4px;font-size:16px;font-weight:500;line-height:24px;display:inline-block}.confirmTransferPopup .wrapperTransfer .datepickerrow div#reqTransferDateWrapper{flex-direction:column;width:50%;display:flex;position:relative}.confirmTransferPopup .wrapperTransfer .datepickerrow .cal-icon{width:auto;top:37px}.confirmTransferPopup .wrapperTransfer .dFlexRequest{width:100%}.confirmTransferPopup .tncAgree .checkbox-custom-black label a{color:#2a90d6;text-decoration:none}.confirmTransferPopup .modal-footer .btn-primary{margin:0;padding:8px 24px}.confirmTransferPopup .modelCommanUser .closebtnv{top:13px;right:10px!important}body .confirmTransferPopup .wrapperTransfer .reqTransferDate .transferDatepicker{background:#fff;width:160px;height:40px;margin-bottom:5px;position:relative}body .confirmTransferPopup .wrapperTransfer .reqTransferDate .transferDatepicker input{z-index:9;background:0 0;width:100%;position:absolute}body .confirmTransferPopup .wrapperTransfer .reqTransferDate .transferDatepicker .calIconPackage{cursor:pointer;z-index:1;position:absolute;top:9px;right:10px}@media screen and (max-width:576px){.confirmTransferPopup .modal-content .modal-footer .btn+.btn{margin-left:0}.transferDataPopup .checkoutType{flex-wrap:wrap;width:100%;max-width:100%}.confirmTransferPopup .model-body-scroll{overflow-y:auto}.modelCommanUser.confirmTransferPopup.approveTransferPopup #divAprroveButtons{flex-flow:column-reverse;width:100%;display:flex}.confirmTransferPopup .modal-footer .btn-primary{margin:0 0 10px}.forModalCenter .confirmTransferPopup .modal-footer{padding:10px 20px!important}.approveTransferPopup .modal-footer .btn-default,#dvNotificationPanelRequestTransferUserControl .approveTransferPopup .modal-footer .btn-default{margin-right:0}.confirmTransferPopup .modal-content .modal-footer .btn{width:100%;max-height:40px}.approveTransferPopup .modal-footer .btn-default{margin-right:0!important}}@media screen and (min-device-width:320px) and (max-device-width:768px) and (orientation:landscape){.approveTransferPopup .modal-footer .btn-default{margin-right:15px}.transferDataPopup .modal-title{margin-bottom:14px}#dvNotificationPanelRequestTransferUserControl .approveTransferPopup .modal-footer .btn-default{margin-right:0}}.forModalCenter.in{z-index:99999;place-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;display:flex!important}.forModalCenter.model-bootstrap-default button.close{text-align:center;color:#777;text-indent:0;font-size:20px;font-weight:400;line-height:18px;z-index:999!important;background:0 0!important;font-family:"Fontawesome pro 300",sans-serif!important;right:15px!important}.modelCommanUser .closebtnv{cursor:pointer;z-index:999;text-indent:0;text-align:center;-webkit-appearance:none;opacity:1;background-color:#0000;background-image:none;border:0;padding:0;font-size:20px;display:block;position:absolute;right:20px;color:#9a9a9a!important;margin:0!important;font-family:fontawesome-5pro-light-300!important}.approveTransferPopup .wrapperTransfer .reqTransferCheckBox .businessLink .fontRight{color:#7cc576;margin-right:11px;font-size:18px;line-height:20px;font-family:"Fontawesome pro solid 900",sans-serif!important}.forModalCenter .confirmTransferPopup .modal-footer{text-align:right;border:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#f8f8f8!important;padding:15px 20px!important}.forModalCenter .confirmTransferPopup .modal-footer .btn{cursor:pointer;box-sizing:border-box;height:40px;transition:background-color .3s;border-radius:3px!important;min-width:100px!important;font-size:16px!important}.approveTransferPopup .modal-footer .btn-default{margin-right:16px}.modelCommanUser .modal-footer .btn-default{margin-right:16px;padding:8px 25px;min-width:100px!important}.confirmTransferPopup.modelCommanUser .modal-footer .btn{max-height:40px}.forModalCenter .approveTransferPopup{max-width:700px;width:calc(100% -20px);display:flex}.confirmTransferPopup{width:calc(100% - 20px);max-width:700px;display:flex}.modelCommanUser{z-index:99999;background:#fff;border-radius:5px;flex-direction:column;align-items:flex-start;max-width:95%;margin-bottom:0;margin-left:auto;margin-right:auto;position:relative;margin-top:0!important}.confirmTransferPopup.modelCommanUser .modal-content{flex-flow:column;flex:2 auto;justify-content:center;width:100%;min-height:1px;display:flex;position:relative}.confirmTransferPopup.modelCommanUser .modal-content .modal-header{min-height:unset;height:auto;margin-bottom:0;font-size:18px}.model-bootstrap-default .modal-header{border-bottom:0;padding:0 16px 0 20px!important}.confirmTransferPopup .modal-title{margin-bottom:5px;font-size:18px;margin-top:0!important}.modelCommanUser .modal-title{color:#333;margin-bottom:5px;font-family:proxima-nova,sans-serif;font-weight:500;line-height:30px;font-size:18px!important}.confirmTransferPopup .modal-header p{margin:0;font-size:14px;line-height:22px}.confirmTransferPopup .model-body-scroll{overflow-y:auto}.confirmTransferPopup .modal-body{height:calc(100% - 120px)}.approveTransferPopup .wrapperTransfer .reqTransferCheckBox .businessLink{color:#777;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:0;margin-bottom:0;padding-top:8px;padding-bottom:0;font-size:18px;font-weight:300;text-decoration:none;display:flex}.approveTransferPopup .wrapperTransfer .reqTransferCheckBox .businessLink .linktxt{color:#333;margin-bottom:0;font-size:15px;font-weight:400}.approveTransferPopup .tncAgree .checkbox-custom-black{border-bottom:1px solid #e7e7e7;margin-bottom:20px;padding-top:8px;padding-bottom:8px;border-color:var(--border_neutral_strong)!important}.confirmTransferPopup .checkbox-custom-black{padding-left:30px}.confirmTransferPopup .checkbox-custom-black input[type=checkbox]{display:none}.confirmTransferPopup .tncAgree .checkbox-custom-black label{color:#333;font-size:14px}.confirmTransferPopup .checkbox-custom-black input[type=checkbox]+label:before{margin-left:-30px}.confirmTransferPopup .checkbox-custom-black input[type=checkbox]:checked+label:before{background-color:#333;background-image:url(https://vagaro.azureedge.net/static-content/Images/signup-check.png);background-position:50%;background-repeat:no-repeat;background-size:14px;background-color:var(--bkg_theme_midnight_default)!important;border-color:var(--border_neutral_strong)!important;outline:0!important}.confirmTransferPopup .checkbox-custom-black input[type=checkbox]+label:before{box-sizing:border-box;content:"";cursor:pointer;float:left;background-color:#fff;border:1px solid #0003;border-radius:3px;width:20px;height:20px;margin-left:-30px;position:relative;overflow:hidden}.confirmTransferPopup .checkbox-custom-black label{color:#333333d9;cursor:pointer;vertical-align:top;word-wrap:break-word;-webkit-user-select:none;user-select:none;box-sizing:initial;margin-bottom:0;font-size:18px;font-weight:300;line-height:20px;display:inline-block}.modelCommanUser .modal-header{padding:10px 15px;border-bottom:0!important;padding-top:20px!important}#confirmTransferModal.forModalCenter.in{z-index:2147483647!important}.matchingService .modal-dialog{flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-width:320px;max-width:900px;height:80%;min-height:1px;display:flex;overflow:hidden;margin:0 auto!important}.matchingService .title-modal{color:#333;margin:0;padding-right:30px;font-size:20px;font-weight:500;line-height:30px}.matchingService .model-header{box-shadow:none;z-index:100;position:relative}.matchingService .modal-body{flex-direction:column;flex:auto;height:auto;min-height:1px;display:flex;padding:10px 0 20px!important}.matchingService .modal-body .titleCase{margin-top:5px;padding:0 20px 20px;display:none}.matchingService .modal-body .ServiceTitle{border-bottom:1px solid #00000026;padding-bottom:5px;position:relative}.matchingService .modal-body .ServiceTitle a{padding-bottom:8px;font-size:15px;text-decoration:none;position:relative;color:#eb6663!important}.matchingService .modal-body .ServiceTitle a:before{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:2px solid #eb6663!important}.matchingService .modal-body .subTitle{color:#777;margin-bottom:10px;font-size:15px;line-height:22px}.matchingService .modal-body .service-list-mappingbox{margin-bottom:20px}.matchingService .modal-body .map-options{flex-flow:column;flex:auto;width:100%;min-height:1px;padding:10px 20px 0;display:flex;overflow-y:auto}.matchingService .modal-body .custom-scrollbar::-webkit-scrollbar{background-color:#d9d9d9;border-radius:7px;width:7px}.matchingService .modal-body .custom-scrollbar::-webkit-scrollbar-thumb{background-color:#7d7e7e;border-radius:7px}.matchingService .modal-body .custom-scrollbar::-webkit-scrollbar-track{border-radius:7px}.matchingService .modal-body .barTitle{color:#686868;background-color:#f3f4f2;border:0;border-radius:5px 5px 0 0;flex-flow:row;justify-content:flex-start;align-items:center;width:100%;margin-bottom:0;padding:6px 15px 5px;font-weight:500;display:flex}.matchingService .modal-body .map-opt-title{color:#686868;box-sizing:border-box;flex-flow:column;width:50%;padding:10px 10px 10px 0;font-weight:500;display:block}.matchingService .modal-body .map-opt-title span{font-weight:700;display:block}.matchingService .modal-body .droupdn{float:left;box-sizing:border-box;cursor:pointer;background-color:#fff;background-position:100%;background-repeat:no-repeat;border:0 solid #cdcdcd;width:100%;height:40px;font-size:15px;line-height:36px;position:relative;overflow:hidden;padding-left:0!important}.matchingService .modal-body .droupdn .selectStyleNew{cursor:pointer;-webkit-appearance:none;appearance:none;border:1px solid #cdcdcd;border-radius:2px;width:100%;height:40px;padding-left:10px;padding-right:30px;font-size:16px;position:relative}.matchingService .modal-body .droupdn .selectStyleNew:focus{border-color:#2a90d6}.matchingService .modal-body .droupdn:after{content:"";color:#333;pointer-events:none;width:20px;font-family:"Fontawesome pro solid 900",sans-serif;font-size:17px;line-height:inherit;text-align:left;position:absolute;top:0;bottom:0;right:2px}.matchingService .modal-body .listGroups{border-bottom:0 solid #00000014;flex-direction:column;flex:auto;min-height:1px;display:flex}.matchingService .modal-body .opstionBar{border-bottom:1px solid #00000014;border-left:1px solid #00000014;border-right:1px solid #00000014;flex-flow:row;width:100%;padding:10px 15px;display:flex}.matchingService .modal-body .opstionBar .map-opt-title{color:#333;flex-flow:column;place-content:center;align-items:flex-start;padding:0;font-size:14px;font-weight:400;display:flex}.matchingService .modal-body .deleteText{color:#777;font-family:inherit;font-size:16px;line-height:22px}.matchingService button.newClose{cursor:pointer;z-index:999;text-indent:0;text-align:center;-webkit-appearance:none;opacity:1;background-color:#0000;background-image:none;border:0;width:54px;height:44px;padding:0;font-size:30px;font-weight:700;line-height:53px;display:block;position:absolute;top:0;right:0;color:#777!important;margin:0!important;font-family:"Fontawesome pro 300"!important}.matchingService button.newClose:hover{color:#333!important}.matchingService .modal-footer{box-shadow:none;z-index:100;position:relative;background-color:#f8f8f8!important}.matchingService .modal-footer .btn+.btn{justify-content:center;margin-bottom:0;display:inline-flex;border-radius:3px!important;margin-left:12px!important}.matchingService .modal-footer .btn{min-width:100px;border-radius:3px!important;padding:10px 24px!important}.matchingService .modal-footer .btn-default{color:#333;background:#fff;border:1px solid #e7e7e7}.matchingService .modal-footer .btn-default:hover{border:1px solid #333}.matchingService .modal-content{flex-flow:column;flex:0 auto;justify-content:center;width:90%;min-height:1px;display:flex}.matchingService .body-inner{flex-direction:column;flex:auto;min-height:1px;display:flex;overflow-y:auto}.matchingService.in{justify-content:center;align-items:center;display:flex!important}.matchingService.modal-bootstrapcommon .modal-header{min-height:46px!important;padding-top:15px!important}.matchingService.modal-bootstrapcommon .modal-body .map-options{padding-top:5px!important}.serviceMatchingbody .modal-bootstrapcommon.fade{opacity:0;transition:opacity .15s linear}.serviceMatchingbody .modal-bootstrapcommon.fade.in{opacity:1}.serviceMatchingbody .modal-bootstrapcommon button.close{cursor:pointer;z-index:999;text-indent:0;text-align:center;-webkit-appearance:none;opacity:1;background-color:#0000;background-image:none;border:0;width:54px;height:44px;padding:0;font-size:20px;font-weight:300;line-height:53px;display:block;position:absolute;top:0;right:0;color:#9a9a9a!important;margin:0!important;font-family:"Fontawesome pro 300"!important}.serviceMatchingbody .modal-bootstrapcommon,.modal-bootstrapcommon *{box-sizing:border-box}.serviceMatchingbody .modal-bootstrapcommon button.close:hover{opacity:1;color:#333!important}.serviceMatchingbody .modal-bootstrapcommon.modal{z-index:99991;-webkit-overflow-scrolling:touch;outline:0;width:100%;display:none;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.serviceMatchingbody .modal-bootstrapcommon.modal:before{content:none;display:none}.serviceMatchingbody.modal-open .modal-bootstrapcommon.modal{background-color:#0000}.serviceMatchingbody .modal-bootstrapcommon.modal.fade .modal-dialog{transition:transform .1s ease-out;transform:translateY(50px)}.serviceMatchingbody .modal-bootstrapcommon.modal.in .modal-dialog{transform:translate(0)}.serviceMatchingbody.modal-open .modal-bootstrapcommon.modal{overflow-x:hidden;overflow-y:auto}.serviceMatchingbody .modal-bootstrapcommon .modal-dialog{width:auto;margin:10px;position:relative}.serviceMatchingbody .modal-bootstrapcommon .modal-content{color:#333;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:5px;outline:0;font-size:15px;font-weight:400;line-height:22px;position:relative;box-shadow:0 1px 12px #00000026}.serviceMatchingbody .modal-backdrop{z-index:9999;background-color:#000;position:absolute;top:0;bottom:0;left:0;right:0;height:100%!important}.serviceMatchingbody .modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.serviceMatchingbody .modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.serviceMatchingbody .modal-bootstrapcommon .modal-header{background:0 0;border:0;min-height:16.4286px;padding:15px 20px 0}.serviceMatchingbody .modal-bootstrapcommon .modal-title{color:#333;margin:0;font-size:20px;font-weight:500;line-height:30px}.serviceMatchingbody .modal-bootstrapcommon .modal-body{color:#333;padding:10px 20px 20px;position:relative}.serviceMatchingbody .modal-bootstrapcommon .popupWrapper .popupContent{color:#333}.serviceMatchingbody .modal-bootstrapcommon .modal-footer{text-align:right;background-color:#f8f8f8;border-radius:0 0 5px 5px;padding:10px 20px}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn{color:#fff;text-align:center;-webkit-appearance:none;cursor:pointer;border:1px solid #0000;border-radius:3px;outline:0;min-width:100px;min-height:40px;padding:9px 10px;font-size:16px;font-weight:400;line-height:20px}.serviceMatchingbody button::-moz-focus-inner{border:0}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn.btn-primary{transition:background-color .3s;background-color:#7cc576!important}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn.btn-primary:hover{background-color:#5c9557!important}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn.btn-default{color:#777;background-color:#fff;border-color:#cdcdcd;transition:border .2s}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn.btn-default:hover{color:#333!important;border-color:#333!important}.serviceMatchingbody .modal-bootstrapcommon .modal-footer .btn+.btn{margin-bottom:0;margin-left:16px}.serviceMatchingbody.approveTransfer .modal-backdrop{visibility:visible!important;z-index:999!important}.serviceMatchingbody .modal-dialog{z-index:999999!important}.serviceMatchingbody #divPrintDailyPlan{z-index:9999!important}.serviceMatchingbody .modal-footer{min-height:unset!important}@media screen and (max-width:767px),screen and (max-width:823px) and (max-height:425px) and (orientation:landscape){.matchingService .modal-body .map-options{overflow-y:initial}.matchingService.modal-bootstrapcommon .modal-body{overflow-y:auto}.matchingService .modal-content .modal-header{min-height:auto}}@media screen and (max-width:991px){.matchingService.in{z-index:999999999}}