body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.btn-back-left{position:absolute;top:20px;left:20px}.btn-back-left i{font-size:30px}.btn-custom-1{background-color:#f9ac19;color:#fff;border-radius:3px;border:1.5px solid #f9ac19;transition:.3s;padding:10px 30px}.btn-custom-1:hover{background-color:transparent;color:#f9ac19}.btn-custom-green{background-color:#1dae7c;color:#fff;border-radius:3px;border:1.5px solid #1dae7c;transition:.3s;padding:10px 30px}.btn-custom-green:hover{background-color:transparent;color:#1dae7c}.btn-custom-blue{background-color:#1e90ff;color:#fff;border-radius:3px;border:1.5px solid #1e90ff;transition:.3s;padding:10px 30px}.btn-custom-blue:hover{background-color:transparent;color:#1e90ff}.btn-custom-edit{transition:.3s;padding:10px 30px}.btn-custom-edit,.btn-custom-edit:hover{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#ebebeb}.btn-custom-2{background-color:#a5a4bf;color:#fff;border-radius:3px;padding:15px;border:1.5px solid #a5a4bf;transition:.3s}.btn-custom-2:hover{background-color:transparent;color:#a5a4bf}.btn-toggle-inactive,.btn-toggle-inactive:hover{background-color:#ebe7e7;color:#fff}.btn-toggle-active,.btn-toggle-active:hover{background-color:#f9ac19;color:#fff}.btn-transparent{padding:10px}.btn-transparent i{color:#707070}.btn-selected{background-color:#f9ac19;justify-content:center;align-items:center;display:flex;border:none;border-radius:50%}.btn-selected i{color:#fff;font-size:15px}.btn-selectable,.btn-selectable:hover{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#ebebeb;padding:15px!important}.flex-center,.flex-column-center{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.flex-column-center{flex-direction:column}.flex-column-left{justify-content:center}.flex-column-left,.flex-column-left-2{display:flex;align-items:flex-start;flex-direction:column}.flex-column-left-2{justify-content:flex-start}.flex-end{justify-content:flex-end}.flex-end,.flex-left{display:flex;align-items:center;flex-wrap:wrap}.flex-left{justify-content:flex-start}.flex-between{align-items:center}.flex-between,.flex-between-2,.flex-between-3{display:flex;justify-content:space-between}.flex-between-3{align-items:flex-start}.nav-bar{justify-content:flex-end;display:flex;align-items:center;padding:15px;border-bottom:1.5px solid #ebe7e7;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:5}.nav-bar .notifications{position:relative}.nav-bar .notifications i{color:#707070!important}.nav-bar .notifications .counter{position:absolute;left:100%;bottom:100%;border-radius:50%;width:17px;height:17px;justify-content:center;align-items:center;display:flex;background-color:#f9ac19;transform:translate(-200%,100%)!important}.nav-bar .notifications .counter span{color:#fff;font-weight:700;margin:0;padding:0;font-size:12px}.nav-bar .user-module{display:flex;justify-content:center;align-items:center;border-left:1.5px solid #ebe7e7;padding-left:15px}.side-nav{position:fixed;top:0;left:0;width:250px;height:100vh;background-color:#43425d;color:#fff;z-index:4}.side-nav .side-nav-header{background-color:#2e2d3f;padding:20px}.side-nav .side-nav-header .side-nav-logo{width:100px}.side-nav .side-nav-body{list-style:none;padding:0;margin-top:40px}.side-nav .side-nav-body .side-nav-el a{transition:.3s;padding:15px;display:flex;justify-content:flex-start;align-items:center}.side-nav .side-nav-body .side-nav-el a span:first-child i{font-size:25px;color:#a5a4bf}.side-nav .side-nav-body .side-nav-el a span:nth-child(2){font-size:16px;margin-left:10px}.side-nav .side-nav-body .side-nav-el a span:nth-child(2).active{color:#f9ac19}.side-nav .side-nav-body .side-nav-el a:hover{background-color:#2e2d3f}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.login{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center}.login .logo{width:120px}.login .login-form{border:1px solid #707070;color:#ebebeb;padding:50px;border-radius:5px;min-height:450px}.login .login-form .form-group .input-group-text{border:1px solid #e4e4e4;background-color:#ebebeb}.login .login-form .form-group .input-group-text .checked{color:#39de3e}.login .login-form .form-group .form-control{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#fff;padding:22px!important;text-align:center}.circle-loader{position:fixed;bottom:20px;left:20px}.circle-loader .lds-ring{display:inline-block;position:relative;width:80px;height:80px}.circle-loader .lds-ring div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#707070}.circle-loader .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.circle-loader .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.circle-loader .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard{padding-left:250px;min-height:100vh!important;background-color:#ebebeb;position:relative}.dashboard .dashboard-items{padding:40px}.dashboard .dash-item{border:1px solid #707070;border-radius:5px;padding:20px;cursor:pointer;min-width:200px}.dashboard .dash-item .dash-item-icon i{font-size:60px}.dashboard .dash-item .dash-item-text p{margin:0;padding:0;font-size:20px}.items-app h2{font-weight:400}.items-app button i{color:#707070}.items-app .row .col-8{margin:0;padding:0}.items-app .row .col-sm-6{padding:0}.items-app .row .col-4{margin:0;padding:0}.companies,.items-app,.items-web,.leads,.reservations{width:100%;padding:20px}.companies .document-wrapper .counter,.items-app .document-wrapper .counter,.items-web .document-wrapper .counter,.leads .document-wrapper .counter,.reservations .document-wrapper .counter{font-size:20px}.companies .document-wrapper .document-inner,.items-app .document-wrapper .document-inner,.items-web .document-wrapper .document-inner,.leads .document-wrapper .document-inner,.reservations .document-wrapper .document-inner{min-width:120px;height:120px;position:relative;padding:15px;border:1.5px dashed grey;border-radius:5px;cursor:pointer}.companies .document-wrapper .document-inner .done,.items-app .document-wrapper .document-inner .done,.items-web .document-wrapper .document-inner .done,.leads .document-wrapper .document-inner .done,.reservations .document-wrapper .document-inner .done{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#9acd32}.companies .document-wrapper .document-inner .custom-file,.items-app .document-wrapper .document-inner .custom-file,.items-web .document-wrapper .document-inner .custom-file,.leads .document-wrapper .document-inner .custom-file,.reservations .document-wrapper .document-inner .custom-file{position:absolute;top:0;left:0;height:100%!important;border:none!important;outline:none!important;box-shadow:none!important;background-color:transparent!important;cursor:pointer}.companies .document-wrapper .document-inner .custom-file .custom-file-input,.items-app .document-wrapper .document-inner .custom-file .custom-file-input,.items-web .document-wrapper .document-inner .custom-file .custom-file-input,.leads .document-wrapper .document-inner .custom-file .custom-file-input,.reservations .document-wrapper .document-inner .custom-file .custom-file-input{height:100%;border:none!important;background-color:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .document-wrapper .document-inner .custom-file .custom-file-label,.items-app .document-wrapper .document-inner .custom-file .custom-file-label,.items-web .document-wrapper .document-inner .custom-file .custom-file-label,.leads .document-wrapper .document-inner .custom-file .custom-file-label,.reservations .document-wrapper .document-inner .custom-file .custom-file-label{height:100%!important;border:none!important;background-color:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .document-wrapper .document-inner .custom-file .custom-file-label:after,.items-app .document-wrapper .document-inner .custom-file .custom-file-label:after,.items-web .document-wrapper .document-inner .custom-file .custom-file-label:after,.leads .document-wrapper .document-inner .custom-file .custom-file-label:after,.reservations .document-wrapper .document-inner .custom-file .custom-file-label:after{content:"";background-color:transparent;border:none!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .table,.items-app .table,.items-web .table,.leads .table,.reservations .table{border:none!important;border-top:2px solid transparent!important}.companies .table thead,.companies .table thead tr,.items-app .table thead,.items-app .table thead tr,.items-web .table thead,.items-web .table thead tr,.leads .table thead,.leads .table thead tr,.reservations .table thead,.reservations .table thead tr{border:none!important}.companies .table thead tr th,.items-app .table thead tr th,.items-web .table thead tr th,.leads .table thead tr th,.reservations .table thead tr th{border-bottom:2px solid transparent!important}.companies .table thead tr th p,.items-app .table thead tr th p,.items-web .table thead tr th p,.leads .table thead tr th p,.reservations .table thead tr th p{font-weight:700;margin:0!important;padding:0!important}.companies .table tbody tr,.items-app .table tbody tr,.items-web .table tbody tr,.leads .table tbody tr,.reservations .table tbody tr{border:none!important}.companies .table tbody tr td,.items-app .table tbody tr td,.items-web .table tbody tr td,.leads .table tbody tr td,.reservations .table tbody tr td{border:none!important;border-top:1px solid transparent!important;padding:8px}.companies .table tbody tr td p,.items-app .table tbody tr td p,.items-web .table tbody tr td p,.leads .table tbody tr td p,.reservations .table tbody tr td p{background-color:#fff!important;padding:10px;margin:0}.companies .a-buttons button i,.items-app .a-buttons button i,.items-web .a-buttons button i,.leads .a-buttons button i,.reservations .a-buttons button i{color:#707070}.companies .company-form,.items-app .company-form,.items-web .company-form,.leads .company-form,.reservations .company-form{position:relative}.companies .company-form .photo-element,.items-app .company-form .photo-element,.items-web .company-form .photo-element,.leads .company-form .photo-element,.reservations .company-form .photo-element{width:150px;height:150px;border-radius:3px;position:relative;border:1.5px solid #ebe7e7}.companies .company-form .photo-element .btn-clear-img,.items-app .company-form .photo-element .btn-clear-img,.items-web .company-form .photo-element .btn-clear-img,.leads .company-form .photo-element .btn-clear-img,.reservations .company-form .photo-element .btn-clear-img{position:absolute;bottom:100%;left:100%;background-color:#f9ac19;color:#fff;border:none!important;outline:none!important;border-radius:50%;width:30px;height:30px;padding:0;display:flex;justify-content:center;align-items:center;transform:translate(-50%,50%)}.companies .company-form .photo-element .progress,.items-app .company-form .photo-element .progress,.items-web .company-form .photo-element .progress,.leads .company-form .photo-element .progress,.reservations .company-form .photo-element .progress{position:absolute;bottom:5px;left:50%;transform:translate(-50%);z-index:2;width:70%}.companies .company-form .photo-element .progress .progress-bar,.items-app .company-form .photo-element .progress .progress-bar,.items-web .company-form .photo-element .progress .progress-bar,.leads .company-form .photo-element .progress .progress-bar,.reservations .company-form .photo-element .progress .progress-bar{background-color:#f9ac19}.companies .company-form .custom-file,.items-app .company-form .custom-file,.items-web .company-form .custom-file,.leads .company-form .custom-file,.reservations .company-form .custom-file{position:absolute;top:0;left:0;height:100px!important;border:none!important;outline:none!important;box-shadow:none!important;background-color:transparent!important;cursor:pointer}.companies .company-form .custom-file .custom-file-input,.items-app .company-form .custom-file .custom-file-input,.items-web .company-form .custom-file .custom-file-input,.leads .company-form .custom-file .custom-file-input,.reservations .company-form .custom-file .custom-file-input{height:100%;border:none!important;background-color:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .company-form .custom-file .custom-file-label,.items-app .company-form .custom-file .custom-file-label,.items-web .company-form .custom-file .custom-file-label,.leads .company-form .custom-file .custom-file-label,.reservations .company-form .custom-file .custom-file-label{height:100%!important;border:none!important;background-color:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .company-form .custom-file .custom-file-label:after,.items-app .company-form .custom-file .custom-file-label:after,.items-web .company-form .custom-file .custom-file-label:after,.leads .company-form .custom-file .custom-file-label:after,.reservations .company-form .custom-file .custom-file-label:after{content:"";background-color:transparent;border:none!important;cursor:pointer;outline:none!important;box-shadow:none!important}.companies .company-form .photo-element-add,.items-app .company-form .photo-element-add,.items-web .company-form .photo-element-add,.leads .company-form .photo-element-add,.reservations .company-form .photo-element-add{position:relative;height:100px;width:100px;border:1.5px dashed #707070;border-radius:50%;cursor:pointer}.companies .company-form .photo-element-add i,.items-app .company-form .photo-element-add i,.items-web .company-form .photo-element-add i,.leads .company-form .photo-element-add i,.reservations .company-form .photo-element-add i{font-size:35px;color:#707070}.companies .company-form .form-group .input-group-text,.items-app .company-form .form-group .input-group-text,.items-web .company-form .form-group .input-group-text,.leads .company-form .form-group .input-group-text,.reservations .company-form .form-group .input-group-text{border:1px solid #e4e4e4;background-color:#ebebeb}.companies .company-form .form-group .input-group-text .checked,.items-app .company-form .form-group .input-group-text .checked,.items-web .company-form .form-group .input-group-text .checked,.leads .company-form .form-group .input-group-text .checked,.reservations .company-form .form-group .input-group-text .checked{color:#39de3e}.companies .company-form .form-group .form-control,.items-app .company-form .form-group .form-control,.items-web .company-form .form-group .form-control,.leads .company-form .form-group .form-control,.reservations .company-form .form-group .form-control{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#fff;padding:22px!important}.companies .company-item,.items-app .company-item,.items-web .company-item,.leads .company-item,.reservations .company-item{background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.2);width:100%!important;position:relative}.companies .company-item .company-body,.items-app .company-item .company-body,.items-web .company-item .company-body,.leads .company-item .company-body,.reservations .company-item .company-body{padding:15px}.companies .company-item .company-body .row,.items-app .company-item .company-body .row,.items-web .company-item .company-body .row,.leads .company-item .company-body .row,.reservations .company-item .company-body .row{padding:0;margin:0}.companies .company-item .company-body .profile_img,.items-app .company-item .company-body .profile_img,.items-web .company-item .company-body .profile_img,.leads .company-item .company-body .profile_img,.reservations .company-item .company-body .profile_img{width:70px;border-radius:50%}.companies .company-item .company-footer,.items-app .company-item .company-footer,.items-web .company-item .company-footer,.leads .company-item .company-footer,.reservations .company-item .company-footer{padding:15px;border-top:1px solid #ebe7e7}.companies .company-item .action-buttons,.items-app .company-item .action-buttons,.items-web .company-item .action-buttons,.leads .company-item .action-buttons,.reservations .company-item .action-buttons{position:absolute;top:5px;right:5px}.companies .company-item .action-buttons .btn,.items-app .company-item .action-buttons .btn,.items-web .company-item .action-buttons .btn,.leads .company-item .action-buttons .btn,.reservations .company-item .action-buttons .btn{padding:5px}.companies .company-item .action-buttons .btn i,.items-app .company-item .action-buttons .btn i,.items-web .company-item .action-buttons .btn i,.leads .company-item .action-buttons .btn i,.reservations .company-item .action-buttons .btn i{font-size:20px;color:#707070}.companies .row,.items-app .row,.items-web .row,.leads .row,.reservations .row{width:100%}.companies .form-group .input-group .input-group-text,.items-app .form-group .input-group .input-group-text,.items-web .form-group .input-group .input-group-text,.leads .form-group .input-group .input-group-text,.reservations .form-group .input-group .input-group-text{background-color:#fff;border:none;color:#707070;padding:5px!important}.companies .form-group .input-group .form-control,.items-app .form-group .input-group .form-control,.items-web .form-group .input-group .form-control,.leads .form-group .input-group .form-control,.reservations .form-group .input-group .form-control{background-color:#fff;border:none;outline:none!important;box-shadow:none!important;height:auto!important;padding:5px!important}.companies .form-group .input-group .form-control:active,.items-app .form-group .input-group .form-control:active,.items-web .form-group .input-group .form-control:active,.leads .form-group .input-group .form-control:active,.reservations .form-group .input-group .form-control:active{outline:none!important;box-shadow:none!important}.companies .lead-item,.items-app .lead-item,.items-web .lead-item,.leads .lead-item,.reservations .lead-item{background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,.2);width:100%!important}.companies .lead-item .lead-body,.items-app .lead-item .lead-body,.items-web .lead-item .lead-body,.leads .lead-item .lead-body,.reservations .lead-item .lead-body{padding:10px}.companies .lead-item .lead-footer,.items-app .lead-item .lead-footer,.items-web .lead-item .lead-footer,.leads .lead-item .lead-footer,.reservations .lead-item .lead-footer{padding:10px;border-top:1px solid #ebe7e7}.companies .lead-item .lead-item-origin p,.items-app .lead-item .lead-item-origin p,.items-web .lead-item .lead-item-origin p,.leads .lead-item .lead-item-origin p,.reservations .lead-item .lead-item-origin p{font-size:12px;margin:0;padding:0}.modal-proposal-wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;padding:20px;overflow:auto;z-index:6;-webkit-animation-name:show-modal;animation-name:show-modal;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes show-modal{0%{top:100%}to{top:0}}.modal-proposal-wrapper .btn-close-modal{position:fixed;top:20px;right:20px;background-color:#707070;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;z-index:8;-webkit-animation-name:show-in-late;animation-name:show-in-late;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes show-in-late{0%{opacity:0}to{opacity:1}}.modal-proposal-wrapper .btn-close-modal i{color:#fff;font-size:30px}.modal-proposal-wrapper .btn-close-modal:active,.modal-proposal-wrapper .btn-close-modal:hover{border:none!important;outline:none!important}.modal-proposal-wrapper .modal-proposal{width:60%;background-color:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.2);padding:40px;border-radius:10px;position:relative;z-index:6;min-height:450px!important}.modal-proposal-wrapper .modal-proposal .field-element h5{padding:0;margin:0}.modal-proposal-wrapper .modal-proposal .field-element .header{color:#707070;font-size:16px!important}.modal-proposal-wrapper .modal-proposal .field-element .header-2{font-weight:400;margin-bottom:0!important;padding:0!important;font-size:16px!important}.modal-proposal-wrapper .modal-proposal .action-text{position:absolute;bottom:0;left:0;width:100%;padding:20px;border-top:1px solid #ebe7e7;cursor:pointer}.modal-proposal-wrapper .modal-proposal .action-text h1{color:#f9ac19;padding:0;margin:0}.modal-proposal-wrapper .modal-proposal .field-element{padding:10px;border-bottom:1px dashed #707070}.modal-proposal-wrapper .modal-proposal .field-element .header{font-size:20px;padding:0;margin:0}.modal-proposal-wrapper .modal-proposal .field-element .value{padding:0;margin:0}.modal-proposal-wrapper .modal-proposal .field-element a.a-value{display:block}.modal-proposal-wrapper .mudatodo-img img{width:100px}.modal-home-wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:20px;overflow:auto;z-index:6;-webkit-animation-name:show-modal;animation-name:show-modal;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@keyframes show-modal{0%{top:100%}to{top:0}}.modal-home-wrapper .btn-close-modal{position:fixed;top:20px;right:20px;background-color:#707070;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;z-index:8;-webkit-animation-name:show-in-late;animation-name:show-in-late;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s}@keyframes show-in-late{0%{opacity:0}to{opacity:1}}.modal-home-wrapper .btn-close-modal i{color:#fff;font-size:30px}.modal-home-wrapper .btn-close-modal:active,.modal-home-wrapper .btn-close-modal:hover{border:none!important;outline:none!important}.modal-home-wrapper .modal-home{width:60%;background-color:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.2);padding:40px;border-radius:10px;position:relative;z-index:6}.modal-home-wrapper .modal-home .action-text{position:absolute;bottom:0;left:0;width:100%;padding:20px;border-top:1px solid #ebe7e7;cursor:pointer}.modal-home-wrapper .modal-home .action-text h1{color:#f9ac19;padding:0;margin:0}.modal-home-wrapper .modal-home .logo-mudapartner{width:120px}.modal-home-wrapper .modal-home .field-element{padding:10px;border-bottom:1px dashed #707070}.modal-home-wrapper .modal-home .field-element .header{font-size:20px;padding:0;margin:0}.modal-home-wrapper .modal-home .field-element .value{padding:0;margin:0}.modal-home-wrapper .modal-home .field-element a.a-value{display:block}.modal-home-wrapper .mudatodo-img img{width:100px}.modal-home-wrapper .modal-home-company-2{background-color:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.2);padding:40px;min-width:400px;border-radius:10px;position:relative;z-index:6}.modal-home-wrapper .modal-home-company-2 .form-group .input-group-text{border:1px solid #e4e4e4;background-color:#ebebeb}.modal-home-wrapper .modal-home-company-2 .form-group .input-group-text .checked{color:#39de3e}.modal-home-wrapper .modal-home-company-2 .form-group .form-control{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#ebebeb;padding:22px!important}.modal-home-wrapper .modal-home-company-2 .company-logo-absolute{position:absolute;bottom:100%;left:50%;transform:translate(-50%,50%)}.modal-home-wrapper .modal-home-company-2 .company-logo-absolute img{width:80px}.modal-home-wrapper .modal-home-company-2 .modal-home-text{font-size:20px;margin:0}.modal-home-wrapper .modal-home-company-2 .action-text{position:absolute;bottom:0;left:0;width:100%;padding:20px;border-top:1px solid #ebe7e7;cursor:pointer}.modal-home-wrapper .modal-home-company-2 .action-text h4{color:#f9ac19;padding:0;margin:0}.modal-home-wrapper .modal-home-company-2 .field-element{padding:10px;border-bottom:1px dashed #707070}.modal-home-wrapper .modal-home-company-2 .field-element .header{font-size:20px;padding:0;margin:0}.modal-home-wrapper .modal-home-company-2 .field-element .value{padding:0;margin:0}.modal-home-wrapper .modal-home-company-2 .field-element a.a-value{display:block}.modal-home-wrapper .modal-home-company{background-color:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.2);padding:40px 40px 100px;min-width:400px;border-radius:10px;position:relative;z-index:6}.modal-home-wrapper .modal-home-company .form-group .input-group-text{border:1px solid #e4e4e4;background-color:#ebebeb}.modal-home-wrapper .modal-home-company .form-group .input-group-text .checked{color:#39de3e}.modal-home-wrapper .modal-home-company .form-group .form-control{border:1px solid #e4e4e4;border-radius:3px;outline:none!important;box-shadow:none!important;background-color:#ebebeb;padding:22px!important}.modal-home-wrapper .modal-home-company .company-logo-absolute{position:absolute;bottom:100%;left:50%;transform:translate(-50%,50%)}.modal-home-wrapper .modal-home-company .company-logo-absolute img{width:80px}.modal-home-wrapper .modal-home-company .modal-home-text{font-size:20px;margin:0}.modal-home-wrapper .modal-home-company .action-text{position:absolute;bottom:0;left:0;width:100%;padding:20px;border-top:1px solid #ebe7e7;cursor:pointer}.modal-home-wrapper .modal-home-company .action-text h4{color:#f9ac19;padding:0;margin:0}.modal-home-wrapper .modal-home-company .field-element{padding:10px;border-bottom:1px dashed #707070}.modal-home-wrapper .modal-home-company .field-element .header{font-size:20px;padding:0;margin:0}.modal-home-wrapper .modal-home-company .field-element .value{padding:0;margin:0}.modal-home-wrapper .modal-home-company .field-element a.a-value{display:block}.inventory-elements .inventory-element{border:none!important;padding:0;width:100px;height:130px}.inventory-elements .inventory-element div{width:100px;height:100px;border-radius:3px;position:relative;border:1.5px solid #ebe7e7;cursor:pointer}.inventory-elements .inventory-element div .btn-selected{background-color:#39de3e;border:none;width:30px;height:30px;border-radius:50%;position:absolute;left:100%;bottom:100%;transform:translate(-50%,50%);display:flex;justify-content:center;align-items:center}.inventory-elements .inventory-element div .btn-selected i{color:#fff}.inventory-elements .inventory-element p{text-align:center;margin:4px 0 0}.photo-elements .photo-element{width:150px;height:150px;border-radius:3px;position:relative;border:1.5px solid #ebe7e7}.photo-elements .photo-element .btn-clear-img{position:absolute;bottom:100%;left:100%;background-color:#f9ac19;color:#fff;border:none!important;outline:none!important;border-radius:50%;width:30px;height:30px;padding:0;display:flex;justify-content:center;align-items:center;transform:translate(-50%,50%)}.photo-elements .photo-element .progress{position:absolute;bottom:5px;left:50%;transform:translate(-50%);z-index:2;width:70%}.photo-elements .photo-element .progress .progress-bar{background-color:#f9ac19}.photo-elements .custom-file{position:absolute;top:0;left:0;height:100px!important}.photo-elements .custom-file,.photo-elements .custom-file .custom-file-input{border:none!important;outline:none!important;box-shadow:none!important;background-color:transparent!important;cursor:pointer}.photo-elements .custom-file .custom-file-input{height:100%}.photo-elements .custom-file .custom-file-label{height:100%!important;border:none!important;background-color:transparent!important;cursor:pointer;outline:none!important;box-shadow:none!important}.photo-elements .custom-file .custom-file-label:after{content:"";background-color:transparent;border:none!important;cursor:pointer;outline:none!important;box-shadow:none!important}.photo-elements .photo-element-add{position:relative;height:150px;width:150px;border:1.5px dashed #f9ac19;border-radius:3px;cursor:pointer}.photo-elements .photo-element-add i{font-size:35px;color:#707070}.modal-inventory-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:40px;background-color:rgba(0,0,0,.4);z-index:8;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;overflow:auto}.modal-inventory-wrapper .modal-inventory{z-index:10;width:80%;overflow:auto;background-color:#fff;padding:40px}.modal-inventory-wrapper .modal-inventory .btn-selectable{padding:10px!important;transition:.3s}.modal-inventory-wrapper .modal-inventory .btn-selectable:active{background-color:#f9ac19}.modal-inventory-wrapper .modal-inventory .btn-selectable:active i{color:#fff}.modal-inventory-wrapper .modal-inventory .modal-element{border-bottom:1px dashed #707070!important;padding:5px}.modal-inventory-wrapper .modal-inventory .modal-element .quantity{font-size:20px;margin:10px}.modal-inventory-wrapper .modal-inventory .fragile-icon{width:40px;height:50px;position:relative;border-radius:3px;border:1px solid #ebe7e7}.modal-inventory-wrapper .modal-inventory .fragile-icon button{position:absolute;left:100%;bottom:100%;transform:translate(-50%,50%);width:20px;height:20px}.modal-inventory-wrapper .modal-inventory .fragile-indicator-box{border:2px dashed #f9ac19;padding:15px;border-radius:3px}.loading-feedback{background-color:rgba(0,0,0,.6);position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.loading-feedback h3{-webkit-animation-name:text-beating;animation-name:text-beating;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1s;animation-duration:1s;color:#fff}@-webkit-keyframes text-beating{0%{color:#fff}50%{color:hsla(0,0%,100%,.5)}to{color:#fff}}@keyframes text-beating{0%{color:#fff}50%{color:hsla(0,0%,100%,.5)}to{color:#fff}}@media screen and (max-width:800px){.modal-home-wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;padding:0;overflow:auto;z-index:6;-webkit-animation-name:show-modal;animation-name:show-modal;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes show-modal{0%{top:100%}to{top:0}}@keyframes show-modal{0%{top:100%}to{top:0}}.modal-home-wrapper .btn-close-modal{position:fixed;top:20px;right:20px;background-color:#707070;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;z-index:8;-webkit-animation-name:show-in-late;animation-name:show-in-late;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes show-in-late{0%{opacity:0}to{opacity:1}}@keyframes show-in-late{0%{opacity:0}to{opacity:1}}.modal-home-wrapper .btn-close-modal i{color:#fff;font-size:30px}.modal-home-wrapper .btn-close-modal:active,.modal-home-wrapper .btn-close-modal:hover{border:none!important;outline:none!important}.modal-home-wrapper .modal-home{width:100%;background-color:#fff;box-shadow:0 8px 8px 0 rgba(0,0,0,.2);padding:20px;border-radius:0;position:relative;z-index:6}.modal-home-wrapper .modal-home .action-text{position:absolute;bottom:0;left:0;width:100%;padding:20px;border-top:1px solid #ebe7e7;cursor:pointer}.modal-home-wrapper .modal-home .action-text h1{color:#f9ac19;padding:0;margin:0}.modal-home-wrapper .modal-home .logo-mudapartner{width:120px}.modal-home-wrapper .modal-home .field-element{padding:10px;border-bottom:1px dashed #707070}.modal-home-wrapper .modal-home .field-element .header{font-size:20px;padding:0;margin:0}.modal-home-wrapper .modal-home .field-element .value{padding:0;margin:0}.modal-home-wrapper .modal-home .field-element a.a-value{display:block}}.btn,.btn:active,.btn:hover,.form-control{outline:none!important;box-shadow:none!important}.form-control:active,.form-control:focus{border-color:inherit!important}.custom-select{outline:none!important;box-shadow:none!important}.custom-select:active,.custom-select:focus{border-color:inherit!important}
/*# sourceMappingURL=main.0c61abf9.chunk.css.map */