:root {
    --submenu-border-color: #DBD3D8;
    --submenu-height: 2px;
}
@media (max-width: 900px) {
    .aopa-right-panel {
        width: 100% !important;
    }
}
.aopa-right-panel {
    width: 900px;
}

.aopa-right-panel {
    height: 100%;
    display: block;
    background: #f4f4f9;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 22px rgba(0, 0, 0, .16);
    transition: transform 400ms ease;
    transform: translateY(130%);
    overflow-y: auto;
}

.aopa-right-panel.is-open {
    transform: translateY(0);
}

.aopa-right-panel-header {
    height: 50px;
    padding: 5px 5px 5px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background: #ce4520;
    font-size: 16px;
    color: #FFFFFF;
}

.aopa-right-panel-header > span {
    font-weight: 700;
}

.aopa-right-panel-header button {
    margin-left: auto;
    padding-right: 10px;
    color: white;
    opacity: 1;
    font-size: 30px;
}

.aopa-right-panel-body {
    height: calc(100% - 100px);
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.aopa-right-panel-body .aopa-right-panel-table {
    max-height: 230px;
    overflow: auto;
}

.aopa-right-panel-footer {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
}

.aopa-right-panel-controls {
    height: 40px;
    float: left;
    width: 100%;
}

.ta-editor.form-control.aopa-right-panel-editor,
.ta-scroll-window.form-control.aopa-right-panel-editor  {
    height: 200px;
    min-height: 200px;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}
.form-control.aopa-right-panel-editor > .ta-bind {
    min-height: 200px;
    padding: 6px 12px;
}

.custom-panel {
    background-color: #f4f4f9;
    border-radius: 10px;
}

.custom-panel-header {
    background-color: #4A90E2;
    color: white;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.custom-nav-tabs {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}

.custom-nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.custom-nav-tabs > li > a {
    margin-right: 2px;
    padding: 10px 15px;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
}

.custom-nav-tabs > li.active > a {
    background-color: #4A90E2;
    color: white;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* Стили для контента вкладок */
.custom-panel-body {
    background-color: white;
    border-radius: 0 0 10px 10px;
}

/* Формы */
.custom-form-group {
    margin-bottom: 20px;
    font-size: 16px;
}

.custom-form-control {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.custom-checkbox label {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.custom-button {
    background-color: #4A90E2;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 10px;
}

.custom-button:hover {
    background-color: #357ABD;
}

.custom-button-save {
    background-color: #D9534F;
}

.custom-button-save:hover {
    background-color: #C9302C;
}

.custom-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.custom-table {
    border: 1px solid #828282;
    border-radius: 10px;
    display: block;
    overflow-x: auto;
}

.custom-table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.custom-table input[type="checkbox"]:checked {
    background-color: #333;
}

.custom-table-container {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #f9f9f9;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.custom-table th,
.custom-table td {
    padding: 5px;
    text-align: left;
    color: #000000;
    font-weight: 400;
    line-height: 18px;
}

.custom-table thead th {
    color: #333;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #828282;
}
.custom-table tfoot tr {
    border-top: 1px solid #828282;
}
.custom-table td {
    font-size: 16px;
}

.success-row {
    background-color: #dff0d8;
}

.error-row {
    background-color: #f2dede;
}

.send-email-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #d9534f;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.send-email-btn.hidden {
    display: none;
}

.message-box textarea {
    width: 100%;
    height: 60px;
}

.message-box {
    display: none;
    margin-top: 10px;
}




.user-info {
    padding: 0 15px 15px 15px;
    background-color: #f4f4f9;
}
.user-info.review-details > div.user-details:first-child,
.user-info.review-details > div.user-details:last-child {
    background-color: #f4f4f9;
    box-shadow: none;
}
.course-progress-info > div.user-details {
    box-shadow: none;
}
/*.user-info.review-details > div.user-details.user-details-checkboxes .label-input > label{*/
/*    width: 40%;*/
/*}*/
.user-info.review-details > div.user-details:first-child {
    padding-top: 0;
    -ms-flex-align: center;
        align-items: center;
}
.user-info.review-details > div.user-details:last-child {
    padding-bottom: 0;
}

.top-section {
    margin-bottom: 15px;
}

.checkbox-container {
    margin-bottom: 10px;
}

.top-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
}
.user-details > div > div.label-input:last-of-type {
    margin-bottom: 0 !important;
}
.label-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1;
    gap: 12px;
    margin-bottom: 10px;
}

.label-input label {
    text-align: right;
    width: 50%;
    font-weight: 700;
    line-height: 20px;
    margin: 0 !important;
}

.label-input input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 50%;
    line-height: inherit;
}


.label-input input:disabled {
    background-color: #f9f9f9;
}

.refresh-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.refresh-btn:hover {
    border-color: #888;
}

.user-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.detail-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 15px;
}

.detail-row .label-input {
    width: 48%;
}
.expiration-date-fields {
    width: 50%;
    word-break: break-word;
}
.expiration-date-fields > input {
    width: 100%;
}
.expiration-date-fields > label {
    width: 100%;
}
.design-content__label > label {
    display: -ms-flexbox;
    display: flex;

    margin: 0 !important;
    gap: 8px;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    width: 100%;
    text-align: left;
    -ms-flex-align: center;
        align-items: center;
}
.design-content__label > label > input{
    width: 22px;
    height: 22px;

    margin: 0 !important;

    accent-color: #242424;
}
.design-content__label input[type="radio"] {
    display: none !important;
}
.design-content__label.check-all span.n-checkbox {
    margin-right: 0;
}
.design-content__label label {
    margin-bottom: 0;
}
.design-content__label {
    padding: 5px 0;
}
.design-content__label label span.n-checkbox {
    min-width: 22px;
    height: 22px;
}
.design-content__label label span {
    float: left;
    cursor: pointer;
}
.design-content__label input[type="radio"]:checked:enabled + span {
    background: url(../img/icons/input-checked.svg) center no-repeat;
}
.design-content__label input[type="radio"]:not(:checked):enabled + span  {
    background: url(../img/icons/input-unchecked.svg) center no-repeat;
}
.design-content__label input[type="radio"]:checked:disabled + span {
    background: url(../img/icons/disabled-input-checked.svg) center no-repeat;
}
.design-content__label input[type="radio"]:not(:checked):disabled + span  {
    background: url(../img/icons/disabled-input-unchecked.svg) center no-repeat;
}
.design-content__label-name {
    line-height: 16px;
}
.expiration-date-container.specified {
    -ms-flex-align: start;
        align-items: flex-start;
}
.expiration-date-container.specified > label {
    margin-top: 5px !important;
}
.expiration-date-container {
    -ms-flex-align: center;
        align-items: center;
}
.user-details .credentials_field__checkbox,
.user-details .label-input .credentials_field__checkbox  label{
    width: 100%;
}
.table-credentials-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 180px;
    line-height: inherit;
}
.refresh-user-info {
    -ms-flex-line-pack: end;
        align-content: end;
}
.refresh-user-info > button {
    float: right;
}
.remarks-field > .label-input > label {
    width: 32%;
}
.credentials-check {
    margin: 0;
}
.send-email-container {
    opacity: 0;
    text-align: center;
}
.btn-primary-visible {
    opacity: 1 !important;
}


