monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
1 lines • 94.8 kB
CSS
.monday-loader-component{position:relative;height:100%;width:100%}.monday-loader-component .circle-loader-spinner{-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;position:absolute;top:50%;left:50%;margin-top:-50%;margin-left:-50%}.monday-loader-component .circle-loader-spinner .circle-loader-spinner-path{stroke:currentColor;stroke-linecap:round;-webkit-animation:dash 1s infinite;animation:dash 1s infinite}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.search_component_wrapper input[type=search]::-webkit-search-cancel-button,.search_component_wrapper input[type=search]::-webkit-search-decoration,.search_component_wrapper input[type=search]::-webkit-search-results-button,.search_component_wrapper input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.search_component_wrapper:focus-within .search-focus-element-first{-webkit-animation:dash-forward 5s linear forwards;animation:dash-forward 5s linear forwards}.search_component_wrapper:focus-within .search-focus-element-second{-webkit-animation:dash-backwards 5s linear forwards;animation:dash-backwards 5s linear forwards}.search_component.search_component--round{border-radius:50px!important}@-webkit-keyframes dash-forward{to{stroke-dashoffset:0}}@keyframes dash-forward{to{stroke-dashoffset:0}}@-webkit-keyframes dash-backwards{to{stroke-dashoffset:2000}}@keyframes dash-backwards{to{stroke-dashoffset:2000}}.input-component{position:relative;font-family:Roboto,sans-serif;width:100%}.input-component,.input-component *{-webkit-box-sizing:border-box;box-sizing:border-box}.input-component .input-component__label--wrapper{width:100%}.input-component.input-component--disabled .input-component__input-wrapper{cursor:not-allowed}.input-component.input-component--disabled .input-component__input-wrapper .input-component__input{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;pointer-events:none;background-color:#e6e9ef;background-color:var(--disabled-background-color);cursor:not-allowed}.input-component.input-component--disabled .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:hover{background-color:rgba(0,0,0,0)}.input-component.input-component--disabled .input-component__input-wrapper .input-component__icon{cursor:not-allowed}.input-component .input-component__input-wrapper{width:100%;position:relative}.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input,.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input:active,.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input:focus,.input-component .input-component__input-wrapper.input-component__input--error-validation:hover .input-component__input{border-color:#e44258;border-color:var(--negative-color)}.input-component .input-component__input-wrapper.input-component__input--error-validation+.input-component__sub-text-container .input-component__sub-text-container-status,.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__icon--container .input-component__icon,.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__icon--container .input-component__icon:hover{color:#e44258;color:var(--negative-color)}.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input,.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input:active,.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input:focus,.input-component .input-component__input-wrapper.input-component__input--success-validation:hover .input-component__input{border-color:#00ca72;border-color:var(--positive-color)}.input-component .input-component__input-wrapper.input-component__input--success-validation+.input-component__sub-text-container .input-component__sub-text-container-status,.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__icon--container .input-component__icon,.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__icon--container .input-component__icon:hover{color:#00ca72;color:var(--positive-color)}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small{height:32px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small .input-component__input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small .input-component__input.input-component__input--has-icon.input-component__input--only-underline{padding-left:4px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium{height:40px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input.input-component__input--has-icon{padding:8px 32px 8px 16px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input.input-component__input--has-icon.input-component__input--only-underline{padding-left:4px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__icon--container{pointer-events:none;height:32px;width:32px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__icon--container .input-component__icon{font-size:16px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large{height:48px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input.input-component__input--has-icon{padding:8px 32px 8px 16px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input.input-component__input--has-icon.input-component__input--only-underline{padding-left:4px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__icon--container{height:40px;width:40px}.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__icon--container .input-component__icon{font-size:16px}.input-component .input-component__input-wrapper .input-component__icon--container:hover+.input-component__icon--container+.input-component__input,.input-component .input-component__input-wrapper:hover .input-component__input{border-color:#323338;border-color:var(--primary-text-color)}.input-component .input-component__input-wrapper .input-component__input{width:100%;height:100%;outline:0;background-color:rgba(0,0,0,0);border:1px solid #e6e9ef;border-color:var(--ui-border-color);border-radius:4px;-webkit-transition:border-color .1s ease-in;-o-transition:border-color .1s ease-in;transition:border-color .1s ease-in;padding:8px 16px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;color:#323338;color:var(--primary-text-color)}.input-component .input-component__input-wrapper .input-component__input.input-component__input--hover{border-color:#323338;border-color:var(--primary-text-color)}.input-component .input-component__input-wrapper .input-component__input.input-component__input--active,.input-component .input-component__input-wrapper .input-component__input:active,.input-component .input-component__input-wrapper .input-component__input:focus{border-color:#0085ff;border-color:var(--primary-color)}.input-component .input-component__input-wrapper .input-component__input::-webkit-input-placeholder{color:#323338;color:var(--secondary-text-color);font-weight:400}.input-component .input-component__input-wrapper .input-component__input::-moz-placeholder{color:#323338;color:var(--secondary-text-color);font-weight:400}.input-component .input-component__input-wrapper .input-component__input:-ms-input-placeholder{color:#323338;color:var(--secondary-text-color);font-weight:400}.input-component .input-component__input-wrapper .input-component__input::-ms-input-placeholder{color:#323338;color:var(--secondary-text-color);font-weight:400}.input-component .input-component__input-wrapper .input-component__input::placeholder{color:#323338;color:var(--secondary-text-color);font-weight:400}.input-component .input-component__input-wrapper .input-component__input.input-component__input--has-icon{padding:8px 24px 8px 16px}.input-component .input-component__input-wrapper .input-component__input.input-component__input--round{border-radius:50px}.input-component .input-component__input-wrapper .input-component__input.input-component__input--square{border-radius:0}.input-component .input-component__input-wrapper .input-component__input.input-component__input--only-underline{border-left:none;border-right:none;border-top:none;padding:8px 24px 8px 4px;border-radius:0!important}.input-component .input-component__input-wrapper .input-component__icon--container{position:absolute;top:50%;right:4px;width:24px;height:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px;opacity:0;pointer-events:none}.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active{opacity:1}.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active.input-component__icon--container-has-icon{pointer-events:all;cursor:pointer}.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active .input-component__icon{opacity:1;pointer-events:all;-webkit-transform:rotate(0) scale(1);-ms-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:focus-within,.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:hover{background-color:#c5c7d0;background-color:var(--primary-background-hover-color)}.input-component .input-component__input-wrapper .input-component__icon--container .input-component__icon{-webkit-transform:rotate(90deg) scale(.8);-ms-transform:rotate(90deg) scale(.8);transform:rotate(90deg) scale(.8);color:#676879;color:var(--icon-color);will-change:transform;pointer-events:none;-webkit-transition:color .1s cubic-bezier(0,0,.35,1),-webkit-transform .1s cubic-bezier(0,0,.35,1);transition:color .1s cubic-bezier(0,0,.35,1),-webkit-transform .1s cubic-bezier(0,0,.35,1);-o-transition:color .1s cubic-bezier(0,0,.35,1),transform .1s cubic-bezier(0,0,.35,1);transition:color .1s cubic-bezier(0,0,.35,1),transform .1s cubic-bezier(0,0,.35,1);transition:color .1s cubic-bezier(0,0,.35,1),transform .1s cubic-bezier(0,0,.35,1),-webkit-transform .1s cubic-bezier(0,0,.35,1);font-size:14px}.input-component .input-component__sub-text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px;color:#323338;color:var(--secondary-text-color)}.input-component .input-component__sub-text-container .input-component__sub-text-container-counter{margin-left:auto}.icon_component{position:relative}.icon_component:before{text-decoration:none!important}.icon_component--no-focus-style:focus{outline:none}.icon_component--clickable{cursor:pointer}.label-component--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.label-component--wrapper .label-component--icon{margin:0 8px 0 4px;line-height:24px;font-size:14px;color:#676879;color:var(--icon-color)}.label-component--wrapper .label-component--text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#323338;color:var(--primary-text-color)}.monday-style-dialog-content-wrapper{outline:0}.monday-style-animation-opacity-slide-appear{opacity:0}.monday-style-animation-opacity-slide-appear.top{-webkit-transform:translateY(16px);-ms-transform:translateY(16px);transform:translateY(16px)}.monday-style-animation-opacity-slide-appear.right{-webkit-transform:translateX(-16px);-ms-transform:translateX(-16px);transform:translateX(-16px)}.monday-style-animation-opacity-slide-appear.bottom{-webkit-transform:translateY(-16px);-ms-transform:translateY(-16px);transform:translateY(-16px)}.monday-style-animation-opacity-slide-appear.left{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.monday-style-animation-opacity-slide-appear-active{-webkit-transition:opacity .2s ease,-webkit-transform .2s ease-out;transition:opacity .2s ease,-webkit-transform .2s ease-out;-o-transition:opacity .2s ease,transform .2s ease-out;transition:opacity .2s ease,transform .2s ease-out;transition:opacity .2s ease,transform .2s ease-out,-webkit-transform .2s ease-out;opacity:1;pointer-events:none}.monday-style-animation-opacity-slide-appear-active.bottom,.monday-style-animation-opacity-slide-appear-active.top{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.monday-style-animation-opacity-slide-appear-active.left,.monday-style-animation-opacity-slide-appear-active.right{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.monday-style-animation-expand-appear,.monday-style-animation-expand-exit{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.35,1);transition:-webkit-transform .1s cubic-bezier(0,0,.35,1);-o-transition:transform .1s cubic-bezier(0,0,.35,1);transition:transform .1s cubic-bezier(0,0,.35,1);transition:transform .1s cubic-bezier(0,0,.35,1),-webkit-transform .1s cubic-bezier(0,0,.35,1)}.monday-style-animation-expand-appear.top,.monday-style-animation-expand-appear.top-end,.monday-style-animation-expand-appear.top-start,.monday-style-animation-expand-exit.top,.monday-style-animation-expand-exit.top-end,.monday-style-animation-expand-exit.top-start{-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.monday-style-animation-expand-appear.top-end.edge-bottom,.monday-style-animation-expand-appear.top-start.edge-bottom,.monday-style-animation-expand-appear.top.edge-bottom,.monday-style-animation-expand-exit.top-end.edge-bottom,.monday-style-animation-expand-exit.top-start.edge-bottom,.monday-style-animation-expand-exit.top.edge-bottom{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.monday-style-animation-expand-appear.top-end.edge-top,.monday-style-animation-expand-appear.top-start.edge-top,.monday-style-animation-expand-appear.top.edge-top,.monday-style-animation-expand-exit.top-end.edge-top,.monday-style-animation-expand-exit.top-start.edge-top,.monday-style-animation-expand-exit.top.edge-top{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.monday-style-animation-expand-appear.right,.monday-style-animation-expand-appear.right-end,.monday-style-animation-expand-appear.right-start,.monday-style-animation-expand-exit.right,.monday-style-animation-expand-exit.right-end,.monday-style-animation-expand-exit.right-start{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.monday-style-animation-expand-appear.right-end.edge-bottom,.monday-style-animation-expand-appear.right-start.edge-bottom,.monday-style-animation-expand-appear.right.edge-bottom,.monday-style-animation-expand-exit.right-end.edge-bottom,.monday-style-animation-expand-exit.right-start.edge-bottom,.monday-style-animation-expand-exit.right.edge-bottom{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.monday-style-animation-expand-appear.right-end.edge-top,.monday-style-animation-expand-appear.right-start.edge-top,.monday-style-animation-expand-appear.right.edge-top,.monday-style-animation-expand-exit.right-end.edge-top,.monday-style-animation-expand-exit.right-start.edge-top,.monday-style-animation-expand-exit.right.edge-top{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left}.monday-style-animation-expand-appear.bottom,.monday-style-animation-expand-appear.bottom-end,.monday-style-animation-expand-appear.bottom-start,.monday-style-animation-expand-exit.bottom,.monday-style-animation-expand-exit.bottom-end,.monday-style-animation-expand-exit.bottom-start{-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.monday-style-animation-expand-appear.bottom-end.edge-bottom,.monday-style-animation-expand-appear.bottom-start.edge-bottom,.monday-style-animation-expand-appear.bottom.edge-bottom,.monday-style-animation-expand-exit.bottom-end.edge-bottom,.monday-style-animation-expand-exit.bottom-start.edge-bottom,.monday-style-animation-expand-exit.bottom.edge-bottom{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.monday-style-animation-expand-appear.bottom-end.edge-top,.monday-style-animation-expand-appear.bottom-start.edge-top,.monday-style-animation-expand-appear.bottom.edge-top,.monday-style-animation-expand-exit.bottom-end.edge-top,.monday-style-animation-expand-exit.bottom-start.edge-top,.monday-style-animation-expand-exit.bottom.edge-top{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right}.monday-style-animation-expand-appear.left,.monday-style-animation-expand-appear.left-end,.monday-style-animation-expand-appear.left-start,.monday-style-animation-expand-exit.left,.monday-style-animation-expand-exit.left-end,.monday-style-animation-expand-exit.left-start{-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.monday-style-animation-expand-appear.left-end.edge-bottom,.monday-style-animation-expand-appear.left-start.edge-bottom,.monday-style-animation-expand-appear.left.edge-bottom,.monday-style-animation-expand-exit.left-end.edge-bottom,.monday-style-animation-expand-exit.left-start.edge-bottom,.monday-style-animation-expand-exit.left.edge-bottom{-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right}.monday-style-animation-expand-appear.left-end.edge-top,.monday-style-animation-expand-appear.left-start.edge-top,.monday-style-animation-expand-appear.left.edge-top,.monday-style-animation-expand-exit.left-end.edge-top,.monday-style-animation-expand-exit.left-start.edge-top,.monday-style-animation-expand-exit.left.edge-top{-webkit-transform-origin:bottom right;-ms-transform-origin:bottom right;transform-origin:bottom right}.monday-style-animation-expand-appear-active,.monday-style-animation-expand-exit{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.35,1);transition:-webkit-transform .1s cubic-bezier(0,0,.35,1);-o-transition:transform .1s cubic-bezier(0,0,.35,1);transition:transform .1s cubic-bezier(0,0,.35,1);transition:transform .1s cubic-bezier(0,0,.35,1),-webkit-transform .1s cubic-bezier(0,0,.35,1)}.monday-style-animation-expand-appear-active{pointer-events:none}.monday-style-animation-expand-appear-active.bottom,.monday-style-animation-expand-appear-active.bottom-end,.monday-style-animation-expand-appear-active.bottom-start,.monday-style-animation-expand-appear-active.left,.monday-style-animation-expand-appear-active.left-end,.monday-style-animation-expand-appear-active.left-start,.monday-style-animation-expand-appear-active.right,.monday-style-animation-expand-appear-active.right-end,.monday-style-animation-expand-appear-active.right-start,.monday-style-animation-expand-appear-active.top,.monday-style-animation-expand-appear-active.top-end,.monday-style-animation-expand-appear-active.top-start{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dialog-node{position:absolute;top:0;height:0;z-index:100000}.monday-style-tooltip{position:relative;display:inline-block;border-radius:4px;padding:8px 16px;-webkit-box-shadow:0 6px 20px -2px rgba(0,0,0,.2);box-shadow:0 6px 20px -2px rgba(0,0,0,.2);-webkit-box-shadow:0 6px 20px -2px rgba(var(--theme-box-shadow),.2);box-shadow:0 6px 20px -2px rgba(var(--theme-box-shadow),.2);max-width:50vw;word-break:break-word}.monday-style-tooltip,.monday-style-tooltip.padding-size-md{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px}.monday-style-tooltip.padding-size-md{border-radius:8px;padding:16px}.monday-style-tooltip a.tooltip-white-link{color:#fff}.monday-style-arrow-dark,.monday-style-tooltip-dark{background-color:#323338;background-color:var(--inverted-color-background);color:#fff;color:var(--text-color-on-inverted)}.monday-style-arrow-white,.monday-style-tooltip-white{background-color:#fff;color:#333;-webkit-box-shadow:0 6px 20px -2px rgba(0,0,0,.2);box-shadow:0 6px 20px -2px rgba(0,0,0,.2);border:1px solid #f1f1f1}.monday-style-arrow-primary,.monday-style-tooltip-primary{background-color:#0085ff;background-color:var(--primary-color);color:#fff;color:var(--text-color-on-primary)}.monday-style-arrow-success,.monday-style-tooltip-success{background-color:#00ca72;background-color:var(--positive-color);color:#fff;color:var(--text-color-on-primary)}.monday-style-arrow-surface,.monday-style-tooltip-surface{background-color:#5b607a;color:#fff}.monday-style-arrow-private,.monday-style-tooltip-private{background-color:#f65f7c;background-color:var(--private-color);color:#fff;color:var(--text-color-on-primary)}.monday-style-arrow-share,.monday-style-tooltip-share{background-color:#a358df;background-color:var(--color-purple);color:#fff;color:var(--text-color-on-primary)}.monday-style-arrow-error,.monday-style-tooltip-error{background-color:#e44258;background-color:var(--negative-color);color:#fff;color:var(--text-color-on-primary)}.monday-style-arrow{width:12px;height:12px;position:absolute;border-radius:2px}.monday-style-tooltip-arrow[data-placement*=bottom]{top:1px}.monday-style-tooltip-arrow[data-placement*=top]{bottom:1px}.monday-style-tooltip-arrow[data-placement*=left]{right:1px}.monday-style-tooltip-arrow[data-placement*=right]{left:1px}.monday-style-dialog-content-component{padding:6px}.monday-style-dialog-content-component:focus{outline:none}.monday-style-button{--loader-padding:8px;outline:none;border:none;height:auto;font-family:Roboto,sans-serif;border-radius:4px;cursor:pointer;white-space:nowrap;-webkit-transition:min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms;transition:min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms;-o-transition:50ms transform,.1s cubic-bezier(0,0,.35,1) min-width;transition:transform 50ms,min-width .1s cubic-bezier(0,0,.35,1);transition:transform 50ms,min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;--element-width:32;--element-height:32;min-width:var(--element-width)}.monday-style-button--margin-right{margin-right:8px}.monday-style-button--margin-left{margin-left:8px}.monday-style-button--right-flat{border-top-right-radius:0;border-bottom-right-radius:0}.monday-style-button--left-flat{border-top-left-radius:0;border-bottom-left-radius:0}.monday-style-button.monday-style-button--loading{min-width:0;width:var(--element-height);height:var(--element-height);position:relative}.monday-style-button .monday-style-button__loader{position:absolute;left:var(--loader-padding);top:var(--loader-padding)}.monday-style-button .monday-style-button__loader,.monday-style-button .monday-style-button__loader .monday-style-button-loader-svg{width:calc(var(--element-height) - var(--loader-padding)*2);height:calc(var(--element-height) - var(--loader-padding)*2)}.monday-style-button:active:not(.monday-style-button--prevent-click-animation){-webkit-transform:scale(.95) translateZ(0);transform:scale(.95) translateZ(0)}.monday-style-button .monday-style-button--left-icon{padding-right:8px}.monday-style-button .monday-style-button--right-icon{padding-left:8px}.monday-style-button--size-sm{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px;padding:4px 8px;min-height:32px;line-height:24px}.monday-style-button--size-sm .monday-style-button__loader{top:7px}.monday-style-button--size-md{padding:8px 16px;min-height:40px}.monday-style-button--size-lg,.monday-style-button--size-md{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px}.monday-style-button--size-lg{padding:12px 24px;min-height:48px}.monday-style-button--kind-primary{color:#fff;color:var(--text-color-on-primary)}.monday-style-button--kind-primary.monday-style-button--color-primary{background-color:#0085ff;background-color:var(--primary-color)}.monday-style-button--kind-primary.monday-style-button--color-primary-active,.monday-style-button--kind-primary.monday-style-button--color-primary:focus,.monday-style-button--kind-primary.monday-style-button--color-primary:hover{background-color:#0071d9;background-color:var(--primary-hover-color)}.monday-style-button--kind-primary.monday-style-button--color-positive{background-color:#00ca72;background-color:var(--positive-color)}.monday-style-button--kind-primary.monday-style-button--color-positive-active,.monday-style-button--kind-primary.monday-style-button--color-positive:focus,.monday-style-button--kind-primary.monday-style-button--color-positive:hover{background-color:#00a25b;background-color:var(--positive-color-hover)}.monday-style-button--kind-primary.monday-style-button--color-negative{background-color:#e44258;background-color:var(--negative-color)}.monday-style-button--kind-primary.monday-style-button--color-negative-active,.monday-style-button--kind-primary.monday-style-button--color-negative:focus,.monday-style-button--kind-primary.monday-style-button--color-negative:hover{background-color:#b63546;background-color:var(--negative-color-hover)}.monday-style-button--kind-primary.monday-style-button--color-on-primary-color{background-color:#fff;background-color:var(--text-color-on-primary)}.monday-style-button--kind-primary.monday-style-button--color-on-primary-color-active,.monday-style-button--kind-primary.monday-style-button--color-on-primary-color:focus,.monday-style-button--kind-primary.monday-style-button--color-on-primary-color:hover{background-color:#e6e9ef;-webkit-backdrop-filter:brightness(85%);backdrop-filter:brightness(85%)}.monday-style-button--kind-primary.monday-style-button:disabled{background-color:#e6e9ef;background-color:var(--disabled-background-color);color:#676879;color:var(--disabled-text-color);cursor:not-allowed;pointer-events:none}.monday-style-button--kind-secondary{border:1px solid #e6e9ef;border-color:var(--ui-border-color);color:#323338;color:var(--primary-text-color);background-color:rgba(0,0,0,0)}.monday-style-button--kind-secondary.monday-style-button--size-lg,.monday-style-button--kind-secondary.monday-style-button--size-md,.monday-style-button--kind-secondary.monday-style-button--size-sm{line-height:22px}.monday-style-button--kind-secondary.monday-style-button--color-primary-active,.monday-style-button--kind-secondary.monday-style-button--color-primary:focus,.monday-style-button--kind-secondary.monday-style-button--color-primary:hover{background-color:#c5c7d0;background-color:var(--primary-background-hover-color)}.monday-style-button--kind-secondary.monday-style-button--color-positive{color:#00ca72;color:var(--positive-color);border-color:#00ca72;border-color:var(--positive-color)}.monday-style-button--kind-secondary.monday-style-button--color-positive-active,.monday-style-button--kind-secondary.monday-style-button--color-positive:focus,.monday-style-button--kind-secondary.monday-style-button--color-positive:hover{background-color:var(--positive-color-selected)}.monday-style-button--kind-secondary.monday-style-button--color-negative{color:#e44258;color:var(--negative-color);border-color:#e44258;border-color:var(--negative-color)}.monday-style-button--kind-secondary.monday-style-button--color-negative-active,.monday-style-button--kind-secondary.monday-style-button--color-negative:focus,.monday-style-button--kind-secondary.monday-style-button--color-negative:hover{background-color:#b63546;background-color:var(--negative-color-selected)}.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color{color:#fff;color:var(--text-color-on-primary);border-color:#fff;border-color:var(--text-color-on-primary)}.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color-active,.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color:focus,.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color:hover{-webkit-backdrop-filter:brightness(85%);backdrop-filter:brightness(85%)}.monday-style-button--kind-secondary:disabled{border-color:#e6e9ef;border-color:var(--disabled-background-color);color:#676879;color:var(--disabled-text-color);cursor:not-allowed;pointer-events:none}.monday-style-button--kind-secondary:disabled:hover{background-color:rgba(0,0,0,0)}.monday-style-button--kind-tertiary{color:#323338;color:var(--primary-text-color);background-color:rgba(0,0,0,0)}.monday-style-button--kind-tertiary.monday-style-button--color-primary-active,.monday-style-button--kind-tertiary.monday-style-button--color-primary:focus,.monday-style-button--kind-tertiary.monday-style-button--color-primary:hover{background-color:#c5c7d0;background-color:var(--primary-background-hover-color)}.monday-style-button--kind-tertiary.monday-style-button--color-positive{color:#00ca72;color:var(--positive-color)}.monday-style-button--kind-tertiary.monday-style-button--color-positive-active,.monday-style-button--kind-tertiary.monday-style-button--color-positive:focus,.monday-style-button--kind-tertiary.monday-style-button--color-positive:hover{background-color:var(--positive-color-selected)}.monday-style-button--kind-tertiary.monday-style-button--color-negative{color:#e44258;color:var(--negative-color)}.monday-style-button--kind-tertiary.monday-style-button--color-negative-active,.monday-style-button--kind-tertiary.monday-style-button--color-negative:focus,.monday-style-button--kind-tertiary.monday-style-button--color-negative:hover{background-color:#b63546;background-color:var(--negative-color-selected)}.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color{color:#fff;color:var(--text-color-on-primary)}.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color-active,.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color:focus,.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color:hover{-webkit-backdrop-filter:brightness(85%);backdrop-filter:brightness(85%)}.monday-style-button--kind-tertiary:disabled{color:#676879;color:var(--disabled-text-color);cursor:not-allowed;pointer-events:none}.monday-style-button--kind-tertiary:disabled:hover{background-color:rgba(0,0,0,0)}.monday-style-button--no-side-padding{padding-right:0;padding-left:0}.formatted-number-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;width:100%}.formatted-number-component__prefix,.formatted-number-component__suffix{white-space:pre}.linear-progress-bar--wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;font-family:Roboto,sans-serif;font-size:14px;color:#323338;color:var(--secondary-text-color)}.linear-progress-bar--wrapper .linear-progress-bar__label{padding-left:4px}.linear-progress-bar--wrapper__large{height:8px;line-height:8px}.linear-progress-bar--wrapper__small{height:4px;line-height:4px}.linear-progress-bar--wrapper .linear-progress-bar__container{position:relative;width:100%;background-color:#e6e9ef;background-color:var(--color-ui_grey);border-radius:4px}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary{left:0;height:100%;position:absolute;border-radius:4px}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--animate,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--animate{-webkit-transition:width .1s cubic-bezier(0,0,.35,1);-o-transition:width .1s cubic-bezier(0,0,.35,1);transition:width .1s cubic-bezier(0,0,.35,1)}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--primary,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--primary{background-color:#0085ff;background-color:var(--primary-color)}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--secondary,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--secondary{background-color:#323338;background-color:var(--color-mud_black)}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--positive,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--positive{background-color:#00ca72;background-color:var(--positive-color)}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--negative,.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--negative{background-color:#e44258;background-color:var(--negative-color)}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary{opacity:.5}.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--positive{opacity:.3}.monday-style-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:400;font-weight:400;line-height:24px;color:#1f76c2;color:var(--link-color);text-decoration:none;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb}.monday-style-link:focus-visible{outline-color:#1f76c2;outline-color:var(--link-color)}.monday-style-link:hover .monday-style-link--text{text-decoration:underline}.monday-style-link--icon-start{line-height:24px;margin-right:8px}.monday-style-link--icon-end{line-height:24px;margin-left:8px}@supports ((-webkit-margin-start:initial) or (margin-inline-start:initial)){.monday-style-link--icon-start{line-height:24px;margin-right:0;-webkit-margin-end:8px;margin-inline-end:8px}.monday-style-link--icon-end{line-height:24px;margin-left:0;-webkit-margin-start:8px;margin-inline-start:8px}}.monday-style-menu:focus{outline:none}.monday-style-menu--small{width:200px}.monday-style-menu--medium{width:220px}.monday-style-menu--large{width:240px}.dialog-content-container:focus{outline:none}.dialog-content-container--small{padding:8px}.dialog-content-container--medium{padding:16px}.dialog-content-container--large{padding:24px}.dialog-content-container--popover{-webkit-box-shadow:0 6px 20px -2px rgba(0,0,0,.2);box-shadow:0 6px 20px -2px rgba(0,0,0,.2);-webkit-box-shadow:0 6px 20px -2px rgba(var(--theme-box-shadow),.2);box-shadow:0 6px 20px -2px rgba(var(--theme-box-shadow),.2);border-radius:8px;background-color:#fff;background-color:var(--dialog-background-color)}.dialog-content-container--modal{-webkit-box-shadow:0 15px 50px -10px rgba(0,0,0,.3);box-shadow:0 15px 50px -10px rgba(0,0,0,.3);-webkit-box-shadow:0 15px 50px -10px rgba(var(--theme-box-shadow),.3);box-shadow:0 15px 50px -10px rgba(var(--theme-box-shadow),.3);border-radius:16px;background-color:#fff;background-color:var(--modal-background-color)}.monday-style-menu-item{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:4px 8px;color:#323338;color:var(--primary-text-color);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monday-style-menu-item .monday-style-menu-item__icon-wrapper{margin-right:8px}.monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper{margin-left:4px}.monday-style-menu-item .monday-style-menu-item__icon-wrapper,.monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monday-style-menu-item .monday-style-menu-item__icon-wrapper .monday-style-menu-item__icon,.monday-style-menu-item .monday-style-menu-item__icon-wrapper .monday-style-menu-item__sub_menu_icon,.monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper .monday-style-menu-item__icon,.monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper .monday-style-menu-item__sub_menu_icon{color:#676879;color:var(--icon-color)}.monday-style-menu-item.monday-style-menu-item--disabled,.monday-style-menu-item.monday-style-menu-item--disabled .monday-style-menu-item__icon,.monday-style-menu-item.monday-style-menu-item--disabled .monday-style-menu-item__sub_menu_icon{cursor:not-allowed;color:#676879;color:var(--disabled-text-color)}.monday-style-menu-item:not(.monday-style-menu-item--disabled).monday-style-menu-item--focused{background-color:#c5c7d0;background-color:var(--primary-background-hover-color);border-radius:4px}.monday-style-menu-item .monday-style-menu-item__title{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.monday-style-menu-item .monday-style-menu-item__label{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:12px;font-weight:400;color:#323338;color:var(--secondary-text-color);line-height:18px}.monday-style-divider{background-color:#e6e9ef;background-color:var(--ui-border-color)}.monday-style-divider--horizontal{height:1px;width:100%;margin:4px 0}.monday-style-divider--vertical{height:100%;width:1px;margin:0 4px}.monday-style-menu-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:22px}.monday-style-menu-title .monday-style-menu-title__caption{color:#676879;color:var(--icon-color)}.monday-style-menu-title .monday-style-menu-title__caption--center{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:4px 0}.monday-style-menu-title .monday-style-menu-title__caption--bottom,.monday-style-menu-title .monday-style-menu-title__caption--top{padding-left:8px}.monday-style-menu-title .monday-style-menu-title__caption--bottom{padding-bottom:4px}.monday-style-menu-title .monday-style-menu-title__caption--center:after,.monday-style-menu-title .monday-style-menu-title__caption--center:before{content:"";-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:#e6e9ef;background-color:var(--ui-border-color);height:1px;font-size:0;line-height:0;margin:0 8px}.monday-style-menu-title .monday-style-menu-title__divider{height:1px;width:100%;margin:4px 0;background-color:#e6e9ef;background-color:var(--ui-border-color)}.monday-style-radio-button-component{display:grid;grid-template-columns:1.5em auto;grid-gap:.5em;cursor:pointer}.monday-style-radio-button-component__radio-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.monday-style-radio-button-component__radio-input-container__radio-input{opacity:0;width:0;height:0;margin:0}.monday-style-radio-button-component__radio-input-container__radio-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1em;height:1em;border:.1em solid #e6e9ef;border-color:var(--ui-border-color);border-radius:50%;-webkit-transition:border-width .1s cubic-bezier(0,0,.35,1);-o-transition:border-width .1s cubic-bezier(0,0,.35,1);transition:border-width .1s cubic-bezier(0,0,.35,1)}input:checked+.monday-style-radio-button-component__radio-input-container__radio-control{-webkit-animation-name:radio-checked-animation;animation-name:radio-checked-animation;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-timing-function:cubic-bezier(0,0,.35,1);animation-timing-function:cubic-bezier(0,0,.35,1);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;border-color:#0085ff;border-color:var(--primary-color);border-width:.3em}input:disabled+.monday-style-radio-button-component__radio-input-container__radio-control{border:.5em solid #e6e9ef;border-color:var(--disabled-background-color);border-radius:50%}input:checked:disabled+.monday-style-radio-button-component__radio-input-container__radio-control{border:.3em solid #e6e9ef;border-color:var(--disabled-background-color);background-color:#323338;background-color:var(--secondary-text-color)}.monday-style-radio-button-component__radio-label{line-height:21px;font-weight:400;color:#323338;color:var(--primary-text-color)}.monday-style-radio-button-component.disabled{cursor:not-allowed}.monday-style-radio-button-component.disabled .monday-style-radio-button-component__radio-label{color:#676879;color:var(--disabled-text-color)}.monday-style-radio-button-component:hover .monday-style-radio-button-component__radio-input-container input:enabled:checked+.monday-style-radio-button-component__radio-input-container__radio-control{border-color:#0071d9;border-color:var(--primary-hover-color)}.monday-style-radio-button-component:focus-within .monday-style-radio-button-component__radio-input-container input:enabled:not(:checked)+.monday-style-radio-button-component__radio-input-container__radio-control,.monday-style-radio-button-component:hover .monday-style-radio-button-component__radio-input-container input:enabled:not(:checked)+.monday-style-radio-button-component__radio-input-container__radio-control{border-color:#323338;border-color:var(--primary-text-color)}@-webkit-keyframes radio-checked-animation{0%{height:1em;width:1em}50%{height:.8em;width:.8em}to{height:1em;width:1em}}@keyframes radio-checked-animation{0%{height:1em;width:1em}50%{height:.8em;width:.8em}to{height:1em;width:1em}}.menu-button--wrapper{border-radius:4px;border:none;outline:none;background-color:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;padding:0;-webkit-transition:-webkit-transform 50ms cubic-bezier(0,0,.35,1);transition:-webkit-transform 50ms cubic-bezier(0,0,.35,1);-o-transition:transform 50ms cubic-bezier(0,0,.35,1);transition:transform 50ms cubic-bezier(0,0,.35,1);transition:transform 50ms cubic-bezier(0,0,.35,1),-webkit-transform 50ms cubic-bezier(0,0,.35,1);color:#323338;color:var(--primary-text-color)}.menu-button--wrapper:focus,.menu-button--wrapper:hover{background-color:#c5c7d0;background-color:var(--primary-background-hover-color)}.menu-button--wrapper--open{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);color:#0085ff;color:var(--primary-color)}.menu-button--wrapper--open,.menu-button--wrapper--open:focus,.menu-button--wrapper--open:hover{background-color:#dff0ff;background-color:var(--primary-selected-color)}.menu-button--wrapper--size-16{width:16px;height:16px}.menu-button--wrapper--size-24{width:24px;height:24px}.menu-button--wrapper--size-32{width:32px;height:32px}.menu-button--wrapper--size-40{width:40px;height:40px}.menu-button--wrapper--size-48{width:48px;height:48px}.menu-button--wrapper--reference-icon{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-button--wrapper--reference-icon,.monday-style-split-button{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.monday-style-split-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:4px;-webkit-transition:min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms;transition:min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms;-o-transition:50ms transform,.1s cubic-bezier(0,0,.35,1) min-width;transition:transform 50ms,min-width .1s cubic-bezier(0,0,.35,1);transition:transform 50ms,min-width .1s cubic-bezier(0,0,.35,1),-webkit-transform 50ms}.monday-style-split-button__secondary-button-wrapper .monday-style-split-button__secondary-button-icon-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 4px}.monday-style-split-button--active{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.monday-style-split-button--disabled{cursor:not-allowed;pointer-events:none}.monday-style-split-button--kind-primary.monday-style-split-button--disabled .monday-style-split-button__secondary-button{border-color:#e6e9ef;border-left:1px solid;border-left-color:var(--ui-border-color);border-bottom-color:var(--ui-border-color);border-right-color:var(--ui-border-color);border-top-color:var(--ui-border-color)}.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-primary .monday-style-split-button__secondary-button{border-color:#0071d9;border-left:1px solid;border-left-color:var(--primary-hover-color);border-bottom-color:var(--primary-hover-color);border-right-color:var(--primary-hover-color);border-top-color:var(--primary-hover-color)}.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-positive .monday-style-split-button__secondary-button{border-color:#00a25b;border-left:1px solid;border-left-color:var(--positive-color-hover);border-bottom-color:var(--positive-color-hover);border-right-color:var(--positive-color-hover);border-top-color:var(--positive-color-hover)}.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-negative .monday-style-split-button__secondary-button{border-color:#b63546;border-left:1px solid;border-left-color:var(--negative-color-hover);border-bottom-color:var(--negative-color-hover);border-right-color:var(--negative-color-hover);border-top-color:var(--negative-color-hover)}.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-on-primary-color .monday-style-split-button__secondary-button{border-color:#e6e9ef;border-left:1px solid;border-left-color:var(--color-ui_grey);border-bottom-color:var(--color-ui_gr