﻿@font-face {
    font-family: "Droid Arabic Kufi";
    src: url(../fonts/DroidArabickufi/DroidArabicKufi.ttf) format('truetype');
}

@font-face {
    font-family: 'sfprotext-semibold';
    src: url('../fonts/sfprotext-semibold.ttf') format('truetype');
}
/*body, html{
    font-size:1rem!important
}*/

body {
    background: #fafafa;
}

    body[data-font="SF-Pro"] *:not([class^="fa"]) {
        font-family: "SFProText-Semibold",sans-serif;
    }

    body[data-font="DA-Kufi"] *:not([class^="fa"]) {
        font-family: "Droid Arabic Kufi",sans-serif;
    }

.landing-menu-items ul li {
    list-style: none
}

.landing-menu-items .card-body {
    padding: 4rem 0.25rem;
}

.landing-menu-items a:hover {
    border: 1px solid #A0835F;
    border-radius: 0.85rem;
}

.landing-menu-items .menu-img {
    width: 44px;
    margin-bottom: 10px
}

.landing-menu-items h2 {
    margin-bottom: 0
}

[tabindex="0"]:active, [tabindex="0"]:focus, [tabindex="0"]:hover {
    background-color: #aac4dd45 !important;
}

a {
    text-decoration: underline;
    color: black;
}

.card {
    background-color: #fff;
    webkit-box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(27,29,33,0.16) !important;
    border-radius: 0.85rem !important;
    width: 100%;
}

.services-enablers .card .card-body, .landing-menu-items .card .card-body, .add-company .card .card-body, .languages-types .card {
    text-align: center;
}

.landing-menu-items .row .col-md-3 a, .languages-types .btn, .settings-items .row.adjustments-categories .col-md-4 .card {
    margin-bottom: 1.5rem !important;
}

.landing-menu-items .row .col-md-3:nth-last-child(-n+4) a {
    margin-bottom: 0 !important;
}

.landing-menu-items .row .col-md-4, .adjustments-categories .col-md-6 {
    margin-bottom: 1.5rem !important;
}

    .landing-menu-items .row .col-md-4:nth-last-child(-n+2), .adjustments-categories .row .col-md-6:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }

.landing-menu-items .row .col-md-3 {
    display: flex;
}

    .landing-menu-items .row .col-md-3 .card, .landing-menu-items .row .col-md-3 a, .landing-menu-items .row .col-md-4 .card, .landing-menu-items .row .col-md-4 a {
        width: 100%;
    }

    .landing-menu-items .row .col-md-3 .card, .landing-menu-items .row .col-md-3 .card-body, .landing-menu-items .row .col-md-4 .card, .landing-menu-items .row .col-md-4 .card-body {
        height: 100%;
    }

.landing-menu-items .card .card-body h2 {
    margin-bottom: 0 !important;
    font-weight: 500;
}

