:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}.add-users{align-items:flex-start;display:flex;justify-content:space-between;margin-top:25px}.add-users__form{display:flex;flex-wrap:wrap;width:100%}.add-users__form .esign-input-wrapper{margin-top:0;width:80%}.add-users__form .esign-input-wrapper input{border-radius:6px 0 0 6px}.add-users__form .esign-select-list{width:20%}.add-users__form .esign-select-list__control{border-left:0;border-radius:0 6px 6px 0;height:50px}.add-users__form .esign-select-list__control:hover{border-color:#d8d8d8}.add-users__form .esign-select-list__single-value .esign-select-list__option--custom-option{padding:0}.add-users__form .esign-select-list__single-value .esign-select-list__option--custom-option .title{all:inherit}.add-users__form .esign-select-list__single-value .esign-select-list__option--custom-option .description,.add-users__form .esign-select-list__single-value .esign-select-list__option--custom-option .title svg{display:none}.add-users__form .esign-select-list__menu{left:-160%;width:250px}.add-users__form .esign-select-list__option{padding:0}.add-users__form .esign-select-list__option--custom-option{padding:8px 15px}.add-users__form .esign-select-list__option--custom-option .title{align-items:center;display:flex;font-size:16px;margin-bottom:5px;width:100%}.add-users__form .esign-select-list__option--custom-option .title svg{height:19px;margin-right:10px;visibility:hidden;width:19px}.add-users__form .esign-select-list__option--custom-option .title svg path{fill:#3284ff}.add-users__form .esign-select-list__option--custom-option .description{box-sizing:border-box;color:gray;font-size:12px;padding-left:30px;width:100%}.add-users__form .esign-select-list__option--is-selected .title svg{visibility:visible!important}@media(max-width:767px){.add-users__form{margin-right:0;min-width:auto}}@media(min-width:768px)and (max-width:1023px){.add-users__form{min-width:190px}}.add-users__buttons{display:flex;margin-top:20px;width:100%}.add-users__buttons .esign-button:not(:last-of-type){margin-right:25px}.add-users__description{width:48%}.add-users__description p{font-size:14px;margin-bottom:10px}@media(max-width:767px){.add-users__description{padding-right:0}}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;inset:0;line-height:1;overflow:hidden;position:absolute;text-align:left;text-align:initial;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:#0000;cursor:text;margin:0;position:absolute;transform-origin:0 0;white-space:pre}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400;background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:#0000}.textLayer .endOfContent{cursor:default;display:block;inset:100% 0 0;position:absolute;-webkit-user-select:none;user-select:none;z-index:-1}.textLayer .endOfContent.active{top:0}.share-element-modal .esign-button svg path{fill:#fff}.share-element-modal .recipients-table-section{box-sizing:border-box;margin:25px 0;min-height:60px;width:100%}.share-element-modal .recipients-table-section--item{align-items:center;box-sizing:border-box;display:flex;justify-content:flex-start;padding:10px 0;position:relative;width:100%}.share-element-modal .recipients-table-section--item .avatar{background:#97adc5;border-radius:50%;box-sizing:border-box;height:40px;margin-right:15px;min-height:40px;min-width:40px;overflow:hidden;width:40px}.share-element-modal .recipients-table-section--item .avatar .spinner{left:3px;position:absolute;top:13px}.share-element-modal .recipients-table-section--item .avatar img{height:100%;width:100%}.share-element-modal .recipients-table-section--item .name-email{align-items:flex-start;display:flex;flex-direction:column;font-size:14px;height:100%;justify-content:space-between}.share-element-modal .recipients-table-section--item .name-email .name{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-element-modal .recipients-table-section--item .name-email .email{color:gray}.share-element-modal .recipients-table-section--item .permission{align-items:center;display:flex;justify-content:flex-end;width:70%}.share-element-modal .recipients-table-section--item .permission .esign-select-list{background:#0000!important;font-size:14px;min-width:90px}.share-element-modal .recipients-table-section--item .permission .esign-select-list__control{border:none}.share-element-modal .recipients-table-section--item .permission .esign-select-list__control:hover{border-color:#d8d8d8}.share-element-modal .recipients-table-section--item .permission .esign-select-list__value-container{padding:0}.share-element-modal .recipients-table-section--item .permission .esign-select-list__single-value{font-size:14px;text-transform:capitalize}.share-element-modal .recipients-table-section--item .permission .esign-select-list__single-value .esign-select-list__option--custom-option{padding:0}.share-element-modal .recipients-table-section--item .permission .esign-select-list__single-value .esign-select-list__option--custom-option .title{all:inherit}.share-element-modal .recipients-table-section--item .permission .esign-select-list__single-value .esign-select-list__option--custom-option .description,.share-element-modal .recipients-table-section--item .permission .esign-select-list__single-value .esign-select-list__option--custom-option .title svg{display:none}.share-element-modal .recipients-table-section--item .permission .esign-select-list__menu{left:-180%;width:250px}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option{padding:0}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--custom-option{padding:8px 15px}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--custom-option .title{align-items:center;display:flex;font-size:16px;width:100%}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--custom-option .title svg{height:19px;margin-right:10px;visibility:hidden;width:19px}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--custom-option .title svg path{fill:#3284ff}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--custom-option .description{box-sizing:border-box;color:gray;font-size:12px;margin-top:5px;padding-left:30px;width:100%}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option--is-selected .title svg{visibility:visible!important}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option:last-child .esign-select-list__option--custom-option .title{color:#ff3b30}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option:last-child .esign-select-list__option--custom-option .title svg{visibility:visible}.share-element-modal .recipients-table-section--item .permission .esign-select-list__option:last-child .esign-select-list__option--custom-option .title svg path{fill:#ff3b30}.share-element-modal .recipients-table-section--item .permission .esign-select-list--is-disabled{opacity:.5;pointer-events:none}.share-element-modal .share-link-section{width:100%}.share-element-modal .share-link-section__title{font-size:26px;font-weight:400;margin-bottom:20px}.share-element-modal .share-link-section__link-type span{font-weight:700}.share-element-modal .share-link-section .share-link-block{align-items:center;display:flex;justify-content:space-between;width:100%}@media(max-width:575px){.share-element-modal .share-link-section .share-link-block{flex-wrap:wrap}}.share-element-modal .share-link-section .share-link-block__link-info--limit-max-width{max-width:calc(100% - 235px)}@media(max-width:575px){.share-element-modal .share-link-section .share-link-block__link-info{max-width:100%}}.share-element-modal .share-link-section .share-link-block__link-info .link-type{align-items:center;display:flex;margin-bottom:10px}.share-element-modal .share-link-section .share-link-block__link-info .link-type span{font-weight:700;margin-left:10px}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__menu{margin-top:-5px;width:-webkit-fit-content;width:fit-content}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__menu-list{padding:0}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__single-value{display:flex;font-weight:700;margin-top:20px;padding-right:5px;position:static}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__control{background:#0000;border:none;cursor:pointer}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__control--is-focused{box-shadow:none}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__control--is-disabled .link-types-list__indicators .link-types-list__indicator svg path{fill:gray}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__value-container{padding-right:0}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__option{cursor:pointer;white-space:nowrap}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__option:active{background:#dcdcdc}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__option--is-focused{background:#f2f2f2}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__option--is-selected{background:#f2f2f2!important;color:#000;position:relative}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__indicators .link-types-list__indicator-separator{display:none}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__indicators .link-types-list__dropdown-indicator{padding:5px 5px 0 0}.share-element-modal .share-link-section .share-link-block__link-info .link-type .link-types-list__indicators .link-types-list__dropdown-indicator svg path{fill:#000}.share-element-modal .share-link-section .share-link-block__link-info .link{background:#fff;border:1px solid #b0b0b0;border-radius:3px;display:block;font-size:12px;overflow:hidden;padding:2px 3px;text-overflow:ellipsis;white-space:nowrap}.share-element-modal .share-link-section .share-link-block__link-info .description{font-size:12px}.share-element-modal .share-link-section .share-link-block__link-actions{display:flex}.share-element-modal .share-link-section .share-link-block__link-actions .create-link-btn{background:#0000;border:none;color:#3284ff;font-family:SFProText,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:20px;font-weight:700}.share-element-modal .share-link-section .share-link-block__link-actions .create-link-btn:disabled{color:#aeaeaf}.share-element-modal .share-link-section .share-link-block__link-actions .create-link-btn:disabled:hover{cursor:no-drop}.share-element-modal .share-link-section .share-link-block__link-actions button:not(:last-of-type){margin-right:15px}@media(min-width:320px)and (max-width:481px){.share-element-modal .share-link-section .share-link-block__link-actions .create-link-btn{margin:20px 0;padding:0}}#react-custom-date-picker>div[data-floating-ui-portal]>div{z-index:999!important}.ds-popper-container{z-index:999999!important}div[data-floating-portal-ui]{z-index:999}.ds-date-picker-v2{box-sizing:border-box;position:relative}.ds-date-picker-v2 *,.ds-date-picker-v2 :after,.ds-date-picker-v2 :before{box-sizing:inherit}.ds-date-picker-v2 .react-date-input{border:1px solid #e5e5ea;border-radius:3px;height:100%;width:100%}.ds-date-picker-v2__hidden-wrap{height:100%;position:relative;width:100%}.ds-date-picker-v2__hidden-parent-wrap{align-items:center;display:flex;height:100%;width:100%}.ds-date-picker-v2__hidden-parent-wrap input[type=checkbox]{height:0;opacity:0;position:absolute;right:0;top:0;visibility:visible;width:0}.ds-date-picker-v2__hidden-parent-wrap:focus-within .ds-date-picker-v2__wrapper{border:1px solid #ccc;transition-duration:.15s;transition-property:border-color,box-shadow;transition-timing-function:ease-in}.ds-date-picker-v2__wrapper{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:2px;display:flex;height:26px;min-width:120px;padding:5px 26px 5px 8px}.ds-date-picker-v2__wrapper:hover{transition:border-color .15s ease-in}.ds-date-picker-v2__placeholder{color:#8b8b8b;font-size:12px}.ds-date-picker-v2__display-value{font-size:12px}.ds-date-picker-v2__icon-calendar{cursor:pointer;height:15px;position:absolute;right:6px;top:50%;transform:translateY(-50%);-webkit-user-select:none;user-select:none;width:15px}.ds-date-picker-v2.ds-date-picker-v2--show-arrow-icon .ds-date-picker-v2__wrapper{align-items:center;display:flex}.ds-date-picker-v2.ds-date-picker-v2--show-arrow-icon svg.ds-date-picker-v2__date-arrow-icon{height:12px;width:12px}.ds-date-picker-v2__date-arrow-icon--btn{align-items:center;cursor:pointer;display:flex;height:100%;position:absolute;top:0;width:12px}.ds-date-picker-v2__date-arrow-icon--btn.ds-date-picker-v2__date-arrow-icon--btn-left{left:8px}.ds-date-picker-v2__date-arrow-icon--btn.ds-date-picker-v2__date-arrow-icon--btn-right{right:8px}.ds-date-picker-v2__calendar-container{background-color:#fff;border-radius:4px;box-shadow:0 2px 8px 1px #00000080;display:flex;flex-direction:column!important;width:220px}.ds-date-picker-v2__calendar{grid-gap:5px 10px;display:grid;gap:5px 10px;grid-auto-flow:row;grid-template-columns:repeat(7,20px);grid-template-rows:repeat(6,20px);padding:5px 10px}.ds-date-picker-v2__calendar .ds-date-picker-v2__calendar--toolbar{align-items:center;display:flex;justify-content:space-between}.ds-date-picker-v2__calendar--days{grid-gap:0 10px;border-bottom:1px solid #00000040;display:grid;gap:0 10px;grid-auto-flow:row;grid-template-columns:repeat(7,1fr);padding:5px 10px}.ds-date-picker-v2__calendar--today-btn{border-top:1px solid #00000040;box-sizing:border-box;color:#3284ff;cursor:pointer;font-size:16px;font-weight:600;padding:5px;text-align:center;-webkit-user-select:none;user-select:none;width:100%}.ds-date-picker-v2__calendar--today-btn:hover{background-color:#e9f1fc}.ds-date-picker-v2 .ds-date-picker-v2__date,.ds-date-picker-v2 .ds-date-picker-v2__day{align-items:center;display:flex;justify-content:center}.ds-date-picker-v2__day{font-size:13px;font-weight:400}.ds-date-picker-v2__date{border-radius:4px;cursor:pointer;font-size:12px;font-weight:400;text-align:center}.ds-date-picker-v2__date:hover{background-color:#f8f8f8}.ds-date-picker-v2__date.ds-date-picker-v2__date--next-month,.ds-date-picker-v2__date.ds-date-picker-v2__date--previous-month{color:#899093}.ds-date-picker-v2__date.ds-date-picker-v2__date--today{border:1px solid #c4daf7}.ds-date-picker-v2__date.ds-date-picker-v2__date--selected{border:1px solid #3284ff;border-radius:4px}.ds-date-picker-v2__date.ds-date-picker-v2__date--disabled{color:#899093;cursor:not-allowed}.ds-date-picker-v2__calendar--toolbar{display:flex;justify-content:space-between}.ds-date-picker-v2__month-hidden-wrapper{height:-webkit-fit-content;height:fit-content;position:relative;width:-webkit-fit-content;width:fit-content}.ds-date-picker-v2__month-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:space-between;width:128px}.ds-date-picker-v2__month-name{font-size:15px;font-weight:600;padding:7px;position:relative;text-align:center;width:100%}.ds-date-picker-v2__month-name:after{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #000;content:"";margin-left:10px;margin-top:-2px;position:absolute;top:50%}.ds-date-picker-v2__month-list{background-color:#fff;border-radius:8px;box-shadow:0 15px 25px #00000026,0 5px 10px #0000000d;height:264px;overflow:hidden;overflow-y:scroll;padding:4px;position:absolute;top:30px;width:128px;z-index:2}.ds-date-picker-v2__month-list ul{all:unset;list-style:none}.ds-date-picker-v2__month-list ul li{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:flex-start;padding:6px 12px}.ds-date-picker-v2__month-list ul li:hover{background-color:#f8f8f8}.ds-date-picker-v2__month-list ul .ds-date-picker-v2__month-list-li--selected{background-color:#e9f1fc}.ds-date-picker-v2__year-hidden-wrapper{height:-webkit-fit-content;height:fit-content;position:relative;width:-webkit-fit-content;width:fit-content}.ds-date-picker-v2__year-wrapper{align-items:center;cursor:pointer;display:flex;height:34px;justify-content:space-between;padding-left:4px;width:64px}.ds-date-picker-v2__year-list-virtualized-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 15px 25px #00000026,0 5px 10px #0000000d;height:222px;overflow:hidden;overflow-y:scroll;position:absolute;right:0;top:26px;width:78px;z-index:2}.ds-date-picker-v2__year-list-virtualized-wrapper::-webkit-scrollbar{display:none}.ds-date-picker-v2__year-list-normal-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 15px 25px #00000026,0 5px 10px #0000000d;max-height:222px;overflow:hidden;overflow-y:scroll;padding:12px 16px;position:absolute;right:0;top:26px;width:78px;z-index:2}.ds-date-picker-v2__year-list-normal-wrapper .ds-date-picker-v2__year-list-item+.ds-date-picker-v2__year-list-item{margin-top:12px}.ds-date-picker-v2__year-name{font-size:15px;font-weight:600;position:relative}.ds-date-picker-v2__year-name:after{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #000;content:"";margin-left:10px;margin-top:-2px;position:absolute;top:50%}.ds-date-picker-v2__year-list-item{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:flex-start;padding:6px 12px}.ds-date-picker-v2__year-list-item:hover{background-color:#f8f8f8}.ds-date-picker-v2__year-list-item.ds-date-picker-v2__year-list-item--selected{background-color:#e9f1fc}.esign-textarea-wrapper{position:relative}.esign-textarea-wrapper textarea{background:#fff;border:.5px solid #00000026;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:inherit;font-size:12px;height:145px;margin:10px 0;padding:10px;resize:none;width:100%}.esign-textarea-wrapper textarea::placeholder{color:gray;font-size:12px}.esign-textarea-wrapper textarea:hover{border:.5px solid #8b8b8b}