/* reset */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html {
    font-size:16px;
}

body.individuals {
    --primary: #00AD68;
    --secondary: #008D55;
}

body.business {
    --primary: #3088C8;
    --secondary: #1668A4;
}


body.governmental {
    --primary: #85683B;
    --secondary: #785e35;
}

body.lawyers {
    --primary: #626466;
    --secondary: #4e4e4e;
}

.sections--small {
    min-height: calc(100vh - 89px);
    height:auto !important;
    margin-top: 89px;
}

.sso-content-wrapper {
    min-height: calc(100vh - 89px);
}

.profile__container {
    width: 100%;
    max-width: 700px;
}
.profile__content {
    flex: 1;
    max-width: unset !important;
    width: 100%;
}
.table *{
    vertical-align: middle !important;
}
.table th {
    background-color: #faf9f3;
    border: none !important;
    padding: 20px 10px;
}
.internal-pages-content-header .row{
    align-items: center;
}
a.footer__logoLink img {
    height: 32px;
}
.main-footer{
    margin-bottom:32px;
}

.pagination-cont {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}
.pagination-numbers {
    color: #666;
}
ol.order-list-style {
    list-style: decimal;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 2;
}
.heading {
    display: block;
    color: #02363d;
    font-family: "DINPro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}



a.header__logoLink {
    display: flex;
    align-items: center;
    position: relative;
}
.header__logo {
    max-width: unset !important;
    width: auto !important;
}
.header-system-name {
    color: #03373d;
    padding-right: 32px;
    position: relative;
    font-size: 16px;
}

.header-system-name:before {
    content: '';
    width: 1px;
    display: block;
    background-color: #e0ce96;
    top: 2px;
    height: 24px;
    position: absolute;
    right: 16px;
}
.main-top-menu {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #e0cf97;
}


a.nav-link {
    color: #02363d !important;
    opacity: 0.6;
}

a.nav-link:hover {
    opacity: 1;
}

html[dir="rtl"] .dropdown-item {
    text-align: right;
}
html[dir="rtl"] .dropdown-menu{
    left:unset;
    right:0px;
}

.accordion .card {
    box-shadow: 0 12px 24px -8px rgba(0,0,0,.08);
}
.accordion .card .card-header{
    cursor: pointer;
}
.accordion .card .card-header:before{
    content: "\E91E"!important;
    color: #a6b8bb;
    font-size: 14px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion .card .card-header.collapsed:before{
    padding-top: 5px;
    transform: rotate(180deg);
}
html[dir="rtl"] .accordion .card .card-header:before{
    margin-left:16px;
}




.internal-stat-cont {
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    position: relative;
}

.internal-stat-num {
    font-weight: bold;
    font-size: 32px;
    color: #158e8d;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internal-stat-title {
    font-size: 14px;
    background-color: #faf9f3;
    padding: 8px;
}
.internal-stat-cont:after {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    bottom: 0px;
    height: 30px;
    box-shadow: 0px 0px 20px #dedede;
    z-index: -1;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}




.internal-timeline-item {
    position: relative;
    padding-right: 32px;
    margin-right: 16px;
    padding-bottom: 32px;
}
.internal-timeline-item:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e8e8e8;
    right: 0;
    top: 4px;
}
.internal-timeline-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    right: 7px;
    top: 4px;
    bottom: -7px;
    background-color: #e8e8e8;
}
.internal-timeline-item-date p.timeline__date {
    margin: 0px;
}

.internal-timeline-item-title {
    font-weight: bold;
}
.internal-timeline-cont .internal-timeline-item:last-child {
    padding-bottom: 0px;
}
@media (min-width: 576px){
    .modal-dialog-scrollable .modal-content {
        max-height: 100vh;
        min-height: 100vh;
    }

}


/*fingerprint*/
.fingerprint-selector-img img {
    width: 400px;
    margin-bottom: 50px;
}
span.fingerprint-selector-btn {
    position: absolute;
    
    font-size: 6px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
span.fingerprint-selector-unavailable{
    background-color: transparent;
}
span.fingerprint-selector-available {
    background-color: #e0cf97;
    color: #fff;
}

span.fingerprint-selector-selected {
    background-color: #067277;
    color:#fff;
}
.fingerprint-selector-img {
    position: relative;
}

span#fingerprint-selector-1 {
    top: 96px;
    right: 6px;
}

span#fingerprint-selector-2 {
    top: 17px;
    right: 45px;
}

span#fingerprint-selector-3 {
    position: absolute;
    top: 6px;
    right: 91px;
}

span#fingerprint-selector-4 {
    top: 19px;
    right: 135px;
}

span#fingerprint-selector-5 {
    top: 56px;
    right: 164px;
}

span#fingerprint-selector-6 {
    top: 56px;
    left: 187px;
}

span#fingerprint-selector-7 {
    top: 20px;
    left: 158px;
}

span#fingerprint-selector-8 {
    top: 6px;
    left: 114px;
}

span#fingerprint-selector-9 {
    top: 16px;
    left: 68px;
}

span#fingerprint-selector-10 {
    top: 95px;
    left: 29px;
}
.fingerprint-selector-status-cont {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
}

span.fingerprint-selector-status-circle {
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    margin: 0px 7px;
}

.fingerprint-selector-status-item {
    display: flex;
}