.landing-menu-items .row .col-md-3 .card-body, .services-enablers .searchable-div .card-body, .landing-menu-items .row .col-md-4 .card-body {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.toggle-option-on {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #1f2533;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}

.toggle-option-off {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #1f2533;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    transition: left .3s ease;
}
/*Header Enablers*/
.enablers-header {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.enablers-subheader.subheader {
    margin-bottom: 2.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.enablers-subheader .kt-subheader {
    width: 100%;
    margin-bottom: 0 !important;
}

.enablers-subheader .kt-subheader__main, .enablers-header .header-bottom-wrapper {
    width: 100%
}

.enablers-header .user-img-badge {
    margin-right: 0.5rem !important;
    border-radius: 50% !important;
}

.enablers-header .header-bottom-main {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%
}

.enablers-header .user-bar .user-img-badge .badge--username {
    border-radius: 50% !important;
}

.enablers-header .user-username {
    font-size: 1.125rem !important;
    
}

.enablers-header .dashboard-link {
    font-weight: 400;
    color: #fff !important;
}

.enablers-header button.dashboard-link {
    margin-right: 1.5rem
}

.enablers-header .dashboard-link:hover {
    color: #fff !important;
}

.enablers-header .dashboard-link img {
    margin-right: 0.5rem !important;
}

@media (min-width: 1000px) {
    .enablers-header .user-username {
        display: block !important;
    }

    .header-links-enablers {
        display: flex
    }
}

.enablers-header .b-switch input:empty ~ span {
    border-radius: 20px;
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.enablers-header .switchery-small > small {
    display: none;
}


/*End Header Enablers*/
/*Settings*/
.form-check-input {
    width: 1.6em;
    height: 1.6em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

.radio-custom span {
    margin-right: 0.6rem;
    display: flex;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input:checked[type=radio] {
    background-image: url('/Assets/images/Accessibility/checked.svg') !important;
}

.accessibility-widgets .widget-item .steps .step input {
    background: rgb(255 255 255);
}

.accessibility-widgets .widget-item .steps [data-step=done], .accessibility-widgets .widget-item .steps [data-step=current], .accessibility-widgets .widget-item .steps .step {
    background: rgb(255 255 255);
}

    .accessibility-widgets .widget-item .steps [data-step=current] input {
        background-color: #344b61;
        background-image: url(/Assets/images/Accessibility/checked.svg) !important;
    }

.form-check-input:checked {
    background-color: #344b61;
    border-color: #344b61;
}

.radio-custom {
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.accessibility-widgets .widget-item .steps .step {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
}

.accessibility-widgets .widget-item .steps {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.accessibility-widgets .widget-item {
    padding: 0;
    margin: 0;
    box-shadow: none;
    overflow: inherit;
}
/*End Settings*/
/*Services Subheader*/
.innerpages-subheader {
    margin-bottom: 0rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

    .innerpages-subheader .kt-subheader {
        margin-bottom: 0;
        width: 100%;
    }

    .innerpages-subheader .kt-subheader__main, .innerpages-subheader .row {
        width: 100%;
    }

    .innerpages-subheader .margin-breadcrumb {
        margin-bottom: 1.25rem !important;
    }


    .innerpages-subheader .breadcrumb {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .innerpages-subheader .breadcrumb-item span {
        color: #000
    }

    .innerpages-subheader .services-header .services-searchbox {
        margin-bottom: 0 !important;
    }

    .innerpages-subheader .search-custom-icon {
        margin-right: 1rem !important;
    }

.breadcrumb .breadcrumb-item {
    align-items: end;
}

.breadcrumb-item a.dropdown-item, .breadcrumb-item a.dropdown-toggle {
    cursor: pointer
}

body[data-font="DA-Kufi"] .breadcrumb .breadcrumb-item {
    align-items: center
}

/*Services Enablers*/
.services-enablers h1 {
    margin-bottom: 1.6rem !important;
}

.services-header .services-searchbox .input-group-text {
    background: #fff;
    border-radius: 0 0.48rem 0.48rem 0;
    border-color: #dcdcdc;
    display: flex;
    padding: 0.64rem;
    padding-left: 0.5rem;
}

.services-header > .form-control, .input-group .form-select, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append > .input-group-text, .input-group > .btn {
    padding-right: 0rem;
}

.services-header .input-group i {
    font-size: 1.24rem;
    cursor: pointer;
}

.services-header .services-searchbox .form-control {
    padding-right: 0;
}

.services-enablers .col-md-4, .hesabati-accounts .col-md-4, .services-enablers .col-md-6 {
    display: flex;
}

    .services-enablers .col-md-4 button, .services-enablers .col-md-6 button {
        margin-bottom: 1.5rem !important;
        padding: 0 !important;
        width: 100%
    }
/*.services-enablers .col-md-4:nth-last-child(-n+1) a {
        margin-bottom: 0rem !important;
    }*/

.services-enablers a {
    width: 100%;
}

.services-enablers .card-body, .services-enablers .card {
    height: 100%
}


/*.services-enablers .card .card-body {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction:row;
}
*/
.services-header .form-group {
    margin-bottom: 0
}

.service-group h2 {
    text-align: left;
    margin-top: 0.8rem;
    margin-bottom: 1.8rem;
}

.services-enablers .tab-pane > div {
    margin-bottom: 0 !important
}

.services-enablers .tab-pane .divider {
    margin-bottom: 1rem !important
}

/*End Services Enablers*/
/*My Requests and My payments*/
.dragscroll {
    cursor: move;
}

.enablers-requests .list-style-form .bootstrap-select.btn-group .dropdown-menu {
    left: auto !important;
    right: 0;
    max-width: 760px;
}

.enablers-requests .list-style-form .bootstrap-select .dropdown-menu > li.selected > a {
    color: #ffffff;
    text-decoration: none;
}

    .enablers-requests .list-style-form .bootstrap-select .dropdown-menu > li.selected > a:hover {
        color: #fff !important;
    }

.nav-custom-enablers {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tabs-custom-nav {
    width: 100%;
    overflow: auto;
}

    .tabs-custom-nav a {
        text-decoration: none !important
    }

.list-style-form {
    border-radius: 0.85rem !important;
}

    .list-style-form .tab-pane .dropdown {
        text-align: right
    }

        .list-style-form .tab-pane .dropdown label {
            padding-top: 0;
            padding-bottom: 0;
            color: rgb(27 29 33);
            margin-bottom: 0 !important;
            margin-top: 1rem;
        }

    .list-style-form .tab-pane .input-form-group {
        margin-bottom: 0 !important
    }

        .list-style-form .tab-pane .input-form-group select {
            padding: 0 !important
        }

@media (min-width: 1000px) {
    .list-style-form .tab-pane .dropdown .form-group {
        display: flex;
        align-items: baseline
    }
}

@media (max-width: 1000px) {
    .list-style-form .tab-pane .dropdown {
        text-align: left;
    }
}

.enablers-requests .card > .card-body {
    padding: 2rem 2.25rem !important;
}
/*End My Requests and My payments*/

/*My profile*/


.profile-card .card {
    margin-bottom: 1.25rem !important;
}

.profile-card .card-body {
    text-align: left
}

    .profile-card .card-body h1 {
        margin-bottom: 2rem;
    }

.profile-name {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}

    .profile-name h2 {
        margin-bottom: 0 !important
    }

    .profile-name h3:first-child {
        margin-right: 1rem
    }

    .profile-name .arabic-font {
        font-family: "Droid Arabic Kufi";
    }

    .profile-name .divider {
        margin: 0.6rem 0rem !important
    }

.mobile-row {
    display: flex;
    justify-content: space-between
}

.enablers-requests .profile-card ul {
    margin-bottom: 0;
}



.uneditable-content p, .editable-content p {
    font-weight: bold;
    font-size: 1rem;
}

.uneditable-content span, .editable-content span {
    font-size: 1rem !important;
    color: #121a22;
}

.editable-content span {
    margin-left: 0.5rem
}

.uneditable-content p {
    margin-bottom: .6rem;
}

.editable-content {
    text-align: left
}

.title-tab-div {
    margin-top: 0.4rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: space-between
}


    .title-tab-div h3 {
        text-align: left;
        align-items: center
    }

.info-item {
    display: flex;
    align-items: center
}

    .info-item p {
        margin-right: 0.4rem
    }

    .info-item h4 {
        margin-bottom: 0;
        font-size: 0.875rem;
        font-weight: 600;
    }

.accessibility-subheader-toolbar .kt-subheader__main {
    width: auto !important
}
/*Hesabati*/

.hesabati-accounts .card, .company-details .card {
    margin-bottom: 2.5rem !important;
}

.hesabati-accounts h1 {
    margin-bottom: 1rem
}

.hesabati-accounts .card-body div > div {
    margin-bottom: 1rem !important;
}

.hesabati-accounts .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

    .hesabati-accounts .card-body span {
        color: #424242;
        font-weight: 500;
        font-size: .875rem !important;
        margin-bottom: 0.5rem !important;
    }

    .hesabati-accounts .card-body h6 {
        color: #344b61;
    }

        .hesabati-accounts .card-body h6.badge {
            color: #fff
        }

.hesabati-accounts .empty-data-section {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.hesabati-accounts .badge-success {
    background-color: #337241;
}

.adjustments-categories .card > .card-body::-webkit-scrollbar {
    width: 5px;
}
/*End Hesabati*/

/*Comapny Details*/
.items-img-size {
    width: 1.2rem;
    height: 1.2rem;
}

.company-info-item {
    align-items: flex-start;
    display: flex !important;
    margin-bottom: 1rem !important;
}

.col-md-4:nth-last-child(-n+2) .company-info-item {
    margin-bottom: 0rem !important;
}

.company-data-icon {
    color: #92722A;
    font-size: 1.5rem !important;
    margin-right: 1rem !important;
}

.company-info-item div {
    flex-direction: column;
    display: flex !important;
}

    .company-info-item div span:first-child {
        font-weight: 500;
        font-size: 1rem !important;
    }

    .company-info-item div span:nth-child(2) {
        word-break: break-all;
        font-size: .875rem !important;
    }

.company-details .card-header {
    justify-content: flex-start !important;
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap
}

    .company-details .card-header img {
        margin-right: 0.7rem !important;
    }

    .company-details .card-header p {
        font-size: 1.25rem !important;
        margin: 0 !important;
    }

.company-info-row .col-md-6 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    border-bottom: 0;
}

.company-details .card > .card-body {
    padding: 1.5rem 2rem !important;
}

.company-details .card .divider {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
}

.company-details ul li.list-group-item {
    justify-content: space-between;
    display: flex !important;
    border-bottom: 1px solid #ececec;
    padding-bottom: 1.3rem !important;
}

body[data-font="DA-Kufi"] .company-details ul li.list-group-item, html.letter-spacing .company-details ul li.list-group-item {
    padding-bottom: 0.8rem !important;
}

.company-details .company-actions-list ul li.list-group-item {
    justify-content: start
}

.company-details ul li.list-group-item:not(:first-child) {
    padding-top: 1.3rem !important;
}

body[data-font="DA-Kufi"] .company-details ul li.list-group-item:not(:first-child), html.letter-spacing .company-details ul li.list-group-item:not(:first-child) {
    padding-top: 0.8rem !important;
}

.company-details ul li.list-group-item div {
    align-items: center !important;
    display: flex !important;
    font-size: 1rem !important;
    color: #344b61;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
}

@media (min-width: 1000px) {
    .company-details ul li.list-group-item div {
        margin-bottom: 0 !important;
    }
}

.company-details ul li.list-group-item div i {
    color: #92722A;
    margin-right: 0.8rem !important;
    font-size: 0.8rem;
}

.company-details .table td a, .company-details .table td p {
    font-size: 1rem
}

.company-details .table td p {
    margin-bottom: 0
}

.company-details .user-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: center !important;
    display: flex !important;
}

    .company-details .user-info img {
        margin-right: 0.5rem !important;
    }

    .company-details .user-info img {
        width: 1.9rem;
        height: 1.9rem;
    }

.company-details .company-document ul li.list-group-item {
    justify-content: flex-start;
    align-items: center;
}

    .company-details .company-document ul li.list-group-item a {
        font-weight: 500;
    }


.accessibility-contrast-dark a:hover {
    color: #fff !important
}

.items-actions-size {
    width: 1.2rem;
    height: 1.2rem;
}

.company-actions-list .list-group-item .items-actions-size {
    margin-top: 0.3rem;
}

body[data-font="DA-Kufi"] .download-doc {
    font-size: 0.78rem;
    margin-left: 0.4rem !important;
}

body[data-font="DA-Kufi"] .items-actions-size {
    width: 1rem;
    height: 1rem;
}

.download-doc {
    font-weight: 500;
    font-size: 1rem;
    margin-left: 0.5rem !important;
}
/*Company Listing*/
.companies-bottom-header .services-searchbox {
    width: 100%
}

.company {
    margin-bottom: 1.75rem !important;
    background: white !important;
    color: #344b61;
}

.company-fields {
    padding-bottom: 1.25rem !important;
}

    .company-fields h5 {
        color: #344b61;
        font-weight: 500;
        margin-bottom: 0.5rem !important;
    }

.company-info p {
    font-weight: 500;
    font-size: 0.84rem !important;
    margin-bottom: 0.5rem !important;
    color: #2c2c2c;
}

.company h6 {
    font-size: .875rem !important;
}

.company-info .col-md-6 {
    margin-top: 1rem !important;
}

@media (min-width: 600px) {
    .company-info .col-md-6:nth-child(-n + 2) {
        margin-top: 0 !important;
    }
}

@media (min-width: 1600px) {
    .company-info .col-md-6:nth-last-child(-n + 2) {
        margin-top: 0 !important;
    }
}

@media (min-width: 1000px) {

    .companies-bottom-header .page-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .listing-company-header {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
}

.companies-bottom-header .filter-services {
    width: 100%;
    text-align: right;
}

@media (max-width: 1000px) {
    .companies-bottom-header .page-actions .input-group {
        margin-bottom: 0.8rem
    }

    .companies-bottom-header .page-actions .filter-services .form-group a.btn.btn-success {
        width: 100%;
    }
}

.listing-company-header .bootstrap-select > .dropdown-toggle.bs-placeholder, .listing-company-header .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .listing-company-header .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .listing-company-header .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #5f5f5f
}

.listing-company-header .form-group {
    margin-bottom: 0 !important
}

.bottom-header {
    margin-bottom: 2.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.search-bar-header.innerpages-subheader, .search-bar-header.innerpages-subheader .breadcrumb {
    margin-bottom: 0rem !important;
}

.bottom-header .search-custom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.88rem;
    height: 1.88rem;
    padding: 0;
}

.add-company {
    margin-top: 1rem !important
}

.enablers-requests {
    margin-top: 2.5rem !important
}
/*My Language*/
.languages-types .btn-gold:hover {
    background: #fff;
    border: 1px solid #92722A;
    color: #92722A
}

/*.languages-types .btn:first-child {
    font-family: "Droid Arabic Kufi";
}*/
/* Track */
.adjustments-categories .card > .card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.adjustments-categories .card > .card-body::-webkit-scrollbar-thumb {
    background: #555;
}

    /* Handle on hover */
    .adjustments-categories .card > .card-body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.enablers-requests ul.nav-tabs {
    list-style: none;
    display: flex;
    border-bottom: 3px solid #344b61;
    margin-bottom: 1.4rem;
}

.enablers-requests ul li.nav-item.active {
    border: 3px solid transparent;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin-bottom: -3px;
    background: #344b6100;
    border-color: #344b61 #344b61 #ffffff;
}

.accessibility-contrast-dark.accessibility-hue-rotat .enablers-requests ul li.nav-item.active, .accessibility-contrast-dark .enablers-requests ul li.nav-item.active {
    border: 2px solid transparent;
    margin-bottom: 0px;
}

.accessibility-contrast-dark.accessibility-hue-rotat .enablers-requests ul.nav-tabs, .accessibility-contrast-dark .enablers-requests ul.nav-tabs {
    border-bottom: 1px solid #344b61;
}

.thead-light {
    background-color: #344b61;
    border-spacing: 0;
}

    .thead-light tr {
        background-color: #344b61;
    }

        .thead-light tr th {
            color: #fff;
        }

.filter-services {
    right: 0
}

.enablers-requests ul li.nav-item a {
    display: inline-block;
    font-weight: 500;
    color: #1B1D21;
    text-align: center;
    outline: none !important;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.42rem;
    font-size: 1.28rem;
    padding: 0.65rem 1rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.bootstrap-select.small-ddl > .dropdown-toggle {
    padding: 0.44rem 0.85rem;
}

.bootstrap-select.small-ddl > .dropdown-toggle {
    font-size: 1rem;
}

.justify-content-end {
    justify-content: end
}

/*  @media(max-width: 950px) {
        .enablers-requests ul {       
            overflow: auto;
        }
    }*/

.enablers-requests .bootstrap-select > .dropdown-toggle.bs-placeholder, .enablers-requests .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .enablers-requests .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .enablers-requests .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #686868;
}

.overflow-auto {
    overflow: auto
}

.enablers-requests .form-group {
    margin-bottom: 0rem;
}

.table-responsive {
    overflow: auto
}

.enablers-requests tr th a {
    font-size: 1.1rem;
}

.text-muted {
    color: #000000;
    font-size: 1.1rem;
}

.breadcrumb .breadcrumb-item a, .breadcrumb-item > i, .breadcrumb-item > span {
    font-size: 20px;
    color: #000000;
}

    .breadcrumb .breadcrumb-item a.text-black, .breadcrumb-item > i, .breadcrumb-item > span.text-black {
        color: #000;
    }

.breadcrumb .breadcrumb-item a {
    text-decoration: underline
}

    .breadcrumb .breadcrumb-item a.menu-nav-pages {
        border: none;
        align-items: center;
        display: flex;
        padding: 0;
        border-bottom: 2px solid #000;
        border-radius: 0;
    }

        .breadcrumb .breadcrumb-item a.menu-nav-pages img {
            width: 1.2rem
        }
.breadcrumb .breadcrumb-item img {
    width: 1.2rem;
    margin-right: 1rem;
}
.accessibility-contrast-dark  .breadcrumb .breadcrumb-item img {
    filter: invert(78%) sepia(27%) saturate(3239%) hue-rotate(138deg) brightness(106%) contrast(437%);
}
.breadcrumb .breadcrumb-item{
    align-items:center
}


body[data-font="SF-Pro"] .breadcrumb .breadcrumb-item {
    align-items: center;
}

.breadcrumb .breadcrumb-item a.menu-nav-pages:after {
    content: none;
}

.accessibility-subheader-toolbar .breadcrumb li.breadcrumb-item:last-child {
    padding-left: 0.75rem !important;
    padding-right: 0rem !important;
}

.accessibility-subheader-toolbar .breadcrumb li.breadcrumb-item .dropdown {
    padding-right: 0rem;
}

.breadcrumb li.breadcrumb-item .dropdown {
    padding-right: 1.2rem;
}

.accessibility-contrast-dark .breadcrumb-item .dropdown .dropdown-menu {
    background-color: #000 !important
}

.kt-checkbox > span:after {
    display: block;
}

.kt-portlet__body .bg-gray:hover {
    background: #344b61 !important;
    color: #fff
}

.table td, .table th, .enablers-requests tr th a {
    font-size: 1rem !important;
}

.enablers-requests tr td button {
    padding: 0;
    font-size: 1rem !important;
    text-align: left
}

.border-radius-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.card .card-header .card-title, .card .card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.5rem;
}

.dashboard-link {
    font-size: 1.18rem !important;
    color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center
}

.icon-width {
    width: 1.2rem
}

.icon-width-dashboard {
    width: 15px
}

.icon-add-width {
    width: 65px;
    margin-bottom: 0.5rem !important;
}

.table td a {
    font-size: 1.2rem;
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

a:hover {
    color: #2d4154 !important;
}

.tab-content .tab-pane p {
    font-weight: bold
}

/*.tab-pane > div {
    gap: 5px;
}*/

.d-block {
    display: block !important;
    width: fit-content;
}

.lang {
    cursor: pointer;
}

    .lang .btn:hover {
        background-color: transparent !important;
    }

/*Dashboar Adjustments Assets*/

/*Content Adjustments*/
.adjustments-categories .content-icon {
    width: 30px;
    margin-right: 0.5rem;
}

.adjustments-categories .options-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.adjustments-categories h3 {
    margin-bottom: 0
}

.adjustments-categories .options-icon-xl {
    width: 25px;
    height: 25px;
}

.adjustments-categories .options-icon-2xl {
    width: 30px;
    height: 30px;
}

.adjustments-categories label {
    display: flex;
    align-items: center;
}

/*Color Adjustments*/


.accessibility-contrast-dark {
    transition: all 0s ease 0s;
    background-color: rgb(0, 0, 0) !important;
    border-color: rgb(255, 255, 255) !important;
    color: rgb(80, 208, 160) !important;
}

.accessibility-contrast-hue-rotate {
    filter: hue-rotate(45deg);
    -webkit-filter: hue-rotate(45deg);
}


/*Generic Styles*/
.form-group label {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.8rem;
}


.subheader-source {
    display: none;
}

.bottom-header .btn.btn-success:hover:hover:not(.btn-text), .bottom-header .btn.btn-success:hover:focus:not(.btn-text), .bottom-header .btn.btn-success:hover.focus {
    color: #858383 !important;
}

.btn.btn-success {
    background-color: #24522e;
    border: 1px solid #24522e;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.speech-recognition-glow {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #FFF;
    animation: glow 1s infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red !important;
    padding: 1rem;
}

@keyframes glow {
    from {
        box-shadow: 0 0 6px -6px #344b6169;
    }

    to {
        box-shadow: 0 0 6px 6px #344b6169;
    }
}
/*Pagination*/

ul.kt-pagination__links li button {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,-webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,-webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;
    transition: color 0.15s ease,background-color 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease,-webkit-box-shadow 0.15s ease;
    text-decoration: none;
    margin: 0 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
}

ul.kt-pagination__links li button {
    color: #23272a;
    letter-spacing: unset !important
}

ul.kt-pagination__links li.disabled button {
    color: rgb(129, 129, 129);
}

.kt-pagination__links li.disabled {
    opacity: 0.78;
}

.pagination__desc {
    color: #545454;
}

li.kt-pagination__link--active button {
    background: #5d6f81;
    color: white !important;
}

.arrows-size {
    width: 20px;
    opacity: 0.8;
}

.transform-icon-pagination {
    transform: rotate(180deg);
}

.arrow-size-pagination {
    width: 12px
}

.enablers-requests .tab-pane > div {
    margin-bottom: 0rem;
}

.paging-space {
    margin: 1rem 0rem 0 0 !important;
    border-top: 0px solid transparent;
}

.kt-pagination.kt-pagination--sm.kt-pagination--brand.col-12 {
    padding-top: 0rem;
}

.enablers-requests .filter-services {
    margin-bottom: 0.8rem !important;
}

@media (max-width: 1000px) {
    ul.kt-pagination__links li button {
        width: 1.25rem;
        height: 1.25rem;
    }
}
/*End Pagination*/
.text-light-grey {
    color: #646464;
}

.btn.btn-warning {
    background-color: #977008;
    border: 1px solid #977008;
    color: #ffffff;
}

    .btn.btn-warning:hover {
        color: #ffffff !important;
    }

.btn[disabled]:hover {
    color: #fff !important
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 1rem;
    width: 1rem;
    background-image: url('../images/accessibility/close.svg');
    background-size: 1rem 1rem;
    cursor: pointer;
}

.accessibility-contrast-dark input[type="search"]::-webkit-search-cancel-button {
    filter: invert(59%) sepia(27%) saturate(1078%) hue-rotate(122deg) brightness(88%) contrast(372%);
}

input:focus::placeholder {
    color: transparent;
}

.bootstrap-select .dropdown-menu > li > a {
    color: #1a1b1c;
}

.checkbox > span {
    margin-right: 1rem;
}

.trasite-dropdown-datepicker-control .form-control {
    height: 100%
}

.pv-control:not(.pv-readOnly) .fileUploadParent .download-link > span {
    display: flex;
}

.kt-pagination.kt-pagination--sm.kt-pagination--brand.col-12 {
    align-items: center
}

.status-icon, .status-icon .cancelled-status {
    display: flex;
    align-items: center
}

.checkbox.checkbox-gold > input:checked ~ span {
    background-color: #344b61;
    border-color: #344b61;
}

/*End Generic Styles*/
/*Services Request Forms*/
.accessibility-view .adv-card-body .adv-icon.align-items-start,
.accessibility-view .local-drafts-div {
    display: none !important
}

.accessibility-view .adv-desc, .accessibility-forms .progress-status {
    background-color: #aac4dd45 !important;
    padding: 0.5rem;
}

.accessibility-view .adv-card .adv-card-body .adv-content .adv-desc {
    font-size: 1.2rem;
    margin-bottom: 1.3rem !important;
}

.accessibility-forms .progress-status {
    margin-bottom: 1.3rem !important;
}

.accessiblity-menu-select .dropdown-menu {
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
}

    .accessiblity-menu-select .dropdown-menu li a {
        display: flex;
        justify-content: space-between;
        border-radius: 0.42rem !important;
        background-color: rgb(201 205 211 / 56%) !important;
        margin-bottom: 1.25rem !important;
        padding: 1rem !important;
        text-decoration: none
    }

    .accessiblity-menu-select .dropdown-menu li.selected a {
        background: #344b61 !important;
        color: #fff !important;
    }

.accessibility-view .adv-content {
    margin-top: 0 !important
}

@media (min-width: 1000px) {
    .accessibility-forms .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3, .accessibility-forms .section-review:not(.not-in-wizard) .kt-portlet__body .isTextArea-control .form-group .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .accessibility-forms .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
}

.accessibility-forms.trasite-wizard .review-title {
    padding-top: 0rem;
}

.accessibility-forms .progress-status {
    color: #2f2f30;
}

.accessibility-forms .declaration-container.is-invalid {
    border: 2px dotted #f32828;
}

.accessibility-contrast-dark .accessibility-forms .btn {
    background-color: transparent !important
}

.accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc span {
        font-size: 1rem;
    }

.accessiblity-feedback .kt-timeline-v3 {
    padding: 0rem;
}

    .accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-time {
        position: relative;
        text-align: left
    }

    .accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item .kt-timeline-v3__item-desc {
        padding-left: 0.4rem;
    }

    .accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item:before {
        left: 9rem;
    }

.accessiblity-feedback .card-header {
    padding: 1rem 1rem;
}

.accessibility-subheader .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    padding: 0rem 0 1rem 0;
    padding-top: 0 !important;
}

.accessibility-subheader .kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
    flex: 1 1 50%;
}

.accessiblity-feedback .kt-timeline-v3 .kt-timeline-v3__item:before {
    position: relative;
}

@media (min-width: 1000px) {
    .accessibility-subheader .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        flex: 1 1 30%;
    }
}
/*End Services Request Forms*/
/*Reading Mask*/
.reading-mask, .reading-mask-two {
    position: absolute !important;
    z-index: 2147483647 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    top: 0px;
    height: 100%
}

.reading-mask-line, .readingmask-line-two {
    background: #344b61;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 9999;
    bottom: 0;
}

.reading-mask-two {
    top: auto;
    margin-top: 4rem;
    bottom: 0;
}

.readingmask-line-two {
    top: 0 !important;
    bottom: auto !important
}

.accessibility-contrast-saturation {
    filter: saturate(600%);
    -webkit-filter: saturate(400%);
    -moz-filter: saturate(400%);
    -ms-filter: saturate(400%);
    -o-filter: saturate(400%);
}

.accessibility-contrast-low-saturation {
    filter: saturate(200%);
    -webkit-filter: saturate(200%);
    -moz-filter: saturate(200%);
    -ms-filter: saturate(200%);
    -o-filter: saturate(200%);
}

.accessibility-contrast-invert {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.accessibility-contrast-desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.highlight-links a {
    outline: 2px solid rgba(255,114,22,.5) !important;
    outline-offset: 2px !important;
}

.reading-mask-two .accessibility-reading-mask-close {
    position: absolute;
    right: 20px;
    top: -50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999999999;
    cursor: pointer
}

.company-review-info .col-form-label.b-label, .company-review-info .col-form-label, .accessibility-review .input-form-group i {
    font-size: 1rem;
}

.accessibility-review.company-review-info p, .company-review-info .fileInfoContainer {
    font-size: 0.88rem;
}

.accessibility-review .company-review-info p, .company-review-info .fileInfoContainer {
    font-size: 0.88rem;
}

.accessibility-subheader .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item .kt-widget__icon img {
    width: 1.38rem;
}

.enablers-header .user-bar .user-img-badge {
    width: 2.38rem;
    height: 2.38rem;
}

    .enablers-header .user-bar .user-img-badge .badge--username {
        width: 2.1rem;
        height: 2.1rem;
    }

html.letter-spacing-feature .enablers-header .user-bar .user-img-badge .badge--username {
    letter-spacing: 0rem;
}

@media (min-width: 1000px) {
    .accessibility-review .section-review.not-in-wizard .kt-portlet__body .form-group .col-lg-3, .accessibility-review .section-review.not-in-wizard .kt-portlet__body .form-group .col-lg-9 {
        width: auto;
    }
}

.accessibility-review .row.h-form-group {
    display: block;
}

.accessibility-review.company-review-info .input-form-group p, .company-review-info .fileInfoContainer {
    font-weight: 500;
    color: #344b61;
}

.accessibility-contrast-dark a, .accessibility-contrast-dark .btn {
    border-color: transparent !important
}

.accessibility-contrast-dark .enablers-requests button .card, .accessibility-contrast-dark .services-searchbox button {
    box-shadow: unset !important
}

.accessibility-contrast-dark .enablers-requests .card, .accessibility-contrast-dark .add-company .card, .accessibility-contrast-dark button, .accessibility-contrast-dark .btn-success {
    box-shadow: -1px -1px 2px 2px #7878783b !important
}

.accessibility-contrast-dark .services-searchbox button {
    margin-right: 0.4rem;
}

.accessibility-contrast-dark .enablers-requests .card > .card-body, .accessibility-contrast-dark .add-company .card > .card-body, .accessibility-contrast-dark .card > .card-body, .accessibility-contrast-dark .landing-menu-items a {
    border-radius: 0.85rem !important;
}

.accessibility-contrast-dark .btn.dropdown-toggle {
    border-color: #fff !important
}

.accessibility-contrast-dark .searchable-div .btn {
    box-shadow: 1px -1px 5px #4a4a4a;
}

.accessibility-contrast-dark .enablers-requests .card a, .accessibility-contrast-dark .breadcrumb-item a, .accessibility-contrast-dark .company a, .accessibility-contrast-dark .company-actions-list a, .accessibility-contrast-dark #paymentListingParent table button, .accessibility-contrast-dark .accessiblity-feedback .card {
    box-shadow: none !important
}

.accessibility-contrast-dark .enablers-requests ul li.nav-item.active {
    border-bottom: 0;
}

.accessibility-contrast-dark .enablers-requests ul li.nav-item button {
    height: 100%;
    box-shadow: none !important
}

.accessibility-contrast-dark [tabindex="0"]:active, .accessibility-contrast-dark [tabindex="0"]:focus, .accessibility-contrast-dark [tabindex="0"]:hover {
    color: #eee !important;
}

.btn.btn-gold {
    color: #000000;
}

fieldset, legend {
    border: 0
}

legend {
    width: 100%
}

.accessiblity-features.info-item {
    display: block !important;
}

.accessiblity-features span {
    margin-left: 0 !important;
    white-space: pre-line;
}

.companies-bottom-header .filter-services {
    margin-left: 1rem;
}

.ribbon {
    z-index: 999999999999;
}

.company-info p {
    white-space: break-spaces;
}

.company-details .company-actions-list .list-group-item span {
    width: 2.25rem;
    height: 2.25rem;
}

.accessibility-contrast-dark *:not(a):not(.caret):not(.btn):not(:where(.accessibility-dropdown .dropdown-menu, .accessibility-dropdown .dropdown-menu *)) {
    background-color: unset !important;
}

.accessibility-contrast-dark .card, .accessibility-contrast-dark body, .accessibility-contrast-dark .bootstrap-select.btn-group .dropdown-menu {
    background-color: #000 !important;
}

.accessibility-contrast-dark .card, .accessibility-contrast-dark .start-service-tab-content, .accessibility-contrast-dark .trasite-wizard .trasite-wizard-portlet, .accessibility-contrast-dark .adv-card, .accessibility-contrast-dark .login-signup-form, .accessibility-contrast-dark .hesabati-accounts a.btn-warning, .accessibility-contrast-dark .header-links-enablers a, .accessibility-contrast-dark .company-review-info.accessibility-company-review .kt-portlet {
    box-shadow: -1px -1px 2px 2px #7878783b !important
}

.accessibility-contrast-dark .company-details img, .accessibility-contrast-dark .items-actions-size, .accessibility-contrast-dark .kt-pagination .kt-pagination__links img, .accessibility-contrast-dark .breadcrumb .breadcrumb-item a.menu-nav-pages img {
    filter: invert(78%) sepia(27%) saturate(3239%) hue-rotate(138deg) brightness(106%) contrast(437%);
}


.accessibility-contrast-dark .trasite-fileupload-control button.file-fake-input, .accessibility-contrast-dark .trasite-fileupload-control .fileInfoContainer, .accessibility-contrast-dark .trasite-multifileupload-control button.file-fake-input, .accessibility-contrast-dark .profile-edit-data .fileInfoContainer, .accessibility-contrast-dark .modal.show .modal-dialog, .accessibility-contrast-dark .ubey-RecordingScreen-count-down-container {
    background-color: #000 !important;
}

.accessibility-contrast-dark .border-top {
    padding-top: 1.8rem;
}

.accessibility-contrast-dark .kt-pagination .kt-pagination__links button, .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
    letter-spacing: initial !important
}

    .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon span, .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        width: 1.75rem;
    }

.accessibility-contrast-dark .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:before, .accessibility-contrast-dark .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
    background-color: rgb(108 121 147);
}

.accessibility-contrast-dark .wizard-actions.d-block .previous-btn {
    margin-bottom: 1rem;
}

.accessibility-contrast-dark .b-switch input:empty ~ span:before {
    background-color: #686868;
}

.accessibility-contrast-dark .trasite-wizard-portlet .progress {
    background-color: rgba(198, 201, 215, 0.2) !important;
}

    .accessibility-contrast-dark .trasite-wizard-portlet .progress .progress-bar {
        background-color: rgb(80, 208, 160) !important;
    }

.accessibility-contrast-dark .accessibility-forms .declaration-container.is-invalid {
    border: 2px dotted rgb(252, 255, 60) !important;
}

.accessibility-contrast-dark .text-danger {
    color: rgb(252, 255, 60) !important;
}

html.letter-spacing-feature .bootstrap-select.btn-group .dropdown-menu {
    transform: translate3d(0px, 60px, 0px) !important;
}

.accessibility-contrast-dark .web-advisor .adv-card {
    border: 0 !important;
    border-color: transparent !important
}

.accessibility-contrast-dark .adv-card .adv-card-body .adv-icon span {
    color: rgb(80, 208, 160) !important
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:before, html.letter-spacing-feature.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
    width: calc(50% - 18px);
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step:first-child .wizard-icon:before {
    width: calc((50% - 27px) / 2);
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step:first-child .wizard-icon:before {
    width: calc((50% - 14px) / 2);
    left: calc((50% - 26px) / 2);
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
    width: calc(50% - 20px) !important;
}

html.letter-spacing-feature.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:before, html.letter-spacing-feature.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
    top: 18px;
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step:last-child .wizard-icon:after {
    width: calc((50% - 24px) / 2) !important;
}

.wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title, .progress-status {
    color: #0e0e0e !important;
}

html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon, .html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon span {
    height: 1.75rem;
}

    html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:before, html.font-size-feature .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon:after {
        top: 1.13rem
    }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #787878f2;
}

li.tst_ValidationError {
    background-color: rgb(175 58 70) !important;
}

html.letter-spacing-feature .header-links-enablers, html.font-size-feature .header-links-enablers {
    margin-top: 2rem
}

html.letter-spacing-feature .dashboard-link, html.font-size-feature .dashboard-link {
    margin-right: 1.5rem
}

.accessibility-contrast-dark .row .company-item .company {
    border-right: 0;
    border-left: 6px solid rgb(80, 208, 160) !important;
    border-top: 0;
    border-color: rgb(80, 208, 160) !important;
}

.accessibility-contrast-dark .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title, .accessibility-contrast-dark .progress-status {
    color: #f5f5f5 !important;
}

.accessibility-contrast-dark li.kt-pagination__link--active button {
    background-color: #505050 !important;
}

.wizard-actions.d-block .btn-danger.disabledActionButton {
    margin-bottom: 1rem
}

.wizard-actions.d-block {
    width: 100%;
}

    .wizard-actions.d-block .d-flex, .wizard-actions.d-block .mr-2:first-child {
        display: flex;
        justify-content: space-between
    }

.accessibility-contrast-dark .company-item .company .ribbon {
    background-color: #344b61 !important;
}

iframe pre {
    color: #fff !important;
}

.arabic-font {
    letter-spacing: initial;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #344b61 !important;
}

.bootstrap-select.is-invalid .btn .bs-caret .caret, .bootstrap-select.is-valid .btn .bs-caret .caret {
    right: 52px;
}

.company-contacts-accessbility .bg-light-gray {
    color: #121212;
}

.company-contacts-accessbility .text-gold {
    color: #000 !important;
}

.accessibility-contacts-modal .modal-content .modal-header {
    border-bottom: 1px solid #dee2e6 !important;
}

.accessibility-contrast-dark .bootstrap-select.is-valid .btn {
    border-color: #3F8E50 !important;
}
/*Mobile view*/
@media (min-width: 1000px) {
    html.letter-spacing-feature .container, html.letter-spacing-feature .container-sm, html.letter-spacing-feature .container-md, html.letter-spacing-feature .tra-container {
        max-width: 1200px;
    }
}

@media (max-width: 912px) {
    .mobile-row {
        display: block;
    }
    /*
    .modal-content .modal-footer > button.accessibility-cancel-editing-btn {
        margin-bottom: 1rem
    }
*/
    .bootstrap-select.btn-group .dropdown-menu {
        width: 100%;
    }

    .accessiblity-features.info-item {
        line-break: anywhere;
    }

    .profile-name, .innerpages-subheader.accessibility-subheader-toolbar .kt-subheader {
        display: block !important
    }

        .profile-name span.mx-3 {
            display: none;
        }

    .text-hide-mobile {
        display: inline-block !important
    }

    .header-mobile-version button.btn-text-primary {
        margin-bottom: 1rem
    }

    html.letter-spacing-feature .btn.btn-gold {
        display: flex;
        align-items: center;
        text-align: left;
    }

    html.font-size-feature .dashboard-link, html.letter-spacing-feature .dashboard-link {
        text-align: left
    }

    html.letter-spacing-feature .enablers-requests .list-style-form .bootstrap-select.btn-group .dropdown-menu {
        max-width: 100%;
    }

    html.letter-spacing-feature .container, html.letter-spacing-feature .container-sm {
        max-width: 720px;
    }

    html.letter-spacing-feature .companies-bottom-header .page-actions .input-group {
        margin-bottom: 2.8rem;
    }

    .companies-bottom-header .filter-services {
        margin-left: 0rem;
    }

    html.letter-spacing-feature .companies-bottom-header .page-actions .filter-services .form-group a.btn.btn-success {
        width: 100%;
        white-space: normal;
    }

    html.letter-spacing-feature .companies-bottom-header .page-actions .filter-services .form-group .btn i {
        font-size: 1.2rem;
    }

    html.letter-spacing-feature ul.kt-pagination__links {
        flex-wrap: wrap;
    }

        html.letter-spacing-feature ul.kt-pagination__links li {
            margin-bottom: 1rem
        }

    html.letter-spacing-feature .ribbon {
        transform: translateX(40%) translateY(-21%) rotate(0deg);
        position: relative
    }

    html.letter-spacing-feature .company-details #ServiceCategories ul li.list-group-item {
        display: block !important
    }

        html.letter-spacing-feature .company-details #ServiceCategories ul li.list-group-item span {
            line-break: anywhere
        }

    html.letter-spacing-feature .wizard .wizard-actions .btn, html.font-size-feature .wizard .wizard-actions .btn {
        white-space: inherit;
    }
}
/*.adjustments-categories .checkbox > input:checked ~ span:after {
    border-color: black;
}*/
/*Digital Adivsor Helping Icons*/
.accessibility-view .images-margin-between {
    display: block !important
}

.helping-icon-video, .helping-icon-service, .helping-icon-info {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .helping-icon-service h5, .helping-icon-video h5, .helping-icon-info h5 {
        order: 2;
        margin-bottom: 0
    }

    .helping-icon-video img, .helping-icon-service img, .helping-icon-info img {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.5rem
    }

/*End Digital Adivsor Helping Icons*/
.intl-tel-input .country-list .country .dial-code {
    color: #121212;
}

.uneditable-content .downloadfile-icon, .editable-content .downloadfile-icon, .close-icon-modal {
    width: 0.8rem !important;
}

.accessibility-subheader {
    padding: 0 !important;
    background: #f1f2f3 !important;
}

    .accessibility-subheader.subheader .tra-container {
        background: #f1f2f3 !important;
    }



.blockUI.blockMsg img {
    width: 110px !important;
    height: 35px !important;
}


.tdra-loading-logo {
    content: url("/Assets/images/Accessibility/LoadingTDRAAccessibility.svg");
}

.overlay-loader:before {
    background-image: url(/Assets/images/Accessibility/LoadingTDRAAccessibility.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.accessibility-contrast-dark .tdra-loading-logo {
    content: url("/Assets/images/Accessibility/LoadingTDRAAccessibilityEN_DarkMode.svg");
}

.accessibility-contrast-dark .overlay-loader:before {
    background: #000;
    background-image: url("/Assets/images/Accessibility/LoadingTDRAAccessibilityEN_DarkMode.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.accessibility-contrast-dark .blockUI.blockMsg.blockPage img {
    content: url("/Assets/images/Accessibility/LoadingTDRAAccessibilityEN_DarkMode.svg");
}

.tra-header .header-bottom .user-bar:hover {
    color: initial;
    background-color: initial;
    transition: none;
    border-radius: 0;
}

.tra-header .header-bottom .user-bar {
    padding: 0;
    border: none;
    border-radius: 0;
}

/*Readspeaker What do I do if the text-size and font changes when highlighting starts?*/
.sync_sent, .sync_word, .sync_word_highlighted, .sync_sent_highlighted {
    font-size: inherit !important;
    font-family: inherit !important;
}

.layout-btn {
    border: white 1px solid;
    height: 4rem;
}

/*fixing make a complaint button in hesabati page*/
.btn.btn-warning:hover:hover:not(.btn-text), .btn.btn-warning:hover:focus:not(.btn-text), .btn.btn-warning:hover.focus {
    background-color: #977008 !important;
}
/* hesabati Status badge*/
.hesabati-accounts .badge-success[tabindex="0"]:active, [tabindex="0"]:focus, [tabindex="0"]:hover {
    color: black;
}

#eligibilityCheckModalBody .checkbox.checkbox-gold {
    position: relative;
}

    #eligibilityCheckModalBody .checkbox.checkbox-gold > span {
        visibility: hidden;
    }

    #eligibilityCheckModalBody .checkbox.checkbox-gold > a {
        position: absolute;
        left: 15px;
    }

#eligibilityCheckModalBody .modal-footer .btn-primary {
    visibility: hidden;
}

#eligibilityCheckModalBody .checkbox.checkbox-gold > input:checked ~ a {
    color: #fff;
}

#eligibilityCheckModalBody .checkbox.checkbox-gold > input:checked label {
    background: #a18561;
}

.nav-custom-enablers .tabs-custom-nav .btn {
    font-size: 1.2rem;
}

.btn-brown-custom {
    background-color: #a18561;
    color: #fff;
}

    .btn-brown-custom:hover {
        background-color: #a18561 !important;
        color: #fff !important;
    }

[data-accessibility-textspacing="light"] {
    word-spacing: 0.16rem;
    letter-spacing: 0.16rem;
}

[data-accessibility-textspacing="moderate"] {
    word-spacing: 0.32rem;
    letter-spacing: 0.32rem;
}

[data-accessibility-textspacing="heavy"] {
    word-spacing: 0.40rem;
    letter-spacing: 0.40rem;
}

/* Prevent  from mobile devices (small screens) 
    textspacing
    reading-guide
*/
@media(max-width: 767px) {
    .accessibility-textspacing-container-div {
        display: none !important;
    }

    .accessibility-reading-guide-container-div {
        display: none !important;
    }

    .reading-guide {
        display: none !important;
    }

    [data-accessibility-textspacing="light"] {
        word-spacing: inherit;
        letter-spacing: inherit;
    }

    [data-accessibility-textspacing="moderate"] {
        word-spacing: inherit;
        letter-spacing: inherit;
    }

    [data-accessibility-textspacing="heavy"] {
        word-spacing: inherit;
        letter-spacing: inherit;
    }
}

@media(max-width: 991px) {
    .header-bottom-main .dashboard-link {
        margin-bottom: 0.5rem !important;
    }

        .header-bottom-main .dashboard-link:last-child {
            margin-bottom: 0px !important;
        }
}

.subheader .tra-container {
    background: none;
}
#accessibilitySettingsModal .modal-content .modal-footer {
    flex-wrap: nowrap;
}

@media(max-width:599.98px) {
    html.accessibilty-font-size-lg .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .icon-2 {
        right: -45px;
    }

    html.accessibilty-font-size-lg .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
        margin-right: 0.8rem;
    }
    html.accessibilty-font-size-lg .breadcrumb .breadcrumb-item {
        align-items: start;
    }
    html.accessibilty-font-size-lg .bootstrap-select > .dropdown-toggle,
    html.accessibilty-font-size-md .bootstrap-select > .dropdown-toggle {
        font-size: 0.79rem;
        padding-left: 0.8rem;
    }
    html.accessibilty-font-size-lg .bootstrap-select.is-invalid,
    html.accessibilty-font-size-md .bootstrap-select.is-invalid {
        background-position: calc(100% - 0.3rem) calc(0.3em + 0.4rem);
        background-size: calc(0.5em + 0.5rem) calc(0.5em + 0.6rem);
    }
    .accessibilty-font-size-lg .bootstrap-select.is-invalid .btn .bs-caret .caret, html.accessibilty-font-size-md .bootstrap-select.is-valid .btn .bs-caret .caret {
        right: 33px;
    }
    html.accessibilty-font-size-lg #eligibilityCheckModalBody .checkbox.checkbox-gold > a {
        position: relative;
        left: auto;
        right: auto;
    }
    html.accessibilty-font-size-lg .adjustments-categories label,
    html.accessibilty-font-size-md .adjustments-categories label {
        flex-wrap: wrap;
    }
    }
