body,
html {
    margin: 0
}

body {
    background: #fff !important
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.main {
    min-height: calc(100vh - 76px)
}

.form-control.remove-icons {
    background-image: none
}

input[type=checkbox]:disabled {
    background-color: #ddd !important;
    cursor: not-allowed !important
}

.button:disabled {
    background-color: #ddd !important;
    cursor: not-allowed
}

.color-error {
    color: var(--color-error) !important
}

.color-additional-text {
    color: var(--color-text-secondary) !important
}

.button-add {
    background: transparent;
    border: 1px solid var(--color-royal-blue) !important;
    color: var(--color-royal-blue);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 22px 15px !important;
    text-align: center;
    transition: all .3s ease-in-out
}

.button-add:hover {
    background: var(--color-royal-blue);
    color: #fff
}

.button-danger-alt {
    background: transparent;
    border: 1px solid var(--color-error) !important;
    color: var(--color-error);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 22px 15px !important;
    text-align: center;
    transition: all .3s ease-in-out
}

.button-danger-alt:hover {
    background: var(--color-error);
    color: #fff
}

.errorList {
    color: #da3636;
    font-size: 14px;
    letter-spacing: .2px;
    line-height: 16px;
    margin-bottom: 24px
}

.errorList__message {
    margin-bottom: 12px
}

.errorList__message:last-child {
    margin-bottom: 0
}

.errorList .icon {
    -webkit-margin-end: 8px;
    margin-inline-end: 8px
}

.tag__red {
    background-color: rgba(218, 54, 54, .1);
    color: var(--color-error)
}

.tag__gray,
.tag__red {
    font-size: 14px;
    font-weight: var(--font-bold);
    padding: 6px 14px 9px
}

.tag__gray {
    background-color: hsla(0, 0%, 46%, .1);
    color: var(--color-text-secondary)
}

.select-wrapper:after,
.select-wrapper:before {
    content: "";
    height: 0;
    opacity: .5;
    position: absolute;
    right: 16px;
    width: 0
}

.select-wrapper {
    position: relative
}

.select-wrapper:after {
    border-bottom: 5px solid #3b3b3b;
    bottom: 21px;
    display: none
}

.select-wrapper:after,
.select-wrapper:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.select-wrapper:before {
    border-top: 5px solid #3b3b3b;
    display: block;
    left: 16px;
    right: auto;
    top: 22px;
    z-index: 1
}

.select-wrapper.active {
    overflow: inherit
}

.select-wrapper.active:after {
    display: block;
    z-index: 101
}

.select-wrapper.active:before {
    display: none
}

html[dir=ltr] .select-wrapper:after,
html[dir=ltr] .select-wrapper:before {
    left: auto;
    right: 16px
}

.footer.in-home {
    background: linear-gradient(-180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .29))
}

.footer.in-home .footer--rights {
    background-color: #0e102a
}

header.isHome {
    margin-bottom: 65px !important
}

#new-nav .user-actions-nav {
    border: none !important
}

.loading-image {
    background: hsla(0, 0%, 100%, .4);
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999
}

.loading-image svg {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px
}

@media(max-width:767px) {
    .loading-image svg {
        width: auto
    }
}

.loading-image svg path {
    stroke-width: 1;
    stroke-dasharray: 100px;
    stroke-dashoffset: 100px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drawLogo;
    animation-name: drawLogo
}

@-webkit-keyframes drawLogo {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes drawLogo {
    to {
        stroke-dashoffset: 0
    }
}

.\/portal\/home {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative
}

.error-500 {
    padding: 0 0 100px
}

.error-500 .text-top-image {
    color: #3b3b3b;
    font-size: 96px;
    font-weight: 700;
    left: 50%;
    line-height: 125px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -88%);
    transform: translate(-50%, -88%)
}

.error-500 .center-text {
    position: relative;
    text-align: center
}

.error-500 .content-message {
    flex-direction: column
}

.error-500 .content-message,
.error-500 a {
    align-items: center;
    display: flex;
    justify-content: center
}

.error-500 a {
    background-color: #483bc8;
    border-radius: 4px;
    float: right;
    padding: 15px 19px;
    position: relative;
    text-decoration: none
}