/* new SSO Form */
.header {
    height: 89px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}

.form-wrapper {
    padding-top: 60px;
    border-left: 1px solid rgba(233, 233, 233, 0.85);
    box-shadow: -4px 0 14px 0 rgba(0, 0, 0, 0.10);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.85);
}

.form-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.individuals .section, .governmental .section, .lawyers .section {
    background-image: url('/public/img/individuals-bg.svg');
    background-position: bottom;
    background-size: cover;
}

.business .section {
    background-image: url('/public/img/business-bg.svg');
    background-position: bottom;
    background-size: cover;
}

.individuals .btn-primary:hover, .individuals .btn-primary.focus, .individuals .btn-primary:focus, .individuals .btn-primary:not(:disabled):not(.disabled).active, .individuals .btn-primary:not(:disabled):not(.disabled):active, .individuals.show>.btn-primary.dropdown-toggle {
    background-color: var(--secondary, #008D55);
    border-color: var(--secondary, #008D55);
}

.business .btn-primary:hover, .business .btn-primary.focus, .business .btn-primary:focus, .business .btn-primary:not(:disabled):not(.disabled).active, .business .btn-primary:not(:disabled):not(.disabled):active, .business.show>.btn-primary.dropdown-toggle
 {
    background-color: var(--secondary, #1668a4);
    border-color: var(--secondary, #1668a4);
}

.governmental .btn-primary:hover, .governmental .btn-primary.focus, .governmental .btn-primary:focus, .governmental .btn-primary:not(:disabled):not(.disabled).active, .governmental .btn-primary:not(:disabled):not(.disabled):active, .governmental.show>.btn-primary.dropdown-toggle
 {
    background-color: var(--secondary, #785e35);
    border-color: var(--secondary, #785e35);
}

.lawyers .btn-primary:hover, .lawyers .btn-primary.focus, .lawyers .btn-primary:focus, .lawyers .btn-primary:not(:disabled):not(.disabled).active, .lawyers .btn-primary:not(:disabled):not(.disabled):active, .lawyers.show>.btn-primary.dropdown-toggle
 {
    background-color: var(--secondary, #4e4e4e);
    border-color: var(--secondary, #4e4e4e);
}


.ad-box-wrapper {
    padding-top: 60px;
}

.individuals .ad-box, .lawyers .ad-box {
    margin-bottom: 97px;
}

.business .ad-box, .governmental .ad-box {
    margin-bottom: 64px;
}

.ad-box .headline {
    color: #435363;
    font-size: 2.5rem;
    line-height: 110%;
}

.ad-box .subline {
    color: #435363;
    font-size: 1.5rem;
    line-height: 166.667%;
}

.ad-box .description {
    color: #435363;
    font-size: 18px;
    line-height: 25.2px;
}

.centered-hr {
    position: relative;
    overflow: hidden;
}

.centered-hr > span {
    background-color: #fff;
    position: absolute;
    padding: 10px;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #8E98A1;
}

.nafath-box {
    border-radius: 8px;
    border: 1px solid #E9E9E9;
    background: #FAFAFA;
}

.nafath-content .nafath-title {
    font-size: 16px;
    line-height: 22.4px;
}

.nafath-content .nafath-description {
    font-size: 12.6px;
    line-height: 19.6px;
}

.random-hint {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

#randomCode {
    width: 81px;
    height: 81px;
    padding: 22.5px;
    gap: 22.5px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    border-radius: 100px;
    background-color: #435363;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.back-btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.back-btn, .back-btn:hover, .back-btn:focus {
    color: var(--primary);
}

.back-btn > i {
    font-size: 1rem;
}

.ad-img {
    width: 100%;
    object-fit: contain;
}

.download-app-wrapper > a {
    max-width: 50%;
    display: inline-block;
}

.download-app-wrapper > a > img {
    width: 100%;
}

@media (min-width: 768px) {
    .ad-img {
        width: auto;
        object-fit: unset;
    }

    .form-title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;
    }
}

/* Modal */
.n-modal-wrapper {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.n-modal-wrapper .n-modal-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.n-modal-wrapper .n-modal-overlay .n-modal-card {
    width: 100%;
    max-width: 477px;
    max-height: 80%;
    border-radius: 0.5rem;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06),0px 0px 4px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
}

.n-modal-wrapper .n-modal-overlay .n-modal-title {
    color: #435363;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.n-modal-wrapper .primary-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

/* toaster */
.n-toaster {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #EB808A;
    background: #FDF2F3;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}

.n-toaster .toaster-content {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 140%;
    color: #D70015;
}

.secondary-text {
    font-size: calc(1.25rem - 0.09rem);
}

.n-divider {
    background-color: #e9e9e9;
    height: 1px;
}

.social-id-label {
    margin-bottom: 0.75rem;
}

/* ? identity verification */
.identity-verification-wrapper {
    min-height: 100vh;
}

.identity-verification-login {
    border-radius: 10px;
    border: 1px solid #E9E9E9;
}

.identity-verification-login.identity-verification-message {
    max-width: 362px;
}

.login-validated-text {
    color: var(--dark, #00AD68);
    font-size: 1.5rem;
    line-height: 91.667%;
}

/* Errors */
.m-content {
    display: flex;
    min-height: calc(100vh - 89px);
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.m-content .error-code {
    font-size: 4rem;
}