@media (max-width: 1000px) and (min-width: 600px){
    html.accessibilty-font-size-lg .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label,
    html.accessibilty-font-size-md .wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    html.accessibilty-font-size-lg .carousel-control-next,
    html.accessibilty-font-size-md .carousel-control-next {
        right: -8%;
        top: 6%;
    }
    html.accessibilty-font-size-lg .carousel-control-prev,
    html.accessibilty-font-size-md .carousel-control-prev {
        left: -6%;
        top: 9%;
    }
}

.accessibility-contrast-dark .wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon, .accessibility-contrast-dark .wizard .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon {
    background-color: #344b61 !important;
    border-color: #344b61 !important;
    color: #ffffff !important;
}
.accessibility-contrast-dark .tooltip.fade.show {
    background: #000 !important
}
.accessibility-contrast-dark .form-control {
    border-color: rgb(255 255 255) !important;
}
.accessibility-contrast-dark .was-validated .form-control:valid:not(.v-required):not(.bootstrap-select), .accessibility-contrast-dark .form-control.is-valid:not(.v-required):not(.bootstrap-select) {
    border-color: #3F8E50 !important;
}
.accessibility-contrast-dark .form-builder-control .was-validated .form-control:invalid, .accessibility-contrast-dark .form-builder-control .form-control.is-invalid {
    border-color: #D83731 !important;
}
.accessibility-contrast-dark .form-builder-control .was-validated .form-control:invalid, .accessibility-contrast-dark .form-builder-control .form-control.is-invalid {
    border-color: #3F8E50 !important;
}
@media (min-width: 1000px){
    html.accessibilty-font-size-lg .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3,
    html.accessibilty-font-size-md .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9,
    html.accessibilty-font-size-sm .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3
  {
        width: 50% !important;
    }
    html.accessibilty-font-size-lg .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3,
    html.accessibilty-font-size-lg .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9,
    html.accessibilty-font-size-md .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3,
    html.accessibilty-font-size-md .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9,
    html.accessibilty-font-size-sm .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-3,
    html.accessibilty-font-size-sm .section-review:not(.not-in-wizard) .kt-portlet__body .col-md-12:not(.isTextArea-control) .form-group .col-lg-9 {
        width: 50% !important;
    }
}



