body {
    background-color: rgba(243, 243, 243, 1);
    accent-color: var(--primary);
}
.btn {
    border-radius: 20px;
}
address,
p {
    margin-bottom: 0;
}
.banner {
    width: 100%;
    color: #ffffff;
    padding: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    align-items: center;
    height: 2.5rem;
    opacity: 1;
    width: auto;
}
.safereport-brand {
    border: 0;
    height: 100%;
    max-height: 3rem;
    max-width: 10.625rem;
    -o-object-fit: contain;
    object-fit: contain;
}
.forms {
    max-width: 1100px;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}
.forms.left, .forms.right {
    max-width: 1100px;
}
.btn-send {
    background-color: var(--button-bg, var(--primary));
    border-color: var(--button-bg, var(--primary));
    color: var(--button-text, #fff);
    border-radius: 5px !important;
    font-size: 15px;
    height: 50px;
}
.btn-send:hover {
    /* color: #ffffff */
}
.form-button {
    margin-top: 30px;
    margin-bottom: 15px;
}
.btn-form {
    background-color: var(--button-bg, var(--primary)) !important;
    border-color: var(--button-bg, var(--primary)) !important;
    color: var(--button-text, var(--black)) !important;
    border-radius: 5px !important;
    font-size: 14px;
    height: 50px;
    width: 240px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
}
.form-description {
    margin-bottom: 65px;
}
.btn-form:hover {
    background-color: var(--button-hover-bg, var(--secondary)) !important;
    border-color: var(--button-hover-bg, var(--secondary)) !important;
    color: var(--button-hover-text, var(--black)) !important;
}
.top-box {
    padding: 0 10px;
}
.top-box label {
    color: #ffffff;
}
form label {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
}
.btn-follow {
    background-color: var(--button-bg, var(--primary)) !important;
    border-color: var(--button-bg, var(--primary)) !important;
    color: var(--button-text, #ffffff) !important;
    font-size: 14px;
    border-width: 2px;
    border-radius: 0;
    min-height: 4rem;
    line-height: 1rem;
    padding: 15px 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-follow:hover {
    background-color: var(--button-hover-bg, var(--primary)) !important;
    border-color: var(--button-hover-bg, var(--primary)) !important;
    color: var(--button-hover-text, #ffffff) !important;
}
.follow-text {
    font-size: 12px;
}
.btn-follow-outiline {
    border-color: var(--primary);
    color: var(--primary);
    font-size: 14px;
    border-width: 2px;
    padding: 5px;
    border-radius: 5px;
        font-weight: 700;
}
.btn-follow-outiline:hover {
    background-color: var(--button-hover-bg, var(--secondary));
    color: var(--button-hover-text, #ffffff);
}
.box-view {
    min-width: 100%;
}
.box-content {
    /* min-height: 90vh; */
    color: #ffffff;
}
.files a {
    text-decoration: none;
    color: inherit;
}
.float-left {
    float: left;
}
.safereport-title {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
}
.safereport-description {
    font-size: 14px;
}
.box-instructions {
    display: flex;
    align-items: center;
}
.box-instructions svg.success {
    width: 60px;
}
.safereport-dark-card {
    background-color: #000000;
    border-radius: 10px;
    padding: 10px;
}
.box-instructions {
    color: #000000;
}
.featured-text {
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
    margin: 0 5px;
}
.copy-protocol {
    display: flex;
    align-items: center;
    justify-content: center;
}
#protocol_number {
    padding-left: 50px;
}

.float-btn {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    z-index: 9999999;
    /* right: 15px; */
    left: auto;
    box-sizing: border-box !important;
    outline: none !important;
}

.text-bold {
    font-weight: 600;
}

.box.feedback .btn-success, .box.feedback .btn-primary, .box.feedback  .sd-btn--action {
    background-color: #2fe28f !important;
    border-color: #2fe28f !important;
    color: #000000 !important;
    font-weight: bolder;
}
.box.feedback .btn-success:hover, .box.feedback .btn-primary:hover , .box.feedback  .sd-btn--action:hover{
    background-color: #2ddb8a !important;
    border-color: #2ddb8a !important;
    color: #000000 !important;
    font-weight: bolder;
}

.box.report .btn-success, .box.report .btn-primary, .box.report .sd-btn--action, .sd-btn.sd-navigation__next-btn {
    background-color: var(--button-bg, var(--primary)) !important;
    border-color: var(--button-bg, var(--primary)) !important;
    color: var(--button-text, #ffffff) !important;
    font-weight: bolder;
}
.sd-btn.sd-navigation__prev-btn{
    color: var(--primary) !important;
}
.sd-progress-buttons__button-content {
    background-color: var(--primary) !important;
}
.sd-progress-buttons__button-content {
    border-color: var(--secondary) !important;
}
.sd-progress-buttons__connector {
    background-color: var(--secondary) !important;
}
.box.report .btn-success:hover, .box.report .btn-primary:hover , .box.report .sd-btn--action:hover{
    background-color: var(--button-hover-bg, var(--secondary)) !important;
    border-color: var(--button-hover-bg, var(--secondary)) !important;
    color: var(--button-hover-text, #ffffff) !important;
    font-weight: bolder;
}

.sd-title.sd-container-modern__title {
    box-shadow: none !important;
}
.sd-body__navigation .sd-btn, #sv-nav-complete {
    width: 100%
}
.sd-page.sd-body__page {
    padding: 0 !important;
}
.sd-body.sd-body--static {
    padding-top: 0 !important;
}
/* .sd-action-bar.sd-footer {
    padding-right: 0 !important;
    padding-left: 0 !important;
} */
.sv-string-viewer {
    color: #000000;
}
.sd-title.sd-container-modern__title .sd-logo__image {
    max-height: 100px;
}
.sd-row__question {
    border-radius: 15px;
}
.sd-header__text {
    padding-left: 0;
}
.box .banner .pages {
    flex-grow: 1;
    text-align: right;
}
.box .banner .pages a {
    font-size: 14px;
    color: #292f3d;
}
.box .banner .pages .modal a {
    font-size: 14px;
    color: rgba(121, 87, 153, 1);
    text-decoration: underline;
}
.pages.mobile a {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.channel-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  /* border-top: 1px solid rgba(0, 0, 0, .04); */
  padding: 20px;
  margin-top: 100px;
}

.channel-footer.col:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.channel-footer.col:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.channel-footer.col:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

@media (max-width: 768px){
    .box {
        display: flex;
        padding: 0;
        background-color: #ededed;
        overflow: auto;
        width: 100%;
    }
    .box-view {
        position: relative;
        width: 100%;
        margin: auto;
        border-radius: 0.14rem;
        box-shadow: 0 0.03rem 0.4rem 0 rgba(0,0,0,.06);
        background-color: rgba(243, 243, 243, 1);
        max-height: calc(100vh - 0.4rem);
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .sd-root-modern--mobile .sd-body.sd-body--responsive, .sd-root-modern--mobile .sd-body.sd-body--static {
        padding: 0 !important;
    }
    .sv-logo--right {
        margin-left: 0 !important;
    }
}


/* BOT */
cf-chat-response {
    max-width: 100%;
}

#suiteshare-form-bot {
    padding: 90px;
}

cf-input-button.cf-input-button {
    background: #2dd283 !important;
}

cf-input input, cf-input textarea {
    font-size: 14px !important;
    border-radius: 20px !important;
}

cf-input-button.cf-input-button {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.conversational-form--enable-animation cf-chat-response text>p.show {
    font-size: 14px !important;
}

cf-chat-response.user text>p {
    background: #000000 !important;
}

cf-chat-response thumb {
    background-color: #ffffff !important;
}

cf-input input[rows='1'], cf-input textarea[rows='1'] {
    min-height: 50px !important;
}

cf-chat-response.user {
    padding-right: 0 !important;
}

cf-chat-response.user.peak-thumb thumb {
    display: none !important;
}

cf-input input:active, cf-input input:focus, cf-input textarea:active, cf-input textarea:focus {
    box-shadow: 0 0 3px #2dd283 !important;
}

cf-chat-response text>p {
    box-shadow: 0 1px 11px 0 rgba(90,60,122,.22) !important;
    background-color: #ffffff !important;
}

.cf-progressBar .bar {
    background-color: #2dd283 !important;
}

cf-input input[rows='1'], cf-input textarea[rows='1'] {
    height: 50px !important;
}

@media (max-width: 1152px) {
    cf-chat-response text>p {
        padding: 12px 22px 13px 18px !important;
    }
    cf-chat-response {
        max-width: 100% !important;
    }
}

cf-chat-response {
    max-width: 100% !important;
}
/* END BOT */

.mobile {
    display: none;
}
.desktop {
    display: block;
}
@media only screen and (max-width: 767px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

#report_recipients {
    color: #000000;
    margin-top: 25px;
}
.recipient {
    margin-top: 10px;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check-input {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.form-title h1,
.form-title h2,
.form-title h3,
.form-title h4,
.form-title h5,
.form-title h6 {
    font-weight: bold;
}
.form-description {

}
.cursor-initial {
    cursor: initial !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.color-green {
    color: rgb(12, 206, 107);
    font-size: 11px;
    background: rgb(236, 251, 243);
    font-weight: 600;
    width: 320px;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 5px 14px 5px 15px;
}
.overview-title {
    padding: 0;
    margin: 0;
}
.overview-title p {
    font-weight: normal;
}
.box-item {
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    min-height: 400px;
    /* height: 100%; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(150, 150, 150, 0.2) 0px 0px 11px -1px;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; */
}
.box-item:hover {
    cursor: pointer;
    transform: translateY(-1px);
    box-shadow: 0px 10px 20px 2px rgba(150, 150, 150, 0.2);
}
.box-item-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.faq .box-item-section,
.files .box-item-section {
    padding: 15px 20px;
}

.fw-900 {
    font-weight: 900;
}
.width-50 {
    width: 50px;
}
.sd-body.sd-body--loading {
    width: 450px;
    margin: 0 auto;
    padding-top: 100px;
    color: #000000;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.sd-body.sd-body--loading h3 {
  display: none;
}
.sd-body.sd-body--loading:after {
    content: 'Processando verificação de segurança. Aguarde para ser redirecionado.';
}
label.i-update-report-external {
    font-size: 15px;
    padding: 25px;
}
#search_report_modal .modal-body {
    height: auto;
    background: #ffffff;
    color: #18181b !important;
    border-top: 1px solid #e4e4e7;
    padding: 1.25rem 1.5rem 1.5rem;
}

#search_report_modal .success-follow-modal__close {
    color: #71717a;
    opacity: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
}

#search_report_modal .success-follow-modal__content {
    margin: 0 auto;
    max-width: 36rem;
    width: 100%;
}

#search_report_modal .success-follow-modal__title {
    color: #18181b;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 0.375rem;
    padding-right: 1.5rem;
}

#search_report_modal .success-follow-modal__helper {
    color: #71717a;
    font-size: 0.8125rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

#search_report_modal .protocol-search-form--modal {
    margin-top: 0.25rem;
}

#search_report_modal .protocol-search-form__label {
    color: #18181b;
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#search_report_modal .protocol-search-form__helper {
    color: #71717a;
    font-size: 0.75rem;
    line-height: 1.45;
    margin: 0 0 0.75rem;
}

#search_report_modal .protocol-search-form__row {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

#search_report_modal .protocol-search-form__input {
    background: #fafafa;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    color: #18181b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1rem;
    height: 2.75rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    min-width: 0;
    padding: 0 0.875rem;
    text-transform: uppercase;
    width: 100%;
}

#search_report_modal .protocol-search-form__input:focus {
    background: #ffffff;
    border-color: var(--primary, #ff88c8);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #ff88c8) 18%, transparent);
    outline: none;
}

#search_report_modal .protocol-search-form__input::placeholder {
    color: #a1a1aa;
    font-family: inherit;
    letter-spacing: normal;
    text-transform: none;
}

#search_report_modal .protocol-search-form__input.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

#search_report_modal .protocol-search-form__submit {
    align-items: center;
    background: var(--button-bg, var(--primary, #ff88c8));
    border: 1px solid var(--button-bg, var(--primary, #ff88c8));
    border-radius: 8px;
    color: var(--button-text, #ffffff);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.875rem;
    font-weight: 600;
    height: 2.75rem;
    justify-content: center;
    min-width: 100%;
    padding: 0 1rem;
    text-transform: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#search_report_modal .protocol-search-form__submit:hover:not(:disabled) {
    background: var(--button-hover-bg, var(--button-bg, var(--primary, #ff88c8)));
    border-color: var(--button-hover-bg, var(--button-bg, var(--primary, #ff88c8)));
    color: var(--button-hover-text, var(--button-text, #ffffff));
}

#search_report_modal .protocol-search-form__submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

#search_report_modal .protocol-search-form__error {
    color: #ef4444;
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0.5rem 0 0;
}

#search_report_modal .items {
    width: 90%;
    max-width: 1100px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

#search_report_modal .close {
    color: #71717a;
}

@media (min-width: 480px) {
    #search_report_modal .protocol-search-form__row {
        align-items: center;
        flex-direction: row;
    }

    #search_report_modal .protocol-search-form__input {
        flex: 1 1 auto;
        max-width: none;
        width: auto;
    }

    #search_report_modal .protocol-search-form__submit {
        min-width: 9rem;
        width: auto;
    }
}

@media (max-width: 1000px) {
    #search_report_modal .modal-body {
        height: auto;
        padding: 1rem 1rem 1.25rem;
    }

    #search_report_modal .protocol-search-form__submit {
        width: 100%;
    }

    .forms .form {
        min-width: 100%;
    }
}

@media (min-width: 1000px) {
    .forms .row .col-12:nth-of-type(even) {
        margin-left: 20px;
    }
}

#surveyContainer {
    padding: 0 10px;
}

/* ACCORDION FAQ */

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    max-height: none;
    min-height: auto;
    overflow: auto;
    padding: 25px;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border-radius: 0.5rem;
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: #000000;
  /* background: #f3f4f6; */
  background: #ffffff;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content {
    background-color: #ffffff;
    border-top: 1px solid #f3f4f6;
    /* border-radius: 10px; */
}
.tab__content p {
  margin: 0;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}

.qrcode {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 320px;
    margin: 0 auto;
    text-align:left;
    box-shadow: 0 0.02rem 0.08rem 0 rgba(0,0,0,.08);
    border-radius: 5px;
}
.company-logo {
    margin-top: 50px;
}
.overview-description {
    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
}

/* STYLE */
.forms .block-forms .block-form-button {
    /* position: relative;
    padding-bottom: 15px; */
}
.forms.forms_list_view .block-forms .block-form-button .btn,
.forms.forms_list_view .block-forms .block-form-button .btn {
    position: relative;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
.forms.forms_list_view .block-forms .form .box-item,
.forms.forms_list_view .block-forms .form .box-item {
    display: flex;
    align-items: center;
    min-height: 130px;
}
.forms.forms_list_view .block-forms .form .box-item .block-form-title-description,
.forms.forms_list_view .block-forms .form .box-item .block-form-title-description {
    padding: 0 10px 0 0;
}
.forms.forms_list_view .block-forms .form .box-item .block-form-title-description .form-description,
.forms.forms_list_view .block-forms .form .box-item .block-form-title-description .form-description {
    margin-bottom: 0;
}
.forms.forms_list_view .block-forms .form,
.forms.forms_list_view .block-forms .form {
    min-width: 100% !important;
    margin-bottom: 20px;
}
.forms.forms_list_view .form .box-item,
.forms.forms_list_view .form .box-item  {
    min-height: 100px;
}
.forms.forms_list_view .form .box-item .block-form-logo,
.forms.forms_list_view .form .box-item .block-form-button,
.forms.forms_list_view .form .box-item .block-form-title-description {
    flex: 1;
}
.forms.forms_list_view .form .box-item .block-form-logo,
.forms.forms_list_view .form .box-item .block-form-button,
.forms.forms_list_view .form .box-item .block-form-title-description {
    flex: 1;
}
.forms.forms_list_view .form .box-item .block-form-title-description,
.forms.forms_list_view .form .box-item .block-form-title-description {
    flex: 3;
    text-align: left;
}

/* CENTER  */
.forms .block-forms .form {
    margin: 0 auto;
    flex: 0 0 33%;
    max-width: 33%;
    min-width: 315px;
    margin-bottom: 20px;
}

.forms.left .overview-description,
.forms.right .overview-description {
    margin-top: 0;
}
.forms.left, .forms.right {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin-top: 80px;
}
.safe-content .forms.right {
    margin-top: 0px;
}
.forms.left .block-company, .forms.right .block-company {
    flex: 0 0 50%;
    max-width: 50%;
}
.forms.left .block-forms, .forms.right .block-forms {
    flex: 0 0 50%;
    max-width: 50%;
}
.forms.left .block-forms .form, .forms.right .block-forms .form {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 315px;
    margin-bottom: 20px;
}
.forms.left {
    flex-direction: row-reverse !important;
}
.forms.left .company-logo, .forms.right .company-logo {
    margin-bottom: 50px;
    margin-top: 0;
}
.form-icon {
    width: 100px;
    margin: 0 auto;
}
.form-icon i, .block-form-logo i {
    font-size: 4rem;
    color: var(--primary);
}
.block-form-logo svg {
    width: 4rem;
    height: 4rem;
    stroke-width: 1.5px;
    color: var(--primary);
}
.bg-none {
    background: none !important;
}
.bg-green {
    background-color: #f3f4f6 !important;
}
.icon_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #aaa;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 8px;
}
.border-0 {
    border: 0 !important;
    border-radius: 0 !important;
}
.shadow-0 {
    box-shadow: none !important;
}
.sidebar-report {
    width: 100%;
    /* padding: 15px 150px 12px 75px; */
}
@media only screen and (max-width: 767px) {
    .forms .form {
        margin-bottom: 30px;
    }
    .sidebar-report {
        width: 100%;
        padding: 15px;
    }
}

.button_outer {
    background: none;
    border: 1px solid var(--dark);
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
}
.btn_upload {
    font-weight: 600;
    padding: 5px 15px 0px;
    font-size: 14px;
    color: var(--dark);
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    white-space: nowrap;
}
.btn_upload input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    cursor: pointer;
    opacity: 0;
}
.file_uploading {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #ccc
}

.file_uploading .btn_upload {
    display: none
}

.processing_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 30px;
    background: var(--primary);
    transition: 3s
}

.file_uploading .processing_bar {
    width: 100%
}

.success_box {
    display: none;
    width: 50px;
    height: 50px;
    position: relative
}

.success_box:before {
    content: "";
    display: block;
    width: 9px;
    height: 18px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 10px
}

.file_uploaded .success_box {
    display: inline-block
}

.file_uploaded {
    margin-top: 0;
    width: 50px;
    background: var(--primary);
    height: 50px;
    display: none
}
.uploaded_doc {
    font-size: 12px;
    margin: 10px;
}
.uploaded_file_view {
    margin: 40px auto;
    text-align: center;
    position: relative;
    transition: 0.2s;
    opacity: 0;
    padding: 15px;
    display: none;
    color: var(--dark);
}

.file_remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #aaa;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    right: 0;
    top: -15px
}

.file_remove:hover {
    background: #222;
    transition: 0.2s
}

.uploaded_file_view img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    max-height: 5rem;
}

