.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}.popup-add-task{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:25px;max-height:80vh;overflow-y:auto}.popup-add-task::-webkit-scrollbar{width:6px;border-radius:3px}.popup-add-task::-webkit-scrollbar-track{background-color:#f4f6fa}.popup-add-task::-webkit-scrollbar-thumb{background-color:#9da6b1;border-radius:3px}.popup-add-task::-webkit-scrollbar-thumb:hover{background-color:#b4bbc3}.popup-add-task__row{-ms-flex-negative:0;flex-shrink:0}.popup-add-task__checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;cursor:pointer}.popup-add-task__checkbox .base-checkbox__checkbox--checked{border-color:red;background-color:red}.popup-add-task__checkbox-text{font:400 12px/1.3 Fira Sans,Arial,sans-serif;margin-left:10px}.popup-add-task__checkbox-text--red{color:red}.popup-add-task__select,.popup-add-task__select .base-select__options{width:100%}.popup-add-task__error{padding:15px 0;font:400 12px/1.3 Fira Sans,Arial,sans-serif;color:#f56e6e;position:sticky;bottom:0;background-color:#fff}@media screen and (min-width:1640px){.popup-add-task__checkbox-text,.popup-add-task__error{font-size:16px}}