body[data-font="DA-Kufi"] *:not([class^="fa"]) .fa, body[data-font="DA-Kufi"] *:not([class^="fa"]) .far, body[data-font="DA-Kufi"] *:not([class^="fa"]) .fas,
body[data-font="SF-Pro"] *:not([class^="fa"]) .fa, body[data-font="SF-Pro"] *:not([class^="fa"]) .far, body[data-font="SF-Pro"] *:not([class^="fa"]) .fas {
    font-family: "Font Awesome 5 Free";
}
html.accessibilty-font-size-lg .wizard-actions .btn-secondary[data-sectionid],
html.accessibilty-font-size-md .wizard-actions .btn-secondary[data-sectionid]{
    justify-content:center
}
.accessibility-contrast-dark .btn.accessibility-start-editing-btn:focus:not(.btn-shadow) {
    background-color: rgb(0, 0, 0) !important;
    box-shadow: -1px -1px 2px 2px #7878783b !important;
    text-decoration: underline !important
}
    .accessibility-contrast-dark .btn.accessibility-start-editing-btn:focus:not(.btn-shadow):hover {
        background-color: rgba(255,255,255,0.1) !important;
    }
 .btn.accessibility-start-editing-btn:focus:not(.btn-shadow)

{
    background-color: transparent !important;
    box-shadow: -1px -1px 2px 2px #7878783b !important;
    text-decoration: underline !important;
}
.btn.accessibility-start-editing-btn:focus:not(.btn-shadow):hover {
    background-color: rgba(255,255,255,0.1) !important;
}
html.accessibilty-font-size-lg #Users table,
html.accessibilty-font-size-md #Users table,
html.accessibilty-font-size-sm #Users table,
body[data-font="SF-Pro"] #Users table {
    width: 884px;
}
html.accessibilty-font-size-lg #ServiceCategories .list-group-item a,
html.accessibilty-font-size-md #ServiceCategories .list-group-item a,
html.accessibilty-font-size-sm #ServiceCategories .list-group-item a {
    font-size:1rem
}