.uploaded_file_view.show {
    opacity: 1;
    display: block
}
.follow-report {
}

.error_msg {
    text-align: center;
    color: red
}
.pages {
    margin-right: 20px;
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}
.video-js{
    border: 4px solid #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
    background-color: #ffffff;
}
.video-js, .vjs-tech {
    border-radius: 5px;
}

.forms.left,
.forms.right {
    max-width: 1165px;
}

/* =====================================================================
   Portal Section Builder — New Sections
   ===================================================================== */

/* --- Shared section wrapper ----------------------------------------- */
.portal-section {
    padding: 64px 24px;
    width: 100%;
    /* Override the inherited white from .box-content so section text is readable on light backgrounds. */
    color: #1a1f2e;
}
.portal-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: inherit;
}
.portal-section .container {
    max-width: 900px;
    margin: 0 auto;
}

/* --- Hero full-width wrapper (background applied here, not on block-company) --- */
.portal-hero-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Theme: dark */
.portal-theme-dark {
    background-color: #1a1f2e;
    color: #f0f2f5;
}
.portal-theme-dark .overview-description,
.portal-theme-dark .form-title,
.portal-theme-dark .form-description {
    color: #f0f2f5;
}
.portal-theme-dark .box-item {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.12);
}

/* Theme: light */
.portal-theme-light {
    background-color: #ffffff;
    color: #1a1f2e;
}

