@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);body{font-family:Inter,sans-serif;padding:0;margin:0}*{box-sizing:border-box}ul{margin:0;padding:0}ul,ul li{list-style:none}ul,ul li,ul li a{text-decoration:none}ul li a{color:#fff}input:focus{box-shadow:0 0 10px #0a7ea6}.container_profile{max-width:80%;margin:0 auto}.container_profile .profile-header{display:flex;align-items:center;gap:30px}.container_profile .profile-header .profile-information p{font-size:24px}.container_profile .profile-header .profile-information #user-role{font-size:16px;color:#bbb;text-transform:capitalize}.container_profile .profile-header img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.header__profile{background-color:#fff;position:relative;border-top-right-radius:8px;border-top-left-radius:8px;border-top:1px solid transparent;border-right:1px solid transparent;border-left:1px solid transparent;padding:10px 15px}.header__profile .notify-bell{position:relative;cursor:pointer}.header__profile .notify-bell .count-notify{position:absolute;top:0;right:-3px;background-color:#eb5757;width:12px;height:12px;display:block;border-radius:6px;text-align:center}.header__profile .main_menu{cursor:pointer}.header__profile .main_menu img{width:20px}.header__profile .profile__name{text-transform:uppercase}.header__profile .profile__name #user-role{font-size:12px;text-transform:capitalize;font-weight:400;color:#bbb}.header__profile .wrapper{display:flex;align-items:center;gap:15px}.header__profile .profile__photo{width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.header__profile .settings-profile{display:none;background-color:#fff;position:absolute;width:100%;top:100%;left:-1px;border-bottom:1px solid #bbb;border-right:1px solid #bbb;border-left:1px solid #bbb;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.header__profile .settings-profile .notify-content{padding:10px 15px 15px 15px}.header__profile .settings-profile .notify-content .notify-container-title{margin-top:10px;display:flex;align-items:center;gap:20px;justify-content:space-between}.header__profile .settings-profile .notify-content .notify-container-title .wrapperActionIcon{display:flex;align-items:center;gap:5px}.header__profile .settings-profile .notify-content .notify-container-title img{cursor:pointer;opacity:.5}.header__profile .settings-profile .notify-content .notify-container-title img:hover{opacity:1}.header__profile .settings-profile .notify-content .notify-container-title p{font-size:16px;text-align:center}.header__profile .settings-profile .notify-content .content{max-height:300px;height:100%;display:grid;grid-template-columns:1fr;gap:10px}.header__profile .settings-profile .notify-content .content p.empty{font-size:14px;color:#bbb}.header__profile .settings-profile .notify-content .content.overflow{overflow-y:scroll}.header__profile .settings-profile .notify-content .content .wrapper-content-notify{background-color:#f5f5f5;border-radius:10px;padding:10px 20px;border:1px solid transparent;cursor:pointer}.header__profile .settings-profile .notify-content .content .wrapper-content-notify:hover{border:1px solid #0a7ea6}.header__profile .settings-profile .notify-content .content .wrapper-content-notify .wrappper-text p.title{font-size:14px}.header__profile .settings-profile .notify-content .content .wrapper-content-notify .wrappper-text p.desc{font-size:14px;color:#bbb}.header__profile .settings-profile ul{padding:10px 15px 15px 15px}.header__profile .settings-profile ul li{margin-top:8px}.header__profile .settings-profile ul li:first-child{margin:0!important}.header__profile .settings-profile ul li a{padding:8px 20px;border-radius:10px;border:1px solid #0a7ea6;color:#0a7ea6;display:block;transition:all .25s ease-in-out}.header__profile .settings-profile ul li a:hover{background-color:#0a7ea6;color:#fff}.header__profile .settings-profile ul li a.logout{text-align:center;background-color:#eb5757!important;color:#fff;border:1px solid transparent}.header__profile:hover{border-top:1px solid #bbb;border-right:1px solid #bbb;border-left:1px solid #bbb}.header__profile:hover .settings-profile{display:block;z-index:9}.genereal__wrapper{display:flex;align-items:center;gap:30px;margin-bottom:30px}.genereal__wrapper p{font-size:14px;color:#90a2ab}.genereal__wrapper p span{font-weight:600;color:#677787}a{text-decoration:underline;list-style:none;color:#f28123}.filter{width:100%;background:#e6e8e6;display:flex;align-items:center;gap:18px;padding:0 0 34px 0}.filter__type{cursor:pointer;text-decoration:none;color:#677787}.filter__type.active{color:#0a7ea6!important;font-weight:700;border-bottom:1px solid #0a7ea6!important;margin-bottom:-7px;padding:0 0 6px 0}.continue-btn{background:#f28123;border-radius:10px;padding:13px 48px;color:#fff;display:inline-block;outline:none;border:none;max-width:300px;margin:30px 0;cursor:pointer;border:1px solid transparent;transition:all .2s ease-in-out}.continue-btn:hover{color:#f28123;background:transparent;border:1px solid #f28123}.progress{max-width:100%;width:100%;box-sizing:border-box;background:#eee;margin-top:50px}.progress,.progress .placeholder{height:3px;border-radius:6px;transition:all .3s ease-in-out}.progress .placeholder{background-color:#0a7ea6}.deleteIcon,.editIcon{cursor:pointer}.buttonsActiveClient{display:flex;align-items:center;gap:15px}.decrementStep{margin-top:10px;display:flex;align-items:center;gap:5px;font-weight:600;color:#0b5c84;cursor:pointer;transition:all .2s linear;opacity:.5}.decrementStep:hover{opacity:1}.wrapperBoxInsurables{margin-top:15px}.container-alert p{color:tomato;font-size:14px}.wrapper-input-number.flex{display:flex;align-items:center;gap:10px}.wrapper-input-number input{max-width:300px;border:none;outline:none;height:44px;border-radius:6px;padding:0 15px;border:1px solid #bbb}.wrapper-input-number{display:grid;grid-template-columns:1fr;gap:10px}.authentication .authentication-grid{display:grid;grid-template-columns:1fr 1fr}@media(max-width:768px){.authentication .authentication-grid{grid-template-columns:1fr}}.authentication .authentication-grid .wrap-left{background-color:#1e2839;height:100vh}@media(max-width:768px){.authentication .authentication-grid .wrap-left{padding:0 25px}}.authentication .authentication-grid .wrap-left .auth-box .title{margin-top:73px;text-align:center}.authentication .authentication-grid .wrap-left .auth-box .title h1{color:#fff;font-weight:800}.authentication .authentication-grid .wrap-left .auth-box .inputs{display:grid;grid-template-columns:1fr;gap:20px;max-width:429px;margin:30px auto 0 auto}.authentication .authentication-grid .wrap-left .logotype{margin-top:150px}.authentication .authentication-grid .wrap-left .logotype img{display:block;margin:0 auto}.authentication .authentication-grid .wrap-right{height:100vh}.authentication .authentication-grid .wrap-right .wrapper-img{display:flex;justify-content:center;align-items:center;height:100%}@media(max-width:768px){.authentication .authentication-grid .wrap-right{display:none!important}}.base-input-email{color:#fff!important;font-size:16px!important;margin-bottom:8px;display:block;font-weight:400}.wrapperInputsEmail{display:flex;align-items:center;height:40px}.wrapperInputsPass{display:flex;position:relative}.wrapperInputsPass .base-input-number{height:40px!important}.wrapperInputsPass img{position:absolute;cursor:pointer;top:50%;right:20px;transform:translateY(-50%)}.btn-classic{background:#0a7ea6;border-radius:10px;padding:6px 12px;outline:none;border:none;color:#fff;cursor:pointer;height:40px;display:flex;align-items:center;justify-content:center;list-style:none;text-decoration:none;transition:all .2s ease-in-out}.btn-classic:hover{background:#075a76}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}.dashboardMain{display:grid;grid-template-columns:280px 1fr}.head{background:#0a7ea6!important;color:#fff!important;padding:20px 0;font-weight:700!important;align-items:center}.head__id{text-align:center;width:50px;font-size:12px}.head__insurer{width:500px;font-size:12px}.head__product{width:223px;font-size:12px}.head__created{width:102px;font-size:12px}.head__status{width:197px;font-size:12px}.item{display:flex;gap:10px;align-items:center;padding:12px 0 16px 0;height:20px;border-top:1px solid rgba(135,148,161,.25);color:#677787!important;font-size:14px!important}.item__id{text-align:center;width:50px}.item__insurer{width:500px}.item__product{width:223px}.item__created{width:102px}.item__status{width:197px}.disable{pointer-events:none;opacity:.5}.deleteForm{background:#eb5757!important;border:none!important;padding:15px 0!important;color:#fff!important;cursor:pointer}html{margin-right:calc(-100vw - -100%);overflow-x:hidden}._container{max-width:1177px;width:100%;padding:30px;margin:0 auto}p{margin:0}.App{background:#fff;display:flex;justify-content:flex-end;font-family:Inter,sans-serif;font-size:14px;color:#677787}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.link-active{color:#0a7ea6!important;font-weight:700;border-bottom:1px solid #0a7ea6!important;margin-bottom:-7px;padding:0 0 6px 0}.fadeOut{animation-name:fadeOut}.fadeInDown{animation-name:fadeInDown}.fadeInUp{animation-name:fadeInUp}.fade-enter-active{transition:opacity .3s ease-in}.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDown{0%{opacity:.5;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInUp{0%{opacity:.5;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.c-toast-container{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:9999;pointer-events:none}.c-toast-container--top{flex-direction:column}.c-toast-container--bottom{flex-direction:column-reverse}@media screen and (max-width:768px){.c-toast-container{padding:0;position:fixed!important}}.c-toast--bottom,.c-toast--top{align-self:center}.c-toast--bottom-right,.c-toast--top-right{align-self:flex-end}.c-toast--bottom-left,.c-toast--top-left{align-self:flex-start}.v--default-css .c-toast--success{background-color:#28a745}.v--default-css .c-toast--info{background-color:#17a2b8}.v--default-css .c-toast--warning{background-color:#ffc107}.v--default-css .c-toast--error{background-color:#dc3545}.v--default-css .c-toast--default{background-color:#343a40}.v--default-css .c-toast{display:grid;align-items:center;animation-duration:.15s;margin:.5em 0;border-radius:.5em;pointer-events:auto;color:#fff;min-height:3em;cursor:pointer;font-family:Avenir,Helvetica,Arial,sans-serif;padding:.5em 2em;word-break:break-word}