body.accessibility-contrast-invert:has(div.blockOverlay),
body.accessibility-contrast-dark:has(div.blockOverlay),
body.accessibility-contrast-saturation:has(div.blockOverlay),
body.accessibility-contrast-low-saturation:has(div.blockOverlay),
body.accessibility-contrast-desaturate:has(div.blockOverlay) {
    filter: unset;
    -webkit-filter: unset;
}


    body.accessibility-contrast-invert:has(div.blockOverlay) header,
    body.accessibility-contrast-invert:has(div.blockOverlay) main
  
    {
        filter: invert(100%);
        -webkit-filter: invert(100%);
    }
    body.accessibility-contrast-saturation:has(div.blockOverlay) header,
    body.accessibility-contrast-saturation:has(div.blockOverlay) main {
        filter: saturate(600%);
        -webkit-filter: saturate(400%);
    }
    body.accessibility-contrast-low-saturation:has(div.blockOverlay) header,
    body.accessibility-contrast-low-saturation:has(div.blockOverlay) main {
        filter: saturate(200%);
        -webkit-filter: saturate(200%);
    }
    body.accessibility-contrast-desaturate:has(div.blockOverlay) header,
    body.accessibility-contrast-desaturate:has(div.blockOverlay) main {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }
    body.accessibility-contrast-invert:has(div.blockOverlay) .blockMsg.blockPage,
    body.accessibility-contrast-dark:has(div.blockOverlay) .blockMsg.blockPage {
        background: #000 !important;
        color: #fff !important;
        box-shadow: 1px 1px 4px #eeeeee91;
    }

    body.accessibility-contrast-dark:has(div.blockOverlay) .blockOverlay {
        background: #000 !important;
    }


        body.accessibility-contrast-invert:has(div.blockOverlay) .blockMsg.blockPage img
        {
            filter: invert(100%)
        }