.error-500 .image-home {
    margin: 0 0 0 10px
}

.error-500 .but-home {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 21px;
    margin-right: 6px
}

.notAuthorized {
    display: table;
    height: 100%;
    margin: auto;
    text-align: center;
    width: 100%
}

.notAuthorized-content {
    display: table-cell;
    vertical-align: middle
}

@media(max-width:768px) {
    .notAuthorized-content {
        padding: 0
    }
}

.notAuthorized-content * {
    display: inline-block;
    vertical-align: middle
}

.notAuthorized-content h3 {
    color: #3b3b3b;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    max-width: 50%
}

@media(max-width:768px) {
    .notAuthorized-content h3 {
        max-width: 100%
    }
}

html[lang=ar] .notAuthorized-content img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.breadcrumb {
    margin-bottom: 20px
}

.breadcrumb__list {
    align-items: baseline;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb__list .breadcrumb-element__link {
    color: #767676;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 21px;
    text-decoration: none
}

.breadcrumb__list .breadcrumb-element__divider {
    -webkit-margin-start: 6px;
    -webkit-margin-end: 18px;
    background: linear-gradient(90deg, rgba(126, 109, 230, .2), rgba(204, 199, 255, .2));
    border-radius: 100%;
    color: #7e6de6;
    font-size: 7px;
    height: 13px;
    margin-inline-end: 18px;
    margin-inline-start: 6px;
    padding-block: 2px;
    text-align: center;
    width: 13px
}

.authenticatedDocumentList {
    padding-bottom: 60px
}

@media(max-width:768px) {
    .authenticatedDocumentList--header {
        align-items: flex-start !important;
        flex-direction: column;
        justify-content: flex-start !important
    }

    .authenticatedDocumentList--header__title {
        margin-bottom: 20px
    }
}

.authenticatedDocumentList__secondTitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px
}

.authenticatedDocumentList__secondTitle__icon {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.authenticatedDocumentList--card {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 20px
}

.authenticatedDocumentList--card__title {
    color: var(--color-vivid-violet);
    font-size: 22px;
    margin-bottom: 14px
}

.authenticatedDocumentList--card__label {
    color: #3b3b3b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px
}

.authenticatedDocumentList--card__value {
    color: #3b3b3b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px
}

.authenticatedDocumentList--card .qrCode {
    background: #eaeaea;
    height: 140px;
    -webkit-transform: translate(-10px, 20px);
    transform: translate(-10px, 20px);
    width: 140px
}

.authenticatedDocumentList--card .qrCode canvas {
    height: 140px !important;
    width: 140px !important
}

.authenticatedDocumentList--card__tag {
    -webkit-margin-end: 16px;
    border-radius: 0 !important;
    margin-inline-end: 16px
}

.authenticatedDocumentList--card__tag span:first-child {
    color: #3a3a3b;
    font-weight: 400
}

@media(max-width:768px) {
    .authenticatedDocumentList--card__tag {
        margin-bottom: 10px
    }
}

.authenticatedDocumentList--tags {
    margin-bottom: 20px
}

.authenticatedDocumentList .no-data {
    text-align: center
}

.authenticatedDocumentList .no-data__img {
    margin-bottom: 60px;
    max-width: 100%
}

.authenticatedDocumentList .no-data__title {
    color: #3b3b3b;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 47px;
    margin-bottom: 24px
}

.authenticatedDocumentList .no-data__desc {
    color: #3b3b3b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    margin: auto auto 24px;
    width: 50%
}

html[dir=ltr] .authenticatedDocumentList--card .qrCode {
    -webkit-transform: translate(10px, 20px);
    transform: translate(10px, 20px)
}

.crCard {
    background-color: #f3f7fd !important;
    margin-bottom: 20px
}

.crCard__title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 38px;
    margin-bottom: 25px;
    position: relative
}

