.atmosfera .atm-progress-linear{display:flex;flex-direction:column;gap:8px}.atmosfera .atm-progress-linear .info{display:inline-flex;justify-content:space-between;gap:8px;font-weight:500;font-size:16px;line-height:24px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.atmosfera .atm-progress-linear .frame{height:8px;border:none;border-radius:1280px}.atmosfera .atm-progress-linear .fill{height:8px;border-radius:1280px;transition:width .3s}.atmosfera.light .atm-progress-linear .info{color:#0c0c14}.atmosfera.light .atm-progress-linear .frame{background-color:#dedee6}.atmosfera.light .atm-progress-linear .fill{background-color:#f14e13}.atmosfera.dark .atm-progress-linear .info{color:#fefefe}.atmosfera.dark .atm-progress-linear .frame{background-color:#2c2c34}.atmosfera.dark .atm-progress-linear .fill{background-color:#f14e13}.mbc-banner{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background-color:#c2c8ff;border-radius:8px;margin-bottom:16px;cursor:pointer}@media (hover: hover) and (pointer: fine){.mbc-banner:hover{background-color:#a7b0ff}}.mbc-banner .banner-icon{width:24px;height:24px;filter:invert(5%) sepia(6%) saturate(406%) hue-rotate(202deg) brightness(92%) contrast(101%)}.mbc-banner .prefix-wrapper,.mbc-banner .suffix-wrapper{display:flex;align-items:center;gap:8px}.mbc-banner .prefix-wrapper .label,.mbc-banner .suffix-wrapper .label{color:#0c0c14;font-weight:500;font-size:16px;line-height:24px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.atmosfera .atm-input-rating{display:flex;flex-direction:row-reverse;width:fit-content}.atmosfera .atm-input-rating .rating-input{display:none}.atmosfera .atm-input-rating .rating-label{cursor:pointer;background-repeat:no-repeat;background-image:url(https://static.mercadobitcoin.com.br/web/design-system/atmosfera/resources/assets/icons/rating-star-disabled.svg);width:24px;height:24px}.atmosfera .atm-input-rating .rating-input:checked~.rating-label,.atmosfera .atm-input-rating .rating-input+.rating-label:hover,.atmosfera .atm-input-rating .rating-input+.rating-label:hover~.rating-label{background-image:url(https://static.mercadobitcoin.com.br/web/design-system/atmosfera/resources/assets/icons/rating-star-enabled.svg)}.atmosfera .atm-input-rating.disabled{opacity:.48}.atmosfera .atm-input-rating.disabled,.atmosfera .atm-input-rating.readonly{pointer-events:none}.atmosfera.light .atm-input-rating#atm-input-rating .rating-input+.rating-label:hover,.atmosfera.light .atm-input-rating#atm-input-rating .rating-input+.rating-label:hover~.rating-label{filter:invert(45%) sepia(82%) saturate(3969%) hue-rotate(352deg) brightness(95%) contrast(100%)}.atmosfera.light .atm-input-rating .rating-input:checked~.rating-label{filter:invert(45%) sepia(82%) saturate(3969%) hue-rotate(352deg) brightness(95%) contrast(100%)}.atmosfera.light .atm-input-rating:hover .rating-input:checked~.rating-label{filter:invert(62%) sepia(19%) saturate(1583%) hue-rotate(326deg) brightness(102%) contrast(93%)}.atmosfera.dark .atm-input-rating .rating-label{filter:invert(89%) sepia(9%) saturate(14%) hue-rotate(131deg) brightness(106%) contrast(91%)}.atmosfera.dark .atm-input-rating#atm-input-rating .rating-input+.rating-label:hover,.atmosfera.dark .atm-input-rating#atm-input-rating .rating-input+.rating-label:hover~.rating-label{filter:invert(36%) sepia(74%) saturate(1856%) hue-rotate(351deg) brightness(94%) contrast(101%)}.atmosfera.dark .atm-input-rating .rating-input:checked~.rating-label{filter:invert(36%) sepia(74%) saturate(1856%) hue-rotate(351deg) brightness(94%) contrast(101%)}.atmosfera.dark .atm-input-rating:hover .rating-input:checked~.rating-label{filter:invert(18%) sepia(43%) saturate(7010%) hue-rotate(23deg) brightness(91%) contrast(92%)}.atmosfera .atm-form-item{display:flex;align-items:flex-start;flex-direction:column;gap:8px;height:fit-content}.atmosfera .atm-form-item.full{width:100%}.atmosfera .atm-form-item .atm-form-item-label{cursor:pointer;min-height:16px;font-weight:700;font-size:16px;line-height:16px;font-variant-ligatures:none}.atmosfera .atm-form-item .atm-form-item-label.hidden{visibility:hidden}.atmosfera .atm-form-item .atm-form-item-label .atm-form-item-note{font-weight:400;font-size:14px;line-height:16px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.atmosfera .atm-form-item.disabled{opacity:.48;cursor:not-allowed;user-select:none}.atmosfera .atm-form-item.disabled *{cursor:not-allowed}.atmosfera.light .atm-form-item .atm-form-item-label{color:#0c0c14}.atmosfera.light .atm-form-item .atm-form-item-label .atm-form-item-note{color:#505058}.atmosfera.dark .atm-form-item .atm-form-item-label{color:#fefefe}.atmosfera.dark .atm-form-item .atm-form-item-label .atm-form-item-note{color:#b6b6c8}.atmosfera .atm-textarea{border-radius:8px;padding:12px;resize:vertical;width:inherit;box-sizing:border-box;font-weight:500;font-size:18px;line-height:24px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.atmosfera .atm-textarea:disabled{opacity:.48;cursor:not-allowed}.atmosfera .atm-textarea:focus-visible{outline:none}.atmosfera.light .atm-textarea{background-color:#fefefe;color:#0c0c14}.atmosfera.light .atm-textarea.neutral{border-color:#0c0c14}.atmosfera.light .atm-textarea.neutral:focus-visible{box-shadow:inset 0 0 0 1px #0c0c14}.atmosfera.light .atm-textarea.danger{border-color:#f50010}.atmosfera.light .atm-textarea.danger:focus-visible{box-shadow:inset 0 0 0 1px #f50010}.atmosfera.light .atm-textarea.success{border-color:#2cc98f}.atmosfera.light .atm-textarea.success:focus-visible{box-shadow:inset 0 0 0 1px #2cc98f}.atmosfera.light .atm-textarea::placeholder{color:#84848c}.atmosfera.dark .atm-textarea{background-color:#0c0c14;color:#fefefe}.atmosfera.dark .atm-textarea.neutral{border-color:#fefefe}.atmosfera.dark .atm-textarea.neutral:focus-visible{box-shadow:inset 0 0 0 1px #fefefe}.atmosfera.dark .atm-textarea.danger{border-color:#ff0a1b}.atmosfera.dark .atm-textarea.danger:focus-visible{box-shadow:inset 0 0 0 1px #ff0a1b}.atmosfera.dark .atm-textarea.success{border-color:#36d399}.atmosfera.dark .atm-textarea.success:focus-visible{box-shadow:inset 0 0 0 1px #36d399}.atmosfera.dark .atm-textarea::placeholder{color:#84848c}.mbc-feedback{display:flex;flex-direction:column;gap:32px;width:100%}.mbc-feedback .illustration{display:block}.mbc-feedback .content-title-message{display:flex;flex-direction:column;gap:8px}.mbc-feedback .content-title-message .title{margin:0;font-weight:700;font-size:24px;line-height:32px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}@media screen and (max-width: 576px){.mbc-feedback .content-title-message .title{font-size:16px;line-height:24px}}.mbc-feedback .content-title-message .message{margin:0;font-weight:400;font-size:16px;line-height:24px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}@media screen and (max-width: 576px){.mbc-feedback .content-title-message .message{font-size:14px;line-height:24px}}.mbc-feedback .auxiliary-actions,.mbc-feedback .actions{display:flex;gap:16px;width:100%}.mbc-feedback .actions.column{flex-direction:column}.mbc-feedback .actions.row{flex-direction:row}.mbc-feedback.left{align-items:flex-start}.mbc-feedback.left .content-title-message{align-items:flex-start;text-align:left}.mbc-feedback.center{align-items:center}.mbc-feedback.center .content-title-message{align-items:center;text-align:center}.light .mbc-feedback .content-title-message .title,.light .mbc-feedback .content-title-message .message{color:#0c0c14}.dark .mbc-feedback .content-title-message .title,.dark .mbc-feedback .content-title-message .message{color:#fefefe}.mbc-likert{margin-top:16px}.mbc-likert .question-wrapper{display:flex;flex-direction:column}.mbc-likert .question-wrapper .question-title{font-weight:700;font-size:20px;line-height:32px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.mbc-likert .question-wrapper .question-subtitle{color:#505058;font-weight:400;font-size:14px;line-height:29px;font-variant-ligatures:none;font-family:Noto Sans,arial,sans-serif}.mbc-likert .rating-wrapper{margin:32px 0}.mbc-likert .rating-wrapper .label{display:flex;flex-direction:row;justify-content:space-between}.mbc-likert .rating-wrapper .rating{display:flex;flex-direction:column;padding:16px;margin-top:8px;border:1px solid #EEEEF6;border-radius:8px}.mbc-likert .rating-wrapper .rating .stars-rating{display:flex;align-items:center;justify-content:space-between;width:100%}.mbc-likert .rating-content{position:relative;padding:8px}.mbc-likert .likert-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#fffc;z-index:10}.mbc-likert .likert-comment{width:100%;margin-bottom:16px}.mbc-likert .feedback-success{margin-top:32px}
