@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";.dev-mode{color:#fff;display:flex;flex-direction:column}.new-version-popup{position:fixed;bottom:70px;right:20px;width:300px;padding:20px;z-index:50;opacity:0;transition:.2s cubic-bezier(.1,.9,.1,1) all;transform-origin:bottom right;transform:scale(.3);pointer-events:none}.new-version-popup.visible,.new-version-popup:hover{transform:scale(1);opacity:1;pointer-events:auto}.new-version-popup:not(.visible) .later{opacity:0!important;pointer-events:none}div.new-version-hint{display:flex;position:fixed;bottom:70px;right:20px;z-index:49;transition:.1s cubic-bezier(.1,.9,.1,1) all;opacity:0;padding:20px;pointer-events:none}div.new-version-hint.visible{pointer-events:auto;opacity:1}.glass{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(255,255,255,.5);box-shadow:0 0 5px #0000001a;padding:0}.login-background{content:"";position:absolute!important;top:0;left:0;width:100vw;height:100vh;z-index:-1;animation:fadeIn .6s ease-out}.escribers-logo{position:absolute;top:20px;left:20px;animation:fadeIn .6s ease-out}.escribers-logo img{width:100px}@media screen and (max-width: 900px){.escribers-logo{top:0;left:0;position:relative;display:flex;justify-content:center;width:100vw;height:150px}}.login-screen-wrapper{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#fffc}.login-screen-wrapper .login-block{width:100%;max-width:500px;min-height:500px;display:grid;grid-gap:30px;grid-template-columns:100%;grid-template-rows:130px 1fr;grid-template-areas:"title" "form";justify-content:center;align-items:center;background:steelblue;box-shadow:0 0 10px #00000080;border-radius:5px;animation:fadeZoomIn .6s ease-out;padding:40px;margin:20px;color:#fff}.login-screen-wrapper .login-block h1,.login-screen-wrapper .login-block h2,.login-screen-wrapper .login-block h3,.login-screen-wrapper .login-block h4,.login-screen-wrapper .login-block h5,.login-screen-wrapper .login-block h6,.login-screen-wrapper .login-block a{color:#fff}.login-screen-wrapper .login-block a{text-decoration:underline}@media screen and (max-width: 600px){.login-screen-wrapper .login-block{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"title" "form" "links"}}.login-screen-wrapper .login-block.logged-in{transition:.6s ease-out all;opacity:0;transform:scale(.95)}.login-screen-wrapper .login-block .login-title{margin-bottom:1rem;grid-area:title;justify-self:center}.login-screen-wrapper .login-block .login-title img{max-width:250px}.login-screen-wrapper .login-block .login-links{grid-area:links;display:flex;flex-direction:column;justify-content:center;height:100%;background-color:#0000000d;animation:fadeIn .6s ease-out}.login-screen-wrapper .login-block .login-links a{color:#fff;font-size:1.2rem;padding:8px 10px;transition:.2s ease-out all}.login-screen-wrapper .login-block .login-links a:hover{box-shadow:inset 0 0 5px #0003;color:#dcdcdc}.login-screen-wrapper .login-block .login-links a.selected{background:rgba(220,220,220,.25)}.login-screen-wrapper .login-block .login-form{grid-area:form}.login-screen-wrapper .login-block .login-form form{animation:fadeIn .6s ease-out;color:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.login-screen-wrapper .login-block .login-form form .ant-form-item{width:100%}.login-screen-wrapper .login-block .login-form form label{color:#fff}.login-screen-wrapper .login-block .login-form form button{align-self:flex-end}.login-screen-wrapper .login-block .login-form .ant-form-item-explain-error{color:#fff!important}.login-screen-wrapper .login-block .login-row{width:100%}.login-screen-wrapper .login-block .login-row a{color:#fff}.login-screen-wrapper .rules-section{display:flex;align-items:center;justify-content:center;margin:10px}.login-screen-wrapper .rules-section a{color:#000;text-decoration:underline;color:#787878;margin:0 20px}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lds-grid{display:inline-block;position:relative;width:80px;height:80px;transform:scale(2);transform-origin:top}.lds-grid div{position:absolute;width:16px;height:16px;border-radius:50%;background:steelblue;animation:lds-grid 1.2s linear infinite}.lds-grid div:nth-child(1){top:8px;left:8px;animation-delay:0s}.lds-grid div:nth-child(2){top:8px;left:32px;animation-delay:-.4s}.lds-grid div:nth-child(3){top:8px;left:56px;animation-delay:-.8s}.lds-grid div:nth-child(4){top:32px;left:8px;animation-delay:-.4s}.lds-grid div:nth-child(5){top:32px;left:32px;animation-delay:-.8s}.lds-grid div:nth-child(6){top:32px;left:56px;animation-delay:-1.2s}.lds-grid div:nth-child(7){top:56px;left:8px;animation-delay:-.8s}.lds-grid div:nth-child(8){top:56px;left:32px;animation-delay:-1.2s}.lds-grid div:nth-child(9){top:56px;left:56px;animation-delay:-1.6s}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}body .listjobs-container .orderable-table-columns{-webkit-user-select:none;user-select:none}body .listjobs-container .drag-handle{cursor:grab;color:#999}body .listjobs-container .table-wrapper{margin:0 -15px;padding:15px;background:white}body .listjobs-container .ant-table.ant-table-small{font-size:13px}body .ant-pagination{margin-top:20px}.row-dragging{background:#fafafa;border:1px solid #ccc;z-index:1000000;display:flex;align-items:center}.row-dragging .drag-handle{display:none}.row-dragging td{padding:16px}.row-dragging .drag-visible{visibility:visible}.ant-drawer .ant-drawer-content{background-color:#323232cc}@supports (backdrop-filter: blur){.ant-drawer .ant-drawer-content{background-color:transparent;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}}.ant-drawer .ant-drawer-header-close-only{background-color:transparent}.ant-drawer .ant-drawer-close{color:#fff}.ant-drawer h2{font-size:1.8em;color:#fff;text-shadow:0 0 2px black;border-bottom:none}.search{margin:10px 20px;flex:1;text-align:left}.tabula-menu-search-wrapper .ant-input::-webkit-input-placeholder{color:#fff}.tabula-menu-search-wrapper .ant-input ::-moz-placeholder{color:#fff}.tabula-menu-search-wrapper .ant-input :-ms-input-placeholder{color:#fff}.tabula-menu-search-wrapper .ant-input :-moz-placeholder{color:#fff}@keyframes slideDown{0%{opacity:0;max-height:0px;transform:translateY(-100%)}to{opacity:1;max-height:150px;transform:translateY(0)}}ul.ant-menu:not(.ant-menu-sub)>li{opacity:0;animation:slideIn ease-in-out .3s forwards}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(n){animation-delay:.05s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(2n){animation-delay:.1s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(3n){animation-delay:.15s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(4n){animation-delay:.2s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(5n){animation-delay:.25s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(6n){animation-delay:.3s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(7n){animation-delay:.35s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(8n){animation-delay:.4s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(9n){animation-delay:.45s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(10n){animation-delay:.5s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(11n){animation-delay:.55s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(12n){animation-delay:.6s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(13n){animation-delay:.65s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(14n){animation-delay:.7s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(15n){animation-delay:.75s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(16n){animation-delay:.8s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(17n){animation-delay:.85s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(18n){animation-delay:.9s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(19n){animation-delay:.95s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(20n){animation-delay:1s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(21n){animation-delay:1.05s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(22n){animation-delay:1.1s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(23n){animation-delay:1.15s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(24n){animation-delay:1.2s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(25n){animation-delay:1.25s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(26n){animation-delay:1.3s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(27n){animation-delay:1.35s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(28n){animation-delay:1.4s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(29n){animation-delay:1.45s}ul.ant-menu:not(.ant-menu-sub)>li:nth-child(30n){animation-delay:1.5s}.tabula-menu{background:#4088b8;position:relative;color:#fff;z-index:10}.tabula-menu .tabula-menu-submenu-inner{display:flex;flex-direction:column;gap:7px;padding-left:48px;padding-top:5px}.tabula-menu .tabula-menu-submenu-inner .tabula-menu-submenu-inner{padding-left:15px}.tabula-menu-inner{width:288px;overflow:hidden;overflow-y:scroll;position:sticky;top:0;height:100vh;padding:30px;background:linear-gradient(153deg,rgb(64,136,184) 0%,rgb(68,131,173) 35%,rgb(59,126,172) 100%);box-shadow:0 0 5px #255e84;transition:.4s cubic-bezier(.1,.9,.1,1) all;z-index:1031;scrollbar-width:thin;scrollbar-color:#255e84 #fff}.tabula-menu-inner::-webkit-scrollbar{width:8px}.tabula-menu-inner::-webkit-scrollbar-track{background:#ffffff}.tabula-menu-inner::-webkit-scrollbar-thumb{background:#255e84;border-radius:5px}.tabula-menu .tabula-menu-arrow{transition:.1s cubic-bezier(.1,.9,.1,1) all;transform-origin:center center}.tabula-menu .tabula-menu-arrow:hover{transform:scale(1.1);background:rgba(255,255,255,.2)}.tabula-menu .tabula-menu-arrow:hover>img{scale:1.1;transition:.1s cubic-bezier(.1,.9,.1,1) all;transform-origin:center center}.tabula-menu .search-buttons{transition:.4s .4s cubic-bezier(.1,.9,.1,1) all;transform:scaleY(1);height:50px}.tabula-menu .search-icon{transition:.4s .4s cubic-bezier(.1,.9,.1,1) all}.tabula-menu.fullSize{transform:translate(-300px)}.tabula-menu .top-section{margin-bottom:22px;display:flex;justify-content:space-between;align-items:center;position:relative}.tabula-menu .top-section .tabula-logo{width:114px;max-width:100%;height:40px}.tabula-menu.in{transition:.4s cubic-bezier(.1,.9,.1,1);transition-property:transform;transform:translate(0)}.tabula-menu-text{color:#ffffff80;font-size:12px;font-weight:400;text-transform:uppercase;margin-bottom:10px;text-align:center;width:0;transition:.4s .2s cubic-bezier(.1,.9,.1,1) width}.tabula-menu-badge.ant-badge{font-size:12px;min-width:25px;border-radius:19px;position:relative;transition:.4s .2s cubic-bezier(.1,.9,.1,1) all}.tabula-menu-badge.ant-badge *{box-shadow:none}.tabula-menu-link a,.tabula-menu a.tabula-menu-link{color:#fff;transition:opacity .2s linear;min-height:28px;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:400;text-decoration:none}.tabula-menu-link a:hover,.tabula-menu a.tabula-menu-link:hover{transition:.1s cubic-bezier(.1,.9,.1,1) all;background-color:#fff3;margin:0 -30px;padding:0 30px}.tabula-menu-link a .anticon,.tabula-menu a.tabula-menu-link .anticon{margin-right:26px;font-size:20px;transition:.4s .2s cubic-bezier(.1,.9,.1,1) all;width:20px}.tabula-menu-link a .menu-link-text,.tabula-menu a.tabula-menu-link .menu-link-text{margin-right:auto;overflow:hidden;max-height:100px;transform-origin:left center;transition:.4s .3s cubic-bezier(.1,.9,.1,1) all,0s .6s cubic-bezier(.1,.9,.1,1) max-height}.tabula-menu .tabula-menu-list{display:flex;flex-direction:column;gap:7px}.tabula-menu-item{position:relative}.tabula-menu a{display:block}.tabula-menu-search-wrapper{margin:0 auto 30px;width:228px;transition:.4s .2s cubic-bezier(.1,.9,.1,1) all}.tabula-menu .tabula-menu-item{display:grid;transition:.3s cubic-bezier(.2,.9,.1,1) all;grid-template-rows:28px 0;overflow:hidden}.tabula-menu .tabula-menu-item.active{transition-duration:.7s}.tabula-menu-title{position:relative;margin:0}.tabula-menu-arrow{margin-left:auto;display:flex;align-items:center;justify-content:center;flex:0 0 24px;height:24px;cursor:pointer;transition:transform .25s ease-in-out}.tabula-menu-arrow.active>img{transform:rotate(90deg)}.tabula-menu .tabula-menu-inner::-webkit-scrollbar{display:none}.job-information{display:flex;flex-flow:column wrap;max-height:1200px}.job-information .topic{flex:1 1 30px;margin-bottom:20px;max-width:500px}.job-information .topic h4{color:#1890ff;font-size:1.2em}.job-information .topic .item{display:flex;height:32px;margin-bottom:3px;align-items:center}.job-information .topic .item>span{font-weight:700;width:150px}.job-information .topic .item .ant-select,.job-information .topic .item .ant-input,.job-information .topic .item .ant-picker{transition:.1s ease-out all}.job-information .topic .item .ant-select:hover,.job-information .topic .item .ant-input:hover,.job-information .topic .item .ant-picker:hover{background-color:#0000001a}.job-information .form-input-text button{opacity:0;pointer-events:none}.job-information .form-input-text:not(.modified) input{border-color:transparent}.job-information .form-input-text.modified button{opacity:1;pointer-events:auto}.messages-section{display:grid;grid-template-columns:1fr 1fr;width:100%}.messages-section hr{width:100%;border:.5px solid #e1e1e1}.messages-section .message-list{display:flex;flex-direction:column}.messages-section .message-list .message-list-header{display:grid;grid-template-columns:1fr 1fr 1fr;padding-bottom:15px}.messages-section .message-list .message-list-header .button-container{display:flex;justify-content:flex-start}.messages-section .message-list .message-list-header h3{margin:0;font-weight:700;text-align:center}.messages-section .message-list .message-list-header .toggle-open-icon-container{position:relative;display:flex;justify-content:flex-end}.messages-section .message-list .message-list-header .toggle-open-icon-container .toggle-open-icon{cursor:pointer;content:"";outline:2px solid black;border-radius:3px;width:20px;height:20px;overflow:hidden}.messages-section .message-list .message-list-header .toggle-open-icon-container .toggle-open-icon:hover:after{top:8px}.messages-section .message-list .message-list-header .toggle-open-icon-container .toggle-open-icon:after{transition:.2s ease-out all;content:"";position:absolute;top:3px;width:20px;height:2px;background:black}.messages-section .message-list .message-bubble{display:flex;flex-direction:column;padding:10px 20px;margin:10px 0;border-radius:5px;background:#f2f2f2}.messages-section .message-list .message-item{display:grid;grid-template-columns:1fr 250px;grid-template-areas:"writer time" "content-wrapper content-wrapper"}.messages-section .message-list .message-item.discrepancy{border-left:2px solid red;padding-left:5px}.messages-section .message-list .message-item .message-writer{grid-area:writer;font-weight:700}.messages-section .message-list .message-item .message-time{grid-area:time;text-align:end}.messages-section .message-list .message-item .message-content-wrapper{grid-area:content-wrapper;display:grid;grid-template-columns:1fr 70px;max-height:80px;grid-template-areas:"content toggle"}.messages-section .message-list .message-item .message-content-wrapper.open{max-height:initial}.messages-section .message-list .message-item .message-content-wrapper.open .message-content{white-space:initial;overflow:initial}.messages-section .message-list .message-item .message-content-wrapper .message-content{grid-area:content;white-space:nowrap;text-overflow:ellipsis}.messages-section .message-list .message-item .message-content-wrapper .message-toggle{grid-area:toggle;display:flex;justify-content:flex-end;padding:0 0 0 20px;cursor:pointer}.messages-section .message-list .message-item .message-content-wrapper .message-toggle svg{transition:.1s ease-out all;transform-origin:center center}.messages-section .message-list .message-item .message-content-wrapper .message-toggle svg:hover{transform:scale(1.1)}.messages-section .notes-list{display:flex;flex-direction:column;padding:0 20px}.messages-section .notes-list .note-item{display:grid;grid-gap:20px;grid-template-columns:150px 150px 1fr;grid-template-areas:"type time edit-button" "content content content"}.messages-section .notes-list .note-item .note-type{grid-area:type;font-weight:700}.messages-section .notes-list .note-item .note-time{grid-area:time;text-align:end}.messages-section .notes-list .note-item .edit-button{grid-area:edit-button;display:flex;justify-content:flex-end}.messages-section .notes-list .note-item .note-content{grid-area:content}.scrollbox{overflow:auto;background:linear-gradient(#f2f2f2 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#f2f2f2 70%) 0 100%,radial-gradient(50% 0,farthest-side,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(50% 100%,farthest-side,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;background:linear-gradient(#f2f2f2 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#f2f2f2 70%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(0,0,0,.2),rgba(0,0,0,0)) 0 100%;background-repeat:no-repeat;background-color:#f2f2f2;background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.slight-shadow-box{box-shadow:0 0 5px #0003 inset;border-radius:5px;padding:10px;margin:2px}.edit-job p{margin:0}.edit-job .top-buttons{display:flex;justify-content:space-between}.edit-job .block-wrapper{display:grid;grid-template-columns:75% 1fr;grid-gap:15px;width:100%;margin-bottom:20px}.edit-job .rounded-block{border-radius:4px;background:white;box-shadow:2px 2px 5px #0000000d;padding:10px;display:grid;grid-template-columns:100%;margin-top:20px;grid-gap:6px}.edit-job .rounded-block:first-of-type{grid-template-columns:minmax(33%,1fr) minmax(33%,1fr) minmax(33%,1fr)}.edit-job .rounded-block>div{display:grid;grid-template-columns:45% 55%;cursor:pointer;position:relative;height:30px;align-items:center}.edit-job .rounded-block>div>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-job .rounded-block>div .anticon-copy{position:absolute;right:4px;top:8px;pointer-events:none;opacity:0}.edit-job .rounded-block>div:hover{background:rgba(0,0,0,.05)}.edit-job .rounded-block>div:hover span:first-of-type{margin-right:20px}.edit-job .rounded-block>div:hover .anticon-copy{opacity:1}.calendar-row{font-size:.8em}.two-columns .label{display:flex;justify-content:flex-end;align-items:center;font-weight:700}.circular-indicator{padding-left:20px;position:relative}.circular-indicator:before{content:"●";font-size:.6em;position:absolute;margin-left:-15px;height:100%;line-height:2.4}.circular-indicator.red:before{color:red}.circular-indicator.green:before{color:#52c41a}.circular-indicator.blue:before{color:#4682b4}.SupportPage .ant-card{min-height:100%;display:flex;flex-direction:column}.SupportPage .ant-card-body{flex:1;display:flex;flex-direction:column}.SupportCardTextWrapper{margin-bottom:auto}.SupportButtonWrapper{text-align:center;margin-top:16px}.SupportBottomTextCard{text-align:center}.SupportBottomTextCard p:last-child{margin-bottom:0}.ListJobTypesForm .ql-editor{height:120px}.BillingRatesTable{margin-bottom:100px}.BillingRatesTable .edit-row td{background:#cbcbcb!important}body .tab-wrapper{padding:15px;background:white;box-sizing:border-box}body .ant-tabs>.ant-tabs-nav{margin-bottom:0}.EditClientDetailsForm{display:grid;grid-template-columns:calc(50% - 10px) calc(50% - 10px);grid-column-gap:20px}@media screen and (max-width: 767px){.EditClientDetailsForm{display:block}}.EditClientDetailsForm .ql-editor{height:160px}body .ant-input-group-addon{padding:0;border:none}.wrapper-text-style{display:flex;justify-content:space-between}@media screen and (max-width: 991px){.wrapper-text-style{display:block}}.table-icon{position:relative}.table-icon img{max-width:18px}.table-icon .icon-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:3px;font-size:10px;color:#ffffe0;font-weight:700}.row-is-on-vacation td,.row-is-on-vacation{background:khaki!important}.row-proffing-none td,.row-proffing-none{background:#B0FFB0!important}html body{font-family:Roboto,sans-serif}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}#layout{background:linear-gradient(48deg,rgb(237,248,255) 0%,rgb(255,255,255) 35%,rgb(237,248,255) 100%);overflow:hidden}#layout .site-header{display:grid;grid-template-columns:1fr 1fr 1fr;justify-content:space-between;padding:10px 20px;position:relative}#layout .site-header>hr{position:absolute;width:calc(100% - 20px);bottom:-10px;left:10px;border:none;border-bottom:2px solid rgba(0,0,0,.1)}#layout .site-header>div{display:flex}#layout .site-header .header-mid{display:flex;align-items:center;justify-content:center}#layout .site-header .header-right{display:flex;grid-gap:0px;align-items:center;justify-content:flex-end;width:100%;color:#000}#layout .site-header .user-menu{padding:0 15px;color:#000;display:flex;gap:10px;align-items:center;width:min-content;cursor:pointer}#layout .site-header .user-menu .user-avatar{border-radius:50%;width:30px;height:30px;overflow:hidden;background-color:#fff;color:#4088b8;border-color:#4088b8;border-width:2.5px;border:solid;display:flex;justify-content:center;align-items:center;font-size:.8em}#layout .site-header .user-menu.masqueraded .user-avatar{color:red}#layout .site-header .user-menu span{min-width:30px;min-height:30px}#layout .site-header .user-menu div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#layout .site-header .tabula-hide-toggle{width:38px;transition:.2s linear all;border-radius:5px;display:flex;justify-content:center}#layout .site-header .tabula-hide-toggle:hover{background-color:#0000001a}#layout .site-header .tabula-hide-toggle button{font-size:20px}#layout .ant-layout-content{display:flex;flex:1}#layout .ant-menu-title-content a{color:#ffffffa6}#layout .ant-menu-title-content:hover a{color:#fff}#layout .ant-menu-title-content .ant-badge-status{line-height:initial}#layout .site-layout{min-height:100vh;display:grid;width:100%;grid-template-columns:min-content 1fr;transition:.4s cubic-bezier(.1,.9,.1,1) all;right:0;position:absolute}#layout .site-layout.mobileMenu{width:calc(100vw + 290px)}#layout .site-layout>div+div{overflow:hidden}#layout div.site-layout-background{display:flex;flex:1;max-width:100%;padding:0}#layout div.site-layout-background>div{flex:1;max-width:100%}#layout div.site-layout-background #iframe{overflow-y:hidden;width:100%;height:100%}#layout .logo{overflow:hidden;transition:.2s ease-out all;margin:0 10px;display:flex;align-items:center;height:100%}#layout .logo svg{height:100%;transition:.2s ease-out all;width:131px}#layout .logo svg path{fill:#4682b4}#layout iframe{width:100%;height:auto;border:none}#layout .ant-badge-dot{top:5px}body .ant-menu-vertical>.ant-menu-item,body .ant-menu-vertical-left>.ant-menu-item,body .ant-menu-vertical-right>.ant-menu-item,body .ant-menu-inline>.ant-menu-item,body .ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title,body .ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,body .ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,body .ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title{height:20px;line-height:20px}body .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:transparent;border-left:3px solid #1890ff;transition:.2s ease-out all}body .ant-menu-item .ant-menu-title-content a{color:#ffffffa6}body .ant-menu-item .ant-menu-title-content a:hover{color:#fff}body .toggleExplainer{cursor:pointer;display:flex}.explainer{padding:20px 15px;color:#fff}.explainer h2{color:#fff}.ant-popover.glass .ant-popover-arrow{display:none}.ant-popover.glass .ant-popover-inner{background:transparent;padding:0;overflow:hidden}.ant-popover.glass .ant-popover-inner-content{position:relative;background:transparent}.ant-popover.glass .ant-popover-inner-content:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ant-popover.glass .ant-popover-inner-content{padding:0}.ant-popover.glass .ant-popover-inner-content .clock{padding:16px 20px}.ant-popover.glass .ant-popover-inner-content .clock.offline{color:#fff;background:rgba(31,26,68,.8823529412);position:relative}.ant-popover.glass .ant-popover-inner-content .clock.offline:before{position:absolute;top:21px;left:5px;height:10px;width:10px;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 18.4 19.9' viewBox='0 0 18.4 19.9'%3E%3Cpath d='M0 16c.6.7 1.2 1.3 1.9 1.9 4.6 3.4 11 2.5 14.4-2.1 3.4-4.6 2.5-11-2.1-14.4-.7-.6-1.5-1-2.4-1.3 2.8 3.6 3 8.7.2 12.5-2.8 3.8-7.8 5.1-12 3.4z' style='fill:%23fff2d4'/%3E%3C/svg%3E")}.clocks{display:flex}.clocks>div{position:relative}.omt-table-item{display:flex;flex-direction:column}.omt-table-item span{flex:1}.omt-table-item span:not(:last-child){border-bottom:1px solid rgba(0,0,0,.06)}.TranscriberJobSettingsTable{margin-bottom:100px}.TranscriberJobSettingsTable .edit-row td{background:#cbcbcb!important}.total-row{font-weight:700}.total-row td{border-color:#000!important;border-radius:0!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}div.ant-message-notice div.ant-message-notice-content{padding:0;overflow:hidden}div.ant-message-notice div.ant-message-notice-content .anticon{color:#fff}div.ant-message-notice div.ant-message-notice-content .ant-message-error{background:#ff4d4f;color:#fff;padding:7px 13px}div.ant-message-notice div.ant-message-notice-content .ant-message-warning{background:#faad14;color:#fff;padding:7px 13px}div.ant-message-notice div.ant-message-notice-content .ant-message-info{background:#1890ff;color:#fff;padding:7px 13px}div.ant-message-notice div.ant-message-notice-content .ant-message-success{background:#52c41a;color:#fff;padding:7px 13px}div.ant-message-notice div.ant-message-notice-content .ant-message-loading{background:#1890ff;color:#fff;padding:7px 13px}.restoreLayoutButton{display:flex;justify-content:center;z-index:100;cursor:pointer;align-items:center;padding:10px 20px;position:fixed;right:20px;bottom:20px;box-shadow:0 0 5px gray;background:steelblue;color:#fff;font-weight:700}.restoreLayoutButton.nonProd{overflow:hidden;color:#000;text-shadow:white 0 0 4px;background-color:transparent}.restoreLayoutButton.nonProd:before{text-shadow:none;content:"DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV DEV";position:absolute;opacity:.7;z-index:-1;top:-30px;left:-20px;background:red;word-spacing:15px;color:#fff;padding:5px 10px;font-size:15px;font-weight:700;transform:rotate(-20deg);width:220px}