.vhs-subnavigation {
    display: -ms-inline-flexbox;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.vhs-subnavigation.vhs-subnavigation__unselect .navigation__main {
    display: block;
}
.vhs-subnavigation.vhs-subnavigation__unselect .navigation__main .vhs-subnavigation__btn,
.vhs-subnavigation.vhs-subnavigation__unselect .navigation__main button {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.vhs-subnavigation .navigation__main {
    font-size: 0px;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn,
.vhs-subnavigation .navigation__main button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    position: relative;
    bottom:  -2px;
    z-index: 2;
    min-height: 34.5px;
    padding: 9px 22px;
    border-bottom: var(--submenu-height) solid var(--submenu-border-color);
    border-top: var(--submenu-height) solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    /*transition: border 0.3s ease, background 0.3s ease;*/
    background-color: transparent;
    outline: none;
    margin-bottom: 16px;
    margin-right: -1px;
    text-decoration: none;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn span,
.vhs-subnavigation .navigation__main button span {
    display: inline-block;
    height: 16px;
    /*margin: auto;*/
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #828A99;
    transition: all 0.3s ease;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn.active,
.vhs-subnavigation .navigation__main button.active {
    z-index: 3;
    margin-top: -2px;
    padding-top: 9px;
    padding-bottom: 9px;
    /*min-height: calc(100% + 2px);*/
    background: transparent;
    border-top: var(--submenu-height) solid var(--submenu-border-color);
    border-bottom: var(--submenu-height) solid transparent;
    border-left: var(--submenu-height) solid var(--submenu-border-color);
    border-right: var(--submenu-height) solid var(--submenu-border-color);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn.active:first-child,
.vhs-subnavigation .navigation__main button.active:first-child {
    border-left: var(--submenu-height) solid transparent;
    border-top-left-radius: 0;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn.active:last-child,
.vhs-subnavigation .navigation__main button.active:last-child {
    border-right: var(--submenu-height) solid transparent;
    border-top-right-radius: 0;
}

.vhs-subnavigation .navigation__main .vhs-subnavigation__btn.active span,
.vhs-subnavigation .navigation__main button.active span {
    color:  #242424;
}
.vhs-subnavigation .navigation__main .vhs-subnavigation__btn.active, .vhs-subnavigation .navigation__main button.active {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.vhs-subnavigation .navigation__main button.active:after,
.vhs-subnavigation .navigation__main button.active:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #dbd3d8;
    position: absolute;
    bottom: -2px;
    border-top: 0;
    z-index: 4;
}

.vhs-subnavigation .navigation__main button.active {
    border-bottom: 0;
    position: relative;
    border-radius: 12px 12px 0 0;
}

.vhs-subnavigation .navigation__main button.active:before {
    border-right: 0;
    border-radius: 0 0 0 12px;
    right: -14px;
}

.vhs-subnavigation .navigation__main button.active span:before {
    position: absolute;
    content: "";
    z-index: 3;
    width: 16px;
    height: 16px;
    left: -13px;
    background: #f5f5f5;
    bottom: -4px;
    border-radius: 50%;
}

.vhs-subnavigation .navigation__main button.active span:after {
    position: absolute;
    content: "";
    z-index: 3;
    width: 16px;
    height: 16px;
    right: -13px;
    background: #f5f5f5;
    bottom: -4px;
    border-radius: 50%;
}

.vhs-subnavigation .navigation__main button.active:after {
    border-left: 0;
    border-radius: 0 0 12px 0;
    left: -14px;
}

.vhs-subnavigation .navigation__main button.active:first-child:after,
.vhs-subnavigation .navigation__main button.active:last-child:before {
    display: none;
}

.efirc-applicant__modal .modal-dialog .modal-content {
    background-color: #CCCCCC;
}
.efirc-applicant__modal .modal-dialog .modal-header {
    background:none;
    border-bottom: none;
}
.efirc-applicant__modal .modal-dialog .modal-footer {
    border-top: none;
}
.efirc-applicant__modal .modal-dialog  {
    line-height: 20px;
    letter-spacing: 0.2px;
}
.efirc-applicant__modal .modal-dialog .modal-header h4 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #CF4520;
    margin-top: 0;
}
.efirc-applicant__modal .modal-dialog .modal-header h3 {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #CF4520;
    margin: 8px 0 0 0;
    letter-spacing: 6px;
}
.efirc-applicant__modal .modal-dialog .modal-body .description h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}
.efirc-applicant__modal .modal-dialog .modal-body .description p {
    padding: 0 30px 0 30px;
    font-size: 16px;
    font-weight: 500;
}
.efirc-applicant__modal .modal-dialog .modal-body .status {
    background-color: #FFC9C9;
    color: #6F0000;
    border-radius: 5px;
}
.efirc-applicant__modal .modal-dialog .modal-body .status p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    padding: 4px 0;
}
.efirc-applicant__modal .modal-dialog .modal-body .status p span {
    font-size: 20px;
    font-weight: 700;
}
.efirc-applicant__modal .modal-dialog .modal-body .form_main-information {
    padding: 16px 52px 18px 52px;
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 8px;
}
.efirc-applicant__modal .modal-dialog .modal-body .form-group,
.section-block-credentials .form-group {
    margin: 0;
}
.section-block-credentials .form-group h5 {
    padding: 0;
}
.efirc-applicant__modal .modal-dialog .modal-body .form-group h5,
.section-block-credentials .form-group h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.efirc-applicant__modal .modal-dialog .modal-body .form-group > span,
.section-block-credentials .form-group > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.efirc-applicant__modal .modal-dialog .modal-body .form-group .form-control,
.section-block-credentials .form-group .form-control {
    display: inline-block;
    line-height: 32px;
    border: 1px solid #828282 !important;
    border-radius: 5px !important;
    padding: 0px 12px !important;
    font-size: 14px;
    color: #242424 !important;
}
.efirc-applicant__file-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    min-height: 34px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 12px;
}
.efirc-applicant__file-preview {
    height: auto;
}
.efirc-applicant__file-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}

.efirc-applicant__file-preview > .applicant_file-name > .file-typekey-field  {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.efirc-applicant__file-preview > .applicant_file-name  {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    gap: 20px;
}

.efirc-applicant__file-preview > .applicant_file-name  > span {
    display: block;
    width: 100%;
}

.efirc-applicant__file-preview > .applicant_file-name > .file-name {
    font-size: 16px;
    font-weight: 700;
}
.efirc-applicant__file-reupload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 8px;
    cursor: pointer;
}
.efirc-applicant__file-reupload > span {
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}
.efirc-applicant__file-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
}
@media (max-width: 600px) {
    .efirc-applicant__file-reupload > span {
        display: none;
    }
    .efirc-applicant__footer-container {
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 16px;
    }
}
.efirc-applicant__file-preview > .efirc-applicant__file-icon {
    padding: 9px 8px;
    height: auto;
    aspect-ratio: 16 / 9;
    width: 20%;
    cursor: pointer;
    position: relative;
}
.efirc-applicant__file-preview > .efirc-applicant__file-icon > img,
.efirc-applicant__file-preview > .efirc-applicant__file-icon > a > img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.efirc-applicant__file-preview > .efirc-applicant__file-icon > iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden !important;
    border: none;
}
.efirc-applicant__file-upload-container {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px dashed #616161;
    border-radius: 12px;
    margin-bottom: 9px;
}
.efirc-applicant__file-upload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    cursor: pointer;
    padding: 13px;
}
.efirc-applicant__file-upload__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 10px 0 12px 0;
}
.efirc-applicant__file-upload__text > span:first-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.efirc-applicant__file-upload__text > span:last-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.4);
}
.efirc-applicant__buttons-container {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.efirc-applicant-btn-primary {
    background-color: #CF4520;
    color: #FFFFFF;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 1px;
    border: 1px solid transparent;
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 200ms;
    max-width: 195px;
    min-width: 100px;
    padding: 6px 25px !important;
    outline: none !important;
    text-wrap-mode: nowrap;
}
.efirc-applicant-btn-primary:hover {
    background-color: #a53416 !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
    color: #FFFFFF;


    transition: 200ms;
    outline: 0;
    outline-offset: 0;
}
.efirc-applicant-btn-primary:hover:active,
.efirc-applicant-btn-primary:active {
    border: 1px solid black !important;
    color: #FFFFFF;
    box-shadow: none;

    outline: 0;
    outline-offset: 0;
}

.efirc-applicant-btn-primary[disabled],
.efirc-applicant-btn-default[disabled],
.efirc-applicant-btn-primary[disabled]:hover,
.efirc-applicant-btn-default[disabled]:hover,
.efirc-applicant-btn-primary[disabled]:focus,
.efirc-applicant-btn-default[disabled]:focus {
    cursor: not-allowed;
    opacity: .65;
}
.efirc-applicant-btn-default {
    background-color: #FFFFFF;
    color: #373C41;
    box-shadow: rgb(0 0 0 / 25%) 0 1px 1px;
    border: 1px solid transparent;
    border-radius: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: 200ms;
    max-width: 195px;
    min-width: 100px;
    padding: 6px 25px !important;
    outline: none !important;
    text-wrap-mode: nowrap;
}
.efirc-applicant-btn-default:hover,
.efirc-applicant-btn-default:focus {
    background-color: #E7E8EC;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px !important;
    border: none !important;

    transition: 200ms;
    outline: 0;
    outline-offset: 0;
}

.efirc-applicant-btn-default:focus:active,
.efirc-applicant-btn-default:active {
    border: 1px solid black !important;
    box-shadow: none;

    outline: 0;
    outline-offset: 0;
}
.efirc-applicant__checkbox.check-all span.n-checkbox {
    margin-right: 0;
}
.efirc-applicant__checkbox label {
    margin-bottom: 0;
}
.efirc-applicant__checkbox {
    height: 20px;
}
.efirc-applicant__label-checkbox {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.efirc-applicant__checkbox input[type="checkbox"] {
    display: none !important;
}
.efirc-applicant__checkbox.check-all {
    display: inline-block;
    margin-top: 5px;
}
.efirc-applicant__checkbox input[type="checkbox"]:checked:enabled + span {
    background: url(../img/icons/checked.svg) center no-repeat;
}
.efirc-applicant__checkbox input[type="checkbox"]:not(:checked):enabled + span {
    background: url(../img/icons/unchecked.svg) center no-repeat;
}
.efirc-applicant__checkbox input[type="checkbox"]:not(:checked):disabled + span {
    background: url(../img/icons/disabled-unchecked.svg) center no-repeat;
}
.efirc-applicant__checkbox input[type="checkbox"]:checked:disabled + span {
    background: url(../img/icons/disabled-checked.svg) center no-repeat;
}
.efirc-applicant__checkbox span {
    float: left;
    margin-right: 6px;
    cursor: pointer;
    height: 20px;
}
.efirc-applicant__checkbox label span.n-checkbox {
    width: 20px;
}
.efirc-applicant__checkbox input[type="checkbox"]:disabled + span {
    cursor: not-allowed;
}
.efirc-applicant__checkbox input[type="checkbox"]:disabled ~ span {
    color: grey;
}
.efirc-applicant__footer-container {;
    display: -ms-flexbox;;
    display: flex;
    -ms-flex-pack: end;
        justify-content: end;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 15px 15px 15px;
    background-color: #f4f4f9;
}
.design-error {
    display: block;

    color: #FE871F;

    line-height: 23px;
    padding-bottom: 10px;
}

.credentials_container {
    font-size: 16px;
}

.credentials-tab-content-columns {
    padding-bottom: 20px;
}
.credentials-columns-container a,
.credentials-tips a,
.credentials_container a {
    color: #00a4de;
}
.credentials-columns-container ul,
.credentials-tab-content ul {
    list-style-type: disc;
}
.credentials-columns-container p,
.credentials-tips p {
    font-size: 16px;
    line-height: 23px;
}
.credentials-tips h1 {
    background-color: #ababab;
    color: white;
    padding: 5px 10px 5px 10px;
}
.credentials-columns-container li,
.credentials-tab-content li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.credentials-columns-container ul,
.credentials-columns-container ol,
.credentials-tab-content ol {
    line-height: 23px;
}
.credentials-tab-content ol {
    -webkit-padding-start: 25px;
       -moz-padding-start: 25px;
            padding-inline-start: 25px;
}

.credentials-tab-content ul {
    -webkit-padding-start: 40px;
       -moz-padding-start: 40px;
            padding-inline-start: 40px;
}

.credentials-tab-content img {
    width: 100%;
}

.credentials-tab-content {
    display: none;
}
.credentials-tab-content ol {
    list-style-type: upper-alpha;
}
.credentials-tab-content.active {
    display: block;
}
#credentials-tab-content-3 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}
.credentials-tab {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    border: 3px solid #00a4de;
    padding: 10px 10px 10px 20px;
    color: #00a4de;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}
.credentials-tab > svg {
    width: 20px;
    stroke: #00a4de;
    fill: #00a4de;
    transition: .2s;
}
.credentials-tab.active > svg {
    stroke: white !important;
    fill: white !important;
    transform: rotate(90deg);
    transform-origin: center;
    transition: .2s;
}
.credentials-tab.active {
    padding: 10px 0 10px 20px;
    color: white;
    background-color: #00a4de;
    font-weight: 700;
}

.credentials-info-red {
    color: #cf4520;
}

.table-credentials td {
    vertical-align: middle !important;
}
.table-credentials_number {
    text-align: center;
}
.table-credentials_status {
    text-align: center;
}
.table-credentials_status > img {
    max-width: 40px;
}
.credentials_field__checkbox .efirc-applicant__label-checkbox {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    min-height: 20px;
    padding: 5px 0;
    -ms-flex-align: center;
        align-items: center;
}
.credentials_field__checkbox.credentials-structure .efirc-applicant__label-checkbox {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.credentials_field__checkbox span {
    height: auto;
    text-align: left;
}
.credentials_field__checkbox label span.n-checkbox {
    min-width: 22px;
    height: 22px;;
}
.credentials_field__checkbox.efirc-applicant__checkbox {
    height: auto
}
.credentials_container .table-credentials_body td.table-credentials_field:first-child {
    margin-bottom: 10px;
}
.credentials_container .table-credentials_body td.table-credentials_field > .form-group {
    padding: 3px 0;
}
@media(max-width: 768px) {
    .credentials_container .table-credentials_body td.table-credentials_field > .form-group {
        margin-bottom: 10px;
    }
}
.credentials_container .table-credentials_body td {
    border: 1px solid #9ea2a2;
}
.credentials_container .table-credentials_number {
    background: #56585a;
}
.credentials_container .table-credentials_number > h5 {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
}
.credentials-info {
    line-height: 30px;
}
.margin-top-10 {
    margin-top: 10px;
}
.credentials_buttons-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.credentials_field-files {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.credentials_field-files > span {
    text-align: left;
    padding: 3px;
}
.credentials-error {
    display: block;
    color: #FE871F;
    line-height: 23px;
}
.credentials_field-files-list > div.credentials_field-files {
    border-bottom: 1px solid #9ea2a2;
}
.credentials_field-files-list > div.credentials_field-files:last-of-type {
    border-bottom: none !important;
}
.table-credentials_explanation {
    line-height: 23px !important;
    text-align: left;
}
#filesPopup {
    width: 800px !important;
}
@media(min-width: 768px) {
    #ftnPopup {
        -ms-flex-direction: row;
            flex-direction: row;
        width: 600px !important;
        -moz-column-gap: 10px;
             column-gap: 10px;
    }
}
@media(max-width: 767px) {
    #ftnPopup {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 350px !important;
        row-gap: 10px;
    }
    #ftnPopup > div.ftn-image {
        -ms-flex-order: 2;
            order: 2;
    }
    #ftnPopup > div:last-child {
        -ms-flex-order: 1;
            order: 1;
    }
}
#ftnPopup > div {
    -ms-flex: 1;
        flex: 1;
}
#ftnPopup,
#filesPopup {
    display: none;
    position: absolute;
    left: 50px;
    width: 350px;
    background-color: white;
    border: 3px solid #9ea2a2;
    padding: 35px 20px 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    z-index: 10;
    line-height: 23px;
}
#ftnPopup > .close,
#filesPopup > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-transform: uppercase;
    color: #00a4de;
    opacity: 1;
    font-weight: 500;
    font-size: 18px;
}
#ftnPopup p > img {
    width: 100%;
    height: auto;
}
/*#ftnPopup  p:last-child {*/
/*    text-align: center;*/
/*}*/
#ftnLink {
    color: #00a4de;
    text-decoration: none;
    cursor: pointer;
}
.credentials_waiting-status {
    color: #1da8df;
    display: block;
}
.credentials_approved-status {
    color: #13a84f;
    display: block;
}
.credentials_not-approved-status {
    color: #bf1e2c;
    display: block;
}
.credentials_not-renewing-status {
    color: #646464;
    display: block;
}
.credentials_waiting-status > span,
.credentials_approved-status > span,
.credentials_not-approved-status > span,
.credentials_not-approved-warning > span,
.credentials_not-renewing-status > span,
.table-credentials_explanation > h5 > span {
    font-size: 16px;
    line-height: 23px;
}
.credentials_not-approved-warning {
    margin: 20px 0;
}
.credentials_not-approved-column {
    background-color: #fffdca;
}
.credentials-status-container {
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 15px;
}
.credentials-status {
    width: 21px;
    height: 20px;
    display: inline-block;
    border: 1px solid #000;
}
.credentials-status-label {
    font-size: 16px !important;
    font-weight: 500;
    color: #00a4de !important;
}
.credentials-green {
    background-color: #13a84f;
}
.credentials-red {
    background-color: #bf1e2c;
}
.credentials-blue {
    background-color: #1da8df;
}
.table-row-credentials .title {
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-align: end;
        align-items: end;
    color: #bf1e2c;
}
.table-row-credentials .title > img {
    max-width: 35px;
}
.credentials-warning-text {
    padding: 10px 0;
    line-height: 1.7;
}
.credentials-warning-text span {
    font-size: 16px;
    font-weight: 500;
}
.credentials-status-red {
    color: #bf1e2c;
}
.credentials-status-not-renewing {
    font-size: 14px !important;
    font-weight: 500;
}
.advanced-search-filter h5 .credentials-status-container strong {
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
}
.credentials-submission {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.tracking-message {
    word-break: break-word;
}
.credentials-warning-text-header > a {
    color: #00a4de !important;
}

.modal#enlargedPdf .modal-dialog {
    width: 100% !important;
}

.modal#enlargedPdf .modal-dialog iframe {
    height: 85vh;
}

.iframe-click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
}

.review-progress {
    padding: 10px 40px 10px 10px;
}

.tracking-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.tracking-tooltip .tracking-tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0px 0px 2px 1px #D6D6D6;
    color: #000000 !important;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    line-height: 18px;
    white-space: pre-line;
}

.tracking-tooltip:hover .tracking-tooltip-text {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.btn-active-filter .tracking-tooltip svg {
    stroke: #fff;
}
/*@media (max-width: 600px) {*/
/*    .detail-row {*/
/*        flex-direction: column;*/
/*    }*/

/*    .label-input {*/
/*        width: 100%;*/
/*    }*/

/*    .top-row {*/
/*        flex-direction: column;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/

.attention-message-container {
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.attention-message-container img {
    width: 50px;
    height: 50px;
    margin: 0 0 10px;
}
.enlarge-calendar-button {
    background: url(../img/icons/Mag-Enlarge.svg) left no-repeat;
    color: #00a4de;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 30px;
    cursor: pointer;
}
/*# sourceMappingURL=aopa-right-panel.css.map */