.accessibility-contrast-invert .dropdown-menu .selected a:hover,
.accessibility-contrast-desaturate .dropdown-menu .selected a:hover,
.accessibility-contrast-saturation .dropdown-menu .selected a:hover,
.accessibility-contrast-low-saturation .dropdown-menu .selected a:hover {
    color: #ffffff !important
}
.accessibilty-font-size-lg .trasite-dropdown-datepicker-control.col-md-6 .form-control,
.accessibilty-font-size-md .trasite-dropdown-datepicker-control.col-md-6 .form-control,
.accessibilty-font-size-sm .trasite-dropdown-datepicker-control.col-md-6 .form-control {
    padding: 0.2rem 0.2rem;
    font-size: calc(0.9rem + 1px);
}

html.accessibilty-font-size-lg .trasite-dropdown-datepicker-control.col-md-6 select.form-control.is-invalid {
    height: 40%
}
table .table.payment-table tfoot td {
    align-items: flex-start !important;
}

@media (min-width: 1000px){
    .accessibilty-font-size-lg .accessibility-subheader .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item,
    .accessibilty-font-size-md .accessibility-subheader .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item,
    .accessibilty-font-size-sm .accessibility-subheader .review-info-topbar.kt-widget.kt-widget--user-profile-3 .kt-widget__bottom .kt-widget__item {
        flex: 1 1 40%;
    }
}

