@charset "UTF-8";*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{width:100%;margin:0;padding:0;min-height:100vh;background-color:#fff;font-family:Lato,Helvetica,Arial,sans-serif;scroll-behavior:smooth}html body{width:100%;margin:0;padding:0;color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.box-shadow{-webkit-box-shadow:rgba(149,157,165,.2) 0px 8px 24px;-moz-box-shadow:rgba(149,157,165,.2) 0px 8px 24px;box-shadow:#959da533 0 8px 24px}.layout{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.layout__login{width:100%;height:100vh}.layout__header{width:100%;height:55px;position:fixed;top:0;left:0;right:0;z-index:100;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:10px 15px}.layout__header__left{display:flex;align-items:center}.layout__header__left a{width:35px;height:35px;display:inline-block;margin-right:15px}.layout__header__left a img{width:100%}.layout__header__left .logo{height:35px}.layout__header__right{position:relative;display:flex;align-items:center;justify-content:flex-end}.layout__header__right .account-info{position:relative;font-size:14px;font-family:Montserrat,Helvetica,Arial,cursive;font-weight:700;color:#222;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:14px}.layout__header__right .account-info:after{position:absolute;top:3px;right:0;content:"▼";font-size:8px}.layout__header__right .account-dropdown{position:absolute;width:200px;top:30px;right:0;background-color:#fff;border-radius:4px;-webkit-box-shadow:rgba(149,157,165,.2) 0px 8px 24px;-moz-box-shadow:rgba(149,157,165,.2) 0px 8px 24px;box-shadow:#959da533 0 8px 24px}.layout__header__right .account-dropdown ul{padding:10px 0;margin:0;list-style:none}.layout__header__right .account-dropdown ul li{width:100%}.layout__header__right .account-dropdown ul li a{display:block;padding:10px 20px;font-size:14px;font-family:Montserrat,Helvetica,Arial,cursive;color:#222;text-decoration:none}.layout__header__right .account-dropdown ul li a:hover{font-weight:700}.layout__left{position:relative;width:250px;z-index:99}@media (max-width: 991px){.layout__left{width:0;margin-left:-300px;position:fixed;left:0;top:0;bottom:0;z-index:99;overflow:hidden;background-color:#fff;transition:all .5s ease-in-out}.layout__left.show{width:90%;margin-left:0;border-right:1px solid #e5e5e5}}.layout__left ul{width:100%;height:100vh;overflow:auto;list-style:none;padding:55px 0 0;margin:0}.layout__left ul li{width:100%}.layout__left ul li a{width:100%;display:block;padding:15px;text-decoration:none;color:#222;font-size:15px;font-family:Montserrat,Helvetica,Arial,cursive;font-weight:700;cursor:pointer}.layout__left ul li a:hover{opacity:.8}.layout__left ul li a.active{color:#fff;background-color:#222}.layout__right{width:calc(100% - 250px);height:100vh;overflow:auto;padding:75px 20px 20px}@media (max-width: 991px){.layout__right{width:100%}}.layout__right__content{width:100%;padding:20px;border-radius:5px}.layout__right__content.form{margin-bottom:90px}@media (max-width: 991px){.layout__right__content.form{margin-bottom:60px}}.db-global-content{width:100%}.db-global-content__header{width:100%;padding-bottom:15px;border-bottom:1px solid #e5e5e5;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.db-global-content__header__left__title{font-size:18px;font-weight:700;font-family:Montserrat,Helvetica,Arial,cursive;margin:0 0 3px}.db-global-content__header__left__subtitle{font-size:13px;color:#777;margin:0}.db-global-content__header__left__subtitle span{color:#ff5b4f}.db-global-content__header__right{display:flex;gap:10px}@media (max-width: 991px){.db-global-content__header__right{flex-wrap:wrap;margin-top:12px}}.db-global-content__header__right__toggle{display:flex;gap:10px}@media (max-width: 991px){.db-global-content__header__right__toggle{flex-direction:column;margin-top:20px}}.db-global-content__header__right__toggle__item{display:flex;align-items:center;gap:10px}.db-global-content__header__right button,.db-global-content__header__right a{text-decoration:none;display:inline-block;font-size:14px;font-family:Montserrat,Helvetica,Arial,cursive;font-weight:700;background-color:#222;border:1px solid #222222;border-radius:4px;color:#fff;padding:10px 18px;letter-spacing:.5px;cursor:pointer}.db-global-content__header__right button:hover,.db-global-content__header__right a:hover{opacity:.8}.db-global-content__header__right button.default,.db-global-content__header__right a.default{background-color:#fff;border-color:#222;color:#222}.db-global-content__header__right button.danger,.db-global-content__header__right a.danger{background-color:#ff5252;border-color:#ff5252}.db-global-content__header__right button.disabled,.db-global-content__header__right a.disabled{background-color:#e5e5e5;border-color:#e5e5e5;color:#777;pointer-events:none;cursor:not-allowed}.db-global-content__header__right button.text,.db-global-content__header__right a.text{padding:0;color:#ff5b4f;background-color:transparent;border:0;margin-right:10px;font-weight:400;letter-spacing:0}.db-global-content__header__bottom{display:flex;width:100%;margin-top:15px}@media (max-width: 991px){.db-global-content__header__bottom{flex-direction:column}}.db-global-content__header__bottom__childs{width:50%;display:flex}@media (max-width: 991px){.db-global-content__header__bottom__childs{width:100%;flex-direction:column;margin-bottom:10px}.db-global-content__header__bottom__childs>input{margin-bottom:10px}}.db-global-content__header__bottom__childs input{width:100%!important}.db-global-content__header__bottom input{width:35%;padding:10px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:15px;font-family:Lato,Helvetica,Arial,sans-serif}.db-global-content__header__bottom input.dp__input_reg{padding-left:35px!important}@media (max-width: 991px){.db-global-content__header__bottom input{width:100%}}.db-global-content__header__bottom .search{cursor:pointer;margin-left:10px;border:1px solid #ff5b4f;background-color:#ff5b4f;color:#fff;font-size:14px;font-weight:700;font-family:Montserrat,Helvetica,Arial,cursive;width:150px;border-radius:4px}@media (max-width: 991px){.db-global-content__header__bottom .search{min-height:40px;width:100%;margin-left:0;margin-top:10px}}.db-global-content__header__bottom .search.reset{background-color:#fff;color:#ff5b4f}.db-global-content__total{width:100%;padding-bottom:20px;border-bottom:1px solid #e5e5e5;margin-bottom:20px}.db-global-content__total p{margin:0;font-size:16px}.db-global-content__table-filter{width:100%;display:flex;flex-wrap:wrap;margin:0 0 15px}.db-global-content__table-filter__item{width:33.3333%;padding-right:10px}.db-global-content__table-filter__item.four{width:25%}.db-global-content__table-filter__item .filter-input{display:block;width:100%;padding:9px 15px;border:1px solid #e5e5e5;border-radius:4px;font-size:15px;font-family:Lato,Helvetica,Arial,sans-serif}.db-global-content__table-filter__item .filter{font-size:14px;font-family:Montserrat,Helvetica,Arial,cursive;font-weight:700;letter-spacing:.5px;background-color:#ff5b4f;border:1px solid #ff5b4f;color:#fff;border-radius:4px;padding:8px 15px;cursor:pointer}.db-global-content__table-filter__item .filter:hover{opacity:.8}.db-global-content__table-filter__item .filter.disabled{background-color:#e5e5e5;color:#777;border-color:#e5e5e5;pointer-events:none;cursor:not-allowed}.db-global-content__table{width:100%;overflow:auto}.db-global-content__table table{width:100%;border-collapse:collapse}.db-global-content__table table tr:nth-child(2n){background-color:#fafafa}.db-global-content__table table tr:hover{background-color:#f0f0f0}.db-global-content__table table tr td,.db-global-content__table table tr th{border:1px solid #DDDDDD;padding:15px;font-size:15px;font-family:Montserrat,Helvetica,Arial,cursive}.db-global-content__table table tr td .table-image,.db-global-content__table table tr th .table-image{width:100px}.db-global-content__table table tr td .table-input,.db-global-content__table table tr th .table-input{width:100%;padding:8px 12px;border:1px solid #e5e5e5;border-radius:4px}.db-global-content__table table tr td .details,.db-global-content__table table tr th .details{width:100%;border:1px solid #e5e5e5;border-radius:3px;padding:10px}.db-global-content__table table tr td .details h5,.db-global-content__table table tr th .details h5{font-size:13px;margin:0 0 3px;white-space:nowrap}.db-global-content__table table tr td .details p,.db-global-content__table table tr th .details p{font-size:12px;margin:0 0 3px;white-space:nowrap}.db-global-content__table table tr td .action,.db-global-content__table table tr th .action{display:flex;flex-wrap:wrap}.db-global-content__table table tr td .action button,.db-global-content__table table tr td .action a,.db-global-content__table table tr th .action button,.db-global-content__table table tr th .action a{display:inline-block;font-size:13px;font-weight:700;font-family:Montserrat,Helvetica,Arial,cursive;letter-spacing:.5px;background-color:#fff;border:1px solid #5e5e5e;color:#5e5e5e;padding:8px 16px;border-radius:4px;margin-right:5px;margin-bottom:5px;text-decoration:none;cursor:pointer}.db-global-content__table table tr td .action button:hover,.db-global-content__table table tr td .action a:hover,.db-global-content__table table tr th .action button:hover,.db-global-content__table table tr th .action a:hover{opacity:.8}.db-global-content__table table tr td .action button.danger,.db-global-content__table table tr td .action a.danger,.db-global-content__table table tr th .action button.danger,.db-global-content__table table tr th .action a.danger{background-color:#ff5252;color:#fff;border-color:#ff5252}.db-global-content__table table tr td .action button.secondary,.db-global-content__table table tr td .action a.secondary,.db-global-content__table table tr th .action button.secondary,.db-global-content__table table tr th .action a.secondary{background-color:#222;color:#fff;border-color:#222}.db-global-content__table table tr td .action button.disabled,.db-global-content__table table tr td .action a.disabled,.db-global-content__table table tr th .action button.disabled,.db-global-content__table table tr th .action a.disabled{pointer-events:none;cursor:not-allowed;background-color:#e5e5e5;border-color:#e5e5e5;color:#777}.db-global-content__table table tr th{font-weight:700;padding-top:12px;padding-bottom:12px;text-align:left;background-color:#3b3b3b;color:#fff;border:1px solid #3b3b3b}.result-documents{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;border:1px solid #e5e5e5;border-radius:4px;padding:20px;margin-bottom:20px}@media (max-width: 991px){.result-documents{flex-direction:column;margin-bottom:0}}.result-documents__item{width:100%;display:flex;gap:10px}@media (max-width: 991px){.result-documents__item{flex-direction:column}}.result-documents__item button{background-color:#ff5252;border:1px solid #ff5252;color:#fff;border-radius:4px;font-size:13px;font-weight:700;cursor:pointer}@media (max-width: 991px){.result-documents__item button{width:80px;padding:6px 10px;margin-left:auto}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.ryla-main[data-v-816c46cc]{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.ryla-main__content[data-v-816c46cc]{display:block;width:100%;max-width:700px;padding:50px;margin:0 auto;text-align:center}.ryla-main__content img[data-v-816c46cc]{height:80px}.ryla-main__content a[data-v-816c46cc]{color:#000;font-weight:700}.ryla-main__content a[data-v-816c46cc]:hover{text-decoration:none}@media (max-width: 600px){.ryla-main__content h1[data-v-816c46cc]{font-size:40px}.ryla-main__content p[data-v-816c46cc]{font-size:18px}}.ryla-not-found[data-v-ef408060]{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.ryla-not-found__content[data-v-ef408060]{display:block;width:100%;max-width:700px;padding:50px;margin:0 auto;text-align:center}.ryla-not-found__content img[data-v-ef408060]{height:80px}.ryla-not-found__content a[data-v-ef408060]{color:#000;font-weight:700}.ryla-not-found__content a[data-v-ef408060]:hover{text-decoration:none}@media (max-width: 600px){.ryla-not-found__content h1[data-v-ef408060]{font-size:40px}.ryla-not-found__content p[data-v-ef408060]{font-size:18px}}.loader[data-v-0f01a173]{width:100%;margin:5px 15px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.loader img[data-v-0f01a173]{height:60px}.loader span[data-v-0f01a173]{font-size:15px;font-family:Montserrat,Helvetica,Arial,cursive;letter-spacing:.5px}