/* Gradient presets — applied via background_value in hero settings */
.portal-gradient-ocean    { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.portal-gradient-sunset   { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.portal-gradient-emerald  { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.portal-gradient-midnight { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); }
.portal-gradient-trust    { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); }
.portal-gradient-security { background: linear-gradient(135deg, #232526 0%, #414345 100%); }

/* --- How It Works section ------------------------------------------- */
.portal-how-it-works {
    background-color: #f8f9fa;
}
.portal-steps {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}
.portal-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 180px;
    max-width: 220px;
    padding: 16px;
    position: relative;
}
.portal-step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 12px;
    flex-shrink: 0;
}
.portal-step-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: var(--primary);
}
.portal-step-icon svg {
    width: 48px;
    height: 48px;
    stroke: var(--primary);
    stroke-width: 1.5px;
}
.portal-step-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 6px;
    color: inherit;
}
.portal-step-desc {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}
.portal-step-arrow {
    display: flex;
    align-items: center;
    padding-top: 60px;
    font-size: 1.5rem;
    color: var(--primary);
    opacity: 0.4;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .portal-steps { flex-direction: column; align-items: center; }
    .portal-step-arrow { transform: rotate(90deg); padding-top: 0; padding: 4px 0; }
}

/* --- FAQ section ---------------------------------------------------- */
.portal-faq {
    background-color: #fff;
}
.portal-faq-accordion {
    max-width: 720px;
    margin: 0 auto;
}
.portal-faq-item {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}
.portal-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    color: #1a1f2e;
    background: #fff;
    transition: background 0.2s;
    user-select: none;
    /* button element reset */
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
}
.portal-faq-question:hover {
    background: #f8f9fa;
}
.portal-faq-chevron {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.25s ease;
}
.portal-faq-question[aria-expanded="true"] .portal-faq-chevron {
    transform: rotate(180deg);
}
.portal-faq-answer-body {
    padding: 12px 20px 20px;
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.7;
}