input:-webkit-autofill {
    background-color: rgb(0, 0, 0) !important;
}


.accessibility-contrast-hue-rotate input:-webkit-autofill,
.accessibility-contrast-hue-rotate input:-webkit-autofill:hover,
.accessibility-contrast-hue-rotate input:-webkit-autofill:focus,
.accessibility-contrast-dark input:-webkit-autofill,
.accessibility-contrast-dark input:-webkit-autofill:hover,
.accessibility-contrast-dark input:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}
    .accessibility-contrast-hue-rotate input:-webkit-autofill,
    .accessibility-contrast-hue-rotate input:-webkit-autofill:hover,
    .accessibility-contrast-hue-rotate input:-webkit-autofill:focus,
    .accessibility-contrast-dark input:-webkit-autofill,
    .accessibility-contrast-dark input:-webkit-autofill:hover,
    .accessibility-contrast-dark input:-webkit-autofill:focus {
        -webkit-text-fill-color: rgb(80, 208, 160) !important;
    }

html[accessibility="on"] .modal-backdrop.show {
    background-color: #000 !important;
}
html[accessibility="on"] .user-username:hover,
html[accessibility="on"] .user-username:hover a {
    color: #fff
}

html[accessibility="on"] .user-username a {
    text-decoration: none;
    color: white !important
}
.accessibility-contrast-dark .kt-portlet__body .form-builder-control .text-danger {
    color: #D83731 !important;
}

.accessibility-contrast-dark .input-form-group span.switchery.switchery-small {
    border: none;
}

.accessibility-contrast-dark.highlight-links a, .accessibility-contrast-dark.highlight-links .btn {
    outline: 2px solid rgba(255, 114, 22, .5) !important;
    outline-offset: 2px !important;
}