:root{--primary:#8420d3;--primary-hover:#8c52ff;--white:#fff;--gray-100:#eee}*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f7f9!important}.myApp .describe strong{font-weight:600}.myApp .describe p{margin-bottom:0}.page-alerts{display:flex;flex-direction:column;gap:4px;margin-top:15px}.page-alerts span{align-items:center;background:#ffdcd9;border-radius:5px;color:#ff3b30;display:flex;font-size:.8rem;font-weight:500;gap:8px;padding:6px 12px}.page-alerts span.warning{background:#ffe7c1;color:#e08700}.page-alerts span.info{background:#e6effe;color:#3b82f6}.page-alerts span i{font-size:1.3rem}.page-alerts span p{margin-bottom:0}.page-return{align-items:center;display:flex;justify-content:space-between}.page-return a{align-items:center;background:transparent;color:#afafaf;display:inline-flex;font-size:.85rem;font-weight:500;gap:5px;outline:0;text-decoration:none;transition:all .2s}.page-return a i{font-size:1.2rem}.page-return a:hover{color:#1a1a1a}.page-return button{background:#8420d3;border-radius:6px;color:#fff;font-size:.9rem;font-size:bold;padding:6px 12px}.alert{font-size:.85rem;font-weight:500;padding:10px 14px!important}.alert>div{align-items:center;display:flex!important;flex-direction:row!important;gap:10px;margin-top:0!important}.alert>div i{font-size:1.5rem}.alert.alert-success{--bs-alert-color:#125d3a!important;--bs-alert-bg:#cff5d4!important;--bs-alert-border-color:#9ec594!important}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-text-fill-color:#000;-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}a,body,button,h1,h2,h3,h4,h5,h6,input,small{font-family:Inter,sans-serif!important}a{text-decoration:none}a,button{outline:0}button{border:0}.btnWhatsapp{fill:#fff;align-items:center;background:#23b51c;border-radius:50%;bottom:20px;box-shadow:2px 2px 6px rgba(0,0,0,.4);color:#fff;cursor:pointer;display:flex;height:55px;justify-content:center;position:fixed;right:20px;text-decoration:none;transition:all .3s;width:55px;z-index:100}.btnWhatsapp:hover{background:#4dc247;color:#fff}.btnWhatsapp i{font-size:2rem}.spinner-loading{align-items:center;background:rgba(0,0,0,.431);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;transition:all .3s;z-index:999}.spinner-loading .loader{animation:rotation 1s linear infinite;border:5px solid var(--primary);border-bottom:5px solid transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:60px;width:60px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mi-modal .modal-content{border-radius:15px}.mi-modal .modal-title{color:#1a1a1a;font-size:1.1rem;font-weight:600}.mi-modal .modal-header{border:none}.mi-modal .modal-body{display:flex;flex-direction:column;gap:12px;margin:0;padding:0 var(--bs-modal-padding)}.mi-modal .modal-body .input-content{align-items:stretch;display:flex;flex-wrap:wrap;gap:12px}.mi-modal .modal-body .input-content .input-full{flex:100%}.mi-modal .modal-body .input-content .input{flex:1 48%}.mi-modal .modal-body .input{display:flex;flex-direction:column;gap:3px}.mi-modal .modal-body .input span{color:#ff3b30;font-size:.7rem;font-weight:500;margin:0}.mi-modal .modal-body .input label{align-items:center;display:flex;font-size:.85rem;font-weight:500;gap:3px}.mi-modal .modal-body .input label small{color:#707070;font-size:.7rem}.mi-modal .modal-body .input label>span{color:#ff3b30}.mi-modal .modal-body .input label>label{align-items:center;display:flex;gap:4px;margin-left:auto}.mi-modal .modal-body .input label>a{color:#7a7a7a;font-size:.8rem;font-weight:400;margin-left:auto;text-decoration:none}.mi-modal .modal-body .input label>a:hover{text-decoration:underline}.mi-modal .modal-body .input input,.mi-modal .modal-body .input select{background:#f4f4f4;border:1px solid #d8d8d8;border-radius:10px;font-size:.9rem;outline:0;padding:6px 12px}.mi-modal .modal-body .input input.error,.mi-modal .modal-body .input select.error{border:1px solid #ff3b30}.mi-modal .modal-body .input input:disabled,.mi-modal .modal-body .input select:disabled{background:#eee;pointer-events:none}.mi-modal .modal-body .input input:focus{border-color:var(--primary)!important;box-shadow:inset 0 0 0 1px var(--primary)!important}.mi-modal .modal-body>button{align-items:center;background:#8420d3;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:500;justify-content:center;margin-top:15px;padding:14px;transition:all .3s}.mi-modal .modal-body>button:hover{background:#590c94}.mi-modal .modal-body>button[disabled]{filter:grayscale(1);opacity:.6}.mi-modal .modal-footer{padding:var(--bs-modal-padding) 0}.mi-modal .modal-footer button{background:transparent;border-radius:5px;color:#1a1a1a;font-size:.9rem;font-weight:500;padding:8px 12px}.mi-modal .modal-footer button[type=submit]{background:#8420d3;color:#fff}header{background:#f4f7f9;justify-content:space-between;margin:0 auto;max-width:1130px;padding:14px 15px;position:sticky;top:0;width:100%;z-index:1}header,header .not_logged_in{align-items:center;display:flex}header .not_logged_in{background:#8420d3;border-radius:5px;color:#fff;font-size:.85rem;font-weight:500;gap:8px;padding:6px 12px;text-decoration:none;transition:all .2s}header .not_logged_in:hover{background:#6819a7;color:#fff}header .not_logged_in p{margin-bottom:0}header .not_logged_in img{width:20px}header .not_logged_in i{font-size:1.2rem}header .logged_with_platform{align-items:center;display:flex;gap:10px}header .logged_with_platform>span{align-items:flex-end;border-right:1px solid #ddd;display:flex;flex-direction:column;padding-right:10px}header .logged_with_platform>span p{color:#afafaf;font-size:.73rem;font-weight:400;margin-bottom:-4px;text-align:right}header .logged_with_platform a{align-items:center;background:#fff;border-radius:12px;border-radius:50px;color:#707070;display:flex;gap:5px;justify-content:center;padding:10px 14px;text-decoration:none;transition:all .3s}header .logged_with_platform a:hover{color:#1a1a1a}header .logged_with_platform a p{font-size:.8rem;font-weight:500;margin-bottom:0}header>a img{height:28px;max-width:115px}header>a img[data-type=influencer]{height:42px}header>div{align-items:center}header>div,header>div>nav{display:flex;gap:10px;justify-content:flex-end}header>div>nav{align-items:stretch;height:38px}header>div>nav .profile_progress{align-items:center;background:#fff;border-radius:500px;display:flex;gap:6px;padding:8px 10px;text-decoration:none}header>div>nav .profile_progress>i{color:#8420d3;font-size:1.2rem}header>div>nav .profile_progress>span{align-items:flex-start;background:#f2deff;border-radius:500px;display:flex;height:5px;overflow:hidden;width:70px}header>div>nav .profile_progress>span>span{align-items:center;background:#8420d3;display:flex;height:100%}header>div>nav .profile_progress>p{color:#707070;font-size:.7rem;font-weight:500;margin-bottom:0}header>div>nav>a,header>div>nav>button{align-items:center;aspect-ratio:1/1;background:#fff;border:1px solid rgba(2,28,55,.075);border-radius:50px;color:#707070;display:flex;font-size:12px;font-weight:500;gap:3px;height:100%;justify-content:center;padding:7px 14px;transition:all .2s;width:38px}header>div>nav>a p,header>div>nav>button p{margin-bottom:0}header>div>nav>a:hover,header>div>nav>button:hover{color:#1a1a1a}header>div>nav>a i,header>div>nav>button i{font-size:1.4rem}header>div>nav>a.header-subscriptions,header>div>nav>button.header-subscriptions{aspect-ratio:none;gap:6px;text-decoration:none;width:unset}header>div>nav>a.header-subscriptions.active,header>div>nav>button.header-subscriptions.active{background:rgba(132,32,211,.102);border-color:rgba(132,32,211,.16);color:#8420d3}header>div>nav>a.header-credit,header>div>nav>button.header-credit{aspect-ratio:unset;width:auto}header>div>nav>a.header-credit .header-credit-badge,header>div>nav>button.header-credit .header-credit-badge{border:none;height:8px;right:0;top:6px;width:8px}header>div>nav>a.header-credit .header-credit-badge.credit-warning,header>div>nav>button.header-credit .header-credit-badge.credit-warning{background:#e08700}header>div>nav>a.header-credit .header-credit-badge.credit-expired,header>div>nav>button.header-credit .header-credit-badge.credit-expired{background:#ff3b30}header>div>nav>a>span,header>div>nav>button>span{align-items:center;display:inline-flex;justify-content:center;position:relative}header>div>nav>a>span>span,header>div>nav>button>span>span{background:#ff3b30;border:2px solid #fff;border-radius:50%;height:10px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:10px}header .profile>div{align-items:center;cursor:pointer;display:flex;gap:8px}header .profile>div>p{color:#afafaf;display:flex;flex-direction:column;font-size:.9rem;font-weight:400;line-height:16px;margin-bottom:0;text-align:right}header .profile>div>p b{color:#1a1a1a;font-weight:500;text-align:right;text-transform:capitalize}header .profile>div span{align-items:center;background:#fff;border:2px solid #8420d3;border-radius:50%;color:#afafaf;display:inline-flex;font-size:.9rem;font-weight:600;height:42px;justify-content:center;overflow:hidden;position:relative;text-transform:uppercase;width:42px}header .profile>div span img{background:#fff;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}header .profile_drop{border:none;box-shadow:0 0 4px 0 rgba(0,0,0,.2);max-width:250px;padding:10px 0}header .profile_drop .profile_desc{align-items:center;border-radius:4px;color:#000;display:flex;gap:10px;margin:0 12px;padding:6px;text-decoration:none;transition:all .3s}header .profile_drop .profile_desc:hover{background:#eee}header .profile_drop .profile_desc>div{align-items:center;background:#f4f7f9;border:2px solid #8420d3;border-radius:50%;color:#1a1a1a;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:45px;justify-content:center;overflow:hidden;position:relative;width:45px}header .profile_drop .profile_desc>div img{background:#f4f7f9;bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}header .profile_drop .profile_desc span{display:flex;flex-direction:column;overflow-x:hidden}header .profile_drop .profile_desc span strong{color:#1a1a1a;font-size:.9rem;font-weight:500;line-height:normal;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap}header .profile_drop .profile_desc span p{color:#afafaf;font-size:.8rem;font-weight:400;line-height:normal;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header .profile_drop hr{color:#afafaf;margin:.5rem 0;opacity:.3}header .profile_drop a{align-items:center;border-radius:4px;color:#707070;display:flex;font-size:1rem;font-weight:500;gap:12px;justify-content:flex-start;margin:0 12px;padding:8px;transition:all .2s;width:auto}header .profile_drop a:hover{background:rgba(2,28,55,.075)}header .profile_drop a svg{color:#8420d3}header .profile_bell{border:none;box-shadow:0 0 4px 0 rgba(0,0,0,.2);max-width:350px;padding:10px 0 0;width:100%}header .profile_bell .profile_bell_empty{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:10px 0}header .profile_bell .profile_bell_empty img{margin-bottom:10px;max-width:85px}header .profile_bell .profile_bell_empty strong{color:#000;font-size:.9rem;font-weight:500;margin-bottom:3px;text-align:center}header .profile_bell .profile_bell_empty p{color:#000;font-size:.65rem;font-weight:400;max-width:290px;text-align:center}header .profile_bell>span{align-items:center;display:flex;justify-content:space-between;margin:5px 0 15px;padding:0 18px}header .profile_bell>span h4{font-size:1rem;font-weight:500;margin-bottom:0}header .profile_bell button{align-items:flex-start;border-radius:0;border-top:1px solid rgba(2,28,55,.075);color:#000;display:flex!important;font-size:.9rem;font-weight:400;gap:12px;justify-content:flex-start;padding:8px 18px;transition:all .2s;width:100%}header .profile_bell button>span{stroke:#1a1a1a;align-items:center;background:rgba(2,28,55,.075);border-radius:12px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}header .profile_bell button>span i{font-size:1.5rem}header .profile_bell button>span[data-type=info]{background:#a4e8e7;color:#014355}header .profile_bell button>span[data-type=warning]{background:#e8c3a4;color:#552b01}header .profile_bell button>span[data-type=feature]{background:#dbdafe;color:#0c095f}header .profile_bell button>span[data-type=fix]{background:#a5e8a4;color:#025501}header .profile_bell button>div{display:flex;flex-direction:column}header .profile_bell button>div strong{color:#000;font-size:.8rem;font-weight:500}header .profile_bell button>div strong:first-letter{text-transform:uppercase}header .profile_bell button>div p{color:#1a1a1a;font-size:.68rem;font-weight:400;margin-bottom:0;white-space:normal}header .profile_bell button>div p:first-letter{text-transform:uppercase}header .profile_bell button>div small{color:#2e2e2e;font-size:.57rem;font-weight:400}header .profile_bell button[data-read=false],header .profile_bell button[data-read=false]:hover{background:#fef7f1}header .profile_bell button:hover{background:rgba(2,28,55,.075)}@media (max-width:566px){header .profile_progress span{display:none!important}}@media (max-width:400px){header .header-credit,header .header-subscriptions{aspect-ratio:1/1!important;width:-moz-fit-content!important;width:fit-content!important}header .header-credit p,header .header-subscriptions p{display:none}}.select_language{position:absolute;right:30px;top:30px}.select_language>button{align-items:center;background:#eee;border:1px solid #ccc;border-radius:4px;color:#000;display:flex;font-size:.9rem;font-weight:600;justify-content:center;padding:5px 12px;transition:all .3s}.select_language>button i{transition:all .3s}.select_language>button i:first-child{font-size:1.2rem;margin-right:6px}.select_language>button.show i:last-child{transform:rotate(180deg)}.select_language>button i:last-child{font-size:1rem;margin-left:2px}.select_language .dropdown-menu{border:none;border-radius:16px;box-shadow:0 30px 60px -12px rgba(50,50,93,.2),0 18px 36px -18px rgba(0,0,0,.2),0 -12px 36px -8px rgba(0,0,0,.02);display:none;flex-direction:column;min-width:11rem;overflow:hidden;padding:0}.select_language .dropdown-menu.show{display:flex}.select_language .dropdown-menu a{align-items:center;color:#2c3357;display:flex;font-size:.9rem;font-weight:500;gap:4px;justify-content:space-between;padding:12px 16px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.19,1,.22,1)}.select_language .dropdown-menu a:hover{background:hsla(300,3%,92%,.7)}.select_language .dropdown-menu a:before{background-color:#ecebec;content:"";height:1px;left:7.5%;position:absolute;top:0;width:85%}.select_language .dropdown-menu a strong{font-weight:700;text-transform:uppercase}.select_language .dropdown-menu a>i{font-size:1.3rem}.form-fluid .input-content .vue-tel-input input{padding:7px}.vue-tel-input{border:1px solid #ccc!important;border-radius:4px!important;flex-direction:row!important;font-size:.9rem!important;margin-top:5px;margin-top:0!important;padding:1px;width:100%}.vue-tel-input.clear input{padding-left:0}.vue-tel-input input{padding:11px}.vue-tel-input:focus-within{border-color:var(--primary)!important;box-shadow:inset 0 0 0 1px var(--primary)!important}.choice{align-items:center;cursor:pointer;display:flex;gap:10px;justify-content:flex-start}.choice.min span{height:14px;width:14px}.choice h6{align-items:center;color:#1a1a1a;display:flex;font-size:.64rem;font-weight:500;gap:5px;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choice input{display:none}.choice input:checked~span{background:#8420d3!important;color:#fff!important}.choice span{align-items:center;background:rgba(1,18,35,.075)!important;border-radius:4px;color:rgba(1,18,35,.075)!important;display:flex;height:25px;justify-content:center;margin-bottom:0;transition:all .3s;width:25px}.choice span i{color:unset;font-size:1.4rem;pointer-events:none}.choice span:hover{background:rgba(0,3,6,.075)!important;color:rgba(0,3,6,.075)!important}.choice_large{align-items:center;cursor:pointer;display:flex;gap:10px!important;justify-content:flex-start}.choice_large.min span{height:20px;width:20px}.choice_large.min span i{font-size:1.05rem}.choice_large h6{color:#000;font-size:.7rem;font-weight:500;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choice_large h6 a{font-size:.7rem!important}.choice_large input{display:none}.choice_large input:checked~span{background:var(--primary)!important;color:#fff!important}.choice_large span{align-items:center;background:#ccc!important;border-radius:4px;color:#ccc!important;display:flex;flex-shrink:0;height:25px;justify-content:center;margin-bottom:0;transition:all .3s;width:25px}.choice_large span i{color:unset;font-size:1.4rem;pointer-events:none}.choice_large span:hover{background:#b4b4b4!important;color:#b4b4b4!important}.choice_default{align-items:center;cursor:pointer;display:flex;gap:10px!important;justify-content:flex-start}.choice_default h6{color:#969696;font-size:.7rem;font-weight:500;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.choice_default input{display:none}.choice_default input:checked~span{background:#3b82f6!important;border-color:#3a70e2!important;color:#fff!important}.choice_default span{align-items:center;background:#e4f2ff!important;border:1px solid #3a70e2!important;border-radius:4px;color:#e4f2ff!important;display:flex;flex-shrink:0;height:16px;justify-content:center;margin-bottom:0;transition:all .3s;width:16px}.choice_default span i{color:unset;font-size:1rem;pointer-events:none}.modal-credit{max-width:670px!important;width:-moz-fit-content!important;width:fit-content!important}.modal-credit .modal-content{background:#f4f7f9;border:none;border-radius:15px;min-height:60vh;overflow:hidden}.modal-credit .modal-content.modal-content-finish{min-height:auto;padding:0 0 40px}.modal-credit .credit-finish-describe{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 100px}.modal-credit .credit-finish-describe>div{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.modal-credit .credit-finish-describe>div img{height:100%;max-height:140px;max-width:180px;width:100%}.modal-credit .credit-finish-describe>div h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:0;max-width:227px;text-align:center}.modal-credit .credit-finish-describe>strong{color:#1a1a1a;font-size:.9rem;font-weight:600;margin-bottom:4px;margin-top:26px;max-width:430px;text-align:center}.modal-credit .credit-finish-describe>p{color:#707070;font-size:.8rem;font-weight:400;margin-bottom:0;max-width:430px;text-align:center}.modal-credit .credit-finish-describe>p b{color:#8420d3;font-weight:400}.modal-credit .credit-finish-describe>ul{align-items:center;background:#fff;border-radius:10px;display:flex;flex-direction:column;list-style:none;margin:15px 0 0;max-width:260px;padding:10px;width:100%}.modal-credit .credit-finish-describe>ul li{align-items:center;display:flex;gap:5px;justify-content:flex-start;width:100%}.modal-credit .credit-finish-describe>ul li:first-child{border-bottom:1px solid rgba(2,28,55,.075);margin-bottom:10px;padding-bottom:10px}.modal-credit .credit-finish-describe>ul li>span{align-items:center;background:#f4f7f9;border-radius:50%;display:flex;flex-shrink:0;height:22px;justify-content:center;width:22px}.modal-credit .credit-finish-describe>ul li>strong{color:#1a1a1a;font-size:.9rem;font-weight:600}.modal-credit .credit-finish-describe>ul li>p{color:#1a1a1a;font-size:.9rem;font-weight:500;margin-bottom:0;margin-left:auto}.modal-credit .modal-credit-change{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap}.modal-credit .modal-credit-change.modal-credit-country{min-height:41vh}.modal-credit .modal-credit-change.modal-credit-country .credit-form,.modal-credit .modal-credit-change.modal-credit-country .credit-form-footer{margin-top:auto}.modal-credit .modal-credit-change .credit-current{align-items:center;display:inline-flex;flex:1 350px;flex-direction:column;height:auto;justify-content:space-between}.modal-credit .modal-credit-change .credit-current .credit-used{margin-top:auto}.modal-credit .modal-credit-change .credit-current .credit-brands{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3px;margin-top:auto;padding:20px 20px 15px;width:100%}.modal-credit .modal-credit-change .credit-current .credit-brands p{color:#707070;flex:1 100%;font-size:.75rem;font-weight:400;margin-bottom:0}.modal-credit .modal-credit-change .credit-current .credit-brands img{height:22px;max-width:30px;width:100%}.modal-credit .modal-credit-change .credit-change{background:#fff;display:flex;flex:1 300px;flex-direction:column}.modal-credit .credit-form-alerts{display:flex;flex-direction:column;gap:2px;padding:0 20px}.modal-credit .credit-form-alerts span{align-items:center;background:#ffdcd9;border-radius:5px;color:#ff3b30;display:flex;font-size:.68rem;font-weight:500;gap:7px;padding:4px 8px}.modal-credit .credit-form-alerts span i{font-size:1.3rem}.modal-credit .credit-form{align-items:flex-start;display:flex;flex-direction:column;gap:5px;margin-right:10px;max-height:450px;overflow-y:auto;padding:0 10px 0 20px}.modal-credit .credit-form::-webkit-scrollbar{height:8px;width:6px}.modal-credit .credit-form::-webkit-scrollbar-track{background:#ededed}.modal-credit .credit-form::-webkit-scrollbar-thumb{background-color:#dddbdb;border:0 solid #fff;border-radius:10px}.modal-credit .credit-form hr{color:rgba(2,28,55,.075);margin:10px 0;opacity:1;width:100%}.modal-credit .credit-form .credit-form-type{align-items:stretch;display:flex;gap:15px}.modal-credit .credit-form .credit-form-type span{align-items:stretch;display:flex;flex:1;gap:5px}.modal-credit .credit-form .credit-form-type label{align-items:center;background:#fff;border:1px solid rgba(1,8,16,.075);border-radius:5px;color:#1a1a1a!important;cursor:pointer;display:inline-flex!important;font-weight:500;gap:4px;padding:8px 12px!important;transition:all .2s;width:100%}.modal-credit .credit-form .credit-form-type label:hover{background:#f4f7f9}.modal-credit .credit-form .credit-form-type label p{font-size:.8rem!important;margin-bottom:0}.modal-credit .credit-form .credit-form-type label i{font-size:1.2rem}.modal-credit .credit-form .credit-form-type input{display:none}.modal-credit .credit-form .credit-form-type input:checked~label{border-color:#8420d3;box-shadow:inset 0 0 0 1px #8420d3!important}.modal-credit .credit-form .credit-form-type input:checked~label i,.modal-credit .credit-form .credit-form-type input:checked~label p{color:#8420d3}.modal-credit .credit-form .credit-form-type input:checked~label:hover{background:#fff}.modal-credit .credit-form .credit-form-group{align-items:center;display:flex;gap:10px;width:100%}.modal-credit .credit-form .credit-form-error{color:#ff3b30;font-size:.7rem;font-weight:500;margin:0}.modal-credit .credit-form .credit-form-input{display:flex;flex-direction:column;gap:2px;width:100%}.modal-credit .credit-form .credit-form-input span{color:#ff3b30;font-size:.7rem;font-weight:500;margin:0}.modal-credit .credit-form .credit-form-input label{color:#707070;font-size:.75rem;font-weight:400;gap:3px;padding:0 6px 0 12px}.modal-credit .credit-form .credit-form-input label b{color:#1a1a1a;font-weight:500}.modal-credit .credit-form .credit-form-input label>div{margin-left:auto}.modal-credit .credit-form .credit-form-input input,.modal-credit .credit-form .credit-form-input select{background:#f4f7f9;border:none;border-radius:6px;color:#1a1a1a;font-size:.8rem;font-weight:500;outline:0;padding:8px 14px;width:100%}.modal-credit .credit-form .credit-form-input input.error,.modal-credit .credit-form .credit-form-input select.error{border:1px solid #ff3b30}.modal-credit .credit-form .credit-form-input input::-moz-placeholder,.modal-credit .credit-form .credit-form-input select::-moz-placeholder{color:#afafaf}.modal-credit .credit-form .credit-form-input input::placeholder,.modal-credit .credit-form .credit-form-input select::placeholder{color:#afafaf}.modal-credit .credit-form-footer{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:15px 20px}.modal-credit .credit-form-footer button{align-items:center;background:transparent;border-radius:5px;color:#8420d3;display:flex;font-size:.85rem;font-weight:400;justify-content:center;outline:0;padding:2px;transition:all .2s;width:100%}.modal-credit .credit-form-footer button[type=submit]{background:#8420d3;color:#fff;font-size:1rem;font-weight:600;padding:6px 18px}.modal-credit .credit-form-footer button[type=submit]:hover{background:#6819a7;color:#fff}.modal-credit .credit-form-footer button[type=submit]:disabled{filter:grayscale(.5);opacity:.6}.modal-credit .credit-form-footer button:hover{background:transparent;color:#1a1a1a}.modal-credit .credit-header{align-items:flex-start;display:flex;gap:20px;justify-content:flex-end;padding:20px 20px 15px}.modal-credit .credit-header h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;line-height:normal;margin-bottom:0}.modal-credit .credit-header button{align-items:center;background:transparent;color:#1a1a1a;display:inline-flex;font-size:1.7rem;justify-content:center;margin-left:auto;outline:0}.modal-credit .credit-header button i{color:unset}.modal-credit .credit-used{align-items:flex-start;display:flex;flex-direction:column;padding:20px 20px 15px}.modal-credit .credit-used h4{color:#1a1a1a;font-size:1.5rem;font-weight:700;line-height:normal;margin-bottom:23px}.modal-credit .credit-used .credit-card{background:#1a1a1a;border:1px solid #8420d3;border-radius:10px;display:flex;flex-direction:column;gap:30px;max-width:355px;padding:15px;width:100%}.modal-credit .credit-used .credit-card>span{align-items:center;display:flex;justify-content:space-between}.modal-credit .credit-used .credit-card>span img.credit-app{max-width:35px}.modal-credit .credit-used .credit-card>span img.credit-brand{height:28px;max-width:45px;-o-object-fit:fill;object-fit:fill;width:100%}.modal-credit .credit-used .credit-card .credit-details{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.modal-credit .credit-used .credit-card .credit-details>div{display:flex;flex-direction:column}.modal-credit .credit-used .credit-card .credit-details>div p{color:#ddd;font-size:.8rem;font-weight:400;margin-bottom:0}.modal-credit .credit-used .credit-card .credit-details>div strong{color:#fff;font-size:1rem;font-weight:700}.modal-credit .credit-used .credit-card .credit-details>div strong[data-placeholder=true]{color:#707070}.modal-credit .credit-used .credit-card .credit-details>div.credit-person{flex:1 100%}.modal-credit .credit-used .credit-info{display:flex;flex-direction:column;gap:8px;margin-top:9px;width:100%}.modal-credit .credit-used .credit-info p{align-items:center;color:#afafaf;display:flex;font-size:.9rem;font-weight:500;justify-content:space-between;margin-bottom:0}.modal-credit .credit-used .credit-info p strong{color:#1a1a1a;font-weight:500}.modal-credit .credit-used .credit-alert{align-items:center;background:#ffe7c1;border-radius:5px;color:#e08700;display:flex;font-size:.8rem;font-weight:500;gap:7px;margin-top:20px;padding:8px 30px 8px 10px;width:100%}.modal-credit .credit-used .credit-alert.expired{background:#ffdcd9;color:#ff3b30}.modal-credit .credit-used .credit-alert i{font-size:1.3rem}.modal-credit .credit-footer{display:flex;flex-direction:row;gap:10px;margin-top:auto;padding:20px}.modal-credit .credit-footer button{align-items:center;align-self:stretch;background:#f4f7f9;border:1px solid #8420d3;border-radius:5px;color:#8420d3;display:flex;flex:1;font-size:1rem;font-weight:700;gap:10px;justify-content:center;outline:0;padding:8px 18px;transition:all .2s}.modal-credit .credit-footer button:hover{background:#8420d3;color:#fff}.modal-credit .credit-footer button.credit-remove{background:#dae4eb;border-color:#dae4eb;color:#1a1a1a;flex:0;font-size:1.3rem;padding:8px 12px}@media (max-width:767px){.modal-credit .credit-finish-describe{margin:0 20px}.modal-credit .credit-form{max-height:unset!important}}