.crCard__title:after {
    background: linear-gradient(-46.69deg, #522e7b, #136db4);
    bottom: -6px;
    box-shadow: 0 33px 35px -15px rgba(12, 11, 64, .28);
    content: "";
    height: 4px;
    position: absolute;
    right: 58px;
    width: 40px
}

.crCard__icon {
    -webkit-margin-end: 16px;
    align-items: center;
    background-color: hsla(0, 0%, 85%, .5);
    border-radius: 8px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-inline-end: 16px;
    text-align: center;
    width: 40px
}

.crCard .multipleOptions--container {
    display: flex;
    flex-wrap: wrap
}

.crCard .multipleOptions--container__activity {
    -webkit-margin-end: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    color: #3b3b3b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    margin-inline-end: 20px;
    margin-bottom: 10px;
    padding: 10px
}

.crCard .qrCode canvas {
    height: 140px !important;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 140px !important
}

.crCard .activity__card {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    padding: 10px !important
}

.crCard .activity__link {
    color: #2b67ef;
    cursor: pointer;
    text-decoration: underline
}

.crCard .activity__model {
    border-bottom: 0;
    padding: 16px !important
}

.crCard .colored-item {
    -webkit-margin-end: 20px;
    background-color: #f4f7fe;
    border: 1px solid #b7cbf9;
    margin-inline-end: 20px;
    padding: 10px
}

html[dir=ltr] .crCard__title:after {
    left: 58px;
    right: auto
}

html[dir=ltr] .crCard .qrCode canvas {
    left: auto;
    right: 20px
}

:root {
    --tooltip-text-color: #fff;
    --tooltip-background-color: #000;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
}

.Tooltip-Wrapper {
    display: inline-block;
    position: relative
}

.Tooltip-Tip {
    background: #000;
    background: var(--tooltip-background-color);
    border-radius: 4px;
    color: #fff;
    color: var(--tooltip-text-color);
    font-family: sans-serif;
    font-size: 14px;
    left: 50%;
    line-height: 1;
    padding: 6px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 100
}

.Tooltip-Tip:before {
    border: 6px solid transparent;
    border-width: var(--tooltip-arrow-size);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-left: calc(var(--tooltip-arrow-size)*-1);
    pointer-events: none;
    position: absolute;
    width: 0
}

.Tooltip-Tip.top {
    top: -30px;
    top: calc(var(--tooltip-margin)*-1)
}

.Tooltip-Tip.top:before {
    border-top-color: #000;
    border-top-color: var(--tooltip-background-color);
    top: 100%
}

.Tooltip-Tip.right {
    left: calc(100% + 30px);
    left: calc(100% + var(--tooltip-margin))
}

.Tooltip-Tip.right,
.Tooltip-Tip.right:before {
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.Tooltip-Tip.right:before {
    border-right-color: #000;
    border-right-color: var(--tooltip-background-color);
    left: -6px;
    left: calc(var(--tooltip-arrow-size)*-1)
}

.Tooltip-Tip.bottom {
    bottom: -30px;
    bottom: calc(var(--tooltip-margin)*-1)
}

.Tooltip-Tip.bottom:before {
    border-bottom-color: #000;
    border-bottom-color: var(--tooltip-background-color);
    bottom: 100%
}

.Tooltip-Tip.left {
    right: calc(100% + 30px);
    right: calc(100% + var(--tooltip-margin))
}

.Tooltip-Tip.left,
.Tooltip-Tip.left:before {
    left: auto;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.Tooltip-Tip.left:before {
    border-left-color: #000;
    border-left-color: var(--tooltip-background-color);
    right: -12px;
    right: calc(var(--tooltip-arrow-size)*-2)
}

html[dir=ltr] .actions-list .popover_wrapper,
html[dir=rtl] .actions-list .popover_wrapper {
    display: inline-flex
}

@media(max-width:768px) {
    .popover_wrapper {
        width: 100%
    }
}

.popover_wrapper {
    --bg: #fff;
    --bc: #ccc;
    --bw: 1px;
    --base: 50px;
    display: inline-flex;
    justify-content: flex-end;
    position: relative
}

.popover_box {
    background-color: var(--bg);
    bottom: calc(var(--base) + 10px);
    box-shadow: 0 30px 100px 0 rgba(28, 36, 63, .09);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100vw;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    text-align: center;
    text-align: start;
    width: 300px
}

.popover_header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    padding: 10px
}

.popover_title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 12px
}

.popover_msg {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 24px
}

.popover_arrow {
    bottom: var(--base);
    content: "";
    position: absolute;
    text-align: center
}

.popover_arrow:before {
    bottom: 0
}

.popover_arrow:after,
.popover_arrow:before {
    border-color: var(--bg) transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    content: "";
    position: absolute;
    -webkit-transform: translateX(-55px);
    transform: translateX(-55px)
}

.popover_arrow:after {
    bottom: var(--bw)
}

.popover_button {
    min-width: 100px;
    padding-bottom: 10px !important;
    padding-top: 10px !important
}

.popover_button:first-child {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

html[dir=rtl] .popover_arrow:after,
html[dir=rtl] .popover_arrow:before {
    -webkit-transform: translateX(55px);
    transform: translateX(55px)
}

.gap-1 {
    gap: 1rem
}

.authenticateRequest {
    padding-bottom: 70px
}

.authenticateRequest--header {
    box-shadow: 0 30px 100px 0 rgba(28, 36, 63, .09);
    margin-bottom: 20px
}

.authenticateRequest--header__title {
    color: var(--color-vivid-violet);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 47px;
    margin-bottom: 0
}

.authenticateRequest .authenticateRequestFormCard {
    background-color: #fff !important;
    box-shadow: 0 30px 100px 0 rgba(28, 36, 63, .09)
}

.authenticateRequest .authenticateRequestFormCard__text {
    color: #767676;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px
}

.authenticateRequest .authenticateRequestFormCard__text-color {
    color: #767676
}

.authenticateRequest .authenticateRequestFormCard__section {
    background-color: #f2f3fb;
    color: #3b3b3b;
    font-weight: 300;
    padding: 15px 20px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.authenticateRequest .authenticateRequestFormCard__add-new-chanel {
    align-items: center;
    background-color: #eeedfc;
    border: none;
    color: #2b67ef;
    cursor: pointer;
    display: flex;
    font-size: small;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    margin-top: 1.9rem;
    padding: 15px 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.authenticateRequest .authenticateRequestFormCard__trashIcon {
    background: transparent;
    height: 32px;
    margin-top: 2rem;
    padding: 0 !important;
    width: 32px
}

.authenticateRequest--buttons .custom_btn {
    align-items: center;
    display: flex;
    font-size: 16px !important
}

.authenticateRequest--buttons .submit_btn {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px
}

.success-submitted {
    background: url(/static/media/CombinedShapeLeft.0c4b0ed0ebde6e7e0991.png), linear-gradient(90deg, #f2e7f9, #e0eefd);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    padding: 30px;
    position: relative
}

.success-submitted:before {
    background: url(/static/media/CombinedShapeRight.8e5d582493fe164681bf.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    bottom: 50%;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    width: 26%
}

.success-submitted__msg {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px
}

.success-submitted--authenticationNumber {
    align-items: center;
    display: flex
}

.success-submitted--authenticationNumber span:first-child {
    -webkit-margin-end: 16px;
    color: rgba(59, 59, 59, .6);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-inline-end: 16px
}

.success-submitted--authenticationNumber span:last-child {
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0
}

.success-submitted--status {
    background-color: #d2e0ff;
    font-size: 14px;
    line-height: 13px;
    padding: 5px
}

.success-submitted--status span:first-child {
    -webkit-margin-end: 5px;
    color: #3b3b3b;
    margin-inline-end: 5px
}

.success-submitted--status span:last-child {
    color: #2b67ef;
    font-weight: 700
}

.authentication--table {
    background-color: #faf9fe;
    border: 1px solid #130b69;
    color: #767676
}

.authentication--table__head {
    padding: 20px
}

.authentication--table__title {
    color: #767676;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 12px
}

.authentication--table__value {
    color: #767676;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 10px
}

.authentication--table__body {
    -webkit-margin-end: 10px;
    -webkit-padding-start: 20px;
    height: 220px;
    margin-inline-end: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 20px;
    padding-inline-start: 20px
}

.authentication--table__body__no-data {
    size: 14px;
    font-weight: 400;
    line-height: 24px
}

.authentication--table__scroll {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px
}

.authentication__card {
    background-color: #fff !important;
    border: none !important;
    box-shadow: 0 20px 40px 0 rgba(28, 36, 63, .09)
}

.authentication ::-webkit-scrollbar {
    height: 20px;
    width: 3px
}

.authentication ::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 40%, .396);
    border-radius: 25px;
    opacity: 50%
}

.authentication ::-webkit-scrollbar-thumb:hover {
    background: hsla(0, 0%, 40%, .396);
    height: 20px
}

.authentication .checkmark {
    border: 2px solid var(--color-selago-2) !important
}

.authentication .text-indent-30 {
    text-indent: 30px
}

.authentication__card .checked {
    background-color: var(--color-arapawa);
    border: 2px solid var(--color-arapawa) !important;
    color: #fff !important
}

.form__selectable-box.disable {
    background: hsla(0, 0%, 87%, .5);
    cursor: not-allowed;
    opacity: .5
}

.form__selectable-box.disable * {
    cursor: not-allowed
}

.form__selectable-box__soon {
    color: red
}

.home {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.home-wrapper {
    padding-top: 100px;
    position: relative;
    z-index: 9
}

@media(max-width:768px) {
    .home-wrapper {
        padding-top: 0
    }
}

@media(min-width:1300px) {
    .home:before {
        background: linear-gradient(180deg, #fdfbff, #eeefff);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        -webkit-transform: scaleX(-1) rotate(180deg);
        transform: scaleX(-1) rotate(180deg);
        width: 50%;
        z-index: -1
    }
}

@media(min-width:1199px)and (max-width:1299px) {
    .home {
        position: relative
    }

    .home:before {
        background: linear-gradient(180deg, #fdfbff, #eeefff);
        bottom: 0;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        -webkit-transform: scaleX(-1) rotate(180deg);
        transform: scaleX(-1) rotate(180deg);
        width: 50%;
        z-index: -1
    }
}

.home__title {
    color: #3b3b3b;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 49px;
    margin-bottom: 32px
}

.home__secondTitle {
    color: #3b3b3b;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 40px
}

.home__icon {
    -webkit-margin-end: 22px;
    margin-inline-end: 22px
}

.home--buttons {
    margin-bottom: 40px
}

.home__btn {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

@media(max-width:768px) {
    .home__btn {
        margin-bottom: 20px
    }
}

.home__description {
    color: #767676;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    width: 60%
}

@media(max-width:768px) {
    .home__description {
        margin-bottom: 60px;
        width: 100%
    }
}

.home--guideSteps-mb {
    margin-bottom: 50px
}

.home--guideSteps__oval {
    -webkit-margin-end: 24px;
    background: linear-gradient(90deg, #7e6de6, #ccc7ff);
    border-radius: 100%;
    color: #fff;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    letter-spacing: 1.33px;
    line-height: 40px;
    margin-inline-end: 24px;
    text-align: center;
    width: 40px
}

.home--guideSteps__title {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.3px;
    line-height: 17px;
    margin-bottom: 24px
}

.home--guideSteps__description {
    color: #767676;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px
}

.summary {
    padding-bottom: 70px;
    position: relative
}

.summary__title {
    color: var(--color-vivid-violet);
    font-size: 22px;
    margin-bottom: 24px
}

.summary--container {
    margin-bottom: 40px
}

.summary--mainInfo .active {
    color: #009c21 !important
}

.summary--mainInfo .qrCode canvas {
    height: 140px !important;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 140px !important
}

.summary--bankAccounts {
    margin-bottom: 16px
}

.summary--bankAccounts__account {
    -webkit-margin-end: 20px !important;
    margin: 10px 0 !important;
    margin-inline-end: 20px !important
}

.summary--bankAccounts__trashIcon {
    -webkit-margin-start: 8px;
    background: transparent;
    height: 24px;
    margin-top: 0;
    margin-inline-start: 8px;
    padding: 0 !important;
    width: 24px
}

.summary--bankAccounts__addIban {
    color: #2b67ef;
    font-size: 13px;
    font-weight: 800;
    line-height: 17px
}

.summary--bankAccounts .unMatched__box {
    background-color: #fef4f4 !important;
    border: 1px solid red !important
}

.summary--bankAccounts__status {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
    display: table;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 13px;
    margin-top: 8px;
    padding: 5px 10px
}

.summary--bankAccounts__status.matched {
    background-color: #fff;
    color: #3b3b3b
}

.summary--bankAccounts__status.unMatched {
    background-color: rgba(255, 0, 0, .1);
    color: red
}

.summary--bankAccounts__status.underProcess {
    background-color: rgba(255, 124, 0, .1);
    color: #ff7c00
}

.summary--authenticationSector {
    margin-bottom: 32px
}

.summary--authenticationSector__title {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 8px
}

.summary--authenticationSector__activity {
    -webkit-margin-end: 0 !important;
    margin-inline-end: 0 !important
}

.summary--platforms__item {
    -webkit-margin-start: 10px;
    -webkit-margin-end: 10px !important;
    margin-inline-end: 10px !important;
    margin-inline-start: 10px
}

.summary--platforms__item span {
    display: block;
    max-width: 180px
}

.summary--platforms .icon-card {
    -webkit-margin-start: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    margin-inline-start: 10px
}

.summary--buttons .button {
    -webkit-margin-end: 20px;
    font-size: 13px !important;
    font-weight: 700;
    margin-inline-end: 20px
}

.summary--buttons .button:last-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.summary--buttons .button.button-secondary {
    color: #2b67ef
}

.summary--buttons__backBtn {
    background-color: var(--color-selago);
    color: #2b67ef;
    display: inline-block
}

.summary .text-overflow {
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px
}

.summary .colored-item,
.summary .summary--authenticationSector__activity,
.summary .summary--bankAccounts__account,
.summary .summary--platforms__item {
    -webkit-margin-end: 20px;
    background-color: #f4f7fe;
    border: 1px solid #b7cbf9;
    margin-inline-end: 20px;
    padding: 10px
}

.summary--cancel-authentication {
    align-items: center;
    display: flex;
    justify-content: center
}

.summary .modal-header {
    border-bottom: none;
    padding: 16px !important
}

.summary--popup__text {
    size: 16px;
    color: rgba(59, 59, 59, .588);
    font-weight: 300;
    line-height: 23px
}

.summary--popup__input-lb {
    border-left: none
}

.summary__iban {
    margin-bottom: 38px
}

html[dir=ltr] .summary .qrCode canvas {
    left: auto;
    right: 20px
}

.card {
    background-color: #faf9fe;
    border: 0;
    margin: 10px;
    padding: 20px
}

@media(min-width:1200px)and (max-width:1700px) {
    .card__score {
        width: 13rem !important
    }
}

.grade {
    color: #fff;
    margin-top: 5px;
    padding: .4rem 1rem;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.grade__gold {
    background: linear-gradient(270deg, #fad06c, #f2a33a)
}

.grade__silver {
    background: linear-gradient(270deg, #e0e0e0, #b7b7b7)
}

.grade__bronze {
    background: linear-gradient(270deg, #f2a43a, #d2822e)
}

.calendar-icon__arabic {
    left: .4rem !important;
    position: relative;
    top: 0 !important
}

.calendar-icon__english {
    position: relative;
    right: .4rem !important;
    top: 0 !important
}

.evaluation_result__box {
    background-color: #ecebf9;
    color: #483bc8;
    font-weight: 500
}

@media(max-width:768px) {
    .evaluation_result {
        text-align: center
    }
}

.CommercialLicenses__card {
    margin: 2rem 0 0 !important;
    padding: 0 !important
}

.with-border {
    border: 1px solid #e4e4e4
}

.card {
    border-radius: 0
}

.card-header {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between
}

@media(max-width:768px) {
    .card-header {
        align-items: start;
        flex-direction: column
    }

    .card-header .print-btn {
        margin-top: 15px
    }
}

@media(max-width:568px) {
    .card-header {
        align-items: stretch
    }
}

.card-header h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.terms--container {
    height: 100%;
    margin-bottom: 108px
}

.terms--container__title {
    -webkit-margin-end: 20px;
    color: #3b3b3b;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 47px;
    margin-inline-end: 20px
}

.terms--container__badge {
    background-color: #ecebf9;
    color: #483bc8;
    font-size: 22px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 15px
}

.terms {
    background-color: #fff;
    box-shadow: 0 30px 100px 0 rgba(28, 36, 63, .09);
    padding: 32px 0 0 !important
}

.terms--header {
    margin-bottom: 24px;
    padding-inline: 20px
}

.terms__icon {
    -webkit-margin-end: 24px;
    height: 49px;
    margin-inline-end: 24px;
    width: 47px
}

.terms__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 47px
}

.terms--content {
    margin-bottom: 40px;
    max-height: 300px;
    overflow-y: scroll;
    padding-inline: 20px
}

.terms--content::-webkit-scrollbar {
    width: 8px
}

.terms--content::-webkit-scrollbar-track {
    background-color: #fbfbfb;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .19);
    width: 12px
}

.terms--content::-webkit-scrollbar-thumb {
    background-color: #7f7f7f;
    border: 3px solid #7f7f7f;
    border-radius: 6px
}

.terms--content * {
    color: #3b3b3b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px
}

.terms--content h4 {
    font-weight: 400;
    margin-bottom: 16px
}

.terms--content h5 {
    font-weight: 500;
    margin-bottom: 32px
}

.terms--content h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 24px
}

.terms--content--list {
    list-style-type: none;
    padding: 0
}

.terms--content--list li {
    font-weight: 400;
    margin-bottom: 16px
}

.terms--content--list li:before {
    -webkit-margin-end: 10px;
    color: #8f91c0;
    content: "ï„‘";
    font-family: Font Awesome\ 5 Pro;
    font-size: 11px;
    font-weight: 900;
    margin-inline-end: 10px
}

.terms--footer {
    box-shadow: 0 -5px 20px 0 rgba(28, 36, 63, .09);
    padding-block: 24px 40px;
    padding-inline: 20px
}

.terms .buttons--container .button {
    padding: 17px 30px 20px
}

.terms .buttons--container .button:disabled {
    background-color: #ddd;
    cursor: not-allowed
}

.terms span {
    color: var(--color-vivid-violet) !important
}

html[dir=rtl] .terms .form__checkbox input[type=checkbox]:before {
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.publicPage__title {
    color: #793699;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px
}

.publicPage--container {
    margin-bottom: 40px
}

.publicPage--mainInfo .active {
    color: #009c21 !important
}

.publicPage--authenticationSector {
    margin-bottom: 32px
}

.publicPage--authenticationSector__title {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 8px
}

.publicPage--authenticationSector__activity {
    word-wrap: break-word
}

.publicPage--platforms__item span {
    display: block;
    max-width: 155px
}

.publicPage .colored-item,
.publicPage .publicPage--authenticationSector__activity,
.publicPage .publicPage--platforms__item {
    -webkit-margin-end: 20px;
    background-color: #f4f7fe;
    border: 1px solid #b7cbf9;
    margin-inline-end: 20px;
    padding: 10px
}

@media(max-width:992px) {
    .publicPage--platforms__platforms-display {
        -webkit-margin-end: 15% !important;
        display: inline;
        margin-inline-end: 15% !important;
        margin-bottom: 20px !important
    }

    .publicPage--authenticationSector__activity-display {
        display: block
    }

    .publicPage--authenticationSector__activity {
        margin-bottom: 10px
    }

    .inquiry .card #certificateRefID {
        margin-bottom: 15px
    }

    .inquiry .card button {
        margin-right: 0 !important
    }

    .inquiry__input {
        margin-bottom: 16px
    }
}

.inquiry .card {
    background-color: #fff;
    border: none;
    box-shadow: 0 30px 100px 0 rgba(28, 36, 63, .09)
}

.inquiry .card button {
    -webkit-margin-start: 20px;
    height: 48px;
    margin-inline-start: 20px;
    width: 146px
}

.inquiry .card .form__group--title {
    margin-bottom: 8px
}

.inquiry .card__secondTitle {
    color: #767676;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 20px
}

.inquiry__input {
    -webkit-margin-end: 24px;
    margin-inline-end: 24px
}

.inquiry__form {
    margin-bottom: 20px
}

.inquiry--empty-state {
    align-items: center;
    background: #faf9fe;
    color: #3b3b3b;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    padding: 32px
}

/*# sourceMappingURL=main.e6b108a2.css.map*/