/* --- Compliance section --------------------------------------------- */
.portal-compliance {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.portal-compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}
.portal-compliance-item {
    background: #fff;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s;
}
.portal-compliance-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.portal-compliance-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    color: var(--primary);
}
.portal-compliance-icon svg {
    width: 40px;
    height: 40px;
    stroke: var(--primary);
    stroke-width: 1.5px;
}
.portal-compliance-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: #1a1f2e;
    margin-bottom: 6px;
}
.portal-compliance-desc {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.5;
}

/* --- Leadership section --------------------------------------------- */
.portal-leadership {
    background-color: #fff;
}
.portal-leadership-card {
    max-width: 700px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 40px 48px;
    position: relative;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.portal-leadership-quote-icon {
    position: absolute;
    top: 16px;
    left: 28px;
    font-size: 5rem;
    line-height: 1;
    color: var(--primary);
    opacity: 0.15;
    font-family: Georgia, serif;
    user-select: none;
}
.portal-leadership-message {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #343a40;
    font-style: italic;
    margin-bottom: 28px;
    border: none;
    padding: 0;
}
.portal-leadership-author {
    display: flex;
    align-items: center;
    gap: 16px;
}
.portal-leadership-photo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.portal-leadership-photo-placeholder {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #adb5bd;
}
.portal-leadership-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.portal-leadership-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1f2e;
}
.portal-leadership-position {
    font-size: 0.82rem;
    color: #6c757d;
}
@media (max-width: 575px) {
    .portal-leadership-card { padding: 28px 24px; }
}

/* --- Footer (documents & policies) section -------------------------- */
.portal-footer-section {
    background-color: #f1f3f5;
    padding: 48px 24px;
}
.portal-footer-text {
    font-size: 0.9rem;
    color: #495057;
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
    line-height: 1.7;
}
.portal-footer-docs-title {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    text-align: center;
    margin-bottom: 14px;
}
.portal-footer-docs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.portal-footer-doc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.85rem;
    color: #495057;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}
.portal-footer-doc-link:hover {
    border-color: var(--primary);
    color: var(--primary);
    text-decoration: none;
}
