.blueberry-icon{width:20px;height:20px;margin-right:15px}.toggle{position:relative;cursor:pointer;display:inline-block;width:90px;margin:10px auto;padding:4px;border-radius:40px}.toggle:after,.toggle:before{content:"";display:table}.toggle:after{clear:both}.toggle-bg{background-color:#c0e6f6;border-radius:40px;border:4px solid #81c0d5;transition:all .1s cubic-bezier(.25,.46,.45,.94)}.toggle-bg,.toggle-input{position:absolute;top:0;left:0;width:100%;height:100%}.toggle-input{border:1px solid red;border-radius:40px;z-index:2;opacity:0}.toggle-switch{position:relative;width:30px;height:30px;margin-left:50px;background-color:#f5eb42;border:4px solid #e4c74d;border-radius:50%;transition:all .1s cubic-bezier(.25,.46,.45,.94)}.toggle-switch-figure{position:absolute;bottom:-14px;left:-50px;display:block;width:80px;height:30px;border:8px solid #d4d4d2;border-radius:20px;background-color:#fff;transform:scale(.4);transition:all .12s cubic-bezier(.25,.46,.45,.94)}.toggle-switch-figure:after{top:-65px;right:-42px;width:15px;height:15px;transform:rotate(70deg)}.toggle-switch-figure:after,.toggle-switch-figure:before{content:"";display:block;position:relative;border:8px solid #d4d4d2;border-radius:100%;border-right-color:transparent;border-bottom-color:transparent;background-color:#fff}.toggle-switch-figure:before{top:-25px;right:-10px;width:30px;height:30px;transform:rotate(30deg)}.toggle-switch-figureAlt{top:5px;left:2px;width:2px;height:2px;box-shadow:42px -7px 0 -3px #fcfcfc,75px -10px 0 -3px #fcfcfc,54px 4px 0 -4px #fcfcfc,83px 7px 0 -2px #fcfcfc,63px 18px 0 -4px #fcfcfc,44px 28px 0 -2px #fcfcfc,78px 23px 0 -3px #fcfcfc;transition:all .12s cubic-bezier(.25,.46,.45,.94);transform:scale(0)}.toggle-switch-figureAlt,.toggle-switch-figureAlt:before{content:"";position:absolute;background-color:#efeeda;border-radius:100%;border:4px solid #dee1c5}.toggle-switch-figureAlt:before{top:-6px;left:18px;width:7px;height:7px}.toggle-switch-figureAlt:after{content:"";position:absolute;top:19px;left:15px;width:2px;height:2px;background-color:#efeeda;border-radius:100%;border:4px solid #dee1c5}.toggle-input:checked~.toggle-switch{margin-left:0;border-color:#dee1c5;background-color:#fffdf2}.toggle-input:checked~.toggle-bg{background-color:#484848;border-color:#202020}.toggle-input:checked~.toggle-switch .toggle-switch-figure{margin-left:40px;opacity:0;transform:scale(.1)}.toggle-input:checked~.toggle-switch .toggle-switch-figureAlt{transform:scale(1)}a{text-decoration:none!important;color:#000!important}.notifications__item{max-width:400px}.notifications__item,.v-item-group{background-color:#fff}.logo{width:200px}.item-counter[data-v-49d6ebca]{width:40px;height:40px;border-radius:50%;align-items:center;background-color:#d3d3d3;color:#fff;font-size:18px}.center-buttons,.item-counter[data-v-49d6ebca]{display:flex;justify-content:center}.dial-pad-btn{font-size:20px!important}.call-controll{position:relative;display:flex;width:100%;align-items:center;justify-content:center}.call-controll__online-agent{position:absolute;top:50%;left:20px;transform:translateY(-50%)}.call-controll__online-agent:after{position:absolute;right:-10px;top:-5px;content:"";display:block;width:10px;height:10px;background-color:#abff00;border-radius:50%;-webkit-animation:blinkGreen .7s linear infinite;animation:blinkGreen .7s linear infinite}.call-controll__btn{width:64px;transition:all .5s ease}.call-controll__btn:hover{width:120px}.call-controll__btn:hover .call-controll__item-text{opacity:1;width:auto;margin-left:5px}.call-controll__item-text{transition:all .8s ease;width:0;opacity:0}@-webkit-keyframes blinkGreen{0%{background-color:#abff00}50%{background-color:#89ff00;box-shadow:0 -1px 7px 1px rgba(0,0,0,.2),inset 0 -1px 9px #89ff00,0 2px 0 rgba(0,255,0,.5)}to{background-color:#abff00}}@keyframes blinkGreen{0%{background-color:#abff00}50%{background-color:#89ff00;box-shadow:0 -1px 7px 1px rgba(0,0,0,.2),inset 0 -1px 9px #89ff00,0 2px 0 rgba(0,255,0,.5)}to{background-color:#abff00}}.lead-bottom-control-panel{height:80px;transition:all .3s ease-in-out}.lead-bottom-control-panel_show{height:80px!important}.lead-bottom-control-panel_hide{height:0!important;opacity:0!important;pointer-events:none!important}.slide-fade-left-enter-active{transition:all .3s linear}.slide-fade-left-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-leave-to,.slide-fade-left-enter{transform:translateX(-100px);opacity:0}.slide-fade-right-enter-active{transition:all .3s linear}.slide-fade-right-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-leave-to,.slide-fade-right-enter{transform:translateX(100px);opacity:0}.home{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 64px)}.home__image{width:600px;height:auto;margin-bottom:100px}.home .core__title{text-align:center;margin-bottom:20px}.home .core__body{display:flex}.home .core__body__values{display:flex;flex-direction:column}.home .core__body__values__item{border-radius:4px;display:block;padding:10px 20px;background-color:#fffbfb;transition:all .3s linear}.home .core__body__values__item:hover{background-color:#5fbff9;color:#fff;transform:translateX(-10px)}.home .dots{position:absolute;width:200px;height:200px}.home .dots_light{top:50px;right:50px}.home .dots_dark{bottom:50px;left:50px}@-webkit-keyframes rotateDots{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateDots{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:999}.loading-overlay.is-active{display:flex}.loading-overlay.is-full-page{position:fixed}.loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}.loading-overlay .loading-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#7f7f7f;background:hsla(0,0%,100%,.5)}.loading-overlay .loading-icon{position:relative}.loading-overlay .loading-icon:after{-webkit-animation:spinAround .5s linear infinite;animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}@-webkit-keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main{position:relative;width:100%;height:100%}.signIn-form{position:relative;padding:20px 25px;max-width:300px;border:1px solid #e9e9e9;border-radius:10px;box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);margin:0 auto;text-align:center}.script-agent{max-height:400px;overflow:auto}.script-agent__title{text-align:center}.script-agent__section-header{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.script-agent__question{border-left:3px solid red;padding-left:10px}.script-agent__question:not(:last-child){margin-bottom:10px}.script-agent__question-span{cursor:pointer;color:red}.script-agent__question .yes-text{text-decoration:underline;-webkit-text-decoration-color:red;text-decoration-color:red}.script-agent__question p{display:flex;align-items:center;margin:0}.script-agent__input{max-width:200px;margin-right:20px}.custom-script .btn-wrapper{margin:20px 0;display:flex;align-items:center;justify-content:space-between}.custom-script .btn-wrapper_right{justify-content:flex-end}.call-tabs{max-height:400px;overflow:auto}.message{position:relative}.message:before{content:"";width:20px;height:15px;background-image:url(../img/check-solid.d56e9824.svg);position:absolute;top:37px;right:7px;opacity:1;transition:all .7s ease}.unread:before{opacity:0}.datetime-style{border-bottom:1px solid #000;width:200px;padding:5px 0}.clickable{cursor:pointer}.clickable:hover{color:red}.script-text{max-height:600px;overflow:auto}.btn-wrapper{margin-top:20px;display:flex;align-items:center;justify-content:space-between}.btn-wrapper_right{justify-content:flex-end}.btn-wrapper_mb_0{margin-bottom:0!important}.tab{position:relative}.tab__icon{position:absolute;width:18px;height:18px;top:1px;right:1px;background-color:red;display:flex;border-radius:50%;justify-content:center;align-items:center;color:#fff;font-size:12px;letter-spacing:.01em}.client-block__price-input{font-size:36px;margin-left:10px;margin-top:0}.client-block{display:flex;flex-direction:column;justify-content:space-between}.client-block__agent,.client-block__company{text-transform:capitalize}.client-block__price-list{list-style:none}.client-block__price-list li{text-align:right}.client-block__price-list li span{display:block;font-size:36px;font-weight:700}.client-block__info-item{font-weight:700}.client-block__info-item span{color:#1867c0;text-decoration:underline}.client-block__info-list{list-style:none;padding:0!important}.client-block__invalid-price input{color:red!important}.client-block__policy-number{text-align:right}.beneficiary-form{text-align:center}.status-block{margin-left:20px;font-size:18px}.notification{color:#757575;font-size:14px}.call-center,.lead-bottom-control-panel{display:flex;align-items:center}.lead-bottom-control-panel{position:fixed;margin:0;padding:0;list-style:none;height:auto;bottom:0;left:56px;right:0;flex-direction:row;justify-content:center;background-color:#fff;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.lead-bottom-control-panel__item{list-style:none;transition:all .5s ease;width:auto}.lead-bottom-control-panel__item:not(:last-child){margin-right:10px}.lead-bottom-control-panel__btn{width:64px;transition:all .5s ease}.lead-bottom-control-panel__btn:hover{width:120px}.lead-bottom-control-panel__btn:hover .lead-bottom-control-panel__item-text{opacity:1;width:auto;margin-left:5px}.lead-bottom-control-panel__item-text{transition:all .8s ease;width:0;opacity:0}.lead-bottom-control-panel_dark{background-color:#272727}.show{padding:25px 0}@media screen and (max-width:1440px){.lead-bottom-control-panel{flex-direction:column}.lead-bottom-control-panel__controls{margin-top:15px}}.lead{position:relative;margin-bottom:80px}.RawLeads{padding:50px;width:100%;height:100%}.RawLeads__buttons-wrapper{display:inline-flex;align-items:center;justify-content:space-between;margin-bottom:50px}.RawLeads__buttons button{margin-right:30px}.do-not-decorate:hover{text-decoration:none!important}.expanded-title{margin-top:20px;font-size:14px;color:#9fa2b4}.custom-input{margin:0;padding:0}.btn-wrapper{width:100%;margin-bottom:20px;text-align:right}.quote-question{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin:20px 0}.quote-details{height:60px;display:flex;position:relative;box-sizing:border-box;margin-right:20px;margin-bottom:20px;width:100%}.quote-details_std{height:unset;align-items:center;margin-bottom:0}.quote-details_std p{margin-right:10px!important}.toggle-text{font-size:14px;margin:10px 0 10px 0!important;text-align:center}.button-cover{background-color:#fff;box-shadow:0 10px 20px -8px #c5d6d6;border-radius:4px;padding:15px 25px;width:100%}.knobs,.layer{position:absolute;top:0;right:0;bottom:0;left:0}.button{position:relative;width:74px;height:36px;margin:0 0 0 auto;overflow:hidden}.button.r,.button.r .layer{border-radius:100px}.button.b2{border-radius:2px}.checkbox{position:relative;width:100%;height:100%;padding:0;margin:0;opacity:0;cursor:pointer;z-index:3}.knobs{z-index:2}.layer{width:100%;background-color:#fcebeb;transition:all .3s ease;z-index:1}.button-1 .knobs:before{display:flex;justify-content:center;align-items:center;content:"NO";position:absolute;top:50%;left:4px;width:30px;height:30px;color:#fff;font-size:12px;font-weight:700;text-align:center;line-height:1;background-color:#e53935;border-radius:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.18,.89,.35,1.15)}.button-1 .checkbox:checked+.knobs:before{content:"YES";left:42px;background-color:#1de9b6}.button-1 .checkbox:checked~.layer{background-color:#a7ffeb}.button-1 .knobs,.button-1 .knobs:before,.button-1 .layer{transition:all .3s ease}.layer.gender-layer{background-color:#90caf9}.button-gender .knobs:before{display:flex;justify-content:center;align-items:center;content:"M";position:absolute;top:50%;left:4px;width:30px;height:30px;color:#fff;font-size:12px;font-weight:700;text-align:center;line-height:1;background-color:#42a5f5;border-radius:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.18,.89,.35,1.15)}.button-gender .checkbox:checked+.knobs:before{content:"F";left:42px;background-color:#ec407a}.button-gender .checkbox:checked~.layer{background-color:#f48fb1}.button-gender .knobs,.button-gender .knobs:before,.button-gender .layer{transition:all .3s ease}.message{width:100%}.message:not(:last-child){margin-bottom:20px}.message_hide{display:none}.message__info{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.message__info p{margin:0}.message__author,.message__date{font-size:14px;line-height:16px;color:#bababa}.message__author,.message__date,.message__text{font-family:Roboto;font-style:normal;font-weight:400}.message__text{padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.25);border-radius:16px;font-size:16px;line-height:19px}.message_dark .message__text{box-shadow:none;border:1px solid hsla(0,0%,100%,.7)}.message-container{background:#fff;padding:20px;border:1px solid #1867c0;box-sizing:border-box;border-radius:8px;height:300px;display:flex;flex-direction:column;overflow:auto}.message-container_empty{justify-content:center;align-items:center}.message-container_dark{background-color:#1e1e1e}.message-form{display:flex;justify-content:space-between}.message-form__button{width:150px;margin-left:50px}.b-checkbox.checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:baseline;cursor:pointer;line-height:1.25;position:relative;opacity:1;outline:none;display:inline-flex;align-items:center}.b-checkbox.checkbox input{cursor:pointer}.b-checkbox.checkbox:not(.button){margin-right:.5em}.b-checkbox.checkbox:not(.button)+.checkbox:last-child{margin-right:0}.b-checkbox.checkbox input[type=checkbox]{position:absolute;left:0;opacity:0;outline:none;z-index:-1}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;flex-shrink:0;border-radius:4px;border:2px solid #7a7a7a;transition:background .15s ease-out;background:transparent}.b-checkbox.checkbox[disabled]{color:#7a7a7a;cursor:not-allowed}.b-checkbox.checkbox:hover{color:#363636}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%230a0a0a'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23363636'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23f5f5f5'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link,.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success{background:#23d160 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#23d160}.b-checkbox.checkbox.checkbox input[type=checkbox]:checked+.check.is-warning{background:#ffdd57 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='rgba(0,0,0,.7)'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffdd57}.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger{background:#ff3860 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ff3860}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%230a0a0a' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#fff}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black{background:#0a0a0a url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#0a0a0a}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light{background:#f5f5f5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23363636' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#f5f5f5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark{background:#363636 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23f5f5f5' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#363636}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info{background:#167df0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#167df0}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success{background:#23d160 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#23d160}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning{background:#ffdd57 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='rgba(0,0,0,.7)' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ffdd57}.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger{background:#ff3860 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath fill='%23fff' d='M.15.4h.7v.2h-.7z'/%3E%3C/svg%3E") no-repeat 50%;border-color:#ff3860}.b-checkbox.checkbox input[type=checkbox]:focus+.check{box-shadow:0 0 .5em hsla(0,0%,47.8%,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black{box-shadow:0 0 .5em rgba(10,10,10,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96.1%,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link,.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success{box-shadow:0 0 .5em rgba(35,209,96,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,221,87,.8)}.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger{box-shadow:0 0 .5em rgba(255,56,96,.8)}.b-checkbox.checkbox .control-label{padding-left:.5em}.b-checkbox.checkbox.button{display:flex}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check{border-color:#7957d5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white{border-color:#fff}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black{border-color:#0a0a0a}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light{border-color:#f5f5f5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark{border-color:#363636}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link,.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary{border-color:#7957d5}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info{border-color:#167df0}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success{border-color:#23d160}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning{border-color:#ffdd57}.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger{border-color:#ff3860}.b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.lead-table table{border-collapse:collapse;border-spacing:0}.lead-table table td:not([align]),.lead-table table th:not([align]){text-align:left}.lead-table table tbody tr:hover{background-color:#eee}.lead-table table tbody tr td:hover{color:#369;text-decoration:underline}.lead-table .b-table{transition:opacity 86ms ease-out}.lead-table .b-table .table-wrapper.is-card-list thead{display:none}.lead-table .b-table .table-wrapper.is-card-list tfoot th{border:0;display:inherit}.lead-table .b-table .table-wrapper.is-card-list tr{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);max-width:100%;position:relative;display:block}.lead-table .b-table .table-wrapper.is-card-list tr td{border:0;display:inherit}.lead-table .b-table .table-wrapper.is-card-list tr td:last-child{border-bottom:0}.lead-table .b-table .table-wrapper.is-card-list tr:not(:last-child){margin-bottom:1rem}.lead-table .b-table .table-wrapper.is-card-list tr:not([class*=is-]){background:inherit}.lead-table .b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover{background-color:inherit}.lead-table .b-table .table-wrapper.is-card-list tr.detail{margin-top:-1rem}.lead-table .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.lead-table .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}.lead-table .b-table.is-loading{position:relative;pointer-events:none;opacity:.5}.lead-table .b-table.is-loading:after{-webkit-animation:spinAround .5s linear infinite;animation:spinAround .5s linear infinite;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:4em;left:calc(50% - 2.5em);width:5em;height:5em;border-width:.25em}.lead-table .b-table .icon{display:inline-flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:inherit;transition:transform .15s ease-out,opacity 86ms ease-out}.lead-table .b-table .icon svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:1.5rem;height:1.5rem}.lead-table .b-table .icon.is-desc{transform:rotate(180deg)}.lead-table .b-table .icon.is-expanded{transform:rotate(90deg)}.lead-table .b-table .table{width:100%;border:1px solid transparent;border-radius:4px;border-collapse:separate}.lead-table .b-table .table th{font-weight:600}.lead-table .b-table .table th .th-wrap{display:flex;align-items:center}.lead-table .b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.lead-table .b-table .table th .th-wrap.is-numeric{flex-direction:row-reverse;text-align:right}.lead-table .b-table .table th .th-wrap.is-numeric.icon{margin-left:0;margin-right:.5rem}.lead-table .b-table .table th .th-wrap.is-centered{justify-content:center;text-align:center}.lead-table .b-table .table th .th-wrap .input{width:100%;outline:none!important;border-bottom:1px solid rgba(0,0,0,.42);transition:border-bottom-color .3s ease-in-out;font-weight:400}.lead-table .b-table .table th .th-wrap .input:hover{border-bottom-color:rgba(0,0,0,.87)}.lead-table .b-table .table th .th-wrap .input:focus{border-bottom-color:#1976d2}.lead-table .b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.lead-table .b-table .table th.is-sortable:hover{border-color:#7a7a7a}.lead-table .b-table .table th.is-sortable,.lead-table .b-table .table th.is-sortable .th-wrap{cursor:pointer}.lead-table .b-table .table th .multi-sort-cancel-icon{margin-left:10px}.lead-table .b-table .table th.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:3!important;background:#fff}.lead-table .b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%237957d5'/%3E%3C/svg%3E") no-repeat 50%}.lead-table .b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.lead-table .b-table .table tr.is-empty:hover{background-color:transparent}.lead-table .b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.lead-table .b-table .table tr.detail .detail-container{padding:1rem}.lead-table .b-table .table .chevron-cell{vertical-align:middle}.lead-table .b-table .table .checkbox-cell{width:40px}.lead-table .b-table .table .checkbox-cell .checkbox{vertical-align:middle}.lead-table .b-table .table .checkbox-cell .checkbox .check{transition:none}.lead-table .b-table .table:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.lead-table .b-table .table.is-bordered th.is-current-sort,.lead-table .b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}.lead-table .b-table .table td.is-sticky{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:#fff}.lead-table .b-table .table .level:not(.top){padding-bottom:1.5rem}.lead-table .b-table .table .table-wrapper.has-sticky-header{height:300px;overflow-y:auto}.lead-table .b-table .table .table-wrapper.has-sticky-header tr:first-child th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#fff}.lead-table .table{background-color:#fff;color:#363636}.lead-table .table td,.lead-table .table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.lead-table .table td.is-white,.lead-table .table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.lead-table .table td.is-black,.lead-table .table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.lead-table .table td.is-light,.lead-table .table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.lead-table .table td.is-dark,.lead-table .table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.lead-table .table td.is-link,.lead-table .table td.is-primary,.lead-table .table th.is-link,.lead-table .table th.is-primary{background-color:#7957d5;border-color:#7957d5;color:#fff}.lead-table .table td.is-info,.lead-table .table th.is-info{background-color:#167df0;border-color:#167df0;color:#fff}.lead-table .table td.is-success,.lead-table .table th.is-success{background-color:#23d160;border-color:#23d160;color:#fff}.lead-table .table td.is-warning,.lead-table .table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.lead-table .table td.is-danger,.lead-table .table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.lead-table .table td.is-narrow,.lead-table .table th.is-narrow{white-space:nowrap;width:1%}.lead-table .table td.is-selected,.lead-table .table th.is-selected{background-color:#7957d5;color:#fff}.lead-table .table td.is-selected a,.lead-table .table td.is-selected strong,.lead-table .table th.is-selected a,.lead-table .table th.is-selected strong{color:currentColor}.lead-table .table th{color:#363636}.lead-table .table th:not([align]){text-align:left}.lead-table .table tr.is-selected{background-color:#7957d5;color:#fff}.lead-table .table tr.is-selected a,.lead-table .table tr.is-selected strong{color:currentColor}.lead-table .table tr.is-selected td,.lead-table .table tr.is-selected th{border-color:#fff;color:currentColor}.lead-table .table thead{background-color:transparent}.lead-table .table thead td,.lead-table .table thead th{border-width:0 0 2px;color:#363636}.lead-table .table tfoot{background-color:transparent}.lead-table .table tfoot td,.lead-table .table tfoot th{border-width:2px 0 0;color:#363636}.lead-table .table tbody{background-color:transparent}.lead-table .table tbody tr.is-busy{background-color:#dbdbdb;cursor:not-allowed}.lead-table .table tbody tr.is-busy td:hover{color:#363636;text-decoration:none}.lead-table .table tbody tr.is-red{background-color:#e53935}.lead-table .table tbody tr.is-red td{color:#fff}.lead-table .table tbody tr.is-red td:hover{text-decoration:underline}.lead-table .table tbody tr.is-red:hover{background-color:#ff8a80}.lead-table .table tbody tr.is-pink{background-color:#e9338e}.lead-table .table tbody tr.is-pink td{color:#fff}.lead-table .table tbody tr.is-pink td:hover{text-decoration:underline}.lead-table .table tbody tr.is-pink:hover{background-color:#ff8a80}.lead-table .table tbody tr.is-green{background-color:#00e676}.lead-table .table tbody tr.is-green td{color:#000}.lead-table .table tbody tr.is-green td:hover{text-decoration:underline}.lead-table .table tbody tr.is-green:hover{background-color:#69f0ae}.lead-table .table tbody tr.is-dark-green{background-color:#006400}.lead-table .table tbody tr.is-dark-green td{color:#fff}.lead-table .table tbody tr.is-dark-green td:hover{text-decoration:underline}.lead-table .table tbody tr.is-dark-green:hover{background-color:#69f0ae}.lead-table .table tbody tr.is-orange{background-color:#ff9100}.lead-table .table tbody tr.is-orange td{color:#fff}.lead-table .table tbody tr.is-orange td:hover{text-decoration:underline}.lead-table .table tbody tr.is-orange:hover{background-color:#ffab40}.lead-table .table tbody tr.is-blue{background-color:#42a5f5}.lead-table .table tbody tr.is-blue td{color:#fff}.lead-table .table tbody tr.is-blue td:hover{text-decoration:underline}.lead-table .table tbody tr.is-blue:hover{background-color:#64b5f6}.lead-table .table tbody tr.is-yellow{background-color:#f2f065}.lead-table .table tbody tr.is-yellow td{color:#000}.lead-table .table tbody tr.is-yellow td:hover{text-decoration:underline}.lead-table .table tbody tr.is-yellow:hover{background-color:#f5f49e}.lead-table .table tbody tr{cursor:pointer}.lead-table .table tbody tr:last-child td,.lead-table .table tbody tr:last-child th{border-bottom-width:0}.lead-table .table.is-bordered td,.lead-table .table.is-bordered th{border-width:1px}.lead-table .table.is-bordered tr:last-child td,.lead-table .table.is-bordered tr:last-child th{border-bottom-width:1px}.lead-table .table.is-fullwidth{width:100%}.lead-table .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover,.lead-table .table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.lead-table .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#f5f5f5}.lead-table .table.is-narrow td,.lead-table .table.is-narrow th{padding:.25em .5em}.lead-table .table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.lead-table .level{margin-top:1rem;align-items:center;justify-content:space-between}.lead-table .level code{border-radius:4px}.lead-table .level img{display:inline-block;vertical-align:top}.lead-table .level.is-mobile,.lead-table .level.is-mobile .level-left,.lead-table .level.is-mobile .level-right{display:flex}.lead-table .level.is-mobile .level-left+.level-right{margin-top:0}.lead-table .level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.lead-table .level.is-mobile .level-item:not(.is-narrow){flex-grow:1}.lead-table .level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.lead-table .level-item .subtitle,.lead-table .level-item .title{margin-bottom:0}.lead-table .level-left,.lead-table .level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.lead-table .level-left .level-item.is-flexible,.lead-table .level-right .level-item.is-flexible{flex-grow:1}.lead-table .level-left{align-items:center;justify-content:flex-start}.lead-table .level-right{align-items:center;justify-content:flex-end}.lead-table .pagination{font-size:1rem;margin:-.25rem}.lead-table .pagination.is-small{font-size:.75rem}.lead-table .pagination.is-medium{font-size:1.25rem}.lead-table .pagination.is-large{font-size:1.5rem}.lead-table .pagination.is-rounded .pagination-next,.lead-table .pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.lead-table .pagination.is-rounded .pagination-link{border-radius:290486px}.lead-table .pagination,.lead-table .pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.lead-table .pagination-link,.lead-table .pagination-next,.lead-table .pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.25em}.lead-table .pagination-link:hover,.lead-table .pagination-next:hover,.lead-table .pagination-previous:hover{border-color:#b5b5b5;color:#363636}.lead-table .pagination-link:focus,.lead-table .pagination-next:focus,.lead-table .pagination-previous:focus{border-color:#7957d5}.lead-table .pagination-link:active,.lead-table .pagination-next:active,.lead-table .pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.lead-table .pagination-link[disabled],.lead-table .pagination-next[disabled],.lead-table .pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.lead-table .pagination-next,.lead-table .pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.lead-table .pagination-link.is-current{background-color:#7957d5;border-color:#7957d5;color:#fff}.lead-table .pagination-ellipsis{color:#b5b5b5;pointer-events:none}.lead-table .pagination-list{flex-wrap:wrap}.lead-table .pagination .pagination-next,.lead-table .pagination .pagination-previous{padding-left:.25em;padding-right:.25em}.lead-table .pagination .pagination-next.is-disabled,.lead-table .pagination .pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.lead-table .pagination.is-simple{justify-content:normal}.lead-table .pagination.is-simple.is-centered{justify-content:center}.lead-table .pagination.is-simple.is-right{justify-content:flex-end}.lead-table .pagination .is-current{justify-content:center;text-decoration:none;pointer-events:none;cursor:not-allowed}.lead-table .pagination-ellipsis,.lead-table .pagination-link,.lead-table .pagination-next,.lead-table .pagination-previous{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lead-table .pagination-ellipsis[disabled],.lead-table .pagination-link[disabled],.lead-table .pagination-next[disabled],.lead-table .pagination-previous[disabled]{cursor:not-allowed}.lead-table .pagination-ellipsis,.lead-table .pagination-link,.lead-table .pagination-next,.lead-table .pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center;-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.375em - 1px);padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);padding-top:calc(.375em - 1px);position:relative;vertical-align:top}.lead-table .field.has-addons{display:flex;justify-content:flex-start}.lead-table .field.has-addons .control:not(:last-child){margin-right:-1px}.lead-table .field.has-addons .control:not(:first-child):not(:last-child) .button,.lead-table .field.has-addons .control:not(:first-child):not(:last-child) .select select,.lead-table .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable{border-radius:0}.lead-table .field.has-addons .control:first-child:not(:only-child) .button,.lead-table .field.has-addons .control:first-child:not(:only-child) .select select,.lead-table .field.has-addons .control:first-child:not(:only-child) .taginput-container.is-focusable{border-bottom-right-radius:0;border-top-right-radius:0}.lead-table .field.has-addons .control:last-child:not(:only-child) .button,.lead-table .field.has-addons .control:last-child:not(:only-child) .select select,.lead-table .field.has-addons .control:last-child:not(:only-child) .taginput-container.is-focusable{border-bottom-left-radius:0;border-top-left-radius:0}.lead-table .field.has-addons .control .button:not([disabled]).is-hovered,.lead-table .field.has-addons .control .button:not([disabled]):hover,.lead-table .field.has-addons .control .select select:not([disabled]).is-hovered,.lead-table .field.has-addons .control .select select:not([disabled]):hover,.lead-table .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-hovered{z-index:2}.lead-table .field.has-addons .control .button:not([disabled]).is-active,.lead-table .field.has-addons .control .button:not([disabled]).is-focused,.lead-table .field.has-addons .control .button:not([disabled]):active,.lead-table .field.has-addons .control .button:not([disabled]):focus,.lead-table .field.has-addons .control .select select:not([disabled]).is-active,.lead-table .field.has-addons .control .select select:not([disabled]).is-focused,.lead-table .field.has-addons .control .select select:not([disabled]):active,.lead-table .field.has-addons .control .select select:not([disabled]):focus,.lead-table .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active{z-index:3}.lead-table .field.has-addons .control .button:not([disabled]).is-active:hover,.lead-table .field.has-addons .control .button:not([disabled]).is-focused:hover,.lead-table .field.has-addons .control .button:not([disabled]):active:hover,.lead-table .field.has-addons .control .button:not([disabled]):focus:hover,.lead-table .field.has-addons .control .select select:not([disabled]).is-active:hover,.lead-table .field.has-addons .control .select select:not([disabled]).is-focused:hover,.lead-table .field.has-addons .control .select select:not([disabled]):active:hover,.lead-table .field.has-addons .control .select select:not([disabled]):focus:hover,.lead-table .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active:hover{z-index:4}.lead-table .field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.lead-table .field.has-addons.has-addons-centered{justify-content:center}.lead-table .field.has-addons.has-addons-right{justify-content:flex-end}.lead-table .field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.lead-table .field:not(:last-child){margin-bottom:.75rem}.lead-table .field.is-grouped .field:not(:last-child){margin-right:.75rem}.lead-table .select.is-fullwidth,.lead-table .select.is-fullwidth select{width:100%}.lead-table .select:not(.is-multiple):not(.is-loading):after{border-color:#7957d5;right:1.125em;z-index:4}.lead-table .select select{outline:none!important;-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid rgba(0,0,0,.42);border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.375em - 1px);padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);padding-top:calc(.375em - 1px);position:relative;vertical-align:top}.lead-table .select select:focus{border-color:#1867c0}.lead-table .select select option{color:#4a4a4a;padding:.25em .5em}.lead-table .select select option:disabled{cursor:not-allowed;opacity:.5;color:hsla(0,0%,47.8%,.7)}.lead-table .navbar-link:not(.is-arrowless):after,.lead-table .select:not(.is-multiple):not(.is-loading):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.lead-table .button{outline:none!important}.lead-table .button.is-primary,.lead-table .button.is-primary.is-hovered,.lead-table .button.is-primary:hover{background-color:#1867c0;border-color:transparent;color:#fff}.lead-table .button.is-primary.is-focused,.lead-table .button.is-primary:focus{border-color:transparent;color:#fff}.lead-table .button.is-primary.is-focused:not(:active),.lead-table .button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(24,103,192,.2)}.lead-table .button.is-primary.is-active,.lead-table .button.is-primary:active{background-color:#1867c0;box-shadow:0 0 0 .125em rgba(24,103,192,.2);border-color:transparent;color:#fff}.lead-table .button.is-primary[disabled],.lead-table fieldset[disabled] .button.is-primary{background-color:#1867c0;border-color:transparent;box-shadow:none}.lead-table .button.is-primary.is-inverted{background-color:#fff;color:#7957d5}.lead-table .button.is-primary.is-inverted.is-hovered,.lead-table .button.is-primary.is-inverted:hover{background-color:#f2f2f2}.lead-table .button.is-primary.is-inverted[disabled],.lead-table fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.lead-table .button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.lead-table .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.lead-table .button.is-primary.is-outlined.is-focused,.lead-table .button.is-primary.is-outlined.is-hovered,.lead-table .button.is-primary.is-outlined:focus,.lead-table .button.is-primary.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.lead-table .button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.lead-table .button.is-primary.is-outlined.is-loading.is-focused:after,.lead-table .button.is-primary.is-outlined.is-loading.is-hovered:after,.lead-table .button.is-primary.is-outlined.is-loading:focus:after,.lead-table .button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.lead-table .button.is-primary.is-outlined[disabled],.lead-table fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.lead-table .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.lead-table .button.is-primary.is-inverted.is-outlined.is-focused,.lead-table .button.is-primary.is-inverted.is-outlined.is-hovered,.lead-table .button.is-primary.is-inverted.is-outlined:focus,.lead-table .button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.lead-table .button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.lead-table .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.lead-table .button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.lead-table .button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #7957d5 #7957d5!important}.lead-table .button.is-primary.is-inverted.is-outlined[disabled],.lead-table fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.lead-table ul{list-style:none}.lead-table .table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.lead-table_dark .b-table .table{background-color:#1e1e1e}.lead-table_dark .b-table .table thead th{color:#fff}.lead-table_dark .b-table .table tbody tr:hover{background-color:hsla(0,0%,100%,.7)}.lead-table_dark .b-table .table tbody tr:hover td{color:#1e1e1e}.lead-table_dark .b-table .table tbody tr td{color:#fff}.lead-table_dark .b-table .table tbody tr td:hover{color:#1976d2}.lead-table_dark .b-table .table tbody tr.is-busy td{color:#1e1e1e}.lead-table_dark .b-table .table tbody tr.is-red{background-color:#e53935}.lead-table_dark .b-table .table tbody tr.is-red td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-red td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-red:hover{background-color:#ff8a80}.lead-table_dark .b-table .table tbody tr.is-pink{background-color:#e9338e}.lead-table_dark .b-table .table tbody tr.is-pink td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-pink td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-pink:hover{background-color:#ff8a80}.lead-table_dark .b-table .table tbody tr.is-dark-green{background-color:#006400}.lead-table_dark .b-table .table tbody tr.is-dark-green td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-dark-green td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-dark-green:hover{background-color:#69f0ae}.lead-table_dark .b-table .table tbody tr.is-green{background-color:#00e676}.lead-table_dark .b-table .table tbody tr.is-green td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-green td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-green:hover{background-color:#69f0ae}.lead-table_dark .b-table .table tbody tr.is-orange{background-color:#ff9100}.lead-table_dark .b-table .table tbody tr.is-orange td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-orange td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-orange:hover{background-color:#ffab40}.lead-table_dark .b-table .table tbody tr.is-yellow{background-color:#f2f065}.lead-table_dark .b-table .table tbody tr.is-yellow td{color:#000}.lead-table_dark .b-table .table tbody tr.is-yellow td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-yellow:hover{background-color:#f5f49e}.lead-table_dark .b-table .table tbody tr.is-blue{background-color:#42a5f5}.lead-table_dark .b-table .table tbody tr.is-blue td{color:#fff}.lead-table_dark .b-table .table tbody tr.is-blue td:hover{text-decoration:underline}.lead-table_dark .b-table .table tbody tr.is-blue:hover{background-color:#64b5f6}.lead-table_dark .b-table .table td,.lead-table_dark .b-table .table th{border-color:hsla(0,0%,100%,.7)}.lead-table_dark .b-table .table th .th-wrap .input{color:#fff;border-bottom-color:hsla(0,0%,100%,.7)!important}.lead-table_dark .b-table .table th .th-wrap .input:focus{border-bottom-color:#1976d2!important}@media print,screen and (min-width:769px){.lead-table .level{display:flex}.lead-table .level>.level-item:not(.is-narrow){flex-grow:1}}@media print,screen and (min-width:769px){.lead-table .b-table .table-mobile-sort{display:none}}@media screen and (max-width:768px){.lead-table .b-table .table-wrapper.has-sticky-header.has-mobile-cards{height:auto!important;overflow-y:initial!important}}@media screen and (max-width:768px){.lead-table .b-table .table-wrapper.has-mobile-cards thead{display:none}.lead-table .b-table .table-wrapper.has-mobile-cards tfoot th{border:0;display:inherit}.lead-table .b-table .table-wrapper.has-mobile-cards tr{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);max-width:100%;position:relative;display:block}.lead-table .b-table .table-wrapper.has-mobile-cards tr td{border:0;display:inherit}.lead-table .b-table .table-wrapper.has-mobile-cards tr td:last-child{border-bottom:0}.lead-table .b-table .table-wrapper.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.lead-table .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]){background:inherit}.lead-table .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover{background-color:inherit}.lead-table .b-table .table-wrapper.has-mobile-cards tr.detail{margin-top:-1rem}.lead-table .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid #f5f5f5}.lead-table .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;padding-right:.5em;text-align:left}}@media screen and (max-width:768px){.lead-table .level-item:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.lead-table .level-left .level-item:not(:last-child),.lead-table .level-right .level-item:not(:last-child){margin-right:.75rem}}@media screen and (max-width:768px){.lead-table .level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.lead-table .level-left,.lead-table .level-right{display:flex}}@media screen and (max-width:768px){.lead-table .pagination{flex-wrap:wrap}.lead-table .pagination-list li,.lead-table .pagination-next,.lead-table .pagination-previous{flex-grow:1;flex-shrink:1}}@media print,screen and (min-width:769px){.lead-table .pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.lead-table .pagination-previous{order:2}.lead-table .pagination-next{order:3}.lead-table .pagination{justify-content:space-between}.lead-table .pagination.is-centered .pagination-previous{order:1}.lead-table .pagination.is-centered .pagination-list{justify-content:center;order:2}.lead-table .pagination.is-centered .pagination-next{order:3}.lead-table .pagination.is-right .pagination-previous{order:1}.lead-table .pagination.is-right .pagination-next{order:2}.lead-table .pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.Dashboard{padding:50px;width:100%;height:100%}.Dashboard__buttons-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.Dashboard__buttons button{margin-right:30px}